worksect.dfm
来自「科思ERP部分源码及控件」· DFM 代码 · 共 217 行
DFM
217 行
inherited frmWorkSect: TfrmWorkSect
Left = 113
Top = 92
Width = 625
Height = 433
Caption = '班制维护'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 365
Width = 617
end
inherited CoolBar1: TCoolBar
Width = 617
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 617
end>
inherited tbMainBar: TToolBar
Width = 604
end
end
object FloatPanel1: TFloatPanel [2]
Left = 337
Top = 39
Width = 280
Height = 326
Align = alClient
Color = 50331647
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 2
object Label1: TLabel
Left = 28
Top = 30
Width = 60
Height = 12
Caption = '班制代码:'
end
object Label2: TLabel
Left = 28
Top = 60
Width = 60
Height = 12
Caption = '班制名称:'
end
object Label3: TLabel
Left = 28
Top = 90
Width = 60
Height = 12
Caption = '开始时间:'
end
object Label4: TLabel
Left = 28
Top = 120
Width = 60
Height = 12
Caption = '结束时间:'
end
object Label5: TLabel
Left = 28
Top = 150
Width = 60
Height = 12
Caption = '累计时间:'
end
object seWorkSectCode: TSDEdit
Left = 84
Top = 30
Width = 140
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
SplitSymbol = ' | '
end
object seWorkSectName: TSDEdit
Left = 84
Top = 60
Width = 140
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
SplitSymbol = ' | '
end
object seWorkSectSDate: TSDEdit
Left = 84
Top = 90
Width = 140
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 2
SplitSymbol = ' | '
end
object seWorkSectEDate: TSDEdit
Left = 84
Top = 120
Width = 140
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 3
SplitSymbol = ' | '
end
object seWorkSecQty: TSDEdit
Left = 84
Top = 150
Width = 140
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 4
SplitSymbol = ' | '
end
end
object sgWorkSect: TSDGrid [3]
Left = 0
Top = 39
Width = 337
Height = 326
Align = alLeft
Color = 50331647
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 3
OnClick = sgWorkSectClick
SelectColor = clActiveCaption
EvenGridColor = 50331647
OddGridColor = 15725041
Columns = <
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '班制代码'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '班制名称'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '开始时间'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '结束时间'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '累计时间'
ColumnWidth = 0
end>
ColWidths = (
67
67
67
67
67)
end
inherited MainMenu1: TMainMenu
Left = 194
end
inherited ImageList1: TImageList
Left = 146
Top = 92
end
inherited RecPrintDlg: TPrintDialog
Left = 547
Top = 191
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 563
Top = 47
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?