F_RPT_010201_1.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_010201_1
  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_010201_1));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  34. this.tsbtnMissed = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  37. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  38. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  39. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  42. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  44. this.dkcompleteProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  45. this.dkmissingProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  46. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  47. this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  48. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  49. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  52. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.MissID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GoodsType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.MissProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.MissProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.MissProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.CompleteProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.CompleteProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.UserName0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.CreateTime0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.OrganizationCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.MissUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.repaircode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.prepaircode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.barcodecount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.tsrOperate.SuspendLayout();
  82. this.gbxCondition.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // tsrOperate
  87. //
  88. this.tsrOperate.AutoSize = false;
  89. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  90. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  92. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  93. this.tsbtnMissed,
  94. this.tsbtnAdaptive,
  95. this.tsbtnClose});
  96. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  97. this.tsrOperate.Name = "tsrOperate";
  98. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  99. this.tsrOperate.ShowItemToolTips = false;
  100. this.tsrOperate.Size = new System.Drawing.Size(1087, 35);
  101. this.tsrOperate.TabIndex = 0;
  102. this.tsrOperate.Text = "toolStrip1";
  103. //
  104. // tsbtnMissed
  105. //
  106. this.tsbtnMissed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  107. this.tsbtnMissed.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnMissed.Image")));
  108. this.tsbtnMissed.ImageTransparentColor = System.Drawing.Color.Magenta;
  109. this.tsbtnMissed.Name = "tsbtnMissed";
  110. this.tsbtnMissed.Size = new System.Drawing.Size(75, 32);
  111. this.tsbtnMissed.Text = "漏扫工号(&Z)";
  112. this.tsbtnMissed.Click += new System.EventHandler(this.tsbtnMissed_Click);
  113. //
  114. // tsbtnAdaptive
  115. //
  116. this.tsbtnAdaptive.AutoSize = false;
  117. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  119. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  121. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  122. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  123. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  124. //
  125. // tsbtnClose
  126. //
  127. this.tsbtnClose.AutoSize = false;
  128. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  130. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  131. this.tsbtnClose.Name = "tsbtnClose";
  132. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  133. this.tsbtnClose.Text = "关闭(&X)";
  134. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  135. //
  136. // gbxCondition
  137. //
  138. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  141. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  142. this.gbxCondition.Controls.Add(this.scbGoods);
  143. this.gbxCondition.Controls.Add(this.lblGoods);
  144. this.gbxCondition.Controls.Add(this.lblOrganization);
  145. this.gbxCondition.Controls.Add(this.scbOrganization);
  146. this.gbxCondition.Controls.Add(this.lblGoodsType);
  147. this.gbxCondition.Controls.Add(this.scbGoodsType);
  148. this.gbxCondition.Controls.Add(this.dkcompleteProcedureSearchBox);
  149. this.gbxCondition.Controls.Add(this.dkmissingProcedureSearchBox);
  150. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
  151. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
  152. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  153. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  154. this.gbxCondition.Controls.Add(this.lblAccountDateStart);
  155. this.gbxCondition.Controls.Add(this.btnClearCondition);
  156. this.gbxCondition.Controls.Add(this.btnSearch);
  157. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  159. this.gbxCondition.IsMustInput = false;
  160. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  161. this.gbxCondition.Name = "gbxCondition";
  162. this.gbxCondition.OriginalHeight = -1;
  163. this.gbxCondition.Size = new System.Drawing.Size(1178, 80);
  164. this.gbxCondition.TabIndex = 1;
  165. this.gbxCondition.TabStop = false;
  166. this.gbxCondition.Text = "查询条件 ▼";
  167. //
  168. // scbGoods
  169. //
  170. this.scbGoods.CheckedData = null;
  171. this.scbGoods.Location = new System.Drawing.Point(519, 20);
  172. this.scbGoods.MultiSelect = true;
  173. this.scbGoods.Name = "scbGoods";
  174. this.scbGoods.Size = new System.Drawing.Size(133, 21);
  175. this.scbGoods.TabIndex = 53;
  176. //
  177. // lblGoods
  178. //
  179. this.lblGoods.AutoSize = true;
  180. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  181. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  183. this.lblGoods.Location = new System.Drawing.Point(460, 26);
  184. this.lblGoods.Name = "lblGoods";
  185. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  186. this.lblGoods.TabIndex = 52;
  187. this.lblGoods.Text = "产品名称";
  188. //
  189. // lblOrganization
  190. //
  191. this.lblOrganization.AutoSize = true;
  192. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  193. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  195. this.lblOrganization.Location = new System.Drawing.Point(15, 23);
  196. this.lblOrganization.Name = "lblOrganization";
  197. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  198. this.lblOrganization.TabIndex = 51;
  199. this.lblOrganization.Text = "漏扫部门";
  200. //
  201. // scbOrganization
  202. //
  203. this.scbOrganization.CheckedData = null;
  204. this.scbOrganization.IsOnlyDisplayEnd = false;
  205. this.scbOrganization.Location = new System.Drawing.Point(74, 20);
  206. this.scbOrganization.MultiSelect = true;
  207. this.scbOrganization.Name = "scbOrganization";
  208. this.scbOrganization.Size = new System.Drawing.Size(134, 21);
  209. this.scbOrganization.TabIndex = 50;
  210. //
  211. // lblGoodsType
  212. //
  213. this.lblGoodsType.AutoSize = true;
  214. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  215. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  217. this.lblGoodsType.Location = new System.Drawing.Point(226, 24);
  218. this.lblGoodsType.Name = "lblGoodsType";
  219. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  220. this.lblGoodsType.TabIndex = 23;
  221. this.lblGoodsType.Text = "产品类别";
  222. //
  223. // scbGoodsType
  224. //
  225. this.scbGoodsType.CheckedData = null;
  226. this.scbGoodsType.IsOnlyDisplayEnd = false;
  227. this.scbGoodsType.Location = new System.Drawing.Point(285, 20);
  228. this.scbGoodsType.Name = "scbGoodsType";
  229. this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
  230. this.scbGoodsType.TabIndex = 22;
  231. //
  232. // dkcompleteProcedureSearchBox
  233. //
  234. this.dkcompleteProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  235. this.dkcompleteProcedureSearchBox.DataSource = null;
  236. this.dkcompleteProcedureSearchBox.Enabled = true;
  237. this.dkcompleteProcedureSearchBox.IsEnablePurview = false;
  238. this.dkcompleteProcedureSearchBox.IsMustInput = false;
  239. this.dkcompleteProcedureSearchBox.Location = new System.Drawing.Point(226, 50);
  240. this.dkcompleteProcedureSearchBox.Margin = new System.Windows.Forms.Padding(4);
  241. this.dkcompleteProcedureSearchBox.ModelType = null;
  242. this.dkcompleteProcedureSearchBox.Name = "dkcompleteProcedureSearchBox";
  243. this.dkcompleteProcedureSearchBox.ProcedureCode = "";
  244. this.dkcompleteProcedureSearchBox.ProcedureID = null;
  245. this.dkcompleteProcedureSearchBox.ProcedureIDS = null;
  246. this.dkcompleteProcedureSearchBox.ProcedureName = null;
  247. this.dkcompleteProcedureSearchBox.Purview = null;
  248. this.dkcompleteProcedureSearchBox.PurviewType = ((byte)(0));
  249. this.dkcompleteProcedureSearchBox.SelectMore = true;
  250. this.dkcompleteProcedureSearchBox.Size = new System.Drawing.Size(193, 21);
  251. this.dkcompleteProcedureSearchBox.TabIndex = 5;
  252. this.dkcompleteProcedureSearchBox.Title = "完成工序";
  253. this.dkcompleteProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  254. //
  255. // dkmissingProcedureSearchBox
  256. //
  257. this.dkmissingProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  258. this.dkmissingProcedureSearchBox.DataSource = null;
  259. this.dkmissingProcedureSearchBox.Enabled = true;
  260. this.dkmissingProcedureSearchBox.IsEnablePurview = false;
  261. this.dkmissingProcedureSearchBox.IsMustInput = false;
  262. this.dkmissingProcedureSearchBox.Location = new System.Drawing.Point(15, 50);
  263. this.dkmissingProcedureSearchBox.Margin = new System.Windows.Forms.Padding(4);
  264. this.dkmissingProcedureSearchBox.ModelType = null;
  265. this.dkmissingProcedureSearchBox.Name = "dkmissingProcedureSearchBox";
  266. this.dkmissingProcedureSearchBox.ProcedureCode = "";
  267. this.dkmissingProcedureSearchBox.ProcedureID = null;
  268. this.dkmissingProcedureSearchBox.ProcedureIDS = null;
  269. this.dkmissingProcedureSearchBox.ProcedureName = null;
  270. this.dkmissingProcedureSearchBox.Purview = null;
  271. this.dkmissingProcedureSearchBox.PurviewType = ((byte)(0));
  272. this.dkmissingProcedureSearchBox.SelectMore = true;
  273. this.dkmissingProcedureSearchBox.Size = new System.Drawing.Size(193, 21);
  274. this.dkmissingProcedureSearchBox.TabIndex = 4;
  275. this.dkmissingProcedureSearchBox.Title = "漏扫工序";
  276. this.dkmissingProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  277. //
  278. // dkProcedureSearchBox
  279. //
  280. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  281. this.dkProcedureSearchBox.DataSource = null;
  282. this.dkProcedureSearchBox.Enabled = true;
  283. this.dkProcedureSearchBox.IsEnablePurview = false;
  284. this.dkProcedureSearchBox.IsMustInput = false;
  285. this.dkProcedureSearchBox.Location = new System.Drawing.Point(670, 20);
  286. this.dkProcedureSearchBox.Margin = new System.Windows.Forms.Padding(4);
  287. this.dkProcedureSearchBox.ModelType = null;
  288. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  289. this.dkProcedureSearchBox.ProcedureCode = "";
  290. this.dkProcedureSearchBox.ProcedureID = null;
  291. this.dkProcedureSearchBox.ProcedureIDS = null;
  292. this.dkProcedureSearchBox.ProcedureName = null;
  293. this.dkProcedureSearchBox.Purview = null;
  294. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  295. this.dkProcedureSearchBox.SelectMore = true;
  296. this.dkProcedureSearchBox.Size = new System.Drawing.Size(193, 21);
  297. this.dkProcedureSearchBox.TabIndex = 3;
  298. this.dkProcedureSearchBox.Title = "校验工序";
  299. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  300. //
  301. // dtpAccountDateEnd
  302. //
  303. this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  304. this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  306. this.dtpAccountDateEnd.Location = new System.Drawing.Point(730, 50);
  307. this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
  308. this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21);
  309. this.dtpAccountDateEnd.TabIndex = 7;
  310. //
  311. // dtpAccountDateStart
  312. //
  313. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  314. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  316. this.dtpAccountDateStart.Location = new System.Drawing.Point(519, 50);
  317. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  318. this.dtpAccountDateStart.Size = new System.Drawing.Size(133, 21);
  319. this.dtpAccountDateStart.TabIndex = 6;
  320. //
  321. // lblAccountDateEnd
  322. //
  323. this.lblAccountDateEnd.AutoSize = true;
  324. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  325. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  327. this.lblAccountDateEnd.Location = new System.Drawing.Point(670, 54);
  328. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  329. this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12);
  330. this.lblAccountDateEnd.TabIndex = 6;
  331. this.lblAccountDateEnd.Text = " 至 ";
  332. //
  333. // lblAccountDateStart
  334. //
  335. this.lblAccountDateStart.AutoSize = true;
  336. this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
  337. this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  339. this.lblAccountDateStart.Location = new System.Drawing.Point(435, 54);
  340. this.lblAccountDateStart.Name = "lblAccountDateStart";
  341. this.lblAccountDateStart.Size = new System.Drawing.Size(77, 12);
  342. this.lblAccountDateStart.TabIndex = 4;
  343. this.lblAccountDateStart.Text = "校验漏扫日期";
  344. //
  345. // btnClearCondition
  346. //
  347. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  348. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  349. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  350. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  352. this.btnClearCondition.Location = new System.Drawing.Point(990, 47);
  353. this.btnClearCondition.Name = "btnClearCondition";
  354. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  355. this.btnClearCondition.TabIndex = 13;
  356. this.btnClearCondition.Text = "清空条件(&C)";
  357. this.btnClearCondition.UseVisualStyleBackColor = true;
  358. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  359. //
  360. // btnSearch
  361. //
  362. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  363. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  364. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  365. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.btnSearch.ForeColor = System.Drawing.Color.White;
  367. this.btnSearch.Location = new System.Drawing.Point(889, 47);
  368. this.btnSearch.Name = "btnSearch";
  369. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  370. this.btnSearch.TabIndex = 12;
  371. this.btnSearch.Text = "查询(&Q)";
  372. this.btnSearch.UseVisualStyleBackColor = true;
  373. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  374. //
  375. // dgvReportModule
  376. //
  377. this.dgvReportModule.AllowUserToAddRows = false;
  378. this.dgvReportModule.AllowUserToDeleteRows = false;
  379. this.dgvReportModule.AllowUserToModifyRows = true;
  380. this.dgvReportModule.AllowUserToOrderColumns = true;
  381. this.dgvReportModule.AllowUserToSortRows = false;
  382. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  383. this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  384. this.dgvReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  385. | System.Windows.Forms.AnchorStyles.Left)
  386. | System.Windows.Forms.AnchorStyles.Right)));
  387. this.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  388. this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  389. this.dgvReportModule.CellHeight = 23;
  390. this.dgvReportModule.ChildNodeColumnName = null;
  391. this.dgvReportModule.ChildNodeColumnText = null;
  392. this.dgvReportModule.ColumnDeep = 1;
  393. this.dgvReportModule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  394. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  395. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  396. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  398. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  399. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  400. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  401. this.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  402. this.dgvReportModule.ColumnHeadersHeight = 29;
  403. this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  404. this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  405. this.MissID,
  406. this.BarCode,
  407. this.LogoCodeName,
  408. this.GoodsType,
  409. this.GoodsTypeName,
  410. this.GoodsID,
  411. this.GoodsCode,
  412. this.GoodsName,
  413. this.MissProcedureID,
  414. this.MissProcedureCode,
  415. this.MissProcedureName,
  416. this.CompleteProcedureID,
  417. this.CompleteProcedureCode,
  418. this.CompleteProcedureName,
  419. this.ProcedureID,
  420. this.ProcedureCode,
  421. this.ProcedureName,
  422. this.UserName0,
  423. this.CreateTime0,
  424. this.OrganizationID,
  425. this.OrganizationCode,
  426. this.OrganizationFullName,
  427. this.MissUserCode,
  428. this.repaircode,
  429. this.prepaircode,
  430. this.OrganizationName,
  431. this.barcodecount});
  432. this.dgvReportModule.ColumnTreeView = null;
  433. this.dgvReportModule.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)));
  434. this.dgvReportModule.DynamicColumnName = "";
  435. this.dgvReportModule.EnableHeadersVisualStyles = false;
  436. this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.dgvReportModule.FormatQuantityColumns = null;
  438. this.dgvReportModule.HorizontalMergeColumn = null;
  439. this.dgvReportModule.IsAutoCountSum = true;
  440. this.dgvReportModule.IsAutoResizeColumns = false;
  441. this.dgvReportModule.IsClickF12 = false;
  442. this.dgvReportModule.IsOpenMergeCellFlag = false;
  443. this.dgvReportModule.IsSubTotalFlag = false;
  444. this.dgvReportModule.IsTopDeep = false;
  445. this.dgvReportModule.Location = new System.Drawing.Point(0, 125);
  446. this.dgvReportModule.MergeColumnNames = null;
  447. this.dgvReportModule.MergeDetailColumnNames = null;
  448. this.dgvReportModule.MergeDetailOnlyColumn = null;
  449. this.dgvReportModule.MergeOnlyColumn = null;
  450. this.dgvReportModule.MultiSelect = false;
  451. this.dgvReportModule.Name = "dgvReportModule";
  452. this.dgvReportModule.ReadOnly = true;
  453. this.dgvReportModule.RefreshAtHscroll = false;
  454. this.dgvReportModule.RowHeadersWidth = 50;
  455. this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  456. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  457. this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle4;
  458. this.dgvReportModule.RowTemplate.Height = 21;
  459. this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  460. this.dgvReportModule.Size = new System.Drawing.Size(1075, 356);
  461. this.dgvReportModule.SortOrderColumnName = null;
  462. this.dgvReportModule.TabIndex = 28;
  463. this.dgvReportModule.Tag = true;
  464. this.dgvReportModule.TotalSumColumns = null;
  465. this.dgvReportModule.ViewRowFilter = "";
  466. //
  467. // MissID
  468. //
  469. this.MissID.DataPropertyName = "MissID";
  470. this.MissID.HeaderText = "漏扫ID";
  471. this.MissID.MinimumWidth = 6;
  472. this.MissID.Name = "MissID";
  473. this.MissID.ReadOnly = true;
  474. this.MissID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  475. this.MissID.Visible = false;
  476. this.MissID.Width = 125;
  477. //
  478. // BarCode
  479. //
  480. this.BarCode.DataPropertyName = "BarCode";
  481. this.BarCode.HeaderText = "产品条码";
  482. this.BarCode.MinimumWidth = 6;
  483. this.BarCode.Name = "BarCode";
  484. this.BarCode.ReadOnly = true;
  485. this.BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  486. this.BarCode.Width = 90;
  487. //
  488. // LogoCodeName
  489. //
  490. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  491. this.LogoCodeName.HeaderText = "商标";
  492. this.LogoCodeName.MinimumWidth = 6;
  493. this.LogoCodeName.Name = "LogoCodeName";
  494. this.LogoCodeName.ReadOnly = true;
  495. this.LogoCodeName.Width = 125;
  496. //
  497. // GoodsType
  498. //
  499. this.GoodsType.DataPropertyName = "GoodsType";
  500. this.GoodsType.HeaderText = "产品大类";
  501. this.GoodsType.MinimumWidth = 6;
  502. this.GoodsType.Name = "GoodsType";
  503. this.GoodsType.ReadOnly = true;
  504. this.GoodsType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  505. this.GoodsType.Width = 125;
  506. //
  507. // GoodsTypeName
  508. //
  509. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  510. this.GoodsTypeName.HeaderText = "产品类别";
  511. this.GoodsTypeName.MinimumWidth = 6;
  512. this.GoodsTypeName.Name = "GoodsTypeName";
  513. this.GoodsTypeName.ReadOnly = true;
  514. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  515. this.GoodsTypeName.Visible = false;
  516. this.GoodsTypeName.Width = 125;
  517. //
  518. // GoodsID
  519. //
  520. this.GoodsID.DataPropertyName = "GoodsID";
  521. this.GoodsID.HeaderText = "产品ID";
  522. this.GoodsID.MinimumWidth = 6;
  523. this.GoodsID.Name = "GoodsID";
  524. this.GoodsID.ReadOnly = true;
  525. this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  526. this.GoodsID.Visible = false;
  527. this.GoodsID.Width = 125;
  528. //
  529. // GoodsCode
  530. //
  531. this.GoodsCode.DataPropertyName = "GoodsCode";
  532. this.GoodsCode.HeaderText = "产品编码";
  533. this.GoodsCode.MinimumWidth = 6;
  534. this.GoodsCode.Name = "GoodsCode";
  535. this.GoodsCode.ReadOnly = true;
  536. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  537. this.GoodsCode.Width = 70;
  538. //
  539. // GoodsName
  540. //
  541. this.GoodsName.DataPropertyName = "GoodsName";
  542. this.GoodsName.HeaderText = "产品名称";
  543. this.GoodsName.MinimumWidth = 6;
  544. this.GoodsName.Name = "GoodsName";
  545. this.GoodsName.ReadOnly = true;
  546. this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  547. this.GoodsName.Width = 125;
  548. //
  549. // MissProcedureID
  550. //
  551. this.MissProcedureID.DataPropertyName = "MissProcedureID";
  552. this.MissProcedureID.HeaderText = "漏扫工序ID";
  553. this.MissProcedureID.MinimumWidth = 6;
  554. this.MissProcedureID.Name = "MissProcedureID";
  555. this.MissProcedureID.ReadOnly = true;
  556. this.MissProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  557. this.MissProcedureID.Visible = false;
  558. this.MissProcedureID.Width = 125;
  559. //
  560. // MissProcedureCode
  561. //
  562. this.MissProcedureCode.DataPropertyName = "MissProcedureCode";
  563. this.MissProcedureCode.HeaderText = "漏扫工序编码";
  564. this.MissProcedureCode.MinimumWidth = 6;
  565. this.MissProcedureCode.Name = "MissProcedureCode";
  566. this.MissProcedureCode.ReadOnly = true;
  567. this.MissProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  568. this.MissProcedureCode.Visible = false;
  569. this.MissProcedureCode.Width = 125;
  570. //
  571. // MissProcedureName
  572. //
  573. this.MissProcedureName.DataPropertyName = "MissProcedureName";
  574. this.MissProcedureName.HeaderText = "漏扫工序";
  575. this.MissProcedureName.MinimumWidth = 6;
  576. this.MissProcedureName.Name = "MissProcedureName";
  577. this.MissProcedureName.ReadOnly = true;
  578. this.MissProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  579. this.MissProcedureName.Width = 125;
  580. //
  581. // CompleteProcedureID
  582. //
  583. this.CompleteProcedureID.DataPropertyName = "CompleteProcedureID";
  584. this.CompleteProcedureID.HeaderText = "完成工序ID";
  585. this.CompleteProcedureID.MinimumWidth = 6;
  586. this.CompleteProcedureID.Name = "CompleteProcedureID";
  587. this.CompleteProcedureID.ReadOnly = true;
  588. this.CompleteProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  589. this.CompleteProcedureID.Visible = false;
  590. this.CompleteProcedureID.Width = 125;
  591. //
  592. // CompleteProcedureCode
  593. //
  594. this.CompleteProcedureCode.DataPropertyName = "CompleteProcedureCode";
  595. this.CompleteProcedureCode.HeaderText = "完成工序编码";
  596. this.CompleteProcedureCode.MinimumWidth = 6;
  597. this.CompleteProcedureCode.Name = "CompleteProcedureCode";
  598. this.CompleteProcedureCode.ReadOnly = true;
  599. this.CompleteProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  600. this.CompleteProcedureCode.Visible = false;
  601. this.CompleteProcedureCode.Width = 125;
  602. //
  603. // CompleteProcedureName
  604. //
  605. this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
  606. this.CompleteProcedureName.HeaderText = "完成工序";
  607. this.CompleteProcedureName.MinimumWidth = 6;
  608. this.CompleteProcedureName.Name = "CompleteProcedureName";
  609. this.CompleteProcedureName.ReadOnly = true;
  610. this.CompleteProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  611. this.CompleteProcedureName.Width = 125;
  612. //
  613. // ProcedureID
  614. //
  615. this.ProcedureID.DataPropertyName = "ProcedureID";
  616. this.ProcedureID.HeaderText = "校验工序ID";
  617. this.ProcedureID.MinimumWidth = 6;
  618. this.ProcedureID.Name = "ProcedureID";
  619. this.ProcedureID.ReadOnly = true;
  620. this.ProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  621. this.ProcedureID.Visible = false;
  622. this.ProcedureID.Width = 125;
  623. //
  624. // ProcedureCode
  625. //
  626. this.ProcedureCode.DataPropertyName = "ProcedureCode";
  627. this.ProcedureCode.HeaderText = "校验工序编码";
  628. this.ProcedureCode.MinimumWidth = 6;
  629. this.ProcedureCode.Name = "ProcedureCode";
  630. this.ProcedureCode.ReadOnly = true;
  631. this.ProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  632. this.ProcedureCode.Visible = false;
  633. this.ProcedureCode.Width = 125;
  634. //
  635. // ProcedureName
  636. //
  637. this.ProcedureName.DataPropertyName = "ProcedureName";
  638. this.ProcedureName.HeaderText = "校验工序";
  639. this.ProcedureName.MinimumWidth = 6;
  640. this.ProcedureName.Name = "ProcedureName";
  641. this.ProcedureName.ReadOnly = true;
  642. this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  643. this.ProcedureName.Width = 125;
  644. //
  645. // UserName0
  646. //
  647. this.UserName0.DataPropertyName = "UserName";
  648. this.UserName0.HeaderText = "校验者";
  649. this.UserName0.MinimumWidth = 6;
  650. this.UserName0.Name = "UserName0";
  651. this.UserName0.ReadOnly = true;
  652. this.UserName0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  653. this.UserName0.Width = 70;
  654. //
  655. // CreateTime0
  656. //
  657. this.CreateTime0.DataPropertyName = "CreateTime";
  658. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  659. this.CreateTime0.DefaultCellStyle = dataGridViewCellStyle3;
  660. this.CreateTime0.HeaderText = "校验漏扫时间";
  661. this.CreateTime0.MinimumWidth = 6;
  662. this.CreateTime0.Name = "CreateTime0";
  663. this.CreateTime0.ReadOnly = true;
  664. this.CreateTime0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  665. this.CreateTime0.Width = 120;
  666. //
  667. // OrganizationID
  668. //
  669. this.OrganizationID.DataPropertyName = "OrganizationID";
  670. this.OrganizationID.HeaderText = "漏扫工序所在的组织机构ID";
  671. this.OrganizationID.MinimumWidth = 6;
  672. this.OrganizationID.Name = "OrganizationID";
  673. this.OrganizationID.ReadOnly = true;
  674. this.OrganizationID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  675. this.OrganizationID.Visible = false;
  676. this.OrganizationID.Width = 125;
  677. //
  678. // OrganizationCode
  679. //
  680. this.OrganizationCode.DataPropertyName = "OrganizationCode";
  681. this.OrganizationCode.HeaderText = "组织机构编码";
  682. this.OrganizationCode.MinimumWidth = 6;
  683. this.OrganizationCode.Name = "OrganizationCode";
  684. this.OrganizationCode.ReadOnly = true;
  685. this.OrganizationCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  686. this.OrganizationCode.Visible = false;
  687. this.OrganizationCode.Width = 125;
  688. //
  689. // OrganizationFullName
  690. //
  691. this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
  692. this.OrganizationFullName.HeaderText = "组织机构全称";
  693. this.OrganizationFullName.MinimumWidth = 6;
  694. this.OrganizationFullName.Name = "OrganizationFullName";
  695. this.OrganizationFullName.ReadOnly = true;
  696. this.OrganizationFullName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  697. this.OrganizationFullName.Visible = false;
  698. this.OrganizationFullName.Width = 125;
  699. //
  700. // MissUserCode
  701. //
  702. this.MissUserCode.DataPropertyName = "MissUserCode";
  703. this.MissUserCode.HeaderText = "漏扫工号";
  704. this.MissUserCode.MinimumWidth = 6;
  705. this.MissUserCode.Name = "MissUserCode";
  706. this.MissUserCode.ReadOnly = true;
  707. this.MissUserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  708. this.MissUserCode.Width = 125;
  709. //
  710. // repaircode
  711. //
  712. this.repaircode.DataPropertyName = "repaircode";
  713. this.repaircode.HeaderText = "补扫操作工号";
  714. this.repaircode.MinimumWidth = 6;
  715. this.repaircode.Name = "repaircode";
  716. this.repaircode.ReadOnly = true;
  717. this.repaircode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  718. this.repaircode.Width = 125;
  719. //
  720. // prepaircode
  721. //
  722. this.prepaircode.DataPropertyName = "prepaircode";
  723. this.prepaircode.HeaderText = "补扫生产工号";
  724. this.prepaircode.MinimumWidth = 6;
  725. this.prepaircode.Name = "prepaircode";
  726. this.prepaircode.ReadOnly = true;
  727. this.prepaircode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  728. this.prepaircode.Width = 125;
  729. //
  730. // OrganizationName
  731. //
  732. this.OrganizationName.DataPropertyName = "OrganizationName";
  733. this.OrganizationName.HeaderText = "漏扫部门";
  734. this.OrganizationName.MinimumWidth = 6;
  735. this.OrganizationName.Name = "OrganizationName";
  736. this.OrganizationName.ReadOnly = true;
  737. this.OrganizationName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  738. this.OrganizationName.Width = 70;
  739. //
  740. // barcodecount
  741. //
  742. this.barcodecount.DataPropertyName = "barcodecount";
  743. this.barcodecount.HeaderText = "数量";
  744. this.barcodecount.MinimumWidth = 6;
  745. this.barcodecount.Name = "barcodecount";
  746. this.barcodecount.ReadOnly = true;
  747. this.barcodecount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  748. this.barcodecount.Width = 70;
  749. //
  750. // F_RPT_010201_1
  751. //
  752. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  753. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  754. this.ClientSize = new System.Drawing.Size(1087, 481);
  755. this.Controls.Add(this.dgvReportModule);
  756. this.Controls.Add(this.gbxCondition);
  757. this.Controls.Add(this.tsrOperate);
  758. this.Margin = new System.Windows.Forms.Padding(4);
  759. this.Name = "F_RPT_010201_1";
  760. this.RightToLeftLayout = true;
  761. this.Text = "工序漏扫明细表";
  762. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010201_1_FormClosed);
  763. this.Load += new System.EventHandler(this.F_RPT_010201_1_Load);
  764. this.tsrOperate.ResumeLayout(false);
  765. this.tsrOperate.PerformLayout();
  766. this.gbxCondition.ResumeLayout(false);
  767. this.gbxCondition.PerformLayout();
  768. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit();
  769. this.ResumeLayout(false);
  770. }
  771. #endregion
  772. private Basics.BaseControls.C_ToolStrip tsrOperate;
  773. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  774. private System.Windows.Forms.ToolStripButton tsbtnClose;
  775. private Basics.BaseControls.C_GroupBox gbxCondition;
  776. private Basics.BaseControls.C_Label lblAccountDateEnd;
  777. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  778. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  779. private Basics.BaseControls.C_Button btnClearCondition;
  780. private Basics.BaseControls.C_Button btnSearch;
  781. private Basics.BaseControls.C_Label lblAccountDateStart;
  782. private Basics.BaseControls.C_DataGridView dgvReportModule;
  783. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  784. private Controls.SearchTextBox.dkProcedureSearchBox dkmissingProcedureSearchBox;
  785. private Controls.SearchTextBox.dkProcedureSearchBox dkcompleteProcedureSearchBox;
  786. private System.Windows.Forms.ToolStripButton tsbtnMissed;
  787. private Basics.BaseControls.C_Label lblGoodsType;
  788. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  789. private Basics.BaseControls.C_Label lblOrganization;
  790. private Controls.SearchBox.ScbOrganization scbOrganization;
  791. private Controls.SearchBox.ScbGoods scbGoods;
  792. private Basics.BaseControls.C_Label lblGoods;
  793. private System.Windows.Forms.DataGridViewTextBoxColumn MissID;
  794. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  795. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  796. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsType;
  797. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  798. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  801. private System.Windows.Forms.DataGridViewTextBoxColumn MissProcedureID;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn MissProcedureCode;
  803. private System.Windows.Forms.DataGridViewTextBoxColumn MissProcedureName;
  804. private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureID;
  805. private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureCode;
  806. private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
  807. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureID;
  808. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
  809. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  810. private System.Windows.Forms.DataGridViewTextBoxColumn UserName0;
  811. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime0;
  812. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
  813. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationCode;
  814. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
  815. private System.Windows.Forms.DataGridViewTextBoxColumn MissUserCode;
  816. private System.Windows.Forms.DataGridViewTextBoxColumn repaircode;
  817. private System.Windows.Forms.DataGridViewTextBoxColumn prepaircode;
  818. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  819. private System.Windows.Forms.DataGridViewTextBoxColumn barcodecount;
  820. }
  821. }