Compare commits
2 Commits
d376da5819
...
0f56332ecd
Author | SHA1 | Date | |
---|---|---|---|
0f56332ecd | |||
2dd7b2f831 |
|
@ -51,20 +51,21 @@ 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 = 158
|
Left = 150
|
||||||
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 = 257
|
Left = 249
|
||||||
Top = 0
|
Top = 0
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = #20851#38381
|
Caption = #20851#38381
|
||||||
|
|
|
@ -99,6 +99,9 @@ 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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user