123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- inherited DatabaseCevsFrame: TDatabaseCevsFrame
- Height = 385
- Width = 812
- ClientHeight = 385
- ClientWidth = 812
- DesignLeft = 244
- DesignTop = 279
- inline CevSelectorFrame: TItemSelectorFrame[0]
- Height = 385
- Align = alLeft
- ClientHeight = 385
- inherited ItemSelectorPanel: TPanel
- Height = 385
- ClientHeight = 385
- inherited ItemSelectorListBox: TListBox
- Height = 329
- ScrollWidth = 169
- end
- inherited SetMaximumButton: TButton
- Top = 360
- end
- end
- end
- object SelectorMainContentSplitter: TSplitter[1]
- Left = 171
- Height = 385
- Top = 0
- Width = 5
- end
- object MainContentPanel: TPanel[2]
- Left = 176
- Height = 385
- Top = 0
- Width = 636
- Align = alClient
- BevelOuter = bvSpace
- ClientHeight = 385
- ClientWidth = 636
- TabOrder = 2
- object GeneralSettingsGroupBox: TGroupBox
- Left = 0
- Height = 84
- Top = 1
- Width = 626
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- Caption = 'General settings'
- ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
- ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
- ChildSizing.Layout = cclTopToBottomThenLeftToRight
- ClientHeight = 64
- ClientWidth = 624
- TabOrder = 0
- object NamePanel: TPanel
- Left = 0
- Height = 64
- Top = 0
- Width = 204
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 64
- ClientWidth = 204
- TabOrder = 0
- object NameLabel: TLabel
- AnchorSideRight.Side = asrBottom
- Left = 5
- Height = 17
- Top = 4
- Width = 194
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- Caption = 'Name:'
- ParentColor = False
- end
- object NameEdit: TEdit
- AnchorSideLeft.Control = NameLabel
- AnchorSideTop.Control = NameLabel
- AnchorSideTop.Side = asrBottom
- Left = 5
- Height = 35
- Top = 25
- Width = 194
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- OnChange = NameEditChange
- TabOrder = 0
- end
- end
- object TriggerPanel: TPanel
- Left = 204
- Height = 64
- Top = 0
- Width = 212
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 64
- ClientWidth = 212
- TabOrder = 1
- object TriggerLabel: TLabel
- Left = 5
- Height = 17
- Top = 4
- Width = 200
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- Caption = 'Trigger:'
- ParentColor = False
- end
- object TriggerComboBox: TComboBox
- AnchorSideLeft.Control = TriggerLabel
- AnchorSideTop.Control = TriggerLabel
- AnchorSideTop.Side = asrBottom
- Left = 5
- Height = 34
- Top = 25
- Width = 200
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- ItemHeight = 0
- OnChange = TriggerComboBoxChange
- Style = csDropDownList
- TabOrder = 0
- end
- end
- object SwitchNamePanel: TPanel
- Left = 416
- Height = 64
- Top = 0
- Width = 208
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 64
- ClientWidth = 208
- TabOrder = 2
- object SwitchLabel: TLabel
- Left = 0
- Height = 17
- Top = 4
- Width = 200
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- Caption = 'Switch:'
- ParentColor = False
- end
- object SwitchEditButton: TEditButton
- AnchorSideLeft.Control = SwitchLabel
- AnchorSideTop.Control = SwitchLabel
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 35
- Top = 25
- Width = 200
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- ButtonCaption = '...'
- ButtonWidth = 23
- MaxLength = 0
- NumGlyphs = 1
- OnButtonClick = SwitchEditButtonButtonClick
- OnDblClick = SwitchEditButtonButtonClick
- OnKeyPress = SwitchEditButtonKeyPress
- PasswordChar = #0
- TabOrder = 0
- end
- end
- end
- object CommandListGroupBox: TGroupBox
- AnchorSideTop.Control = GeneralSettingsGroupBox
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = GeneralSettingsGroupBox
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 288
- Top = 93
- Width = 626
- Anchors = [akTop, akLeft, akRight, akBottom]
- BorderSpacing.Top = 8
- Caption = 'Command list'
- ClientHeight = 268
- ClientWidth = 624
- TabOrder = 1
- inline CevECListFrame: TECListFrame
- Height = 268
- Width = 624
- Align = alClient
- ClientHeight = 268
- ClientWidth = 624
- inherited EcListBox: TListBox
- Height = 268
- Width = 624
- ScrollWidth = 622
- TopIndex = -1
- end
- end
- end
- end
- end
|