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

📄 jcloptionsframe.dfm

📁 East make Tray Icon in delphi
💻 DFM
字号:
object FrameJclOptions: TFrameJclOptions
  Left = 0
  Top = 0
  Width = 419
  Height = 265
  TabOrder = 0
  object GroupBoxWizard: TGroupBox
    Left = 8
    Top = 8
    Width = 403
    Height = 97
    Anchors = [akLeft, akTop, akRight]
    Caption = ' Uses wizard '
    TabOrder = 0
    object LabelIniFile: TLabel
      Left = 8
      Top = 18
      Width = 110
      Height = 13
      Alignment = taRightJustify
      Anchors = [akLeft, akTop, akRight]
      AutoSize = False
      Caption = '&Configuration file:'
    end
    object CheckBoxWizardActive: TCheckBox
      Left = 16
      Top = 48
      Width = 201
      Height = 17
      Caption = '&Active'
      TabOrder = 2
    end
    object CheckBoxWizardConfirm: TCheckBox
      Left = 16
      Top = 72
      Width = 201
      Height = 17
      Caption = '&Prompt to confirm changes'
      TabOrder = 3
    end
    object EditIniFile: TEdit
      Left = 123
      Top = 15
      Width = 252
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 0
    end
    object ButtonIniFile: TButton
      Left = 377
      Top = 15
      Width = 18
      Height = 21
      Anchors = [akTop, akRight]
      Caption = '...'
      TabOrder = 1
      OnClick = ButtonIniFileClick
    end
  end
  object OpenDialog: TOpenDialog
    DefaultExt = 'ini'
    Filter = 'Configuration files (*.ini)|*.ini|All files (*.*)|*.*'
    FilterIndex = 0
    Title = 'Select JEDI Uses wizard configuration file'
    Left = 376
    Top = 72
  end
end

⌨️ 快捷键说明

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