📄 gpgzfind.dfm
字号:
object gpgzfindb: Tgpgzfindb
Left = 143
Top = 170
Width = 520
Height = 300
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 DBGrid1: TDBGrid
Left = 8
Top = 88
Width = 497
Height = 145
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid2DrawColumnCell
OnKeyUp = DBGrid1KeyUp
Columns = <
item
Expanded = False
FieldName = 'A_date'
Title.Caption = '日期'
Visible = True
end
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '员工编号'
Width = 54
Visible = True
end
item
Expanded = False
FieldName = 'A_name'
Title.Caption = '员工姓名'
Visible = True
end
item
Expanded = False
FieldName = 'A_bm'
Title.Caption = '所在部门'
Width = 54
Visible = True
end
item
Expanded = False
FieldName = 'A_bz'
Title.Caption = '所在班组'
Width = 56
Visible = True
end
item
Expanded = False
FieldName = 'A_price'
Title.Caption = '单价/每张'
Width = 58
Visible = True
end
item
Expanded = False
FieldName = 'A_how'
Title.Caption = '数量'
Width = 42
Visible = True
end
item
Expanded = False
FieldName = 'A_jjgz'
Title.Caption = '计票工资'
Width = 106
Visible = True
end>
end
object Panel2: TPanel
Left = 224
Top = 235
Width = 281
Height = 33
Color = 497912
TabOrder = 1
object Label7: TLabel
Left = 8
Top = 8
Width = 73
Height = 13
AutoSize = False
Caption = '数量合计:'
end
object Label8: TLabel
Left = 136
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = '金额合计:'
end
object Edit1: TEdit
Left = 72
Top = 8
Width = 57
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 200
Top = 8
Width = 73
Height = 21
TabOrder = 1
end
end
object Panel1: TPanel
Left = 8
Top = 0
Width = 497
Height = 81
TabOrder = 2
object Label1: TLabel
Left = 8
Top = 8
Width = 49
Height = 13
AutoSize = False
Caption = '日期:'
end
object Label2: TLabel
Left = 120
Top = 8
Width = 17
Height = 13
AutoSize = False
Caption = '至'
end
object Label5: TLabel
Left = 224
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = '编号:'
end
object Label6: TLabel
Left = 368
Top = 8
Width = 73
Height = 13
AutoSize = False
Caption = '姓名:'
end
object DateTimePicker1: TDateTimePicker
Left = 40
Top = 8
Width = 81
Height = 21
CalAlignment = dtaLeft
Date = 37831.9710837616
Time = 37831.9710837616
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object DateTimePicker2: TDateTimePicker
Left = 136
Top = 8
Width = 81
Height = 21
CalAlignment = dtaLeft
Date = 37831.9714060995
Time = 37831.9714060995
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object Button1: TButton
Left = 80
Top = 40
Width = 75
Height = 25
Caption = '查询'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 192
Top = 40
Width = 75
Height = 25
Caption = '删除-'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 304
Top = 40
Width = 75
Height = 25
Caption = '退出'
TabOrder = 4
OnClick = Button3Click
end
object Edit5: TEdit
Left = 256
Top = 8
Width = 105
Height = 21
TabOrder = 5
OnKeyUp = Edit5KeyUp
end
object Edit6: TEdit
Left = 400
Top = 8
Width = 89
Height = 21
TabOrder = 6
OnKeyUp = Edit5KeyUp
end
end
object ListBox1: TListBox
Left = 8
Top = 235
Width = 217
Height = 33
Font.Charset = DEFAULT_CHARSET
Font.Color = 12615680
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
Items.Strings = (
'请在要删除的记录上单击然后减号字('#39'-'#39')'
'就可进行删除')
ParentFont = False
TabOrder = 3
end
object DBGrid2: TDBGrid
Left = 191
Top = 37
Width = 305
Height = 84
Color = clWhite
DataSource = DataSource2
FixedColor = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
ParentFont = False
TabOrder = 4
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clRed
TitleFont.Height = -13
TitleFont.Name = '新宋体'
TitleFont.Style = []
OnDrawColumnCell = DBGrid2DrawColumnCell
OnKeyUp = KeyUp
Columns = <
item
Expanded = False
FieldName = 'A_name'
Title.Caption = '姓名'
Title.Color = 65408
Width = 62
Visible = True
end
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '编号'
Title.Color = 65408
Width = 72
Visible = True
end
item
Expanded = False
FieldName = 'A_bm'
Title.Caption = '部门'
Title.Color = 65408
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'A_bz'
PickList.Strings = (
'一组'
'二组'
'三组')
Title.Caption = '班组'
Title.Color = 65408
Width = 62
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = DataModule1.gpgzs
Left = 32
Top = 40
end
object DataSource2: TDataSource
DataSet = DataModule1.yggb
Left = 24
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -