📄 gzprint.dfm
字号:
object gzprintb: Tgzprintb
Left = 269
Top = 163
Width = 759
Height = 450
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 PageControl1: TPageControl
Left = 0
Top = 0
Width = 745
Height = 417
ActivePage = TabSheet1
TabOrder = 0
object TabSheet1: TTabSheet
Caption = '员工工资明细'
object Panel2: TPanel
Left = 40
Top = 0
Width = 681
Height = 73
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 8
Width = 36
Height = 13
AutoSize = False
Caption = '年份:'
end
object Label2: TLabel
Left = 104
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '月份:'
end
object Label3: TLabel
Left = 432
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '编号:'
end
object Label4: TLabel
Left = 560
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '姓名:'
end
object Label5: TLabel
Left = 192
Top = 8
Width = 33
Height = 13
AutoSize = False
Caption = '部门:'
end
object Label6: TLabel
Left = 328
Top = 8
Width = 27
Height = 13
Caption = '班组:'
end
object Edit1: TEdit
Left = 48
Top = 8
Width = 41
Height = 21
TabOrder = 0
Text = '2000'
end
object UpDown1: TUpDown
Left = 89
Top = 8
Width = 16
Height = 21
Associate = Edit1
Min = 1999
Max = 3000
Position = 2000
TabOrder = 1
Thousands = False
Wrap = False
end
object Edit2: TEdit
Left = 136
Top = 8
Width = 33
Height = 21
TabOrder = 2
Text = '1'
end
object UpDown2: TUpDown
Left = 169
Top = 8
Width = 16
Height = 21
Associate = Edit2
Min = 1
Max = 12
Position = 1
TabOrder = 3
Thousands = False
Wrap = False
end
object Edit3: TEdit
Left = 472
Top = 8
Width = 81
Height = 21
TabOrder = 4
Text = 'Edit3'
OnKeyUp = Edit3KeyUp
end
object Edit4: TEdit
Left = 592
Top = 8
Width = 81
Height = 21
TabOrder = 5
Text = 'Edit4'
OnClick = Edit4Click
OnKeyUp = Edit4KeyUp
end
object GroupBox1: TGroupBox
Left = 8
Top = 32
Width = 225
Height = 33
TabOrder = 6
object RadioButton1: TRadioButton
Left = 16
Top = 11
Width = 113
Height = 17
Caption = '打印工资条'
Checked = True
TabOrder = 0
TabStop = True
end
object RadioButton2: TRadioButton
Left = 112
Top = 11
Width = 97
Height = 17
Caption = '打印工资表'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 248
Top = 29
Width = 353
Height = 41
Caption = ' '
TabOrder = 7
object Button1: TButton
Left = 8
Top = 11
Width = 75
Height = 25
Caption = '按条件查询'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 11
Width = 75
Height = 25
Caption = '打印预览'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 184
Top = 11
Width = 75
Height = 25
Caption = '打印'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 272
Top = 11
Width = 75
Height = 25
Caption = '退出'
TabOrder = 3
end
end
object Edit5: TEdit
Left = 360
Top = 8
Width = 65
Height = 21
TabOrder = 8
OnEnter = Edit8Enter
end
object Edit8: TEdit
Left = 224
Top = 8
Width = 97
Height = 21
TabOrder = 9
OnEnter = Edit8Enter
end
end
object DBGrid1: TDBGrid
Left = 8
Top = 80
Width = 721
Height = 305
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid1DrawColumnCell
Columns = <
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '编号'
Visible = True
end
item
Expanded = False
FieldName = 'A_name'
Title.Caption = '姓名'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'A_bm'
Title.Caption = '部门'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'A_bz'
Title.Caption = '班组'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'A'
Visible = True
end
item
Expanded = False
FieldName = 'B'
Visible = True
end
item
Expanded = False
FieldName = 'C'
Visible = True
end
item
Expanded = False
FieldName = 'D'
Visible = True
end
item
Expanded = False
FieldName = 'E'
Visible = True
end
item
Expanded = False
FieldName = 'F'
Visible = True
end
item
Expanded = False
FieldName = 'G'
Visible = True
end
item
Expanded = False
FieldName = 'H'
Visible = True
end
item
Expanded = False
FieldName = 'I'
Visible = True
end
item
Expanded = False
FieldName = 'J'
Visible = True
end
item
Expanded = False
FieldName = 'K'
Visible = True
end
item
Expanded = False
FieldName = 'L'
Visible = True
end
item
Expanded = False
FieldName = 'M'
Visible = True
end
item
Expanded = False
FieldName = 'N'
Visible = True
end
item
Expanded = False
FieldName = 'O'
Visible = True
end
item
Expanded = False
FieldName = 'P'
Visible = True
end
item
Expanded = False
FieldName = 'Q'
Visible = True
end
item
Expanded = False
FieldName = 'R'
Visible = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -