Lines Matching refs:SetControl
92 maLayouter.GetCell(0,0).SetControl(*mpFtBrightness).SetGridWidth(2); in GraphicPropertyPanel()
93 maLayouter.GetCell(1,0).SetControl(*mpMtrBrightness).SetGridWidth(2); in GraphicPropertyPanel()
95 maLayouter.GetCell(0,3).SetControl(*mpFtContrast).SetGridWidth(2); in GraphicPropertyPanel()
96 maLayouter.GetCell(1,3).SetControl(*mpMtrContrast).SetGridWidth(2); in GraphicPropertyPanel()
98 maLayouter.GetCell(2,0).SetControl(*mpFtColorMode).SetGridWidth(2); in GraphicPropertyPanel()
99 maLayouter.GetCell(3,0).SetControl(*mpLBColorMode).SetGridWidth(2); in GraphicPropertyPanel()
101 maLayouter.GetCell(2,3).SetControl(*mpFtTrans).SetGridWidth(2); in GraphicPropertyPanel()
102 maLayouter.GetCell(3,3).SetControl(*mpMtrTrans).SetGridWidth(2); in GraphicPropertyPanel()
104 maLayouter.GetCell(4,0).SetControl(maImgRed).SetFixedWidth(); in GraphicPropertyPanel()
105 maLayouter.GetCell(4,1).SetControl(*mpMtrRed); in GraphicPropertyPanel()
107 maLayouter.GetCell(5,0).SetControl(maImgBlue).SetFixedWidth(); in GraphicPropertyPanel()
108 maLayouter.GetCell(5,1).SetControl(*mpMtrBlue); in GraphicPropertyPanel()
110 maLayouter.GetCell(4,3).SetControl(maImgGreen).SetFixedWidth(); in GraphicPropertyPanel()
111 maLayouter.GetCell(4,4).SetControl(*mpMtrGreen); in GraphicPropertyPanel()
112 maLayouter.GetCell(5,3).SetControl(maImgGamma).SetFixedWidth(); in GraphicPropertyPanel()
113 maLayouter.GetCell(5,4).SetControl(*mpMtrGamma); in GraphicPropertyPanel()