📄 unit2.dfm
字号:
object Form2: TForm2
Left = 253
Top = 285
Width = 300
Height = 186
Caption = 'Bin to Stb'
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 49
Height = 24
Caption = 'Chip: '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object ComboBox1: TComboBox
Left = 16
Top = 48
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'SELECT MODEL'
OnChange = change
Items.Strings = (
'Tecnomate 1000D'
'Tehnomate 1500CI'
'Tehnomate 1600CI'
'Clarketech 1500'
'Clarketech 2000'
'Clarketech 2100'
'Coolsat 4000'
'Coolsat 5000'
'Coolsat 6000'
'Strong 4620II'
'Strong 4820II'
'Ringstar 1000'
'Ringstar 2000'
'Ringstar 3000'
'Benjamin 8000'
'Sky X'
'Maxplus 2100')
end
object Button1: TButton
Left = 32
Top = 104
Width = 89
Height = 25
Caption = 'OK'
Enabled = False
TabOrder = 1
OnClick = start
end
object Button2: TButton
Left = 160
Top = 104
Width = 89
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = away
end
object CheckBox1: TCheckBox
Left = 152
Top = 24
Width = 97
Height = 17
Caption = 'CRC Fix'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object CheckBox2: TCheckBox
Left = 152
Top = 56
Width = 121
Height = 17
Caption = 'Checksum Fix'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -