📄 unit1.dfm
字号:
object Form1: TForm1
Left = 268
Top = 134
Width = 344
Height = 284
Caption = 'Ceil'#20989#25968
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 60
Height = 13
AutoSize = False
Caption = #32844#21592#21517#31216#65306
end
object Label2: TLabel
Left = 9
Top = 232
Width = 36
Height = 13
Caption = #24037#36164#65306
end
object Button1: TButton
Left = 248
Top = 8
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 0
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 8
Top = 40
Width = 320
Height = 177
DataSource = DataSource1
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Employee: TEdit
Left = 72
Top = 8
Width = 49
Height = 21
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 2
Text = #24352#22825
end
object Wage: TEdit
Left = 57
Top = 224
Width = 57
Height = 21
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 3
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=mr_Study;Data Source=.'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 96
Top = 152
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 136
Top = 152
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 176
Top = 152
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -