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

📄 jvchoosersu.dfm

📁 jvcl driver development envionment
💻 DFM
字号:
object JvChoosersFrm: TJvChoosersFrm
  Left = 296
  Top = 80
  Width = 578
  Height = 526
  Caption = 'various chooser'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  object JvLabel1: TJvLabel
    Left = 16
    Top = 43
    Width = 88
    Height = 16
    Caption = 'JvColorButton:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Sans Serif'
    HotTrackFont.Style = []
    ImageIndex = 0
  end
  object JvLabel2: TJvLabel
    Left = 336
    Top = 8
    Width = 79
    Height = 13
    Caption = 'JvGammaPanel:'
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Sans Serif'
    HotTrackFont.Style = []
    ImageIndex = 0
  end
  object JvLabel3: TJvLabel
    Left = 336
    Top = 48
    Width = 74
    Height = 13
    Caption = 'JvColorSquare:'
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Sans Serif'
    HotTrackFont.Style = []
    ImageIndex = 0
  end
  object Label5: TLabel
    Left = 16
    Top = 120
    Width = 110
    Height = 16
    Caption = 'JvFontComboBox:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object JvLabel4: TJvLabel
    Left = 16
    Top = 81
    Width = 118
    Height = 16
    Caption = 'JvColorComboBox:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Sans Serif'
    HotTrackFont.Style = []
    ImageIndex = 0
  end
  object JvxLabel1: TJvLabel
    Left = 41
    Top = 156
    Width = 187
    Height = 13
    Caption = 'change the font in the FontComboBox !'
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Sans Serif'
    HotTrackFont.Style = []
    ImageIndex = 0
  end
  object Label2: TLabel
    Left = 24
    Top = 200
    Width = 116
    Height = 16
    Caption = 'JvColorComboBox:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label1: TLabel
    Left = 24
    Top = 360
    Width = 214
    Height = 16
    Caption = 'click me to Execute a JvColorDialog'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
    OnClick = Label1Click
  end
  object JvColorButton1: TJvColorButton
    Left = 144
    Top = 40
    Width = 81
    OtherCaption = '&Other...'
    Options = []
  end
  object JvFontCombobox1: TJvFontComboBox
    Left = 144
    Top = 117
    Width = 145
    Height = 22
    DroppedDownWidth = 145
    FontName = '@Arial Unicode MS'
    ItemIndex = 0
    Options = [foWysiWyg]
    Sorted = True
    TabOrder = 1
    OnChange = JvFontCombobox1Change
  end
  object JvColorComboBox1: TJvColorComboBox
    Left = 144
    Top = 79
    Width = 145
    Height = 22
    ColorDialogText = '(Other...)'
    DroppedDownWidth = 145
    NewColorText = 'New Color '
    Options = [coText, coCustomColors]
    TabOrder = 2
  end
  object JvGammaPanel1: TJvGammaPanel
    Left = 432
    Top = 8
    AutoSize = True
  end
  object JvColorDialog1: TJvColorDialog
    Ctl3D = True
    Left = 256
    Top = 208
  end
end

⌨️ 快捷键说明

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