SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddEditPlot.Designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.Dialogs.Graphs
2 {
3  partial class AddEditPlot
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.label1 = new System.Windows.Forms.Label();
32  this.comBlocks = new System.Windows.Forms.ComboBox();
33  this.chkUseY2 = new System.Windows.Forms.CheckBox();
34  this.btnOK = new System.Windows.Forms.Button();
35  this.btnCancel = new System.Windows.Forms.Button();
36  this.SuspendLayout();
37  //
38  // label1
39  //
40  this.label1.AutoSize = true;
41  this.label1.Location = new System.Drawing.Point(12, 15);
42  this.label1.Name = "label1";
43  this.label1.Size = new System.Drawing.Size(103, 13);
44  this.label1.TabIndex = 0;
45  this.label1.Text = "Select Block to Plot:";
46  //
47  // comBlocks
48  //
49  this.comBlocks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
50  this.comBlocks.FormattingEnabled = true;
51  this.comBlocks.Location = new System.Drawing.Point(121, 12);
52  this.comBlocks.Name = "comBlocks";
53  this.comBlocks.Size = new System.Drawing.Size(144, 21);
54  this.comBlocks.TabIndex = 1;
55  //
56  // chkUseY2
57  //
58  this.chkUseY2.AutoSize = true;
59  this.chkUseY2.Location = new System.Drawing.Point(121, 39);
60  this.chkUseY2.Name = "chkUseY2";
61  this.chkUseY2.Size = new System.Drawing.Size(111, 17);
62  this.chkUseY2.TabIndex = 4;
63  this.chkUseY2.Text = "Plot on 2nd Y-axis";
64  this.chkUseY2.UseVisualStyleBackColor = true;
65  //
66  // btnOK
67  //
68  this.btnOK.Location = new System.Drawing.Point(109, 62);
69  this.btnOK.Name = "btnOK";
70  this.btnOK.Size = new System.Drawing.Size(75, 23);
71  this.btnOK.TabIndex = 23;
72  this.btnOK.Text = "OK";
73  this.btnOK.UseVisualStyleBackColor = true;
74  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
75  //
76  // btnCancel
77  //
78  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
79  this.btnCancel.Location = new System.Drawing.Point(190, 62);
80  this.btnCancel.Name = "btnCancel";
81  this.btnCancel.Size = new System.Drawing.Size(75, 23);
82  this.btnCancel.TabIndex = 24;
83  this.btnCancel.Text = "Cancel";
84  this.btnCancel.UseVisualStyleBackColor = true;
85  //
86  // AddEditPlot
87  //
88  this.AcceptButton = this.btnOK;
89  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
90  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
91  this.CancelButton = this.btnCancel;
92  this.ClientSize = new System.Drawing.Size(284, 98);
93  this.ControlBox = false;
94  this.Controls.Add(this.btnOK);
95  this.Controls.Add(this.btnCancel);
96  this.Controls.Add(this.chkUseY2);
97  this.Controls.Add(this.comBlocks);
98  this.Controls.Add(this.label1);
99  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
100  this.Name = "AddEditPlot";
101  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
102  this.Text = "Configure Plot - SECI";
103  this.Load += new System.EventHandler(this.AddEditPlot_Load);
104  this.ResumeLayout(false);
105  this.PerformLayout();
106 
107  }
108 
109  #endregion
110 
111  private System.Windows.Forms.Label label1;
112  private System.Windows.Forms.ComboBox comBlocks;
113  private System.Windows.Forms.CheckBox chkUseY2;
114  internal System.Windows.Forms.Button btnOK;
115  internal System.Windows.Forms.Button btnCancel;
116  }
117 }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
override void Dispose(bool disposing)
Clean up any resources being used.