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

📄 jvqfullcolorform.xfm

📁 East make Tray Icon in delphi
💻 XFM
字号:
object JvFullColorFrm: TJvFullColorFrm
  Left = 354
  Top = 257
  Width = 712
  Height = 380
  VertScrollBar.Range = 369
  VertScrollBar.Visible = False
  HorzScrollBar.Range = 705
  HorzScrollBar.Tracking = False
  HorzScrollBar.Visible = False
  ActiveControl = JvColorSpaceCombo
  BorderIcons = [biSystemMenu]
  BorderStyle = fbsDialog
  Caption = 'Color Spaces Editor, Choose your color'
  Color = clButton
  Font.Color = clText
  Font.Height = 11
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpVariable
  Font.Style = []
  Font.Weight = 40
  KeyPreview = True
  ParentFont = False
  Position = poDesktopCenter
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  object LabelColorSpace: TLabel
    Left = 8
    Top = 10
    Width = 101
    Height = 13
    Caption = '&Current Color Space :'
  end
  object LabelDrawOld: TLabel
    Left = 240
    Top = 32
    Width = 81
    Height = 41
    AutoSize = False
    Color = clBlack
    ParentColor = False
    OnClick = LabelDrawOldClick
  end
  object LabelDrawNew: TLabel
    Left = 320
    Top = 32
    Width = 81
    Height = 41
    AutoSize = False
    Color = clWhite
    ParentColor = False
  end
  object LabelOld: TLabel
    Left = 240
    Top = 10
    Width = 19
    Height = 13
    Caption = 'Old:'
  end
  object LabelNew: TLabel
    Left = 320
    Top = 10
    Width = 25
    Height = 13
    Caption = 'New:'
  end
  object JvFullColorGroup: TJvFullColorGroup
    Left = 416
    Top = 8
    Width = 289
    Height = 361
    ColCount = 8
    SquareSize = 30
    OnChange = JvFullColorGroupChange
    Color = clBackground
  end
  object PanelGraphic: TPanel
    Left = 416
    Top = 8
    Width = 289
    Height = 361
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ParentColor = True
    TabOrder = 1
    Visible = False
    object LabelAxis: TLabel
      Left = 20
      Top = 20
      Width = 22
      Height = 13
      Caption = '&Axis:'
    end
    object JvColorPanel: TJvFullColorPanel
      Left = 8
      Top = 40
      Width = 276
      Height = 276
      FullColor = 83886079
      TabOrder = 1
      OnColorChange = JvColorPanelColorChange
      CrossSize = 10
      CrossCenter = 3
      CrossStyle.Width = 3
      ColorTrackBar = JvFullColorTrackBar
    end
    object JvFullColorTrackBar: TJvFullColorTrackBar
      Left = 8
      Top = 320
      Width = 276
      Height = 21
      FullColor = 83886079
      TabOrder = 2
      ArrowWidth = 10
    end
    object JvColorAxisConfigCombo: TJvFullColorAxisCombo
      Left = 48
      Top = 16
      Width = 225
      Height = 21
      Selected = acXYZ
      Font.Color = clText
      Font.Height = 11
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      Font.Weight = 40
      ItemHeight = 15
      ParentFont = False
      TabOrder = 0
      OnChange = ComboBoxAxisChange
    end
  end
  object ButtonGraphics: TButton
    Left = 326
    Top = 344
    Width = 75
    Height = 25
    TabOrder = 5
    OnClick = ButtonGraphicsClick
  end
  object ButtonOK: TButton
    Left = 8
    Top = 344
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object ButtonCancel: TButton
    Left = 114
    Top = 344
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Ca&ncel'
    ModalResult = 2
    TabOrder = 3
  end
  object ButtonApply: TButton
    Left = 220
    Top = 344
    Width = 75
    Height = 25
    Caption = '&Apply'
    TabOrder = 4
    OnClick = ButtonApplyClick
  end
  object JvColorSpaceCombo: TJvFullColorSpaceCombo
    Left = 8
    Top = 24
    Width = 209
    Height = 21
    Font.Color = clText
    Font.Height = 11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    ItemHeight = 15
    ParentFont = False
    TabOrder = 0
    OnClick = JvComboBoxColorSpaceSelect
  end
  object GroupBoxSettings: TGroupBox
    Left = 8
    Top = 80
    Width = 393
    Height = 249
    Caption = ' Settings ... '
    TabOrder = 12
    object LabelAxis0: TLabel
      Left = 8
      Top = 24
      Width = 51
      Height = 13
      Alignment = taRightJustify
      Caption = 'LabelAxis0'
    end
    object LabelAxis1: TLabel
      Left = 8
      Top = 80
      Width = 51
      Height = 13
      Alignment = taRightJustify
      Caption = 'LabelAxis1'
    end
    object LabelAxis2: TLabel
      Left = 8
      Top = 136
      Width = 51
      Height = 13
      Alignment = taRightJustify
      Caption = 'LabelAxis2'
    end
    object LabelPredefined: TLabel
      Left = 88
      Top = 184
      Width = 85
      Height = 13
      Alignment = taRightJustify
      Caption = '&Predefined colors:'
    end
    object ScrollBarAxis0: TScrollBar
      Left = 8
      Top = 41
      Width = 281
      Height = 20
      LargeChange = 16
      Max = 255
      TabOrder = 0
      OnChange = ScrollBarChange
    end
    object ScrollBarAxis1: TScrollBar
      Tag = 1
      Left = 8
      Top = 98
      Width = 281
      Height = 20
      LargeChange = 16
      Max = 255
      TabOrder = 2
      OnChange = ScrollBarChange
    end
    object ScrollBarAxis2: TScrollBar
      Tag = 2
      Left = 8
      Top = 154
      Width = 281
      Height = 20
      LargeChange = 16
      Max = 255
      TabOrder = 4
      OnChange = ScrollBarChange
    end
    object SpinEditAxis0: TJvSpinEdit
      Left = 312
      Top = 40
      Width = 65
      Height = 21
      MaxValue = 255.000000000000000000
      TabOrder = 1
      OnChange = SpinEditChange
    end
    object SpinEditAxis1: TJvSpinEdit
      Tag = 1
      Left = 312
      Top = 96
      Width = 65
      Height = 21
      MaxValue = 255.000000000000000000
      TabOrder = 3
      OnChange = SpinEditChange
    end
    object SpinEditAxis2: TJvSpinEdit
      Tag = 2
      Left = 312
      Top = 152
      Width = 65
      Height = 21
      MaxValue = 255.000000000000000000
      TabOrder = 5
      OnChange = SpinEditChange
    end
    object ColorBox: TJvColorComboBox
      Left = 88
      Top = 208
      Width = 201
      Height = 19
      ColorNameMap.Strings = (
        'clBlack=Black'
        'clMaroon=Maroon'
        'clGreen=Green'
        'clOlive=Olive'
        'clNavy=Navy'
        'clPurple=Purple'
        'clTeal=Teal'
        'clGray=Gray'
        'clSilver=Silver'
        'clRed=Red'
        'clLime=Lime'
        'clYellow=Yellow'
        'clBlue=Blue'
        'clFuchsia=Fuchsia'
        'clAqua=Aqua'
        'clLtGray=Light Gray'
        'clDkGray=Dark Gray'
        'clWhite=White'
        'clMoneyGreen=Money Green'
        'clSkyBlue=Sky Blue'
        'clCream=Cream'
        'clMedGray=Medium Gray'
        'clForeground=Foreground'
        'clButton=Button'
        'clLight=Light'
        'clMidlight=Mid Light'
        'clDark=Drak'
        'clMid=Mid'
        'clText=Text'
        'clBrightText=Bright Text'
        'clButtonText=Button Text'
        'clBase=Base'
        'clBackground=BackGround'
        'clShadow=Shadow'
        'clHighlight=Highlight'
        'clHighlightedText=Highlighted Text'
        'clNormalForeground=Normal Foreground'
        'clNormalButton=Normal Button'
        'clNormalLight=Normal Light'
        'clNormalMidlight=Normal Mid Light'
        'clNormalDark=Normal Drak'
        'clNormalMid=Normal Mid'
        'clNormalText=Normal Text'
        'clNormalBrightText=Normal Bright Text'
        'clNormalButtonText=Normal Button Text'
        'clNormalBase=Normal Base'
        'clNormalBackground=Normal BackGround'
        'clNormalShadow=Normal Shadow'
        'clNormalHighlight=Normal Highlight'
        'clNormalHighlightedText=Normal Highlighted Text'
        'clDisabledForeground=Disabled Foreground'
        'clDisabledButton=Disabled Button'
        'clDisabledLight=Disabled Light'
        'clDisabledMidlight=Disabled Mid Light'
        'clDisabledDark=Disabled Drak'
        'clDisabledMid=Disabled Mid'
        'clDisabledText=Disabled Text'
        'clDisabledBrightText=Disabled Bright Text'
        'clDisabledButtonText=Disabled Button Text'
        'clDisabledBase=Disabled Base'
        'clDisabledBackground=Disabled BackGround'
        'clDisabledShadow=Disabled Shadow'
        'clDisabledHighlight=Disabled Highlight'
        'clDisabledHighlightedText=Disabled Highlighted Text'
        'clActiveForeground=Active Foreground'
        'clActiveButton=Active Button'
        'clActiveLight=Active Light'
        'clActiveMidlight=Active Mid Light'
        'clActiveDark=Active Drak'
        'clActiveMid=Active Mid'
        'clActiveText=Active Text'
        'clActiveBrightText=Active Bright Text'
        'clActiveButtonText=Active Button Text'
        'clActiveBase=Active Base'
        'clActiveBackground=Active BackGround'
        'clActiveShadow=Active Shadow'
        'clActiveHighlight=Active Highlight'
        'clActiveHighlightedText=Active Highlighted Text'
        'clNone=None'
        'clDefault=Default')
      ColorDialogText = 'Custom...'
      HexPrefix = '$'
      NewColorText = 'Custom'
      Options = [coText, coSysColors]
      Font.Color = clText
      Font.Height = 11
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      Font.Weight = 40
      ParentFont = False
      TabOrder = 13
      OnClick = ComboBoxPredefinedSelect
    end
  end
end

⌨️ 快捷键说明

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