F_PM_0101.Designer.cs 58 KB

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