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

📄 ctrls.dfm

📁 rx library V2.7.7a component use in delphi7 to delphi 2006
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          Left = 8
          Top = 56
          Width = 109
          Height = 17
          Caption = ' Format on editing '
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 2
          OnClick = CheckBox7Click
        end
      end
      object GroupBox10: TGroupBox
        Left = 248
        Top = 148
        Width = 241
        Height = 129
        Caption = ' RxLabel '
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 5
        object Label18: TLabel
          Left = 8
          Top = 16
          Width = 109
          Height = 13
          AutoSize = False
          Caption = 'Label with shadow'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsUnderline]
          ParentFont = False
        end
        object rxLabel1: TRxLabel
          Left = 8
          Top = 36
          Width = 82
          Height = 13
          Caption = 'Shadowed Label'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label23: TLabel
          Left = 120
          Top = 12
          Width = 101
          Height = 13
          AutoSize = False
          Caption = 'Shadow Color:'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label24: TLabel
          Left = 120
          Top = 52
          Width = 117
          Height = 13
          AutoSize = False
          Caption = 'Shadow Position:'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label25: TLabel
          Left = 120
          Top = 100
          Width = 81
          Height = 13
          AutoSize = False
          Caption = 'Shadow Size:'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object ColorComboBox2: TColorComboBox
          Left = 120
          Top = 28
          Width = 113
          Height = 20
          ColorValue = clWhite
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          OnChange = ColorComboBox2Change
        end
        object ComboBox6: TComboBox
          Left = 120
          Top = 68
          Width = 113
          Height = 21
          Style = csDropDownList
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ItemHeight = 13
          Items.Strings = (
            'Left-Top'
            'Left-Bottom'
            'Right-Bottom'
            'Right-Top')
          ParentFont = False
          TabOrder = 1
          OnChange = ComboBox6Change
        end
        object SpinEdit2: TSpinEdit
          Left = 200
          Top = 96
          Width = 33
          Height = 22
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          MaxValue = 15
          MinValue = 0
          ParentFont = False
          TabOrder = 2
          Value = 1
          OnChange = SpinEdit2Change
        end
        object Button1: TButton
          Left = 8
          Top = 88
          Width = 97
          Height = 25
          Caption = 'Font...'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 3
          OnClick = Button1Click
        end
      end
      object GroupBox16: TGroupBox
        Left = 4
        Top = 200
        Width = 241
        Height = 77
        Caption = ' RxSpinEdit '
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 6
        object Label19: TLabel
          Left = 8
          Top = 14
          Width = 168
          Height = 13
          Caption = 'Edit Box with Up and Down buttons'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsUnderline]
          ParentFont = False
          WordWrap = True
        end
        object Label20: TLabel
          Left = 100
          Top = 30
          Width = 65
          Height = 13
          AutoSize = False
          Caption = 'ValueType:'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label21: TLabel
          Left = 178
          Top = 30
          Width = 57
          Height = 13
          AutoSize = False
          Caption = 'Increment:'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object rxSpinEdit1: TRxSpinEdit
          Left = 8
          Top = 47
          Width = 81
          Height = 21
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
        end
        object ComboBox9: TComboBox
          Left = 100
          Top = 47
          Width = 65
          Height = 21
          Style = csDropDownList
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ItemHeight = 13
          Items.Strings = (
            'Integer'
            'Float')
          ParentFont = False
          TabOrder = 1
          OnChange = ComboBox9Change
        end
        object SpinEdit1: TSpinEdit
          Left = 179
          Top = 47
          Width = 49
          Height = 21
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          MaxValue = 100
          MinValue = 0
          ParentFont = False
          TabOrder = 2
          Value = 1
          OnChange = SpinEdit1Change
        end
      end
    end
    object TTabPage
      Left = 5
      Top = 26
      Caption = 'Splitter'
      object GroupBox11: TGroupBox
        Left = 0
        Top = 0
        Width = 494
        Height = 282
        Align = alClient
        Caption = ' RxSplitter '
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Label26: TLabel
          Left = 8
          Top = 16
          Width = 481
          Height = 33
          AutoSize = False
          Caption = 
            'Line or bar separating two controls. Controls can be horizontall' +
            'y or vertically resized by dragging the splitter. Two splitters ' +
            'are placed between Directory List, File List and  Quick View.'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsUnderline]
          ParentFont = False
          WordWrap = True
        end
        object Label27: TLabel
          Left = 4
          Top = 53
          Width = 29
          Height = 13
          AutoSize = False
          Caption = 'Disk:'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label28: TLabel
          Left = 196
          Top = 56
          Width = 77
          Height = 13
          AutoSize = False
          Caption = 'Quick View:'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Panel1: TPanel
          Left = 2
          Top = 72
          Width = 490
          Height = 208
          Align = alBottom
          BevelOuter = bvNone
          Caption = 'Panel1'
          TabOrder = 0
          object Panel2: TPanel
            Left = 0
            Top = 0
            Width = 185
            Height = 208

⌨️ 快捷键说明

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