📄 update.dfm
字号:
object Form1: TForm1
Left = 315
Top = 185
Width = 438
Height = 376
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 144
Width = 425
Height = 201
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 425
Height = 105
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 24
Width = 38
Height = 13
Caption = 'EmpNo:'
end
object Label2: TLabel
Left = 16
Top = 48
Width = 51
Height = 13
Caption = 'LastName:'
end
object Label3: TLabel
Left = 16
Top = 72
Width = 50
Height = 13
Caption = 'FirstName:'
end
object Label4: TLabel
Left = 224
Top = 24
Width = 49
Height = 13
Caption = 'PhoneExt:'
end
object Label5: TLabel
Left = 224
Top = 48
Width = 45
Height = 13
Caption = 'HireDate:'
end
object Label6: TLabel
Left = 224
Top = 72
Width = 32
Height = 13
Caption = 'Salary:'
end
object Edit1: TEdit
Left = 72
Top = 16
Width = 121
Height = 21
Enabled = False
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 72
Top = 40
Width = 121
Height = 21
Enabled = False
TabOrder = 1
Text = 'Edit2'
end
object Edit3: TEdit
Left = 72
Top = 64
Width = 121
Height = 21
Enabled = False
TabOrder = 2
Text = 'Edit3'
end
object Edit4: TEdit
Left = 280
Top = 16
Width = 121
Height = 21
Enabled = False
TabOrder = 3
Text = 'Edit4'
end
object Edit5: TEdit
Left = 280
Top = 40
Width = 121
Height = 21
Enabled = False
TabOrder = 4
Text = 'Edit5'
end
object Edit6: TEdit
Left = 280
Top = 64
Width = 121
Height = 21
Enabled = False
TabOrder = 5
Text = 'Edit6'
end
end
object Button1: TButton
Left = 104
Top = 112
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 112
Width = 75
Height = 25
Caption = #30830#23450
Enabled = False
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 248
Top = 112
Width = 75
Height = 25
Caption = #21462#28040
Enabled = False
TabOrder = 4
OnClick = Button3Click
end
object Query1: TQuery
AfterOpen = Query1AfterOpen
AfterScroll = Query1AfterOpen
SQL.Strings = (
'')
Left = 344
Top = 176
end
object DataSource1: TDataSource
DataSet = Query1
Left = 376
Top = 176
end
object Query2: TQuery
Left = 8
Top = 184
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -