File: CityScreen.lfm

package info (click to toggle)
c-evo-dh 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (157 lines) | stat: -rw-r--r-- 2,741 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
object CityDlg: TCityDlg
  Left = 1186
  Top = 183
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 480
  ClientWidth = 640
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  Scaled = False
  object CloseBtn: TButtonA
    Left = 335
    Top = 447
    Width = 100
    Height = 25
    Down = False
    Permanent = False
    OnClick = CloseBtnClick
    Caption = ''
  end
  object PrevCityBtn: TButtonC2
    Left = 246
    Top = 8
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = PrevCityBtnClick
    ButtonIndex = 4
  end
  object NextCityBtn: TButtonC2
    Left = 270
    Top = 8
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = NextCityBtnClick
    ButtonIndex = 5
  end
  object PageUpBtn: TButtonC
    Left = 245
    Top = 390
    Width = 12
    Height = 12
    Down = False
    Permanent = False
    OnClick = PageUpBtnClick
    ButtonIndex = 1
  end
  object PageDownBtn: TButtonC
    Left = 245
    Top = 402
    Width = 12
    Height = 12
    Down = False
    Permanent = False
    OnClick = PageDownBtnClick
    ButtonIndex = 0
  end
  object BuyBtn: TButtonC2
    Left = 483
    Top = 312
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = BuyClick
    ButtonIndex = 5
  end
  object ProjectArea: TArea
    Left = 335
    Top = 280
    Width = 56
    Height = 40
  end
  object PrimacyArea: TArea
    Left = 11
    Top = 271
    Width = 57
    Height = 57
  end
  object Imp2Area: TArea
    Left = 192
    Top = 352
    Width = 56
    Height = 40
  end
  object Imp4Area: TArea
    Left = 120
    Top = 408
    Width = 56
    Height = 40
  end
  object Imp0Area: TArea
    Left = 48
    Top = 352
    Width = 56
    Height = 40
  end
  object Imp3Area: TArea
    Left = 48
    Top = 408
    Width = 56
    Height = 40
  end
  object Imp5Area: TArea
    Left = 192
    Top = 408
    Width = 56
    Height = 40
  end
  object Imp1Area: TArea
    Left = 120
    Top = 352
    Width = 56
    Height = 40
  end
  object Pop0Area: TArea
    Left = 13
    Top = 49
    Width = 278
    Height = 26
  end
  object Pop1Area: TArea
    Left = 303
    Top = 30
    Width = 82
    Height = 41
  end
  object SupportArea: TArea
    Left = 271
    Top = 415
    Width = 64
    Height = 18
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 50
    OnTimer = Timer1Timer
    Left = 8
    Top = 8
  end
end