F_PM_2900.Designer.cs 69 KB

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