/[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 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 65  Line 67 
67              this.label9 = new System.Windows.Forms.Label();              this.label9 = new System.Windows.Forms.Label();
68              this.txtDirection = new System.Windows.Forms.TextBox();              this.txtDirection = new System.Windows.Forms.TextBox();
69              this.label8 = new System.Windows.Forms.Label();              this.label8 = new System.Windows.Forms.Label();
70                this.lnkServer = new System.Windows.Forms.LinkLabel();
71                this.label13 = 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 120  Line 124 
124              //              //
125              // tabPage1              // tabPage1
126              //              //
127                this.tabPage1.Controls.Add(this.txtTransferTime);
128                this.tabPage1.Controls.Add(this.label14);
129              this.tabPage1.Controls.Add(this.txtErrorMsg);              this.tabPage1.Controls.Add(this.txtErrorMsg);
130              this.tabPage1.Controls.Add(this.label7);              this.tabPage1.Controls.Add(this.label7);
131              this.tabPage1.Controls.Add(this.txtCounter);              this.tabPage1.Controls.Add(this.txtCounter);
# Line 144  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(79, 149);              this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
173              this.txtErrorMsg.Name = "txtErrorMsg";              this.txtErrorMsg.Name = "txtErrorMsg";
174              this.txtErrorMsg.ReadOnly = true;              this.txtErrorMsg.ReadOnly = true;
175              this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);              this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);
# Line 155  Line 178 
178              // label7              // label7
179              //              //
180              this.label7.AutoSize = true;              this.label7.AutoSize = true;
181              this.label7.Location = new System.Drawing.Point(21, 152);              this.label7.Location = new System.Drawing.Point(21, 178);
182              this.label7.Name = "label7";              this.label7.Name = "label7";
183              this.label7.Size = new System.Drawing.Size(51, 13);              this.label7.Size = new System.Drawing.Size(51, 13);
184              this.label7.TabIndex = 33;              this.label7.TabIndex = 33;
# Line 163  Line 186 
186              //              //
187              // txtCounter              // txtCounter
188              //              //
189              this.txtCounter.Location = new System.Drawing.Point(79, 175);              this.txtCounter.Location = new System.Drawing.Point(96, 201);
190              this.txtCounter.Name = "txtCounter";              this.txtCounter.Name = "txtCounter";
191              this.txtCounter.ReadOnly = true;              this.txtCounter.ReadOnly = true;
192              this.txtCounter.Size = new System.Drawing.Size(130, 20);              this.txtCounter.Size = new System.Drawing.Size(130, 20);
# Line 172  Line 195 
195              // label6              // label6
196              //              //
197              this.label6.AutoSize = true;              this.label6.AutoSize = true;
198              this.label6.Location = new System.Drawing.Point(21, 178);              this.label6.Location = new System.Drawing.Point(21, 204);
199              this.label6.Name = "label6";              this.label6.Name = "label6";
200              this.label6.Size = new System.Drawing.Size(44, 13);              this.label6.Size = new System.Drawing.Size(44, 13);
201              this.label6.TabIndex = 31;              this.label6.TabIndex = 31;
# Line 180  Line 203 
203              //              //
204              // txtErrorTime              // txtErrorTime
205              //              //
206              this.txtErrorTime.Location = new System.Drawing.Point(79, 123);              this.txtErrorTime.Location = new System.Drawing.Point(96, 149);
207              this.txtErrorTime.Name = "txtErrorTime";              this.txtErrorTime.Name = "txtErrorTime";
208              this.txtErrorTime.ReadOnly = true;              this.txtErrorTime.ReadOnly = true;
209              this.txtErrorTime.Size = new System.Drawing.Size(130, 20);              this.txtErrorTime.Size = new System.Drawing.Size(130, 20);
# Line 189  Line 212 
212              // label5              // label5
213              //              //
214              this.label5.AutoSize = true;              this.label5.AutoSize = true;
215              this.label5.Location = new System.Drawing.Point(21, 126);              this.label5.Location = new System.Drawing.Point(21, 152);
216              this.label5.Name = "label5";              this.label5.Name = "label5";
217              this.label5.Size = new System.Drawing.Size(55, 13);              this.label5.Size = new System.Drawing.Size(55, 13);
218              this.label5.TabIndex = 29;              this.label5.TabIndex = 29;
# Line 197  Line 220 
220              //              //
221              // txtOkTime              // txtOkTime
222              //              //
223              this.txtOkTime.Location = new System.Drawing.Point(79, 97);              this.txtOkTime.Location = new System.Drawing.Point(96, 97);
224              this.txtOkTime.Name = "txtOkTime";              this.txtOkTime.Name = "txtOkTime";
225              this.txtOkTime.ReadOnly = true;              this.txtOkTime.ReadOnly = true;
226              this.txtOkTime.Size = new System.Drawing.Size(130, 20);              this.txtOkTime.Size = new System.Drawing.Size(130, 20);
# Line 215  Line 238 
238              // btnDisableOne              // btnDisableOne
239              //              //
240              this.btnDisableOne.Enabled = false;              this.btnDisableOne.Enabled = false;
241              this.btnDisableOne.Location = new System.Drawing.Point(106, 210);              this.btnDisableOne.Location = new System.Drawing.Point(106, 236);
242              this.btnDisableOne.Name = "btnDisableOne";              this.btnDisableOne.Name = "btnDisableOne";
243              this.btnDisableOne.Size = new System.Drawing.Size(75, 23);              this.btnDisableOne.Size = new System.Drawing.Size(75, 23);
244              this.btnDisableOne.TabIndex = 26;              this.btnDisableOne.TabIndex = 26;
# Line 226  Line 249 
249              // btnEnableOne              // btnEnableOne
250              //              //
251              this.btnEnableOne.Enabled = false;              this.btnEnableOne.Enabled = false;
252              this.btnEnableOne.Location = new System.Drawing.Point(24, 210);              this.btnEnableOne.Location = new System.Drawing.Point(24, 236);
253              this.btnEnableOne.Name = "btnEnableOne";              this.btnEnableOne.Name = "btnEnableOne";
254              this.btnEnableOne.Size = new System.Drawing.Size(75, 23);              this.btnEnableOne.Size = new System.Drawing.Size(75, 23);
255              this.btnEnableOne.TabIndex = 25;              this.btnEnableOne.TabIndex = 25;
# Line 236  Line 259 
259              //              //
260              // txtLastOK              // txtLastOK
261              //              //
262              this.txtLastOK.Location = new System.Drawing.Point(79, 71);              this.txtLastOK.Location = new System.Drawing.Point(96, 71);
263              this.txtLastOK.Name = "txtLastOK";              this.txtLastOK.Name = "txtLastOK";
264              this.txtLastOK.ReadOnly = true;              this.txtLastOK.ReadOnly = true;
265              this.txtLastOK.Size = new System.Drawing.Size(130, 20);              this.txtLastOK.Size = new System.Drawing.Size(130, 20);
# Line 253  Line 276 
276              //              //
277              // txtEnabled              // txtEnabled
278              //              //
279              this.txtEnabled.Location = new System.Drawing.Point(79, 44);              this.txtEnabled.Location = new System.Drawing.Point(96, 44);
280              this.txtEnabled.Name = "txtEnabled";              this.txtEnabled.Name = "txtEnabled";
281              this.txtEnabled.ReadOnly = true;              this.txtEnabled.ReadOnly = true;
282              this.txtEnabled.Size = new System.Drawing.Size(130, 20);              this.txtEnabled.Size = new System.Drawing.Size(130, 20);
# Line 270  Line 293 
293              //              //
294              // txtTransport              // txtTransport
295              //              //
296              this.txtTransport.Location = new System.Drawing.Point(79, 17);              this.txtTransport.Location = new System.Drawing.Point(96, 17);
297              this.txtTransport.Name = "txtTransport";              this.txtTransport.Name = "txtTransport";
298              this.txtTransport.ReadOnly = true;              this.txtTransport.ReadOnly = true;
299              this.txtTransport.Size = new System.Drawing.Size(130, 20);              this.txtTransport.Size = new System.Drawing.Size(130, 20);
# Line 409  Line 432 
432              this.label8.TabIndex = 21;              this.label8.TabIndex = 21;
433              this.label8.Text = "Direction";              this.label8.Text = "Direction";
434              //              //
435                // 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              // MainForm              // MainForm
456              //              //
457              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
458              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
459              this.ClientSize = new System.Drawing.Size(656, 414);              this.ClientSize = new System.Drawing.Size(656, 414);
460                this.Controls.Add(this.label13);
461                this.Controls.Add(this.lnkServer);
462              this.Controls.Add(this.tabControl1);              this.Controls.Add(this.tabControl1);
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);
472              this.tabControl1.ResumeLayout(false);              this.tabControl1.ResumeLayout(false);
473              this.tabPage1.ResumeLayout(false);              this.tabPage1.ResumeLayout(false);
474              this.tabPage1.PerformLayout();              this.tabPage1.PerformLayout();
# Line 429  Line 477 
477              this.tabPage3.ResumeLayout(false);              this.tabPage3.ResumeLayout(false);
478              this.tabPage3.PerformLayout();              this.tabPage3.PerformLayout();
479              this.ResumeLayout(false);              this.ResumeLayout(false);
480                this.PerformLayout();
481    
482          }          }
483    
# Line 469  Line 518 
518          private System.Windows.Forms.TextBox txtDirection;          private System.Windows.Forms.TextBox txtDirection;
519          private System.Windows.Forms.Label label8;          private System.Windows.Forms.Label label8;
520          private System.Windows.Forms.TextBox txtLog;          private System.Windows.Forms.TextBox txtLog;
521            private System.Windows.Forms.LinkLabel lnkServer;
522            private System.Windows.Forms.Label label13;
523            private System.Windows.Forms.TextBox txtTransferTime;
524            private System.Windows.Forms.Label label14;
525      }      }
526  }  }
527    

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

  ViewVC Help
Powered by ViewVC 1.1.20