home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2002 October / Gamestar_44_2002-10_cd2.bin / patche / AOW2_Euro_Patch_V1_1.exe / AoW2Ed.exe / 0 / RCDATA / TCITYDLG / TCITYDLG.txt
Text File  |  2002-07-11  |  8KB  |  273 lines

  1. inherited CityDlg: TCityDlg
  2.   Left = 523
  3.   Top = 153
  4.   Caption = 'City Properties'
  5.   ClientHeight = 517
  6.   ClientWidth = 440
  7.   PixelsPerInch = 96
  8.   TextHeight = 16
  9.   inherited ClientPnl: TPanel
  10.     Width = 440
  11.     Height = 481
  12.     inherited MainPageControl: TPageControl
  13.       Width = 425
  14.       Height = 469
  15.       inherited GeneralSheet: TTabSheet
  16.         inherited PlayerLbl: TLabel
  17.           Left = 13
  18.           Top = 44
  19.         end
  20.         object Label2: TLabel [1]
  21.           Left = 13
  22.           Top = 16
  23.           Width = 40
  24.           Height = 16
  25.           Caption = 'Name:'
  26.         end
  27.         object Label3: TLabel [2]
  28.           Left = 13
  29.           Top = 78
  30.           Width = 36
  31.           Height = 16
  32.           Caption = 'Race:'
  33.         end
  34.         object SizeLbl: TLabel [3]
  35.           Left = 13
  36.           Top = 108
  37.           Width = 29
  38.           Height = 16
  39.           Caption = 'Size:'
  40.         end
  41.         object ProductionsLbl: TLabel [4]
  42.           Left = 13
  43.           Top = 172
  44.           Width = 64
  45.           Height = 16
  46.           Caption = 'Upgrades:'
  47.         end
  48.         inherited DefendersLblX: TLabel
  49.           Top = 140
  50.         end
  51.         inherited PlayerCB: TComboBox
  52.           Left = 96
  53.           Top = 40
  54.           Width = 201
  55.           Style = csDropDownList
  56.           Text = ''
  57.         end
  58.         inherited IDPnl: TPanel
  59.           Left = 12
  60.           Top = 400
  61.           Width = 393
  62.           TabOrder = 5
  63.         end
  64.         inherited RazedCB: TCheckBox
  65.           Left = 252
  66.           Top = 104
  67.           TabOrder = 6
  68.         end
  69.         object NameEdit: TEdit [9]
  70.           Left = 96
  71.           Top = 8
  72.           Width = 201
  73.           Height = 24
  74.           TabOrder = 1
  75.         end
  76.         object RaceCB: TComboBox [10]
  77.           Left = 96
  78.           Top = 72
  79.           Width = 137
  80.           Height = 24
  81.           ItemHeight = 16
  82.           TabOrder = 2
  83.         end
  84.         object SizeCB: TComboBox [11]
  85.           Left = 96
  86.           Top = 105
  87.           Width = 137
  88.           Height = 24
  89.           Style = csDropDownList
  90.           ItemHeight = 16
  91.           TabOrder = 3
  92.           OnChange = SizeCBChange
  93.           Items.Strings = (
  94.             'Outpost'
  95.             'Village'
  96.             'Town'
  97.             'City'
  98.             'Random')
  99.         end
  100.         object ProductionTree: TElTree [12]
  101.           Left = 12
  102.           Top = 204
  103.           Width = 393
  104.           Height = 189
  105.           LeftPosition = 0
  106.           ActiveBorderType = fbtSunken
  107.           AlwaysKeepFocus = False
  108.           AlwaysKeepSelection = True
  109.           AutoExpand = False
  110.           AutoLookup = False
  111.           DockOrientation = doNoOrient
  112.           DoubleBuffered = False
  113.           AutoLineHeight = True
  114.           BarStyle = False
  115.           BarStyleVerticalLines = False
  116.           BorderStyle = bsSingle
  117.           ChangeStateImage = False
  118.           CustomCheckboxes = False
  119.           CustomPlusMinus = False
  120.           DeselectChildrenOnCollapse = False
  121.           DivLinesColor = clBtnFace
  122.           DoInplaceEdit = True
  123.           DraggableSections = False
  124.           DragAllowed = False
  125.           DragTrgDrawMode = SelColorRect
  126.           DragType = dtDelphi
  127.           DragImageMode = dimNever
  128.           DrawFocusRect = True
  129.           ExpandOnDblClick = False
  130.           ExpandOnDragOver = False
  131.           FilteredVisibility = False
  132.           Flat = False
  133.           FlatFocusedScrollbars = True
  134.           FocusedSelectColor = clHighlight
  135.           FocusedSelectTextColor = clWindow
  136.           ForcedScrollBars = ssNone
  137.           Font.Charset = DEFAULT_CHARSET
  138.           Font.Color = clWindowText
  139.           Font.Height = -13
  140.           Font.Name = 'MS Sans Serif'
  141.           Font.Style = []
  142.           FullRowSelect = False
  143.           HeaderActiveFilterColor = clBlack
  144.           HeaderColor = clBtnFace
  145.           HeaderHeight = 21
  146.           HeaderHotTrack = False
  147.           HeaderInvertSortArrows = False
  148.           HeaderSections.Data = {F7FFFFFF00000000}
  149.           HeaderFilterColor = clBtnText
  150.           HeaderFlat = False
  151.           HideFocusRect = False
  152.           HideHintOnTimer = False
  153.           HideHintOnMove = True
  154.           HideSelectColor = clBtnFace
  155.           HideSelectTextColor = clBtnShadow
  156.           HideSelection = True
  157.           HorizontalLines = False
  158.           HideHorzScrollBar = False
  159.           HideVertScrollBar = False
  160.           HorzScrollBarStyles.ActiveFlat = False
  161.           HorzScrollBarStyles.BlendBackground = True
  162.           HorzScrollBarStyles.Color = clBtnFace
  163.           HorzScrollBarStyles.Flat = True
  164.           HorzScrollBarStyles.MinThumbSize = 4
  165.           HorzScrollBarStyles.NoDisableButtons = False
  166.           HorzScrollBarStyles.NoSunkenThumb = False
  167.           HorzScrollBarStyles.OwnerDraw = False
  168.           HorzScrollBarStyles.SecondaryButtons = False
  169.           HorzScrollBarStyles.SecondBtnKind = sbkOpposite
  170.           HorzScrollBarStyles.ShowLeftArrows = True
  171.           HorzScrollBarStyles.ShowRightArrows = True
  172.           HorzScrollBarStyles.ShowTrackHint = False
  173.           HorzScrollBarStyles.ThumbMode = etmAuto
  174.           HorzScrollBarStyles.ThumbSize = 0
  175.           HorzScrollBarStyles.Width = 16
  176.           HorzScrollBarStyles.ButtonSize = 16
  177.           HorzScrollBarStyles.UseSystemMetrics = True
  178.           HorzScrollBarStyles.ArrowColor = clBtnText
  179.           HorzScrollBarStyles.ArrowHotTrackColor = clHighlight
  180.           HorzScrollBarStyles.DrawFrames = True
  181.           HorzScrollBarStyles.ThinFrames = False
  182.           InactiveBorderType = fbtSunkenOuter
  183.           ItemIndent = 17
  184.           LineHeight = 17
  185.           LinesColor = clBtnFace
  186.           LinesStyle = psDot
  187.           LineHintColor = clWindow
  188.           LockHeaderHeight = False
  189.           MainTreeColumn = 0
  190.           MoveColumnOnDrag = False
  191.           MoveFocusOnCollapse = False
  192.           MultiSelect = False
  193.           OwnerDrawMask = '~~@~~'
  194.           PathSeparator = '\'
  195.           PlusMinusTransparent = False
  196.           RightAlignedText = False
  197.           RightAlignedTree = False
  198.           RowHotTrack = False
  199.           RowSelect = False
  200.           ScrollTracking = False
  201.           SelectColumn = -1
  202.           ShowButtons = True
  203.           ShowColumns = False
  204.           ShowCheckboxes = True
  205.           ShowEmptyImages = False
  206.           ShowEmptyImages2 = False
  207.           ShowImages = True
  208.           ShowLines = True
  209.           ShowRoot = False
  210.           ShowRootButtons = True
  211.           SelectionMode = smUsual
  212.           SortDir = sdAscend
  213.           SortMode = smNone
  214.           SortSection = 0
  215.           SortType = stCustom
  216.           StickyHeaderSections = False
  217.           TabOrder = 4
  218.           TabStop = True
  219.           Tracking = True
  220.           TrackColor = clWindowText
  221.           UnderlineTracked = False
  222.           VerticalLines = False
  223.           VertScrollBarStyles.ActiveFlat = False
  224.           VertScrollBarStyles.BlendBackground = True
  225.           VertScrollBarStyles.Color = clBtnFace
  226.           VertScrollBarStyles.Flat = False
  227.           VertScrollBarStyles.MinThumbSize = 4
  228.           VertScrollBarStyles.NoDisableButtons = False
  229.           VertScrollBarStyles.NoSunkenThumb = False
  230.           VertScrollBarStyles.OwnerDraw = False
  231.           VertScrollBarStyles.SecondaryButtons = False
  232.           VertScrollBarStyles.SecondBtnKind = sbkOpposite
  233.           VertScrollBarStyles.ShowLeftArrows = True
  234.           VertScrollBarStyles.ShowRightArrows = True
  235.           VertScrollBarStyles.ShowTrackHint = True
  236.           VertScrollBarStyles.ThumbMode = etmAuto
  237.           VertScrollBarStyles.ThumbSize = 0
  238.           VertScrollBarStyles.Width = 16
  239.           VertScrollBarStyles.ButtonSize = 16
  240.           VertScrollBarStyles.UseSystemMetrics = True
  241.           VertScrollBarStyles.ArrowColor = clBtnText
  242.           VertScrollBarStyles.ArrowHotTrackColor = clHighlight
  243.           VertScrollBarStyles.DrawFrames = True
  244.           VertScrollBarStyles.ThinFrames = False
  245.           UseSystemHintColors = False
  246.           TextColor = clWindowText
  247.           BkColor = clWindow
  248.           OnItemChange = ProductionTreeItemChange
  249.         end
  250.         inherited DefendersCB: TComboBox
  251.           Left = 96
  252.           Top = 136
  253.           TabOrder = 7
  254.         end
  255.       end
  256.     end
  257.   end
  258.   inherited ButtonPnl: TPanel
  259.     Top = 481
  260.     Width = 440
  261.     inherited OKBtn: TButton
  262.       Left = 243
  263.     end
  264.     inherited CancelBtn: TButton
  265.       Left = 343
  266.     end
  267.   end
  268.   inherited Translator: TIvTranslator
  269.     Left = 148
  270.     Top = 44
  271.   end
  272. end
  273.