glbm_projf.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 270 行
DFM
270 行
inherited frmGlbm_ProjF: TfrmGlbm_ProjF
Left = 284
Top = 128
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '核算项目分类明细帐查询过滤'
ClientHeight = 286
ClientWidth = 262
OldCreateOrder = True
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label5: TLabel
Left = 17
Top = 17
Width = 72
Height = 12
Caption = '会计期间 从:'
end
object Label1: TLabel
Left = 71
Top = 43
Width = 18
Height = 12
Caption = '到:'
end
object Label2: TLabel
Left = 35
Top = 121
Width = 54
Height = 12
Caption = '核算项目:'
end
object Label3: TLabel
Left = 17
Top = 147
Width = 72
Height = 12
Caption = '项目代码 从:'
end
object Label4: TLabel
Left = 71
Top = 173
Width = 18
Height = 12
Caption = '到:'
end
object Label6: TLabel
Left = 35
Top = 69
Width = 54
Height = 12
Caption = '会计科目:'
end
object Label9: TLabel
Left = 59
Top = 95
Width = 30
Height = 12
Caption = '币种:'
end
object Label10: TLabel
Left = 143
Top = 17
Width = 12
Height = 12
Caption = '年'
end
object Label11: TLabel
Left = 143
Top = 41
Width = 12
Height = 12
Caption = '年'
end
object Label12: TLabel
Left = 198
Top = 18
Width = 12
Height = 12
Caption = '月'
end
object Label13: TLabel
Left = 198
Top = 42
Width = 12
Height = 12
Caption = '月'
end
object Bevel1: TBevel
Left = 5
Top = 5
Width = 249
Height = 241
end
object scProject: TSDComboBox
Left = 89
Top = 117
Width = 155
Height = 20
Style = csDropDownList
Ctl3D = True
ItemHeight = 12
ParentCtl3D = False
TabOrder = 0
KeyItem = cbItem2
end
object cheQtyAmt: TCheckBox
Left = 89
Top = 198
Width = 104
Height = 13
Caption = '无发生额不显示'
Checked = True
State = cbChecked
TabOrder = 1
end
object chePzUnPost: TCheckBox
Left = 89
Top = 222
Width = 105
Height = 13
Caption = '包括未过帐凭证'
TabOrder = 2
end
object bbtOK: TBitBtn
Left = 75
Top = 254
Width = 70
Height = 23
Anchors = [akRight, akBottom]
Caption = '确定(&O)'
Default = True
TabOrder = 3
OnClick = bbtOKClick
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333330000333333333333333333333333F33333333333
00003333344333333333333333388F3333333333000033334224333333333333
338338F3333333330000333422224333333333333833338F3333333300003342
222224333333333383333338F3333333000034222A22224333333338F338F333
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
0000333333333A222433333333333338F338F33300003333333333A222433333
333333338F338F33000033333333333A222433333333333338F338F300003333
33333333A222433333333333338F338F00003333333333333A22433333333333
3338F38F000033333333333333A223333333333333338F830000333333333333
333A333333333333333338330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
object bbtCancel: TBitBtn
Left = 165
Top = 254
Width = 70
Height = 23
Anchors = [akRight, akBottom]
Caption = '取消(&C)'
TabOrder = 4
OnClick = bbtCancelClick
Kind = bkCancel
end
object seProjectF: TSDEdit
Left = 89
Top = 143
Width = 155
Height = 20
Color = clHighlightText
Ctl3D = True
ParentCtl3D = False
TabOrder = 5
Text = 'seProjectF'
OnButtonClick = seProjectFButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
object seProjectT: TSDEdit
Left = 89
Top = 169
Width = 155
Height = 20
Color = clHighlightText
Ctl3D = True
ParentCtl3D = False
TabOrder = 6
Text = 'seProjectT'
OnButtonClick = seProjectTButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
object scCurrency: TSDComboBox
Left = 89
Top = 91
Width = 155
Height = 20
Style = csDropDownList
Ctl3D = True
ItemHeight = 12
ParentCtl3D = False
TabOrder = 7
KeyItem = cbItem2
end
object seGlkm: TSDEdit
Left = 89
Top = 65
Width = 155
Height = 20
Color = clHighlightText
Ctl3D = True
ParentCtl3D = False
TabOrder = 8
Text = 'seGlkm'
OnButtonClick = seGlkmButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
object CsFcYearF: TCSpinEdit
Left = 89
Top = 13
Width = 52
Height = 21
TabStop = True
EditorEnabled = False
ParentColor = False
TabOrder = 9
Value = 2000
end
object CsMonthF: TCSpinEdit
Left = 158
Top = 13
Width = 36
Height = 21
TabStop = True
EditorEnabled = False
MaxValue = 12
MinValue = 1
ParentColor = False
TabOrder = 10
Value = 7
end
object CsFcYearT: TCSpinEdit
Left = 89
Top = 38
Width = 52
Height = 21
TabStop = True
EditorEnabled = False
ParentColor = False
TabOrder = 11
Value = 2000
end
object CsMonthT: TCSpinEdit
Left = 158
Top = 38
Width = 36
Height = 21
TabStop = True
EditorEnabled = False
MaxValue = 12
MinValue = 1
ParentColor = False
TabOrder = 12
Value = 7
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?