F_PM_0101.Designer.cs 67 KB

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