F_PM_0101.Designer.cs 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0101
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0101));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  39. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnBindBarCode = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnUnLast = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnReStartGroutingLine = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  45. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  47. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  48. this.chkTestMouldFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  49. this.chkDeliverTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  50. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.cboGroutingLineType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  52. this.chkDeliverFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  53. this.chkBarcodeFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  54. this.chkScrapFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  55. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.chkGroutingFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  57. this.txtGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  58. this.lblGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  62. this.lblGroutingLineType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  65. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  69. this.lblGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.dtpDeliverTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  71. this.txtGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  72. this.dtpDeliverTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  73. this.txtGroutingDateBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  74. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  76. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  77. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  78. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  79. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  80. this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  81. this.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  82. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.collogo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.colGMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.GroutingFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  102. this.ScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  103. this.DeliverFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  104. this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.NoGroutingRreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.MONITORName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.Slurry_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.TestFlagName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.Createuser = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.TestMouldFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  115. this.tsrOperate.SuspendLayout();
  116. this.gbxCondition.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
  118. this.SuspendLayout();
  119. //
  120. // tsrOperate
  121. //
  122. this.tsrOperate.AutoSize = false;
  123. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  124. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  125. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  127. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  128. this.tsbtnAdd,
  129. this.tsbtnEdit,
  130. this.tsbtnBindBarCode,
  131. this.tsbtnUnLast,
  132. this.tsbtnReStartGroutingLine,
  133. this.toolStripSeparator3,
  134. this.tsbtnAdaptive,
  135. this.tsbtnClose});
  136. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  137. this.tsrOperate.Name = "tsrOperate";
  138. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  139. this.tsrOperate.ShowItemToolTips = false;
  140. this.tsrOperate.Size = new System.Drawing.Size(1000, 35);
  141. this.tsrOperate.TabIndex = 0;
  142. //
  143. // tsbtnAdd
  144. //
  145. this.tsbtnAdd.AutoSize = false;
  146. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  148. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  149. this.tsbtnAdd.Name = "tsbtnAdd";
  150. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  151. this.tsbtnAdd.Text = "新建(&N)";
  152. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  153. //
  154. // tsbtnEdit
  155. //
  156. this.tsbtnEdit.AutoSize = false;
  157. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  159. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.tsbtnEdit.Name = "tsbtnEdit";
  161. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  162. this.tsbtnEdit.Text = "编辑(&E)";
  163. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  164. //
  165. // tsbtnBindBarCode
  166. //
  167. this.tsbtnBindBarCode.AutoSize = false;
  168. this.tsbtnBindBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.tsbtnBindBarCode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  170. this.tsbtnBindBarCode.ImageTransparentColor = System.Drawing.Color.Magenta;
  171. this.tsbtnBindBarCode.Name = "tsbtnBindBarCode";
  172. this.tsbtnBindBarCode.Size = new System.Drawing.Size(80, 25);
  173. this.tsbtnBindBarCode.Text = "绑定条码(&B)";
  174. this.tsbtnBindBarCode.Click += new System.EventHandler(this.tsbtnBindBarCode_Click);
  175. //
  176. // tsbtnUnLast
  177. //
  178. this.tsbtnUnLast.AutoSize = false;
  179. this.tsbtnUnLast.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.tsbtnUnLast.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  181. this.tsbtnUnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
  182. this.tsbtnUnLast.Name = "tsbtnUnLast";
  183. this.tsbtnUnLast.Size = new System.Drawing.Size(100, 25);
  184. this.tsbtnUnLast.Text = "撤销最后注浆(&U)";
  185. this.tsbtnUnLast.Click += new System.EventHandler(this.tsbtnUnLast_Click);
  186. //
  187. // tsbtnReStartGroutingLine
  188. //
  189. this.tsbtnReStartGroutingLine.AutoSize = false;
  190. this.tsbtnReStartGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.tsbtnReStartGroutingLine.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  192. this.tsbtnReStartGroutingLine.ImageTransparentColor = System.Drawing.Color.Magenta;
  193. this.tsbtnReStartGroutingLine.Name = "tsbtnReStartGroutingLine";
  194. this.tsbtnReStartGroutingLine.Size = new System.Drawing.Size(120, 25);
  195. this.tsbtnReStartGroutingLine.Text = "重启3#高压注浆(&R)";
  196. this.tsbtnReStartGroutingLine.Visible = false;
  197. this.tsbtnReStartGroutingLine.Click += new System.EventHandler(this.tsbtnReStartGroutingLine_Click);
  198. //
  199. // toolStripSeparator3
  200. //
  201. this.toolStripSeparator3.AutoSize = false;
  202. this.toolStripSeparator3.Name = "toolStripSeparator3";
  203. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  204. //
  205. // tsbtnAdaptive
  206. //
  207. this.tsbtnAdaptive.AutoSize = false;
  208. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  210. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  211. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  212. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  213. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  214. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  215. //
  216. // tsbtnClose
  217. //
  218. this.tsbtnClose.AutoSize = false;
  219. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  221. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  222. this.tsbtnClose.Name = "tsbtnClose";
  223. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  224. this.tsbtnClose.Text = "关闭(&X)";
  225. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  226. //
  227. // gbxCondition
  228. //
  229. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  230. | System.Windows.Forms.AnchorStyles.Right)));
  231. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  232. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  233. this.gbxCondition.Controls.Add(this.chkTestMouldFlag);
  234. this.gbxCondition.Controls.Add(this.chkDeliverTime);
  235. this.gbxCondition.Controls.Add(this.btnSearch);
  236. this.gbxCondition.Controls.Add(this.cboGroutingLineType);
  237. this.gbxCondition.Controls.Add(this.chkDeliverFlag);
  238. this.gbxCondition.Controls.Add(this.chkBarcodeFlag);
  239. this.gbxCondition.Controls.Add(this.chkScrapFlag);
  240. this.gbxCondition.Controls.Add(this.btnClearCondition);
  241. this.gbxCondition.Controls.Add(this.chkGroutingFlag);
  242. this.gbxCondition.Controls.Add(this.txtGroutingUser);
  243. this.gbxCondition.Controls.Add(this.lblGroutingUser);
  244. this.gbxCondition.Controls.Add(this.txtRemarks);
  245. this.gbxCondition.Controls.Add(this.lblRemarks);
  246. this.gbxCondition.Controls.Add(this.txtGoodsName);
  247. this.gbxCondition.Controls.Add(this.lblGroutingLineType);
  248. this.gbxCondition.Controls.Add(this.lblGoodsName);
  249. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  250. this.gbxCondition.Controls.Add(this.c_Label4);
  251. this.gbxCondition.Controls.Add(this.c_Label1);
  252. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  253. this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
  254. this.gbxCondition.Controls.Add(this.lblGroutingMouldCode);
  255. this.gbxCondition.Controls.Add(this.dtpDeliverTimeEnd);
  256. this.gbxCondition.Controls.Add(this.txtGroutingDateEnd);
  257. this.gbxCondition.Controls.Add(this.dtpDeliverTimeBegin);
  258. this.gbxCondition.Controls.Add(this.txtGroutingDateBegin);
  259. this.gbxCondition.Controls.Add(this.c_Label2);
  260. this.gbxCondition.Controls.Add(this.lblGroutingDate);
  261. this.gbxCondition.Controls.Add(this.txtGroutingLineName);
  262. this.gbxCondition.Controls.Add(this.lblGroutingLineName);
  263. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  264. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  265. this.gbxCondition.Controls.Add(this.txtGroutingBatchNo);
  266. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  268. this.gbxCondition.IsMustInput = false;
  269. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  270. this.gbxCondition.Name = "gbxCondition";
  271. this.gbxCondition.OriginalHeight = -1;
  272. this.gbxCondition.Size = new System.Drawing.Size(988, 124);
  273. this.gbxCondition.TabIndex = 0;
  274. this.gbxCondition.TabStop = false;
  275. this.gbxCondition.Text = "查询条件 ▼";
  276. this.gbxCondition.Enter += new System.EventHandler(this.gbxCondition_Enter);
  277. //
  278. // chkTestMouldFlag
  279. //
  280. this.chkTestMouldFlag.BackColor = System.Drawing.SystemColors.Control;
  281. this.chkTestMouldFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkTestMouldFlag.BackgroundImage")));
  282. this.chkTestMouldFlag.FalseText = "否";
  283. this.chkTestMouldFlag.Location = new System.Drawing.Point(713, 73);
  284. this.chkTestMouldFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  285. this.chkTestMouldFlag.Name = "chkTestMouldFlag";
  286. this.chkTestMouldFlag.Size = new System.Drawing.Size(130, 16);
  287. this.chkTestMouldFlag.TabIndex = 45;
  288. this.chkTestMouldFlag.Title = "试验标识";
  289. this.chkTestMouldFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  290. this.chkTestMouldFlag.TrueText = "是";
  291. //
  292. // chkDeliverTime
  293. //
  294. this.chkDeliverTime.AutoSize = true;
  295. this.chkDeliverTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.chkDeliverTime.Location = new System.Drawing.Point(408, 47);
  297. this.chkDeliverTime.Name = "chkDeliverTime";
  298. this.chkDeliverTime.Size = new System.Drawing.Size(72, 16);
  299. this.chkDeliverTime.TabIndex = 14;
  300. this.chkDeliverTime.Text = "交坯日期";
  301. this.chkDeliverTime.UseVisualStyleBackColor = true;
  302. this.chkDeliverTime.CheckedChanged += new System.EventHandler(this.chkDeliverTime_CheckedChanged);
  303. //
  304. // btnSearch
  305. //
  306. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  307. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  308. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  309. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.btnSearch.ForeColor = System.Drawing.Color.White;
  311. this.btnSearch.Location = new System.Drawing.Point(806, 89);
  312. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  313. this.btnSearch.Name = "btnSearch";
  314. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  315. this.btnSearch.TabIndex = 30;
  316. this.btnSearch.Text = "查询(&Q)";
  317. this.btnSearch.UseVisualStyleBackColor = false;
  318. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  319. //
  320. // cboGroutingLineType
  321. //
  322. this.cboGroutingLineType.BackColor = System.Drawing.SystemColors.Window;
  323. this.cboGroutingLineType.BackgroundColor = System.Drawing.SystemColors.Window;
  324. this.cboGroutingLineType.DataSource = null;
  325. this.cboGroutingLineType.DisplayMember = "GMOULDTYPENAME";
  326. this.cboGroutingLineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.cboGroutingLineType.FormattingEnabled = true;
  328. //
  329. //
  330. //
  331. this.cboGroutingLineType.ListBox.DisplayMember = "GMOULDTYPENAME";
  332. this.cboGroutingLineType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  333. this.cboGroutingLineType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.cboGroutingLineType.ListBox.IntegralHeight = false;
  335. this.cboGroutingLineType.ListBox.Location = new System.Drawing.Point(0, 0);
  336. this.cboGroutingLineType.ListBox.Name = "";
  337. this.cboGroutingLineType.ListBox.Size = new System.Drawing.Size(119, 136);
  338. this.cboGroutingLineType.ListBox.TabIndex = 0;
  339. this.cboGroutingLineType.ListBox.ValueMember = "GMOULDTYPEID";
  340. this.cboGroutingLineType.Location = new System.Drawing.Point(77, 45);
  341. this.cboGroutingLineType.Name = "cboGroutingLineType";
  342. this.cboGroutingLineType.Size = new System.Drawing.Size(121, 20);
  343. this.cboGroutingLineType.TabIndex = 11;
  344. this.cboGroutingLineType.ValueMember = "GMOULDTYPEID";
  345. //
  346. // chkDeliverFlag
  347. //
  348. this.chkDeliverFlag.BackColor = System.Drawing.SystemColors.Control;
  349. this.chkDeliverFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkDeliverFlag.BackgroundImage")));
  350. this.chkDeliverFlag.FalseText = "否";
  351. this.chkDeliverFlag.Location = new System.Drawing.Point(571, 100);
  352. this.chkDeliverFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  353. this.chkDeliverFlag.Name = "chkDeliverFlag";
  354. this.chkDeliverFlag.Size = new System.Drawing.Size(136, 16);
  355. this.chkDeliverFlag.TabIndex = 29;
  356. this.chkDeliverFlag.Title = "交坯标识";
  357. this.chkDeliverFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  358. this.chkDeliverFlag.TrueText = "是";
  359. //
  360. // chkBarcodeFlag
  361. //
  362. this.chkBarcodeFlag.BackColor = System.Drawing.SystemColors.Control;
  363. this.chkBarcodeFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkBarcodeFlag.BackgroundImage")));
  364. this.chkBarcodeFlag.FalseText = "否";
  365. this.chkBarcodeFlag.Location = new System.Drawing.Point(425, 100);
  366. this.chkBarcodeFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  367. this.chkBarcodeFlag.Name = "chkBarcodeFlag";
  368. this.chkBarcodeFlag.Size = new System.Drawing.Size(136, 16);
  369. this.chkBarcodeFlag.TabIndex = 28;
  370. this.chkBarcodeFlag.Title = "绑定条码";
  371. this.chkBarcodeFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  372. this.chkBarcodeFlag.TrueText = "是";
  373. //
  374. // chkScrapFlag
  375. //
  376. this.chkScrapFlag.BackColor = System.Drawing.SystemColors.Control;
  377. this.chkScrapFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkScrapFlag.BackgroundImage")));
  378. this.chkScrapFlag.FalseText = "否";
  379. this.chkScrapFlag.Location = new System.Drawing.Point(571, 73);
  380. this.chkScrapFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  381. this.chkScrapFlag.Name = "chkScrapFlag";
  382. this.chkScrapFlag.Size = new System.Drawing.Size(136, 16);
  383. this.chkScrapFlag.TabIndex = 23;
  384. this.chkScrapFlag.Title = "损坯标识";
  385. this.chkScrapFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  386. this.chkScrapFlag.TrueText = "是";
  387. //
  388. // btnClearCondition
  389. //
  390. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  391. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  392. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  393. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  395. this.btnClearCondition.Location = new System.Drawing.Point(897, 89);
  396. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  397. this.btnClearCondition.Name = "btnClearCondition";
  398. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  399. this.btnClearCondition.TabIndex = 31;
  400. this.btnClearCondition.Text = "清空条件(&C)";
  401. this.btnClearCondition.UseVisualStyleBackColor = false;
  402. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  403. //
  404. // chkGroutingFlag
  405. //
  406. this.chkGroutingFlag.BackColor = System.Drawing.SystemColors.Control;
  407. this.chkGroutingFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkGroutingFlag.BackgroundImage")));
  408. this.chkGroutingFlag.FalseText = "否";
  409. this.chkGroutingFlag.Location = new System.Drawing.Point(425, 73);
  410. this.chkGroutingFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  411. this.chkGroutingFlag.Name = "chkGroutingFlag";
  412. this.chkGroutingFlag.Size = new System.Drawing.Size(136, 16);
  413. this.chkGroutingFlag.TabIndex = 22;
  414. this.chkGroutingFlag.Title = "注浆标识";
  415. this.chkGroutingFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  416. this.chkGroutingFlag.TrueText = "是";
  417. //
  418. // txtGroutingUser
  419. //
  420. this.txtGroutingUser.BackColor = System.Drawing.SystemColors.Window;
  421. this.txtGroutingUser.BackgroundColor = System.Drawing.SystemColors.Window;
  422. this.txtGroutingUser.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  423. this.txtGroutingUser.ErrorMessage = "";
  424. this.txtGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.txtGroutingUser.ImeMode = System.Windows.Forms.ImeMode.Off;
  426. this.txtGroutingUser.Location = new System.Drawing.Point(77, 98);
  427. this.txtGroutingUser.MaxLength = 20;
  428. this.txtGroutingUser.Name = "txtGroutingUser";
  429. this.txtGroutingUser.Size = new System.Drawing.Size(121, 21);
  430. this.txtGroutingUser.TabIndex = 25;
  431. //
  432. // lblGroutingUser
  433. //
  434. this.lblGroutingUser.AutoSize = true;
  435. this.lblGroutingUser.BackColor = System.Drawing.Color.Transparent;
  436. this.lblGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.lblGroutingUser.ForeColor = System.Drawing.SystemColors.ControlText;
  438. this.lblGroutingUser.Location = new System.Drawing.Point(18, 102);
  439. this.lblGroutingUser.Name = "lblGroutingUser";
  440. this.lblGroutingUser.Size = new System.Drawing.Size(53, 12);
  441. this.lblGroutingUser.TabIndex = 24;
  442. this.lblGroutingUser.Text = "成型工号";
  443. //
  444. // txtRemarks
  445. //
  446. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  447. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  448. this.txtRemarks.ErrorMessage = "";
  449. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.txtRemarks.Location = new System.Drawing.Point(749, 18);
  451. this.txtRemarks.MaxLength = 500;
  452. this.txtRemarks.Multiline = true;
  453. this.txtRemarks.Name = "txtRemarks";
  454. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  455. this.txtRemarks.Size = new System.Drawing.Size(165, 43);
  456. this.txtRemarks.TabIndex = 9;
  457. //
  458. // lblRemarks
  459. //
  460. this.lblRemarks.AutoSize = true;
  461. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  462. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  464. this.lblRemarks.Location = new System.Drawing.Point(714, 22);
  465. this.lblRemarks.Name = "lblRemarks";
  466. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  467. this.lblRemarks.TabIndex = 8;
  468. this.lblRemarks.Text = "备注";
  469. //
  470. // txtGoodsName
  471. //
  472. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  473. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  474. this.txtGoodsName.ErrorMessage = "";
  475. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.txtGoodsName.Location = new System.Drawing.Point(275, 71);
  477. this.txtGoodsName.MaxLength = 20;
  478. this.txtGoodsName.Name = "txtGoodsName";
  479. this.txtGoodsName.Size = new System.Drawing.Size(119, 21);
  480. this.txtGoodsName.TabIndex = 21;
  481. //
  482. // lblGroutingLineType
  483. //
  484. this.lblGroutingLineType.AutoSize = true;
  485. this.lblGroutingLineType.BackColor = System.Drawing.Color.Transparent;
  486. this.lblGroutingLineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.lblGroutingLineType.ForeColor = System.Drawing.SystemColors.ControlText;
  488. this.lblGroutingLineType.Location = new System.Drawing.Point(6, 49);
  489. this.lblGroutingLineType.Name = "lblGroutingLineType";
  490. this.lblGroutingLineType.Size = new System.Drawing.Size(65, 12);
  491. this.lblGroutingLineType.TabIndex = 10;
  492. this.lblGroutingLineType.Text = "成型线类型";
  493. //
  494. // lblGoodsName
  495. //
  496. this.lblGoodsName.AutoSize = true;
  497. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  498. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  500. this.lblGoodsName.Location = new System.Drawing.Point(216, 75);
  501. this.lblGoodsName.Name = "lblGoodsName";
  502. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  503. this.lblGoodsName.TabIndex = 20;
  504. this.lblGoodsName.Text = "产品名称";
  505. //
  506. // txtGoodsCode
  507. //
  508. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  509. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  510. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  511. this.txtGoodsCode.ErrorMessage = "";
  512. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  514. this.txtGoodsCode.Location = new System.Drawing.Point(77, 71);
  515. this.txtGoodsCode.MaxLength = 10;
  516. this.txtGoodsCode.Name = "txtGoodsCode";
  517. this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
  518. this.txtGoodsCode.TabIndex = 19;
  519. //
  520. // c_Label4
  521. //
  522. this.c_Label4.AutoSize = true;
  523. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  524. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  526. this.c_Label4.Location = new System.Drawing.Point(587, 49);
  527. this.c_Label4.Name = "c_Label4";
  528. this.c_Label4.Size = new System.Drawing.Size(17, 12);
  529. this.c_Label4.TabIndex = 16;
  530. this.c_Label4.Text = "至";
  531. //
  532. // c_Label1
  533. //
  534. this.c_Label1.AutoSize = true;
  535. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  536. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  538. this.c_Label1.Location = new System.Drawing.Point(587, 22);
  539. this.c_Label1.Name = "c_Label1";
  540. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  541. this.c_Label1.TabIndex = 6;
  542. this.c_Label1.Text = "至";
  543. //
  544. // lblGoodsCode
  545. //
  546. this.lblGoodsCode.AutoSize = true;
  547. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  548. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  550. this.lblGoodsCode.Location = new System.Drawing.Point(18, 75);
  551. this.lblGoodsCode.Name = "lblGoodsCode";
  552. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  553. this.lblGoodsCode.TabIndex = 18;
  554. this.lblGoodsCode.Text = "产品编码";
  555. //
  556. // txtGroutingMouldCode
  557. //
  558. this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
  559. this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  560. this.txtGroutingMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  561. this.txtGroutingMouldCode.ErrorMessage = "";
  562. this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563. this.txtGroutingMouldCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  564. this.txtGroutingMouldCode.Location = new System.Drawing.Point(275, 45);
  565. this.txtGroutingMouldCode.MaxLength = 40;
  566. this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
  567. this.txtGroutingMouldCode.Size = new System.Drawing.Size(121, 21);
  568. this.txtGroutingMouldCode.TabIndex = 13;
  569. //
  570. // lblGroutingMouldCode
  571. //
  572. this.lblGroutingMouldCode.AutoSize = true;
  573. this.lblGroutingMouldCode.BackColor = System.Drawing.Color.Transparent;
  574. this.lblGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.lblGroutingMouldCode.ForeColor = System.Drawing.SystemColors.ControlText;
  576. this.lblGroutingMouldCode.Location = new System.Drawing.Point(216, 49);
  577. this.lblGroutingMouldCode.Name = "lblGroutingMouldCode";
  578. this.lblGroutingMouldCode.Size = new System.Drawing.Size(53, 12);
  579. this.lblGroutingMouldCode.TabIndex = 12;
  580. this.lblGroutingMouldCode.Text = "模具编号";
  581. //
  582. // dtpDeliverTimeEnd
  583. //
  584. this.dtpDeliverTimeEnd.CustomFormat = "yyyy-MM-dd";
  585. this.dtpDeliverTimeEnd.Enabled = false;
  586. this.dtpDeliverTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.dtpDeliverTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  588. this.dtpDeliverTimeEnd.Location = new System.Drawing.Point(610, 45);
  589. this.dtpDeliverTimeEnd.Name = "dtpDeliverTimeEnd";
  590. this.dtpDeliverTimeEnd.Size = new System.Drawing.Size(98, 21);
  591. this.dtpDeliverTimeEnd.TabIndex = 17;
  592. //
  593. // txtGroutingDateEnd
  594. //
  595. this.txtGroutingDateEnd.CustomFormat = "yyyy-MM-dd";
  596. this.txtGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.txtGroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  598. this.txtGroutingDateEnd.Location = new System.Drawing.Point(610, 18);
  599. this.txtGroutingDateEnd.Name = "txtGroutingDateEnd";
  600. this.txtGroutingDateEnd.Size = new System.Drawing.Size(98, 21);
  601. this.txtGroutingDateEnd.TabIndex = 7;
  602. //
  603. // dtpDeliverTimeBegin
  604. //
  605. this.dtpDeliverTimeBegin.CustomFormat = "yyyy-MM-dd";
  606. this.dtpDeliverTimeBegin.Enabled = false;
  607. this.dtpDeliverTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.dtpDeliverTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  609. this.dtpDeliverTimeBegin.Location = new System.Drawing.Point(483, 45);
  610. this.dtpDeliverTimeBegin.Name = "dtpDeliverTimeBegin";
  611. this.dtpDeliverTimeBegin.Size = new System.Drawing.Size(98, 21);
  612. this.dtpDeliverTimeBegin.TabIndex = 15;
  613. //
  614. // txtGroutingDateBegin
  615. //
  616. this.txtGroutingDateBegin.CustomFormat = "yyyy-MM-dd";
  617. this.txtGroutingDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. this.txtGroutingDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  619. this.txtGroutingDateBegin.Location = new System.Drawing.Point(483, 18);
  620. this.txtGroutingDateBegin.Name = "txtGroutingDateBegin";
  621. this.txtGroutingDateBegin.Size = new System.Drawing.Size(98, 21);
  622. this.txtGroutingDateBegin.TabIndex = 5;
  623. //
  624. // c_Label2
  625. //
  626. this.c_Label2.AutoSize = true;
  627. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  628. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  630. this.c_Label2.Location = new System.Drawing.Point(216, 102);
  631. this.c_Label2.Name = "c_Label2";
  632. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  633. this.c_Label2.TabIndex = 26;
  634. this.c_Label2.Text = "注浆批次";
  635. //
  636. // lblGroutingDate
  637. //
  638. this.lblGroutingDate.AutoSize = true;
  639. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  640. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  642. this.lblGroutingDate.Location = new System.Drawing.Point(425, 22);
  643. this.lblGroutingDate.Name = "lblGroutingDate";
  644. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  645. this.lblGroutingDate.TabIndex = 4;
  646. this.lblGroutingDate.Text = "注浆日期";
  647. //
  648. // txtGroutingLineName
  649. //
  650. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  651. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  652. this.txtGroutingLineName.ErrorMessage = "";
  653. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.txtGroutingLineName.Location = new System.Drawing.Point(275, 18);
  655. this.txtGroutingLineName.MaxLength = 50;
  656. this.txtGroutingLineName.Name = "txtGroutingLineName";
  657. this.txtGroutingLineName.Size = new System.Drawing.Size(121, 21);
  658. this.txtGroutingLineName.TabIndex = 3;
  659. //
  660. // lblGroutingLineName
  661. //
  662. this.lblGroutingLineName.AutoSize = true;
  663. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  664. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  666. this.lblGroutingLineName.Location = new System.Drawing.Point(204, 22);
  667. this.lblGroutingLineName.Name = "lblGroutingLineName";
  668. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  669. this.lblGroutingLineName.TabIndex = 2;
  670. this.lblGroutingLineName.Text = "成型线名称";
  671. //
  672. // txtGroutingLineCode
  673. //
  674. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  675. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  676. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  677. this.txtGroutingLineCode.ErrorMessage = "";
  678. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  680. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 18);
  681. this.txtGroutingLineCode.MaxLength = 30;
  682. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  683. this.txtGroutingLineCode.Size = new System.Drawing.Size(121, 21);
  684. this.txtGroutingLineCode.TabIndex = 1;
  685. //
  686. // lblGroutingLineCode
  687. //
  688. this.lblGroutingLineCode.AutoSize = true;
  689. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  690. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  692. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 22);
  693. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  694. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  695. this.lblGroutingLineCode.TabIndex = 0;
  696. this.lblGroutingLineCode.Text = "成型线编码";
  697. //
  698. // txtGroutingBatchNo
  699. //
  700. this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
  701. this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
  702. this.txtGroutingBatchNo.ErrorMessage = "";
  703. this.txtGroutingBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  704. this.txtGroutingBatchNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  705. this.txtGroutingBatchNo.Location = new System.Drawing.Point(275, 98);
  706. this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
  707. 1000,
  708. 0,
  709. 0,
  710. 0});
  711. this.txtGroutingBatchNo.MinValue = new decimal(new int[] {
  712. 1,
  713. 0,
  714. 0,
  715. 0});
  716. this.txtGroutingBatchNo.Name = "txtGroutingBatchNo";
  717. this.txtGroutingBatchNo.Number = new System.Drawing.Point(3, 0);
  718. this.txtGroutingBatchNo.Size = new System.Drawing.Size(121, 21);
  719. this.txtGroutingBatchNo.TabIndex = 27;
  720. this.txtGroutingBatchNo.TextValue = "";
  721. //
  722. // dgvGroutingDaily
  723. //
  724. this.dgvGroutingDaily.AllowUserToAddRows = false;
  725. this.dgvGroutingDaily.AllowUserToDeleteRows = false;
  726. this.dgvGroutingDaily.AllowUserToModifyRows = true;
  727. this.dgvGroutingDaily.AllowUserToOrderColumns = true;
  728. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  729. this.dgvGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  730. this.dgvGroutingDaily.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  731. | System.Windows.Forms.AnchorStyles.Left)
  732. | System.Windows.Forms.AnchorStyles.Right)));
  733. this.dgvGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  734. this.dgvGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  735. this.dgvGroutingDaily.CellHeight = 23;
  736. this.dgvGroutingDaily.ChildNodeColumnName = null;
  737. this.dgvGroutingDaily.ChildNodeColumnText = null;
  738. this.dgvGroutingDaily.ColumnDeep = 1;
  739. this.dgvGroutingDaily.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  740. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  741. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  742. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  744. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  745. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  746. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  747. this.dgvGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  748. this.dgvGroutingDaily.ColumnHeadersHeight = 29;
  749. this.dgvGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  750. this.dgvGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  751. this.GroutingDailyDetailID,
  752. this.GroutingDailyID,
  753. this.GroutingLineID,
  754. this.GroutingLineDetailID,
  755. this.GroutingLineCode,
  756. this.GoodsCode,
  757. this.GoodsName,
  758. this.GOODSSPECIFICATION,
  759. this.collogo,
  760. this.UserCode,
  761. this.STAFFNAME,
  762. this.NUMS,
  763. this.GroutingMouldCode,
  764. this.BarCode,
  765. this.PROCEDURENAME,
  766. this.GroutingCount,
  767. this.GroutingDate,
  768. this.GroutingBatchNo,
  769. this.colGMouldStatus,
  770. this.GroutingFlag,
  771. this.ScrapFlag,
  772. this.DeliverFlag,
  773. this.DeliverTime,
  774. this.NoGroutingRreason,
  775. this.MONITORName,
  776. this.GroutingLineName,
  777. this.Slurry_Weight,
  778. this.TestFlagName,
  779. this.GMouldTypeName,
  780. this.CreateTime,
  781. this.Createuser,
  782. this.Remarks,
  783. this.TestMouldFlag});
  784. this.dgvGroutingDaily.ColumnTreeView = null;
  785. this.dgvGroutingDaily.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)));
  786. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  787. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  788. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  789. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  790. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  791. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  792. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  793. this.dgvGroutingDaily.DefaultCellStyle = dataGridViewCellStyle8;
  794. this.dgvGroutingDaily.DynamicColumnName = "";
  795. this.dgvGroutingDaily.EnableHeadersVisualStyles = false;
  796. this.dgvGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  797. this.dgvGroutingDaily.FormatQuantityColumns = null;
  798. this.dgvGroutingDaily.HorizontalMergeColumn = null;
  799. this.dgvGroutingDaily.IsAutoCountSum = true;
  800. this.dgvGroutingDaily.IsAutoResizeColumns = false;
  801. this.dgvGroutingDaily.IsClickF12 = false;
  802. this.dgvGroutingDaily.IsOpenMergeCellFlag = false;
  803. this.dgvGroutingDaily.IsSubTotalFlag = false;
  804. this.dgvGroutingDaily.IsTopDeep = false;
  805. this.dgvGroutingDaily.Location = new System.Drawing.Point(0, 168);
  806. this.dgvGroutingDaily.MergeColumnNames = null;
  807. this.dgvGroutingDaily.MergeDetailColumnNames = null;
  808. this.dgvGroutingDaily.MergeDetailOnlyColumn = null;
  809. this.dgvGroutingDaily.MergeOnlyColumn = null;
  810. this.dgvGroutingDaily.MultiSelect = false;
  811. this.dgvGroutingDaily.Name = "dgvGroutingDaily";
  812. this.dgvGroutingDaily.ReadOnly = true;
  813. this.dgvGroutingDaily.RefreshAtHscroll = false;
  814. this.dgvGroutingDaily.RowHeadersWidth = 50;
  815. this.dgvGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  816. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  817. this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle9;
  818. this.dgvGroutingDaily.RowTemplate.Height = 21;
  819. this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  820. this.dgvGroutingDaily.Size = new System.Drawing.Size(988, 394);
  821. this.dgvGroutingDaily.SortOrderColumnName = null;
  822. this.dgvGroutingDaily.TabIndex = 2;
  823. this.dgvGroutingDaily.Tag = true;
  824. this.dgvGroutingDaily.TotalSumColumns = null;
  825. this.dgvGroutingDaily.ViewRowFilter = "";
  826. this.dgvGroutingDaily.VirtualMode = true;
  827. this.dgvGroutingDaily.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingDaily_CellDoubleClick);
  828. //
  829. // GroutingDailyDetailID
  830. //
  831. this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
  832. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  833. this.GroutingDailyDetailID.MinimumWidth = 6;
  834. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  835. this.GroutingDailyDetailID.ReadOnly = true;
  836. this.GroutingDailyDetailID.Visible = false;
  837. this.GroutingDailyDetailID.Width = 125;
  838. //
  839. // GroutingDailyID
  840. //
  841. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  842. this.GroutingDailyID.HeaderText = "注浆日报ID";
  843. this.GroutingDailyID.MinimumWidth = 6;
  844. this.GroutingDailyID.Name = "GroutingDailyID";
  845. this.GroutingDailyID.ReadOnly = true;
  846. this.GroutingDailyID.Visible = false;
  847. this.GroutingDailyID.Width = 125;
  848. //
  849. // GroutingLineID
  850. //
  851. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  852. this.GroutingLineID.HeaderText = "成型线ID";
  853. this.GroutingLineID.MinimumWidth = 6;
  854. this.GroutingLineID.Name = "GroutingLineID";
  855. this.GroutingLineID.ReadOnly = true;
  856. this.GroutingLineID.Visible = false;
  857. this.GroutingLineID.Width = 125;
  858. //
  859. // GroutingLineDetailID
  860. //
  861. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  862. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  863. this.GroutingLineDetailID.MinimumWidth = 6;
  864. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  865. this.GroutingLineDetailID.ReadOnly = true;
  866. this.GroutingLineDetailID.Visible = false;
  867. this.GroutingLineDetailID.Width = 125;
  868. //
  869. // GroutingLineCode
  870. //
  871. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  872. this.GroutingLineCode.HeaderText = "成型线编码";
  873. this.GroutingLineCode.MinimumWidth = 6;
  874. this.GroutingLineCode.Name = "GroutingLineCode";
  875. this.GroutingLineCode.ReadOnly = true;
  876. this.GroutingLineCode.Width = 125;
  877. //
  878. // GoodsCode
  879. //
  880. this.GoodsCode.DataPropertyName = "GoodsCode";
  881. this.GoodsCode.HeaderText = "产品编码";
  882. this.GoodsCode.MinimumWidth = 6;
  883. this.GoodsCode.Name = "GoodsCode";
  884. this.GoodsCode.ReadOnly = true;
  885. this.GoodsCode.Width = 125;
  886. //
  887. // GoodsName
  888. //
  889. this.GoodsName.DataPropertyName = "GoodsName";
  890. this.GoodsName.HeaderText = "产品名称";
  891. this.GoodsName.MinimumWidth = 6;
  892. this.GoodsName.Name = "GoodsName";
  893. this.GoodsName.ReadOnly = true;
  894. this.GoodsName.Width = 125;
  895. //
  896. // GOODSSPECIFICATION
  897. //
  898. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  899. this.GOODSSPECIFICATION.HeaderText = "产品规格";
  900. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  901. this.GOODSSPECIFICATION.ReadOnly = true;
  902. //
  903. // collogo
  904. //
  905. this.collogo.DataPropertyName = "logonamecode";
  906. this.collogo.HeaderText = "产品商标";
  907. this.collogo.MinimumWidth = 6;
  908. this.collogo.Name = "collogo";
  909. this.collogo.ReadOnly = true;
  910. this.collogo.Width = 125;
  911. //
  912. // UserCode
  913. //
  914. this.UserCode.DataPropertyName = "UserCode";
  915. this.UserCode.HeaderText = "成型工位号";
  916. this.UserCode.MinimumWidth = 6;
  917. this.UserCode.Name = "UserCode";
  918. this.UserCode.ReadOnly = true;
  919. this.UserCode.Width = 125;
  920. //
  921. // STAFFNAME
  922. //
  923. this.STAFFNAME.DataPropertyName = "STAFFNAME";
  924. this.STAFFNAME.HeaderText = "员工姓名";
  925. this.STAFFNAME.MinimumWidth = 6;
  926. this.STAFFNAME.Name = "STAFFNAME";
  927. this.STAFFNAME.ReadOnly = true;
  928. this.STAFFNAME.Width = 125;
  929. //
  930. // NUMS
  931. //
  932. this.NUMS.DataPropertyName = "NUMS";
  933. this.NUMS.HeaderText = "数量";
  934. this.NUMS.Name = "NUMS";
  935. this.NUMS.ReadOnly = true;
  936. //
  937. // GroutingMouldCode
  938. //
  939. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  940. this.GroutingMouldCode.HeaderText = "模具编号";
  941. this.GroutingMouldCode.MinimumWidth = 6;
  942. this.GroutingMouldCode.Name = "GroutingMouldCode";
  943. this.GroutingMouldCode.ReadOnly = true;
  944. this.GroutingMouldCode.Width = 125;
  945. //
  946. // BarCode
  947. //
  948. this.BarCode.DataPropertyName = "BarCode";
  949. this.BarCode.HeaderText = "绑定条码";
  950. this.BarCode.MinimumWidth = 6;
  951. this.BarCode.Name = "BarCode";
  952. this.BarCode.ReadOnly = true;
  953. this.BarCode.Width = 125;
  954. //
  955. // PROCEDURENAME
  956. //
  957. this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
  958. this.PROCEDURENAME.HeaderText = "当前工序";
  959. this.PROCEDURENAME.Name = "PROCEDURENAME";
  960. this.PROCEDURENAME.ReadOnly = true;
  961. //
  962. // GroutingCount
  963. //
  964. this.GroutingCount.DataPropertyName = "GroutingCount";
  965. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  966. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle3;
  967. this.GroutingCount.HeaderText = "注浆次数";
  968. this.GroutingCount.MinimumWidth = 6;
  969. this.GroutingCount.Name = "GroutingCount";
  970. this.GroutingCount.ReadOnly = true;
  971. this.GroutingCount.Width = 125;
  972. //
  973. // GroutingDate
  974. //
  975. this.GroutingDate.DataPropertyName = "GroutingDate";
  976. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  977. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  978. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  979. this.GroutingDate.HeaderText = "注浆日期";
  980. this.GroutingDate.MinimumWidth = 6;
  981. this.GroutingDate.Name = "GroutingDate";
  982. this.GroutingDate.ReadOnly = true;
  983. this.GroutingDate.Width = 125;
  984. //
  985. // GroutingBatchNo
  986. //
  987. this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
  988. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  989. this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle5;
  990. this.GroutingBatchNo.HeaderText = "注浆批次";
  991. this.GroutingBatchNo.MinimumWidth = 6;
  992. this.GroutingBatchNo.Name = "GroutingBatchNo";
  993. this.GroutingBatchNo.ReadOnly = true;
  994. this.GroutingBatchNo.Width = 125;
  995. //
  996. // colGMouldStatus
  997. //
  998. this.colGMouldStatus.DataPropertyName = "GMouldStatusName";
  999. this.colGMouldStatus.HeaderText = "模具状态";
  1000. this.colGMouldStatus.MinimumWidth = 6;
  1001. this.colGMouldStatus.Name = "colGMouldStatus";
  1002. this.colGMouldStatus.ReadOnly = true;
  1003. this.colGMouldStatus.Width = 125;
  1004. //
  1005. // GroutingFlag
  1006. //
  1007. this.GroutingFlag.DataPropertyName = "GroutingFlag";
  1008. this.GroutingFlag.FalseValue = "0";
  1009. this.GroutingFlag.HeaderText = "注浆标识";
  1010. this.GroutingFlag.MinimumWidth = 6;
  1011. this.GroutingFlag.Name = "GroutingFlag";
  1012. this.GroutingFlag.ReadOnly = true;
  1013. this.GroutingFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1014. this.GroutingFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1015. this.GroutingFlag.TrueValue = "1";
  1016. this.GroutingFlag.Width = 125;
  1017. //
  1018. // ScrapFlag
  1019. //
  1020. this.ScrapFlag.DataPropertyName = "ScrapFlag";
  1021. this.ScrapFlag.FalseValue = "0";
  1022. this.ScrapFlag.HeaderText = "损坯标识";
  1023. this.ScrapFlag.MinimumWidth = 6;
  1024. this.ScrapFlag.Name = "ScrapFlag";
  1025. this.ScrapFlag.ReadOnly = true;
  1026. this.ScrapFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1027. this.ScrapFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1028. this.ScrapFlag.TrueValue = "1";
  1029. this.ScrapFlag.Width = 125;
  1030. //
  1031. // DeliverFlag
  1032. //
  1033. this.DeliverFlag.DataPropertyName = "DeliverFlag";
  1034. this.DeliverFlag.FalseValue = "0";
  1035. this.DeliverFlag.HeaderText = "交坯标识";
  1036. this.DeliverFlag.MinimumWidth = 6;
  1037. this.DeliverFlag.Name = "DeliverFlag";
  1038. this.DeliverFlag.ReadOnly = true;
  1039. this.DeliverFlag.TrueValue = "1";
  1040. this.DeliverFlag.Width = 125;
  1041. //
  1042. // DeliverTime
  1043. //
  1044. this.DeliverTime.DataPropertyName = "DeliverTime";
  1045. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1046. dataGridViewCellStyle6.Format = "yyyy-MM-dd";
  1047. this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle6;
  1048. this.DeliverTime.HeaderText = "交坯日期";
  1049. this.DeliverTime.MinimumWidth = 6;
  1050. this.DeliverTime.Name = "DeliverTime";
  1051. this.DeliverTime.ReadOnly = true;
  1052. this.DeliverTime.Width = 125;
  1053. //
  1054. // NoGroutingRreason
  1055. //
  1056. this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
  1057. this.NoGroutingRreason.HeaderText = "未注浆原因";
  1058. this.NoGroutingRreason.MinimumWidth = 6;
  1059. this.NoGroutingRreason.Name = "NoGroutingRreason";
  1060. this.NoGroutingRreason.ReadOnly = true;
  1061. this.NoGroutingRreason.Width = 125;
  1062. //
  1063. // MONITORName
  1064. //
  1065. this.MONITORName.DataPropertyName = "MONITORName";
  1066. this.MONITORName.HeaderText = "成型班长";
  1067. this.MONITORName.MinimumWidth = 6;
  1068. this.MONITORName.Name = "MONITORName";
  1069. this.MONITORName.ReadOnly = true;
  1070. this.MONITORName.Width = 125;
  1071. //
  1072. // GroutingLineName
  1073. //
  1074. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  1075. this.GroutingLineName.HeaderText = "成型线名称";
  1076. this.GroutingLineName.MinimumWidth = 6;
  1077. this.GroutingLineName.Name = "GroutingLineName";
  1078. this.GroutingLineName.ReadOnly = true;
  1079. this.GroutingLineName.Width = 125;
  1080. //
  1081. // Slurry_Weight
  1082. //
  1083. this.Slurry_Weight.DataPropertyName = "Slurry_Weight";
  1084. this.Slurry_Weight.HeaderText = "注浆重量";
  1085. this.Slurry_Weight.MinimumWidth = 6;
  1086. this.Slurry_Weight.Name = "Slurry_Weight";
  1087. this.Slurry_Weight.ReadOnly = true;
  1088. this.Slurry_Weight.Width = 125;
  1089. //
  1090. // TestFlagName
  1091. //
  1092. this.TestFlagName.DataPropertyName = "TestFlagName";
  1093. this.TestFlagName.HeaderText = "成型线类别";
  1094. this.TestFlagName.MinimumWidth = 6;
  1095. this.TestFlagName.Name = "TestFlagName";
  1096. this.TestFlagName.ReadOnly = true;
  1097. this.TestFlagName.Width = 125;
  1098. //
  1099. // GMouldTypeName
  1100. //
  1101. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  1102. this.GMouldTypeName.HeaderText = "成型线类型";
  1103. this.GMouldTypeName.MinimumWidth = 6;
  1104. this.GMouldTypeName.Name = "GMouldTypeName";
  1105. this.GMouldTypeName.ReadOnly = true;
  1106. this.GMouldTypeName.Width = 125;
  1107. //
  1108. // CreateTime
  1109. //
  1110. this.CreateTime.DataPropertyName = "CreateTime";
  1111. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1112. dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
  1113. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle7;
  1114. this.CreateTime.HeaderText = "创建时间";
  1115. this.CreateTime.MinimumWidth = 6;
  1116. this.CreateTime.Name = "CreateTime";
  1117. this.CreateTime.ReadOnly = true;
  1118. this.CreateTime.Width = 125;
  1119. //
  1120. // Createuser
  1121. //
  1122. this.Createuser.DataPropertyName = "Createuser";
  1123. this.Createuser.HeaderText = "创建者";
  1124. this.Createuser.MinimumWidth = 6;
  1125. this.Createuser.Name = "Createuser";
  1126. this.Createuser.ReadOnly = true;
  1127. this.Createuser.Width = 125;
  1128. //
  1129. // Remarks
  1130. //
  1131. this.Remarks.DataPropertyName = "Remarks";
  1132. this.Remarks.HeaderText = "备注";
  1133. this.Remarks.MinimumWidth = 6;
  1134. this.Remarks.Name = "Remarks";
  1135. this.Remarks.ReadOnly = true;
  1136. this.Remarks.Width = 125;
  1137. //
  1138. // TestMouldFlag
  1139. //
  1140. this.TestMouldFlag.DataPropertyName = "TestMouldFlag";
  1141. this.TestMouldFlag.FalseValue = "0";
  1142. this.TestMouldFlag.HeaderText = "试验标识";
  1143. this.TestMouldFlag.IndeterminateValue = "0";
  1144. this.TestMouldFlag.MinimumWidth = 6;
  1145. this.TestMouldFlag.Name = "TestMouldFlag";
  1146. this.TestMouldFlag.ReadOnly = true;
  1147. this.TestMouldFlag.TrueValue = "1";
  1148. this.TestMouldFlag.Width = 125;
  1149. //
  1150. // F_PM_0101
  1151. //
  1152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1154. this.ClientSize = new System.Drawing.Size(1000, 562);
  1155. this.Controls.Add(this.dgvGroutingDaily);
  1156. this.Controls.Add(this.gbxCondition);
  1157. this.Controls.Add(this.tsrOperate);
  1158. this.Margin = new System.Windows.Forms.Padding(4);
  1159. this.Name = "F_PM_0101";
  1160. this.Text = "注浆登记一览";
  1161. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0101_FormClosed);
  1162. this.Load += new System.EventHandler(this.F_PM_0101_Load);
  1163. this.tsrOperate.ResumeLayout(false);
  1164. this.tsrOperate.PerformLayout();
  1165. this.gbxCondition.ResumeLayout(false);
  1166. this.gbxCondition.PerformLayout();
  1167. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).EndInit();
  1168. this.ResumeLayout(false);
  1169. }
  1170. #endregion
  1171. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1172. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1173. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1174. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1175. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1176. private Basics.BaseControls.C_GroupBox gbxCondition;
  1177. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  1178. private Basics.BaseControls.C_Label lblGroutingLineName;
  1179. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  1180. private Basics.BaseControls.C_Label lblGroutingLineCode;
  1181. private Basics.BaseControls.C_Label lblGroutingDate;
  1182. private Basics.BaseControls.C_DateTimePicker txtGroutingDateBegin;
  1183. private Basics.BaseControls.C_TextBox txtRemarks;
  1184. private Basics.BaseControls.C_Label lblRemarks;
  1185. private Basics.BaseControls.C_TextBox txtGoodsName;
  1186. private Basics.BaseControls.C_Label lblGoodsName;
  1187. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1188. private Basics.BaseControls.C_Label lblGoodsCode;
  1189. private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
  1190. private Basics.BaseControls.C_Label lblGroutingMouldCode;
  1191. private Basics.BaseControls.C_StatusCheckBox chkGroutingFlag;
  1192. private Basics.BaseControls.C_Button btnSearch;
  1193. private Basics.BaseControls.C_Button btnClearCondition;
  1194. private Basics.BaseControls.C_DataGridView dgvGroutingDaily;
  1195. private Basics.BaseControls.C_Label c_Label1;
  1196. private Basics.BaseControls.C_DateTimePicker txtGroutingDateEnd;
  1197. private Basics.BaseControls.C_StatusCheckBox chkScrapFlag;
  1198. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1199. private System.Windows.Forms.ToolStripButton tsbtnBindBarCode;
  1200. private Basics.BaseControls.DKListBoxComboBox cboGroutingLineType;
  1201. private Basics.BaseControls.C_Label lblGroutingLineType;
  1202. private Basics.BaseControls.C_TextBox txtGroutingUser;
  1203. private Basics.BaseControls.C_Label lblGroutingUser;
  1204. private Basics.BaseControls.C_StatusCheckBox chkBarcodeFlag;
  1205. private Basics.BaseControls.C_Label c_Label2;
  1206. private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
  1207. private Basics.BaseControls.C_Label c_Label4;
  1208. private Basics.BaseControls.C_DateTimePicker dtpDeliverTimeEnd;
  1209. private Basics.BaseControls.C_DateTimePicker dtpDeliverTimeBegin;
  1210. private Basics.BaseControls.C_StatusCheckBox chkDeliverFlag;
  1211. private Basics.BaseControls.C_CheckBox chkDeliverTime;
  1212. private System.Windows.Forms.ToolStripButton tsbtnUnLast;
  1213. private System.Windows.Forms.ToolStripButton tsbtnReStartGroutingLine;
  1214. private Basics.BaseControls.C_StatusCheckBox chkTestMouldFlag;
  1215. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  1216. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  1217. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  1218. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1219. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1220. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1221. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1222. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  1223. private System.Windows.Forms.DataGridViewTextBoxColumn collogo;
  1224. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1225. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
  1226. private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
  1227. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1228. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1229. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
  1230. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  1231. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1232. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
  1233. private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldStatus;
  1234. private System.Windows.Forms.DataGridViewCheckBoxColumn GroutingFlag;
  1235. private System.Windows.Forms.DataGridViewCheckBoxColumn ScrapFlag;
  1236. private System.Windows.Forms.DataGridViewCheckBoxColumn DeliverFlag;
  1237. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
  1238. private System.Windows.Forms.DataGridViewTextBoxColumn NoGroutingRreason;
  1239. private System.Windows.Forms.DataGridViewTextBoxColumn MONITORName;
  1240. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1241. private System.Windows.Forms.DataGridViewTextBoxColumn Slurry_Weight;
  1242. private System.Windows.Forms.DataGridViewTextBoxColumn TestFlagName;
  1243. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  1244. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  1245. private System.Windows.Forms.DataGridViewTextBoxColumn Createuser;
  1246. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1247. private System.Windows.Forms.DataGridViewCheckBoxColumn TestMouldFlag;
  1248. }
  1249. }