Scan.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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_Scan = new System.Windows.Forms.TextBox();
  31. this.button_Enter = new System.Windows.Forms.Button();
  32. this.button_keyboard = new System.Windows.Forms.Button();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  42. this.label1.Location = new System.Drawing.Point(15, 9);
  43. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  44. this.label1.Name = "label1";
  45. this.label1.Size = new System.Drawing.Size(74, 21);
  46. this.label1.TabIndex = 0;
  47. this.label1.Text = "请输入:";
  48. //
  49. // textBox_Scan
  50. //
  51. this.textBox_Scan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  52. this.textBox_Scan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  53. this.textBox_Scan.Location = new System.Drawing.Point(15, 63);
  54. this.textBox_Scan.Margin = new System.Windows.Forms.Padding(6);
  55. this.textBox_Scan.Name = "textBox_Scan";
  56. this.textBox_Scan.Size = new System.Drawing.Size(462, 33);
  57. this.textBox_Scan.TabIndex = 1;
  58. this.textBox_Scan.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_Scan_KeyUp);
  59. //
  60. // button_Enter
  61. //
  62. this.button_Enter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  63. this.button_Enter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.button_Enter.ForeColor = System.Drawing.Color.White;
  65. this.button_Enter.Location = new System.Drawing.Point(486, 60);
  66. this.button_Enter.Margin = new System.Windows.Forms.Padding(6);
  67. this.button_Enter.Name = "button_Enter";
  68. this.button_Enter.Size = new System.Drawing.Size(80, 38);
  69. this.button_Enter.TabIndex = 2;
  70. this.button_Enter.Text = "确认";
  71. this.button_Enter.UseVisualStyleBackColor = false;
  72. this.button_Enter.Click += new System.EventHandler(this.button_Enter_Click);
  73. //
  74. // button_keyboard
  75. //
  76. this.button_keyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  77. this.button_keyboard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.button_keyboard.ForeColor = System.Drawing.Color.White;
  79. this.button_keyboard.Location = new System.Drawing.Point(15, 105);
  80. this.button_keyboard.Name = "button_keyboard";
  81. this.button_keyboard.Size = new System.Drawing.Size(91, 43);
  82. this.button_keyboard.TabIndex = 43;
  83. this.button_keyboard.Text = "屏幕键盘";
  84. this.button_keyboard.UseVisualStyleBackColor = false;
  85. this.button_keyboard.Click += new System.EventHandler(this.button_keyboard_Click);
  86. //
  87. // pictureBox1
  88. //
  89. this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
  90. this.pictureBox1.Location = new System.Drawing.Point(430, 116);
  91. this.pictureBox1.Name = "pictureBox1";
  92. this.pictureBox1.Size = new System.Drawing.Size(136, 33);
  93. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  94. this.pictureBox1.TabIndex = 44;
  95. this.pictureBox1.TabStop = false;
  96. //
  97. // Scan
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  102. this.ClientSize = new System.Drawing.Size(584, 161);
  103. this.Controls.Add(this.pictureBox1);
  104. this.Controls.Add(this.button_keyboard);
  105. this.Controls.Add(this.button_Enter);
  106. this.Controls.Add(this.textBox_Scan);
  107. this.Controls.Add(this.label1);
  108. this.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  110. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  111. this.Margin = new System.Windows.Forms.Padding(6);
  112. this.MaximizeBox = false;
  113. this.Name = "Scan";
  114. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  115. this.Load += new System.EventHandler(this.Scan_Load);
  116. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  117. this.ResumeLayout(false);
  118. this.PerformLayout();
  119. }
  120. #endregion
  121. private System.Windows.Forms.Button button_Enter;
  122. public System.Windows.Forms.TextBox textBox_Scan;
  123. private System.Windows.Forms.Button button_keyboard;
  124. private System.Windows.Forms.PictureBox pictureBox1;
  125. public System.Windows.Forms.Label label1;
  126. }
  127. }