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

📄 jvglabeleditorform.dfm

📁 East make Tray Icon in delphi
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          end
          object cbxUnderline: TCheckBox
            Tag = 4
            Left = 11
            Top = 64
            Width = 70
            Height = 14
            Cursor = crHandPoint
            Caption = 'Underline'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
            TabOrder = 2
            OnClick = cbxUnderlineClick
          end
          object cbxStrikeOut: TCheckBox
            Tag = 4
            Left = 11
            Top = 84
            Width = 70
            Height = 14
            Cursor = crHandPoint
            Caption = 'StrikeOut'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = [fsStrikeOut]
            ParentFont = False
            TabOrder = 3
            OnClick = cbxStrikeOutClick
          end
        end
        object gbxLabelDirection: TGroupBox
          Left = 214
          Top = 177
          Width = 106
          Height = 103
          Caption = 'Direction'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 5
          object sbtnLabelDirectionDown: TSpeedButton
            Tag = 2
            Left = 7
            Top = 48
            Width = 23
            Height = 22
            BiDiMode = bdLeftToRight
            ParentBiDiMode = False
            Spacing = -2
            OnClick = sbtnLabelDirectionRightClick
          end
          object sbtnLabelDirectionUp: TSpeedButton
            Tag = 3
            Left = 77
            Top = 48
            Width = 23
            Height = 22
            BiDiMode = bdLeftToRight
            ParentBiDiMode = False
            Spacing = -2
            OnClick = sbtnLabelDirectionRightClick
          end
          object JvgLabel5: TLabel
            Left = 32
            Top = 53
            Width = 42
            Height = 14
            Anchors = []
            Caption = 'Direction'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object sbtnLabelDirectionLeft: TSpeedButton
            Tag = 1
            Left = 40
            Top = 72
            Width = 23
            Height = 22
            BiDiMode = bdLeftToRight
            ParentBiDiMode = False
            Spacing = -2
            OnClick = sbtnLabelDirectionRightClick
          end
          object sbtnLabelDirectionRight: TSpeedButton
            Left = 40
            Top = 24
            Width = 23
            Height = 22
            BiDiMode = bdLeftToRight
            ParentBiDiMode = False
            Spacing = -2
            OnClick = sbtnLabelDirectionRightClick
          end
        end
        object JvgGroupBox4: TGroupBox
          Left = 8
          Top = 284
          Width = 417
          Height = 65
          Caption = 'Sizes'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 6
          object lblFontSize: TLabel
            Left = 377
            Top = 19
            Width = 6
            Height = 14
            Caption = '0'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object lblShadowDepth: TLabel
            Left = 377
            Top = 40
            Width = 6
            Height = 14
            Caption = '0'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object JvgLabel2: TLabel
            Left = 20
            Top = 41
            Width = 72
            Height = 14
            Caption = 'Shadow Depth'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object JvgLabel3: TLabel
            Left = 47
            Top = 16
            Width = 45
            Height = 14
            Caption = 'Font Size'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object sbarShadowDepth: TScrollBar
            Left = 108
            Top = 39
            Width = 254
            Height = 16
            PageSize = 0
            TabOrder = 0
            OnChange = sbarShadowDepthChange
          end
          object sbarFontSize: TScrollBar
            Left = 108
            Top = 18
            Width = 254
            Height = 16
            PageSize = 0
            TabOrder = 1
            OnChange = tbarFontSizeChange
          end
        end
        object cbxFont: TComboBox
          Left = 440
          Top = 186
          Width = 97
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 7
          OnChange = cbxFontChange
        end
      end
      object tbsTabSheet1: TTabSheet
        Caption = 'Surface'
        ImageIndex = 1
        object gbxGradient: TGroupBox
          Left = 8
          Top = 27
          Width = 257
          Height = 278
          Caption = 'Gradient'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          object JvgLabel11: TLabel
            Left = 12
            Top = 171
            Width = 52
            Height = 14
            Anchors = []
            Caption = 'Orientation'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object lblGradientPercentFilling: TLabel
            Left = 235
            Top = 223
            Width = 6
            Height = 14
            Caption = '0'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object JvgLabel12: TLabel
            Left = 14
            Top = 205
            Width = 39
            Height = 14
            Anchors = []
            Caption = '% Filling'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object JvgLabel1: TLabel
            Left = 8
            Top = 79
            Width = 56
            Height = 14
            Anchors = []
            Caption = 'Brush Style'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object JvgLabel6: TLabel
            Left = 12
            Top = 107
            Width = 52
            Height = 14
            Anchors = []
            Caption = 'From Color'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object JvgLabel9: TLabel
            Left = 24
            Top = 129
            Width = 40
            Height = 14
            Anchors = []
            Caption = 'To Color'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Arial'
            Font.Style = []
            ParentFont = False
          end
          object cbxGradientActive: TCheckBox
            Tag = 4
            Left = 79
            Top = 24
            Width = 106
            Height = 14
            Cursor = crHandPoint
            Caption = 'Active'
            TabOrder = 5
            OnClick = cbxGradientActiveClick
          end
          object cbxGradientBufferedDraw: TCheckBox
            Tag = 4
            Left = 79
            Top = 48
            Width = 106
            Height = 14
            Cursor = crHandPoint
            Caption = 'Buffered Draw'
            TabOrder = 6
            OnClick = cbxGradientBufferedDrawClick
          end
          object cbxGradientOrientation: TComboBox
            Tag = -1
            Left = 80
            Top = 168
            Width = 145
            Height = 21
            Style = csDropDownList
            ItemHeight = 13
            TabOrder = 0
            OnChange = cbxGradientOrientationChange
            Items.Strings = (
              'Horizontal'
              'Vertical'
              'LeftBias'
              'RightBias'
              'Rectangle'
              'HorzConvergent'
              'VertConvergent')
          end
          object cbtnGradientColorTo: TComboBox
            Tag = 2
            Left = 80
            Top = 128
            Width = 145
            Height = 21
            Style = csDropDownList
            ItemHeight = 0
            TabOrder = 1
            OnChange = cbtnGradientColorFromChange
          end
          object cbtnGradientColorFrom: TComboBox
            Tag = 1
            Left = 80
            Top = 104
            Width = 145
            Height = 21
            Style = csDropDownList
            ItemHeight = 0
            TabOrder = 2
            OnChange = cbtnGradientColorFromChange
          end
          object sbarGradientPercentFilling: TScrollBar
            Left = 16
            Top = 224
            Width = 201
            Height = 16
            PageSize = 0
            TabOrder = 3
            OnChange = sbarGradientPercentFillingChange
          end
          object cbxBrushStyle: TComboBox
            Tag = -1
            Left = 80
            Top = 72
            Width = 145
            Height = 21
            Style = csDropDownList
            ItemHeight = 13
            TabOrder = 4
            Items.Strings = (
              'Solid'
              'Clear'
              'Horizontal'
              'Vertical'
              'FDiagonal'
              'BDiagonal'
              'Cross'
              'DiagCross')
          end
        end
        object JvgGroupBox3: TGroupBox
          Left = 312
          Top = 30
          Width = 193
          Height = 123
          Caption = 'Background'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 1
          object sbtnBtnNewBackgroundImage: TSpeedButton
            Left = 107
            Top = 46
            Width = 56
            Height = 25
            Cursor = crHandPoint
            Anchors = [akRight, akBottom]
            Caption = 'Open'
            Flat = True
            OnClick = btnNewTextureImageClick
          end
          object bvlBevel1: TBevel
            Left = 16
            Top = 32
            Width = 71
            Height = 67
          end
          object imgBackground: TImage
            Left = 16
            Top = 32
            Width = 73
            Height = 65
          end
          object cbxActiveBackground: TCheckBox
            Left = 111
            Top = 96
            Width = 66
            Height = 14
            Cursor = crHandPoint
            Caption = 'Active'
            TabOrder = 0
            OnClick = cbxActiveBackgroundClick
          end
        end
        object JvgGroupBox6: TGroupBox
          Left = 312
          Top = 163
          Width = 193
          Height = 142
          Caption = 'Texture'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 2
          object sbtnBtnNewTextureImage: TSpeedButton
            Tag = 1
            Left = 108
            Top = 54
            Width = 55
            Height = 25
            Cursor = crHandPoint
            Anchors = [akRight, akBottom]
            Caption = 'Open'
            Flat = True
            OnClick = btnNewTextureImageClick
          end
          object bvlBevel2: TBevel
            Left = 16
            Top = 32
            Width = 73
            Height = 73
          end
          object imgTexture: TImage
            Left = 16
            Top = 32
            Width = 71
            Height = 72
            Picture.Data = {07544269746D617000000000}
          end
          object cbxActiveTexture: TCheckBox
            Tag = 1
            Left = 111
            Top = 104
            Width = 66
            Height = 14
            Cursor = crHandPoint
            Caption = 'Active'
            TabOrder = 0
            OnClick = cbxActiveBackgroundClick
          end
        end
      end
    end
    object pnlPanel1: TPanel
      Left = 1
      Top = 1
      Width = 556
      Height = 80
      Align = alTop
      TabOrder = 1
    end
  end
  inherited pnBottom: TPanel
    Top = 508
    Width = 558
    inherited btnCancel1: TButton
      Left = 472
    end
    inherited btnOK1: TButton
      Left = 387
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 'Bitmaps (*.bmp)|*.bmp'
    Left = 248
    Top = 464
  end
  object JvColorDialog1: TColorDialog
    Ctl3D = True
    Left = 297
    Top = 456
  end
  object imglBrushes: TImageList
    Left = 418
    Top = 440
  end
end

⌨️ 快捷键说明

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