?? unit5.dfm
字號:
object Form5: TForm5
Left = 253
Top = 200
Width = 192
Height = 352
BorderIcons = [biSystemMenu, biMinimize]
Caption = '查詢'
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 Panel1: TPanel
Left = 0
Top = 0
Width = 184
Height = 325
Align = alClient
TabOrder = 0
object Panel2: TPanel
Left = 40
Top = 24
Width = 113
Height = 17
BevelInner = bvLowered
Caption = '車號'
TabOrder = 0
end
object Edit1: TEdit
Left = 32
Top = 56
Width = 129
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 56
Top = 88
Width = 75
Height = 25
Caption = '查詢'
TabOrder = 2
OnClick = Button1Click
end
object Panel3: TPanel
Left = 40
Top = 128
Width = 113
Height = 17
BevelInner = bvLowered
Caption = '小靈通號'
TabOrder = 3
end
object Edit2: TEdit
Left = 32
Top = 168
Width = 129
Height = 21
TabOrder = 4
end
object Panel4: TPanel
Left = 40
Top = 208
Width = 113
Height = 17
BevelInner = bvLowered
Caption = '工號'
TabOrder = 5
end
object Edit3: TEdit
Left = 32
Top = 240
Width = 129
Height = 21
TabOrder = 6
end
object Button2: TButton
Left = 56
Top = 280
Width = 75
Height = 25
Caption = '修改'
TabOrder = 7
OnClick = Button2Click
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -