nrrm.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 297 行
DFM
297 行
inherited frmNrrm: TfrmNrrm
Left = 87
Top = 77
Width = 669
Height = 470
Caption = '票据收款'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 402
Width = 661
end
inherited CoolBar1: TCoolBar
Width = 661
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 661
end>
inherited tbMainBar: TToolBar
Width = 648
end
end
object sgNrrm: TSDGrid [2]
Left = 0
Top = 39
Width = 337
Height = 363
Align = alLeft
Color = 50331647
ColCount = 4
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 2
OnClick = sgNrrmClick
EvenGridColor = 50331647
OddGridColor = 50331647
Columns = <
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '收款票据'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '金额'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '费用类型'
ColumnWidth = 0
end>
ColWidths = (
10
74
84
151)
end
object FloatPanel1: TFloatPanel [3]
Left = 337
Top = 39
Width = 324
Height = 363
Align = alClient
Color = 50331647
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 28
Top = 32
Width = 60
Height = 12
Caption = '收款票据:'
end
object Label6: TLabel
Left = 28
Top = 170
Width = 60
Height = 12
Caption = '费用类型:'
end
object Label2: TLabel
Left = 28
Top = 60
Width = 60
Height = 12
Caption = '财务月份:'
end
object Label5: TLabel
Left = 28
Top = 88
Width = 48
Height = 12
Caption = '日 期:'
end
object Label4: TLabel
Left = 28
Top = 115
Width = 48
Height = 12
Caption = '金 额:'
Enabled = False
end
object Label8: TLabel
Left = 28
Top = 142
Width = 48
Height = 12
Caption = '利 息:'
end
object Label9: TLabel
Left = 28
Top = 199
Width = 48
Height = 12
Caption = '费 用:'
end
object Label11: TLabel
Left = 28
Top = 227
Width = 48
Height = 12
Caption = '操作员:'
end
object lblNrrmUser: TLabel
Left = 87
Top = 226
Width = 130
Height = 12
AutoSize = False
Caption = 'lblNrrmUser'
end
object Label7: TLabel
Left = 28
Top = 252
Width = 48
Height = 12
Caption = '备 注:'
end
object seNrrmCode: TSDEdit
Left = 85
Top = 31
Width = 136
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
Text = 'seNrrmCode'
OnExit = seNrrmCodeExit
OnButtonClick = seNrrmCodeButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
object scNrrmExpense: TSDComboBox
Left = 85
Top = 164
Width = 131
Height = 20
Style = csDropDownList
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 5
KeyItem = cbItem2
end
object seNrrmFmonth: TSDEdit
Left = 85
Top = 57
Width = 136
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'seNrrmFmonth'
SplitSymbol = ' | '
end
object deNrrmDate: TDateEdit
Left = 85
Top = 87
Width = 108
Height = 18
LineOffset = 2
LineColor = clGreen
LineVisible = False
CDate = '2003-04-04'
InitDate = '2003-04-04 15:19:41'
ModalResult = 0
TabOrder = 2
Color = -2113929211
Ctl3D = False
ParentCtl3D = False
end
object seNrrmAmt: TSDEdit
Left = 85
Top = 112
Width = 107
Height = 18
TabStop = False
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 3
Text = 'seNrrmAmt'
CharType = ctMathematic
SplitSymbol = ' | '
end
object seNrrmInr: TSDEdit
Left = 85
Top = 139
Width = 107
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 4
Text = 'seNrrmInr'
CharType = ctMathematic
SplitSymbol = ' | '
end
object seNrrmExp: TSDEdit
Left = 85
Top = 196
Width = 108
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 6
Text = 'seNrrmExp'
CharType = ctMathematic
SplitSymbol = ' | '
end
object memNrrmDesc: TMemo
Left = 84
Top = 252
Width = 200
Height = 42
Color = 50331647
Ctl3D = False
Lines.Strings = (
'memNrrmDesc')
ParentCtl3D = False
TabOrder = 7
end
end
inherited MainMenu1: TMainMenu
Left = 626
Top = 3
end
inherited ImageList1: TImageList
Left = 537
Top = 2
end
inherited RecPrintDlg: TPrintDialog
Left = 563
Top = 65535
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 595
Top = 65535
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?