📄 inv_billtype2.dfm
字号:
inherited Frm_Inv_BillType2: TFrm_Inv_BillType2
Left = 73
Top = 117
Caption = '其他出入库单据类型'
ClientHeight = 471
ClientWidth = 702
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 702
end
inherited Pnl_Title: TPanel
Width = 702
Caption = '其他出入库单据类型'
inherited Image2: TImage
Width = 702
end
end
inherited Pnl_Head: TPanel
Width = 702
inherited Image1: TImage
Width = 702
end
inherited Lbl_Condition: TLabel
Width = 24
Caption = '全部'
end
inherited Lbl_Order: TLabel
Width = 6
Caption = ''
end
end
inherited Pnl_Hint: TPanel
Top = 445
Width = 702
inherited Image4: TImage
Width = 702
end
end
inherited Pnl_Body: TPanel
Width = 702
Height = 348
inherited Image3: TImage
Width = 702
Height = 348
end
inherited DBGridEh: TDBGridEh
Width = 702
Height = 348
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
Columns = <
Item
FieldName = 'BillType2Code'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '其它出入库类型代码'
Width = 120
KeyList.Strings = ()
end
Item
FieldName = 'BillType2Name'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '其它出入库类型名称'
Width = 150
KeyList.Strings = ()
end
Item
Alignment = taCenter
FieldName = 'IO2'
PickList.Strings = (
'入'
'出')
Title.Alignment = taCenter
Title.Caption = '出入库方向'
Width = 70
KeyList.Strings = (
'0'
'1')
end
Item
FieldName = 'KMCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '会计科目'
Width = 90
KeyList.Strings = ()
end
Item
FieldName = 'BillType2RemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 226
KeyList.Strings = ()
end
Item
FieldName = 'isinuse'
PickList.Strings = (
'0 有效'
'1 无效')
Title.Alignment = taCenter
Title.Caption = '是否有效'
KeyList.Strings = (
'0'
'1')
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 629
Top = 3
end
inherited ActionList: TActionList
Left = 464
Top = 0
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=Mrpii_kl;Data Source=ExtDATASERV' +
'ER'
CurSorType = ctStatic
SQL.Strings = (
'select * from BillType2')
Left = 497
Top = 1
object AdoQry_MaInBillType2Code: TStringField
FieldName = 'BillType2Code'
Origin = 'BillType2'
Size = 4
end
object AdoQry_MaInBillType2Name: TStringField
FieldName = 'BillType2Name'
Origin = 'BillType2'
end
object AdoQry_MainIO2: TIntegerField
FieldName = 'IO2'
Origin = 'BillType2'
end
object AdoQry_MaInBillType2RemArk: TStringField
FieldName = 'BillType2RemArk'
Origin = 'BillType2'
Size = 100
end
object AdoQry_Mainisinuse: TIntegerField
FieldName = 'isinuse'
Origin = 'BillType2'
end
object AdoQry_MainKMCode: TStringField
FieldName = 'KMCode'
Origin = 'BillType2'
Size = 15
end
object AdoQry_MainChangeAp: TIntegerField
FieldName = 'ChangeAp'
Origin = 'BillType2'
end
end
inherited DataSource: TDataSource
Left = 528
Top = 1
end
inherited ExtPrintReport: TExtPrintReport
Left = 568
Top = 1
end
inherited PopuPmenu: TPopuPmenu
Left = 600
Top = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -