⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make.~dfm

📁 自己写的把gif合成一个bin文件的程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 342
  Top = 146
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #36164#28304#21046#20316
  ClientHeight = 493
  ClientWidth = 796
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 0
    Top = 392
    Width = 793
    Height = 65
    TabOrder = 7
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 328
    Width = 793
    Height = 57
    Caption = 'FLASH'#36215#22987#22320#22336':'
    TabOrder = 5
    object Label1: TLabel
      Left = 136
      Top = 24
      Width = 133
      Height = 13
      Caption = #35686#21578':FLASH'#22320#22336#27809#26377#35774#32622
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object m_startAddress: TComboBox
      Left = 8
      Top = 24
      Width = 121
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = m_startAddressChange
      Items.Strings = (
        #25928#26524#38899
        #21487#35270#20027#39064
        #25968#30721#30456#26694
        #23631#20445
        'UI'
        #26085#21382
        #24320#26426#21160#30011
        #26700#38754#20027#39064)
    end
  end
  object bt_add: TBitBtn
    Left = 248
    Top = 408
    Width = 161
    Height = 40
    Caption = '&'#22686#21152
    TabOrder = 0
    OnClick = bt_addClick
    Kind = bkIgnore
  end
  object s_grid: TStringGrid
    Left = 0
    Top = 0
    Width = 793
    Height = 321
    ColCount = 3
    RowCount = 2
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs]
    TabOrder = 1
    OnDblClick = s_gridDblClick
    ColWidths = (
      64
      139
      580)
  end
  object bt_close: TBitBtn
    Left = 624
    Top = 408
    Width = 153
    Height = 40
    TabOrder = 2
    OnClick = bt_closeClick
    Kind = bkClose
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 464
    Width = 796
    Height = 29
    BiDiMode = bdLeftToRight
    Panels = <>
    ParentBiDiMode = False
    SimplePanel = True
    SimpleText = #27721#36798#23572#36890#20449#25216#26415'('#21271#20140')'#26377#38480#20844#21496#29256#26435#25152#26377' '
  end
  object bt_del: TBitBtn
    Left = 40
    Top = 408
    Width = 169
    Height = 40
    Caption = '&'#21024#38500
    TabOrder = 3
    OnClick = bt_delClick
    Kind = bkNo
  end
  object bt_done: TBitBtn
    Left = 432
    Top = 408
    Width = 169
    Height = 40
    Caption = #23436#25104
    TabOrder = 4
    OnClick = bt_doneClick
    Kind = bkOK
  end
  object od: TOpenDialog
    Left = 664
    Top = 112
  end
end

⌨️ 快捷键说明

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