F_PM_0101.Designer.cs 69 KB

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