Revision 13:c78b5eafa10e Client/UfrmMain.lfm

b/Client/UfrmMain.lfm
5 5
  Width = 766
6 6
  ActiveControl = pcLeft
7 7
  Caption = 'UO CentrED'
8
  ClientHeight = 574
8
  ClientHeight = 578
9 9
  ClientWidth = 766
10 10
  Constraints.MinHeight = 603
11 11
  Constraints.MinWidth = 766
......
21 21
  WindowState = wsMaximized
22 22
  object pnlBottom: TPanel
23 23
    Height = 31
24
    Top = 543
24
    Top = 547
25 25
    Width = 766
26 26
    Align = alBottom
27 27
    BevelOuter = bvNone
......
110 110
    end
111 111
  end
112 112
  object pcLeft: TPageControl
113
    Height = 519
113
    Height = 523
114 114
    Top = 24
115 115
    Width = 224
116 116
    ActivePage = tsTiles
......
120 120
    TabOrder = 1
121 121
    object tsTiles: TTabSheet
122 122
      Caption = 'Tiles'
123
      ClientHeight = 488
123
      ClientHeight = 494
124 124
      ClientWidth = 220
125 125
      ParentFont = True
126 126
      object pnlTileListSettings: TPanel
......
134 134
        TabOrder = 0
135 135
        object lblFilter: TLabel
136 136
          Left = 84
137
          Height = 13
137
          Height = 14
138 138
          Top = 8
139
          Width = 33
139
          Width = 30
140 140
          Caption = 'Filter:'
141 141
          ParentColor = False
142 142
          ParentFont = True
143 143
        end
144 144
        object cbTerrain: TCheckBox
145 145
          Left = 4
146
          Height = 20
146
          Height = 21
147 147
          Top = 8
148
          Width = 66
148
          Width = 60
149 149
          Caption = 'Terrain'
150 150
          Checked = True
151 151
          OnChange = cbTerrainChange
......
155 155
        end
156 156
        object cbStatics: TCheckBox
157 157
          Left = 4
158
          Height = 20
158
          Height = 21
159 159
          Top = 32
160
          Width = 64
160
          Width = 59
161 161
          Caption = 'Statics'
162 162
          Checked = True
163 163
          OnChange = cbStaticsChange
......
177 177
      end
178 178
      object vdtTiles: TVirtualDrawTree
179 179
        Tag = 1
180
        Height = 234
180
        Height = 240
181 181
        Top = 56
182 182
        Width = 220
183 183
        Align = alClient
......
221 221
      end
222 222
      object gbRandom: TGroupBox
223 223
        Height = 193
224
        Top = 295
224
        Top = 301
225 225
        Width = 220
226 226
        Align = alBottom
227 227
        Caption = 'Random pool'
228
        ClientHeight = 176
228
        ClientHeight = 178
229 229
        ClientWidth = 216
230 230
        ParentFont = True
231 231
        TabOrder = 2
232 232
        object vdtRandom: TVirtualDrawTree
233 233
          Tag = 1
234 234
          Cursor = 63
235
          Height = 124
235
          Height = 126
236 236
          Top = 22
237 237
          Width = 216
238 238
          Align = alClient
......
420 420
        object pnlRandomPreset: TPanel
421 421
          Left = 4
422 422
          Height = 22
423
          Top = 150
423
          Top = 152
424 424
          Width = 208
425 425
          Align = alBottom
426 426
          BorderSpacing.Around = 4
......
540 540
      object spTileList: TSplitter
541 541
        Cursor = crVSplit
542 542
        Height = 5
543
        Top = 290
543
        Top = 296
544 544
        Width = 220
545 545
        Align = alBottom
546 546
        ResizeAnchor = akBottom
......
563 563
    end
564 564
    object tsClients: TTabSheet
565 565
      Caption = 'Clients'
566
      ClientHeight = 519
567
      ClientWidth = 224
566
      ClientHeight = 494
567
      ClientWidth = 220
568 568
      ParentFont = True
569 569
      object lbClients: TListBox
570
        Height = 519
571
        Width = 224
570
        Height = 494
571
        Width = 220
572 572
        Align = alClient
573 573
        OnDblClick = mnuGoToClientClick
574 574
        ParentFont = True
......
580 580
    end
581 581
    object tsLocations: TTabSheet
582 582
      Caption = 'Locations'
583
      ClientHeight = 519
584
      ClientWidth = 224
583
      ClientHeight = 494
584
      ClientWidth = 220
585 585
      ParentFont = True
586 586
      object vstLocations: TVirtualStringTree
587 587
        Cursor = 63
588 588
        Left = 4
589
        Height = 483
589
        Height = 458
590 590
        Top = 4
591
        Width = 216
591
        Width = 212
592 592
        Align = alClient
593 593
        BorderSpacing.Around = 4
594 594
        BorderStyle = bsSingle
......
614 614
          end        
615 615
          item
616 616
            Position = 1
617
            Width = 141
617
            Width = 137
618 618
            WideText = 'Name'
619 619
          end>
620 620
      end
621 621
      object pnlLocationControls: TPanel
622 622
        Left = 4
623 623
        Height = 24
624
        Top = 491
625
        Width = 216
624
        Top = 466
625
        Width = 212
626 626
        Align = alBottom
627 627
        BorderSpacing.Around = 4
628 628
        BevelOuter = bvNone
629 629
        ClientHeight = 24
630
        ClientWidth = 216
630
        ClientWidth = 212
631 631
        ParentFont = True
632 632
        TabOrder = 1
633 633
        object btnClearLocations: TSpeedButton
......
951 951
  end
952 952
  object pnlMain: TPanel
953 953
    Left = 224
954
    Height = 519
954
    Height = 523
955 955
    Top = 24
956 956
    Width = 542
957 957
    Align = alClient
958 958
    BevelOuter = bvNone
959
    ClientHeight = 519
959
    ClientHeight = 523
960 960
    ClientWidth = 542
961 961
    ParentFont = True
962 962
    TabOrder = 3
963 963
    object oglGameWindow: TOpenGLControl
964
      Height = 368
964
      Height = 372
965 965
      Width = 542
966 966
      Align = alClient
967 967
      OnDblClick = oglGameWindowDblClick
......
975 975
    end
976 976
    object pnlChatHeader: TPanel
977 977
      Height = 24
978
      Top = 368
978
      Top = 372
979 979
      Width = 542
980 980
      Align = alBottom
981 981
      BevelInner = bvRaised
......
1003 1003
    end
1004 1004
    object pnlChat: TPanel
1005 1005
      Height = 122
1006
      Top = 397
1006
      Top = 401
1007 1007
      Width = 542
1008 1008
      Align = alBottom
1009 1009
      BevelOuter = bvNone
......
1059 1059
    object spChat: TSplitter
1060 1060
      Cursor = crVSplit
1061 1061
      Height = 5
1062
      Top = 392
1062
      Top = 396
1063 1063
      Width = 542
1064 1064
      Align = alBottom
1065 1065
      AutoSnap = False

Also available in: Unified diff