00001 namespace PlatformController {
00002 partial class PidTuner {
00006 private System.ComponentModel.IContainer components = null;
00007
00012 protected override void Dispose(bool disposing) {
00013 if (disposing && (components != null)) {
00014 components.Dispose();
00015 }
00016 base.Dispose(disposing);
00017 }
00018
00019 #region Windows Form Designer generated code
00020
00025 private void InitializeComponent() {
00026 this.components = new System.ComponentModel.Container();
00027 this.setPidButton = new System.Windows.Forms.Button();
00028 this.setPointTextBox = new System.Windows.Forms.TextBox();
00029 this.processVariableTextBox = new System.Windows.Forms.TextBox();
00030 this.manipulatedVariableTextBox = new System.Windows.Forms.TextBox();
00031 this.label1 = new System.Windows.Forms.Label();
00032 this.graphPictureBox = new System.Windows.Forms.PictureBox();
00033 this.groupBox1 = new System.Windows.Forms.GroupBox();
00034 this.label2 = new System.Windows.Forms.Label();
00035 this.label3 = new System.Windows.Forms.Label();
00036 this.label4 = new System.Windows.Forms.Label();
00037 this.label5 = new System.Windows.Forms.Label();
00038 this.label6 = new System.Windows.Forms.Label();
00039 this.kdTextBox = new System.Windows.Forms.TextBox();
00040 this.kiTextBox = new System.Windows.Forms.TextBox();
00041 this.kpTextBox = new System.Windows.Forms.TextBox();
00042 this.label7 = new System.Windows.Forms.Label();
00043 this.label8 = new System.Windows.Forms.Label();
00044 this.label9 = new System.Windows.Forms.Label();
00045 this.dComponentTextBox = new System.Windows.Forms.TextBox();
00046 this.iComponentTextBox = new System.Windows.Forms.TextBox();
00047 this.pComponentTextBox = new System.Windows.Forms.TextBox();
00048 this.updateTimer = new System.Windows.Forms.Timer(this.components);
00049 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
00050 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
00051 ((System.ComponentModel.ISupportInitialize)(this.graphPictureBox)).BeginInit();
00052 this.groupBox1.SuspendLayout();
00053 this.statusStrip1.SuspendLayout();
00054 this.SuspendLayout();
00055
00056
00057
00058 this.setPidButton.Location = new System.Drawing.Point(12, 12);
00059 this.setPidButton.Name = "setPidButton";
00060 this.setPidButton.Size = new System.Drawing.Size(75, 23);
00061 this.setPidButton.TabIndex = 0;
00062 this.setPidButton.Text = "Set";
00063 this.setPidButton.UseVisualStyleBackColor = true;
00064 this.setPidButton.Click += new System.EventHandler(this.setPidButton_Click);
00065
00066
00067
00068 this.setPointTextBox.Location = new System.Drawing.Point(212, 5);
00069 this.setPointTextBox.Name = "setPointTextBox";
00070 this.setPointTextBox.Size = new System.Drawing.Size(68, 20);
00071 this.setPointTextBox.TabIndex = 1;
00072
00073
00074
00075 this.processVariableTextBox.Location = new System.Drawing.Point(212, 31);
00076 this.processVariableTextBox.Name = "processVariableTextBox";
00077 this.processVariableTextBox.ReadOnly = true;
00078 this.processVariableTextBox.Size = new System.Drawing.Size(68, 20);
00079 this.processVariableTextBox.TabIndex = 2;
00080
00081
00082
00083 this.manipulatedVariableTextBox.Location = new System.Drawing.Point(212, 57);
00084 this.manipulatedVariableTextBox.Name = "manipulatedVariableTextBox";
00085 this.manipulatedVariableTextBox.ReadOnly = true;
00086 this.manipulatedVariableTextBox.Size = new System.Drawing.Size(68, 20);
00087 this.manipulatedVariableTextBox.TabIndex = 3;
00088
00089
00090
00091 this.label1.AutoSize = true;
00092 this.label1.Location = new System.Drawing.Point(120, 34);
00093 this.label1.Name = "label1";
00094 this.label1.Size = new System.Drawing.Size(86, 13);
00095 this.label1.TabIndex = 4;
00096 this.label1.Text = "Process Variable";
00097
00098
00099
00100 this.graphPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
00101 this.graphPictureBox.Location = new System.Drawing.Point(3, 16);
00102 this.graphPictureBox.Name = "graphPictureBox";
00103 this.graphPictureBox.Size = new System.Drawing.Size(262, 68);
00104 this.graphPictureBox.TabIndex = 5;
00105 this.graphPictureBox.TabStop = false;
00106
00107
00108
00109 this.groupBox1.Controls.Add(this.graphPictureBox);
00110 this.groupBox1.Location = new System.Drawing.Point(12, 161);
00111 this.groupBox1.Name = "groupBox1";
00112 this.groupBox1.Size = new System.Drawing.Size(268, 87);
00113 this.groupBox1.TabIndex = 6;
00114 this.groupBox1.TabStop = false;
00115 this.groupBox1.Text = "Graph";
00116
00117
00118
00119 this.label2.AutoSize = true;
00120 this.label2.Location = new System.Drawing.Point(100, 60);
00121 this.label2.Name = "label2";
00122 this.label2.Size = new System.Drawing.Size(106, 13);
00123 this.label2.TabIndex = 7;
00124 this.label2.Text = "Manipulated Variable";
00125
00126
00127
00128 this.label3.AutoSize = true;
00129 this.label3.Location = new System.Drawing.Point(156, 8);
00130 this.label3.Name = "label3";
00131 this.label3.Size = new System.Drawing.Size(50, 13);
00132 this.label3.TabIndex = 8;
00133 this.label3.Text = "Set Point";
00134
00135
00136
00137 this.label4.AutoSize = true;
00138 this.label4.Location = new System.Drawing.Point(186, 86);
00139 this.label4.Name = "label4";
00140 this.label4.Size = new System.Drawing.Size(20, 13);
00141 this.label4.TabIndex = 14;
00142 this.label4.Text = "Kp";
00143
00144
00145
00146 this.label5.AutoSize = true;
00147 this.label5.Location = new System.Drawing.Point(186, 138);
00148 this.label5.Name = "label5";
00149 this.label5.Size = new System.Drawing.Size(20, 13);
00150 this.label5.TabIndex = 13;
00151 this.label5.Text = "Kd";
00152
00153
00154
00155 this.label6.AutoSize = true;
00156 this.label6.Location = new System.Drawing.Point(190, 112);
00157 this.label6.Name = "label6";
00158 this.label6.Size = new System.Drawing.Size(16, 13);
00159 this.label6.TabIndex = 12;
00160 this.label6.Text = "Ki";
00161
00162
00163
00164 this.kdTextBox.Location = new System.Drawing.Point(212, 135);
00165 this.kdTextBox.Name = "kdTextBox";
00166 this.kdTextBox.Size = new System.Drawing.Size(68, 20);
00167 this.kdTextBox.TabIndex = 11;
00168
00169
00170
00171 this.kiTextBox.Location = new System.Drawing.Point(212, 109);
00172 this.kiTextBox.Name = "kiTextBox";
00173 this.kiTextBox.Size = new System.Drawing.Size(68, 20);
00174 this.kiTextBox.TabIndex = 10;
00175
00176
00177
00178 this.kpTextBox.Location = new System.Drawing.Point(212, 83);
00179 this.kpTextBox.Name = "kpTextBox";
00180 this.kpTextBox.Size = new System.Drawing.Size(68, 20);
00181 this.kpTextBox.TabIndex = 9;
00182
00183
00184
00185 this.label7.AutoSize = true;
00186 this.label7.Location = new System.Drawing.Point(35, 86);
00187 this.label7.Name = "label7";
00188 this.label7.Size = new System.Drawing.Size(71, 13);
00189 this.label7.TabIndex = 20;
00190 this.label7.Text = "P Component";
00191
00192
00193
00194 this.label8.AutoSize = true;
00195 this.label8.Location = new System.Drawing.Point(34, 138);
00196 this.label8.Name = "label8";
00197 this.label8.Size = new System.Drawing.Size(72, 13);
00198 this.label8.TabIndex = 19;
00199 this.label8.Text = "D Component";
00200
00201
00202
00203 this.label9.AutoSize = true;
00204 this.label9.Location = new System.Drawing.Point(39, 112);
00205 this.label9.Name = "label9";
00206 this.label9.Size = new System.Drawing.Size(67, 13);
00207 this.label9.TabIndex = 18;
00208 this.label9.Text = "I Component";
00209
00210
00211
00212 this.dComponentTextBox.Location = new System.Drawing.Point(112, 135);
00213 this.dComponentTextBox.Name = "dComponentTextBox";
00214 this.dComponentTextBox.ReadOnly = true;
00215 this.dComponentTextBox.Size = new System.Drawing.Size(68, 20);
00216 this.dComponentTextBox.TabIndex = 17;
00217
00218
00219
00220 this.iComponentTextBox.Location = new System.Drawing.Point(112, 109);
00221 this.iComponentTextBox.Name = "iComponentTextBox";
00222 this.iComponentTextBox.ReadOnly = true;
00223 this.iComponentTextBox.Size = new System.Drawing.Size(68, 20);
00224 this.iComponentTextBox.TabIndex = 16;
00225
00226
00227
00228 this.pComponentTextBox.Location = new System.Drawing.Point(112, 83);
00229 this.pComponentTextBox.Name = "pComponentTextBox";
00230 this.pComponentTextBox.ReadOnly = true;
00231 this.pComponentTextBox.Size = new System.Drawing.Size(68, 20);
00232 this.pComponentTextBox.TabIndex = 15;
00233
00234
00235
00236 this.updateTimer.Enabled = true;
00237 this.updateTimer.Interval = 500;
00238 this.updateTimer.Tick += new System.EventHandler(this.updateTimer_Tick);
00239
00240
00241
00242 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00243 this.toolStripStatusLabel1});
00244 this.statusStrip1.Location = new System.Drawing.Point(0, 251);
00245 this.statusStrip1.Name = "statusStrip1";
00246 this.statusStrip1.Size = new System.Drawing.Size(292, 22);
00247 this.statusStrip1.TabIndex = 21;
00248 this.statusStrip1.Text = "statusStrip1";
00249
00250
00251
00252 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
00253 this.toolStripStatusLabel1.Size = new System.Drawing.Size(33, 17);
00254 this.toolStripStatusLabel1.Text = "ready";
00255
00256
00257
00258 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00259 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00260 this.ClientSize = new System.Drawing.Size(292, 273);
00261 this.Controls.Add(this.statusStrip1);
00262 this.Controls.Add(this.label7);
00263 this.Controls.Add(this.label8);
00264 this.Controls.Add(this.label9);
00265 this.Controls.Add(this.dComponentTextBox);
00266 this.Controls.Add(this.iComponentTextBox);
00267 this.Controls.Add(this.pComponentTextBox);
00268 this.Controls.Add(this.label4);
00269 this.Controls.Add(this.label5);
00270 this.Controls.Add(this.label6);
00271 this.Controls.Add(this.kdTextBox);
00272 this.Controls.Add(this.kiTextBox);
00273 this.Controls.Add(this.kpTextBox);
00274 this.Controls.Add(this.label3);
00275 this.Controls.Add(this.label2);
00276 this.Controls.Add(this.groupBox1);
00277 this.Controls.Add(this.label1);
00278 this.Controls.Add(this.manipulatedVariableTextBox);
00279 this.Controls.Add(this.processVariableTextBox);
00280 this.Controls.Add(this.setPointTextBox);
00281 this.Controls.Add(this.setPidButton);
00282 this.Name = "PidTuner";
00283 this.Text = "PidTuner";
00284 ((System.ComponentModel.ISupportInitialize)(this.graphPictureBox)).EndInit();
00285 this.groupBox1.ResumeLayout(false);
00286 this.statusStrip1.ResumeLayout(false);
00287 this.statusStrip1.PerformLayout();
00288 this.ResumeLayout(false);
00289 this.PerformLayout();
00290
00291 }
00292
00293 #endregion
00294
00295 private System.Windows.Forms.Button setPidButton;
00296 private System.Windows.Forms.TextBox setPointTextBox;
00297 private System.Windows.Forms.TextBox processVariableTextBox;
00298 private System.Windows.Forms.TextBox manipulatedVariableTextBox;
00299 private System.Windows.Forms.Label label1;
00300 private System.Windows.Forms.PictureBox graphPictureBox;
00301 private System.Windows.Forms.GroupBox groupBox1;
00302 private System.Windows.Forms.Label label2;
00303 private System.Windows.Forms.Label label3;
00304 private System.Windows.Forms.Label label4;
00305 private System.Windows.Forms.Label label5;
00306 private System.Windows.Forms.Label label6;
00307 private System.Windows.Forms.TextBox kdTextBox;
00308 private System.Windows.Forms.TextBox kiTextBox;
00309 private System.Windows.Forms.TextBox kpTextBox;
00310 private System.Windows.Forms.Label label7;
00311 private System.Windows.Forms.Label label8;
00312 private System.Windows.Forms.Label label9;
00313 private System.Windows.Forms.TextBox dComponentTextBox;
00314 private System.Windows.Forms.TextBox iComponentTextBox;
00315 private System.Windows.Forms.TextBox pComponentTextBox;
00316 private System.Windows.Forms.Timer updateTimer;
00317 private System.Windows.Forms.StatusStrip statusStrip1;
00318 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
00319 }
00320 }