?? ggjsn.dfm
字號:
object Form3: TForm3
Left = 156
Top = 126
Width = 544
Height = 413
Caption = '工資項目及計算公式'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label4: TLabel
Left = 184
Top = 48
Width = 65
Height = 13
AutoSize = False
Caption = '計算符號'
end
object Panel1: TPanel
Left = 120
Top = 0
Width = 305
Height = 41
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 10
Width = 49
Height = 13
AutoSize = False
Caption = '年份:'
end
object Label2: TLabel
Left = 96
Top = 10
Width = 41
Height = 13
AutoSize = False
Caption = '月份:'
end
object UpDown1: TUpDown
Left = 73
Top = 8
Width = 15
Height = 21
Associate = Edit1
Min = 2000
Max = 3000
Position = 2000
TabOrder = 0
Thousands = False
Wrap = False
end
object Edit1: TEdit
Left = 40
Top = 8
Width = 33
Height = 21
TabOrder = 1
Text = '2000'
end
object Edit2: TEdit
Left = 128
Top = 8
Width = 41
Height = 21
TabOrder = 2
Text = '1'
end
object UpDown2: TUpDown
Left = 169
Top = 8
Width = 15
Height = 21
Associate = Edit2
Min = 1
Max = 12
Position = 1
TabOrder = 3
Thousands = False
Wrap = False
end
object Button1: TButton
Left = 200
Top = 8
Width = 97
Height = 25
Caption = '計算公式審核'
TabOrder = 4
end
end
object ListBox1: TListBox
Left = 160
Top = 64
Width = 121
Height = 297
ItemHeight = 13
TabOrder = 1
end
object DBGrid1: TDBGrid
Left = 8
Top = 64
Width = 121
Height = 297
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -