📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 224
Top = 127
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 168
Top = 368
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 40
Top = 16
Width = 137
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 1
Text = 'Edit1'
end
object Edit2: TEdit
Left = 248
Top = 16
Width = 137
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 2
Text = 'Edit2'
end
object Memo1: TMemo
Left = 456
Top = 8
Width = 185
Height = 89
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
Lines.Strings = (
'Memo1')
TabOrder = 3
end
object DBGrid1: TDBGrid
Left = 3
Top = 184
Width = 681
Height = 120
DataSource = DataSource1
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 4
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DateTimePicker1: TDateTimePicker
Left = 72
Top = 104
Width = 186
Height = 21
Date = 38974.424411527780000000
Time = 38974.424411527780000000
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 5
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=ckgl;Data Source=CSC-6D3962C40DF'
Parameters = <>
Left = 176
Top = 136
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 256
Top = 144
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -