/[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 2012 by torben, Tue Jul 9 17:25:41 2013 UTC revision 2013 by torben, Fri Jul 12 10:23:03 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);
# Line 69  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.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 452  Line 443 
443              this.label13.TabIndex = 21;              this.label13.TabIndex = 21;
444              this.label13.Text = "Server";              this.label13.Text = "Server";
445              //              //
446                // transports
447                //
448                this.transports.Location = new System.Drawing.Point(13, 13);
449                this.transports.Name = "transports";
450                this.transports.Size = new System.Drawing.Size(180, 351);
451                this.transports.TabIndex = 22;
452                this.transports.UseCompatibleStateImageBehavior = false;
453                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);
             this.Controls.Add(this.transports);  
467              this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;              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;              this.MaximizeBox = false;
# Line 483  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 522  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.2012  
changed lines
  Added in v.2013

  ViewVC Help
Powered by ViewVC 1.1.20