F_RPT_080105.Designer.cs 39 KB

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