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

📄 mainform.dfm

📁 jvcl driver development envionment
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object frmMain: TfrmMain
  Left = 192
  Top = 107
  Width = 568
  Height = 415
  Caption = 'Main Window'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 560
    Height = 137
    ActivePage = TabSheet1
    Align = alTop
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'Conjoin Style'
      object Label1: TLabel
        Left = 304
        Top = 8
        Width = 64
        Height = 13
        Caption = 'Grabber Size:'
      end
      object Label2: TLabel
        Left = 304
        Top = 40
        Width = 66
        Height = 13
        Caption = 'Splitter Width:'
      end
      object Label3: TLabel
        Left = 304
        Top = 72
        Width = 73
        Height = 13
        Caption = 'Text Alignment:'
      end
      object GroupBox2: TGroupBox
        Left = 8
        Top = 0
        Width = 281
        Height = 49
        Caption = 'Active Bar'
        TabOrder = 0
        object ActivePanelFont_Button: TButton
          Left = 8
          Top = 16
          Width = 33
          Height = 25
          Caption = 'Font'
          TabOrder = 0
          OnClick = ActivePanelFont_ButtonClick
        end
        object ActivePanelStartColor_Button: TButton
          Left = 48
          Top = 16
          Width = 105
          Height = 25
          Caption = 'Title Left Color'
          TabOrder = 1
          OnClick = ActivePanelStartColor_ButtonClick
        end
        object ActivePanelEndColor_Button: TButton
          Left = 160
          Top = 16
          Width = 113
          Height = 25
          Caption = 'Title Right Color'
          TabOrder = 2
          OnClick = ActivePanelEndColor_ButtonClick
        end
      end
      object GroupBox3: TGroupBox
        Left = 8
        Top = 56
        Width = 281
        Height = 49
        Caption = 'Inactive Bar'
        TabOrder = 1
        object InactivePanelFont_Button: TButton
          Left = 8
          Top = 16
          Width = 33
          Height = 25
          Caption = 'Font'
          TabOrder = 0
          OnClick = InactivePanelFont_ButtonClick
        end
        object InactivePanelStartColor_Button: TButton
          Left = 48
          Top = 16
          Width = 105
          Height = 25
          Caption = 'Title Left Color'
          TabOrder = 1
          OnClick = InactivePanelStartColor_ButtonClick
        end
        object InactivePanelEndColor_Button: TButton
          Left = 160
          Top = 16
          Width = 113
          Height = 25
          Caption = 'Title Right Color'
          TabOrder = 2
          OnClick = InactivePanelEndColor_ButtonClick
        end
      end
      object TextAlignment_ComboBox: TComboBox
        Left = 400
        Top = 72
        Width = 121
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 2
        OnChange = TextAlignment_ComboBoxChange
        Items.Strings = (
          'left-justified'
          'right-justified'
          'centered')
      end
      object SystemInfo_CheckBox: TCheckBox
        Left = 448
        Top = 8
        Width = 89
        Height = 17
        Caption = 'System Info'
        TabOrder = 3
        OnClick = SystemInfo_CheckBoxClick
      end
      object TextEllipsis_CheckBox: TCheckBox
        Left = 448
        Top = 40
        Width = 97
        Height = 17
        Caption = 'Ellipsis Text'
        TabOrder = 4
        OnClick = TextEllipsis_CheckBoxClick
      end
      object GrabbersSize_SpinEdit: TCSpinEdit
        Left = 400
        Top = 8
        Width = 41
        Height = 22
        MaxValue = 50
        MinValue = 1
        TabOrder = 5
        Value = 18
        OnChange = GrabbersSize_SpinEditChange
      end
      object SplitterWidth_SpinEdit: TCSpinEdit
        Left = 400
        Top = 40
        Width = 41
        Height = 22
        MaxValue = 100
        MinValue = 1
        TabOrder = 6
        Value = 4
        OnChange = SplitterWidth_SpinEditChange
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Tab Style'
      ImageIndex = 1
      object Label6: TLabel
        Left = 152
        Top = 80
        Width = 62
        Height = 13
        Caption = 'Tab Position:'
      end
      object GroupBox5: TGroupBox
        Left = 8
        Top = 0
        Width = 129
        Height = 49
        Caption = 'Active Tab'
        TabOrder = 0
        object ActiveTabFont_Button: TButton
          Left = 8
          Top = 16
          Width = 33
          Height = 25
          Caption = 'Font'
          TabOrder = 0
          OnClick = ActiveTabFont_ButtonClick
        end
        object ActiveTabColor_Button: TButton
          Left = 48
          Top = 16
          Width = 73
          Height = 25
          Caption = 'Tab Color'
          TabOrder = 1
          OnClick = ActiveTabColor_ButtonClick
        end
      end
      object GroupBox6: TGroupBox
        Left = 8
        Top = 56
        Width = 129
        Height = 49
        Caption = 'Inactive Tab'
        TabOrder = 1
        object InactiveTabFont_Button: TButton
          Left = 8
          Top = 16
          Width = 33
          Height = 25

⌨️ 快捷键说明

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