F_RPT_080112.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080112
  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_RPT_080112));
  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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  37. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  38. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtRecordDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  44. this.txtRecordDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  45. this.lblRecordDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dgvPinGuanDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GROUTINGLINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.WORKSTATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.INSPECTIONLEVEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.PACKINGDEFECT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.INSPECTIONGOODSLEVEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GOODSLEVELNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Defect = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.VALUEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.lblWorkStation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.txtUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  63. this.cbworkStation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  64. this.tsrOperate.SuspendLayout();
  65. this.c_GroupBox1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvPinGuanDetail)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // tsrOperate
  70. //
  71. this.tsrOperate.AutoSize = false;
  72. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  73. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.tsbtnAdaptive,
  76. this.tsbtnClose});
  77. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  78. this.tsrOperate.Name = "tsrOperate";
  79. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  80. this.tsrOperate.ShowItemToolTips = false;
  81. this.tsrOperate.Size = new System.Drawing.Size(1184, 35);
  82. this.tsrOperate.TabIndex = 0;
  83. //
  84. // tsbtnAdaptive
  85. //
  86. this.tsbtnAdaptive.AutoSize = false;
  87. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  89. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  90. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  91. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  92. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  93. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  94. //
  95. // tsbtnClose
  96. //
  97. this.tsbtnClose.AutoSize = false;
  98. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  100. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.tsbtnClose.Name = "tsbtnClose";
  102. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  103. this.tsbtnClose.Text = "关闭(&X)";
  104. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  105. //
  106. // c_GroupBox1
  107. //
  108. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  111. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  112. this.c_GroupBox1.Controls.Add(this.cbworkStation);
  113. this.c_GroupBox1.Controls.Add(this.txtUser);
  114. this.c_GroupBox1.Controls.Add(this.lblUser);
  115. this.c_GroupBox1.Controls.Add(this.lblWorkStation);
  116. this.c_GroupBox1.Controls.Add(this.btnClearCondition);
  117. this.c_GroupBox1.Controls.Add(this.btnSearch);
  118. this.c_GroupBox1.Controls.Add(this.txtBarcode);
  119. this.c_GroupBox1.Controls.Add(this.lblBarcode);
  120. this.c_GroupBox1.Controls.Add(this.c_Label1);
  121. this.c_GroupBox1.Controls.Add(this.txtRecordDateEnd);
  122. this.c_GroupBox1.Controls.Add(this.txtRecordDateStart);
  123. this.c_GroupBox1.Controls.Add(this.lblRecordDate);
  124. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  126. this.c_GroupBox1.IsMustInput = false;
  127. this.c_GroupBox1.Location = new System.Drawing.Point(0, 38);
  128. this.c_GroupBox1.Name = "c_GroupBox1";
  129. this.c_GroupBox1.OriginalHeight = -1;
  130. this.c_GroupBox1.Size = new System.Drawing.Size(1172, 51);
  131. this.c_GroupBox1.TabIndex = 1;
  132. this.c_GroupBox1.TabStop = false;
  133. this.c_GroupBox1.Text = "查询条件 ▼";
  134. //
  135. // btnClearCondition
  136. //
  137. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  138. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  139. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  140. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  142. this.btnClearCondition.Location = new System.Drawing.Point(1081, 15);
  143. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  144. this.btnClearCondition.Name = "btnClearCondition";
  145. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  146. this.btnClearCondition.TabIndex = 8;
  147. this.btnClearCondition.Text = "清空条件(&C)";
  148. this.btnClearCondition.UseVisualStyleBackColor = false;
  149. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  150. //
  151. // btnSearch
  152. //
  153. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  154. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  155. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  156. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.btnSearch.ForeColor = System.Drawing.Color.White;
  158. this.btnSearch.Location = new System.Drawing.Point(990, 15);
  159. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  160. this.btnSearch.Name = "btnSearch";
  161. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  162. this.btnSearch.TabIndex = 7;
  163. this.btnSearch.Text = "查询(&Q)";
  164. this.btnSearch.UseVisualStyleBackColor = false;
  165. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  166. //
  167. // txtBarcode
  168. //
  169. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  170. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  171. this.txtBarcode.ErrorMessage = "";
  172. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.txtBarcode.Location = new System.Drawing.Point(70, 20);
  174. this.txtBarcode.MaxLength = 500;
  175. this.txtBarcode.Name = "txtBarcode";
  176. this.txtBarcode.Size = new System.Drawing.Size(116, 21);
  177. this.txtBarcode.TabIndex = 6;
  178. //
  179. // lblBarcode
  180. //
  181. this.lblBarcode.AutoSize = true;
  182. this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
  183. this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.lblBarcode.ForeColor = System.Drawing.SystemColors.ControlText;
  185. this.lblBarcode.Location = new System.Drawing.Point(12, 24);
  186. this.lblBarcode.Name = "lblBarcode";
  187. this.lblBarcode.Size = new System.Drawing.Size(53, 12);
  188. this.lblBarcode.TabIndex = 5;
  189. this.lblBarcode.Text = "产品条码";
  190. //
  191. // c_Label1
  192. //
  193. this.c_Label1.AutoSize = true;
  194. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  195. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  197. this.c_Label1.Location = new System.Drawing.Point(756, 23);
  198. this.c_Label1.Name = "c_Label1";
  199. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  200. this.c_Label1.TabIndex = 3;
  201. this.c_Label1.Text = "至";
  202. //
  203. // txtRecordDateEnd
  204. //
  205. this.txtRecordDateEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  206. this.txtRecordDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.txtRecordDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  208. this.txtRecordDateEnd.Location = new System.Drawing.Point(779, 19);
  209. this.txtRecordDateEnd.Name = "txtRecordDateEnd";
  210. this.txtRecordDateEnd.Size = new System.Drawing.Size(153, 21);
  211. this.txtRecordDateEnd.TabIndex = 4;
  212. //
  213. // txtRecordDateStart
  214. //
  215. this.txtRecordDateStart.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  216. this.txtRecordDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.txtRecordDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  218. this.txtRecordDateStart.Location = new System.Drawing.Point(592, 19);
  219. this.txtRecordDateStart.Name = "txtRecordDateStart";
  220. this.txtRecordDateStart.Size = new System.Drawing.Size(158, 21);
  221. this.txtRecordDateStart.TabIndex = 2;
  222. //
  223. // lblRecordDate
  224. //
  225. this.lblRecordDate.AutoSize = true;
  226. this.lblRecordDate.BackColor = System.Drawing.Color.Transparent;
  227. this.lblRecordDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.lblRecordDate.ForeColor = System.Drawing.SystemColors.ControlText;
  229. this.lblRecordDate.Location = new System.Drawing.Point(533, 23);
  230. this.lblRecordDate.Name = "lblRecordDate";
  231. this.lblRecordDate.Size = new System.Drawing.Size(53, 12);
  232. this.lblRecordDate.TabIndex = 1;
  233. this.lblRecordDate.Text = "记录日期";
  234. //
  235. // dgvPinGuanDetail
  236. //
  237. this.dgvPinGuanDetail.AllowUserToAddRows = false;
  238. this.dgvPinGuanDetail.AllowUserToDeleteRows = false;
  239. this.dgvPinGuanDetail.AllowUserToModifyRows = true;
  240. this.dgvPinGuanDetail.AllowUserToOrderColumns = true;
  241. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  242. this.dgvPinGuanDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  243. this.dgvPinGuanDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  244. | System.Windows.Forms.AnchorStyles.Left)
  245. | System.Windows.Forms.AnchorStyles.Right)));
  246. this.dgvPinGuanDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  247. this.dgvPinGuanDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  248. this.dgvPinGuanDetail.CellHeight = 23;
  249. this.dgvPinGuanDetail.ChildNodeColumnName = null;
  250. this.dgvPinGuanDetail.ChildNodeColumnText = null;
  251. this.dgvPinGuanDetail.ColumnDeep = 1;
  252. this.dgvPinGuanDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  253. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  254. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  255. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  257. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  258. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  259. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  260. this.dgvPinGuanDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  261. this.dgvPinGuanDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  262. this.dgvPinGuanDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  263. this.BarCode,
  264. this.GOODSCODE,
  265. this.GROUTINGLINECODE,
  266. this.WORKSTATION,
  267. this.USERNAME,
  268. this.USERCODE,
  269. this.CREATETIME,
  270. this.INSPECTIONLEVEL,
  271. this.PACKINGDEFECT,
  272. this.INSPECTIONGOODSLEVEL,
  273. this.GOODSLEVELNAME,
  274. this.Defect,
  275. this.VALUEFLAG});
  276. this.dgvPinGuanDetail.ColumnTreeView = null;
  277. this.dgvPinGuanDetail.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)));
  278. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  279. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  280. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  282. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  283. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  284. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  285. this.dgvPinGuanDetail.DefaultCellStyle = dataGridViewCellStyle4;
  286. this.dgvPinGuanDetail.DynamicColumnName = "";
  287. this.dgvPinGuanDetail.EnableHeadersVisualStyles = false;
  288. this.dgvPinGuanDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.dgvPinGuanDetail.FormatQuantityColumns = null;
  290. this.dgvPinGuanDetail.HasNode = false;
  291. this.dgvPinGuanDetail.HorizontalMergeColumn = null;
  292. this.dgvPinGuanDetail.IsAutoCountSum = true;
  293. this.dgvPinGuanDetail.IsAutoResizeColumns = false;
  294. this.dgvPinGuanDetail.IsClickF12 = false;
  295. this.dgvPinGuanDetail.IsOpenMergeCellFlag = false;
  296. this.dgvPinGuanDetail.IsSubTotalFlag = false;
  297. this.dgvPinGuanDetail.IsTopDeep = false;
  298. this.dgvPinGuanDetail.Location = new System.Drawing.Point(0, 95);
  299. this.dgvPinGuanDetail.MergeColumnNames = null;
  300. this.dgvPinGuanDetail.MergeDetailColumnNames = null;
  301. this.dgvPinGuanDetail.MergeDetailOnlyColumn = null;
  302. this.dgvPinGuanDetail.MergeOnlyColumn = null;
  303. this.dgvPinGuanDetail.MultiSelect = false;
  304. this.dgvPinGuanDetail.Name = "dgvPinGuanDetail";
  305. this.dgvPinGuanDetail.ReadOnly = true;
  306. this.dgvPinGuanDetail.RefreshAtHscroll = false;
  307. this.dgvPinGuanDetail.RowHeadersWidth = 50;
  308. this.dgvPinGuanDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  309. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  310. this.dgvPinGuanDetail.RowsDefaultCellStyle = dataGridViewCellStyle5;
  311. this.dgvPinGuanDetail.RowTemplate.Height = 21;
  312. this.dgvPinGuanDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  313. this.dgvPinGuanDetail.Size = new System.Drawing.Size(1172, 553);
  314. this.dgvPinGuanDetail.SortOrderColumnName = null;
  315. this.dgvPinGuanDetail.TabIndex = 2;
  316. this.dgvPinGuanDetail.Tag = true;
  317. this.dgvPinGuanDetail.TotalSumColumns = null;
  318. this.dgvPinGuanDetail.ViewRowFilter = "";
  319. this.dgvPinGuanDetail.VirtualMode = true;
  320. this.dgvPinGuanDetail.VirtualNodes = false;
  321. //
  322. // BarCode
  323. //
  324. this.BarCode.DataPropertyName = "BarCode";
  325. this.BarCode.HeaderText = "产品条码";
  326. this.BarCode.Name = "BarCode";
  327. this.BarCode.ReadOnly = true;
  328. //
  329. // GOODSCODE
  330. //
  331. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  332. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm";
  333. this.GOODSCODE.DefaultCellStyle = dataGridViewCellStyle3;
  334. this.GOODSCODE.HeaderText = "产品编码";
  335. this.GOODSCODE.Name = "GOODSCODE";
  336. this.GOODSCODE.ReadOnly = true;
  337. this.GOODSCODE.Width = 150;
  338. //
  339. // GROUTINGLINECODE
  340. //
  341. this.GROUTINGLINECODE.DataPropertyName = "GROUTINGLINECODE";
  342. this.GROUTINGLINECODE.HeaderText = "成型线号";
  343. this.GROUTINGLINECODE.Name = "GROUTINGLINECODE";
  344. this.GROUTINGLINECODE.ReadOnly = true;
  345. this.GROUTINGLINECODE.Width = 200;
  346. //
  347. // WORKSTATION
  348. //
  349. this.WORKSTATION.DataPropertyName = "WORKSTATION";
  350. this.WORKSTATION.HeaderText = "巡检类别";
  351. this.WORKSTATION.Name = "WORKSTATION";
  352. this.WORKSTATION.ReadOnly = true;
  353. //
  354. // USERNAME
  355. //
  356. this.USERNAME.DataPropertyName = "USERNAME";
  357. this.USERNAME.HeaderText = "巡检操作人";
  358. this.USERNAME.Name = "USERNAME";
  359. this.USERNAME.ReadOnly = true;
  360. //
  361. // USERCODE
  362. //
  363. this.USERCODE.DataPropertyName = "USERCODE";
  364. this.USERCODE.HeaderText = "巡检操作账号";
  365. this.USERCODE.Name = "USERCODE";
  366. this.USERCODE.ReadOnly = true;
  367. //
  368. // CREATETIME
  369. //
  370. this.CREATETIME.DataPropertyName = "CREATETIME";
  371. this.CREATETIME.HeaderText = "巡检时间";
  372. this.CREATETIME.Name = "CREATETIME";
  373. this.CREATETIME.ReadOnly = true;
  374. //
  375. // INSPECTIONLEVEL
  376. //
  377. this.INSPECTIONLEVEL.DataPropertyName = "INSPECTIONLEVEL";
  378. this.INSPECTIONLEVEL.HeaderText = "巡检等级";
  379. this.INSPECTIONLEVEL.Name = "INSPECTIONLEVEL";
  380. this.INSPECTIONLEVEL.ReadOnly = true;
  381. //
  382. // PACKINGDEFECT
  383. //
  384. this.PACKINGDEFECT.DataPropertyName = "PACKINGDEFECT";
  385. this.PACKINGDEFECT.HeaderText = "包装缺陷";
  386. this.PACKINGDEFECT.Name = "PACKINGDEFECT";
  387. this.PACKINGDEFECT.ReadOnly = true;
  388. //
  389. // INSPECTIONGOODSLEVEL
  390. //
  391. this.INSPECTIONGOODSLEVEL.DataPropertyName = "INSPECTIONGOODSLEVEL";
  392. this.INSPECTIONGOODSLEVEL.HeaderText = "巡检产品等级";
  393. this.INSPECTIONGOODSLEVEL.Name = "INSPECTIONGOODSLEVEL";
  394. this.INSPECTIONGOODSLEVEL.ReadOnly = true;
  395. //
  396. // GOODSLEVELNAME
  397. //
  398. this.GOODSLEVELNAME.DataPropertyName = "GOODSLEVELNAME";
  399. this.GOODSLEVELNAME.HeaderText = "最终质量状态";
  400. this.GOODSLEVELNAME.Name = "GOODSLEVELNAME";
  401. this.GOODSLEVELNAME.ReadOnly = true;
  402. //
  403. // Defect
  404. //
  405. this.Defect.DataPropertyName = "Defect";
  406. this.Defect.HeaderText = "最终缺陷记录";
  407. this.Defect.Name = "Defect";
  408. this.Defect.ReadOnly = true;
  409. //
  410. // VALUEFLAG
  411. //
  412. this.VALUEFLAG.DataPropertyName = "VALUEFLAG";
  413. this.VALUEFLAG.HeaderText = "VALUEFLAG";
  414. this.VALUEFLAG.Name = "VALUEFLAG";
  415. this.VALUEFLAG.ReadOnly = true;
  416. this.VALUEFLAG.Visible = false;
  417. //
  418. // lblWorkStation
  419. //
  420. this.lblWorkStation.AutoSize = true;
  421. this.lblWorkStation.BackColor = System.Drawing.Color.Transparent;
  422. this.lblWorkStation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.lblWorkStation.ForeColor = System.Drawing.SystemColors.ControlText;
  424. this.lblWorkStation.Location = new System.Drawing.Point(194, 23);
  425. this.lblWorkStation.Name = "lblWorkStation";
  426. this.lblWorkStation.Size = new System.Drawing.Size(53, 12);
  427. this.lblWorkStation.TabIndex = 10;
  428. this.lblWorkStation.Text = "巡检类别";
  429. //
  430. // lblUser
  431. //
  432. this.lblUser.AutoSize = true;
  433. this.lblUser.BackColor = System.Drawing.Color.Transparent;
  434. this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText;
  436. this.lblUser.Location = new System.Drawing.Point(365, 23);
  437. this.lblUser.Name = "lblUser";
  438. this.lblUser.Size = new System.Drawing.Size(41, 12);
  439. this.lblUser.TabIndex = 11;
  440. this.lblUser.Text = "巡检人";
  441. //
  442. // txtUser
  443. //
  444. this.txtUser.BackColor = System.Drawing.SystemColors.Window;
  445. this.txtUser.BackgroundColor = System.Drawing.SystemColors.Window;
  446. this.txtUser.ErrorMessage = "";
  447. this.txtUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.txtUser.Location = new System.Drawing.Point(412, 19);
  449. this.txtUser.MaxLength = 500;
  450. this.txtUser.Name = "txtUser";
  451. this.txtUser.Size = new System.Drawing.Size(106, 21);
  452. this.txtUser.TabIndex = 12;
  453. //
  454. // cbworkStation
  455. //
  456. this.cbworkStation.BackColor = System.Drawing.SystemColors.Window;
  457. this.cbworkStation.BackgroundColor = System.Drawing.SystemColors.Window;
  458. this.cbworkStation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.cbworkStation.FormattingEnabled = true;
  460. this.cbworkStation.Location = new System.Drawing.Point(253, 19);
  461. this.cbworkStation.Name = "cbworkStation";
  462. this.cbworkStation.Size = new System.Drawing.Size(106, 20);
  463. this.cbworkStation.TabIndex = 38;
  464. //
  465. // F_RPT_080112
  466. //
  467. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  468. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  469. this.ClientSize = new System.Drawing.Size(1184, 650);
  470. this.Controls.Add(this.dgvPinGuanDetail);
  471. this.Controls.Add(this.c_GroupBox1);
  472. this.Controls.Add(this.tsrOperate);
  473. this.Name = "F_RPT_080112";
  474. this.Text = "F_RPT_080112";
  475. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080112_FormClosed);
  476. this.Load += new System.EventHandler(this.F_RPT_080112_Load);
  477. this.tsrOperate.ResumeLayout(false);
  478. this.tsrOperate.PerformLayout();
  479. this.c_GroupBox1.ResumeLayout(false);
  480. this.c_GroupBox1.PerformLayout();
  481. ((System.ComponentModel.ISupportInitialize)(this.dgvPinGuanDetail)).EndInit();
  482. this.ResumeLayout(false);
  483. }
  484. #endregion
  485. private Basics.BaseControls.C_ToolStrip tsrOperate;
  486. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  487. private System.Windows.Forms.ToolStripButton tsbtnClose;
  488. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  489. private Basics.BaseControls.C_Button btnClearCondition;
  490. private Basics.BaseControls.C_Button btnSearch;
  491. private Basics.BaseControls.C_TextBox txtBarcode;
  492. private Basics.BaseControls.C_Label lblBarcode;
  493. private Basics.BaseControls.C_Label c_Label1;
  494. private Basics.BaseControls.C_DateTimePicker txtRecordDateEnd;
  495. private Basics.BaseControls.C_DateTimePicker txtRecordDateStart;
  496. private Basics.BaseControls.C_Label lblRecordDate;
  497. private Basics.BaseControls.C_DataGridView dgvPinGuanDetail;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGLINECODE;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn WORKSTATION;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTIONLEVEL;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn PACKINGDEFECT;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTIONGOODSLEVEL;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSLEVELNAME;
  509. private System.Windows.Forms.DataGridViewTextBoxColumn Defect;
  510. private System.Windows.Forms.DataGridViewTextBoxColumn VALUEFLAG;
  511. private Basics.BaseControls.C_TextBox txtUser;
  512. private Basics.BaseControls.C_Label lblUser;
  513. private Basics.BaseControls.C_Label lblWorkStation;
  514. private Basics.BaseControls.C_ComboBox cbworkStation;
  515. }
  516. }