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

📄 option.dfm

📁 小闹钟程序
💻 DFM
字号:
object frm_Option: Tfrm_Option
  Left = 353
  Top = 145
  Width = 464
  Height = 294
  Caption = #36873#39033
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 217
    Height = 49
    Caption = #32972#26223#35774#32622
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 22
      Width = 72
      Height = 13
      Caption = #20174#25968#25454#24211#35835#21462
    end
    object cmb_Back: TComboBox
      Left = 118
      Top = 17
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnClick = cmb_BackClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 64
    Width = 217
    Height = 121
    Caption = #23383#22411#35774#32622
    TabOrder = 1
    object lst_Font: TListBox
      Left = 15
      Top = 16
      Width = 193
      Height = 97
      Style = lbOwnerDrawVariable
      ItemHeight = 20
      TabOrder = 0
      OnClick = lst_FontClick
      OnDrawItem = lst_FontDrawItem
    end
  end
  object GroupBox3: TGroupBox
    Left = 232
    Top = 8
    Width = 217
    Height = 217
    Caption = #39044#35272
    TabOrder = 2
    object Image1: TImage
      Left = 8
      Top = 16
      Width = 201
      Height = 193
      Center = True
    end
    object Label2: TLabel
      Left = 32
      Top = 99
      Width = 86
      Height = 28
      Caption = '00:00:00'
      Color = clBackground
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindow
      Font.Height = -24
      Font.Name = 'Monotype Corsiva'
      Font.Style = [fsBold, fsItalic]
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
  end
  object GroupBox4: TGroupBox
    Left = 8
    Top = 192
    Width = 217
    Height = 65
    Caption = #36873#39033
    TabOrder = 3
    object chk_AutoRun: TCheckBox
      Left = 16
      Top = 16
      Width = 89
      Height = 17
      Caption = #24320#26426#33258#21160#36816#34892
      TabOrder = 0
    end
    object chk_TopMost: TCheckBox
      Left = 16
      Top = 37
      Width = 89
      Height = 17
      Caption = #24635#22312#26368#21069#38754
      TabOrder = 1
    end
  end
  object btn_OK: TButton
    Left = 232
    Top = 232
    Width = 81
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 4
  end
  object btn_Cancel: TButton
    Left = 368
    Top = 232
    Width = 81
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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