123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448 |
- inherited DatabaseArmoursFrame: TDatabaseArmoursFrame
- Height = 537
- Width = 864
- ClientHeight = 537
- ClientWidth = 864
- DesignLeft = 385
- DesignTop = 174
- inline ArmourSelectorFrame: TItemSelectorFrame[0]
- Height = 537
- Align = alLeft
- ClientHeight = 537
- inherited ItemSelectorPanel: TPanel
- Height = 537
- ClientHeight = 537
- inherited ItemSelectorListBox: TListBox
- Height = 481
- end
- inherited SetMaximumButton: TButton
- Top = 512
- end
- end
- end
- object SelectorContentSplitter: TSplitter[1]
- Left = 171
- Height = 537
- Top = 0
- Width = 5
- end
- object MainContentScrollBox: TScrollBox[2]
- Left = 176
- Height = 537
- Top = 0
- Width = 408
- HorzScrollBar.Page = 117
- VertScrollBar.Page = 499
- Align = alLeft
- BorderStyle = bsNone
- ClientHeight = 537
- ClientWidth = 408
- TabOrder = 2
- object GeneralSettingsGroupBox: TGroupBox
- Left = 0
- Height = 271
- Top = 0
- Width = 407
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- Caption = 'General Settings'
- ClientHeight = 251
- ClientWidth = 403
- TabOrder = 0
- object GeneralSettingsFlowPanel: TFlowPanel
- Left = 0
- Height = 251
- Top = 0
- Width = 403
- Align = alClient
- BevelOuter = bvNone
- Color = clForm
- ControlList = <
- item
- Control = NamePanel
- WrapAfter = waAuto
- Index = 0
- end
- item
- Control = IconPanel
- WrapAfter = waForce
- Index = 1
- end
- item
- Control = DescriptionPanel
- WrapAfter = waForce
- Index = 2
- end
- item
- Control = TypePanel
- WrapAfter = waAuto
- Index = 3
- end
- item
- Control = PricePanel
- WrapAfter = waAuto
- Index = 4
- end
- item
- Control = AnimationPanel
- WrapAfter = waAuto
- Index = 5
- end>
- FlowLayout = tlBottom
- FlowStyle = fsLeftRightTopBottom
- ParentColor = False
- TabOrder = 0
- object NamePanel: TPanel
- Left = 0
- Height = 56
- Top = 0
- Width = 188
- Anchors = []
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 56
- ClientWidth = 188
- Color = clForm
- ParentColor = False
- TabOrder = 0
- object NameEdit: TEdit
- AnchorSideLeft.Control = NameLabel
- AnchorSideTop.Control = NameLabel
- AnchorSideTop.Side = asrBottom
- Left = 4
- Height = 28
- Top = 24
- Width = 180
- BorderSpacing.Top = 2
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- OnChange = NameEditChange
- TabOrder = 0
- end
- object NameLabel: TLabel
- Left = 4
- Height = 18
- Top = 4
- Width = 92
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- Caption = 'Armour name:'
- ParentColor = False
- end
- end
- object IconPanel: TPanel
- Left = 188
- Height = 47
- Top = 9
- Width = 138
- Anchors = []
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 47
- ClientWidth = 138
- Color = clForm
- ParentColor = False
- TabOrder = 1
- object IconLabel: TLabel
- AnchorSideLeft.Side = asrBottom
- Left = 4
- Height = 18
- Top = 4
- Width = 82
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- Caption = 'Armour icon:'
- ParentColor = False
- end
- object IconIdLabel: TLabel
- AnchorSideLeft.Control = IconLabel
- Left = 4
- Height = 18
- Top = 28
- Width = 5
- Caption = '-'
- ParentColor = False
- end
- object IconSpeedButton: TSpeedButton
- AnchorSideLeft.Control = IconLabel
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = IconLabel
- AnchorSideBottom.Control = IconIdLabel
- AnchorSideBottom.Side = asrBottom
- Left = 94
- Height = 39
- Top = 4
- Width = 40
- BorderSpacing.Left = 8
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- OnClick = IconSpeedButtonClick
- end
- end
- object DescriptionPanel: TPanel
- Left = 0
- Height = 79
- Top = 56
- Width = 385
- Anchors = []
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 79
- ClientWidth = 385
- Color = clForm
- ParentColor = False
- TabOrder = 2
- object DescriptionLabel: TLabel
- AnchorSideTop.Side = asrBottom
- Left = 4
- Height = 18
- Top = 8
- Width = 125
- BorderSpacing.Left = 4
- BorderSpacing.Top = 8
- BorderSpacing.Right = 4
- Caption = 'Armour description:'
- ParentColor = False
- end
- object DescriptionMemo: TMemo
- AnchorSideLeft.Control = DescriptionLabel
- AnchorSideTop.Control = DescriptionLabel
- AnchorSideTop.Side = asrBottom
- Left = 4
- Height = 47
- Top = 28
- Width = 377
- BorderSpacing.Top = 2
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- Font.Height = -12
- Font.Name = 'Courier New'
- OnChange = DescriptionMemoChange
- ParentFont = False
- TabOrder = 0
- WordWrap = False
- end
- end
- object TypePanel: TPanel
- Left = 0
- Height = 58
- Top = 135
- Width = 188
- Anchors = []
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 58
- ClientWidth = 188
- Color = clForm
- ParentColor = False
- TabOrder = 3
- object TypeLabel: TLabel
- AnchorSideTop.Side = asrBottom
- Left = 4
- Height = 18
- Top = 4
- Width = 87
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- Caption = 'Armour type:'
- ParentColor = False
- end
- object TypeComboBox: TComboBox
- AnchorSideLeft.Control = TypeLabel
- AnchorSideTop.Control = TypeLabel
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 4
- Height = 30
- Top = 24
- Width = 180
- BorderSpacing.Top = 2
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- ItemHeight = 0
- OnChange = TypeComboBoxChange
- Style = csDropDownList
- TabOrder = 0
- end
- end
- object PricePanel: TPanel
- Left = 188
- Height = 56
- Top = 137
- Width = 115
- Anchors = []
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 56
- ClientWidth = 115
- Color = clForm
- ParentColor = False
- TabOrder = 4
- object PriceLabel: TLabel
- Left = 4
- Height = 18
- Top = 4
- Width = 87
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- Caption = 'Armour price:'
- ParentColor = False
- end
- object PriceSpinEdit: TSpinEdit
- AnchorSideTop.Control = PriceLabel
- AnchorSideTop.Side = asrBottom
- Left = 4
- Height = 28
- Top = 24
- Width = 107
- BorderSpacing.Top = 2
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- MaxValue = 999999
- OnChange = PriceSpinEditChange
- TabOrder = 0
- end
- end
- object AnimationPanel: TPanel
- Left = 0
- Height = 58
- Top = 193
- Width = 188
- Anchors = []
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 58
- ClientWidth = 188
- TabOrder = 5
- OnClick = AnimationPanelClick
- object AnimationLabel: TLabel
- Left = 4
- Height = 18
- Top = 4
- Width = 104
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- Caption = 'Equipment type:'
- ParentColor = False
- end
- object EquipTypeComboBox: TComboBox
- AnchorSideLeft.Control = AnimationLabel
- AnchorSideTop.Control = AnimationLabel
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 4
- Height = 30
- Top = 24
- Width = 180
- BorderSpacing.Top = 2
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- ItemHeight = 0
- Style = csDropDownList
- TabOrder = 0
- end
- end
- end
- end
- inline ArmourParamChangesFrame: TParamChangesFrame
- AnchorSideLeft.Control = GeneralSettingsGroupBox
- AnchorSideTop.Control = GeneralSettingsGroupBox
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = GeneralSettingsGroupBox
- AnchorSideRight.Side = asrBottom
- Height = 220
- Top = 279
- Width = 407
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Top = 8
- ClientHeight = 220
- ClientWidth = 407
- TabOrder = 1
- inherited ParameterChangesGroupBox: TGroupBox
- Height = 220
- Width = 407
- ClientHeight = 200
- ClientWidth = 403
- inherited ParamChangesFlowPanel: TFlowPanel
- Height = 200
- Width = 403
- end
- end
- end
- end
- object MainAdditionalContentSplitter: TSplitter[3]
- Left = 584
- Height = 537
- Top = 0
- Width = 5
- end
- object AdditionalDataPanel: TPanel[4]
- Left = 589
- Height = 537
- Top = 0
- Width = 275
- Align = alClient
- BevelOuter = bvNone
- ClientHeight = 537
- ClientWidth = 275
- TabOrder = 4
- object TraitsGroupBox: TGroupBox
- Left = 0
- Height = 241
- Top = 0
- Width = 275
- Align = alTop
- Caption = 'Traits'
- ClientHeight = 221
- ClientWidth = 271
- TabOrder = 0
- inline ArmourTraitListFrame: TTraitListFrame
- Height = 221
- Width = 271
- Align = alClient
- ClientHeight = 221
- ClientWidth = 271
- inherited TraitsListBox: TListBox
- Height = 221
- Width = 271
- ScrollWidth = 267
- end
- end
- end
- object TraitsNotesSplitter: TSplitter
- Cursor = crVSplit
- Left = 0
- Height = 5
- Top = 241
- Width = 275
- Align = alTop
- ResizeAnchor = akTop
- end
- object NotesGroupBox: TGroupBox
- Left = 0
- Height = 291
- Top = 246
- Width = 275
- Align = alClient
- Caption = 'Notes'
- ClientHeight = 271
- ClientWidth = 271
- TabOrder = 2
- object NotesMemo: TMemo
- Left = 0
- Height = 271
- Top = 0
- Width = 271
- Align = alClient
- OnChange = NotesMemoChange
- ScrollBars = ssAutoBoth
- TabOrder = 0
- end
- end
- end
- end
|