Special_CancelCollectionWN.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_CancelCollectionWN
  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_CancelCollectionWN));
  29. this.pr_detail = new System.Windows.Forms.Label();
  30. this.label6 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  35. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  36. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  37. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.Release = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.SuspendLayout();
  40. //
  41. // pr_detail
  42. //
  43. this.pr_detail.AutoSize = true;
  44. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.pr_detail.Location = new System.Drawing.Point(219, 343);
  46. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  47. this.pr_detail.Name = "pr_detail";
  48. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  49. this.pr_detail.TabIndex = 237;
  50. //
  51. // label6
  52. //
  53. this.label6.AutoSize = true;
  54. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.label6.Location = new System.Drawing.Point(41, 343);
  56. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  57. this.label6.Name = "label6";
  58. this.label6.Size = new System.Drawing.Size(146, 41);
  59. this.label6.TabIndex = 236;
  60. this.label6.Text = "产品名称";
  61. //
  62. // label2
  63. //
  64. this.label2.AutoSize = true;
  65. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label2.Location = new System.Drawing.Point(41, 220);
  67. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(146, 41);
  70. this.label2.TabIndex = 233;
  71. this.label2.Text = "工单编号";
  72. //
  73. // label5
  74. //
  75. this.label5.AutoSize = true;
  76. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label5.Location = new System.Drawing.Point(41, 278);
  78. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  79. this.label5.Name = "label5";
  80. this.label5.Size = new System.Drawing.Size(146, 41);
  81. this.label5.TabIndex = 232;
  82. this.label5.Text = "产品代码";
  83. //
  84. // pr_code
  85. //
  86. this.pr_code.AllPower = null;
  87. this.pr_code.BackColor = System.Drawing.Color.White;
  88. this.pr_code.Enabled = false;
  89. this.pr_code.ID = null;
  90. this.pr_code.Location = new System.Drawing.Point(226, 287);
  91. this.pr_code.Name = "pr_code";
  92. this.pr_code.Power = null;
  93. this.pr_code.Size = new System.Drawing.Size(388, 35);
  94. this.pr_code.Str = null;
  95. this.pr_code.Str1 = null;
  96. this.pr_code.Str2 = null;
  97. this.pr_code.TabIndex = 235;
  98. //
  99. // ma_code
  100. //
  101. this.ma_code.AllPower = "IFALL";
  102. this.ma_code.Caller = null;
  103. this.ma_code.Condition = null;
  104. this.ma_code.DBTitle = "";
  105. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  106. this.ma_code.FormName = null;
  107. this.ma_code.Location = new System.Drawing.Point(226, 220);
  108. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  109. this.ma_code.Name = "ma_code";
  110. this.ma_code.Power = "";
  111. this.ma_code.ReturnData = null;
  112. this.ma_code.SelectField = null;
  113. this.ma_code.SetValueField = null;
  114. this.ma_code.Size = new System.Drawing.Size(409, 46);
  115. this.ma_code.TabIndex = 234;
  116. this.ma_code.TableName = null;
  117. this.ma_code.Tag = "makecode";
  118. this.ma_code.TextBoxEnable = true;
  119. //
  120. // Clean
  121. //
  122. this.Clean.AllPower = null;
  123. this.Clean.BackColor = System.Drawing.Color.Transparent;
  124. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  125. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  126. this.Clean.IsShowBorder = true;
  127. this.Clean.Location = new System.Drawing.Point(1002, 659);
  128. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  129. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  130. this.Clean.Name = "Clean";
  131. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  132. this.Clean.Power = null;
  133. this.Clean.Size = new System.Drawing.Size(120, 50);
  134. this.Clean.TabIndex = 143;
  135. this.Clean.Text = "清除";
  136. this.Clean.UseVisualStyleBackColor = true;
  137. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  138. //
  139. // OperateResult
  140. //
  141. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.OperateResult.Location = new System.Drawing.Point(832, 26);
  143. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  144. this.OperateResult.Name = "OperateResult";
  145. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  146. this.OperateResult.TabIndex = 142;
  147. this.OperateResult.Text = "";
  148. //
  149. // Confirm
  150. //
  151. this.Confirm.AllPower = null;
  152. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  153. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  154. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  155. this.Confirm.IsShowBorder = true;
  156. this.Confirm.Location = new System.Drawing.Point(226, 453);
  157. this.Confirm.Margin = new System.Windows.Forms.Padding(8);
  158. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  159. this.Confirm.Name = "Confirm";
  160. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  161. this.Confirm.Power = null;
  162. this.Confirm.Size = new System.Drawing.Size(120, 50);
  163. this.Confirm.TabIndex = 141;
  164. this.Confirm.Text = "冻结";
  165. this.Confirm.UseVisualStyleBackColor = true;
  166. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  167. //
  168. // Release
  169. //
  170. this.Release.AllPower = null;
  171. this.Release.BackColor = System.Drawing.Color.Transparent;
  172. this.Release.DownImage = ((System.Drawing.Image)(resources.GetObject("Release.DownImage")));
  173. this.Release.Image = ((System.Drawing.Image)(resources.GetObject("Release.Image")));
  174. this.Release.IsShowBorder = true;
  175. this.Release.Location = new System.Drawing.Point(398, 453);
  176. this.Release.Margin = new System.Windows.Forms.Padding(8);
  177. this.Release.MoveImage = ((System.Drawing.Image)(resources.GetObject("Release.MoveImage")));
  178. this.Release.Name = "Release";
  179. this.Release.NormalImage = ((System.Drawing.Image)(resources.GetObject("Release.NormalImage")));
  180. this.Release.Power = null;
  181. this.Release.Size = new System.Drawing.Size(120, 50);
  182. this.Release.TabIndex = 238;
  183. this.Release.Text = "解除";
  184. this.Release.UseVisualStyleBackColor = true;
  185. this.Release.Click += new System.EventHandler(this.Release_Click);
  186. //
  187. // Special_CancelCollectionWN
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.ClientSize = new System.Drawing.Size(1566, 802);
  192. this.Controls.Add(this.Release);
  193. this.Controls.Add(this.pr_detail);
  194. this.Controls.Add(this.label6);
  195. this.Controls.Add(this.pr_code);
  196. this.Controls.Add(this.ma_code);
  197. this.Controls.Add(this.label2);
  198. this.Controls.Add(this.label5);
  199. this.Controls.Add(this.Clean);
  200. this.Controls.Add(this.OperateResult);
  201. this.Controls.Add(this.Confirm);
  202. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  203. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  204. this.Name = "Special_CancelCollectionWN";
  205. this.Tag = "Special!CancelCollection";
  206. this.Text = "取消采集";
  207. this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
  208. this.ResumeLayout(false);
  209. this.PerformLayout();
  210. }
  211. #endregion
  212. private CustomControl.ButtonUtil.NormalButton Confirm;
  213. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  214. private CustomControl.ButtonUtil.NormalButton Clean;
  215. private System.Windows.Forms.Label pr_detail;
  216. private System.Windows.Forms.Label label6;
  217. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  218. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  219. private System.Windows.Forms.Label label2;
  220. private System.Windows.Forms.Label label5;
  221. private CustomControl.ButtonUtil.NormalButton Release;
  222. }
  223. }