F_PM_0101.Designer.cs 65 KB

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