Index: UI/MB/UGLYPicking/dlgReceptieControle.cls.xml =================================================================== diff -u -r1074 -r18153 --- UI/MB/UGLYPicking/dlgReceptieControle.cls.xml (.../dlgReceptieControle.cls.xml) (revision 1074) +++ UI/MB/UGLYPicking/dlgReceptieControle.cls.xml (.../dlgReceptieControle.cls.xml) (revision 18153) @@ -5,6 +5,7 @@ KeyCodesCNTs,%AppsArrayCnts,UglyPickingCNTs Default %Library.TMFormClass +0 %Library.TMForm @@ -50,10 +51,6 @@ %TMButton - -%TMButton - - %TMComboBox @@ -305,22 +302,6 @@ ; TabOrder = 2 ; OnClick = btnCheckClick ; end - ; object btnMarkAll: CButton - ; Left = 145 - ; Top = 196 - ; Width = 82 - ; Height = 40 - ; Anchors = [akLeft, akBottom] - ; Caption = '&MARK ALL' - ; Font.Charset = DEFAULT_CHARSET - ; Font.Color = clWindowText - ; Font.Height = -11 - ; Font.Name = 'MS Sans Serif' - ; Font.Style = [fsBold] - ; ParentFont = False - ; TabOrder = 3 - ; OnClick = btnMarkAllClick - ; end ;end ]]> @@ -352,7 +333,6 @@ document literal @@ -590,12 +567,10 @@ . Do stimSetInfoInterface(1,0) . Set ..cbbTLNr.Enabled="False" . Set ..btnCheck.Visible="False" - . Set ..btnMarkAll.Visible="False" Else If ..dCurrentInterfaceMode=$$$imCheckError Do . Do stimSetInfoInterface(1,1) . Set ..cbbTLNr.Enabled="False" . Set ..btnCheck.Visible="True" - . Set ..btnMarkAll.Visible="True" . Set ..btnCheck.Caption="&VIEW" Quit 1