F_PM_3103.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3103
  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_3103));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  35. this.cbSelectTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  36. this.txtDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  37. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  45. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  48. this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.gbSelect.SuspendLayout();
  55. this.tsrOperate.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // gbSelect
  60. //
  61. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  62. | System.Windows.Forms.AnchorStyles.Right)));
  63. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  64. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  65. this.gbSelect.Controls.Add(this.cbSelectTime);
  66. this.gbSelect.Controls.Add(this.txtDateEnd);
  67. this.gbSelect.Controls.Add(this.lblTo);
  68. this.gbSelect.Controls.Add(this.txtDateStart);
  69. this.gbSelect.Controls.Add(this.txtBarCode);
  70. this.gbSelect.Controls.Add(this.lblBarCode);
  71. this.gbSelect.Controls.Add(this.btnClearCondition);
  72. this.gbSelect.Controls.Add(this.btnSearch);
  73. this.gbSelect.Controls.Add(this.lblGroutingLineName);
  74. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  76. this.gbSelect.IsMustInput = false;
  77. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  78. this.gbSelect.Name = "gbSelect";
  79. this.gbSelect.OriginalHeight = -1;
  80. this.gbSelect.Size = new System.Drawing.Size(934, 76);
  81. this.gbSelect.TabIndex = 1;
  82. this.gbSelect.TabStop = false;
  83. this.gbSelect.Text = "查询条件 ▼";
  84. //
  85. // cbSelectTime
  86. //
  87. this.cbSelectTime.AutoSize = true;
  88. this.cbSelectTime.Checked = true;
  89. this.cbSelectTime.CheckState = System.Windows.Forms.CheckState.Checked;
  90. this.cbSelectTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.cbSelectTime.Location = new System.Drawing.Point(213, 25);
  92. this.cbSelectTime.Name = "cbSelectTime";
  93. this.cbSelectTime.Size = new System.Drawing.Size(72, 16);
  94. this.cbSelectTime.TabIndex = 6;
  95. this.cbSelectTime.Text = "注浆时间";
  96. this.cbSelectTime.UseVisualStyleBackColor = true;
  97. this.cbSelectTime.CheckedChanged += new System.EventHandler(this.cbSelectTime_CheckedChanged);
  98. //
  99. // txtDateEnd
  100. //
  101. this.txtDateEnd.CustomFormat = "yyyy-MM-dd ";
  102. this.txtDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.txtDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  104. this.txtDateEnd.Location = new System.Drawing.Point(407, 19);
  105. this.txtDateEnd.Name = "txtDateEnd";
  106. this.txtDateEnd.ShowUpDown = true;
  107. this.txtDateEnd.Size = new System.Drawing.Size(86, 21);
  108. this.txtDateEnd.TabIndex = 9;
  109. this.txtDateEnd.Value = new System.DateTime(2024, 6, 19, 0, 0, 0, 0);
  110. //
  111. // lblTo
  112. //
  113. this.lblTo.AutoSize = true;
  114. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  115. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  117. this.lblTo.Location = new System.Drawing.Point(384, 26);
  118. this.lblTo.Name = "lblTo";
  119. this.lblTo.Size = new System.Drawing.Size(17, 12);
  120. this.lblTo.TabIndex = 8;
  121. this.lblTo.Text = "至";
  122. //
  123. // txtDateStart
  124. //
  125. this.txtDateStart.CustomFormat = "yyyy-MM-dd ";
  126. this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  128. this.txtDateStart.Location = new System.Drawing.Point(291, 20);
  129. this.txtDateStart.Name = "txtDateStart";
  130. this.txtDateStart.ShowUpDown = true;
  131. this.txtDateStart.Size = new System.Drawing.Size(87, 21);
  132. this.txtDateStart.TabIndex = 7;
  133. this.txtDateStart.Value = new System.DateTime(2024, 6, 19, 0, 0, 0, 0);
  134. //
  135. // txtBarCode
  136. //
  137. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  138. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  139. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  140. this.txtBarCode.ErrorMessage = "";
  141. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.txtBarCode.Location = new System.Drawing.Point(75, 20);
  143. this.txtBarCode.MaxLength = 11;
  144. this.txtBarCode.Name = "txtBarCode";
  145. this.txtBarCode.Size = new System.Drawing.Size(120, 21);
  146. this.txtBarCode.TabIndex = 2;
  147. //
  148. // lblBarCode
  149. //
  150. this.lblBarCode.AutoSize = true;
  151. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  152. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  154. this.lblBarCode.Location = new System.Drawing.Point(18, 24);
  155. this.lblBarCode.Name = "lblBarCode";
  156. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  157. this.lblBarCode.TabIndex = 1;
  158. this.lblBarCode.Text = "成型工号";
  159. //
  160. // btnClearCondition
  161. //
  162. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  163. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  164. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  165. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  167. this.btnClearCondition.Location = new System.Drawing.Point(843, 41);
  168. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  169. this.btnClearCondition.Name = "btnClearCondition";
  170. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  171. this.btnClearCondition.TabIndex = 15;
  172. this.btnClearCondition.Text = "清空条件(&C)";
  173. this.btnClearCondition.UseVisualStyleBackColor = false;
  174. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  175. //
  176. // btnSearch
  177. //
  178. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  179. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  180. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  181. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.btnSearch.ForeColor = System.Drawing.Color.White;
  183. this.btnSearch.Location = new System.Drawing.Point(752, 41);
  184. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  185. this.btnSearch.Name = "btnSearch";
  186. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  187. this.btnSearch.TabIndex = 14;
  188. this.btnSearch.Text = "查询(&Q)";
  189. this.btnSearch.UseVisualStyleBackColor = false;
  190. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  191. //
  192. // lblGroutingLineName
  193. //
  194. this.lblGroutingLineName.AutoSize = true;
  195. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  196. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  198. this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
  199. this.lblGroutingLineName.Name = "lblGroutingLineName";
  200. this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
  201. this.lblGroutingLineName.TabIndex = 3;
  202. //
  203. // tsrOperate
  204. //
  205. this.tsrOperate.AutoSize = false;
  206. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  207. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  208. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  210. this.toolStripSeparator1,
  211. this.tsbtnAdaptive,
  212. this.tsbtnClose});
  213. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  214. this.tsrOperate.Name = "tsrOperate";
  215. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  216. this.tsrOperate.ShowItemToolTips = false;
  217. this.tsrOperate.Size = new System.Drawing.Size(946, 35);
  218. this.tsrOperate.TabIndex = 0;
  219. //
  220. // toolStripSeparator1
  221. //
  222. this.toolStripSeparator1.AutoSize = false;
  223. this.toolStripSeparator1.Name = "toolStripSeparator1";
  224. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  225. //
  226. // tsbtnAdaptive
  227. //
  228. this.tsbtnAdaptive.AutoSize = false;
  229. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  231. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  232. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  233. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  234. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  235. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  236. //
  237. // tsbtnClose
  238. //
  239. this.tsbtnClose.AutoSize = false;
  240. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  242. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  243. this.tsbtnClose.Name = "tsbtnClose";
  244. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  245. this.tsbtnClose.Text = "关闭(&X)";
  246. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  247. //
  248. // dgvScrapProduct
  249. //
  250. this.dgvScrapProduct.AllowUserToAddRows = false;
  251. this.dgvScrapProduct.AllowUserToDeleteRows = false;
  252. this.dgvScrapProduct.AllowUserToModifyRows = true;
  253. this.dgvScrapProduct.AllowUserToOrderColumns = true;
  254. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  255. this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  256. this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  257. | System.Windows.Forms.AnchorStyles.Left)
  258. | System.Windows.Forms.AnchorStyles.Right)));
  259. this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  260. this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  261. this.dgvScrapProduct.CellHeight = 23;
  262. this.dgvScrapProduct.ChildNodeColumnName = null;
  263. this.dgvScrapProduct.ChildNodeColumnText = null;
  264. this.dgvScrapProduct.ColumnDeep = 1;
  265. this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  266. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  267. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  268. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  270. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  271. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  272. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  273. this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  274. this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  275. this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  276. this.BarCode,
  277. this.GoodsCode,
  278. this.GroutingDate,
  279. this.USERCODE,
  280. this.GroutingMouldCode});
  281. this.dgvScrapProduct.ColumnTreeView = null;
  282. 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)));
  283. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  284. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  285. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  287. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  288. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  289. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  290. this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle4;
  291. this.dgvScrapProduct.DynamicColumnName = "";
  292. this.dgvScrapProduct.EnableHeadersVisualStyles = false;
  293. this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.dgvScrapProduct.FormatQuantityColumns = null;
  295. this.dgvScrapProduct.HasNode = false;
  296. this.dgvScrapProduct.HorizontalMergeColumn = null;
  297. this.dgvScrapProduct.IsAutoCountSum = true;
  298. this.dgvScrapProduct.IsAutoResizeColumns = false;
  299. this.dgvScrapProduct.IsClickF12 = false;
  300. this.dgvScrapProduct.IsOpenMergeCellFlag = false;
  301. this.dgvScrapProduct.IsSubTotalFlag = false;
  302. this.dgvScrapProduct.IsTopDeep = false;
  303. this.dgvScrapProduct.Location = new System.Drawing.Point(0, 120);
  304. this.dgvScrapProduct.MergeColumnNames = null;
  305. this.dgvScrapProduct.MergeDetailColumnNames = null;
  306. this.dgvScrapProduct.MergeDetailOnlyColumn = null;
  307. this.dgvScrapProduct.MergeOnlyColumn = null;
  308. this.dgvScrapProduct.Name = "dgvScrapProduct";
  309. this.dgvScrapProduct.ReadOnly = true;
  310. this.dgvScrapProduct.RefreshAtHscroll = false;
  311. this.dgvScrapProduct.RowHeadersWidth = 50;
  312. this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  313. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  314. this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle5;
  315. this.dgvScrapProduct.RowTemplate.Height = 21;
  316. this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  317. this.dgvScrapProduct.Size = new System.Drawing.Size(934, 386);
  318. this.dgvScrapProduct.SortOrderColumnName = null;
  319. this.dgvScrapProduct.TabIndex = 2;
  320. this.dgvScrapProduct.Tag = true;
  321. this.dgvScrapProduct.TotalSumColumns = null;
  322. this.dgvScrapProduct.ViewRowFilter = "";
  323. this.dgvScrapProduct.VirtualMode = true;
  324. this.dgvScrapProduct.VirtualNodes = false;
  325. //
  326. // BarCode
  327. //
  328. this.BarCode.DataPropertyName = "BarCode";
  329. this.BarCode.HeaderText = "产品条码";
  330. this.BarCode.Name = "BarCode";
  331. this.BarCode.ReadOnly = true;
  332. //
  333. // GoodsCode
  334. //
  335. this.GoodsCode.DataPropertyName = "GoodsCode";
  336. this.GoodsCode.HeaderText = "产品编码";
  337. this.GoodsCode.Name = "GoodsCode";
  338. this.GoodsCode.ReadOnly = true;
  339. //
  340. // GroutingDate
  341. //
  342. this.GroutingDate.DataPropertyName = "GroutingDate";
  343. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  344. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  345. dataGridViewCellStyle3.NullValue = null;
  346. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  347. this.GroutingDate.HeaderText = "注浆日期";
  348. this.GroutingDate.Name = "GroutingDate";
  349. this.GroutingDate.ReadOnly = true;
  350. //
  351. // USERCODE
  352. //
  353. this.USERCODE.DataPropertyName = "USERCODE";
  354. this.USERCODE.HeaderText = "成型工号";
  355. this.USERCODE.Name = "USERCODE";
  356. this.USERCODE.ReadOnly = true;
  357. //
  358. // GroutingMouldCode
  359. //
  360. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  361. this.GroutingMouldCode.HeaderText = "模具编号";
  362. this.GroutingMouldCode.Name = "GroutingMouldCode";
  363. this.GroutingMouldCode.ReadOnly = true;
  364. //
  365. // F_PM_3103
  366. //
  367. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  368. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  369. this.ClientSize = new System.Drawing.Size(946, 509);
  370. this.Controls.Add(this.dgvScrapProduct);
  371. this.Controls.Add(this.tsrOperate);
  372. this.Controls.Add(this.gbSelect);
  373. this.Name = "F_PM_3103";
  374. this.Text = "品保抽查";
  375. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3103_FormClosed);
  376. this.Load += new System.EventHandler(this.F_PM_3103_Load);
  377. this.gbSelect.ResumeLayout(false);
  378. this.gbSelect.PerformLayout();
  379. this.tsrOperate.ResumeLayout(false);
  380. this.tsrOperate.PerformLayout();
  381. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
  382. this.ResumeLayout(false);
  383. }
  384. #endregion
  385. private Basics.BaseControls.C_GroupBox gbSelect;
  386. private Basics.BaseControls.C_Button btnClearCondition;
  387. private Basics.BaseControls.C_Button btnSearch;
  388. private Basics.BaseControls.C_Label lblGroutingLineName;
  389. private Basics.BaseControls.C_DateTimePicker txtDateEnd;
  390. private Basics.BaseControls.C_Label lblTo;
  391. private Basics.BaseControls.C_DateTimePicker txtDateStart;
  392. private Basics.BaseControls.C_TextBox txtBarCode;
  393. private Basics.BaseControls.C_Label lblBarCode;
  394. private Basics.BaseControls.C_ToolStrip tsrOperate;
  395. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  396. private System.Windows.Forms.ToolStripButton tsbtnClose;
  397. private Basics.BaseControls.C_DataGridView dgvScrapProduct;
  398. private Basics.BaseControls.C_CheckBox cbSelectTime;
  399. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  400. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  403. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
  404. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  405. }
  406. }