F_PM_0101.Designer.cs 71 KB

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