123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- namespace Welling_Motor_Debug_Tool
- {
- partial class Scan
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Scan));
- this.label1 = new System.Windows.Forms.Label();
- this.textBox_Code = new System.Windows.Forms.TextBox();
- this.button_Enter = new System.Windows.Forms.Button();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.statusStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(208, 23);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(88, 25);
- this.label1.TabIndex = 0;
- this.label1.Text = "扫描标签";
- //
- // textBox_Code
- //
- this.textBox_Code.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_Code.Location = new System.Drawing.Point(28, 63);
- this.textBox_Code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.textBox_Code.Name = "textBox_Code";
- this.textBox_Code.Size = new System.Drawing.Size(449, 33);
- this.textBox_Code.TabIndex = 1;
- //
- // button_Enter
- //
- this.button_Enter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
- this.button_Enter.Location = new System.Drawing.Point(486, 63);
- this.button_Enter.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.button_Enter.Name = "button_Enter";
- this.button_Enter.Size = new System.Drawing.Size(80, 33);
- 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);
- //
- // statusStrip1
- //
- this.statusStrip1.BackColor = System.Drawing.Color.DodgerBlue;
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 139);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(584, 22);
- this.statusStrip1.TabIndex = 3;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.White;
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(212, 17);
- this.toolStripStatusLabel1.Text = "版权所有:武汉天腾动力科技有限公司";
- //
- // 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.statusStrip1);
- this.Controls.Add(this.button_Enter);
- this.Controls.Add(this.textBox_Code);
- 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, 6, 6, 6);
- this.MaximizeBox = false;
- this.Name = "Scan";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "扫码";
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button_Enter;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- public System.Windows.Forms.TextBox textBox_Code;
- }
- }
|