-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUebersicht.dfm
237 lines (237 loc) · 5.22 KB
/
Uebersicht.dfm
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
object FRM_Uebersicht: TFRM_Uebersicht
Left = 256
Top = 338
Width = 800
Height = 295
HorzScrollBar.Size = 8
VertScrollBar.Size = 8
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Universums'#252'bersicht'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnHide = FormHide
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 517
Top = 81
Height = 189
Align = alRight
end
object PB_Lupe: TPaintBox
Left = 520
Top = 81
Width = 272
Height = 189
Align = alRight
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 792
Height = 81
Align = alTop
BevelOuter = bvNone
ParentBackground = False
TabOrder = 0
object Label2: TLabel
Left = 12
Top = 8
Width = 497
Height = 26
AutoSize = False
Caption =
'Diese Grafik zeigt eine '#220'bersicht '#252'ber die Sonnensysteme des gan' +
'zen Universums an. Die Farben zeigen die Aktualit'#228't der Informat' +
'ionen an. [Doppelklick -> Galaxie-Explorer]'
WordWrap = True
end
object Label4: TLabel
Left = 520
Top = 60
Width = 60
Height = 13
Caption = 'Koordinaten:'
end
object LBL_Koords: TLabel
Left = 584
Top = 60
Width = 3
Height = 13
end
object Button2: TButton
Left = 520
Top = 8
Width = 149
Height = 25
Caption = 'Planeten hervorheben...'
TabOrder = 0
OnClick = Button2Click
end
object CH_Planeten: TCheckBox
Left = 156
Top = 40
Width = 113
Height = 17
Caption = 'Planeten anzeigen'
TabOrder = 1
OnClick = CH_PlanetenClick
end
object CH_Systeme: TCheckBox
Left = 12
Top = 40
Width = 141
Height = 17
Caption = 'Sonnensysteme anzeigen'
Checked = True
State = cbChecked
TabOrder = 2
OnClick = CH_PlanetenClick
end
object CH_Scans: TCheckBox
Left = 272
Top = 40
Width = 149
Height = 17
Caption = 'Spionageberichte anzeigen'
TabOrder = 3
OnClick = CH_PlanetenClick
end
object cb_filter: TCheckBox
Left = 12
Top = 56
Width = 185
Height = 17
Caption = 'aktuellen Filter anzeigen/editieren'
TabOrder = 4
OnClick = CH_PlanetenClick
end
object cb_point_stats: TCheckBox
Left = 272
Top = 56
Width = 149
Height = 17
Caption = 'Punkte Stats'
TabOrder = 5
OnClick = CH_PlanetenClick
end
end
object ScrollBox1: TScrollBox
Left = 0
Top = 81
Width = 396
Height = 189
Align = alClient
BorderStyle = bsNone
TabOrder = 1
object PB_Uni: TPaintBox
Left = 0
Top = 0
Width = 499
Height = 180
Color = clBlack
ParentColor = False
PopupMenu = PopupMenu1
OnDblClick = PB_UniDblClick
OnMouseDown = PB_UniMouseDown
OnMouseMove = PB_UniMouseMove
OnMouseUp = PB_UniMouseUp
OnPaint = PB_UniPaint
end
end
object lb_ranges: TListBox
Left = 396
Top = 81
Width = 121
Height = 189
Align = alRight
ItemHeight = 13
PopupMenu = PopupMenu2
TabOrder = 2
Visible = False
OnClick = lb_rangesClick
end
object Timer1: TTimer
Enabled = False
Interval = 4000
OnTimer = Timer1Timer
Left = 36
Top = 148
end
object PopupMenu1: TPopupMenu
Left = 224
Top = 144
object Zeitfaktor1: TMenuItem
Caption = 'Zeitfaktor'
object N11: TMenuItem
Tag = 1
Caption = '1'
Checked = True
RadioItem = True
OnClick = N11Click
end
object N121: TMenuItem
Tag = 2
Caption = '1/2'
RadioItem = True
OnClick = N11Click
end
object N12: TMenuItem
Tag = 3
Caption = '1/3'
RadioItem = True
OnClick = N11Click
end
object N141: TMenuItem
Tag = 4
Caption = '1/4'
RadioItem = True
OnClick = N11Click
end
object N151: TMenuItem
Tag = 5
Caption = '1/5'
RadioItem = True
OnClick = N11Click
end
object N161: TMenuItem
Tag = 6
Caption = '1/6'
RadioItem = True
OnClick = N11Click
end
object N171: TMenuItem
Tag = 7
Caption = '1/7'
RadioItem = True
OnClick = N11Click
end
end
end
object PopupMenu2: TPopupMenu
Left = 628
Top = 136
object delete1: TMenuItem
Caption = 'delete'
ShortCut = 46
OnClick = delete1Click
end
object editr1: TMenuItem
Caption = 'edit'
OnClick = editr1Click
end
object new1: TMenuItem
Caption = 'new'
OnClick = new1Click
end
end
end