1 namespace SeciUserInterface.Dialogs.Graphs
3 partial class AddEditPlot
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
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();
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:";
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;
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;
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);
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;
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();
111 private System.Windows.Forms.Label
label1;
114 internal System.Windows.Forms.Button btnOK;
115 internal System.Windows.Forms.Button btnCancel;
System.Windows.Forms.Label label1
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.ComboBox comBlocks
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.CheckBox chkUseY2