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

📄 option.dfm

📁 Clock 桌面时钟 日历 阴历 看到的delphi程序 转发
💻 DFM
字号:
object frmOption: TfrmOption
  Left = 307
  Top = 180
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsToolWindow
  Caption = #36873#39033
  ClientHeight = 270
  ClientWidth = 391
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object pgcOption: TPageControl
    Left = 0
    Top = 0
    Width = 391
    Height = 233
    ActivePage = ts2
    Align = alTop
    TabOrder = 0
    object ts1: TTabSheet
      Caption = #26102#38388#36873#39033
      object grp1: TGroupBox
        Left = 5
        Top = 9
        Width = 372
        Height = 64
        Caption = #36879#26126#24230
        TabOrder = 0
        object tbrTimer: TTrackBar
          Left = 6
          Top = 16
          Width = 363
          Height = 17
          Max = 255
          ParentShowHint = False
          PageSize = 1
          ShowHint = True
          TabOrder = 0
          ThumbLength = 10
          TickStyle = tsNone
          OnChange = tbrTimerChange
        end
        object seTimer: TSpinEdit
          Left = 280
          Top = 33
          Width = 83
          Height = 22
          MaxValue = 255
          MinValue = 0
          TabOrder = 1
          Value = 0
          OnChange = seTimerChange
          OnKeyPress = seTimerKeyPress
        end
        object chkNoTrans: TCheckBox
          Left = 8
          Top = 37
          Width = 81
          Height = 17
          Caption = #19981#36879#26126
          TabOrder = 2
          OnClick = chkNoTransClick
        end
      end
      object grp3: TGroupBox
        Left = 5
        Top = 80
        Width = 172
        Height = 121
        Caption = #22806#35266
        TabOrder = 1
        object lbl1: TLabel
          Left = 8
          Top = 16
          Width = 145
          Height = 13
          AutoSize = False
          Caption = #21487#36873#32972#26223#30382#32932#65306
        end
        object lbl2: TLabel
          Left = 8
          Top = 62
          Width = 145
          Height = 13
          AutoSize = False
          Caption = #21487#36873#23383#20307#65306
        end
        object cbbFace: TComboBox
          Left = 8
          Top = 34
          Width = 145
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 0
          OnChange = cbbFaceChange
        end
        object cbbDigit: TComboBox
          Left = 8
          Top = 80
          Width = 145
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 1
          OnChange = cbbDigitChange
        end
      end
      object grp2: TGroupBox
        Left = 184
        Top = 80
        Width = 193
        Height = 121
        Caption = #36873#39033
        TabOrder = 2
        object chkAutoRun: TCheckBox
          Left = 10
          Top = 20
          Width = 159
          Height = 17
          Caption = #24320#26426#26102#33258#21160#36816#34892
          TabOrder = 0
          OnClick = chkAutoRunClick
        end
        object chkRandImg: TCheckBox
          Left = 10
          Top = 40
          Width = 111
          Height = 17
          Caption = #38543#26426#26356#25442#30382#32932
          TabOrder = 1
          OnClick = chkRandImgClick
        end
        object chkTop: TCheckBox
          Left = 10
          Top = 64
          Width = 111
          Height = 17
          Caption = #32622#39030
          TabOrder = 2
        end
      end
    end
    object ts2: TTabSheet
      Caption = #26085#21382#36873#39033
      ImageIndex = 1
      object grp4: TGroupBox
        Left = 5
        Top = 9
        Width = 372
        Height = 64
        Caption = #36879#26126#24230
        TabOrder = 0
        object tbrCal: TTrackBar
          Left = 6
          Top = 16
          Width = 363
          Height = 17
          Max = 255
          ParentShowHint = False
          PageSize = 1
          ShowHint = True
          TabOrder = 0
          ThumbLength = 10
          TickStyle = tsNone
          OnChange = tbrCalChange
        end
        object seCal: TSpinEdit
          Left = 280
          Top = 33
          Width = 83
          Height = 22
          MaxValue = 255
          MinValue = 0
          TabOrder = 1
          Value = 0
          OnChange = seCalChange
          OnKeyPress = seTimerKeyPress
        end
        object chkCal: TCheckBox
          Left = 8
          Top = 37
          Width = 81
          Height = 17
          Caption = #19981#36879#26126
          TabOrder = 2
          OnClick = chkCalClick
        end
      end
      object grp5: TGroupBox
        Left = 184
        Top = 80
        Width = 193
        Height = 121
        Caption = #36873#39033
        TabOrder = 1
        object chkLast: TCheckBox
          Left = 10
          Top = 20
          Width = 175
          Height = 17
          Caption = #33258#21160#25628#32034#19978#27425#25171#24320#30340#30446#24405
          TabOrder = 0
          OnClick = chkLastClick
        end
      end
    end
  end
  object btnAbout: TBitBtn
    Left = 8
    Top = 240
    Width = 75
    Height = 25
    Caption = #20851#20110'(&A)'
    TabOrder = 1
    Kind = bkHelp
  end
  object btnOK: TBitBtn
    Left = 312
    Top = 240
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = btnOKClick
    Kind = bkOK
  end
end

⌨️ 快捷键说明

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