📄 th.dfm
字号:
object thb: Tthb
Left = 287
Top = 220
Width = 314
Height = 190
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 Label1: TLabel
Left = 8
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = '员工编号:'
end
object Label2: TLabel
Left = 8
Top = 40
Width = 65
Height = 13
AutoSize = False
Caption = '员工姓名:'
end
object Label3: TLabel
Left = 8
Top = 72
Width = 65
Height = 13
AutoSize = False
Caption = '押金总额:'
end
object Edit1: TEdit
Left = 72
Top = 8
Width = 81
Height = 21
TabOrder = 0
Text = 'Edit1'
OnKeyUp = Edit1KeyUp
end
object Edit2: TEdit
Left = 72
Top = 40
Width = 81
Height = 21
TabOrder = 1
Text = 'Edit2'
OnKeyUp = Edit2KeyUp
end
object Edit3: TEdit
Left = 72
Top = 72
Width = 81
Height = 21
TabOrder = 2
Text = 'Edit3'
end
object Button1: TButton
Left = 176
Top = 32
Width = 75
Height = 57
Caption = '退还'
TabOrder = 3
OnClick = Button1Click
end
object DBGrid2: TDBGrid
Left = 8
Top = 70
Width = 281
Height = 81
DataSource = DataSource1
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 = []
OnCellClick = DBGrid2CellClick
OnDrawColumnCell = DBGrid2DrawColumnCell
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 = 42
Visible = True
end
item
Expanded = False
FieldName = 'A_bm'
Title.Caption = '部门'
Width = 86
Visible = True
end
item
Expanded = False
FieldName = 'A_bz'
Title.Caption = '班组'
Width = 56
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = DataModule1.yggb
Left = 200
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -