namespace LeatherApp.Page { partial class EdgeOffserFrm { /// /// 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.button1 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(149, 133); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(168, 49); this.button1.TabIndex = 7; this.button1.Text = "设置"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(69, 60); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(129, 20); this.label2.TabIndex = 9; this.label2.Text = "幅宽偏差(cm)"; // // numericUpDown2 // this.numericUpDown2.DecimalPlaces = 3; this.numericUpDown2.Location = new System.Drawing.Point(221, 58); this.numericUpDown2.Margin = new System.Windows.Forms.Padding(5); this.numericUpDown2.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.numericUpDown2.Minimum = new decimal(new int[] { 10000, 0, 0, -2147483648}); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(173, 30); this.numericUpDown2.TabIndex = 8; // // EdgeOffserFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(484, 242); this.Controls.Add(this.label2); this.Controls.Add(this.numericUpDown2); this.Controls.Add(this.button1); this.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "EdgeOffserFrm"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "幅宽补偿"; this.Load += new System.EventHandler(this.EdgeOffserFrm_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label2; private System.Windows.Forms.NumericUpDown numericUpDown2; } }