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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1986 by torben, Wed Jul 3 07:56:52 2013 UTC revision 2054 by torben, Mon Aug 26 10:40:26 2013 UTC
# Line 30  Line 30 
30          {          {
31              this.components = new System.ComponentModel.Container();              this.components = new System.ComponentModel.Container();
32              System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));              System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
             this.transports = new System.Windows.Forms.ListBox();  
33              this.stopAll = new System.Windows.Forms.Button();              this.stopAll = new System.Windows.Forms.Button();
34              this.startAll = new System.Windows.Forms.Button();              this.startAll = new System.Windows.Forms.Button();
35              this.refreshTimer = new System.Windows.Forms.Timer(this.components);              this.refreshTimer = new System.Windows.Forms.Timer(this.components);
36              this.tabControl1 = new System.Windows.Forms.TabControl();              this.tabControl1 = new System.Windows.Forms.TabControl();
37              this.tabPage1 = new System.Windows.Forms.TabPage();              this.tabPage1 = new System.Windows.Forms.TabPage();
38                this.txtTransferTime = new System.Windows.Forms.TextBox();
39                this.label14 = new System.Windows.Forms.Label();
40              this.txtErrorMsg = new System.Windows.Forms.TextBox();              this.txtErrorMsg = new System.Windows.Forms.TextBox();
41              this.label7 = new System.Windows.Forms.Label();              this.label7 = new System.Windows.Forms.Label();
42              this.txtCounter = new System.Windows.Forms.TextBox();              this.txtCounter = new System.Windows.Forms.TextBox();
# Line 65  Line 66 
66              this.label9 = new System.Windows.Forms.Label();              this.label9 = new System.Windows.Forms.Label();
67              this.txtDirection = new System.Windows.Forms.TextBox();              this.txtDirection = new System.Windows.Forms.TextBox();
68              this.label8 = new System.Windows.Forms.Label();              this.label8 = new System.Windows.Forms.Label();
69                this.lnkServer = new System.Windows.Forms.LinkLabel();
70                this.label13 = new System.Windows.Forms.Label();
71                this.transports = new System.Windows.Forms.ListView();
72              this.tabControl1.SuspendLayout();              this.tabControl1.SuspendLayout();
73              this.tabPage1.SuspendLayout();              this.tabPage1.SuspendLayout();
74              this.tabPage2.SuspendLayout();              this.tabPage2.SuspendLayout();
75              this.tabPage3.SuspendLayout();              this.tabPage3.SuspendLayout();
76              this.SuspendLayout();              this.SuspendLayout();
77              //              //
             // transports  
             //  
             this.transports.FormattingEnabled = true;  
             this.transports.Location = new System.Drawing.Point(13, 13);  
             this.transports.Name = "transports";  
             this.transports.Size = new System.Drawing.Size(157, 355);  
             this.transports.TabIndex = 0;  
             this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged);  
             //  
78              // stopAll              // stopAll
79              //              //
80              this.stopAll.Location = new System.Drawing.Point(95, 379);              this.stopAll.Location = new System.Drawing.Point(95, 379);
# Line 120  Line 115 
115              //              //
116              // tabPage1              // tabPage1
117              //              //
118                this.tabPage1.Controls.Add(this.txtTransferTime);
119                this.tabPage1.Controls.Add(this.label14);
120              this.tabPage1.Controls.Add(this.txtErrorMsg);              this.tabPage1.Controls.Add(this.txtErrorMsg);
121              this.tabPage1.Controls.Add(this.label7);              this.tabPage1.Controls.Add(this.label7);
122              this.tabPage1.Controls.Add(this.txtCounter);              this.tabPage1.Controls.Add(this.txtCounter);
# Line 144  Line 141 
141              this.tabPage1.Text = "Status";              this.tabPage1.Text = "Status";
142              this.tabPage1.UseVisualStyleBackColor = true;              this.tabPage1.UseVisualStyleBackColor = true;
143              //              //
144                // txtTransferTime
145                //
146                this.txtTransferTime.Location = new System.Drawing.Point(96, 123);
147                this.txtTransferTime.Name = "txtTransferTime";
148                this.txtTransferTime.ReadOnly = true;
149                this.txtTransferTime.Size = new System.Drawing.Size(130, 20);
150                this.txtTransferTime.TabIndex = 36;
151                //
152                // label14
153                //
154                this.label14.AutoSize = true;
155                this.label14.Location = new System.Drawing.Point(21, 126);
156                this.label14.Name = "label14";
157                this.label14.Size = new System.Drawing.Size(72, 13);
158                this.label14.TabIndex = 35;
159                this.label14.Text = "Transfer Time";
160                //
161              // txtErrorMsg              // txtErrorMsg
162              //              //
163              this.txtErrorMsg.Location = new System.Drawing.Point(79, 149);              this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
164              this.txtErrorMsg.Name = "txtErrorMsg";              this.txtErrorMsg.Name = "txtErrorMsg";
165              this.txtErrorMsg.ReadOnly = true;              this.txtErrorMsg.ReadOnly = true;
166              this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);              this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);
# Line 155  Line 169 
169              // label7              // label7
170              //              //
171              this.label7.AutoSize = true;              this.label7.AutoSize = true;
172              this.label7.Location = new System.Drawing.Point(21, 152);              this.label7.Location = new System.Drawing.Point(21, 178);
173              this.label7.Name = "label7";              this.label7.Name = "label7";
174              this.label7.Size = new System.Drawing.Size(51, 13);              this.label7.Size = new System.Drawing.Size(51, 13);
175              this.label7.TabIndex = 33;              this.label7.TabIndex = 33;
# Line 163  Line 177 
177              //              //
178              // txtCounter              // txtCounter
179              //              //
180              this.txtCounter.Location = new System.Drawing.Point(79, 175);              this.txtCounter.Location = new System.Drawing.Point(96, 201);
181              this.txtCounter.Name = "txtCounter";              this.txtCounter.Name = "txtCounter";
182              this.txtCounter.ReadOnly = true;              this.txtCounter.ReadOnly = true;
183              this.txtCounter.Size = new System.Drawing.Size(130, 20);              this.txtCounter.Size = new System.Drawing.Size(130, 20);
# Line 172  Line 186 
186              // label6              // label6
187              //              //
188              this.label6.AutoSize = true;              this.label6.AutoSize = true;
189              this.label6.Location = new System.Drawing.Point(21, 178);              this.label6.Location = new System.Drawing.Point(21, 204);
190              this.label6.Name = "label6";              this.label6.Name = "label6";
191              this.label6.Size = new System.Drawing.Size(44, 13);              this.label6.Size = new System.Drawing.Size(44, 13);
192              this.label6.TabIndex = 31;              this.label6.TabIndex = 31;
# Line 180  Line 194 
194              //              //
195              // txtErrorTime              // txtErrorTime
196              //              //
197              this.txtErrorTime.Location = new System.Drawing.Point(79, 123);              this.txtErrorTime.Location = new System.Drawing.Point(96, 149);
198              this.txtErrorTime.Name = "txtErrorTime";              this.txtErrorTime.Name = "txtErrorTime";
199              this.txtErrorTime.ReadOnly = true;              this.txtErrorTime.ReadOnly = true;
200              this.txtErrorTime.Size = new System.Drawing.Size(130, 20);              this.txtErrorTime.Size = new System.Drawing.Size(130, 20);
# Line 189  Line 203 
203              // label5              // label5
204              //              //
205              this.label5.AutoSize = true;              this.label5.AutoSize = true;
206              this.label5.Location = new System.Drawing.Point(21, 126);              this.label5.Location = new System.Drawing.Point(21, 152);
207              this.label5.Name = "label5";              this.label5.Name = "label5";
208              this.label5.Size = new System.Drawing.Size(55, 13);              this.label5.Size = new System.Drawing.Size(55, 13);
209              this.label5.TabIndex = 29;              this.label5.TabIndex = 29;
# Line 197  Line 211 
211              //              //
212              // txtOkTime              // txtOkTime
213              //              //
214              this.txtOkTime.Location = new System.Drawing.Point(79, 97);              this.txtOkTime.Location = new System.Drawing.Point(96, 98);
215              this.txtOkTime.Name = "txtOkTime";              this.txtOkTime.Name = "txtOkTime";
216              this.txtOkTime.ReadOnly = true;              this.txtOkTime.ReadOnly = true;
217              this.txtOkTime.Size = new System.Drawing.Size(130, 20);              this.txtOkTime.Size = new System.Drawing.Size(130, 20);
# Line 206  Line 220 
220              // label4              // label4
221              //              //
222              this.label4.AutoSize = true;              this.label4.AutoSize = true;
223              this.label4.Location = new System.Drawing.Point(21, 100);              this.label4.Location = new System.Drawing.Point(21, 101);
224              this.label4.Name = "label4";              this.label4.Name = "label4";
225              this.label4.Size = new System.Drawing.Size(48, 13);              this.label4.Size = new System.Drawing.Size(48, 13);
226              this.label4.TabIndex = 27;              this.label4.TabIndex = 27;
# Line 215  Line 229 
229              // btnDisableOne              // btnDisableOne
230              //              //
231              this.btnDisableOne.Enabled = false;              this.btnDisableOne.Enabled = false;
232              this.btnDisableOne.Location = new System.Drawing.Point(106, 210);              this.btnDisableOne.Location = new System.Drawing.Point(106, 236);
233              this.btnDisableOne.Name = "btnDisableOne";              this.btnDisableOne.Name = "btnDisableOne";
234              this.btnDisableOne.Size = new System.Drawing.Size(75, 23);              this.btnDisableOne.Size = new System.Drawing.Size(75, 23);
235              this.btnDisableOne.TabIndex = 26;              this.btnDisableOne.TabIndex = 26;
# Line 226  Line 240 
240              // btnEnableOne              // btnEnableOne
241              //              //
242              this.btnEnableOne.Enabled = false;              this.btnEnableOne.Enabled = false;
243              this.btnEnableOne.Location = new System.Drawing.Point(24, 210);              this.btnEnableOne.Location = new System.Drawing.Point(24, 236);
244              this.btnEnableOne.Name = "btnEnableOne";              this.btnEnableOne.Name = "btnEnableOne";
245              this.btnEnableOne.Size = new System.Drawing.Size(75, 23);              this.btnEnableOne.Size = new System.Drawing.Size(75, 23);
246              this.btnEnableOne.TabIndex = 25;              this.btnEnableOne.TabIndex = 25;
# Line 236  Line 250 
250              //              //
251              // txtLastOK              // txtLastOK
252              //              //
253              this.txtLastOK.Location = new System.Drawing.Point(79, 71);              this.txtLastOK.Location = new System.Drawing.Point(96, 71);
254              this.txtLastOK.Name = "txtLastOK";              this.txtLastOK.Name = "txtLastOK";
255              this.txtLastOK.ReadOnly = true;              this.txtLastOK.ReadOnly = true;
256              this.txtLastOK.Size = new System.Drawing.Size(130, 20);              this.txtLastOK.Size = new System.Drawing.Size(130, 20);
# Line 253  Line 267 
267              //              //
268              // txtEnabled              // txtEnabled
269              //              //
270              this.txtEnabled.Location = new System.Drawing.Point(79, 44);              this.txtEnabled.Location = new System.Drawing.Point(96, 44);
271              this.txtEnabled.Name = "txtEnabled";              this.txtEnabled.Name = "txtEnabled";
272              this.txtEnabled.ReadOnly = true;              this.txtEnabled.ReadOnly = true;
273              this.txtEnabled.Size = new System.Drawing.Size(130, 20);              this.txtEnabled.Size = new System.Drawing.Size(130, 20);
# Line 270  Line 284 
284              //              //
285              // txtTransport              // txtTransport
286              //              //
287              this.txtTransport.Location = new System.Drawing.Point(79, 17);              this.txtTransport.Location = new System.Drawing.Point(96, 17);
288              this.txtTransport.Name = "txtTransport";              this.txtTransport.Name = "txtTransport";
289              this.txtTransport.ReadOnly = true;              this.txtTransport.ReadOnly = true;
290              this.txtTransport.Size = new System.Drawing.Size(130, 20);              this.txtTransport.Size = new System.Drawing.Size(130, 20);
# Line 302  Line 316 
316              this.txtLog.Multiline = true;              this.txtLog.Multiline = true;
317              this.txtLog.Name = "txtLog";              this.txtLog.Name = "txtLog";
318              this.txtLog.ReadOnly = true;              this.txtLog.ReadOnly = true;
319                this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
320              this.txtLog.Size = new System.Drawing.Size(436, 328);              this.txtLog.Size = new System.Drawing.Size(436, 328);
321              this.txtLog.TabIndex = 0;              this.txtLog.TabIndex = 0;
322              //              //
# Line 326  Line 341 
341              //              //
342              // txtUpdateQuery              // txtUpdateQuery
343              //              //
344              this.txtUpdateQuery.Location = new System.Drawing.Point(88, 117);              this.txtUpdateQuery.Location = new System.Drawing.Point(96, 125);
345              this.txtUpdateQuery.Name = "txtUpdateQuery";              this.txtUpdateQuery.Name = "txtUpdateQuery";
346              this.txtUpdateQuery.ReadOnly = true;              this.txtUpdateQuery.ReadOnly = true;
347              this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);              this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);
# Line 335  Line 350 
350              // label12              // label12
351              //              //
352              this.label12.AutoSize = true;              this.label12.AutoSize = true;
353              this.label12.Location = new System.Drawing.Point(14, 120);              this.label12.Location = new System.Drawing.Point(21, 128);
354              this.label12.Name = "label12";              this.label12.Name = "label12";
355              this.label12.Size = new System.Drawing.Size(70, 13);              this.label12.Size = new System.Drawing.Size(70, 13);
356              this.label12.TabIndex = 29;              this.label12.TabIndex = 29;
# Line 343  Line 358 
358              //              //
359              // txtReadQuery              // txtReadQuery
360              //              //
361              this.txtReadQuery.Location = new System.Drawing.Point(88, 91);              this.txtReadQuery.Location = new System.Drawing.Point(96, 98);
362              this.txtReadQuery.Name = "txtReadQuery";              this.txtReadQuery.Name = "txtReadQuery";
363              this.txtReadQuery.ReadOnly = true;              this.txtReadQuery.ReadOnly = true;
364              this.txtReadQuery.Size = new System.Drawing.Size(130, 20);              this.txtReadQuery.Size = new System.Drawing.Size(130, 20);
# Line 352  Line 367 
367              // label11              // label11
368              //              //
369              this.label11.AutoSize = true;              this.label11.AutoSize = true;
370              this.label11.Location = new System.Drawing.Point(14, 94);              this.label11.Location = new System.Drawing.Point(21, 101);
371              this.label11.Name = "label11";              this.label11.Name = "label11";
372              this.label11.Size = new System.Drawing.Size(61, 13);              this.label11.Size = new System.Drawing.Size(61, 13);
373              this.label11.TabIndex = 27;              this.label11.TabIndex = 27;
# Line 360  Line 375 
375              //              //
376              // txtInsertQuery              // txtInsertQuery
377              //              //
378              this.txtInsertQuery.Location = new System.Drawing.Point(88, 65);              this.txtInsertQuery.Location = new System.Drawing.Point(96, 71);
379              this.txtInsertQuery.Name = "txtInsertQuery";              this.txtInsertQuery.Name = "txtInsertQuery";
380              this.txtInsertQuery.ReadOnly = true;              this.txtInsertQuery.ReadOnly = true;
381              this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);              this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);
# Line 369  Line 384 
384              // label10              // label10
385              //              //
386              this.label10.AutoSize = true;              this.label10.AutoSize = true;
387              this.label10.Location = new System.Drawing.Point(14, 68);              this.label10.Location = new System.Drawing.Point(21, 74);
388              this.label10.Name = "label10";              this.label10.Name = "label10";
389              this.label10.Size = new System.Drawing.Size(61, 13);              this.label10.Size = new System.Drawing.Size(61, 13);
390              this.label10.TabIndex = 25;              this.label10.TabIndex = 25;
# Line 377  Line 392 
392              //              //
393              // txtQueueName              // txtQueueName
394              //              //
395              this.txtQueueName.Location = new System.Drawing.Point(88, 39);              this.txtQueueName.Location = new System.Drawing.Point(96, 44);
396              this.txtQueueName.Name = "txtQueueName";              this.txtQueueName.Name = "txtQueueName";
397              this.txtQueueName.ReadOnly = true;              this.txtQueueName.ReadOnly = true;
398              this.txtQueueName.Size = new System.Drawing.Size(130, 20);              this.txtQueueName.Size = new System.Drawing.Size(130, 20);
# Line 386  Line 401 
401              // label9              // label9
402              //              //
403              this.label9.AutoSize = true;              this.label9.AutoSize = true;
404              this.label9.Location = new System.Drawing.Point(14, 42);              this.label9.Location = new System.Drawing.Point(21, 47);
405              this.label9.Name = "label9";              this.label9.Name = "label9";
406              this.label9.Size = new System.Drawing.Size(39, 13);              this.label9.Size = new System.Drawing.Size(39, 13);
407              this.label9.TabIndex = 23;              this.label9.TabIndex = 23;
# Line 394  Line 409 
409              //              //
410              // txtDirection              // txtDirection
411              //              //
412              this.txtDirection.Location = new System.Drawing.Point(88, 13);              this.txtDirection.Location = new System.Drawing.Point(96, 17);
413              this.txtDirection.Name = "txtDirection";              this.txtDirection.Name = "txtDirection";
414              this.txtDirection.ReadOnly = true;              this.txtDirection.ReadOnly = true;
415              this.txtDirection.Size = new System.Drawing.Size(130, 20);              this.txtDirection.Size = new System.Drawing.Size(130, 20);
# Line 403  Line 418 
418              // label8              // label8
419              //              //
420              this.label8.AutoSize = true;              this.label8.AutoSize = true;
421              this.label8.Location = new System.Drawing.Point(14, 16);              this.label8.Location = new System.Drawing.Point(21, 20);
422              this.label8.Name = "label8";              this.label8.Name = "label8";
423              this.label8.Size = new System.Drawing.Size(49, 13);              this.label8.Size = new System.Drawing.Size(49, 13);
424              this.label8.TabIndex = 21;              this.label8.TabIndex = 21;
425              this.label8.Text = "Direction";              this.label8.Text = "Direction";
426              //              //
427                // lnkServer
428                //
429                this.lnkServer.AutoSize = true;
430                this.lnkServer.Location = new System.Drawing.Point(556, 389);
431                this.lnkServer.Name = "lnkServer";
432                this.lnkServer.Size = new System.Drawing.Size(16, 13);
433                this.lnkServer.TabIndex = 20;
434                this.lnkServer.TabStop = true;
435                this.lnkServer.Text = "...";
436                this.lnkServer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkServer_LinkClicked);
437                //
438                // label13
439                //
440                this.label13.AutoSize = true;
441                this.label13.Location = new System.Drawing.Point(509, 389);
442                this.label13.Name = "label13";
443                this.label13.Size = new System.Drawing.Size(38, 13);
444                this.label13.TabIndex = 21;
445                this.label13.Text = "Server";
446                //
447                // transports
448                //
449                this.transports.Location = new System.Drawing.Point(13, 13);
450                this.transports.Name = "transports";
451                this.transports.Size = new System.Drawing.Size(180, 351);
452                this.transports.TabIndex = 22;
453                this.transports.UseCompatibleStateImageBehavior = false;
454                this.transports.View = System.Windows.Forms.View.List;
455                this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged);
456                //
457              // MainForm              // MainForm
458              //              //
459              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
460              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
461              this.ClientSize = new System.Drawing.Size(656, 414);              this.ClientSize = new System.Drawing.Size(656, 414);
462                this.Controls.Add(this.transports);
463                this.Controls.Add(this.label13);
464                this.Controls.Add(this.lnkServer);
465              this.Controls.Add(this.tabControl1);              this.Controls.Add(this.tabControl1);
466              this.Controls.Add(this.startAll);              this.Controls.Add(this.startAll);
467              this.Controls.Add(this.stopAll);              this.Controls.Add(this.stopAll);
468              this.Controls.Add(this.transports);              this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
469              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
470                this.MaximizeBox = false;
471              this.Name = "MainForm";              this.Name = "MainForm";
472              this.Text = "DAO MQ GUI";              this.Text = "DAO MQ GUI";
473                this.Shown += new System.EventHandler(this.MainForm_Shown);
474              this.tabControl1.ResumeLayout(false);              this.tabControl1.ResumeLayout(false);
475              this.tabPage1.ResumeLayout(false);              this.tabPage1.ResumeLayout(false);
476              this.tabPage1.PerformLayout();              this.tabPage1.PerformLayout();
# Line 429  Line 479 
479              this.tabPage3.ResumeLayout(false);              this.tabPage3.ResumeLayout(false);
480              this.tabPage3.PerformLayout();              this.tabPage3.PerformLayout();
481              this.ResumeLayout(false);              this.ResumeLayout(false);
482                this.PerformLayout();
483    
484          }          }
485    
486          #endregion          #endregion
487    
         private System.Windows.Forms.ListBox transports;  
488          private System.Windows.Forms.Button stopAll;          private System.Windows.Forms.Button stopAll;
489          private System.Windows.Forms.Button startAll;          private System.Windows.Forms.Button startAll;
490          private System.Windows.Forms.Timer refreshTimer;          private System.Windows.Forms.Timer refreshTimer;
# Line 469  Line 519 
519          private System.Windows.Forms.TextBox txtDirection;          private System.Windows.Forms.TextBox txtDirection;
520          private System.Windows.Forms.Label label8;          private System.Windows.Forms.Label label8;
521          private System.Windows.Forms.TextBox txtLog;          private System.Windows.Forms.TextBox txtLog;
522            private System.Windows.Forms.LinkLabel lnkServer;
523            private System.Windows.Forms.Label label13;
524            private System.Windows.Forms.TextBox txtTransferTime;
525            private System.Windows.Forms.Label label14;
526            private System.Windows.Forms.ListView transports;
527      }      }
528  }  }
529    

Legend:
Removed from v.1986  
changed lines
  Added in v.2054

  ViewVC Help
Powered by ViewVC 1.1.20