?? qqdjfind.dfm
字號:
object qqdjfindb: Tqqdjfindb
Left = 149
Top = 184
Width = 499
Height = 326
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 Label6: TLabel
Left = 32
Top = 56
Width = 32
Height = 13
Caption = 'Label6'
end
object Panel1: TPanel
Left = 8
Top = 0
Width = 473
Height = 81
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '日期:'
end
object Label2: TLabel
Left = 120
Top = 8
Width = 17
Height = 13
AutoSize = False
Caption = '至'
end
object Label3: TLabel
Left = 224
Top = 8
Width = 33
Height = 13
AutoSize = False
Caption = '編號:'
end
object Label4: TLabel
Left = 336
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '姓名:'
end
object DateTimePicker1: TDateTimePicker
Left = 40
Top = 8
Width = 81
Height = 21
CalAlignment = dtaLeft
Date = 37832.3996017014
Time = 37832.3996017014
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 = 37832.3999073495
Time = 37832.3999073495
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object Edit1: TEdit
Left = 256
Top = 8
Width = 73
Height = 21
TabOrder = 2
Text = 'Edit1'
OnKeyUp = Edit1KeyUp
end
object Edit2: TEdit
Left = 368
Top = 8
Width = 97
Height = 21
TabOrder = 3
Text = 'Edit2'
OnKeyUp = Edit2KeyUp
end
object Button1: TButton
Left = 88
Top = 48
Width = 67
Height = 25
Caption = '查詢'
TabOrder = 4
OnClick = Button1Click
end
object Button3: TButton
Left = 272
Top = 48
Width = 67
Height = 25
Caption = '退出'
TabOrder = 5
OnClick = Button3Click
end
object Button4: TButton
Left = 176
Top = 48
Width = 75
Height = 25
Caption = '保存'
TabOrder = 6
OnClick = Button4Click
end
end
object DBGrid1: TDBGrid
Left = 8
Top = 80
Width = 473
Height = 177
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
OnDrawColumnCell = DBGrid2DrawColumnCell
OnKeyUp = DBGrid1KeyUp
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_date'
Title.Caption = '日期'
Visible = True
end
item
Expanded = False
FieldName = 'A_type'
Title.Caption = '缺勤類型'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'A_dw'
Title.Caption = '單位'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'A_price'
Title.Caption = '單價'
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'A_how'
Title.Caption = '數量'
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'A_total'
Title.Caption = '應扣工資'
Width = 118
Visible = True
end>
end
object Panel2: TPanel
Left = 240
Top = 256
Width = 241
Height = 33
Color = 4820725
TabOrder = 2
object Label5: TLabel
Left = 8
Top = 8
Width = 97
Height = 13
AutoSize = False
Caption = '被扣工資合計:'
end
object Edit3: TEdit
Left = 104
Top = 6
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit3'
end
end
object ListBox1: TListBox
Left = 8
Top = 257
Width = 233
Height = 33
Font.Charset = DEFAULT_CHARSET
Font.Color = 12615680
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
Items.Strings = (
'注:單擊要修改的記錄就可以對其進行修改'
'修改后最好按一下保存,謝謝!')
ParentFont = False
TabOrder = 3
end
object DBGrid2: TDBGrid
Left = 158
Top = 29
Width = 321
Height = 92
DataSource = DataSource2
Options = [dgColumnResize, dgColLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
TabOrder = 4
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid2DrawColumnCell
OnDblClick = DBGrid2DblClick
Columns = <
item
Expanded = False
FieldName = 'A_name'
Title.Caption = '姓名'
Width = 57
Visible = True
end
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '編號'
Width = 58
Visible = True
end
item
Expanded = False
FieldName = 'A_bm'
Title.Caption = '部門'
Width = 86
Visible = True
end
item
Expanded = False
FieldName = 'A_bz'
Title.Caption = '班組'
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = DataModule1.qqdjs
Left = 392
Top = 32
end
object DataSource2: TDataSource
DataSet = DataModule1.yggb
Left = 56
Top = 40
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -