F_RPT_080105.Designer.cs 38 KB

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