Make_CheckQrcode.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CheckQrcode
  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(Make_CheckQrcode));
  29. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.Pallet_label = new System.Windows.Forms.Label();
  31. this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  32. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  33. this.qrcode = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.SN = new System.Windows.Forms.TextBox();
  37. this.SuspendLayout();
  38. //
  39. // Split
  40. //
  41. this.Split.AllPower = null;
  42. this.Split.BackColor = System.Drawing.Color.Transparent;
  43. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  44. this.Split.Image = null;
  45. this.Split.IsShowBorder = true;
  46. this.Split.Location = new System.Drawing.Point(91, 246);
  47. this.Split.Margin = new System.Windows.Forms.Padding(2);
  48. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  49. this.Split.Name = "Split";
  50. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  51. this.Split.Power = null;
  52. this.Split.Size = new System.Drawing.Size(56, 22);
  53. this.Split.TabIndex = 0;
  54. this.Split.Text = "清空数据";
  55. this.Split.UseVisualStyleBackColor = false;
  56. this.Split.Click += new System.EventHandler(this.Split_Click);
  57. //
  58. // Pallet_label
  59. //
  60. this.Pallet_label.AutoSize = true;
  61. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.Pallet_label.Location = new System.Drawing.Point(18, 131);
  63. this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  64. this.Pallet_label.Name = "Pallet_label";
  65. this.Pallet_label.Size = new System.Drawing.Size(58, 21);
  66. this.Pallet_label.TabIndex = 1;
  67. this.Pallet_label.Text = "录入框";
  68. //
  69. // input
  70. //
  71. this.input.AllPower = null;
  72. this.input.BackColor = System.Drawing.Color.White;
  73. this.input.ID = null;
  74. this.input.Location = new System.Drawing.Point(91, 133);
  75. this.input.Margin = new System.Windows.Forms.Padding(2);
  76. this.input.Name = "input";
  77. this.input.Power = null;
  78. this.input.Size = new System.Drawing.Size(200, 21);
  79. this.input.Str = null;
  80. this.input.Str1 = null;
  81. this.input.Str2 = null;
  82. this.input.TabIndex = 2;
  83. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.checkno_KeyDown);
  84. //
  85. // OperatResult
  86. //
  87. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.OperatResult.Location = new System.Drawing.Point(422, 59);
  89. this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
  90. this.OperatResult.Name = "OperatResult";
  91. this.OperatResult.Size = new System.Drawing.Size(204, 310);
  92. this.OperatResult.TabIndex = 3;
  93. this.OperatResult.Text = "";
  94. //
  95. // qrcode
  96. //
  97. this.qrcode.Location = new System.Drawing.Point(91, 201);
  98. this.qrcode.Name = "qrcode";
  99. this.qrcode.ReadOnly = true;
  100. this.qrcode.Size = new System.Drawing.Size(310, 21);
  101. this.qrcode.TabIndex = 4;
  102. //
  103. // label1
  104. //
  105. this.label1.AutoSize = true;
  106. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.label1.Location = new System.Drawing.Point(18, 201);
  108. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  109. this.label1.Name = "label1";
  110. this.label1.Size = new System.Drawing.Size(58, 21);
  111. this.label1.TabIndex = 5;
  112. this.label1.Text = "二维码";
  113. //
  114. // label2
  115. //
  116. this.label2.AutoSize = true;
  117. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.label2.Location = new System.Drawing.Point(18, 166);
  119. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  120. this.label2.Name = "label2";
  121. this.label2.Size = new System.Drawing.Size(32, 21);
  122. this.label2.TabIndex = 7;
  123. this.label2.Text = "SN";
  124. //
  125. // SN
  126. //
  127. this.SN.Location = new System.Drawing.Point(91, 166);
  128. this.SN.Name = "SN";
  129. this.SN.ReadOnly = true;
  130. this.SN.Size = new System.Drawing.Size(212, 21);
  131. this.SN.TabIndex = 6;
  132. //
  133. // Make_CheckQrcode
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137. this.ClientSize = new System.Drawing.Size(692, 400);
  138. this.Controls.Add(this.label2);
  139. this.Controls.Add(this.SN);
  140. this.Controls.Add(this.label1);
  141. this.Controls.Add(this.qrcode);
  142. this.Controls.Add(this.OperatResult);
  143. this.Controls.Add(this.input);
  144. this.Controls.Add(this.Pallet_label);
  145. this.Controls.Add(this.Split);
  146. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  147. this.Margin = new System.Windows.Forms.Padding(2);
  148. this.Name = "Make_CheckQrcode";
  149. this.Tag = "Make!CheckQrcode";
  150. this.Text = "二维码检查";
  151. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  152. this.ResumeLayout(false);
  153. this.PerformLayout();
  154. }
  155. #endregion
  156. private CustomControl.ButtonUtil.NormalButton Split;
  157. private System.Windows.Forms.Label Pallet_label;
  158. private CustomControl.TextBoxWithIcon.EnterTextBox input;
  159. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  160. private System.Windows.Forms.TextBox qrcode;
  161. private System.Windows.Forms.Label label1;
  162. private System.Windows.Forms.Label label2;
  163. private System.Windows.Forms.TextBox SN;
  164. }
  165. }