📄 gzgn.dfm
字号:
object gzgnb: Tgzgnb
Left = 151
Top = 189
Width = 688
Height = 465
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 Label5: TLabel
Left = 264
Top = 160
Width = 32
Height = 13
Caption = 'Label5'
end
object Panel1: TPanel
Left = 32
Top = 8
Width = 617
Height = 41
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 8
Width = 49
Height = 13
AutoSize = False
BiDiMode = bdLeftToRight
Caption = '年份:'
ParentBiDiMode = False
end
object Label2: TLabel
Left = 104
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '月份:'
end
object Label3: TLabel
Left = 200
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '部门:'
end
object Label4: TLabel
Left = 344
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '班组:'
end
object Edit1: TEdit
Left = 48
Top = 8
Width = 41
Height = 21
TabOrder = 0
Text = '2000'
end
object Edit2: TEdit
Left = 144
Top = 8
Width = 33
Height = 21
TabOrder = 1
Text = '1'
end
object Edit3: TEdit
Left = 376
Top = 8
Width = 65
Height = 21
TabOrder = 2
OnClick = Edit3Click
OnEnter = Edit4Enter
end
object Button2: TButton
Left = 448
Top = 8
Width = 97
Height = 25
Caption = '显示全体人员'
TabOrder = 3
OnClick = Button2Click
end
object UpDown1: TUpDown
Left = 89
Top = 8
Width = 15
Height = 21
Associate = Edit1
Min = 1999
Max = 3000
Position = 2000
TabOrder = 4
Thousands = False
Wrap = False
OnMouseUp = UpDown1MouseUp
end
object UpDown2: TUpDown
Left = 177
Top = 8
Width = 15
Height = 21
Associate = Edit2
Min = 1
Max = 12
Position = 1
TabOrder = 5
Wrap = False
OnMouseUp = UpDown1MouseUp
end
object Edit4: TEdit
Left = 240
Top = 8
Width = 97
Height = 21
TabOrder = 6
OnEnter = Edit4Enter
end
end
object DBGrid2: TDBGrid
Left = 24
Top = 56
Width = 281
Height = 289
DataSource = DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clRed
TitleFont.Height = -13
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnColEnter = DBGrid2ColEnter
OnDrawColumnCell = DBGrid2DrawColumnCell
OnEnter = DBGrid2Enter
Columns = <
item
Expanded = False
FieldName = 'A_bm'
Title.Caption = '部门'
Title.Color = clLime
Width = 75
Visible = True
end
item
Expanded = False
FieldName = 'A_bz'
Title.Caption = '班组'
Title.Color = clLime
Width = 69
Visible = True
end
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '编号'
Title.Color = clLime
Width = 37
Visible = True
end
item
Expanded = False
FieldName = 'A_name'
Title.Caption = '姓名'
Title.Color = clLime
Width = 56
Visible = True
end>
end
object Button3: TButton
Left = 40
Top = 136
Width = 217
Height = 25
Caption = '根据计算公式修改整个表的工资3'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 120
Top = 352
Width = 97
Height = 25
Caption = '修改公式'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 224
Top = 352
Width = 97
Height = 25
Caption = '载入计票工资5'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 328
Top = 352
Width = 113
Height = 25
Caption = '载入级别工资6'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 448
Top = 352
Width = 89
Height = 25
Caption = '载入工龄工资7'
TabOrder = 6
OnClick = Button7Click
end
object Button11: TButton
Left = 544
Top = 352
Width = 105
Height = 25
Caption = '载入缺勤金额11'
TabOrder = 7
OnClick = Button11Click
end
object CheckBox2: TCheckBox
Left = 24
Top = 384
Width = 201
Height = 17
Caption = '押金未交满者在月工资中扣'
Checked = True
State = cbChecked
TabOrder = 8
end
object ListBox1: TListBox
Left = 24
Top = 400
Width = 649
Height = 25
Font.Charset = DEFAULT_CHARSET
Font.Color = 16744576
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
Items.Strings = (
'注:要载入各种工资之前要先在工资项目中有设,不然不能进行,用来载' +
'入的工资项目不能设有公式,如有设将自动清掉.')
ParentFont = False
TabOrder = 9
end
object Button12: TButton
Left = 112
Top = 96
Width = 153
Height = 25
Caption = '是否按公式计算12'
TabOrder = 10
OnClick = Button12Click
end
object Button1: TButton
Left = 56
Top = 216
Width = 201
Height = 25
Caption = '没有上月数据复制最新记录的按钮1'
TabOrder = 11
OnClick = Button1Click
end
object Button13: TButton
Left = 592
Top = 16
Width = 49
Height = 25
Caption = '刷新'
TabOrder = 12
OnClick = Button13Click
end
object Button16: TButton
Left = 32
Top = 352
Width = 81
Height = 25
Caption = '按公式计算'
TabOrder = 13
OnClick = Button16Click
end
object DBGrid1: TDBGrid
Left = 276
Top = 56
Width = 381
Height = 289
DataSource = DataSource1
Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
TabOrder = 14
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -