source: tags/1.2.0/LocalPlayer/CityScreen.lfm

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