F_RPT_030119.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.ReportModule
  3. {
  4. partial class F_RPT_030119
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  36. this.txtDefectCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectSearchBox();
  37. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  38. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  39. this.txtGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  40. this.txtSemiCheckUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  41. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  42. this.dkSemiCheckDefectPositionSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkSemiCheckDefectPositionSearchBox();
  43. this.txtSemiCheckDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  44. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtSemiCheckDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  46. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  50. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  52. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  53. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  54. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
  56. this.grpCollapsible1.SuspendLayout();
  57. this.tsrToolStrip1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // dgvSum
  61. //
  62. this.dgvSum.AllowUserToAddRows = false;
  63. this.dgvSum.AllowUserToDeleteRows = false;
  64. this.dgvSum.AllowUserToModifyRows = true;
  65. this.dgvSum.AllowUserToOrderColumns = true;
  66. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  67. this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  68. this.dgvSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  69. | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  72. this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  73. this.dgvSum.CellHeight = 23;
  74. this.dgvSum.ChildNodeColumnName = null;
  75. this.dgvSum.ChildNodeColumnText = null;
  76. this.dgvSum.ColumnDeep = 1;
  77. this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  78. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  79. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  80. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  82. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  83. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  84. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  85. this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  86. this.dgvSum.ColumnHeadersHeight = 29;
  87. this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  88. this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  89. this.defectcode,
  90. this.defectname});
  91. this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  92. this.dgvSum.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)));
  93. this.dgvSum.DynamicColumnName = "";
  94. this.dgvSum.EnableHeadersVisualStyles = false;
  95. this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.dgvSum.FormatQuantityColumns = null;
  97. this.dgvSum.HorizontalMergeColumn = null;
  98. this.dgvSum.IsAutoCountSum = false;
  99. this.dgvSum.IsAutoResizeColumns = false;
  100. this.dgvSum.IsClickF12 = false;
  101. this.dgvSum.IsOpenMergeCellFlag = false;
  102. this.dgvSum.IsSaveDataGridViewSetting = false;
  103. this.dgvSum.IsSubTotalFlag = false;
  104. this.dgvSum.IsTopDeep = false;
  105. this.dgvSum.Location = new System.Drawing.Point(0, 152);
  106. this.dgvSum.Margin = new System.Windows.Forms.Padding(4);
  107. this.dgvSum.MergeColumnNames = null;
  108. this.dgvSum.MergeDetailColumnNames = null;
  109. this.dgvSum.MergeDetailOnlyColumn = null;
  110. this.dgvSum.MergeOnlyColumn = null;
  111. this.dgvSum.MultiSelect = false;
  112. this.dgvSum.Name = "dgvSum";
  113. this.dgvSum.ReadOnly = true;
  114. this.dgvSum.RefreshAtHscroll = false;
  115. this.dgvSum.RowHeadersWidth = 50;
  116. this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  117. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  118. this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle6;
  119. this.dgvSum.RowTemplate.Height = 21;
  120. this.dgvSum.Size = new System.Drawing.Size(1281, 294);
  121. this.dgvSum.SortOrderColumnName = null;
  122. this.dgvSum.TabIndex = 2;
  123. this.dgvSum.Tag = "";
  124. this.dgvSum.TotalSumColumns = null;
  125. this.dgvSum.ViewRowFilter = "";
  126. //
  127. // defectcode
  128. //
  129. this.defectcode.DataPropertyName = "defectcode";
  130. this.defectcode.HeaderText = "缺陷编码";
  131. this.defectcode.MinimumWidth = 6;
  132. this.defectcode.Name = "defectcode";
  133. this.defectcode.ReadOnly = true;
  134. this.defectcode.Width = 125;
  135. //
  136. // defectname
  137. //
  138. this.defectname.DataPropertyName = "defectname";
  139. this.defectname.HeaderText = "缺陷名称";
  140. this.defectname.MinimumWidth = 6;
  141. this.defectname.Name = "defectname";
  142. this.defectname.ReadOnly = true;
  143. this.defectname.Width = 125;
  144. //
  145. // grpCollapsible1
  146. //
  147. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.grpCollapsible1.Controls.Add(this.txtDefectCode);
  150. this.grpCollapsible1.Controls.Add(this.dkProcedureSearchBox);
  151. this.grpCollapsible1.Controls.Add(this.scbGoodsType);
  152. this.grpCollapsible1.Controls.Add(this.txtGoodsCode);
  153. this.grpCollapsible1.Controls.Add(this.txtSemiCheckUserCode);
  154. this.grpCollapsible1.Controls.Add(this.txtGroutingUserCode);
  155. this.grpCollapsible1.Controls.Add(this.dkSemiCheckDefectPositionSearchBox1);
  156. this.grpCollapsible1.Controls.Add(this.txtSemiCheckDateTimeEnd);
  157. this.grpCollapsible1.Controls.Add(this.c_Label4);
  158. this.grpCollapsible1.Controls.Add(this.txtSemiCheckDateTimeStart);
  159. this.grpCollapsible1.Controls.Add(this.c_Label1);
  160. this.grpCollapsible1.Controls.Add(this.lblGoodsCode);
  161. this.grpCollapsible1.Controls.Add(this.label1);
  162. this.grpCollapsible1.Location = new System.Drawing.Point(0, 48);
  163. this.grpCollapsible1.Margin = new System.Windows.Forms.Padding(4);
  164. this.grpCollapsible1.Name = "grpCollapsible1";
  165. this.grpCollapsible1.Padding = new System.Windows.Forms.Padding(4);
  166. this.grpCollapsible1.Size = new System.Drawing.Size(1281, 98);
  167. this.grpCollapsible1.TabIndex = 1;
  168. this.grpCollapsible1.TabStop = false;
  169. this.grpCollapsible1.Text = "查询条件";
  170. //
  171. // txtDefectCode
  172. //
  173. this.txtDefectCode.DataSource = null;
  174. this.txtDefectCode.DefectFineCode = null;
  175. this.txtDefectCode.DefectIDS = null;
  176. this.txtDefectCode.Enabled = true;
  177. this.txtDefectCode.IsMustInput = false;
  178. this.txtDefectCode.Location = new System.Drawing.Point(268, 60);
  179. this.txtDefectCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  180. this.txtDefectCode.Name = "txtDefectCode";
  181. this.txtDefectCode.PurviewType = ((byte)(0));
  182. this.txtDefectCode.Size = new System.Drawing.Size(240, 26);
  183. this.txtDefectCode.TabIndex = 45;
  184. this.txtDefectCode.Title = "缺陷编码";
  185. this.txtDefectCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
  186. //
  187. // dkProcedureSearchBox
  188. //
  189. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  190. this.dkProcedureSearchBox.DataSource = null;
  191. this.dkProcedureSearchBox.Enabled = true;
  192. this.dkProcedureSearchBox.IsEnablePurview = false;
  193. this.dkProcedureSearchBox.IsMustInput = false;
  194. this.dkProcedureSearchBox.Location = new System.Drawing.Point(1014, 59);
  195. this.dkProcedureSearchBox.Margin = new System.Windows.Forms.Padding(5);
  196. this.dkProcedureSearchBox.ModelType = null;
  197. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  198. this.dkProcedureSearchBox.ProcedureCode = "";
  199. this.dkProcedureSearchBox.ProcedureID = null;
  200. this.dkProcedureSearchBox.ProcedureIDS = null;
  201. this.dkProcedureSearchBox.ProcedureName = null;
  202. this.dkProcedureSearchBox.Purview = null;
  203. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  204. this.dkProcedureSearchBox.SelectMore = true;
  205. this.dkProcedureSearchBox.Size = new System.Drawing.Size(239, 26);
  206. this.dkProcedureSearchBox.TabIndex = 44;
  207. this.dkProcedureSearchBox.Title = "返修工序";
  208. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  209. //
  210. // scbGoodsType
  211. //
  212. this.scbGoodsType.CheckedData = null;
  213. this.scbGoodsType.IsOnlyDisplayEnd = false;
  214. this.scbGoodsType.Location = new System.Drawing.Point(857, 59);
  215. this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4);
  216. this.scbGoodsType.Name = "scbGoodsType";
  217. this.scbGoodsType.Size = new System.Drawing.Size(148, 26);
  218. this.scbGoodsType.TabIndex = 43;
  219. this.scbGoodsType.ValueMember = "GOODSTYPEID";
  220. //
  221. // txtGoodsCode
  222. //
  223. this.txtGoodsCode.CheckedData = null;
  224. this.txtGoodsCode.DisplayMember = "GoodsCode";
  225. this.txtGoodsCode.Location = new System.Drawing.Point(92, 26);
  226. this.txtGoodsCode.Margin = new System.Windows.Forms.Padding(4);
  227. this.txtGoodsCode.MultiSelect = true;
  228. this.txtGoodsCode.Name = "txtGoodsCode";
  229. this.txtGoodsCode.Size = new System.Drawing.Size(167, 26);
  230. this.txtGoodsCode.TabIndex = 42;
  231. //
  232. // txtSemiCheckUserCode
  233. //
  234. this.txtSemiCheckUserCode.DataSource = null;
  235. this.txtSemiCheckUserCode.Enabled = true;
  236. this.txtSemiCheckUserCode.IsMustInput = false;
  237. this.txtSemiCheckUserCode.IsWorker = false;
  238. this.txtSemiCheckUserCode.Location = new System.Drawing.Point(19, 59);
  239. this.txtSemiCheckUserCode.Margin = new System.Windows.Forms.Padding(5);
  240. this.txtSemiCheckUserCode.Name = "txtSemiCheckUserCode";
  241. this.txtSemiCheckUserCode.PurviewType = ((byte)(0));
  242. this.txtSemiCheckUserCode.SelectMore = true;
  243. this.txtSemiCheckUserCode.Size = new System.Drawing.Size(240, 26);
  244. this.txtSemiCheckUserCode.TabIndex = 7;
  245. this.txtSemiCheckUserCode.Title = "半检工号";
  246. this.txtSemiCheckUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
  247. this.txtSemiCheckUserCode.UserCode = "";
  248. this.txtSemiCheckUserCode.UserID = null;
  249. this.txtSemiCheckUserCode.UserIDS = null;
  250. this.txtSemiCheckUserCode.UserName = null;
  251. //
  252. // txtGroutingUserCode
  253. //
  254. this.txtGroutingUserCode.DataSource = null;
  255. this.txtGroutingUserCode.Enabled = true;
  256. this.txtGroutingUserCode.IsMustInput = false;
  257. this.txtGroutingUserCode.IsWorker = false;
  258. this.txtGroutingUserCode.Location = new System.Drawing.Point(268, 25);
  259. this.txtGroutingUserCode.Margin = new System.Windows.Forms.Padding(5);
  260. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  261. this.txtGroutingUserCode.PurviewType = ((byte)(0));
  262. this.txtGroutingUserCode.SelectMore = true;
  263. this.txtGroutingUserCode.Size = new System.Drawing.Size(240, 26);
  264. this.txtGroutingUserCode.TabIndex = 2;
  265. this.txtGroutingUserCode.Title = "成型工号";
  266. this.txtGroutingUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
  267. this.txtGroutingUserCode.UserCode = "";
  268. this.txtGroutingUserCode.UserID = null;
  269. this.txtGroutingUserCode.UserIDS = null;
  270. this.txtGroutingUserCode.UserName = null;
  271. //
  272. // dkSemiCheckDefectPositionSearchBox1
  273. //
  274. this.dkSemiCheckDefectPositionSearchBox1.DataSource = null;
  275. this.dkSemiCheckDefectPositionSearchBox1.DefectFineCode = null;
  276. this.dkSemiCheckDefectPositionSearchBox1.DefectPositionIDS = null;
  277. this.dkSemiCheckDefectPositionSearchBox1.Enabled = true;
  278. this.dkSemiCheckDefectPositionSearchBox1.IsMustInput = false;
  279. this.dkSemiCheckDefectPositionSearchBox1.Location = new System.Drawing.Point(517, 59);
  280. this.dkSemiCheckDefectPositionSearchBox1.Margin = new System.Windows.Forms.Padding(5);
  281. this.dkSemiCheckDefectPositionSearchBox1.Name = "dkSemiCheckDefectPositionSearchBox1";
  282. this.dkSemiCheckDefectPositionSearchBox1.PurviewType = ((byte)(0));
  283. this.dkSemiCheckDefectPositionSearchBox1.SelectMore = true;
  284. this.dkSemiCheckDefectPositionSearchBox1.Size = new System.Drawing.Size(256, 26);
  285. this.dkSemiCheckDefectPositionSearchBox1.TabIndex = 10;
  286. this.dkSemiCheckDefectPositionSearchBox1.Title = "缺陷位置";
  287. this.dkSemiCheckDefectPositionSearchBox1.TxtUserBackColor = System.Drawing.SystemColors.Control;
  288. //
  289. // txtSemiCheckDateTimeEnd
  290. //
  291. this.txtSemiCheckDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  292. this.txtSemiCheckDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.txtSemiCheckDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  294. this.txtSemiCheckDateTimeEnd.Location = new System.Drawing.Point(815, 25);
  295. this.txtSemiCheckDateTimeEnd.Margin = new System.Windows.Forms.Padding(4);
  296. this.txtSemiCheckDateTimeEnd.Name = "txtSemiCheckDateTimeEnd";
  297. this.txtSemiCheckDateTimeEnd.Size = new System.Drawing.Size(179, 25);
  298. this.txtSemiCheckDateTimeEnd.TabIndex = 6;
  299. this.txtSemiCheckDateTimeEnd.Value = new System.DateTime(2016, 7, 18, 0, 0, 0, 0);
  300. //
  301. // c_Label4
  302. //
  303. this.c_Label4.AutoSize = true;
  304. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  305. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  307. this.c_Label4.Location = new System.Drawing.Point(784, 30);
  308. this.c_Label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  309. this.c_Label4.Name = "c_Label4";
  310. this.c_Label4.Size = new System.Drawing.Size(22, 15);
  311. this.c_Label4.TabIndex = 5;
  312. this.c_Label4.Text = "至";
  313. //
  314. // txtSemiCheckDateTimeStart
  315. //
  316. this.txtSemiCheckDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  317. this.txtSemiCheckDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.txtSemiCheckDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  319. this.txtSemiCheckDateTimeStart.Location = new System.Drawing.Point(596, 25);
  320. this.txtSemiCheckDateTimeStart.Margin = new System.Windows.Forms.Padding(4);
  321. this.txtSemiCheckDateTimeStart.Name = "txtSemiCheckDateTimeStart";
  322. this.txtSemiCheckDateTimeStart.Size = new System.Drawing.Size(179, 25);
  323. this.txtSemiCheckDateTimeStart.TabIndex = 4;
  324. this.txtSemiCheckDateTimeStart.Value = new System.DateTime(2016, 7, 18, 0, 0, 0, 0);
  325. //
  326. // c_Label1
  327. //
  328. this.c_Label1.AutoSize = true;
  329. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  330. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  332. this.c_Label1.Location = new System.Drawing.Point(782, 64);
  333. this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  334. this.c_Label1.Name = "c_Label1";
  335. this.c_Label1.Size = new System.Drawing.Size(67, 15);
  336. this.c_Label1.TabIndex = 0;
  337. this.c_Label1.Text = "产品类别";
  338. //
  339. // lblGoodsCode
  340. //
  341. this.lblGoodsCode.AutoSize = true;
  342. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  343. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  345. this.lblGoodsCode.Location = new System.Drawing.Point(19, 30);
  346. this.lblGoodsCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  347. this.lblGoodsCode.Name = "lblGoodsCode";
  348. this.lblGoodsCode.Size = new System.Drawing.Size(67, 15);
  349. this.lblGoodsCode.TabIndex = 0;
  350. this.lblGoodsCode.Text = "产品编码";
  351. //
  352. // label1
  353. //
  354. this.label1.AutoSize = true;
  355. this.label1.Location = new System.Drawing.Point(517, 30);
  356. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  357. this.label1.Name = "label1";
  358. this.label1.Size = new System.Drawing.Size(67, 15);
  359. this.label1.TabIndex = 3;
  360. this.label1.Text = "半检时间";
  361. //
  362. // tsrToolStrip1
  363. //
  364. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.tsrToolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  366. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  367. this.tsbtnSearch,
  368. this.tsbtnClearCondition,
  369. this.toolStripSeparator4,
  370. this.tsbtnAdaptive,
  371. this.tsbtnClose});
  372. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  373. this.tsrToolStrip1.Name = "tsrToolStrip1";
  374. this.tsrToolStrip1.Size = new System.Drawing.Size(1297, 44);
  375. this.tsrToolStrip1.TabIndex = 0;
  376. //
  377. // tsbtnSearch
  378. //
  379. this.tsbtnSearch.AutoSize = false;
  380. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  382. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  383. this.tsbtnSearch.Name = "tsbtnSearch";
  384. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  385. this.tsbtnSearch.Text = "查询(&Q)";
  386. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  387. //
  388. // tsbtnClearCondition
  389. //
  390. this.tsbtnClearCondition.AutoSize = false;
  391. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  393. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  394. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  395. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  396. this.tsbtnClearCondition.Text = "清空条件(&C)";
  397. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  398. //
  399. // toolStripSeparator4
  400. //
  401. this.toolStripSeparator4.AutoSize = false;
  402. this.toolStripSeparator4.Name = "toolStripSeparator4";
  403. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  404. //
  405. // tsbtnAdaptive
  406. //
  407. this.tsbtnAdaptive.AutoSize = false;
  408. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  410. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  411. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  412. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  413. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  414. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  415. //
  416. // tsbtnClose
  417. //
  418. this.tsbtnClose.AutoSize = false;
  419. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  421. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  422. this.tsbtnClose.Name = "tsbtnClose";
  423. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  424. this.tsbtnClose.Text = "关闭(&X)";
  425. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  426. //
  427. // F_RPT_030119
  428. //
  429. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  430. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  431. this.ClientSize = new System.Drawing.Size(1297, 446);
  432. this.Controls.Add(this.dgvSum);
  433. this.Controls.Add(this.grpCollapsible1);
  434. this.Controls.Add(this.tsrToolStrip1);
  435. this.Margin = new System.Windows.Forms.Padding(5);
  436. this.Name = "F_RPT_030119";
  437. this.Text = "半检返修缺陷汇总表";
  438. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
  439. this.Load += new System.EventHandler(this.F_PC_1001_Load);
  440. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
  441. this.grpCollapsible1.ResumeLayout(false);
  442. this.grpCollapsible1.PerformLayout();
  443. this.tsrToolStrip1.ResumeLayout(false);
  444. this.tsrToolStrip1.PerformLayout();
  445. this.ResumeLayout(false);
  446. }
  447. #endregion
  448. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  449. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  450. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  451. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  452. private System.Windows.Forms.ToolStripButton tsbtnClose;
  453. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  454. private Basics.BaseControls.C_DataGridView dgvSum;
  455. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  456. private System.Windows.Forms.Label label1;
  457. private Controls.SearchTextBox.dkSemiCheckDefectPositionSearchBox dkSemiCheckDefectPositionSearchBox1;
  458. private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeEnd;
  459. private Basics.BaseControls.C_Label c_Label4;
  460. private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeStart;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn defectcode;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn defectname;
  463. private Controls.SearchTextBox.dkUserInfoSearchBox txtGroutingUserCode;
  464. private Controls.SearchTextBox.dkUserInfoSearchBox txtSemiCheckUserCode;
  465. private Controls.SearchBox.ScbGoods txtGoodsCode;
  466. private Basics.BaseControls.C_Label lblGoodsCode;
  467. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  468. private Basics.BaseControls.C_Label c_Label1;
  469. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  470. private Controls.SearchTextBox.dkDefectSearchBox txtDefectCode;
  471. }
  472. }