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

📄 projoptions.dfm

📁 IDE开发环境
💻 DFM
字号:
object ProjOptionsFrm: TProjOptionsFrm
  Left = 248
  Top = 132
  Width = 640
  Height = 275
  BorderIcons = [biSystemMenu, biHelp]
  Caption = 'ProjOptionsFrm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 594
    Height = 26
    Caption = 
      'From this form you can change all the options for your project. ' +
      'For help, move the mouse over the box in question. For detailed ' +
      'help, click the help button.'
    WordWrap = True
  end
  object GroupBox3: TGroupBox
    Left = 16
    Top = 64
    Width = 601
    Height = 113
    Caption = 'Compiler:'
    TabOrder = 0
    object Label4: TLabel
      Left = 8
      Top = 24
      Width = 199
      Height = 13
      Caption = 'Compile Command (use "%s" for filename):'
    end
    object Label5: TLabel
      Left = 136
      Top = 48
      Width = 70
      Height = 13
      Caption = 'File to compile:'
    end
    object Label6: TLabel
      Left = 14
      Top = 72
      Width = 191
      Height = 13
      Caption = 'Parameters to pass to compiled program:'
    end
    object CompileCommand: TEdit
      Left = 208
      Top = 20
      Width = 193
      Height = 21
      Hint = 
        'This command is passed ran to compile the application. Use "%s" ' +
        '(with quotes) for the file name. You can also pass parameters.'
      TabOrder = 0
    end
    object Button1: TButton
      Left = 408
      Top = 21
      Width = 17
      Height = 18
      Caption = '...'
      TabOrder = 1
      OnClick = Button1Click
    end
    object CompileFile: TEdit
      Left = 208
      Top = 45
      Width = 193
      Height = 21
      Hint = 
        'The file that will be compiled. This will replace the "%s" that ' +
        'you put into the Compile Command.'
      TabOrder = 2
    end
    object Button2: TButton
      Left = 408
      Top = 47
      Width = 18
      Height = 18
      Caption = '...'
      TabOrder = 3
      OnClick = Button2Click
    end
    object Params: TEdit
      Left = 208
      Top = 72
      Width = 193
      Height = 21
      Hint = 'Parameters to pass to the executable program when it is run.'
      TabOrder = 4
    end
  end
  object BitBtn1: TBitBtn
    Left = 176
    Top = 192
    Width = 75
    Height = 25
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 264
    Top = 192
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object BitBtn3: TBitBtn
    Left = 352
    Top = 192
    Width = 75
    Height = 25
    TabOrder = 3
    Kind = bkHelp
  end
  object OpenDialog1: TOpenDialog
    Title = 'Choose Compiler...'
    Left = 24
    Top = 200
  end
end

⌨️ 快捷键说明

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