Scan.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace Welling_Motor_Debug_Tool
  2. {
  3. partial class Scan
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Scan));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox_Code = new System.Windows.Forms.TextBox();
  31. this.button_Enter = new System.Windows.Forms.Button();
  32. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  33. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.statusStrip1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Location = new System.Drawing.Point(208, 23);
  41. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(88, 25);
  44. this.label1.TabIndex = 0;
  45. this.label1.Text = "扫描标签";
  46. //
  47. // textBox_Code
  48. //
  49. this.textBox_Code.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  50. this.textBox_Code.Location = new System.Drawing.Point(28, 63);
  51. this.textBox_Code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  52. this.textBox_Code.Name = "textBox_Code";
  53. this.textBox_Code.Size = new System.Drawing.Size(449, 33);
  54. this.textBox_Code.TabIndex = 1;
  55. //
  56. // button_Enter
  57. //
  58. this.button_Enter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  59. this.button_Enter.Location = new System.Drawing.Point(486, 63);
  60. this.button_Enter.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  61. this.button_Enter.Name = "button_Enter";
  62. this.button_Enter.Size = new System.Drawing.Size(80, 33);
  63. this.button_Enter.TabIndex = 2;
  64. this.button_Enter.Text = "确认";
  65. this.button_Enter.UseVisualStyleBackColor = false;
  66. this.button_Enter.Click += new System.EventHandler(this.button_Enter_Click);
  67. //
  68. // statusStrip1
  69. //
  70. this.statusStrip1.BackColor = System.Drawing.Color.DodgerBlue;
  71. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  72. this.toolStripStatusLabel1});
  73. this.statusStrip1.Location = new System.Drawing.Point(0, 139);
  74. this.statusStrip1.Name = "statusStrip1";
  75. this.statusStrip1.Size = new System.Drawing.Size(584, 22);
  76. this.statusStrip1.TabIndex = 3;
  77. this.statusStrip1.Text = "statusStrip1";
  78. //
  79. // toolStripStatusLabel1
  80. //
  81. this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.White;
  82. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  83. this.toolStripStatusLabel1.Size = new System.Drawing.Size(212, 17);
  84. this.toolStripStatusLabel1.Text = "版权所有:武汉天腾动力科技有限公司";
  85. //
  86. // Scan
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  91. this.ClientSize = new System.Drawing.Size(584, 161);
  92. this.Controls.Add(this.statusStrip1);
  93. this.Controls.Add(this.button_Enter);
  94. this.Controls.Add(this.textBox_Code);
  95. this.Controls.Add(this.label1);
  96. this.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  98. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  99. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  100. this.MaximizeBox = false;
  101. this.Name = "Scan";
  102. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  103. this.Text = "扫码";
  104. this.statusStrip1.ResumeLayout(false);
  105. this.statusStrip1.PerformLayout();
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private System.Windows.Forms.Label label1;
  111. private System.Windows.Forms.Button button_Enter;
  112. private System.Windows.Forms.StatusStrip statusStrip1;
  113. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  114. public System.Windows.Forms.TextBox textBox_Code;
  115. }
  116. }