/[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 2003 by torben, Mon Jul 8 14:23:01 2013 UTC revision 2004 by torben, Tue Jul 9 17:25:41 2013 UTC
# Line 36  Line 36 
36              this.refreshTimer = new System.Windows.Forms.Timer(this.components);              this.refreshTimer = new System.Windows.Forms.Timer(this.components);
37              this.tabControl1 = new System.Windows.Forms.TabControl();              this.tabControl1 = new System.Windows.Forms.TabControl();
38              this.tabPage1 = new System.Windows.Forms.TabPage();              this.tabPage1 = new System.Windows.Forms.TabPage();
39                this.txtTransferTime = new System.Windows.Forms.TextBox();
40                this.label14 = new System.Windows.Forms.Label();
41              this.txtErrorMsg = new System.Windows.Forms.TextBox();              this.txtErrorMsg = new System.Windows.Forms.TextBox();
42              this.label7 = new System.Windows.Forms.Label();              this.label7 = new System.Windows.Forms.Label();
43              this.txtCounter = new System.Windows.Forms.TextBox();              this.txtCounter = new System.Windows.Forms.TextBox();
# Line 67  Line 69 
69              this.label8 = new System.Windows.Forms.Label();              this.label8 = new System.Windows.Forms.Label();
70              this.lnkServer = new System.Windows.Forms.LinkLabel();              this.lnkServer = new System.Windows.Forms.LinkLabel();
71              this.label13 = new System.Windows.Forms.Label();              this.label13 = new System.Windows.Forms.Label();
             this.txtTransferTime = new System.Windows.Forms.TextBox();  
             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();
# Line 150  Line 150 
150              this.tabPage1.Text = "Status";              this.tabPage1.Text = "Status";
151              this.tabPage1.UseVisualStyleBackColor = true;              this.tabPage1.UseVisualStyleBackColor = true;
152              //              //
153                // 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              // txtErrorMsg              // txtErrorMsg
171              //              //
172              this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);              this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
# Line 435  Line 452 
452              this.label13.TabIndex = 21;              this.label13.TabIndex = 21;
453              this.label13.Text = "Server";              this.label13.Text = "Server";
454              //              //
             // txtTransferTime  
             //  
             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  
             //  
             this.label14.AutoSize = true;  
             this.label14.Location = new System.Drawing.Point(21, 126);  
             this.label14.Name = "label14";  
             this.label14.Size = new System.Drawing.Size(72, 13);  
             this.label14.TabIndex = 35;  
             this.label14.Text = "Transfer Time";  
             //  
455              // MainForm              // MainForm
456              //              //
457              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
# Line 463  Line 463 
463              this.Controls.Add(this.startAll);              this.Controls.Add(this.startAll);
464              this.Controls.Add(this.stopAll);              this.Controls.Add(this.stopAll);
465              this.Controls.Add(this.transports);              this.Controls.Add(this.transports);
466                this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
467              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
468                this.MaximizeBox = false;
469              this.Name = "MainForm";              this.Name = "MainForm";
470              this.Text = "DAO MQ GUI";              this.Text = "DAO MQ GUI";
471              this.Shown += new System.EventHandler(this.MainForm_Shown);              this.Shown += new System.EventHandler(this.MainForm_Shown);

Legend:
Removed from v.2003  
changed lines
  Added in v.2004

  ViewVC Help
Powered by ViewVC 1.1.20