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

📄 option.dfm

📁 轻轻松松背单词软件源码
💻 DFM
字号:
object FrmOpt: TFrmOpt
  Left = 299
  Top = 141
  BorderStyle = bsDialog
  Caption = #21333#35789#20998#32452
  ClientHeight = 206
  ClientWidth = 240
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  DesignSize = (
    240
    206)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 121
    Height = 16
    Caption = #24744#27491#22312#23398#20064'    '
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 56
    Top = 48
    Width = 103
    Height = 16
    Caption = #20849#26377#21333#35789'  '#20010
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 32
    Top = 80
    Width = 34
    Height = 16
    Caption = #27599#32452
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 136
    Top = 80
    Width = 51
    Height = 16
    Caption = #20010#21333#35789
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 56
    Top = 112
    Width = 86
    Height = 16
    Caption = #20849#20998#20026'  '#32452
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label6: TLabel
    Left = 32
    Top = 136
    Width = 85
    Height = 16
    Caption = #24403#21069#26174#31034#31532
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label7: TLabel
    Left = 176
    Top = 136
    Width = 17
    Height = 16
    Caption = #32452
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object SpinEdit1: TSpinEdit
    Left = 72
    Top = 78
    Width = 57
    Height = 22
    Anchors = []
    MaxValue = 1000
    MinValue = 1
    TabOrder = 0
    Value = 1
    OnChange = SpinEdit1Change
  end
  object SpinEdit2: TSpinEdit
    Left = 120
    Top = 136
    Width = 49
    Height = 22
    MaxValue = 0
    MinValue = 1
    TabOrder = 1
    Value = 0
  end
  object Panel1: TPanel
    Left = 16
    Top = 168
    Width = 209
    Height = 3
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 72
    Top = 176
    Width = 73
    Height = 25
    Caption = #30830#35748
    TabOrder = 3
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 152
    Top = 176
    Width = 73
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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