F_PM_0101.Designer.cs 63 KB

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