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

📄 option.dfm

📁 发票打印程序源码
💻 DFM
字号:
object frmOption: TfrmOption
  Left = 154
  Top = 100
  BorderStyle = bsDialog
  Caption = '选项设置'
  ClientHeight = 193
  ClientWidth = 458
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object gbInterFace: TGroupBox
    Left = 8
    Top = 8
    Width = 441
    Height = 137
    Caption = ' 程序界面设置 '
    TabOrder = 0
    object DRLabel1: TDRLabel
      Left = 24
      Top = 30
      Width = 96
      Height = 12
      Caption = '程序主界面背景:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      HiColor = clBlue
      LoColor = clNavy
      Border = boNone
      Ctl3D = True
      BlinkInterval = 300
      Blink = blNone
      Deep = 1
    end
    object DRLabel2: TDRLabel
      Left = 24
      Top = 62
      Width = 96
      Height = 12
      Caption = '程序启动时画面:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      HiColor = clBlue
      LoColor = clNavy
      Border = boNone
      Ctl3D = True
      BlinkInterval = 300
      Blink = blNone
      Deep = 1
    end
    object DRLabel3: TDRLabel
      Left = 24
      Top = 94
      Width = 96
      Height = 12
      Caption = '最喜爱的输入法:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      HiColor = clBlue
      LoColor = clNavy
      Border = boNone
      Ctl3D = True
      BlinkInterval = 300
      Blink = blNone
      Deep = 1
    end
    object edtBackGround: TEditN
      Left = 120
      Top = 26
      Width = 300
      Height = 21
      Color = clSilver
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      ColorOnFocus = clWhite
      ColorOnNotFocus = clSilver
      FontColorOnFocus = clRed
      FontColorOnNotFocus = clBlack
      FontColorOnOverWrite = clBlue
      EditType = etString
      EditKeyByTab = #13
      EditAlign = etAlignNone
      EditLengthAlign = 0
      EditPrecision = 0
      ValueInteger = 0
      ValueDate = 36943
      ValueTime = 0.0380053240740741
      TimeSeconds = False
      FirstCharUpper = False
      FirstCharUpList = ' ('
      WidthOnFocus = 0
      TextHint = True
    end
    object edtSplashPath: TEditN
      Left = 120
      Top = 58
      Width = 300
      Height = 21
      Color = clSilver
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      ColorOnFocus = clWhite
      ColorOnNotFocus = clSilver
      FontColorOnFocus = clRed
      FontColorOnNotFocus = clBlack
      FontColorOnOverWrite = clBlue
      EditType = etString
      EditKeyByTab = #13
      EditAlign = etAlignNone
      EditLengthAlign = 0
      EditPrecision = 0
      ValueInteger = 0
      ValueDate = 36943
      ValueTime = 0.0380612268518518
      TimeSeconds = False
      FirstCharUpper = False
      FirstCharUpList = ' ('
      WidthOnFocus = 0
      TextHint = True
    end
    object cbbImeName: TComboBox
      Left = 120
      Top = 90
      Width = 300
      Height = 20
      Color = clSilver
      ItemHeight = 12
      TabOrder = 4
    end
    object btnSplashPath: TButton
      Left = 400
      Top = 60
      Width = 18
      Height = 17
      Caption = '...'
      TabOrder = 3
      OnClick = btnSplashPathClick
    end
    object btnBackGroud: TButton
      Left = 400
      Top = 28
      Width = 18
      Height = 17
      Caption = '...'
      TabOrder = 1
      OnClick = btnBackGroudClick
    end
  end
  object bbtnOK: TBitBtn
    Left = 278
    Top = 156
    Width = 75
    Height = 30
    Caption = '确定'
    TabOrder = 1
    OnClick = bbtnOKClick
    Kind = bkOK
  end
  object bbtnCancel: TBitBtn
    Left = 374
    Top = 156
    Width = 75
    Height = 30
    Caption = '取消'
    TabOrder = 2
    Kind = bkCancel
  end
  object OpenPictureDialog: TOpenPictureDialog
    DefaultExt = 'bmp'
    InitialDir = 'C:\My Documents'
    Title = '请选择一张图片:'
    Left = 272
  end
end

⌨️ 快捷键说明

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