multiportflashdownloadtool.dfm

来自「多路下载工具源代码」· DFM 代码 · 共 1,661 行 · 第 1/3 页

DFM
1,661
字号
object MainForm: TMainForm
  Left = 32
  Top = 46
  Width = 775
  Height = 464
  Caption = 'Multi-port download tool '
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label6: TLabel
    Left = 672
    Top = 112
    Width = 24
    Height = 13
    Caption = 'Type'
  end
  object Label5: TLabel
    Left = 656
    Top = 280
    Width = 46
    Height = 13
    Caption = 'Baud rate'
  end
  object COM1Percentage: TLabel
    Left = 192
    Top = 46
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM2Percentage: TLabel
    Tag = 1
    Left = 192
    Top = 67
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM3Percentage: TLabel
    Tag = 2
    Left = 192
    Top = 88
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM4Percentage: TLabel
    Tag = 3
    Left = 192
    Top = 110
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM5Percentage: TLabel
    Tag = 4
    Left = 192
    Top = 131
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM6Percentage: TLabel
    Tag = 5
    Left = 192
    Top = 153
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM7Percentage: TLabel
    Tag = 6
    Left = 192
    Top = 174
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM8Percentage: TLabel
    Tag = 7
    Left = 192
    Top = 196
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object lblCOM1Time: TLabel
    Left = 445
    Top = 48
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM2Time: TLabel
    Tag = 1
    Left = 445
    Top = 67
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM3Time: TLabel
    Tag = 2
    Left = 445
    Top = 88
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM4Time: TLabel
    Tag = 3
    Left = 445
    Top = 110
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM5Time: TLabel
    Tag = 4
    Left = 445
    Top = 131
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM6Time: TLabel
    Tag = 5
    Left = 445
    Top = 153
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM7Time: TLabel
    Tag = 6
    Left = 445
    Top = 174
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM8Time: TLabel
    Tag = 7
    Left = 445
    Top = 196
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object Label1: TLabel
    Left = 8
    Top = 20
    Width = 60
    Height = 13
    Caption = 'DA file name'
  end
  object pbCOM1: TCGauge
    Left = 272
    Top = 46
    Width = 153
    Height = 17
  end
  object pbCOM2: TCGauge
    Tag = 1
    Left = 272
    Top = 67
    Width = 153
    Height = 17
  end
  object pbCOM3: TCGauge
    Tag = 2
    Left = 272
    Top = 88
    Width = 153
    Height = 17
  end
  object pbCOM4: TCGauge
    Tag = 3
    Left = 272
    Top = 110
    Width = 153
    Height = 17
  end
  object pbCOM5: TCGauge
    Tag = 4
    Left = 272
    Top = 131
    Width = 153
    Height = 17
  end
  object pbCOM6: TCGauge
    Tag = 5
    Left = 272
    Top = 153
    Width = 153
    Height = 17
  end
  object pbCOM7: TCGauge
    Tag = 6
    Left = 272
    Top = 174
    Width = 153
    Height = 17
  end
  object pbCOM8: TCGauge
    Tag = 7
    Left = 272
    Top = 196
    Width = 153
    Height = 17
  end
  object shpCOM1: TShape
    Left = 168
    Top = 46
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM2: TShape
    Tag = 1
    Left = 168
    Top = 67
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM4: TShape
    Tag = 3
    Left = 168
    Top = 110
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM5: TShape
    Tag = 4
    Left = 168
    Top = 131
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM6: TShape
    Tag = 5
    Left = 168
    Top = 153
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM7: TShape
    Tag = 6
    Left = 168
    Top = 174
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM8: TShape
    Tag = 7
    Left = 168
    Top = 196
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM3: TShape
    Tag = 2
    Left = 168
    Top = 88
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM9: TShape
    Tag = 8
    Left = 168
    Top = 217
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM10: TShape
    Tag = 9
    Left = 168
    Top = 239
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM11: TShape
    Tag = 10
    Left = 168
    Top = 260
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM12: TShape
    Tag = 11
    Left = 168
    Top = 282
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM13: TShape
    Tag = 12
    Left = 168
    Top = 303
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM14: TShape
    Tag = 13
    Left = 168
    Top = 325
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM15: TShape
    Tag = 14
    Left = 168
    Top = 346
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object shpCOM16: TShape
    Tag = 15
    Left = 168
    Top = 368
    Width = 17
    Height = 17
    Brush.Color = clGreen
    Shape = stCircle
  end
  object COM9Percentage: TLabel
    Tag = 8
    Left = 192
    Top = 217
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM10Percentage: TLabel
    Tag = 9
    Left = 192
    Top = 239
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM11Percentage: TLabel
    Tag = 10
    Left = 192
    Top = 260
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM12Percentage: TLabel
    Tag = 11
    Left = 192
    Top = 282
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM13Percentage: TLabel
    Tag = 12
    Left = 192
    Top = 303
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM14Percentage: TLabel
    Tag = 13
    Left = 192
    Top = 325
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM15Percentage: TLabel
    Tag = 14
    Left = 192
    Top = 346
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object COM16Percentage: TLabel
    Tag = 15
    Left = 192
    Top = 368
    Width = 65
    Height = 12
    Alignment = taRightJustify
    AutoSize = False
  end
  object pbCOM9: TCGauge
    Tag = 8
    Left = 272
    Top = 217
    Width = 153
    Height = 17
  end
  object pbCOM10: TCGauge
    Tag = 9
    Left = 272
    Top = 239
    Width = 153
    Height = 17
  end
  object pbCOM11: TCGauge
    Tag = 10
    Left = 272
    Top = 260
    Width = 153
    Height = 17
  end
  object pbCOM12: TCGauge
    Tag = 11
    Left = 272
    Top = 282
    Width = 153
    Height = 17
  end
  object pbCOM13: TCGauge
    Tag = 12
    Left = 272
    Top = 303
    Width = 153
    Height = 17
  end
  object pbCOM14: TCGauge
    Tag = 13
    Left = 272
    Top = 325
    Width = 153
    Height = 17
  end
  object pbCOM15: TCGauge
    Tag = 14
    Left = 272
    Top = 346
    Width = 153
    Height = 17
  end
  object pbCOM16: TCGauge
    Tag = 15
    Left = 272
    Top = 368
    Width = 153
    Height = 17
  end
  object lblCOM9Time: TLabel
    Tag = 8
    Left = 445
    Top = 217
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM10Time: TLabel
    Tag = 9
    Left = 445
    Top = 239
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM11Time: TLabel
    Tag = 10
    Left = 445
    Top = 260
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM12Time: TLabel
    Tag = 11
    Left = 445
    Top = 282
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'
  end
  object lblCOM13Time: TLabel
    Tag = 12
    Left = 445
    Top = 303
    Width = 26
    Height = 13
    Alignment = taRightJustify
    Caption = '0 sec'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?