?? vactype.dfm
字號:
inherited frmVacType: TfrmVacType
Left = 86
Top = 208
Caption = '假別類型'
ClientHeight = 346
ClientWidth = 631
OldCreateOrder = True
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 324
Width = 631
end
inherited CoolBar1: TCoolBar
Width = 631
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 631
end>
inherited tbMainBar: TToolBar
Width = 618
end
end
object sgVacType: TSDGrid [2]
Left = 0
Top = 39
Width = 341
Height = 285
Align = alLeft
Color = clWhite
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
RowCount = 1
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 2
OnClick = sgVacTypeClick
SelectColor = clBackground
EvenGridColor = clWhite
OddGridColor = 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 = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋體'
ColumnFont.Style = []
TitleString = '代碼'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋體'
ColumnFont.Style = []
TitleString = '名稱'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋體'
ColumnFont.Style = []
TitleString = '扣款系數'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋體'
ColumnFont.Style = []
TitleString = '扣款金額'
ColumnWidth = 0
end>
ColWidths = (
10
72
95
65
76)
end
object FloatPanel1: TFloatPanel [3]
Left = 341
Top = 39
Width = 290
Height = 285
Align = alClient
Color = clWhite
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 22
Top = 22
Width = 60
Height = 12
Caption = '假別代碼:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 22
Top = 52
Width = 60
Height = 12
Caption = '假別名稱:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 22
Top = 77
Width = 60
Height = 12
Caption = '扣款系數:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 24
Top = 108
Width = 60
Height = 12
Caption = '扣款金額:'
end
object seVacTypeCode: TSDEdit
Left = 89
Top = 16
Width = 144
Height = 18
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
MaxLength = 18
ParentColor = True
ParentCtl3D = False
ParentFont = False
TabOrder = 0
Text = 'seVacTypeCode'
SplitSymbol = ' | '
end
object seVacTypeName: TSDEdit
Left = 89
Top = 43
Width = 144
Height = 18
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
MaxLength = 20
ParentColor = True
ParentCtl3D = False
ParentFont = False
TabOrder = 1
Text = 'seVacTypeName'
SplitSymbol = ' | '
end
object seVacTypeDc: TSDEdit
Left = 89
Top = 71
Width = 144
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 = 2
Text = '0'
DigLen = 2
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seVacTypeDa: TSDEdit
Left = 89
Top = 98
Width = 144
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 = 3
Text = '0'
DigLen = 2
DataType = dtNumber
CharType = ctNumeric
SplitSymbol = ' | '
DefaultValue = '0'
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -