?? unit3.dfm
字號:
object Form1: TForm1
Left = 180
Top = 107
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
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 232
Top = 288
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 336
Top = 288
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 1
OnClick = Button2Click
end
object st1: TEdit
Left = 168
Top = 152
Width = 121
Height = 21
TabOrder = 2
Text = 'st1'
end
object st2: TEdit
Left = 360
Top = 152
Width = 121
Height = 21
TabOrder = 3
Text = 'st2'
end
object p: TProgressBar
Left = 88
Top = 72
Width = 25
Height = 273
Max = 10000
Orientation = pbVertical
Step = 100
TabOrder = 4
end
object p2: TProgressBar
Left = 136
Top = 96
Width = 17
Height = 249
Max = 10000
Orientation = pbVertical
TabOrder = 5
end
object Button3: TButton
Left = 224
Top = 352
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 6
OnClick = Button3Click
end
object Button4: TButton
Left = 224
Top = 392
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 7
end
object Button5: TButton
Left = 232
Top = 424
Width = 75
Height = 25
Caption = 'Button5'
TabOrder = 8
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -