fuc.dfm
来自「速达开源ERP系统」· DFM 代码 · 共 172 行
DFM
172 行
inherited frmFuc: TfrmFuc
Left = 39
Top = 83
Width = 722
Height = 456
Caption = '窗体编号'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 388
Width = 714
end
inherited CoolBar1: TCoolBar
Width = 714
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 714
end>
inherited tbMainBar: TToolBar
Width = 701
end
end
object sgFuc: TSDGrid [2]
Left = 0
Top = 39
Width = 369
Height = 349
Align = alLeft
Color = clWhite
ColCount = 4
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 2
OnClick = sgFucClick
EvenGridColor = clWhite
Columns = <
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '窗体名称'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -13
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
101
129
64)
end
object FloatPanel1: TFloatPanel [3]
Left = 369
Top = 39
Width = 345
Height = 349
Align = alClient
Color = clWhite
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 9
Top = 83
Width = 66
Height = 12
Caption = '自动编码号:'
end
object Label2: TLabel
Left = 21
Top = 31
Width = 54
Height = 12
Caption = '窗体名称:'
end
object Label4: TLabel
Left = 9
Top = 135
Width = 66
Height = 12
Caption = '当前流水号:'
end
object scFucAcm: TSDComboBox
Left = 79
Top = 78
Width = 162
Height = 20
Color = clWhite
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 0
Text = 'scFucAcm'
end
object scFucFormName: TSDComboBox
Left = 79
Top = 25
Width = 162
Height = 20
Color = clWhite
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 1
Text = 'scFucFormName'
OnClick = scFucFormNameClick
KeyItem = cbItem2
end
object seFucNo: TSDEdit
Left = 79
Top = 130
Width = 162
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Text = 'seFucNo'
CharType = ctNumeric
SplitSymbol = ' | '
end
end
inherited MainMenu1: TMainMenu
Left = 626
Top = 3
end
inherited ImageList1: TImageList
Left = 593
Top = 10
end
inherited RecPrintDlg: TPrintDialog
Top = 7
end
inherited PrnSetupDlg: TPrinterSetupDialog
Top = 7
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?