cac.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 394 行
DFM
394 行
inherited frmCac: TfrmCac
Left = 87
Top = 72
Width = 641
Height = 498
Caption = '帐户管理'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 430
Width = 633
end
inherited CoolBar1: TCoolBar
Width = 633
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 633
end>
inherited tbMainBar: TToolBar
Width = 620
end
end
object sgCac: TSDGrid [2]
Left = 0
Top = 39
Width = 341
Height = 391
Align = alLeft
Color = 50331647
ColCount = 3
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 1
OnClick = sgCacClick
SelectColor = 12615680
EvenGridColor = 50331647
OddGridColor = 14806523
Columns = <
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clBlack
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '帐户代码'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clBlack
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '科目编码'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clBlack
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '币种'
ColumnWidth = 0
end>
ColWidths = (
115
114
90)
end
object FloatPanel1: TFloatPanel [3]
Left = 341
Top = 39
Width = 292
Height = 391
Align = alClient
Color = 50331647
Caption = 'FloatPanel4'
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 10
Top = 17
Width = 54
Height = 12
Caption = '帐户代码:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 10
Top = 174
Width = 54
Height = 12
Caption = '开户银行:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 10
Top = 143
Width = 36
Height = 12
Caption = '余 额:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 10
Top = 296
Width = 36
Height = 12
Caption = '备 注:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 10
Top = 48
Width = 54
Height = 12
Caption = '帐户类型:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 10
Top = 80
Width = 54
Height = 12
Caption = '科目代码:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object labCacCancelDate: TLabel
Left = 10
Top = 235
Width = 54
Height = 12
Caption = '取消日期:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 10
Top = 111
Width = 36
Height = 12
Caption = '币 种:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 10
Top = 266
Width = 42
Height = 12
Caption = '操作人:'
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object scCacType: TSDComboBox
Left = 67
Top = 40
Width = 103
Height = 20
Style = csDropDownList
Color = 50331647
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 2
KeyItem = cbItem2
end
object seCacCode: TSDEdit
Left = 67
Top = 11
Width = 151
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'seCacCode'
OnKeyDown = seCacCodeKeyDown
SplitSymbol = ' | '
end
object seCacBalance: TSDEdit
Left = 67
Top = 136
Width = 102
Height = 18
Ctl3D = False
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
MaxLength = 13
ParentColor = True
ParentCtl3D = False
ParentFont = False
TabOrder = 3
Text = '0'
DigLen = 2
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seCacBankName: TSDEdit
Left = 67
Top = 167
Width = 150
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'seCacBankName'
SplitSymbol = ' | '
end
object memCacDesc: TMemo
Left = 67
Top = 291
Width = 178
Height = 40
Color = 50331647
Ctl3D = False
Lines.Strings = (
'memCacDesc')
ParentCtl3D = False
TabOrder = 4
end
object seCacGlKm: TSDEdit
Left = 67
Top = 73
Width = 197
Height = 18
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = True
ParentCtl3D = False
ParentFont = False
TabOrder = 5
Text = 'seCacGlKm'
CharType = ctMathematic
OnButtonClick = seCacGlKmButtonClick
ButtonVisible = True
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
object deCacCancelDate: TDateEdit
Left = 67
Top = 231
Width = 97
Height = 18
LineOffset = 2
LineColor = clGreen
LineVisible = False
CDate = '2003-03-27'
InitDate = '2003-03-27 08:53:05'
ModalResult = 0
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
TabOrder = 6
Color = 50331647
Ctl3D = False
ParentFont = False
ParentCtl3D = False
end
object chkCacCancel: TCheckBox
Left = 10
Top = 205
Width = 46
Height = 16
Alignment = taLeftJustify
BiDiMode = bdRightToLeft
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentBiDiMode = False
ParentFont = False
TabOrder = 7
OnClick = chkCacCancelClick
end
object scCacCurrency: TSDComboBox
Left = 67
Top = 102
Width = 104
Height = 20
Style = csDropDownList
Color = 50331647
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 8
Items.Strings = (
'1-帐户类型1'
'2-帐户类型2'
'')
KeyItem = cbItem2
end
object scCacUser: TSDComboBox
Left = 67
Top = 258
Width = 97
Height = 20
Style = csDropDownList
Color = 50331647
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 9
KeyItem = cbItem2
end
end
inherited MainMenu1: TMainMenu
Left = 102
Top = 179
end
inherited ImageList1: TImageList
Left = 102
Top = 179
end
inherited RecPrintDlg: TPrintDialog
Left = 102
Top = 179
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 102
Top = 179
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?