📄 deleterecord.~dfm
字号:
object frmDeleteRecord: TfrmDeleteRecord
Left = 192
Top = 124
Width = 513
Height = 318
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 = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 10
Width = 35
Height = 13
Caption = 'EmpNo'
end
object Label2: TLabel
Left = 112
Top = 10
Width = 48
Height = 13
Caption = 'LastName'
end
object Label3: TLabel
Left = 251
Top = 10
Width = 47
Height = 13
Caption = 'FirstName'
end
object Label4: TLabel
Left = 397
Top = 10
Width = 46
Height = 13
Caption = 'PhoneExt'
end
object Label5: TLabel
Left = 93
Top = 46
Width = 42
Height = 13
Caption = 'HireDate'
end
object Label6: TLabel
Left = 249
Top = 46
Width = 29
Height = 13
Caption = 'Salary'
end
object DBGrid1: TDBGrid
Left = 5
Top = 73
Width = 491
Height = 203
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -10
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBEdit2: TDBEdit
Left = 163
Top = 5
Width = 62
Height = 24
DataField = 'LastName'
DataSource = DataSource1
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 305
Top = 5
Width = 61
Height = 24
DataField = 'FirstName'
DataSource = DataSource1
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 446
Top = 5
Width = 28
Height = 24
DataField = 'PhoneExt'
DataSource = DataSource1
TabOrder = 3
end
object DBEdit5: TDBEdit
Left = 144
Top = 41
Width = 81
Height = 24
DataField = 'HireDate'
DataSource = DataSource1
TabOrder = 4
end
object DBEdit6: TDBEdit
Left = 285
Top = 41
Width = 84
Height = 24
DataField = 'Salary'
DataSource = DataSource1
TabOrder = 5
end
object DBEdit1: TDBEdit
Left = 49
Top = 5
Width = 37
Height = 24
DataField = 'EmpNo'
DataSource = DataSource1
TabOrder = 6
end
object BtnEdit: TButton
Left = 414
Top = 41
Width = 61
Height = 21
Caption = #21024#38500
TabOrder = 7
OnClick = BtnEditClick
end
object tblEmployee: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'employee.db'
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 + -