OQC_PlanMaintain_NEW.designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. namespace UAS_MES_NEW.OQC
  2. {
  3. partial class OQC_PlanMaintain_NEW
  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(OQC_PlanMaintain_NEW));
  29. this.ms_sncode_label = new System.Windows.Forms.Label();
  30. this.ob_prodcode_label = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pr_detail_label = new System.Windows.Forms.Label();
  33. this.pr_detail = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  35. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  36. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  37. this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.CheckTypeDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  39. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.ob_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  46. this.ChooseAll = new UAS_MES_NEW.CustomControl.ButtonUtil.ChooseAllButton();
  47. this.ob_reworkcode = new System.Windows.Forms.Label();
  48. this.ob_source = new System.Windows.Forms.Label();
  49. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // ms_sncode_label
  53. //
  54. this.ms_sncode_label.AutoSize = true;
  55. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.ms_sncode_label.Location = new System.Drawing.Point(43, 35);
  57. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  58. this.ms_sncode_label.Name = "ms_sncode_label";
  59. this.ms_sncode_label.Size = new System.Drawing.Size(114, 41);
  60. this.ms_sncode_label.TabIndex = 152;
  61. this.ms_sncode_label.Text = "序列号";
  62. //
  63. // ob_prodcode_label
  64. //
  65. this.ob_prodcode_label.AutoSize = true;
  66. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.ob_prodcode_label.Location = new System.Drawing.Point(523, 33);
  68. this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.ob_prodcode_label.Name = "ob_prodcode_label";
  70. this.ob_prodcode_label.Size = new System.Drawing.Size(146, 41);
  71. this.ob_prodcode_label.TabIndex = 163;
  72. this.ob_prodcode_label.Text = "产品编号";
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label1.Location = new System.Drawing.Point(1512, 30);
  79. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(146, 41);
  82. this.label1.TabIndex = 186;
  83. this.label1.Text = "检验方案";
  84. //
  85. // pr_detail_label
  86. //
  87. this.pr_detail_label.AutoSize = true;
  88. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.pr_detail_label.Location = new System.Drawing.Point(1009, 33);
  90. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  91. this.pr_detail_label.Name = "pr_detail_label";
  92. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  93. this.pr_detail_label.TabIndex = 188;
  94. this.pr_detail_label.Text = "产品名称";
  95. //
  96. // pr_detail
  97. //
  98. this.pr_detail.AllPower = null;
  99. this.pr_detail.BackColor = System.Drawing.Color.White;
  100. this.pr_detail.Enabled = false;
  101. this.pr_detail.ID = null;
  102. this.pr_detail.Location = new System.Drawing.Point(1169, 33);
  103. this.pr_detail.Margin = new System.Windows.Forms.Padding(4);
  104. this.pr_detail.Name = "pr_detail";
  105. this.pr_detail.Power = null;
  106. this.pr_detail.ReadOnly = true;
  107. this.pr_detail.Size = new System.Drawing.Size(268, 35);
  108. this.pr_detail.Str = null;
  109. this.pr_detail.Str1 = null;
  110. this.pr_detail.Str2 = null;
  111. this.pr_detail.TabIndex = 189;
  112. this.pr_detail.Tag = "NoAuto";
  113. //
  114. // pr_code
  115. //
  116. this.pr_code.AllPower = null;
  117. this.pr_code.Caller = null;
  118. this.pr_code.Condition = null;
  119. this.pr_code.DBTitle = null;
  120. this.pr_code.FormName = null;
  121. this.pr_code.Location = new System.Drawing.Point(1688, 30);
  122. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  123. this.pr_code.Name = "pr_code";
  124. this.pr_code.Power = null;
  125. this.pr_code.ReturnData = null;
  126. this.pr_code.SelectField = null;
  127. this.pr_code.SetValueField = null;
  128. this.pr_code.Size = new System.Drawing.Size(300, 42);
  129. this.pr_code.TabIndex = 187;
  130. this.pr_code.TableName = null;
  131. this.pr_code.Tag = "ob_projectcode";
  132. this.pr_code.TextBoxEnable = false;
  133. this.pr_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ob_projectcode_UserControlTextChanged);
  134. //
  135. // OperateResult
  136. //
  137. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.OperateResult.Location = new System.Drawing.Point(1554, 149);
  139. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  140. this.OperateResult.Name = "OperateResult";
  141. this.OperateResult.Size = new System.Drawing.Size(462, 921);
  142. this.OperateResult.TabIndex = 177;
  143. this.OperateResult.Text = "";
  144. //
  145. // Clean
  146. //
  147. this.Clean.AllPower = null;
  148. this.Clean.BackColor = System.Drawing.Color.Transparent;
  149. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  150. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  152. this.Clean.IsShowBorder = true;
  153. this.Clean.Location = new System.Drawing.Point(1718, 1100);
  154. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  155. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  156. this.Clean.Name = "Clean";
  157. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  158. this.Clean.Power = null;
  159. this.Clean.Size = new System.Drawing.Size(136, 48);
  160. this.Clean.TabIndex = 176;
  161. this.Clean.Tag = "";
  162. this.Clean.Text = "清除";
  163. this.Clean.UseVisualStyleBackColor = true;
  164. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  165. //
  166. // Save
  167. //
  168. this.Save.AllPower = "ifall";
  169. this.Save.BackColor = System.Drawing.Color.Transparent;
  170. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  171. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  173. this.Save.IsShowBorder = true;
  174. this.Save.Location = new System.Drawing.Point(736, 1100);
  175. this.Save.Margin = new System.Windows.Forms.Padding(6);
  176. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  177. this.Save.Name = "Save";
  178. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  179. this.Save.Power = "ifread";
  180. this.Save.Size = new System.Drawing.Size(140, 48);
  181. this.Save.TabIndex = 168;
  182. this.Save.Tag = "";
  183. this.Save.Text = "保存";
  184. this.Save.UseVisualStyleBackColor = true;
  185. this.Save.Click += new System.EventHandler(this.Save_Click);
  186. //
  187. // CheckTypeDGV
  188. //
  189. this.CheckTypeDGV.AllowUserToAddRows = false;
  190. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  191. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  192. this.Choose,
  193. this.oi_id,
  194. this.ci_id,
  195. this.ci_kind,
  196. this.oi_sampleqty});
  197. this.CheckTypeDGV.EnableContentClick = true;
  198. this.CheckTypeDGV.Location = new System.Drawing.Point(50, 149);
  199. this.CheckTypeDGV.Margin = new System.Windows.Forms.Padding(6);
  200. this.CheckTypeDGV.Name = "CheckTypeDGV";
  201. this.CheckTypeDGV.RowHeadersWidth = 82;
  202. this.CheckTypeDGV.RowTemplate.Height = 23;
  203. this.CheckTypeDGV.Size = new System.Drawing.Size(1490, 925);
  204. this.CheckTypeDGV.TabIndex = 167;
  205. //
  206. // Choose
  207. //
  208. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  209. this.Choose.DataPropertyName = "Choose";
  210. this.Choose.HeaderText = "勾选";
  211. this.Choose.MinimumWidth = 10;
  212. this.Choose.Name = "Choose";
  213. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  214. this.Choose.Width = 60;
  215. //
  216. // oi_id
  217. //
  218. this.oi_id.DataPropertyName = "oi_id";
  219. this.oi_id.HeaderText = "oi_id";
  220. this.oi_id.MinimumWidth = 10;
  221. this.oi_id.Name = "oi_id";
  222. this.oi_id.Visible = false;
  223. this.oi_id.Width = 200;
  224. //
  225. // ci_id
  226. //
  227. this.ci_id.DataPropertyName = "ci_id";
  228. this.ci_id.HeaderText = "ci_id";
  229. this.ci_id.MinimumWidth = 10;
  230. this.ci_id.Name = "ci_id";
  231. this.ci_id.ReadOnly = true;
  232. this.ci_id.Visible = false;
  233. this.ci_id.Width = 200;
  234. //
  235. // ci_kind
  236. //
  237. this.ci_kind.DataPropertyName = "ci_kind";
  238. this.ci_kind.HeaderText = "检验类型";
  239. this.ci_kind.MinimumWidth = 10;
  240. this.ci_kind.Name = "ci_kind";
  241. this.ci_kind.ReadOnly = true;
  242. this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  243. this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  244. this.ci_kind.Width = 150;
  245. //
  246. // oi_sampleqty
  247. //
  248. this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
  249. this.oi_sampleqty.HeaderText = "样本数量";
  250. this.oi_sampleqty.MinimumWidth = 10;
  251. this.oi_sampleqty.Name = "oi_sampleqty";
  252. this.oi_sampleqty.ReadOnly = true;
  253. this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  254. this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  255. this.oi_sampleqty.Width = 150;
  256. //
  257. // ob_prodcode
  258. //
  259. this.ob_prodcode.AllPower = null;
  260. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  261. this.ob_prodcode.Enabled = false;
  262. this.ob_prodcode.ID = null;
  263. this.ob_prodcode.Location = new System.Drawing.Point(683, 33);
  264. this.ob_prodcode.Margin = new System.Windows.Forms.Padding(6);
  265. this.ob_prodcode.Name = "ob_prodcode";
  266. this.ob_prodcode.Power = null;
  267. this.ob_prodcode.Size = new System.Drawing.Size(268, 35);
  268. this.ob_prodcode.Str = null;
  269. this.ob_prodcode.Str1 = null;
  270. this.ob_prodcode.Str2 = null;
  271. this.ob_prodcode.TabIndex = 164;
  272. this.ob_prodcode.Tag = "NoAuto";
  273. //
  274. // ms_sncode
  275. //
  276. this.ms_sncode.AllPower = null;
  277. this.ms_sncode.BackColor = System.Drawing.Color.White;
  278. this.ms_sncode.ID = null;
  279. this.ms_sncode.Location = new System.Drawing.Point(201, 39);
  280. this.ms_sncode.Margin = new System.Windows.Forms.Padding(6);
  281. this.ms_sncode.Name = "ms_sncode";
  282. this.ms_sncode.Power = null;
  283. this.ms_sncode.Size = new System.Drawing.Size(268, 35);
  284. this.ms_sncode.Str = null;
  285. this.ms_sncode.Str1 = null;
  286. this.ms_sncode.Str2 = null;
  287. this.ms_sncode.TabIndex = 153;
  288. this.ms_sncode.Tag = "NoAuto";
  289. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  290. //
  291. // ChooseAll
  292. //
  293. this.ChooseAll.Location = new System.Drawing.Point(50, 94);
  294. this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
  295. this.ChooseAll.Name = "ChooseAll";
  296. this.ChooseAll.Size = new System.Drawing.Size(76, 36);
  297. this.ChooseAll.TabIndex = 194;
  298. this.ChooseAll.Text = "全选";
  299. this.ChooseAll.UseVisualStyleBackColor = true;
  300. //
  301. // ob_reworkcode
  302. //
  303. this.ob_reworkcode.AutoSize = true;
  304. this.ob_reworkcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.ob_reworkcode.Location = new System.Drawing.Point(1592, 372);
  306. this.ob_reworkcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  307. this.ob_reworkcode.Name = "ob_reworkcode";
  308. this.ob_reworkcode.Size = new System.Drawing.Size(0, 41);
  309. this.ob_reworkcode.TabIndex = 195;
  310. this.ob_reworkcode.Visible = false;
  311. //
  312. // ob_source
  313. //
  314. this.ob_source.AutoSize = true;
  315. this.ob_source.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.ob_source.Location = new System.Drawing.Point(1592, 316);
  317. this.ob_source.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  318. this.ob_source.Name = "ob_source";
  319. this.ob_source.Size = new System.Drawing.Size(0, 41);
  320. this.ob_source.TabIndex = 196;
  321. this.ob_source.Visible = false;
  322. //
  323. // OQC_PlanMaintain_NEW
  324. //
  325. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  326. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  327. this.ClientSize = new System.Drawing.Size(2044, 1166);
  328. this.Controls.Add(this.ob_source);
  329. this.Controls.Add(this.ob_reworkcode);
  330. this.Controls.Add(this.ChooseAll);
  331. this.Controls.Add(this.pr_detail);
  332. this.Controls.Add(this.pr_detail_label);
  333. this.Controls.Add(this.pr_code);
  334. this.Controls.Add(this.label1);
  335. this.Controls.Add(this.OperateResult);
  336. this.Controls.Add(this.Clean);
  337. this.Controls.Add(this.Save);
  338. this.Controls.Add(this.CheckTypeDGV);
  339. this.Controls.Add(this.ob_prodcode);
  340. this.Controls.Add(this.ob_prodcode_label);
  341. this.Controls.Add(this.ms_sncode);
  342. this.Controls.Add(this.ms_sncode_label);
  343. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  344. this.Margin = new System.Windows.Forms.Padding(6);
  345. this.Name = "OQC_PlanMaintain_NEW";
  346. this.Tag = "OQC!PlanMaintain";
  347. this.Text = "抽样计划维护";
  348. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OQC_PlanMaintain_FormClosing);
  349. this.Load += new System.EventHandler(this.抽样计划维护_Load);
  350. this.SizeChanged += new System.EventHandler(this.抽样计划维护_SizeChanged);
  351. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
  352. this.ResumeLayout(false);
  353. this.PerformLayout();
  354. }
  355. #endregion
  356. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  357. private System.Windows.Forms.Label ms_sncode_label;
  358. private CustomControl.TextBoxWithIcon.EnterTextBox ob_prodcode;
  359. private System.Windows.Forms.Label ob_prodcode_label;
  360. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CheckTypeDGV;
  361. private CustomControl.ButtonUtil.NormalButton Save;
  362. private CustomControl.ButtonUtil.NormalButton Clean;
  363. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  364. private System.Windows.Forms.Label label1;
  365. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  366. private System.Windows.Forms.Label pr_detail_label;
  367. private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
  368. private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
  369. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  370. private System.Windows.Forms.DataGridViewTextBoxColumn oi_id;
  371. private System.Windows.Forms.DataGridViewTextBoxColumn ci_id;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
  374. private System.Windows.Forms.Label ob_reworkcode;
  375. private System.Windows.Forms.Label ob_source;
  376. }
  377. }