📄 deleterecord.dfm
字号:
object frmDeleteRecord: TfrmDeleteRecord
Caption = #21024#38500#35760#24405#31034#20363
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Height = 318
Width = 513
Left = 8
Top = 8
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Caption = 'EmpNo'
Left = 10
Top = 10
Width = 35
Height = 13
end
object Label2: TLabel
Caption = 'LastName'
Left = 112
Top = 10
Width = 48
Height = 13
end
object Label3: TLabel
Caption = 'FirstName'
Left = 251
Top = 10
Width = 47
Height = 13
end
object Label4: TLabel
Caption = 'PhoneExt'
Left = 397
Top = 10
Width = 46
Height = 13
end
object Label5: TLabel
Caption = 'HireDate'
Left = 93
Top = 46
Width = 42
Height = 13
end
object Label6: TLabel
Caption = 'Salary'
Left = 249
Top = 46
Width = 29
Height = 13
end
object DBGrid1: TDBGrid
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -10
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Left = 5
Top = 73
Width = 491
Height = 203
end
object DBEdit2: TDBEdit
DataField = 'LastName'
DataSource = DataSource1
TabOrder = 1
Left = 163
Top = 5
Width = 62
Height = 21
end
object DBEdit3: TDBEdit
DataField = 'FirstName'
DataSource = DataSource1
TabOrder = 2
Left = 305
Top = 5
Width = 61
Height = 21
end
object DBEdit4: TDBEdit
DataField = 'PhoneExt'
DataSource = DataSource1
TabOrder = 3
Left = 446
Top = 5
Width = 28
Height = 21
end
object DBEdit5: TDBEdit
DataField = 'HireDate'
DataSource = DataSource1
TabOrder = 4
Left = 144
Top = 41
Width = 81
Height = 21
end
object DBEdit6: TDBEdit
DataField = 'Salary'
DataSource = DataSource1
TabOrder = 5
Left = 285
Top = 41
Width = 84
Height = 21
end
object DBEdit1: TDBEdit
DataField = 'EmpNo'
DataSource = DataSource1
TabOrder = 6
Left = 49
Top = 5
Width = 37
Height = 21
end
object BtnEdit: TButton
Caption = #21024#38500
TabOrder = 7
Left = 414
Top = 41
Width = 61
Height = 21
OnClick = BtnEditClick
end
object tblEmployee: TTable
TableName = 'employee.db'
DatabaseName = 'DBDEMOS'
Active = True
Left = 64
Top = 48
end
object DataSource1: TDataSource
DataSet = tblEmployee
Left = 27
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -