F_RPT_080105.Designer.cs 44 KB

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