Special_CancelImei.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_CancelImei
  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(Special_CancelImei));
  29. this.Pallet_label = new System.Windows.Forms.Label();
  30. this.bc_code = new System.Windows.Forms.Label();
  31. this.nr_name_label = new System.Windows.Forms.Label();
  32. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  33. this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.barcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.Reason = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  36. this.Down = new System.Windows.Forms.RadioButton();
  37. this.Up = new System.Windows.Forms.RadioButton();
  38. this.SuspendLayout();
  39. //
  40. // Pallet_label
  41. //
  42. this.Pallet_label.AutoSize = true;
  43. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.Pallet_label.Location = new System.Drawing.Point(156, 272);
  45. this.Pallet_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  46. this.Pallet_label.Name = "Pallet_label";
  47. this.Pallet_label.Size = new System.Drawing.Size(192, 41);
  48. this.Pallet_label.TabIndex = 1;
  49. this.Pallet_label.Text = "箱号/栈板号";
  50. //
  51. // bc_code
  52. //
  53. this.bc_code.AutoSize = true;
  54. this.bc_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.bc_code.ForeColor = System.Drawing.Color.Black;
  56. this.bc_code.Location = new System.Drawing.Point(1391, 507);
  57. this.bc_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  58. this.bc_code.Name = "bc_code";
  59. this.bc_code.Size = new System.Drawing.Size(0, 41);
  60. this.bc_code.TabIndex = 146;
  61. this.bc_code.Visible = false;
  62. //
  63. // nr_name_label
  64. //
  65. this.nr_name_label.AutoSize = true;
  66. this.nr_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.nr_name_label.ForeColor = System.Drawing.Color.Black;
  68. this.nr_name_label.Location = new System.Drawing.Point(255, 354);
  69. this.nr_name_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  70. this.nr_name_label.Name = "nr_name_label";
  71. this.nr_name_label.Size = new System.Drawing.Size(82, 41);
  72. this.nr_name_label.TabIndex = 141;
  73. this.nr_name_label.Text = "原因";
  74. //
  75. // OperateResult
  76. //
  77. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.OperateResult.Location = new System.Drawing.Point(791, 109);
  79. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  80. this.OperateResult.Name = "OperateResult";
  81. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  82. this.OperateResult.TabIndex = 150;
  83. this.OperateResult.Text = "";
  84. //
  85. // SaveRepairInf
  86. //
  87. this.SaveRepairInf.AllPower = "ifall";
  88. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  89. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  90. this.SaveRepairInf.Image = null;
  91. this.SaveRepairInf.IsShowBorder = true;
  92. this.SaveRepairInf.Location = new System.Drawing.Point(388, 540);
  93. this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6);
  94. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  95. this.SaveRepairInf.Name = "SaveRepairInf";
  96. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  97. this.SaveRepairInf.Power = null;
  98. this.SaveRepairInf.Size = new System.Drawing.Size(172, 48);
  99. this.SaveRepairInf.TabIndex = 145;
  100. this.SaveRepairInf.Tag = "IfRead";
  101. this.SaveRepairInf.Text = "确认";
  102. this.SaveRepairInf.UseVisualStyleBackColor = true;
  103. this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
  104. //
  105. // barcode
  106. //
  107. this.barcode.AllPower = null;
  108. this.barcode.BackColor = System.Drawing.Color.White;
  109. this.barcode.ID = null;
  110. this.barcode.Location = new System.Drawing.Point(375, 272);
  111. this.barcode.Margin = new System.Windows.Forms.Padding(4);
  112. this.barcode.Name = "barcode";
  113. this.barcode.Power = null;
  114. this.barcode.Size = new System.Drawing.Size(318, 35);
  115. this.barcode.Str = null;
  116. this.barcode.Str1 = null;
  117. this.barcode.Str2 = null;
  118. this.barcode.TabIndex = 2;
  119. this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  120. //
  121. // Reason
  122. //
  123. this.Reason.AllPower = null;
  124. this.Reason.BackColor = System.Drawing.Color.White;
  125. this.Reason.ID = null;
  126. this.Reason.Location = new System.Drawing.Point(375, 354);
  127. this.Reason.Margin = new System.Windows.Forms.Padding(4);
  128. this.Reason.Name = "Reason";
  129. this.Reason.Power = null;
  130. this.Reason.Size = new System.Drawing.Size(318, 35);
  131. this.Reason.Str = null;
  132. this.Reason.Str1 = null;
  133. this.Reason.Str2 = null;
  134. this.Reason.TabIndex = 151;
  135. //
  136. // Down
  137. //
  138. this.Down.AutoSize = true;
  139. this.Down.Checked = true;
  140. this.Down.Location = new System.Drawing.Point(375, 443);
  141. this.Down.Name = "Down";
  142. this.Down.Size = new System.Drawing.Size(89, 28);
  143. this.Down.TabIndex = 152;
  144. this.Down.TabStop = true;
  145. this.Down.Text = "冻结";
  146. this.Down.UseVisualStyleBackColor = true;
  147. //
  148. // Up
  149. //
  150. this.Up.AutoSize = true;
  151. this.Up.Location = new System.Drawing.Point(494, 443);
  152. this.Up.Name = "Up";
  153. this.Up.Size = new System.Drawing.Size(137, 28);
  154. this.Up.TabIndex = 153;
  155. this.Up.Text = "取消冻结";
  156. this.Up.UseVisualStyleBackColor = true;
  157. //
  158. // Special_CancelImei
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.ClientSize = new System.Drawing.Size(1384, 1054);
  163. this.Controls.Add(this.Up);
  164. this.Controls.Add(this.Down);
  165. this.Controls.Add(this.Reason);
  166. this.Controls.Add(this.OperateResult);
  167. this.Controls.Add(this.bc_code);
  168. this.Controls.Add(this.SaveRepairInf);
  169. this.Controls.Add(this.nr_name_label);
  170. this.Controls.Add(this.barcode);
  171. this.Controls.Add(this.Pallet_label);
  172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  173. this.Margin = new System.Windows.Forms.Padding(4);
  174. this.Name = "Special_CancelImei";
  175. this.Tag = "Special!BoxSplit";
  176. this.Text = "拆箱处理";
  177. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  178. this.ResumeLayout(true);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private System.Windows.Forms.Label Pallet_label;
  183. private CustomControl.TextBoxWithIcon.EnterTextBox barcode;
  184. private System.Windows.Forms.Label bc_code;
  185. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  186. private System.Windows.Forms.Label nr_name_label;
  187. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  188. private CustomControl.TextBoxWithIcon.EnterTextBox Reason;
  189. private System.Windows.Forms.RadioButton Down;
  190. private System.Windows.Forms.RadioButton Up;
  191. }
  192. }