F_RPT_030119.Designer.cs 26 KB

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