/[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 2000 by torben, Mon Jul 8 14:23:01 2013 UTC revision 2023 by torben, Fri Jul 19 12:43:12 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 67  Line 68 
68              this.label8 = new System.Windows.Forms.Label();              this.label8 = new System.Windows.Forms.Label();
69              this.lnkServer = new System.Windows.Forms.LinkLabel();              this.lnkServer = new System.Windows.Forms.LinkLabel();
70              this.label13 = new System.Windows.Forms.Label();              this.label13 = new System.Windows.Forms.Label();
71              this.txtTransferTime = new System.Windows.Forms.TextBox();              this.transports = new System.Windows.Forms.ListView();
             this.label14 = new System.Windows.Forms.Label();  
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 150  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(96, 175);              this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
# Line 203  Line 211 
211              //              //
212              // txtOkTime              // txtOkTime
213              //              //
214              this.txtOkTime.Location = new System.Drawing.Point(96, 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 212  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 332  Line 340 
340              //              //
341              // txtUpdateQuery              // txtUpdateQuery
342              //              //
343              this.txtUpdateQuery.Location = new System.Drawing.Point(88, 117);              this.txtUpdateQuery.Location = new System.Drawing.Point(96, 125);
344              this.txtUpdateQuery.Name = "txtUpdateQuery";              this.txtUpdateQuery.Name = "txtUpdateQuery";
345              this.txtUpdateQuery.ReadOnly = true;              this.txtUpdateQuery.ReadOnly = true;
346              this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);              this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);
# Line 341  Line 349 
349              // label12              // label12
350              //              //
351              this.label12.AutoSize = true;              this.label12.AutoSize = true;
352              this.label12.Location = new System.Drawing.Point(14, 120);              this.label12.Location = new System.Drawing.Point(21, 128);
353              this.label12.Name = "label12";              this.label12.Name = "label12";
354              this.label12.Size = new System.Drawing.Size(70, 13);              this.label12.Size = new System.Drawing.Size(70, 13);
355              this.label12.TabIndex = 29;              this.label12.TabIndex = 29;
# Line 349  Line 357 
357              //              //
358              // txtReadQuery              // txtReadQuery
359              //              //
360              this.txtReadQuery.Location = new System.Drawing.Point(88, 91);              this.txtReadQuery.Location = new System.Drawing.Point(96, 98);
361              this.txtReadQuery.Name = "txtReadQuery";              this.txtReadQuery.Name = "txtReadQuery";
362              this.txtReadQuery.ReadOnly = true;              this.txtReadQuery.ReadOnly = true;
363              this.txtReadQuery.Size = new System.Drawing.Size(130, 20);              this.txtReadQuery.Size = new System.Drawing.Size(130, 20);
# Line 358  Line 366 
366              // label11              // label11
367              //              //
368              this.label11.AutoSize = true;              this.label11.AutoSize = true;
369              this.label11.Location = new System.Drawing.Point(14, 94);              this.label11.Location = new System.Drawing.Point(21, 101);
370              this.label11.Name = "label11";              this.label11.Name = "label11";
371              this.label11.Size = new System.Drawing.Size(61, 13);              this.label11.Size = new System.Drawing.Size(61, 13);
372              this.label11.TabIndex = 27;              this.label11.TabIndex = 27;
# Line 366  Line 374 
374              //              //
375              // txtInsertQuery              // txtInsertQuery
376              //              //
377              this.txtInsertQuery.Location = new System.Drawing.Point(88, 65);              this.txtInsertQuery.Location = new System.Drawing.Point(96, 71);
378              this.txtInsertQuery.Name = "txtInsertQuery";              this.txtInsertQuery.Name = "txtInsertQuery";
379              this.txtInsertQuery.ReadOnly = true;              this.txtInsertQuery.ReadOnly = true;
380              this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);              this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);
# Line 375  Line 383 
383              // label10              // label10
384              //              //
385              this.label10.AutoSize = true;              this.label10.AutoSize = true;
386              this.label10.Location = new System.Drawing.Point(14, 68);              this.label10.Location = new System.Drawing.Point(21, 74);
387              this.label10.Name = "label10";              this.label10.Name = "label10";
388              this.label10.Size = new System.Drawing.Size(61, 13);              this.label10.Size = new System.Drawing.Size(61, 13);
389              this.label10.TabIndex = 25;              this.label10.TabIndex = 25;
# Line 383  Line 391 
391              //              //
392              // txtQueueName              // txtQueueName
393              //              //
394              this.txtQueueName.Location = new System.Drawing.Point(88, 39);              this.txtQueueName.Location = new System.Drawing.Point(96, 44);
395              this.txtQueueName.Name = "txtQueueName";              this.txtQueueName.Name = "txtQueueName";
396              this.txtQueueName.ReadOnly = true;              this.txtQueueName.ReadOnly = true;
397              this.txtQueueName.Size = new System.Drawing.Size(130, 20);              this.txtQueueName.Size = new System.Drawing.Size(130, 20);
# Line 392  Line 400 
400              // label9              // label9
401              //              //
402              this.label9.AutoSize = true;              this.label9.AutoSize = true;
403              this.label9.Location = new System.Drawing.Point(14, 42);              this.label9.Location = new System.Drawing.Point(21, 47);
404              this.label9.Name = "label9";              this.label9.Name = "label9";
405              this.label9.Size = new System.Drawing.Size(39, 13);              this.label9.Size = new System.Drawing.Size(39, 13);
406              this.label9.TabIndex = 23;              this.label9.TabIndex = 23;
# Line 400  Line 408 
408              //              //
409              // txtDirection              // txtDirection
410              //              //
411              this.txtDirection.Location = new System.Drawing.Point(88, 13);              this.txtDirection.Location = new System.Drawing.Point(96, 17);
412              this.txtDirection.Name = "txtDirection";              this.txtDirection.Name = "txtDirection";
413              this.txtDirection.ReadOnly = true;              this.txtDirection.ReadOnly = true;
414              this.txtDirection.Size = new System.Drawing.Size(130, 20);              this.txtDirection.Size = new System.Drawing.Size(130, 20);
# Line 409  Line 417 
417              // label8              // label8
418              //              //
419              this.label8.AutoSize = true;              this.label8.AutoSize = true;
420              this.label8.Location = new System.Drawing.Point(14, 16);              this.label8.Location = new System.Drawing.Point(21, 20);
421              this.label8.Name = "label8";              this.label8.Name = "label8";
422              this.label8.Size = new System.Drawing.Size(49, 13);              this.label8.Size = new System.Drawing.Size(49, 13);
423              this.label8.TabIndex = 21;              this.label8.TabIndex = 21;
# Line 435  Line 443 
443              this.label13.TabIndex = 21;              this.label13.TabIndex = 21;
444              this.label13.Text = "Server";              this.label13.Text = "Server";
445              //              //
446              // txtTransferTime              // transports
             //  
             this.txtTransferTime.Location = new System.Drawing.Point(96, 123);  
             this.txtTransferTime.Name = "txtTransferTime";  
             this.txtTransferTime.ReadOnly = true;  
             this.txtTransferTime.Size = new System.Drawing.Size(130, 20);  
             this.txtTransferTime.TabIndex = 36;  
             //  
             // label14  
447              //              //
448              this.label14.AutoSize = true;              this.transports.Location = new System.Drawing.Point(13, 13);
449              this.label14.Location = new System.Drawing.Point(21, 126);              this.transports.Name = "transports";
450              this.label14.Name = "label14";              this.transports.Size = new System.Drawing.Size(180, 351);
451              this.label14.Size = new System.Drawing.Size(72, 13);              this.transports.TabIndex = 22;
452              this.label14.TabIndex = 35;              this.transports.UseCompatibleStateImageBehavior = false;
453              this.label14.Text = "Transfer Time";              this.transports.View = System.Windows.Forms.View.List;
454                this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged);
455              //              //
456              // MainForm              // MainForm
457              //              //
458              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
459              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
460              this.ClientSize = new System.Drawing.Size(656, 414);              this.ClientSize = new System.Drawing.Size(656, 414);
461                this.Controls.Add(this.transports);
462              this.Controls.Add(this.label13);              this.Controls.Add(this.label13);
463              this.Controls.Add(this.lnkServer);              this.Controls.Add(this.lnkServer);
464              this.Controls.Add(this.tabControl1);              this.Controls.Add(this.tabControl1);
465              this.Controls.Add(this.startAll);              this.Controls.Add(this.startAll);
466              this.Controls.Add(this.stopAll);              this.Controls.Add(this.stopAll);
467              this.Controls.Add(this.transports);              this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
468              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
469                this.MaximizeBox = false;
470              this.Name = "MainForm";              this.Name = "MainForm";
471              this.Text = "DAO MQ GUI";              this.Text = "DAO MQ GUI";
472              this.Shown += new System.EventHandler(this.MainForm_Shown);              this.Shown += new System.EventHandler(this.MainForm_Shown);
# Line 481  Line 484 
484    
485          #endregion          #endregion
486    
         private System.Windows.Forms.ListBox transports;  
487          private System.Windows.Forms.Button stopAll;          private System.Windows.Forms.Button stopAll;
488          private System.Windows.Forms.Button startAll;          private System.Windows.Forms.Button startAll;
489          private System.Windows.Forms.Timer refreshTimer;          private System.Windows.Forms.Timer refreshTimer;
# Line 520  Line 522 
522          private System.Windows.Forms.Label label13;          private System.Windows.Forms.Label label13;
523          private System.Windows.Forms.TextBox txtTransferTime;          private System.Windows.Forms.TextBox txtTransferTime;
524          private System.Windows.Forms.Label label14;          private System.Windows.Forms.Label label14;
525            private System.Windows.Forms.ListView transports;
526      }      }
527  }  }
528    

Legend:
Removed from v.2000  
changed lines
  Added in v.2023

  ViewVC Help
Powered by ViewVC 1.1.20