/[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 2013 by torben, Fri Jul 12 10:23:03 2013 UTC revision 2054 by torben, Mon Aug 26 10:40:26 2013 UTC
# Line 211  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 220  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 316  Line 316 
316              this.txtLog.Multiline = true;              this.txtLog.Multiline = true;
317              this.txtLog.Name = "txtLog";              this.txtLog.Name = "txtLog";
318              this.txtLog.ReadOnly = true;              this.txtLog.ReadOnly = true;
319                this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
320              this.txtLog.Size = new System.Drawing.Size(436, 328);              this.txtLog.Size = new System.Drawing.Size(436, 328);
321              this.txtLog.TabIndex = 0;              this.txtLog.TabIndex = 0;
322              //              //
# Line 340  Line 341 
341              //              //
342              // txtUpdateQuery              // txtUpdateQuery
343              //              //
344              this.txtUpdateQuery.Location = new System.Drawing.Point(88, 117);              this.txtUpdateQuery.Location = new System.Drawing.Point(96, 125);
345              this.txtUpdateQuery.Name = "txtUpdateQuery";              this.txtUpdateQuery.Name = "txtUpdateQuery";
346              this.txtUpdateQuery.ReadOnly = true;              this.txtUpdateQuery.ReadOnly = true;
347              this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);              this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);
# Line 349  Line 350 
350              // label12              // label12
351              //              //
352              this.label12.AutoSize = true;              this.label12.AutoSize = true;
353              this.label12.Location = new System.Drawing.Point(14, 120);              this.label12.Location = new System.Drawing.Point(21, 128);
354              this.label12.Name = "label12";              this.label12.Name = "label12";
355              this.label12.Size = new System.Drawing.Size(70, 13);              this.label12.Size = new System.Drawing.Size(70, 13);
356              this.label12.TabIndex = 29;              this.label12.TabIndex = 29;
# Line 357  Line 358 
358              //              //
359              // txtReadQuery              // txtReadQuery
360              //              //
361              this.txtReadQuery.Location = new System.Drawing.Point(88, 91);              this.txtReadQuery.Location = new System.Drawing.Point(96, 98);
362              this.txtReadQuery.Name = "txtReadQuery";              this.txtReadQuery.Name = "txtReadQuery";
363              this.txtReadQuery.ReadOnly = true;              this.txtReadQuery.ReadOnly = true;
364              this.txtReadQuery.Size = new System.Drawing.Size(130, 20);              this.txtReadQuery.Size = new System.Drawing.Size(130, 20);
# Line 366  Line 367 
367              // label11              // label11
368              //              //
369              this.label11.AutoSize = true;              this.label11.AutoSize = true;
370              this.label11.Location = new System.Drawing.Point(14, 94);              this.label11.Location = new System.Drawing.Point(21, 101);
371              this.label11.Name = "label11";              this.label11.Name = "label11";
372              this.label11.Size = new System.Drawing.Size(61, 13);              this.label11.Size = new System.Drawing.Size(61, 13);
373              this.label11.TabIndex = 27;              this.label11.TabIndex = 27;
# Line 374  Line 375 
375              //              //
376              // txtInsertQuery              // txtInsertQuery
377              //              //
378              this.txtInsertQuery.Location = new System.Drawing.Point(88, 65);              this.txtInsertQuery.Location = new System.Drawing.Point(96, 71);
379              this.txtInsertQuery.Name = "txtInsertQuery";              this.txtInsertQuery.Name = "txtInsertQuery";
380              this.txtInsertQuery.ReadOnly = true;              this.txtInsertQuery.ReadOnly = true;
381              this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);              this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);
# Line 383  Line 384 
384              // label10              // label10
385              //              //
386              this.label10.AutoSize = true;              this.label10.AutoSize = true;
387              this.label10.Location = new System.Drawing.Point(14, 68);              this.label10.Location = new System.Drawing.Point(21, 74);
388              this.label10.Name = "label10";              this.label10.Name = "label10";
389              this.label10.Size = new System.Drawing.Size(61, 13);              this.label10.Size = new System.Drawing.Size(61, 13);
390              this.label10.TabIndex = 25;              this.label10.TabIndex = 25;
# Line 391  Line 392 
392              //              //
393              // txtQueueName              // txtQueueName
394              //              //
395              this.txtQueueName.Location = new System.Drawing.Point(88, 39);              this.txtQueueName.Location = new System.Drawing.Point(96, 44);
396              this.txtQueueName.Name = "txtQueueName";              this.txtQueueName.Name = "txtQueueName";
397              this.txtQueueName.ReadOnly = true;              this.txtQueueName.ReadOnly = true;
398              this.txtQueueName.Size = new System.Drawing.Size(130, 20);              this.txtQueueName.Size = new System.Drawing.Size(130, 20);
# Line 400  Line 401 
401              // label9              // label9
402              //              //
403              this.label9.AutoSize = true;              this.label9.AutoSize = true;
404              this.label9.Location = new System.Drawing.Point(14, 42);              this.label9.Location = new System.Drawing.Point(21, 47);
405              this.label9.Name = "label9";              this.label9.Name = "label9";
406              this.label9.Size = new System.Drawing.Size(39, 13);              this.label9.Size = new System.Drawing.Size(39, 13);
407              this.label9.TabIndex = 23;              this.label9.TabIndex = 23;
# Line 408  Line 409 
409              //              //
410              // txtDirection              // txtDirection
411              //              //
412              this.txtDirection.Location = new System.Drawing.Point(88, 13);              this.txtDirection.Location = new System.Drawing.Point(96, 17);
413              this.txtDirection.Name = "txtDirection";              this.txtDirection.Name = "txtDirection";
414              this.txtDirection.ReadOnly = true;              this.txtDirection.ReadOnly = true;
415              this.txtDirection.Size = new System.Drawing.Size(130, 20);              this.txtDirection.Size = new System.Drawing.Size(130, 20);
# Line 417  Line 418 
418              // label8              // label8
419              //              //
420              this.label8.AutoSize = true;              this.label8.AutoSize = true;
421              this.label8.Location = new System.Drawing.Point(14, 16);              this.label8.Location = new System.Drawing.Point(21, 20);
422              this.label8.Name = "label8";              this.label8.Name = "label8";
423              this.label8.Size = new System.Drawing.Size(49, 13);              this.label8.Size = new System.Drawing.Size(49, 13);
424              this.label8.TabIndex = 21;              this.label8.TabIndex = 21;

Legend:
Removed from v.2013  
changed lines
  Added in v.2054

  ViewVC Help
Powered by ViewVC 1.1.20