+namespace MervsSolver
+{
+ partial class MainForm
+ {
+ /// <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.panel1 = new System.Windows.Forms.Panel();
+ this.label5 = new System.Windows.Forms.Label();
+ this.stepsCtrl = new System.Windows.Forms.NumericUpDown();
+ this.label4 = new System.Windows.Forms.Label();
+ this.muCtrl = new System.Windows.Forms.NumericUpDown();
+ this.label3 = new System.Windows.Forms.Label();
+ this.dvCtrl = new System.Windows.Forms.NumericUpDown();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
+ this.dxCtrl = new System.Windows.Forms.NumericUpDown();
+ this.plotter1 = new MervsSolver.Plotter();
+ this.label6 = new System.Windows.Forms.Label();
+ this.limitCtrl = new System.Windows.Forms.NumericUpDown();
+ this.panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.stepsCtrl)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.muCtrl)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dvCtrl)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dxCtrl)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.limitCtrl)).BeginInit();
+ this.SuspendLayout();
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.limitCtrl);
+ this.panel1.Controls.Add(this.label6);
+ this.panel1.Controls.Add(this.label5);
+ this.panel1.Controls.Add(this.stepsCtrl);
+ this.panel1.Controls.Add(this.label4);
+ this.panel1.Controls.Add(this.muCtrl);
+ this.panel1.Controls.Add(this.label3);
+ this.panel1.Controls.Add(this.dvCtrl);
+ this.panel1.Controls.Add(this.label2);
+ this.panel1.Controls.Add(this.label1);
+ this.panel1.Controls.Add(this.dxCtrl);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(598, 54);
+ this.panel1.TabIndex = 0;
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Location = new System.Drawing.Point(3, 26);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(35, 13);
+ this.label5.TabIndex = 9;
+ this.label5.Text = "label5";
+ //
+ // stepsCtrl
+ //
+ this.stepsCtrl.DecimalPlaces = 2;
+ this.stepsCtrl.Increment = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 131072});
+ this.stepsCtrl.Location = new System.Drawing.Point(347, 3);
+ this.stepsCtrl.Maximum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.stepsCtrl.Name = "stepsCtrl";
+ this.stepsCtrl.Size = new System.Drawing.Size(50, 20);
+ this.stepsCtrl.TabIndex = 8;
+ this.stepsCtrl.Value = new decimal(new int[] {
+ 8,
+ 0,
+ 0,
+ 131072});
+ this.stepsCtrl.ValueChanged += new System.EventHandler(this.Numeric_ValueChanged);
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Location = new System.Drawing.Point(291, 5);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(50, 13);
+ this.label4.TabIndex = 7;
+ this.label4.Text = "Step size";
+ //
+ // muCtrl
+ //
+ this.muCtrl.DecimalPlaces = 1;
+ this.muCtrl.Increment = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 65536});
+ this.muCtrl.Location = new System.Drawing.Point(235, 3);
+ this.muCtrl.Name = "muCtrl";
+ this.muCtrl.Size = new System.Drawing.Size(50, 20);
+ this.muCtrl.TabIndex = 5;
+ this.muCtrl.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 65536});
+ this.muCtrl.ValueChanged += new System.EventHandler(this.Numeric_ValueChanged);
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Location = new System.Drawing.Point(208, 5);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(21, 13);
+ this.label3.TabIndex = 4;
+ this.label3.Text = "mu";
+ //
+ // dvCtrl
+ //
+ this.dvCtrl.DecimalPlaces = 1;
+ this.dvCtrl.Increment = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 65536});
+ this.dvCtrl.Location = new System.Drawing.Point(133, 3);
+ this.dvCtrl.Name = "dvCtrl";
+ this.dvCtrl.Size = new System.Drawing.Size(48, 20);
+ this.dvCtrl.TabIndex = 3;
+ this.dvCtrl.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 65536});
+ this.dvCtrl.ValueChanged += new System.EventHandler(this.Numeric_ValueChanged);
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(113, 5);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(14, 13);
+ this.label2.TabIndex = 2;
+ this.label2.Text = "V";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(3, 5);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(14, 13);
+ this.label1.TabIndex = 1;
+ this.label1.Text = "X";
+ //
+ // dxCtrl
+ //
+ this.dxCtrl.DecimalPlaces = 1;
+ this.dxCtrl.Increment = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 65536});
+ this.dxCtrl.Location = new System.Drawing.Point(23, 3);
+ this.dxCtrl.Name = "dxCtrl";
+ this.dxCtrl.Size = new System.Drawing.Size(63, 20);
+ this.dxCtrl.TabIndex = 0;
+ this.dxCtrl.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 65536});
+ this.dxCtrl.ValueChanged += new System.EventHandler(this.Numeric_ValueChanged);
+ //
+ // plotter1
+ //
+ this.plotter1.BackColor = System.Drawing.Color.White;
+ this.plotter1.Coords = null;
+ this.plotter1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.plotter1.Location = new System.Drawing.Point(0, 54);
+ this.plotter1.Name = "plotter1";
+ this.plotter1.Size = new System.Drawing.Size(598, 416);
+ this.plotter1.TabIndex = 1;
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.Location = new System.Drawing.Point(403, 5);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(28, 13);
+ this.label6.TabIndex = 10;
+ this.label6.Text = "Limit";
+ //
+ // limitCtrl
+ //
+ this.limitCtrl.Increment = new decimal(new int[] {
+ 100,
+ 0,
+ 0,
+ 0});
+ this.limitCtrl.Location = new System.Drawing.Point(437, 3);
+ this.limitCtrl.Maximum = new decimal(new int[] {
+ 10000,
+ 0,
+ 0,
+ 0});
+ this.limitCtrl.Name = "limitCtrl";
+ this.limitCtrl.Size = new System.Drawing.Size(57, 20);
+ this.limitCtrl.TabIndex = 11;
+ this.limitCtrl.Value = new decimal(new int[] {
+ 2000,
+ 0,
+ 0,
+ 0});
+ //
+ // MainForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(598, 470);
+ this.Controls.Add(this.plotter1);
+ this.Controls.Add(this.panel1);
+ this.Name = "MainForm";
+ this.Text = "MainForm";
+ this.Load += new System.EventHandler(this.MainForm_Load);
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.stepsCtrl)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.muCtrl)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dvCtrl)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dxCtrl)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.limitCtrl)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.NumericUpDown muCtrl;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.NumericUpDown dvCtrl;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.NumericUpDown dxCtrl;
+ private System.Windows.Forms.NumericUpDown stepsCtrl;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.Label label5;
+ private Plotter plotter1;
+ private System.Windows.Forms.NumericUpDown limitCtrl;
+ private System.Windows.Forms.Label label6;
+ }
+}
\ No newline at end of file