namespace Welling_Motor_Debug_Tool { partial class Scan { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Scan)); this.label1 = new System.Windows.Forms.Label(); this.textBox_Scan = new System.Windows.Forms.TextBox(); this.button_Enter = new System.Windows.Forms.Button(); this.button_keyboard = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label1.Location = new System.Drawing.Point(11, 23); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 21); this.label1.TabIndex = 0; this.label1.Text = "请输入:"; // // textBox_Scan // this.textBox_Scan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.textBox_Scan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.textBox_Scan.Location = new System.Drawing.Point(15, 63); this.textBox_Scan.Margin = new System.Windows.Forms.Padding(6); this.textBox_Scan.Name = "textBox_Scan"; this.textBox_Scan.Size = new System.Drawing.Size(462, 33); this.textBox_Scan.TabIndex = 1; // // button_Enter // this.button_Enter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.button_Enter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_Enter.ForeColor = System.Drawing.Color.White; this.button_Enter.Location = new System.Drawing.Point(486, 60); this.button_Enter.Margin = new System.Windows.Forms.Padding(6); this.button_Enter.Name = "button_Enter"; this.button_Enter.Size = new System.Drawing.Size(80, 38); this.button_Enter.TabIndex = 2; this.button_Enter.Text = "确认"; this.button_Enter.UseVisualStyleBackColor = false; this.button_Enter.Click += new System.EventHandler(this.button_Enter_Click); // // button_keyboard // this.button_keyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.button_keyboard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_keyboard.ForeColor = System.Drawing.Color.White; this.button_keyboard.Location = new System.Drawing.Point(15, 105); this.button_keyboard.Name = "button_keyboard"; this.button_keyboard.Size = new System.Drawing.Size(91, 43); this.button_keyboard.TabIndex = 43; this.button_keyboard.Text = "屏幕键盘"; this.button_keyboard.UseVisualStyleBackColor = false; this.button_keyboard.Click += new System.EventHandler(this.button_keyboard_Click); // // pictureBox1 // this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about; this.pictureBox1.Location = new System.Drawing.Point(430, 116); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(136, 33); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 44; this.pictureBox1.TabStop = false; // // Scan // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.ClientSize = new System.Drawing.Size(584, 161); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button_keyboard); this.Controls.Add(this.button_Enter); this.Controls.Add(this.textBox_Scan); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(6); this.MaximizeBox = false; this.Name = "Scan"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "输入"; this.Load += new System.EventHandler(this.Scan_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button_Enter; public System.Windows.Forms.TextBox textBox_Scan; private System.Windows.Forms.Button button_keyboard; private System.Windows.Forms.PictureBox pictureBox1; } }