F_PM_1401.Designer.cs 42 KB

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