toolset.dfm

来自「用于开发Atmel的AVR系列单片机的GCC集成开发环境」· DFM 代码 · 共 130 行

DFM
130
字号
object ToolSettings: TToolSettings
  Left = 344
  Top = 133
  BorderStyle = bsDialog
  Caption = 'Tool Settings'
  ClientHeight = 303
  ClientWidth = 352
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 95
    Height = 16
    Caption = 'Name of Tool'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 72
    Width = 68
    Height = 16
    Caption = 'FileName'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 16
    Top = 136
    Width = 81
    Height = 16
    Caption = 'Parameters'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 16
    Top = 200
    Width = 125
    Height = 16
    Caption = 'Working Directory'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object ToolName: TEdit
    Left = 16
    Top = 32
    Width = 273
    Height = 21
    TabOrder = 0
  end
  object FileButton: TButton
    Left = 304
    Top = 96
    Width = 33
    Height = 25
    Caption = '...'
    TabOrder = 1
    OnClick = FileButtonClick
  end
  object OkButton: TBitBtn
    Left = 160
    Top = 264
    Width = 81
    Height = 25
    TabOrder = 2
    OnClick = OkButtonClick
    Kind = bkOK
  end
  object Cancel: TBitBtn
    Left = 256
    Top = 264
    Width = 81
    Height = 25
    Caption = 'Cancel'
    TabOrder = 3
    OnClick = CancelClick
    Kind = bkCancel
  end
  object FileName: TEdit
    Left = 16
    Top = 96
    Width = 273
    Height = 21
    TabOrder = 4
  end
  object Parameters: TEdit
    Left = 16
    Top = 160
    Width = 273
    Height = 21
    TabOrder = 5
  end
  object WorkDir: TEdit
    Left = 16
    Top = 224
    Width = 273
    Height = 21
    TabOrder = 6
  end
  object OpenDialog1: TOpenDialog
    Left = 24
    Top = 264
  end
end

⌨️ 快捷键说明

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