Special_CancelImei.Designer.cs 8.1 KB

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