📄 ap_paymode.dfm
字号:
inherited Frm_Ap_PayMode: TFrm_Ap_PayMode
Left = 54
Top = 154
Caption = '付款方式'
ClientHeight = 494
ClientWidth = 645
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 645
end
inherited Pnl_Title: TPanel
Width = 645
Caption = '付款方式'
inherited Image2: TImage
Width = 645
end
end
inherited Pnl_Head: TPanel
Width = 645
inherited Image1: TImage
Width = 645
end
inherited Lbl_Condition: TLabel
Left = 80
Width = 24
Caption = '全部'
end
inherited Lbl_Order: TLabel
Left = 80
Width = 72
Caption = '付款方式代码'
end
end
inherited Pnl_Hint: TPanel
Top = 468
Width = 645
inherited Image4: TImage
Width = 645
end
end
inherited Pnl_Body: TPanel
Width = 645
Height = 371
inherited Image3: TImage
Width = 645
Height = 371
end
inherited DBGridEh: TDBGridEh
Width = 645
Height = 371
Columns = <
Item
FieldName = 'PayModeCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '付款方式代码'
Width = 90
KeyList.Strings = ()
end
Item
FieldName = 'PayModeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '付款方式名称'
KeyList.Strings = ()
end
Item
FieldName = 'PayModeKMCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '会计科目代码'
Width = 98
KeyList.Strings = ()
end
Item
FieldName = 'PayModeREMArK'
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.100;Use procedure for Prepare=1;Auto Translate=True;Packet ' +
'Size=4096;Workstation ID=CABO'
CurSorType = ctStatic
SQL.Strings = (
'select * from PayMode')
Left = 442
Top = 36
object AdoQry_MainPayModeCode: TStringField
FieldName = 'PayModeCode'
Origin = 'PayMode'
Size = 4
end
object AdoQry_MainPayModeName: TStringField
FieldName = 'PayModeName'
Origin = 'PayMode'
Size = 30
end
object AdoQry_MainPayModeKMCode: TStringField
FieldName = 'PayModeKMCode'
Origin = 'PayMode'
Size = 15
end
object AdoQry_MainPayModeREMArK: TStringField
FieldName = 'PayModeREMArK'
Origin = 'PayMode'
Size = 40
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 + -