/[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 1999 by torben, Fri Jul 5 08:43:21 2013 UTC revision 2000 by torben, Mon Jul 8 14:23:01 2013 UTC
# Line 67  Line 67 
67              this.label8 = new System.Windows.Forms.Label();              this.label8 = new System.Windows.Forms.Label();
68              this.lnkServer = new System.Windows.Forms.LinkLabel();              this.lnkServer = new System.Windows.Forms.LinkLabel();
69              this.label13 = new System.Windows.Forms.Label();              this.label13 = new System.Windows.Forms.Label();
70                this.txtTransferTime = new System.Windows.Forms.TextBox();
71                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 122  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 148  Line 152 
152              //              //
153              // txtErrorMsg              // txtErrorMsg
154              //              //
155              this.txtErrorMsg.Location = new System.Drawing.Point(79, 149);              this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
156              this.txtErrorMsg.Name = "txtErrorMsg";              this.txtErrorMsg.Name = "txtErrorMsg";
157              this.txtErrorMsg.ReadOnly = true;              this.txtErrorMsg.ReadOnly = true;
158              this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);              this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);
# Line 157  Line 161 
161              // label7              // label7
162              //              //
163              this.label7.AutoSize = true;              this.label7.AutoSize = true;
164              this.label7.Location = new System.Drawing.Point(21, 152);              this.label7.Location = new System.Drawing.Point(21, 178);
165              this.label7.Name = "label7";              this.label7.Name = "label7";
166              this.label7.Size = new System.Drawing.Size(51, 13);              this.label7.Size = new System.Drawing.Size(51, 13);
167              this.label7.TabIndex = 33;              this.label7.TabIndex = 33;
# Line 165  Line 169 
169              //              //
170              // txtCounter              // txtCounter
171              //              //
172              this.txtCounter.Location = new System.Drawing.Point(79, 175);              this.txtCounter.Location = new System.Drawing.Point(96, 201);
173              this.txtCounter.Name = "txtCounter";              this.txtCounter.Name = "txtCounter";
174              this.txtCounter.ReadOnly = true;              this.txtCounter.ReadOnly = true;
175              this.txtCounter.Size = new System.Drawing.Size(130, 20);              this.txtCounter.Size = new System.Drawing.Size(130, 20);
# Line 174  Line 178 
178              // label6              // label6
179              //              //
180              this.label6.AutoSize = true;              this.label6.AutoSize = true;
181              this.label6.Location = new System.Drawing.Point(21, 178);              this.label6.Location = new System.Drawing.Point(21, 204);
182              this.label6.Name = "label6";              this.label6.Name = "label6";
183              this.label6.Size = new System.Drawing.Size(44, 13);              this.label6.Size = new System.Drawing.Size(44, 13);
184              this.label6.TabIndex = 31;              this.label6.TabIndex = 31;
# Line 182  Line 186 
186              //              //
187              // txtErrorTime              // txtErrorTime
188              //              //
189              this.txtErrorTime.Location = new System.Drawing.Point(79, 123);              this.txtErrorTime.Location = new System.Drawing.Point(96, 149);
190              this.txtErrorTime.Name = "txtErrorTime";              this.txtErrorTime.Name = "txtErrorTime";
191              this.txtErrorTime.ReadOnly = true;              this.txtErrorTime.ReadOnly = true;
192              this.txtErrorTime.Size = new System.Drawing.Size(130, 20);              this.txtErrorTime.Size = new System.Drawing.Size(130, 20);
# Line 191  Line 195 
195              // label5              // label5
196              //              //
197              this.label5.AutoSize = true;              this.label5.AutoSize = true;
198              this.label5.Location = new System.Drawing.Point(21, 126);              this.label5.Location = new System.Drawing.Point(21, 152);
199              this.label5.Name = "label5";              this.label5.Name = "label5";
200              this.label5.Size = new System.Drawing.Size(55, 13);              this.label5.Size = new System.Drawing.Size(55, 13);
201              this.label5.TabIndex = 29;              this.label5.TabIndex = 29;
# Line 199  Line 203 
203              //              //
204              // txtOkTime              // txtOkTime
205              //              //
206              this.txtOkTime.Location = new System.Drawing.Point(79, 97);              this.txtOkTime.Location = new System.Drawing.Point(96, 97);
207              this.txtOkTime.Name = "txtOkTime";              this.txtOkTime.Name = "txtOkTime";
208              this.txtOkTime.ReadOnly = true;              this.txtOkTime.ReadOnly = true;
209              this.txtOkTime.Size = new System.Drawing.Size(130, 20);              this.txtOkTime.Size = new System.Drawing.Size(130, 20);
# Line 217  Line 221 
221              // btnDisableOne              // btnDisableOne
222              //              //
223              this.btnDisableOne.Enabled = false;              this.btnDisableOne.Enabled = false;
224              this.btnDisableOne.Location = new System.Drawing.Point(106, 210);              this.btnDisableOne.Location = new System.Drawing.Point(106, 236);
225              this.btnDisableOne.Name = "btnDisableOne";              this.btnDisableOne.Name = "btnDisableOne";
226              this.btnDisableOne.Size = new System.Drawing.Size(75, 23);              this.btnDisableOne.Size = new System.Drawing.Size(75, 23);
227              this.btnDisableOne.TabIndex = 26;              this.btnDisableOne.TabIndex = 26;
# Line 228  Line 232 
232              // btnEnableOne              // btnEnableOne
233              //              //
234              this.btnEnableOne.Enabled = false;              this.btnEnableOne.Enabled = false;
235              this.btnEnableOne.Location = new System.Drawing.Point(24, 210);              this.btnEnableOne.Location = new System.Drawing.Point(24, 236);
236              this.btnEnableOne.Name = "btnEnableOne";              this.btnEnableOne.Name = "btnEnableOne";
237              this.btnEnableOne.Size = new System.Drawing.Size(75, 23);              this.btnEnableOne.Size = new System.Drawing.Size(75, 23);
238              this.btnEnableOne.TabIndex = 25;              this.btnEnableOne.TabIndex = 25;
# Line 238  Line 242 
242              //              //
243              // txtLastOK              // txtLastOK
244              //              //
245              this.txtLastOK.Location = new System.Drawing.Point(79, 71);              this.txtLastOK.Location = new System.Drawing.Point(96, 71);
246              this.txtLastOK.Name = "txtLastOK";              this.txtLastOK.Name = "txtLastOK";
247              this.txtLastOK.ReadOnly = true;              this.txtLastOK.ReadOnly = true;
248              this.txtLastOK.Size = new System.Drawing.Size(130, 20);              this.txtLastOK.Size = new System.Drawing.Size(130, 20);
# Line 255  Line 259 
259              //              //
260              // txtEnabled              // txtEnabled
261              //              //
262              this.txtEnabled.Location = new System.Drawing.Point(79, 44);              this.txtEnabled.Location = new System.Drawing.Point(96, 44);
263              this.txtEnabled.Name = "txtEnabled";              this.txtEnabled.Name = "txtEnabled";
264              this.txtEnabled.ReadOnly = true;              this.txtEnabled.ReadOnly = true;
265              this.txtEnabled.Size = new System.Drawing.Size(130, 20);              this.txtEnabled.Size = new System.Drawing.Size(130, 20);
# Line 272  Line 276 
276              //              //
277              // txtTransport              // txtTransport
278              //              //
279              this.txtTransport.Location = new System.Drawing.Point(79, 17);              this.txtTransport.Location = new System.Drawing.Point(96, 17);
280              this.txtTransport.Name = "txtTransport";              this.txtTransport.Name = "txtTransport";
281              this.txtTransport.ReadOnly = true;              this.txtTransport.ReadOnly = true;
282              this.txtTransport.Size = new System.Drawing.Size(130, 20);              this.txtTransport.Size = new System.Drawing.Size(130, 20);
# Line 431  Line 435 
435              this.label13.TabIndex = 21;              this.label13.TabIndex = 21;
436              this.label13.Text = "Server";              this.label13.Text = "Server";
437              //              //
438                // txtTransferTime
439                //
440                this.txtTransferTime.Location = new System.Drawing.Point(96, 123);
441                this.txtTransferTime.Name = "txtTransferTime";
442                this.txtTransferTime.ReadOnly = true;
443                this.txtTransferTime.Size = new System.Drawing.Size(130, 20);
444                this.txtTransferTime.TabIndex = 36;
445                //
446                // label14
447                //
448                this.label14.AutoSize = true;
449                this.label14.Location = new System.Drawing.Point(21, 126);
450                this.label14.Name = "label14";
451                this.label14.Size = new System.Drawing.Size(72, 13);
452                this.label14.TabIndex = 35;
453                this.label14.Text = "Transfer Time";
454                //
455              // MainForm              // MainForm
456              //              //
457              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
# Line 497  Line 518 
518          private System.Windows.Forms.TextBox txtLog;          private System.Windows.Forms.TextBox txtLog;
519          private System.Windows.Forms.LinkLabel lnkServer;          private System.Windows.Forms.LinkLabel lnkServer;
520          private System.Windows.Forms.Label label13;          private System.Windows.Forms.Label label13;
521            private System.Windows.Forms.TextBox txtTransferTime;
522            private System.Windows.Forms.Label label14;
523      }      }
524  }  }
525    

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

  ViewVC Help
Powered by ViewVC 1.1.20