namespace ProjectedStripBoard { partial class FormDeltaParam { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.numericUpDownMinX = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.numericUpDownMinY = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.numericUpDownMaxX = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.numericUpDownMaxY = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.numericUpDownDx = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.numericUpDownDy = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.numericUpDownMarkerWidth = new System.Windows.Forms.NumericUpDown(); this.label8 = new System.Windows.Forms.Label(); this.numericUpDownMarkerHeight = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDx)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDy)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarkerWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarkerHeight)).BeginInit(); this.SuspendLayout(); // // numericUpDownMinX // this.numericUpDownMinX.DecimalPlaces = 3; this.numericUpDownMinX.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownMinX.Location = new System.Drawing.Point(52, 56); this.numericUpDownMinX.Maximum = new decimal(new int[] { 2, 0, 0, 0}); this.numericUpDownMinX.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numericUpDownMinX.Name = "numericUpDownMinX"; this.numericUpDownMinX.Size = new System.Drawing.Size(87, 20); this.numericUpDownMinX.TabIndex = 0; this.numericUpDownMinX.ValueChanged += new System.EventHandler(this.numericUpDownMinX_ValueChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 58); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 13); this.label1.TabIndex = 1; this.label1.Text = "min X"; // // numericUpDownMinY // this.numericUpDownMinY.DecimalPlaces = 3; this.numericUpDownMinY.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownMinY.Location = new System.Drawing.Point(52, 91); this.numericUpDownMinY.Maximum = new decimal(new int[] { 2, 0, 0, 0}); this.numericUpDownMinY.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numericUpDownMinY.Name = "numericUpDownMinY"; this.numericUpDownMinY.Size = new System.Drawing.Size(87, 20); this.numericUpDownMinY.TabIndex = 0; this.numericUpDownMinY.ValueChanged += new System.EventHandler(this.numericUpDownMinX_ValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 93); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(33, 13); this.label2.TabIndex = 1; this.label2.Text = "min Y"; // // numericUpDownMaxX // this.numericUpDownMaxX.DecimalPlaces = 3; this.numericUpDownMaxX.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownMaxX.Location = new System.Drawing.Point(52, 119); this.numericUpDownMaxX.Maximum = new decimal(new int[] { 2, 0, 0, 0}); this.numericUpDownMaxX.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numericUpDownMaxX.Name = "numericUpDownMaxX"; this.numericUpDownMaxX.Size = new System.Drawing.Size(87, 20); this.numericUpDownMaxX.TabIndex = 0; this.numericUpDownMaxX.ValueChanged += new System.EventHandler(this.numericUpDownMinX_ValueChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 121); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(36, 13); this.label3.TabIndex = 1; this.label3.Text = "max X"; // // numericUpDownMaxY // this.numericUpDownMaxY.DecimalPlaces = 3; this.numericUpDownMaxY.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownMaxY.Location = new System.Drawing.Point(52, 146); this.numericUpDownMaxY.Maximum = new decimal(new int[] { 2, 0, 0, 0}); this.numericUpDownMaxY.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numericUpDownMaxY.Name = "numericUpDownMaxY"; this.numericUpDownMaxY.Size = new System.Drawing.Size(87, 20); this.numericUpDownMaxY.TabIndex = 0; this.numericUpDownMaxY.ValueChanged += new System.EventHandler(this.numericUpDownMinX_ValueChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 148); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(36, 13); this.label4.TabIndex = 1; this.label4.Text = "max Y"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(326, 55); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(178, 127); this.textBox1.TabIndex = 2; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(323, 28); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 13); this.label5.TabIndex = 1; this.label5.Text = "Square"; // // numericUpDownDx // this.numericUpDownDx.DecimalPlaces = 3; this.numericUpDownDx.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownDx.Location = new System.Drawing.Point(192, 179); this.numericUpDownDx.Maximum = new decimal(new int[] { 2, 0, 0, 0}); this.numericUpDownDx.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numericUpDownDx.Name = "numericUpDownDx"; this.numericUpDownDx.Size = new System.Drawing.Size(87, 20); this.numericUpDownDx.TabIndex = 0; this.numericUpDownDx.ValueChanged += new System.EventHandler(this.numericUpDownMinX_ValueChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(153, 181); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(20, 13); this.label6.TabIndex = 1; this.label6.Text = "Dx"; // // numericUpDownDy // this.numericUpDownDy.DecimalPlaces = 3; this.numericUpDownDy.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownDy.Location = new System.Drawing.Point(192, 214); this.numericUpDownDy.Maximum = new decimal(new int[] { 2, 0, 0, 0}); this.numericUpDownDy.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numericUpDownDy.Name = "numericUpDownDy"; this.numericUpDownDy.Size = new System.Drawing.Size(87, 20); this.numericUpDownDy.TabIndex = 0; this.numericUpDownDy.ValueChanged += new System.EventHandler(this.numericUpDownMinX_ValueChanged); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(153, 216); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(20, 13); this.label7.TabIndex = 1; this.label7.Text = "Dy"; // // numericUpDownMarkerWidth // this.numericUpDownMarkerWidth.DecimalPlaces = 3; this.numericUpDownMarkerWidth.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownMarkerWidth.Location = new System.Drawing.Point(192, 242); this.numericUpDownMarkerWidth.Maximum = new decimal(new int[] { 2, 0, 0, 0}); this.numericUpDownMarkerWidth.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numericUpDownMarkerWidth.Name = "numericUpDownMarkerWidth"; this.numericUpDownMarkerWidth.Size = new System.Drawing.Size(87, 20); this.numericUpDownMarkerWidth.TabIndex = 0; this.numericUpDownMarkerWidth.ValueChanged += new System.EventHandler(this.numericUpDownMinX_ValueChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(118, 249); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(68, 13); this.label8.TabIndex = 1; this.label8.Text = "MarkerWidth"; // // numericUpDownMarkerHeight // this.numericUpDownMarkerHeight.DecimalPlaces = 3; this.numericUpDownMarkerHeight.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownMarkerHeight.Location = new System.Drawing.Point(192, 269); this.numericUpDownMarkerHeight.Maximum = new decimal(new int[] { 2, 0, 0, 0}); this.numericUpDownMarkerHeight.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numericUpDownMarkerHeight.Name = "numericUpDownMarkerHeight"; this.numericUpDownMarkerHeight.Size = new System.Drawing.Size(87, 20); this.numericUpDownMarkerHeight.TabIndex = 0; this.numericUpDownMarkerHeight.ValueChanged += new System.EventHandler(this.numericUpDownMinX_ValueChanged); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(115, 271); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(71, 13); this.label9.TabIndex = 1; this.label9.Text = "MarkerHeight"; // // button1 // this.button1.Location = new System.Drawing.Point(408, 261); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 3; this.button1.Text = "SetData"; this.button1.UseVisualStyleBackColor = true; // // FormDeltaParam // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(516, 299); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.label9); this.Controls.Add(this.label4); this.Controls.Add(this.numericUpDownMarkerHeight); this.Controls.Add(this.numericUpDownMaxY); this.Controls.Add(this.label8); this.Controls.Add(this.label3); this.Controls.Add(this.numericUpDownMarkerWidth); this.Controls.Add(this.numericUpDownMaxX); this.Controls.Add(this.label7); this.Controls.Add(this.label2); this.Controls.Add(this.numericUpDownDy); this.Controls.Add(this.numericUpDownMinY); this.Controls.Add(this.label5); this.Controls.Add(this.label6); this.Controls.Add(this.numericUpDownDx); this.Controls.Add(this.label1); this.Controls.Add(this.numericUpDownMinX); this.Name = "FormDeltaParam"; this.Text = "FormDeltaParam"; this.Load += new System.EventHandler(this.FormDeltaParam_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDx)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDy)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarkerWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarkerHeight)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.NumericUpDown numericUpDownMinX; private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown numericUpDownMinY; private System.Windows.Forms.Label label2; private System.Windows.Forms.NumericUpDown numericUpDownMaxX; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown numericUpDownMaxY; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.NumericUpDown numericUpDownDx; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown numericUpDownDy; private System.Windows.Forms.Label label7; private System.Windows.Forms.NumericUpDown numericUpDownMarkerWidth; private System.Windows.Forms.Label label8; private System.Windows.Forms.NumericUpDown numericUpDownMarkerHeight; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button button1; } }