source: trunk/LocalPlayer/CityScreen.lfm

Last change on this file was 469, checked in by chronos, 5 months ago
  • Fixed: City screen size sometimes not correctly loaded.
  • Modified: Code cleanup.
File size: 2.9 KB
Line 
1object CityDlg: TCityDlg
2 Left = 1186
3 Height = 480
4 Top = 183
5 Width = 640
6 BorderIcons = []
7 BorderStyle = bsNone
8 ClientHeight = 480
9 ClientWidth = 640
10 Color = clBtnFace
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -13
14 Font.Name = 'MS Sans Serif'
15 Font.Style = []
16 FormStyle = fsStayOnTop
17 OnClose = FormClose
18 OnCreate = FormCreate
19 OnDestroy = FormDestroy
20 OnKeyDown = FormKeyDown
21 OnMouseDown = FormMouseDown
22 OnPaint = FormPaint
23 OnShow = FormShow
24 PixelsPerInch = 96
25 Scaled = False
26 object CloseBtn: TButtonA
27 Left = 335
28 Top = 447
29 Width = 100
30 Height = 25
31 Down = False
32 Permanent = False
33 OnClick = CloseBtnClick
34 Caption = ''
35 end
36 object PrevCityBtn: TButtonC
37 Left = 270
38 Top = 6
39 Width = 12
40 Height = 12
41 Down = False
42 Permanent = False
43 OnClick = PrevCityBtnClick
44 ButtonIndex = 1
45 end
46 object NextCityBtn: TButtonC
47 Left = 270
48 Top = 18
49 Width = 12
50 Height = 12
51 Down = False
52 Permanent = False
53 OnClick = NextCityBtnClick
54 ButtonIndex = 0
55 end
56 object PageUpBtn: TButtonC
57 Left = 245
58 Top = 390
59 Width = 12
60 Height = 12
61 Down = False
62 Permanent = False
63 OnClick = PageUpBtnClick
64 ButtonIndex = 1
65 end
66 object PageDownBtn: TButtonC
67 Left = 245
68 Top = 402
69 Width = 12
70 Height = 12
71 Down = False
72 Permanent = False
73 OnClick = PageDownBtnClick
74 ButtonIndex = 0
75 end
76 object BuyBtn: TButtonC
77 Left = 495
78 Top = 317
79 Width = 12
80 Height = 12
81 Down = False
82 Permanent = False
83 OnClick = BuyClick
84 ButtonIndex = 5
85 end
86 object ProjectArea: TArea
87 Left = 335
88 Top = 280
89 Width = 56
90 Height = 40
91 end
92 object PrimacyArea: TArea
93 Left = 11
94 Top = 271
95 Width = 57
96 Height = 57
97 end
98 object Imp2Area: TArea
99 Left = 192
100 Top = 352
101 Width = 56
102 Height = 40
103 end
104 object Imp4Area: TArea
105 Left = 120
106 Top = 408
107 Width = 56
108 Height = 40
109 end
110 object Imp0Area: TArea
111 Left = 48
112 Top = 352
113 Width = 56
114 Height = 40
115 end
116 object Imp3Area: TArea
117 Left = 48
118 Top = 408
119 Width = 56
120 Height = 40
121 end
122 object Imp5Area: TArea
123 Left = 192
124 Top = 408
125 Width = 56
126 Height = 40
127 end
128 object Imp1Area: TArea
129 Left = 120
130 Top = 352
131 Width = 56
132 Height = 40
133 end
134 object Pop0Area: TArea
135 Left = 13
136 Top = 49
137 Width = 278
138 Height = 26
139 end
140 object Pop1Area: TArea
141 Left = 303
142 Top = 30
143 Width = 82
144 Height = 41
145 end
146 object SupportArea: TArea
147 Left = 271
148 Top = 415
149 Width = 64
150 Height = 18
151 end
152 object Timer1: TTimer
153 Enabled = False
154 Interval = 50
155 OnTimer = Timer1Timer
156 Left = 8
157 Top = 8
158 end
159end
Note: See TracBrowser for help on using the repository browser.