📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'STC-Download! '#31243#24207'[Ver:1.33 Build:0703/wujtao]'
ClientHeight = 347
ClientWidth = 539
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Shape1: TShape
Left = 0
Top = 0
Width = 539
Height = 65
Align = alTop
end
object Label1: TLabel
Left = 91
Top = 16
Width = 318
Height = 33
Caption = 'STC-ISP'#36890#29992#19979#36733#24037#20855
Font.Charset = GB2312_CHARSET
Font.Color = clSilver
Font.Height = -32
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label2: TLabel
Left = 90
Top = 15
Width = 318
Height = 33
Caption = 'STC-ISP'#36890#29992#19979#36733#24037#20855
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -32
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label3: TLabel
Left = 480
Top = 8
Width = 48
Height = 12
Caption = 'Ver:1.33'
Font.Charset = GB2312_CHARSET
Font.Color = clSilver
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Transparent = True
end
object Splitter1: TSplitter
Left = 0
Top = 65
Width = 539
Height = 4
Cursor = crVSplit
Align = alTop
Beveled = True
end
object Panel1: TPanel
Left = 407
Top = 69
Width = 132
Height = 278
Align = alRight
BevelOuter = bvLowered
TabOrder = 0
object SpeedButton1: TSpeedButton
Left = 16
Top = 16
Width = 97
Height = 31
Cursor = crHandPoint
Caption = '&L.'#36733#20837#25991#20214
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object Label4: TLabel
Left = 11
Top = 176
Width = 30
Height = 12
Caption = #31471#21475':'
end
object Label5: TLabel
Left = 11
Top = 225
Width = 42
Height = 12
Caption = #27874#29305#29575':'
end
object Label6: TLabel
Left = 20
Top = 144
Width = 89
Height = 12
Alignment = taCenter
AutoSize = False
Caption = '[ 0000/0000 ]'
end
object SpeedButton2: TSpeedButton
Left = 16
Top = 56
Width = 97
Height = 31
Cursor = crHandPoint
Caption = '&D.'#19979#36733#31243#24207
OnClick = SpeedButton2Click
end
object SpeedButton3: TSpeedButton
Left = 16
Top = 96
Width = 97
Height = 31
Cursor = crHandPoint
AllowAllUp = True
Caption = '&R.'#37325#22797#19979#36733
OnClick = SpeedButton3Click
end
object cboPort: TComboBox
Left = 11
Top = 193
Width = 113
Height = 20
Style = csDropDownList
ItemHeight = 12
ItemIndex = 2
TabOrder = 0
Text = 'COM3'
OnChange = cboPortChange
Items.Strings = (
'COM1'
'COM2'
'COM3'
'COM4'
'COM5'
'COM6'
'COM7'
'COM8'
'COM9'
'COM10')
end
object cboBaudRate: TComboBox
Left = 11
Top = 242
Width = 113
Height = 20
Style = csDropDownList
Enabled = False
ItemHeight = 12
ItemIndex = 8
TabOrder = 1
Text = '57600'
OnChange = cboBaudRateChange
Items.Strings = (
'1200'
'2400'
'4800'
'9600'
'14400'
'19200'
'38400'
'56000'
'57600'
'115200'
'128000'
'256000')
end
end
object Panel2: TPanel
Left = 0
Top = 69
Width = 407
Height = 278
Align = alLeft
TabOrder = 1
object Splitter2: TSplitter
Left = 1
Top = 193
Width = 405
Height = 3
Cursor = crVSplit
Align = alTop
end
object DataGrid: TStringGrid
Left = 1
Top = 1
Width = 405
Height = 192
Align = alTop
ColCount = 17
DefaultColWidth = 20
DefaultRowHeight = 16
RowCount = 3000
Font.Charset = GB2312_CHARSET
Font.Color = clGreen
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -