/[projects]/dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs
ViewVC logotype

Annotation of /dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2004 - (hide annotations) (download)
Tue Jul 9 17:25:41 2013 UTC (10 years, 11 months ago) by torben
File size: 24576 byte(s)
Main form is not resizeable
1 torben 1986 namespace DaoMqGUI
2     {
3     partial class MainForm
4     {
5     /// <summary>
6     /// Required designer variable.
7     /// </summary>
8     private System.ComponentModel.IContainer components = null;
9    
10     /// <summary>
11     /// Clean up any resources being used.
12     /// </summary>
13     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14     protected override void Dispose(bool disposing)
15     {
16     if (disposing && (components != null))
17     {
18     components.Dispose();
19     }
20     base.Dispose(disposing);
21     }
22    
23     #region Windows Form Designer generated code
24    
25     /// <summary>
26     /// Required method for Designer support - do not modify
27     /// the contents of this method with the code editor.
28     /// </summary>
29     private void InitializeComponent()
30     {
31     this.components = new System.ComponentModel.Container();
32     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
33     this.transports = new System.Windows.Forms.ListBox();
34     this.stopAll = new System.Windows.Forms.Button();
35     this.startAll = new System.Windows.Forms.Button();
36     this.refreshTimer = new System.Windows.Forms.Timer(this.components);
37     this.tabControl1 = new System.Windows.Forms.TabControl();
38     this.tabPage1 = new System.Windows.Forms.TabPage();
39 torben 2004 this.txtTransferTime = new System.Windows.Forms.TextBox();
40     this.label14 = new System.Windows.Forms.Label();
41 torben 1986 this.txtErrorMsg = new System.Windows.Forms.TextBox();
42     this.label7 = new System.Windows.Forms.Label();
43     this.txtCounter = new System.Windows.Forms.TextBox();
44     this.label6 = new System.Windows.Forms.Label();
45     this.txtErrorTime = new System.Windows.Forms.TextBox();
46     this.label5 = new System.Windows.Forms.Label();
47     this.txtOkTime = new System.Windows.Forms.TextBox();
48     this.label4 = new System.Windows.Forms.Label();
49     this.btnDisableOne = new System.Windows.Forms.Button();
50     this.btnEnableOne = new System.Windows.Forms.Button();
51     this.txtLastOK = new System.Windows.Forms.TextBox();
52     this.label3 = new System.Windows.Forms.Label();
53     this.txtEnabled = new System.Windows.Forms.TextBox();
54     this.label2 = new System.Windows.Forms.Label();
55     this.txtTransport = new System.Windows.Forms.TextBox();
56     this.label1 = new System.Windows.Forms.Label();
57     this.tabPage2 = new System.Windows.Forms.TabPage();
58     this.txtLog = new System.Windows.Forms.TextBox();
59     this.tabPage3 = new System.Windows.Forms.TabPage();
60     this.txtUpdateQuery = new System.Windows.Forms.TextBox();
61     this.label12 = new System.Windows.Forms.Label();
62     this.txtReadQuery = new System.Windows.Forms.TextBox();
63     this.label11 = new System.Windows.Forms.Label();
64     this.txtInsertQuery = new System.Windows.Forms.TextBox();
65     this.label10 = new System.Windows.Forms.Label();
66     this.txtQueueName = new System.Windows.Forms.TextBox();
67     this.label9 = new System.Windows.Forms.Label();
68     this.txtDirection = new System.Windows.Forms.TextBox();
69     this.label8 = new System.Windows.Forms.Label();
70 torben 1992 this.lnkServer = new System.Windows.Forms.LinkLabel();
71     this.label13 = new System.Windows.Forms.Label();
72 torben 1986 this.tabControl1.SuspendLayout();
73     this.tabPage1.SuspendLayout();
74     this.tabPage2.SuspendLayout();
75     this.tabPage3.SuspendLayout();
76     this.SuspendLayout();
77     //
78     // transports
79     //
80     this.transports.FormattingEnabled = true;
81     this.transports.Location = new System.Drawing.Point(13, 13);
82     this.transports.Name = "transports";
83     this.transports.Size = new System.Drawing.Size(157, 355);
84     this.transports.TabIndex = 0;
85     this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged);
86     //
87     // stopAll
88     //
89     this.stopAll.Location = new System.Drawing.Point(95, 379);
90     this.stopAll.Name = "stopAll";
91     this.stopAll.Size = new System.Drawing.Size(75, 23);
92     this.stopAll.TabIndex = 1;
93     this.stopAll.Text = "Disable All";
94     this.stopAll.UseVisualStyleBackColor = true;
95     this.stopAll.Click += new System.EventHandler(this.stopAll_Click);
96     //
97     // startAll
98     //
99     this.startAll.Location = new System.Drawing.Point(13, 379);
100     this.startAll.Name = "startAll";
101     this.startAll.Size = new System.Drawing.Size(75, 23);
102     this.startAll.TabIndex = 2;
103     this.startAll.Text = "Enable All";
104     this.startAll.UseVisualStyleBackColor = true;
105     this.startAll.Click += new System.EventHandler(this.startAll_Click);
106     //
107     // refreshTimer
108     //
109     this.refreshTimer.Enabled = true;
110     this.refreshTimer.Interval = 10000;
111     this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
112     //
113     // tabControl1
114     //
115     this.tabControl1.Controls.Add(this.tabPage1);
116     this.tabControl1.Controls.Add(this.tabPage2);
117     this.tabControl1.Controls.Add(this.tabPage3);
118     this.tabControl1.Location = new System.Drawing.Point(199, 13);
119     this.tabControl1.Name = "tabControl1";
120     this.tabControl1.SelectedIndex = 0;
121     this.tabControl1.Size = new System.Drawing.Size(445, 355);
122     this.tabControl1.TabIndex = 19;
123     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
124     //
125     // tabPage1
126     //
127 torben 2000 this.tabPage1.Controls.Add(this.txtTransferTime);
128     this.tabPage1.Controls.Add(this.label14);
129 torben 1986 this.tabPage1.Controls.Add(this.txtErrorMsg);
130     this.tabPage1.Controls.Add(this.label7);
131     this.tabPage1.Controls.Add(this.txtCounter);
132     this.tabPage1.Controls.Add(this.label6);
133     this.tabPage1.Controls.Add(this.txtErrorTime);
134     this.tabPage1.Controls.Add(this.label5);
135     this.tabPage1.Controls.Add(this.txtOkTime);
136     this.tabPage1.Controls.Add(this.label4);
137     this.tabPage1.Controls.Add(this.btnDisableOne);
138     this.tabPage1.Controls.Add(this.btnEnableOne);
139     this.tabPage1.Controls.Add(this.txtLastOK);
140     this.tabPage1.Controls.Add(this.label3);
141     this.tabPage1.Controls.Add(this.txtEnabled);
142     this.tabPage1.Controls.Add(this.label2);
143     this.tabPage1.Controls.Add(this.txtTransport);
144     this.tabPage1.Controls.Add(this.label1);
145     this.tabPage1.Location = new System.Drawing.Point(4, 22);
146     this.tabPage1.Name = "tabPage1";
147     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
148     this.tabPage1.Size = new System.Drawing.Size(437, 329);
149     this.tabPage1.TabIndex = 0;
150     this.tabPage1.Text = "Status";
151     this.tabPage1.UseVisualStyleBackColor = true;
152     //
153 torben 2004 // txtTransferTime
154     //
155     this.txtTransferTime.Location = new System.Drawing.Point(96, 123);
156     this.txtTransferTime.Name = "txtTransferTime";
157     this.txtTransferTime.ReadOnly = true;
158     this.txtTransferTime.Size = new System.Drawing.Size(130, 20);
159     this.txtTransferTime.TabIndex = 36;
160     //
161     // label14
162     //
163     this.label14.AutoSize = true;
164     this.label14.Location = new System.Drawing.Point(21, 126);
165     this.label14.Name = "label14";
166     this.label14.Size = new System.Drawing.Size(72, 13);
167     this.label14.TabIndex = 35;
168     this.label14.Text = "Transfer Time";
169     //
170 torben 1986 // txtErrorMsg
171     //
172 torben 2000 this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
173 torben 1986 this.txtErrorMsg.Name = "txtErrorMsg";
174     this.txtErrorMsg.ReadOnly = true;
175     this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);
176     this.txtErrorMsg.TabIndex = 34;
177     //
178     // label7
179     //
180     this.label7.AutoSize = true;
181 torben 2000 this.label7.Location = new System.Drawing.Point(21, 178);
182 torben 1986 this.label7.Name = "label7";
183     this.label7.Size = new System.Drawing.Size(51, 13);
184     this.label7.TabIndex = 33;
185     this.label7.Text = "Error msg";
186     //
187     // txtCounter
188     //
189 torben 2000 this.txtCounter.Location = new System.Drawing.Point(96, 201);
190 torben 1986 this.txtCounter.Name = "txtCounter";
191     this.txtCounter.ReadOnly = true;
192     this.txtCounter.Size = new System.Drawing.Size(130, 20);
193     this.txtCounter.TabIndex = 32;
194     //
195     // label6
196     //
197     this.label6.AutoSize = true;
198 torben 2000 this.label6.Location = new System.Drawing.Point(21, 204);
199 torben 1986 this.label6.Name = "label6";
200     this.label6.Size = new System.Drawing.Size(44, 13);
201     this.label6.TabIndex = 31;
202     this.label6.Text = "Counter";
203     //
204     // txtErrorTime
205     //
206 torben 2000 this.txtErrorTime.Location = new System.Drawing.Point(96, 149);
207 torben 1986 this.txtErrorTime.Name = "txtErrorTime";
208     this.txtErrorTime.ReadOnly = true;
209     this.txtErrorTime.Size = new System.Drawing.Size(130, 20);
210     this.txtErrorTime.TabIndex = 30;
211     //
212     // label5
213     //
214     this.label5.AutoSize = true;
215 torben 2000 this.label5.Location = new System.Drawing.Point(21, 152);
216 torben 1986 this.label5.Name = "label5";
217     this.label5.Size = new System.Drawing.Size(55, 13);
218     this.label5.TabIndex = 29;
219     this.label5.Text = "Error Time";
220     //
221     // txtOkTime
222     //
223 torben 2000 this.txtOkTime.Location = new System.Drawing.Point(96, 97);
224 torben 1986 this.txtOkTime.Name = "txtOkTime";
225     this.txtOkTime.ReadOnly = true;
226     this.txtOkTime.Size = new System.Drawing.Size(130, 20);
227     this.txtOkTime.TabIndex = 28;
228     //
229     // label4
230     //
231     this.label4.AutoSize = true;
232     this.label4.Location = new System.Drawing.Point(21, 100);
233     this.label4.Name = "label4";
234     this.label4.Size = new System.Drawing.Size(48, 13);
235     this.label4.TabIndex = 27;
236     this.label4.Text = "OK Time";
237     //
238     // btnDisableOne
239     //
240     this.btnDisableOne.Enabled = false;
241 torben 2000 this.btnDisableOne.Location = new System.Drawing.Point(106, 236);
242 torben 1986 this.btnDisableOne.Name = "btnDisableOne";
243     this.btnDisableOne.Size = new System.Drawing.Size(75, 23);
244     this.btnDisableOne.TabIndex = 26;
245     this.btnDisableOne.Text = "Disable";
246     this.btnDisableOne.UseVisualStyleBackColor = true;
247     this.btnDisableOne.Click += new System.EventHandler(this.btnDisableOne_Click);
248     //
249     // btnEnableOne
250     //
251     this.btnEnableOne.Enabled = false;
252 torben 2000 this.btnEnableOne.Location = new System.Drawing.Point(24, 236);
253 torben 1986 this.btnEnableOne.Name = "btnEnableOne";
254     this.btnEnableOne.Size = new System.Drawing.Size(75, 23);
255     this.btnEnableOne.TabIndex = 25;
256     this.btnEnableOne.Text = "Enable";
257     this.btnEnableOne.UseVisualStyleBackColor = true;
258     this.btnEnableOne.Click += new System.EventHandler(this.btnEnableOne_Click);
259     //
260     // txtLastOK
261     //
262 torben 2000 this.txtLastOK.Location = new System.Drawing.Point(96, 71);
263 torben 1986 this.txtLastOK.Name = "txtLastOK";
264     this.txtLastOK.ReadOnly = true;
265     this.txtLastOK.Size = new System.Drawing.Size(130, 20);
266     this.txtLastOK.TabIndex = 24;
267     //
268     // label3
269     //
270     this.label3.AutoSize = true;
271     this.label3.Location = new System.Drawing.Point(21, 74);
272     this.label3.Name = "label3";
273     this.label3.Size = new System.Drawing.Size(45, 13);
274     this.label3.TabIndex = 23;
275     this.label3.Text = "Last OK";
276     //
277     // txtEnabled
278     //
279 torben 2000 this.txtEnabled.Location = new System.Drawing.Point(96, 44);
280 torben 1986 this.txtEnabled.Name = "txtEnabled";
281     this.txtEnabled.ReadOnly = true;
282     this.txtEnabled.Size = new System.Drawing.Size(130, 20);
283     this.txtEnabled.TabIndex = 22;
284     //
285     // label2
286     //
287     this.label2.AutoSize = true;
288     this.label2.Location = new System.Drawing.Point(21, 47);
289     this.label2.Name = "label2";
290     this.label2.Size = new System.Drawing.Size(46, 13);
291     this.label2.TabIndex = 21;
292     this.label2.Text = "Enabled";
293     //
294     // txtTransport
295     //
296 torben 2000 this.txtTransport.Location = new System.Drawing.Point(96, 17);
297 torben 1986 this.txtTransport.Name = "txtTransport";
298     this.txtTransport.ReadOnly = true;
299     this.txtTransport.Size = new System.Drawing.Size(130, 20);
300     this.txtTransport.TabIndex = 20;
301     //
302     // label1
303     //
304     this.label1.AutoSize = true;
305     this.label1.Location = new System.Drawing.Point(21, 20);
306     this.label1.Name = "label1";
307     this.label1.Size = new System.Drawing.Size(52, 13);
308     this.label1.TabIndex = 19;
309     this.label1.Text = "Transport";
310     //
311     // tabPage2
312     //
313     this.tabPage2.Controls.Add(this.txtLog);
314     this.tabPage2.Location = new System.Drawing.Point(4, 22);
315     this.tabPage2.Name = "tabPage2";
316     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
317     this.tabPage2.Size = new System.Drawing.Size(437, 329);
318     this.tabPage2.TabIndex = 1;
319     this.tabPage2.Text = "Log";
320     this.tabPage2.UseVisualStyleBackColor = true;
321     //
322     // txtLog
323     //
324     this.txtLog.Location = new System.Drawing.Point(0, 0);
325     this.txtLog.Multiline = true;
326     this.txtLog.Name = "txtLog";
327     this.txtLog.ReadOnly = true;
328     this.txtLog.Size = new System.Drawing.Size(436, 328);
329     this.txtLog.TabIndex = 0;
330     //
331     // tabPage3
332     //
333     this.tabPage3.Controls.Add(this.txtUpdateQuery);
334     this.tabPage3.Controls.Add(this.label12);
335     this.tabPage3.Controls.Add(this.txtReadQuery);
336     this.tabPage3.Controls.Add(this.label11);
337     this.tabPage3.Controls.Add(this.txtInsertQuery);
338     this.tabPage3.Controls.Add(this.label10);
339     this.tabPage3.Controls.Add(this.txtQueueName);
340     this.tabPage3.Controls.Add(this.label9);
341     this.tabPage3.Controls.Add(this.txtDirection);
342     this.tabPage3.Controls.Add(this.label8);
343     this.tabPage3.Location = new System.Drawing.Point(4, 22);
344     this.tabPage3.Name = "tabPage3";
345     this.tabPage3.Size = new System.Drawing.Size(437, 329);
346     this.tabPage3.TabIndex = 2;
347     this.tabPage3.Text = "Konfiguration";
348     this.tabPage3.UseVisualStyleBackColor = true;
349     //
350     // txtUpdateQuery
351     //
352     this.txtUpdateQuery.Location = new System.Drawing.Point(88, 117);
353     this.txtUpdateQuery.Name = "txtUpdateQuery";
354     this.txtUpdateQuery.ReadOnly = true;
355     this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);
356     this.txtUpdateQuery.TabIndex = 30;
357     //
358     // label12
359     //
360     this.label12.AutoSize = true;
361     this.label12.Location = new System.Drawing.Point(14, 120);
362     this.label12.Name = "label12";
363     this.label12.Size = new System.Drawing.Size(70, 13);
364     this.label12.TabIndex = 29;
365     this.label12.Text = "UpdateQuery";
366     //
367     // txtReadQuery
368     //
369     this.txtReadQuery.Location = new System.Drawing.Point(88, 91);
370     this.txtReadQuery.Name = "txtReadQuery";
371     this.txtReadQuery.ReadOnly = true;
372     this.txtReadQuery.Size = new System.Drawing.Size(130, 20);
373     this.txtReadQuery.TabIndex = 28;
374     //
375     // label11
376     //
377     this.label11.AutoSize = true;
378     this.label11.Location = new System.Drawing.Point(14, 94);
379     this.label11.Name = "label11";
380     this.label11.Size = new System.Drawing.Size(61, 13);
381     this.label11.TabIndex = 27;
382     this.label11.Text = "ReadQuery";
383     //
384     // txtInsertQuery
385     //
386     this.txtInsertQuery.Location = new System.Drawing.Point(88, 65);
387     this.txtInsertQuery.Name = "txtInsertQuery";
388     this.txtInsertQuery.ReadOnly = true;
389     this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);
390     this.txtInsertQuery.TabIndex = 26;
391     //
392     // label10
393     //
394     this.label10.AutoSize = true;
395     this.label10.Location = new System.Drawing.Point(14, 68);
396     this.label10.Name = "label10";
397     this.label10.Size = new System.Drawing.Size(61, 13);
398     this.label10.TabIndex = 25;
399     this.label10.Text = "InsertQuery";
400     //
401     // txtQueueName
402     //
403     this.txtQueueName.Location = new System.Drawing.Point(88, 39);
404     this.txtQueueName.Name = "txtQueueName";
405     this.txtQueueName.ReadOnly = true;
406     this.txtQueueName.Size = new System.Drawing.Size(130, 20);
407     this.txtQueueName.TabIndex = 24;
408     //
409     // label9
410     //
411     this.label9.AutoSize = true;
412     this.label9.Location = new System.Drawing.Point(14, 42);
413     this.label9.Name = "label9";
414     this.label9.Size = new System.Drawing.Size(39, 13);
415     this.label9.TabIndex = 23;
416     this.label9.Text = "Queue";
417     //
418     // txtDirection
419     //
420     this.txtDirection.Location = new System.Drawing.Point(88, 13);
421     this.txtDirection.Name = "txtDirection";
422     this.txtDirection.ReadOnly = true;
423     this.txtDirection.Size = new System.Drawing.Size(130, 20);
424     this.txtDirection.TabIndex = 22;
425     //
426     // label8
427     //
428     this.label8.AutoSize = true;
429     this.label8.Location = new System.Drawing.Point(14, 16);
430     this.label8.Name = "label8";
431     this.label8.Size = new System.Drawing.Size(49, 13);
432     this.label8.TabIndex = 21;
433     this.label8.Text = "Direction";
434     //
435 torben 1992 // lnkServer
436     //
437     this.lnkServer.AutoSize = true;
438     this.lnkServer.Location = new System.Drawing.Point(556, 389);
439     this.lnkServer.Name = "lnkServer";
440     this.lnkServer.Size = new System.Drawing.Size(16, 13);
441     this.lnkServer.TabIndex = 20;
442     this.lnkServer.TabStop = true;
443     this.lnkServer.Text = "...";
444     this.lnkServer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkServer_LinkClicked);
445     //
446     // label13
447     //
448     this.label13.AutoSize = true;
449     this.label13.Location = new System.Drawing.Point(509, 389);
450     this.label13.Name = "label13";
451     this.label13.Size = new System.Drawing.Size(38, 13);
452     this.label13.TabIndex = 21;
453     this.label13.Text = "Server";
454     //
455 torben 1986 // MainForm
456     //
457     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
458     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
459     this.ClientSize = new System.Drawing.Size(656, 414);
460 torben 1992 this.Controls.Add(this.label13);
461     this.Controls.Add(this.lnkServer);
462 torben 1986 this.Controls.Add(this.tabControl1);
463     this.Controls.Add(this.startAll);
464     this.Controls.Add(this.stopAll);
465     this.Controls.Add(this.transports);
466 torben 2004 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
467 torben 1986 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
468 torben 2004 this.MaximizeBox = false;
469 torben 1986 this.Name = "MainForm";
470     this.Text = "DAO MQ GUI";
471 torben 1994 this.Shown += new System.EventHandler(this.MainForm_Shown);
472 torben 1986 this.tabControl1.ResumeLayout(false);
473     this.tabPage1.ResumeLayout(false);
474     this.tabPage1.PerformLayout();
475     this.tabPage2.ResumeLayout(false);
476     this.tabPage2.PerformLayout();
477     this.tabPage3.ResumeLayout(false);
478     this.tabPage3.PerformLayout();
479     this.ResumeLayout(false);
480 torben 1992 this.PerformLayout();
481 torben 1986
482     }
483    
484     #endregion
485    
486     private System.Windows.Forms.ListBox transports;
487     private System.Windows.Forms.Button stopAll;
488     private System.Windows.Forms.Button startAll;
489     private System.Windows.Forms.Timer refreshTimer;
490     private System.Windows.Forms.TabControl tabControl1;
491     private System.Windows.Forms.TabPage tabPage1;
492     private System.Windows.Forms.TextBox txtErrorMsg;
493     private System.Windows.Forms.Label label7;
494     private System.Windows.Forms.TextBox txtCounter;
495     private System.Windows.Forms.Label label6;
496     private System.Windows.Forms.TextBox txtErrorTime;
497     private System.Windows.Forms.Label label5;
498     private System.Windows.Forms.TextBox txtOkTime;
499     private System.Windows.Forms.Label label4;
500     private System.Windows.Forms.Button btnDisableOne;
501     private System.Windows.Forms.Button btnEnableOne;
502     private System.Windows.Forms.TextBox txtLastOK;
503     private System.Windows.Forms.Label label3;
504     private System.Windows.Forms.TextBox txtEnabled;
505     private System.Windows.Forms.Label label2;
506     private System.Windows.Forms.TextBox txtTransport;
507     private System.Windows.Forms.Label label1;
508     private System.Windows.Forms.TabPage tabPage2;
509     private System.Windows.Forms.TabPage tabPage3;
510     private System.Windows.Forms.TextBox txtUpdateQuery;
511     private System.Windows.Forms.Label label12;
512     private System.Windows.Forms.TextBox txtReadQuery;
513     private System.Windows.Forms.Label label11;
514     private System.Windows.Forms.TextBox txtInsertQuery;
515     private System.Windows.Forms.Label label10;
516     private System.Windows.Forms.TextBox txtQueueName;
517     private System.Windows.Forms.Label label9;
518     private System.Windows.Forms.TextBox txtDirection;
519     private System.Windows.Forms.Label label8;
520     private System.Windows.Forms.TextBox txtLog;
521 torben 1992 private System.Windows.Forms.LinkLabel lnkServer;
522     private System.Windows.Forms.Label label13;
523 torben 2000 private System.Windows.Forms.TextBox txtTransferTime;
524     private System.Windows.Forms.Label label14;
525 torben 1986 }
526     }
527    

  ViewVC Help
Powered by ViewVC 1.1.20