Compare commits

..

No commits in common. "0f56332ecd30e6206616810786f85df7aa93d394" and "d376da5819cc4864091c3dfafd5dea7d1a697336" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -51,21 +51,20 @@ object frmBaseOneTableInput: TfrmBaseOneTableInput
object Tsj: TToolButton
Left = 63
Top = 0
AutoSize = True
Caption = #20445#23384#35774#35745
ImageIndex = 16
Visible = False
OnClick = TsjClick
end
object TgridSet: TToolButton
Left = 150
Left = 158
Top = 0
AutoSize = True
Caption = #34920#26684#21015#35774#32622
ImageIndex = 16
end
object TBClose: TToolButton
Left = 249
Left = 257
Top = 0
AutoSize = True
Caption = #20851#38381

View File

@ -99,9 +99,6 @@ procedure TfrmBaseOneTableInput.FormShow(Sender: TObject);
begin
tGridSet.Visible:=gIsCanDesign;
fWindowDesign.FormStyleInit10(self,0,ADOQueryBaseTemp,ADOQueryBaseCmd) ;
if dxLayoutControl_input.Tag<>999 then
readLayOut(dxLayoutControl_input,ADOQueryBaseTemp,PWideChar( fDllFileName+'|'+self.name+'|'+dxLayoutControl_input.Name+'.ini'));
Tsj.Visible:=gIsCanDesign;
end;