F_PM_0101.Designer.cs 65 KB

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