📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 557
Height = 480
Caption = #29992'EDIT'#25511#20214#36827#34892#25968#25454#30340#36755#20837
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 Panel2: TPanel
Left = 0
Top = 192
Width = 549
Height = 41
Caption = 'Panel2'
TabOrder = 6
end
object GroupBox1: TGroupBox
Left = 0
Top = 40
Width = 549
Height = 153
Caption = #25968#25454#36755#20837#30028#38754
TabOrder = 0
object Label1: TLabel
Left = 176
Top = 24
Width = 35
Height = 17
AutoSize = False
Caption = #22269#21517
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 176
Top = 46
Width = 35
Height = 21
AutoSize = False
Caption = #39318#37117
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 176
Top = 68
Width = 35
Height = 17
AutoSize = False
Caption = #22823#38470
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 176
Top = 90
Width = 35
Height = 21
AutoSize = False
Caption = #38754#31215
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 176
Top = 112
Width = 35
Height = 17
AutoSize = False
Caption = #20154#21475
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 224
Top = 24
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
MaxLength = 5
TabOrder = 0
end
object Edit2: TEdit
Left = 224
Top = 45
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
MaxLength = 8
TabOrder = 1
end
object Edit3: TEdit
Left = 224
Top = 67
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 2
end
object Edit4: TEdit
Left = 224
Top = 88
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 3
end
object Edit5: TEdit
Left = 224
Top = 110
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 4
end
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 549
Height = 41
Align = alTop
Caption = #29992'EDIT'#25511#20214#36827#34892#25968#25454#30340#36755#20837
TabOrder = 1
end
object Button1: TButton
Left = 79
Top = 196
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 215
Top = 196
Width = 75
Height = 25
Caption = #25918#24323
TabOrder = 3
OnClick = Button2Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 423
Width = 549
Height = 30
Panels = <
item
Width = 274
end
item
Width = 274
end>
end
object Button3: TButton
Left = 335
Top = 196
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 4
end
object DBGrid1: TDBGrid
Left = 0
Top = 232
Width = 549
Height = 185
DataSource = DataSource1
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 7
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Query1: TQuery
DatabaseName = 'DBDEMOS'
Left = 24
Top = 8
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 384
Top = 8
end
object Query2: TQuery
Active = True
DatabaseName = 'DBDEMOS'
SQL.Strings = (
'select * from country order by name'
'')
Left = 512
Top = 8
end
object DataSource1: TDataSource
DataSet = Query2
Left = 480
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -