?? unit6.dfm
字號:
object Form6: TForm6
Left = 308
Top = 293
Width = 424
Height = 182
Caption = 'Query sChip'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 32
Width = 47
Height = 13
Caption = 'Challenge'
end
object Label2: TLabel
Left = 40
Top = 64
Width = 48
Height = 13
Caption = 'Response'
end
object C1: TEdit
Left = 96
Top = 30
Width = 33
Height = 21
TabOrder = 0
end
object C2: TEdit
Left = 128
Top = 30
Width = 33
Height = 21
TabOrder = 1
end
object C3: TEdit
Left = 160
Top = 30
Width = 33
Height = 21
TabOrder = 2
end
object C4: TEdit
Left = 192
Top = 30
Width = 33
Height = 21
TabOrder = 3
end
object C5: TEdit
Left = 224
Top = 30
Width = 33
Height = 21
TabOrder = 4
end
object C6: TEdit
Left = 256
Top = 30
Width = 33
Height = 21
TabOrder = 5
end
object C7: TEdit
Left = 288
Top = 30
Width = 33
Height = 21
TabOrder = 6
end
object C8: TEdit
Left = 320
Top = 30
Width = 33
Height = 21
TabOrder = 7
end
object R1: TEdit
Left = 96
Top = 60
Width = 33
Height = 21
TabOrder = 8
end
object R2: TEdit
Left = 128
Top = 60
Width = 33
Height = 21
TabOrder = 9
end
object R3: TEdit
Left = 160
Top = 60
Width = 33
Height = 21
TabOrder = 10
end
object R4: TEdit
Left = 192
Top = 60
Width = 33
Height = 21
TabOrder = 11
end
object R5: TEdit
Left = 224
Top = 60
Width = 33
Height = 21
TabOrder = 12
end
object R6: TEdit
Left = 256
Top = 60
Width = 33
Height = 21
TabOrder = 13
end
object R7: TEdit
Left = 288
Top = 60
Width = 33
Height = 21
TabOrder = 14
end
object R8: TEdit
Left = 320
Top = 60
Width = 33
Height = 21
TabOrder = 15
end
object Button1: TButton
Left = 176
Top = 104
Width = 75
Height = 25
Caption = '&Query'
TabOrder = 16
OnClick = Button1Click
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -