Scan.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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(11, 23);
  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. //
  59. // button_Enter
  60. //
  61. this.button_Enter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  62. this.button_Enter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.button_Enter.ForeColor = System.Drawing.Color.White;
  64. this.button_Enter.Location = new System.Drawing.Point(486, 60);
  65. this.button_Enter.Margin = new System.Windows.Forms.Padding(6);
  66. this.button_Enter.Name = "button_Enter";
  67. this.button_Enter.Size = new System.Drawing.Size(80, 38);
  68. this.button_Enter.TabIndex = 2;
  69. this.button_Enter.Text = "确认";
  70. this.button_Enter.UseVisualStyleBackColor = false;
  71. this.button_Enter.Click += new System.EventHandler(this.button_Enter_Click);
  72. //
  73. // button_keyboard
  74. //
  75. this.button_keyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  76. this.button_keyboard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.button_keyboard.ForeColor = System.Drawing.Color.White;
  78. this.button_keyboard.Location = new System.Drawing.Point(15, 105);
  79. this.button_keyboard.Name = "button_keyboard";
  80. this.button_keyboard.Size = new System.Drawing.Size(91, 43);
  81. this.button_keyboard.TabIndex = 43;
  82. this.button_keyboard.Text = "屏幕键盘";
  83. this.button_keyboard.UseVisualStyleBackColor = false;
  84. this.button_keyboard.Click += new System.EventHandler(this.button_keyboard_Click);
  85. //
  86. // pictureBox1
  87. //
  88. this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
  89. this.pictureBox1.Location = new System.Drawing.Point(430, 116);
  90. this.pictureBox1.Name = "pictureBox1";
  91. this.pictureBox1.Size = new System.Drawing.Size(136, 33);
  92. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  93. this.pictureBox1.TabIndex = 44;
  94. this.pictureBox1.TabStop = false;
  95. //
  96. // Scan
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  101. this.ClientSize = new System.Drawing.Size(584, 161);
  102. this.Controls.Add(this.pictureBox1);
  103. this.Controls.Add(this.button_keyboard);
  104. this.Controls.Add(this.button_Enter);
  105. this.Controls.Add(this.textBox_Scan);
  106. this.Controls.Add(this.label1);
  107. this.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  109. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  110. this.Margin = new System.Windows.Forms.Padding(6);
  111. this.MaximizeBox = false;
  112. this.Name = "Scan";
  113. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  114. this.Text = "输入";
  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.Label label1;
  122. private System.Windows.Forms.Button button_Enter;
  123. public System.Windows.Forms.TextBox textBox_Scan;
  124. private System.Windows.Forms.Button button_keyboard;
  125. private System.Windows.Forms.PictureBox pictureBox1;
  126. }
  127. }