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 object Tsj: TToolButton
Left = 63 Left = 63
Top = 0 Top = 0
AutoSize = True
Caption = #20445#23384#35774#35745 Caption = #20445#23384#35774#35745
ImageIndex = 16 ImageIndex = 16
Visible = False Visible = False
OnClick = TsjClick OnClick = TsjClick
end end
object TgridSet: TToolButton object TgridSet: TToolButton
Left = 150 Left = 158
Top = 0 Top = 0
AutoSize = True AutoSize = True
Caption = #34920#26684#21015#35774#32622 Caption = #34920#26684#21015#35774#32622
ImageIndex = 16 ImageIndex = 16
end end
object TBClose: TToolButton object TBClose: TToolButton
Left = 249 Left = 257
Top = 0 Top = 0
AutoSize = True AutoSize = True
Caption = #20851#38381 Caption = #20851#38381

View File

@ -99,9 +99,6 @@ procedure TfrmBaseOneTableInput.FormShow(Sender: TObject);
begin begin
tGridSet.Visible:=gIsCanDesign; tGridSet.Visible:=gIsCanDesign;
fWindowDesign.FormStyleInit10(self,0,ADOQueryBaseTemp,ADOQueryBaseCmd) ; 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; Tsj.Visible:=gIsCanDesign;
end; end;