-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBericht_Frame.dfm
162 lines (162 loc) · 3.81 KB
/
Bericht_Frame.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
object Frame_Bericht: TFrame_Bericht
Left = 0
Top = 0
Width = 453
Height = 424
HorzScrollBar.Style = ssHotTrack
VertScrollBar.Style = ssHotTrack
Color = clBlack
ParentBackground = False
ParentColor = False
PopupMenu = PopupMenu1
TabOrder = 0
TabStop = True
OnMouseWheel = FrameMouseWheel
object PB_B: TPaintBox
Left = 0
Top = 13
Width = 453
Height = 292
Align = alTop
PopupMenu = PopupMenu1
OnPaint = PB_BPaint
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 453
Height = 13
Align = alTop
BevelOuter = bvNone
Color = clMaroon
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 0
Visible = False
DesignSize = (
453
13)
object LBL_Raid_Info: TLabel
Left = 36
Top = 0
Width = 71
Height = 13
BiDiMode = bdLeftToRight
Caption = 'LBL_Raid_Info'
ParentBiDiMode = False
end
object BTN_nextRaid: TSpeedButton
Left = 0
Top = 0
Width = 33
Height = 13
Caption = '---'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = BTN_nextRaidClick
end
object LBL_Raid24_Info: TLabel
Left = 336
Top = 0
Width = 83
Height = 13
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'LBL_Raid24_Info'
end
object BTN_Last24: TSpeedButton
Left = 420
Top = 0
Width = 33
Height = 13
Anchors = [akTop, akRight]
Caption = '---'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = BTN_Last24Click
end
end
object PopupMenu1: TPopupMenu
OnPopup = PopupMenu1Popup
Left = 36
Top = 16
object Copy1: TMenuItem
Caption = 'Copy'
OnClick = Copy1Click
end
object N1: TMenuItem
Caption = '-'
end
object KopiereinTabellenform1: TMenuItem
Caption = 'Kopiere in Tabellenform'
OnClick = KopiereinTabellenform1Click
end
object N2: TMenuItem
Caption = '-'
end
object Ansicht1: TMenuItem
Caption = 'Ansicht'
object Normal1: TMenuItem
Caption = 'Normal'
Checked = True
RadioItem = True
OnClick = Normal1Click
object Leerstellenweglassen1: TMenuItem
Caption = 'feste Gr'#246#223'e'
OnClick = Leerstellenweglassen1Click
end
end
object Raidansicht1: TMenuItem
Tag = 1
Caption = 'Raidansicht'
RadioItem = True
OnClick = Normal1Click
end
object Kurzansicht1: TMenuItem
Tag = 2
Caption = 'Kurzansicht'
RadioItem = True
OnClick = Normal1Click
end
end
object BerechneRohstoffe1: TMenuItem
Caption = 'Berechne Rohstoffe'
ShortCut = 66
OnClick = BerechneRohstoffe1Click
end
object ZeigeProduktion1: TMenuItem
Caption = 'Zeige Produktion'
Checked = True
OnClick = ZeigeProduktion1Click
end
object ZeigeSpeicherkapazitt1: TMenuItem
Caption = 'Zeige Speicherkapazit'#228't'
OnClick = ZeigeSpeicherkapazitt1Click
end
end
object tim_next_fleet: TTimer
Interval = 100
OnTimer = tim_next_fleetTimer
Left = 4
Top = 16
end
object Timer2: TTimer
Interval = 5000
OnTimer = Timer2Timer
Left = 4
Top = 60
end
end