📄 yjfind.dfm
字号:
object yjfindb: Tyjfindb
Left = 280
Top = 359
Width = 498
Height = 334
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 = 8
Top = 0
Width = 473
Height = 81
TabOrder = 0
object Label3: TLabel
Left = 56
Top = 8
Width = 33
Height = 13
AutoSize = False
Caption = '编号:'
end
object Label4: TLabel
Left = 192
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '姓名:'
end
object Edit1: TEdit
Left = 96
Top = 8
Width = 73
Height = 21
TabOrder = 0
OnKeyUp = Edit1KeyUp
end
object Edit2: TEdit
Left = 224
Top = 8
Width = 97
Height = 21
TabOrder = 1
OnKeyUp = Edit2KeyUp
end
object Button1: TButton
Left = 88
Top = 48
Width = 67
Height = 25
Caption = '查询'
TabOrder = 2
OnClick = Button1Click
end
object Button3: TButton
Left = 288
Top = 48
Width = 67
Height = 25
Caption = '退出'
TabOrder = 3
OnClick = Button3Click
end
object Button2: TButton
Left = 184
Top = 48
Width = 75
Height = 25
Caption = '修改'
TabOrder = 4
OnClick = Button2Click
end
end
object DBGrid1: TDBGrid
Left = 8
Top = 88
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 = []
OnDrawColumnCell = DBGrid1DrawColumnCell
Columns = <
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '员工编号'
Width = 94
Visible = True
end
item
Expanded = False
FieldName = 'A_name'
Title.Caption = '员工姓名'
Width = 95
Visible = True
end
item
Expanded = False
FieldName = 'A_date'
Title.Caption = '日期'
Width = 104
Visible = True
end
item
Expanded = False
FieldName = 'A_yj'
Title.Caption = '押金金额'
Width = 124
Visible = True
end>
end
object Panel2: TPanel
Left = 8
Top = 264
Width = 473
Height = 33
Color = 4820725
TabOrder = 2
object Label5: TLabel
Left = 8
Top = 8
Width = 97
Height = 13
AutoSize = False
Caption = '总共押:'
end
object Label6: TLabel
Left = 144
Top = 8
Width = 12
Height = 13
Caption = '元'
end
object Label7: TLabel
Left = 272
Top = 8
Width = 57
Height = 13
AutoSize = False
Caption = '还需押:'
end
object Label8: TLabel
Left = 408
Top = 8
Width = 12
Height = 13
Caption = '元'
end
object Edit3: TEdit
Left = 56
Top = 5
Width = 81
Height = 21
TabOrder = 0
Text = 'Edit3'
end
object Edit4: TEdit
Left = 320
Top = 5
Width = 81
Height = 21
TabOrder = 1
Text = 'Edit4'
end
end
object DBGrid2: TDBGrid
Left = 94
Top = 29
Width = 307
Height = 92
DataSource = DataSource2
Options = [dgColumnResize, dgColLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid2DrawColumnCell
OnDblClick = DBGrid2DblClick
OnKeyUp = DBGrid2KeyUp
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 DataSource2: TDataSource
DataSet = DataModule1.yggb
Left = 56
Top = 40
end
object DataSource1: TDataSource
DataSet = DataModule1.yjbs
Left = 48
Top = 144
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -