📄 mainform.dfm
字号:
object Main_Form: TMain_Form
Left = 254
Top = 128
Width = 568
Height = 415
Caption = 'Main Window'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
FormStyle = fsMDIForm
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 15
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 560
Height = 137
ActivePage = TabSheet1
Align = alTop
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Conjoin Style'
object Label1: TLabel
Left = 304
Top = 8
Width = 74
Height = 15
Caption = 'Grabber Size:'
end
object Label2: TLabel
Left = 304
Top = 40
Width = 75
Height = 15
Caption = 'Splitter Width:'
end
object Label3: TLabel
Left = 304
Top = 72
Width = 83
Height = 15
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 GrabbersSize_SpinEdit: TSpinEdit
Left = 400
Top = 8
Width = 41
Height = 24
MaxValue = 50
MinValue = 1
TabOrder = 2
Value = 18
OnChange = GrabbersSize_SpinEditChange
end
object SplitterWidth_SpinEdit: TSpinEdit
Left = 400
Top = 40
Width = 41
Height = 24
MaxValue = 100
MinValue = 1
TabOrder = 3
Value = 4
OnChange = SplitterWidth_SpinEditChange
end
object TextAlignment_ComboBox: TComboBox
Left = 400
Top = 72
Width = 121
Height = 23
Style = csDropDownList
ItemHeight = 15
TabOrder = 4
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 = 5
OnClick = SystemInfo_CheckBoxClick
end
object TextEllipsis_CheckBox: TCheckBox
Left = 448
Top = 40
Width = 97
Height = 17
Caption = 'Ellipsis Text'
TabOrder = 6
OnClick = TextEllipsis_CheckBoxClick
end
end
object TabSheet2: TTabSheet
Caption = 'Tab Style'
ImageIndex = 1
object Label6: TLabel
Left = 152
Top = 80
Width = 72
Height = 15
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
Caption = 'Font'
TabOrder = 0
OnClick = InactiveTabFont_ButtonClick
end
object InctiveTabColor_Button: TButton
Left = 48
Top = 16
Width = 73
Height = 25
Caption = 'Tab Color'
TabOrder = 1
OnClick = InctiveTabColor_ButtonClick
end
end
object TabPosition_ComboBox: TComboBox
Left = 234
Top = 74
Width = 89
Height = 23
Style = csDropDownList
ItemHeight = 15
TabOrder = 5
OnChange = TabPosition_ComboBoxChange
Items.Strings = (
'Top'
'Bottom')
end
object HotTrack_CheckBox: TCheckBox
Left = 152
Top = 16
Width = 81
Height = 17
Caption = 'High Light'
TabOrder = 2
OnClick = HotTrack_CheckBoxClick
end
object ShowIcon_CheckBox: TCheckBox
Left = 152
Top = 48
Width = 105
Height = 17
Caption = 'Show Images'
TabOrder = 4
OnClick = ShowIcon_CheckBoxClick
end
object TrackColor_Button: TButton
Left = 240
Top = 13
Width = 105
Height = 25
Caption = 'High Light Color'
TabOrder = 3
OnClick = TrackColor_ButtonClick
end
end
end
object lbDockServer1: TJvDockServer
LeftSplitterStyle.Cursor = crHSplit
LeftSplitterStyle.ParentColor = False
TopSplitterStyle.Cursor = crVSplit
TopSplitterStyle.ParentColor = False
RightSplitterStyle.Cursor = crHSplit
RightSplitterStyle.ParentColor = False
BottomSplitterStyle.Cursor = crVSplit
BottomSplitterStyle.ParentColor = False
TopDock = False
DockStyle = JvDockVIDStyle1
Left = 104
Top = 160
end
object JvDockVIDStyle1: TJvDockVIDStyle
SystemInfoChange = JvDockVIDStyle1SystemInfoChange
ConjoinServerOption.GrabbersSize = 18
ConjoinServerOption.SplitterWidth = 4
ConjoinServerOption.ActiveFont.Charset = DEFAULT_CHARSET
ConjoinServerOption.ActiveFont.Color = clWhite
ConjoinServerOption.ActiveFont.Height = -11
ConjoinServerOption.ActiveFont.Name = 'Tahoma'
ConjoinServerOption.ActiveFont.Style = [fsBold]
ConjoinServerOption.InactiveFont.Charset = DEFAULT_CHARSET
ConjoinServerOption.InactiveFont.Color = 13160660
ConjoinServerOption.InactiveFont.Height = -11
ConjoinServerOption.InactiveFont.Name = 'Tahoma'
ConjoinServerOption.InactiveFont.Style = [fsBold]
ConjoinServerOption.TextAlignment = taLeftJustify
ConjoinServerOption.ActiveTitleStartColor = 6956042
ConjoinServerOption.ActiveTitleEndColor = 15780518
ConjoinServerOption.InactiveTitleStartColor = clGray
ConjoinServerOption.InactiveTitleEndColor = clSilver
ConjoinServerOption.TextEllipsis = True
ConjoinServerOption.SystemInfo = True
TabServerOption.HotTrack = True
TabServerOption.TabPosition = tpBottom
TabServerOption.ActiveSheetColor = clBtnFace
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -