?? ggjs.dfm
字號:
object ggjsb: Tggjsb
Left = 132
Top = 84
Width = 541
Height = 457
Caption = '工資項目及計算公式設置'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 128
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 = 16
Height = 21
Associate = Edit1
Min = 2000
Max = 3000
Position = 2003
TabOrder = 0
Thousands = False
Wrap = False
OnMouseUp = UpDown1MouseUp
end
object Edit1: TEdit
Left = 40
Top = 8
Width = 33
Height = 21
ReadOnly = True
TabOrder = 1
Text = '2003'
end
object Edit2: TEdit
Left = 128
Top = 8
Width = 41
Height = 21
ReadOnly = True
TabOrder = 2
Text = '7'
end
object UpDown2: TUpDown
Left = 169
Top = 8
Width = 16
Height = 21
Associate = Edit2
Min = 1
Max = 12
Position = 7
TabOrder = 3
Thousands = False
Wrap = False
OnMouseUp = UpDown1MouseUp
end
object Button1: TButton
Left = 200
Top = 8
Width = 97
Height = 25
Caption = '計算公式審核'
TabOrder = 4
OnClick = Button1Click
end
end
object DBGrid1: TDBGrid
Left = 16
Top = 40
Width = 505
Height = 385
DataSource = DataSource1
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
OnKeyUp = DBGrid1KeyUp
Columns = <
item
Expanded = False
FieldName = 'A_gzcm'
Title.Caption = '工資項目'
Title.Color = 8773626
Visible = True
end
item
Color = 10984090
Expanded = False
FieldName = 'A_smdm'
ReadOnly = True
Title.Caption = '項目代碼'
Title.Color = 8773626
Width = 59
Visible = True
end
item
Expanded = False
FieldName = 'A_jsgs'
Title.Alignment = taCenter
Title.Caption = '計 算 公 式'
Title.Color = 16744576
Width = 288
Visible = True
end>
end
object Button2: TButton
Left = 248
Top = 224
Width = 153
Height = 25
Caption = '判斷計算公式對錯的按鈕2'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 264
Top = 144
Width = 137
Height = 25
Caption = '帶入最新的數(shù)據(jù)3'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 264
Top = 88
Width = 225
Height = 25
Caption = 'gzgn表單用來判斷是否添加記錄4'
TabOrder = 4
OnClick = Button4Click
end
object DataSource1: TDataSource
DataSet = DataModule1.ggjss
Left = 56
Top = 8
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -