📄 ad_enter_depositary.dfm
字号:
inherited Frm_Ad_Enter_Depositary: TFrm_Ad_Enter_Depositary
Left = 214
Top = 63
Caption = '存放地点'
ClientHeight = 494
ClientWidth = 588
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 588
end
inherited Pnl_Title: TPanel
Width = 588
Caption = '存放地点'
end
inherited Pnl_Head: TPanel
Width = 588
inherited Lbl_Order: TLabel
Width = 72
Caption = '存放地点代码'
end
end
inherited Pnl_Hint: TPanel
Top = 481
Width = 588
Height = 13
end
inherited Pnl_Body: TPanel
Width = 588
Height = 384
inherited DBGridEh: TDBGridEh
Width = 588
Height = 384
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
Columns = <
Item
FieldName = 'DepositaryCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '存放地点代码'
Width = 150
KeyList.Strings = ()
end
Item
FieldName = 'DepositaryName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '存放地点名称'
Width = 250
KeyList.Strings = ()
end
Item
FieldName = 'RemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 533
Top = 49
end
inherited ActionList: TActionList
Left = 398
Top = 59
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=Mrpii_Standard;Data Source=192.1' +
'68.0.151;Use procedure for Prepare=1;Auto Translate=True;Packet ' +
'Size=4096;Workstation ID=XYB'
CurSorType = ctStatic
SQL.Strings = (
'select * from Ad_Depositary')
Left = 442
Top = 36
object AdoQry_MainDepositaryCode: TStringField
FieldName = 'DepositaryCode'
Origin = 'Ad_Depositary'
Size = 4
end
object AdoQry_MainDepositaryName: TStringField
FieldName = 'DepositaryName'
Origin = 'Ad_Depositary'
Size = 60
end
object AdoQry_MainRemArk: TStringField
FieldName = 'RemArk'
Origin = 'Ad_Depositary'
Size = 60
end
end
inherited DataSource: TDataSource
Left = 494
Top = 41
end
inherited ExtPrintReport: TExtPrintReport
Title1 = '人员主文件列表'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -