Files

copied

There are no circuits or boards in this repository.

Last update 11 years 1 week by Thomas S. Knutsen
Fileshopfe_guihopfe_gui
..
Properties
bin
obj
Form1.Designer.cs
Form1.cs
Form1.resx
Program.cs
app.config
hopfe_gui.csproj
hopfe_gui.csproj.user
Form1.Designer.cs
namespace Curve_tracer { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.button1 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveVectorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.manualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pensToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pointsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.blueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.greenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.serialPort1 = new System.IO.Ports.SerialPort(this.components); this.label6 = new System.Windows.Forms.Label(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.panel1.SuspendLayout(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(791, 459); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "Measure"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Window; this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.label5); this.panel1.Location = new System.Drawing.Point(18, 30); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(704, 482); this.panel1.TabIndex = 1; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_paint); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(53, 39); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(0, 13); this.label11.TabIndex = 15; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(12, 286); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(0, 13); this.label10.TabIndex = 14; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 39); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(0, 13); this.label8.TabIndex = 12; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(182, 11); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(0, 13); this.label7.TabIndex = 11; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 11); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(0, 13); this.label5.TabIndex = 10; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(311, 515); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(0, 13); this.label9.TabIndex = 13; this.label9.Click += new System.EventHandler(this.label9_Click); // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(756, 411); this.progressBar1.Maximum = 1024; this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(141, 20); this.progressBar1.TabIndex = 13; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.pensToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(911, 24); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveVectorToolStripMenuItem, this.manualToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // saveVectorToolStripMenuItem // this.saveVectorToolStripMenuItem.Name = "saveVectorToolStripMenuItem"; this.saveVectorToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.saveVectorToolStripMenuItem.Text = "Save vector"; this.saveVectorToolStripMenuItem.Click += new System.EventHandler(this.saveVectorToolStripMenuItem_Click); // // manualToolStripMenuItem // this.manualToolStripMenuItem.Name = "manualToolStripMenuItem"; this.manualToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.manualToolStripMenuItem.Text = "Manual"; // // pensToolStripMenuItem // this.pensToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.pointsToolStripMenuItem, this.toolStripSeparator1, this.blueToolStripMenuItem, this.redToolStripMenuItem, this.greenToolStripMenuItem}); this.pensToolStripMenuItem.Name = "pensToolStripMenuItem"; this.pensToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.pensToolStripMenuItem.Text = "Pens"; // // pointsToolStripMenuItem // this.pointsToolStripMenuItem.CheckOnClick = true; this.pointsToolStripMenuItem.Name = "pointsToolStripMenuItem"; this.pointsToolStripMenuItem.Size = new System.Drawing.Size(105, 22); this.pointsToolStripMenuItem.Text = " line"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(102, 6); // // blueToolStripMenuItem // this.blueToolStripMenuItem.Checked = true; this.blueToolStripMenuItem.CheckOnClick = true; this.blueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.blueToolStripMenuItem.Name = "blueToolStripMenuItem"; this.blueToolStripMenuItem.Size = new System.Drawing.Size(105, 22); this.blueToolStripMenuItem.Text = "Blue"; this.blueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.blueToolStripMenuItem_CheckedChanged); // // redToolStripMenuItem // this.redToolStripMenuItem.CheckOnClick = true; this.redToolStripMenuItem.Name = "redToolStripMenuItem"; this.redToolStripMenuItem.Size = new System.Drawing.Size(105, 22); this.redToolStripMenuItem.Text = "Red"; this.redToolStripMenuItem.CheckedChanged += new System.EventHandler(this.redToolStripMenuItem_CheckedChanged); // // greenToolStripMenuItem // this.greenToolStripMenuItem.CheckOnClick = true; this.greenToolStripMenuItem.Name = "greenToolStripMenuItem"; this.greenToolStripMenuItem.Size = new System.Drawing.Size(105, 22); this.greenToolStripMenuItem.Text = "Green"; this.greenToolStripMenuItem.CheckedChanged += new System.EventHandler(this.greenToolStripMenuItem_CheckedChanged); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(758, 66); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(140, 21); this.comboBox1.TabIndex = 3; this.comboBox1.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged); // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(758, 140); this.numericUpDown1.Maximum = new decimal(new int[] { 300, 0, 0, 0}); this.numericUpDown1.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(140, 20); this.numericUpDown1.TabIndex = 4; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "Semiconductor type", "NPN", "PNP", "J-FET (N)", "J-FET (P)", "MOSFET"}); this.comboBox2.Location = new System.Drawing.Point(758, 217); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(140, 21); this.comboBox2.TabIndex = 5; this.comboBox2.SelectedValueChanged += new System.EventHandler(this.comboBox2_SelectedValueChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(758, 41); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(26, 13); this.label1.TabIndex = 6; this.label1.Text = "Port"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(755, 115); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 13); this.label2.TabIndex = 7; this.label2.Text = "Voltage"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(758, 258); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(34, 13); this.label3.TabIndex = 8; this.label3.Text = "Steps"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(756, 195); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(101, 13); this.label4.TabIndex = 9; this.label4.Text = "Semiconductor type"; // // numericUpDown2 // this.numericUpDown2.Location = new System.Drawing.Point(758, 289); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(140, 20); this.numericUpDown2.TabIndex = 0; this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(758, 332); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(82, 13); this.label6.TabIndex = 0; this.label6.Text = "Base resistance"; // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "0", "10k", "50k", "100k", "200k"}); this.comboBox3.Location = new System.Drawing.Point(756, 368); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(141, 21); this.comboBox3.TabIndex = 11; this.comboBox3.SelectedValueChanged += new System.EventHandler(this.comboBox3_SelectedValueChanged); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(911, 538); this.Controls.Add(this.progressBar1); this.Controls.Add(this.comboBox3); this.Controls.Add(this.label9); this.Controls.Add(this.label6); this.Controls.Add(this.numericUpDown2); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox2); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.panel1); this.Controls.Add(this.button1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.Text = "Form1"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveVectorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem manualToolStripMenuItem; private System.IO.Ports.SerialPort serialPort1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Label label7; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.ToolStripMenuItem pensToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pointsToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem blueToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem redToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem greenToolStripMenuItem; private System.Windows.Forms.Label label11; } }
Report a bug