F_PM_3101.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3101
  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(F_PM_3101));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.cbSelectTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  37. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.txtDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  41. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtCheckUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtGoodscode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  52. this.tsbtnSuspend = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  56. this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  57. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.checktime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.CheckUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.currprocedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ddefectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.gbSelect.SuspendLayout();
  69. this.tsrOperate.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // gbSelect
  74. //
  75. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  78. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  79. this.gbSelect.Controls.Add(this.cbSelectTime);
  80. this.gbSelect.Controls.Add(this.txtRemarks);
  81. this.gbSelect.Controls.Add(this.txtDateEnd);
  82. this.gbSelect.Controls.Add(this.lblTo);
  83. this.gbSelect.Controls.Add(this.txtDateStart);
  84. this.gbSelect.Controls.Add(this.lblRemarks);
  85. this.gbSelect.Controls.Add(this.txtCheckUser);
  86. this.gbSelect.Controls.Add(this.c_Label1);
  87. this.gbSelect.Controls.Add(this.txtGoodscode);
  88. this.gbSelect.Controls.Add(this.c_Label2);
  89. this.gbSelect.Controls.Add(this.txtBarCode);
  90. this.gbSelect.Controls.Add(this.lblBarCode);
  91. this.gbSelect.Controls.Add(this.btnClearCondition);
  92. this.gbSelect.Controls.Add(this.btnSearch);
  93. this.gbSelect.Controls.Add(this.lblGroutingLineName);
  94. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  96. this.gbSelect.IsMustInput = false;
  97. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  98. this.gbSelect.Name = "gbSelect";
  99. this.gbSelect.OriginalHeight = -1;
  100. this.gbSelect.Size = new System.Drawing.Size(934, 76);
  101. this.gbSelect.TabIndex = 1;
  102. this.gbSelect.TabStop = false;
  103. this.gbSelect.Text = "查询条件 ▼";
  104. //
  105. // cbSelectTime
  106. //
  107. this.cbSelectTime.AutoSize = true;
  108. this.cbSelectTime.Checked = true;
  109. this.cbSelectTime.CheckState = System.Windows.Forms.CheckState.Checked;
  110. this.cbSelectTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.cbSelectTime.Location = new System.Drawing.Point(384, 22);
  112. this.cbSelectTime.Name = "cbSelectTime";
  113. this.cbSelectTime.Size = new System.Drawing.Size(72, 16);
  114. this.cbSelectTime.TabIndex = 6;
  115. this.cbSelectTime.Text = "抽查时间";
  116. this.cbSelectTime.UseVisualStyleBackColor = true;
  117. this.cbSelectTime.CheckedChanged += new System.EventHandler(this.cbSelectTime_CheckedChanged);
  118. //
  119. // txtRemarks
  120. //
  121. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  122. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  123. this.txtRemarks.ErrorMessage = "";
  124. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.txtRemarks.Location = new System.Drawing.Point(260, 47);
  126. this.txtRemarks.MaxLength = 500;
  127. this.txtRemarks.Name = "txtRemarks";
  128. this.txtRemarks.Size = new System.Drawing.Size(471, 21);
  129. this.txtRemarks.TabIndex = 13;
  130. //
  131. // txtDateEnd
  132. //
  133. this.txtDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  134. this.txtDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.txtDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  136. this.txtDateEnd.Location = new System.Drawing.Point(611, 20);
  137. this.txtDateEnd.Name = "txtDateEnd";
  138. this.txtDateEnd.ShowUpDown = true;
  139. this.txtDateEnd.Size = new System.Drawing.Size(120, 21);
  140. this.txtDateEnd.TabIndex = 9;
  141. //
  142. // lblTo
  143. //
  144. this.lblTo.AutoSize = true;
  145. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  146. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  148. this.lblTo.Location = new System.Drawing.Point(588, 24);
  149. this.lblTo.Name = "lblTo";
  150. this.lblTo.Size = new System.Drawing.Size(17, 12);
  151. this.lblTo.TabIndex = 8;
  152. this.lblTo.Text = "至";
  153. //
  154. // txtDateStart
  155. //
  156. this.txtDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  157. this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  159. this.txtDateStart.Location = new System.Drawing.Point(462, 20);
  160. this.txtDateStart.Name = "txtDateStart";
  161. this.txtDateStart.ShowUpDown = true;
  162. this.txtDateStart.Size = new System.Drawing.Size(120, 21);
  163. this.txtDateStart.TabIndex = 7;
  164. //
  165. // lblRemarks
  166. //
  167. this.lblRemarks.AutoSize = true;
  168. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  169. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  171. this.lblRemarks.Location = new System.Drawing.Point(201, 51);
  172. this.lblRemarks.Name = "lblRemarks";
  173. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  174. this.lblRemarks.TabIndex = 12;
  175. this.lblRemarks.Text = "抽查结果";
  176. //
  177. // txtCheckUser
  178. //
  179. this.txtCheckUser.BackColor = System.Drawing.SystemColors.Window;
  180. this.txtCheckUser.BackgroundColor = System.Drawing.SystemColors.Window;
  181. this.txtCheckUser.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  182. this.txtCheckUser.ErrorMessage = "";
  183. this.txtCheckUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.txtCheckUser.Location = new System.Drawing.Point(75, 47);
  185. this.txtCheckUser.MaxLength = 100;
  186. this.txtCheckUser.Name = "txtCheckUser";
  187. this.txtCheckUser.Size = new System.Drawing.Size(120, 21);
  188. this.txtCheckUser.TabIndex = 11;
  189. //
  190. // c_Label1
  191. //
  192. this.c_Label1.AutoSize = true;
  193. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  194. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.c_Label1.Location = new System.Drawing.Point(18, 51);
  197. this.c_Label1.Name = "c_Label1";
  198. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  199. this.c_Label1.TabIndex = 10;
  200. this.c_Label1.Text = "抽查工号";
  201. //
  202. // txtGoodscode
  203. //
  204. this.txtGoodscode.BackColor = System.Drawing.SystemColors.Window;
  205. this.txtGoodscode.BackgroundColor = System.Drawing.SystemColors.Window;
  206. this.txtGoodscode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  207. this.txtGoodscode.ErrorMessage = "";
  208. this.txtGoodscode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.txtGoodscode.Location = new System.Drawing.Point(258, 20);
  210. this.txtGoodscode.MaxLength = 100;
  211. this.txtGoodscode.Name = "txtGoodscode";
  212. this.txtGoodscode.Size = new System.Drawing.Size(120, 21);
  213. this.txtGoodscode.TabIndex = 5;
  214. //
  215. // c_Label2
  216. //
  217. this.c_Label2.AutoSize = true;
  218. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  219. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  221. this.c_Label2.Location = new System.Drawing.Point(201, 24);
  222. this.c_Label2.Name = "c_Label2";
  223. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  224. this.c_Label2.TabIndex = 4;
  225. this.c_Label2.Text = "产品编码";
  226. //
  227. // txtBarCode
  228. //
  229. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  230. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  231. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  232. this.txtBarCode.ErrorMessage = "";
  233. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.txtBarCode.Location = new System.Drawing.Point(75, 20);
  235. this.txtBarCode.MaxLength = 11;
  236. this.txtBarCode.Name = "txtBarCode";
  237. this.txtBarCode.Size = new System.Drawing.Size(120, 21);
  238. this.txtBarCode.TabIndex = 2;
  239. //
  240. // lblBarCode
  241. //
  242. this.lblBarCode.AutoSize = true;
  243. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  244. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  246. this.lblBarCode.Location = new System.Drawing.Point(18, 24);
  247. this.lblBarCode.Name = "lblBarCode";
  248. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  249. this.lblBarCode.TabIndex = 1;
  250. this.lblBarCode.Text = "产品条码";
  251. //
  252. // btnClearCondition
  253. //
  254. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  255. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  256. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  257. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  259. this.btnClearCondition.Location = new System.Drawing.Point(843, 41);
  260. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  261. this.btnClearCondition.Name = "btnClearCondition";
  262. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  263. this.btnClearCondition.TabIndex = 15;
  264. this.btnClearCondition.Text = "清空条件(&C)";
  265. this.btnClearCondition.UseVisualStyleBackColor = false;
  266. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  267. //
  268. // btnSearch
  269. //
  270. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  271. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  272. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  273. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.btnSearch.ForeColor = System.Drawing.Color.White;
  275. this.btnSearch.Location = new System.Drawing.Point(752, 41);
  276. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  277. this.btnSearch.Name = "btnSearch";
  278. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  279. this.btnSearch.TabIndex = 14;
  280. this.btnSearch.Text = "查询(&Q)";
  281. this.btnSearch.UseVisualStyleBackColor = false;
  282. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  283. //
  284. // lblGroutingLineName
  285. //
  286. this.lblGroutingLineName.AutoSize = true;
  287. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  288. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  290. this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
  291. this.lblGroutingLineName.Name = "lblGroutingLineName";
  292. this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
  293. this.lblGroutingLineName.TabIndex = 3;
  294. //
  295. // tsrOperate
  296. //
  297. this.tsrOperate.AutoSize = false;
  298. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  299. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  300. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  302. this.tsbtnSuspend,
  303. this.toolStripSeparator1,
  304. this.tsbtnAdaptive,
  305. this.tsbtnClose});
  306. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  307. this.tsrOperate.Name = "tsrOperate";
  308. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  309. this.tsrOperate.ShowItemToolTips = false;
  310. this.tsrOperate.Size = new System.Drawing.Size(946, 35);
  311. this.tsrOperate.TabIndex = 0;
  312. //
  313. // tsbtnSuspend
  314. //
  315. this.tsbtnSuspend.AutoSize = false;
  316. this.tsbtnSuspend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.tsbtnSuspend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  318. this.tsbtnSuspend.ImageTransparentColor = System.Drawing.Color.Magenta;
  319. this.tsbtnSuspend.Name = "tsbtnSuspend";
  320. this.tsbtnSuspend.Size = new System.Drawing.Size(60, 25);
  321. this.tsbtnSuspend.Text = "抽查";
  322. this.tsbtnSuspend.Click += new System.EventHandler(this.tsbtnSuspend_Click);
  323. //
  324. // toolStripSeparator1
  325. //
  326. this.toolStripSeparator1.AutoSize = false;
  327. this.toolStripSeparator1.Name = "toolStripSeparator1";
  328. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  329. //
  330. // tsbtnAdaptive
  331. //
  332. this.tsbtnAdaptive.AutoSize = false;
  333. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  335. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  336. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  337. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  338. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  339. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  340. //
  341. // tsbtnClose
  342. //
  343. this.tsbtnClose.AutoSize = false;
  344. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  346. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  347. this.tsbtnClose.Name = "tsbtnClose";
  348. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  349. this.tsbtnClose.Text = "关闭(&X)";
  350. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  351. //
  352. // dgvScrapProduct
  353. //
  354. this.dgvScrapProduct.AllowUserToAddRows = false;
  355. this.dgvScrapProduct.AllowUserToDeleteRows = false;
  356. this.dgvScrapProduct.AllowUserToModifyRows = true;
  357. this.dgvScrapProduct.AllowUserToOrderColumns = true;
  358. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  359. this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  360. this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  361. | System.Windows.Forms.AnchorStyles.Left)
  362. | System.Windows.Forms.AnchorStyles.Right)));
  363. this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  364. this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  365. this.dgvScrapProduct.CellHeight = 23;
  366. this.dgvScrapProduct.ChildNodeColumnName = null;
  367. this.dgvScrapProduct.ChildNodeColumnText = null;
  368. this.dgvScrapProduct.ColumnDeep = 1;
  369. this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  370. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  371. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  372. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  374. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  375. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  376. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  377. this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  378. this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  379. this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  380. this.BarCode,
  381. this.GoodsCode,
  382. this.GroutingDate,
  383. this.GroutingUserCode,
  384. this.GroutingMouldCode,
  385. this.procedurename,
  386. this.checktime,
  387. this.CheckUserCode,
  388. this.remarks,
  389. this.currprocedurename,
  390. this.ddefectcode});
  391. this.dgvScrapProduct.ColumnTreeView = null;
  392. this.dgvScrapProduct.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  393. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  394. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  395. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  397. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  398. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  399. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  400. this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle5;
  401. this.dgvScrapProduct.DynamicColumnName = "";
  402. this.dgvScrapProduct.EnableHeadersVisualStyles = false;
  403. this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.dgvScrapProduct.FormatQuantityColumns = null;
  405. this.dgvScrapProduct.HorizontalMergeColumn = null;
  406. this.dgvScrapProduct.IsAutoCountSum = true;
  407. this.dgvScrapProduct.IsAutoResizeColumns = false;
  408. this.dgvScrapProduct.IsClickF12 = false;
  409. this.dgvScrapProduct.IsOpenMergeCellFlag = false;
  410. this.dgvScrapProduct.IsSubTotalFlag = false;
  411. this.dgvScrapProduct.IsTopDeep = false;
  412. this.dgvScrapProduct.Location = new System.Drawing.Point(0, 120);
  413. this.dgvScrapProduct.MergeColumnNames = null;
  414. this.dgvScrapProduct.MergeDetailColumnNames = null;
  415. this.dgvScrapProduct.MergeDetailOnlyColumn = null;
  416. this.dgvScrapProduct.MergeOnlyColumn = null;
  417. this.dgvScrapProduct.Name = "dgvScrapProduct";
  418. this.dgvScrapProduct.ReadOnly = true;
  419. this.dgvScrapProduct.RefreshAtHscroll = false;
  420. this.dgvScrapProduct.RowHeadersWidth = 50;
  421. this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  422. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  423. this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle6;
  424. this.dgvScrapProduct.RowTemplate.Height = 21;
  425. this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  426. this.dgvScrapProduct.Size = new System.Drawing.Size(934, 386);
  427. this.dgvScrapProduct.SortOrderColumnName = null;
  428. this.dgvScrapProduct.TabIndex = 2;
  429. this.dgvScrapProduct.Tag = true;
  430. this.dgvScrapProduct.TotalSumColumns = null;
  431. this.dgvScrapProduct.ViewRowFilter = "";
  432. this.dgvScrapProduct.VirtualMode = true;
  433. //
  434. // BarCode
  435. //
  436. this.BarCode.DataPropertyName = "BarCode";
  437. this.BarCode.HeaderText = "产品条码";
  438. this.BarCode.Name = "BarCode";
  439. this.BarCode.ReadOnly = true;
  440. //
  441. // GoodsCode
  442. //
  443. this.GoodsCode.DataPropertyName = "GoodsCode";
  444. this.GoodsCode.HeaderText = "产品编码";
  445. this.GoodsCode.Name = "GoodsCode";
  446. this.GoodsCode.ReadOnly = true;
  447. //
  448. // GroutingDate
  449. //
  450. this.GroutingDate.DataPropertyName = "GroutingDate";
  451. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  452. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  453. dataGridViewCellStyle3.NullValue = null;
  454. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  455. this.GroutingDate.HeaderText = "注浆日期";
  456. this.GroutingDate.Name = "GroutingDate";
  457. this.GroutingDate.ReadOnly = true;
  458. //
  459. // GroutingUserCode
  460. //
  461. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  462. this.GroutingUserCode.HeaderText = "成型工号";
  463. this.GroutingUserCode.Name = "GroutingUserCode";
  464. this.GroutingUserCode.ReadOnly = true;
  465. //
  466. // GroutingMouldCode
  467. //
  468. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  469. this.GroutingMouldCode.HeaderText = "模具编号";
  470. this.GroutingMouldCode.Name = "GroutingMouldCode";
  471. this.GroutingMouldCode.ReadOnly = true;
  472. //
  473. // procedurename
  474. //
  475. this.procedurename.DataPropertyName = "procedurename";
  476. this.procedurename.HeaderText = "抽查工序";
  477. this.procedurename.Name = "procedurename";
  478. this.procedurename.ReadOnly = true;
  479. //
  480. // checktime
  481. //
  482. this.checktime.DataPropertyName = "checktime";
  483. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  484. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  485. this.checktime.DefaultCellStyle = dataGridViewCellStyle4;
  486. this.checktime.HeaderText = "抽查时间";
  487. this.checktime.Name = "checktime";
  488. this.checktime.ReadOnly = true;
  489. //
  490. // CheckUserCode
  491. //
  492. this.CheckUserCode.DataPropertyName = "CheckUserCode";
  493. this.CheckUserCode.HeaderText = "抽查工号";
  494. this.CheckUserCode.Name = "CheckUserCode";
  495. this.CheckUserCode.ReadOnly = true;
  496. //
  497. // remarks
  498. //
  499. this.remarks.DataPropertyName = "remarks";
  500. this.remarks.HeaderText = "抽查结果";
  501. this.remarks.Name = "remarks";
  502. this.remarks.ReadOnly = true;
  503. //
  504. // currprocedurename
  505. //
  506. this.currprocedurename.DataPropertyName = "currprocedurename";
  507. this.currprocedurename.HeaderText = "当前工序";
  508. this.currprocedurename.Name = "currprocedurename";
  509. this.currprocedurename.ReadOnly = true;
  510. //
  511. // ddefectcode
  512. //
  513. this.ddefectcode.DataPropertyName = "ddefectcode";
  514. this.ddefectcode.HeaderText = "成检缺陷";
  515. this.ddefectcode.Name = "ddefectcode";
  516. this.ddefectcode.ReadOnly = true;
  517. //
  518. // F_PM_3101
  519. //
  520. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  521. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  522. this.ClientSize = new System.Drawing.Size(946, 509);
  523. this.Controls.Add(this.dgvScrapProduct);
  524. this.Controls.Add(this.tsrOperate);
  525. this.Controls.Add(this.gbSelect);
  526. this.Name = "F_PM_3101";
  527. this.Text = "品保抽查";
  528. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3101_FormClosed);
  529. this.Load += new System.EventHandler(this.F_PM_3101_Load);
  530. this.gbSelect.ResumeLayout(false);
  531. this.gbSelect.PerformLayout();
  532. this.tsrOperate.ResumeLayout(false);
  533. this.tsrOperate.PerformLayout();
  534. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
  535. this.ResumeLayout(false);
  536. }
  537. #endregion
  538. private Basics.BaseControls.C_GroupBox gbSelect;
  539. private Basics.BaseControls.C_Button btnClearCondition;
  540. private Basics.BaseControls.C_Button btnSearch;
  541. private Basics.BaseControls.C_Label lblGroutingLineName;
  542. private Basics.BaseControls.C_TextBox txtRemarks;
  543. private Basics.BaseControls.C_DateTimePicker txtDateEnd;
  544. private Basics.BaseControls.C_Label lblTo;
  545. private Basics.BaseControls.C_DateTimePicker txtDateStart;
  546. private Basics.BaseControls.C_Label lblRemarks;
  547. private Basics.BaseControls.C_TextBox txtBarCode;
  548. private Basics.BaseControls.C_Label lblBarCode;
  549. private Basics.BaseControls.C_ToolStrip tsrOperate;
  550. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  551. private System.Windows.Forms.ToolStripButton tsbtnClose;
  552. private Basics.BaseControls.C_DataGridView dgvScrapProduct;
  553. private Basics.BaseControls.C_CheckBox cbSelectTime;
  554. private System.Windows.Forms.ToolStripButton tsbtnSuspend;
  555. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  556. private Basics.BaseControls.C_TextBox txtCheckUser;
  557. private Basics.BaseControls.C_Label c_Label1;
  558. private Basics.BaseControls.C_TextBox txtGoodscode;
  559. private Basics.BaseControls.C_Label c_Label2;
  560. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  561. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn checktime;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn CheckUserCode;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn remarks;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn currprocedurename;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn ddefectcode;
  571. }
  572. }