F_PM_2105.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2105
  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_2105));
  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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
  44. this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  45. this.txtGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  46. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  51. this.chkUserChoose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  52. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  54. this.dkGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsCodeSearchBox();
  55. this.groupBox1 = new System.Windows.Forms.GroupBox();
  56. this.btnCancelBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  57. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  58. this.lblMessage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.btnReplace = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  62. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.colGMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.ScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  76. this.GroutingFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  77. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.NoGroutingRreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.Createuser = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.tsrOperate.SuspendLayout();
  85. this.gbxCondition.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
  87. this.groupBox1.SuspendLayout();
  88. this.SuspendLayout();
  89. //
  90. // tsrOperate
  91. //
  92. this.tsrOperate.AutoSize = false;
  93. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  94. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  95. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  97. this.toolStripSeparator1,
  98. this.tsbtnAdaptive,
  99. this.tsbtnClose});
  100. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  101. this.tsrOperate.Name = "tsrOperate";
  102. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  103. this.tsrOperate.ShowItemToolTips = false;
  104. this.tsrOperate.Size = new System.Drawing.Size(961, 32);
  105. this.tsrOperate.TabIndex = 27;
  106. this.tsrOperate.Text = "toolStrip1";
  107. //
  108. // toolStripSeparator1
  109. //
  110. this.toolStripSeparator1.AutoSize = false;
  111. this.toolStripSeparator1.Name = "toolStripSeparator1";
  112. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  113. //
  114. // tsbtnAdaptive
  115. //
  116. this.tsbtnAdaptive.AutoSize = false;
  117. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  119. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  121. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  122. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  123. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  124. //
  125. // tsbtnClose
  126. //
  127. this.tsbtnClose.AutoSize = false;
  128. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  130. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  131. this.tsbtnClose.Name = "tsbtnClose";
  132. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  133. this.tsbtnClose.Text = "关闭(&X)";
  134. this.tsbtnClose.Visible = false;
  135. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  136. //
  137. // gbxCondition
  138. //
  139. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  140. | System.Windows.Forms.AnchorStyles.Right)));
  141. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  142. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  143. this.gbxCondition.Controls.Add(this.lblGroutingLine);
  144. this.gbxCondition.Controls.Add(this.scbGroutingLine);
  145. this.gbxCondition.Controls.Add(this.txtGroutingBatchNo);
  146. this.gbxCondition.Controls.Add(this.txtGroutingDate);
  147. this.gbxCondition.Controls.Add(this.c_Label2);
  148. this.gbxCondition.Controls.Add(this.lblGroutingDate);
  149. this.gbxCondition.Controls.Add(this.btnClearCondition);
  150. this.gbxCondition.Controls.Add(this.btnSearch);
  151. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  153. this.gbxCondition.IsMustInput = false;
  154. this.gbxCondition.Location = new System.Drawing.Point(0, 35);
  155. this.gbxCondition.Name = "gbxCondition";
  156. this.gbxCondition.OriginalHeight = -1;
  157. this.gbxCondition.Size = new System.Drawing.Size(949, 56);
  158. this.gbxCondition.TabIndex = 28;
  159. this.gbxCondition.TabStop = false;
  160. this.gbxCondition.Text = "查询条件 ▼";
  161. //
  162. // lblGroutingLine
  163. //
  164. this.lblGroutingLine.AutoSize = true;
  165. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  166. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  168. this.lblGroutingLine.Location = new System.Drawing.Point(12, 24);
  169. this.lblGroutingLine.Name = "lblGroutingLine";
  170. this.lblGroutingLine.Size = new System.Drawing.Size(41, 12);
  171. this.lblGroutingLine.TabIndex = 41;
  172. this.lblGroutingLine.Text = "成型线";
  173. //
  174. // scbGroutingLine
  175. //
  176. this.scbGroutingLine.CheckedData = null;
  177. this.scbGroutingLine.DisplayMember = "GroutingLineCode";
  178. this.scbGroutingLine.Location = new System.Drawing.Point(59, 21);
  179. this.scbGroutingLine.Name = "scbGroutingLine";
  180. this.scbGroutingLine.Size = new System.Drawing.Size(165, 21);
  181. this.scbGroutingLine.TabIndex = 40;
  182. //
  183. // txtGroutingBatchNo
  184. //
  185. this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
  186. this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
  187. this.txtGroutingBatchNo.DataValue = new decimal(new int[] {
  188. 1,
  189. 0,
  190. 0,
  191. 0});
  192. this.txtGroutingBatchNo.ErrorMessage = "";
  193. this.txtGroutingBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.txtGroutingBatchNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  195. this.txtGroutingBatchNo.Location = new System.Drawing.Point(504, 21);
  196. this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
  197. 100,
  198. 0,
  199. 0,
  200. 0});
  201. this.txtGroutingBatchNo.MinValue = new decimal(new int[] {
  202. 1,
  203. 0,
  204. 0,
  205. 0});
  206. this.txtGroutingBatchNo.Name = "txtGroutingBatchNo";
  207. this.txtGroutingBatchNo.Number = new System.Drawing.Point(2, 0);
  208. this.txtGroutingBatchNo.Size = new System.Drawing.Size(60, 21);
  209. this.txtGroutingBatchNo.TabIndex = 14;
  210. this.txtGroutingBatchNo.Text = "1";
  211. this.txtGroutingBatchNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  212. this.txtGroutingBatchNo.TextValue = "1";
  213. //
  214. // txtGroutingDate
  215. //
  216. this.txtGroutingDate.CustomFormat = "yyyy-MM-dd";
  217. this.txtGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.txtGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  219. this.txtGroutingDate.Location = new System.Drawing.Point(291, 21);
  220. this.txtGroutingDate.Name = "txtGroutingDate";
  221. this.txtGroutingDate.Size = new System.Drawing.Size(148, 21);
  222. this.txtGroutingDate.TabIndex = 13;
  223. //
  224. // c_Label2
  225. //
  226. this.c_Label2.AutoSize = true;
  227. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  228. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  230. this.c_Label2.Location = new System.Drawing.Point(445, 25);
  231. this.c_Label2.Name = "c_Label2";
  232. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  233. this.c_Label2.TabIndex = 12;
  234. this.c_Label2.Text = "注浆批次";
  235. //
  236. // lblGroutingDate
  237. //
  238. this.lblGroutingDate.AutoSize = true;
  239. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  240. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  242. this.lblGroutingDate.Location = new System.Drawing.Point(230, 25);
  243. this.lblGroutingDate.Name = "lblGroutingDate";
  244. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  245. this.lblGroutingDate.TabIndex = 12;
  246. this.lblGroutingDate.Text = "注浆日期";
  247. //
  248. // btnClearCondition
  249. //
  250. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  251. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  252. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  253. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  255. this.btnClearCondition.Location = new System.Drawing.Point(858, 18);
  256. this.btnClearCondition.Name = "btnClearCondition";
  257. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  258. this.btnClearCondition.TabIndex = 10;
  259. this.btnClearCondition.Text = "清空条件";
  260. this.btnClearCondition.UseVisualStyleBackColor = true;
  261. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  262. //
  263. // btnSearch
  264. //
  265. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  266. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  267. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  268. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.btnSearch.ForeColor = System.Drawing.Color.White;
  270. this.btnSearch.Location = new System.Drawing.Point(767, 18);
  271. this.btnSearch.Name = "btnSearch";
  272. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  273. this.btnSearch.TabIndex = 9;
  274. this.btnSearch.Text = "查询";
  275. this.btnSearch.UseVisualStyleBackColor = true;
  276. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  277. //
  278. // dgvGroutingDaily
  279. //
  280. this.dgvGroutingDaily.AllowUserToAddRows = false;
  281. this.dgvGroutingDaily.AllowUserToDeleteRows = false;
  282. this.dgvGroutingDaily.AllowUserToModifyRows = true;
  283. this.dgvGroutingDaily.AllowUserToOrderColumns = true;
  284. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  285. this.dgvGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  286. this.dgvGroutingDaily.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  287. | System.Windows.Forms.AnchorStyles.Left)
  288. | System.Windows.Forms.AnchorStyles.Right)));
  289. this.dgvGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  290. this.dgvGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  291. this.dgvGroutingDaily.CellHeight = 23;
  292. this.dgvGroutingDaily.ChildNodeColumnName = null;
  293. this.dgvGroutingDaily.ChildNodeColumnText = null;
  294. this.dgvGroutingDaily.ColumnDeep = 1;
  295. this.dgvGroutingDaily.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  296. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  297. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  298. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  300. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  301. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  302. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  303. this.dgvGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  304. this.dgvGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  305. this.dgvGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  306. this.GroutingDailyDetailID,
  307. this.Sel,
  308. this.GroutingDailyID,
  309. this.GroutingLineID,
  310. this.GroutingLineDetailID,
  311. this.GroutingLineCode,
  312. this.PROCEDURENAME,
  313. this.GroutingLineName,
  314. this.GoodsCode,
  315. this.GoodsName,
  316. this.UserCode,
  317. this.GroutingBatchNo,
  318. this.colGMouldStatus,
  319. this.GroutingMouldCode,
  320. this.BarCode,
  321. this.ScrapFlag,
  322. this.GroutingFlag,
  323. this.GroutingDate,
  324. this.NoGroutingRreason,
  325. this.GroutingCount,
  326. this.GMouldTypeName,
  327. this.CreateTime,
  328. this.Createuser,
  329. this.Remarks});
  330. this.dgvGroutingDaily.ColumnTreeView = null;
  331. 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)));
  332. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  333. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  334. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  336. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  337. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  338. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  339. this.dgvGroutingDaily.DefaultCellStyle = dataGridViewCellStyle7;
  340. this.dgvGroutingDaily.DynamicColumnName = "";
  341. this.dgvGroutingDaily.EnableHeadersVisualStyles = false;
  342. this.dgvGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.dgvGroutingDaily.FormatQuantityColumns = null;
  344. this.dgvGroutingDaily.HorizontalMergeColumn = null;
  345. this.dgvGroutingDaily.IsAutoCountSum = true;
  346. this.dgvGroutingDaily.IsAutoResizeColumns = false;
  347. this.dgvGroutingDaily.IsClickF12 = false;
  348. this.dgvGroutingDaily.IsOpenMergeCellFlag = false;
  349. this.dgvGroutingDaily.IsSubTotalFlag = false;
  350. this.dgvGroutingDaily.IsTopDeep = false;
  351. this.dgvGroutingDaily.Location = new System.Drawing.Point(0, 97);
  352. this.dgvGroutingDaily.MergeColumnNames = null;
  353. this.dgvGroutingDaily.MergeDetailColumnNames = null;
  354. this.dgvGroutingDaily.MergeDetailOnlyColumn = null;
  355. this.dgvGroutingDaily.MergeOnlyColumn = null;
  356. this.dgvGroutingDaily.MultiSelect = false;
  357. this.dgvGroutingDaily.Name = "dgvGroutingDaily";
  358. this.dgvGroutingDaily.RefreshAtHscroll = false;
  359. this.dgvGroutingDaily.RowHeadersWidth = 50;
  360. this.dgvGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  361. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  362. this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle8;
  363. this.dgvGroutingDaily.RowTemplate.Height = 21;
  364. this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  365. this.dgvGroutingDaily.Size = new System.Drawing.Size(949, 420);
  366. this.dgvGroutingDaily.SortOrderColumnName = null;
  367. this.dgvGroutingDaily.TabIndex = 29;
  368. this.dgvGroutingDaily.Tag = true;
  369. this.dgvGroutingDaily.TotalSumColumns = null;
  370. this.dgvGroutingDaily.ViewRowFilter = "";
  371. this.dgvGroutingDaily.VirtualMode = true;
  372. //
  373. // chkUserChoose
  374. //
  375. this.chkUserChoose.Anchor = System.Windows.Forms.AnchorStyles.None;
  376. this.chkUserChoose.AutoSize = true;
  377. this.chkUserChoose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.chkUserChoose.Location = new System.Drawing.Point(8, 523);
  379. this.chkUserChoose.Name = "chkUserChoose";
  380. this.chkUserChoose.Size = new System.Drawing.Size(48, 16);
  381. this.chkUserChoose.TabIndex = 30;
  382. this.chkUserChoose.Text = "全选";
  383. this.chkUserChoose.UseVisualStyleBackColor = true;
  384. this.chkUserChoose.CheckedChanged += new System.EventHandler(this.chkUserChoose_CheckedChanged);
  385. //
  386. // c_Label1
  387. //
  388. this.c_Label1.AutoSize = true;
  389. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  390. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.c_Label1.Location = new System.Drawing.Point(57, 25);
  392. this.c_Label1.Name = "c_Label1";
  393. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  394. this.c_Label1.TabIndex = 31;
  395. this.c_Label1.Text = "成型工号";
  396. //
  397. // txtGroutingUserCode
  398. //
  399. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  400. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  401. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  402. this.txtGroutingUserCode.ErrorMessage = "";
  403. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  405. this.txtGroutingUserCode.Location = new System.Drawing.Point(116, 22);
  406. this.txtGroutingUserCode.MaxLength = 20;
  407. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  408. this.txtGroutingUserCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  409. this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
  410. this.txtGroutingUserCode.TabIndex = 32;
  411. this.txtGroutingUserCode.TextValue = "";
  412. //
  413. // dkGoodsCode
  414. //
  415. this.dkGoodsCode.DataSource = null;
  416. this.dkGoodsCode.Enabled = true;
  417. this.dkGoodsCode.GoodsCode = "";
  418. this.dkGoodsCode.GoodsID = null;
  419. this.dkGoodsCode.GoodsIDS = null;
  420. this.dkGoodsCode.GoodsName = null;
  421. this.dkGoodsCode.GoodsSpecification = null;
  422. this.dkGoodsCode.IsMustInput = false;
  423. this.dkGoodsCode.Location = new System.Drawing.Point(264, 20);
  424. this.dkGoodsCode.Name = "dkGoodsCode";
  425. this.dkGoodsCode.PurviewType = ((byte)(0));
  426. this.dkGoodsCode.Size = new System.Drawing.Size(219, 21);
  427. this.dkGoodsCode.TabIndex = 14;
  428. this.dkGoodsCode.Title = "产品编码";
  429. this.dkGoodsCode.TxtGoodsBackColor = System.Drawing.SystemColors.Control;
  430. //
  431. // groupBox1
  432. //
  433. this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
  434. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  435. this.groupBox1.Controls.Add(this.btnCancelBarCode);
  436. this.groupBox1.Controls.Add(this.btnCancel);
  437. this.groupBox1.Controls.Add(this.lblMessage);
  438. this.groupBox1.Controls.Add(this.btnReplace);
  439. this.groupBox1.Controls.Add(this.c_Label1);
  440. this.groupBox1.Controls.Add(this.txtGroutingUserCode);
  441. this.groupBox1.Controls.Add(this.dkGoodsCode);
  442. this.groupBox1.Location = new System.Drawing.Point(0, 545);
  443. this.groupBox1.Name = "groupBox1";
  444. this.groupBox1.Size = new System.Drawing.Size(949, 74);
  445. this.groupBox1.TabIndex = 35;
  446. this.groupBox1.TabStop = false;
  447. this.groupBox1.Text = "变更数据";
  448. //
  449. // btnCancelBarCode
  450. //
  451. this.btnCancelBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  452. this.btnCancelBarCode.BackColor = System.Drawing.Color.Transparent;
  453. this.btnCancelBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancelBarCode.BackgroundImage")));
  454. this.btnCancelBarCode.CausesValidation = false;
  455. this.btnCancelBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.btnCancelBarCode.ForeColor = System.Drawing.Color.White;
  457. this.btnCancelBarCode.Location = new System.Drawing.Point(702, 15);
  458. this.btnCancelBarCode.Name = "btnCancelBarCode";
  459. this.btnCancelBarCode.Size = new System.Drawing.Size(85, 30);
  460. this.btnCancelBarCode.TabIndex = 35;
  461. this.btnCancelBarCode.Text = "取消绑定";
  462. this.btnCancelBarCode.UseVisualStyleBackColor = true;
  463. this.btnCancelBarCode.Click += new System.EventHandler(this.btnCancelBarCode_Click);
  464. //
  465. // btnCancel
  466. //
  467. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  468. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  469. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  470. this.btnCancel.CausesValidation = false;
  471. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  472. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.btnCancel.ForeColor = System.Drawing.Color.White;
  474. this.btnCancel.Location = new System.Drawing.Point(611, 15);
  475. this.btnCancel.Name = "btnCancel";
  476. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  477. this.btnCancel.TabIndex = 35;
  478. this.btnCancel.Text = "关闭";
  479. this.btnCancel.UseVisualStyleBackColor = true;
  480. //
  481. // lblMessage
  482. //
  483. this.lblMessage.AutoSize = true;
  484. this.lblMessage.BackColor = System.Drawing.Color.Transparent;
  485. this.lblMessage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.lblMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  487. this.lblMessage.IsMustInput = true;
  488. this.lblMessage.Location = new System.Drawing.Point(59, 54);
  489. this.lblMessage.Name = "lblMessage";
  490. this.lblMessage.Size = new System.Drawing.Size(137, 12);
  491. this.lblMessage.TabIndex = 34;
  492. this.lblMessage.Text = "成型工号是全部模具替换";
  493. //
  494. // btnReplace
  495. //
  496. this.btnReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  497. this.btnReplace.BackColor = System.Drawing.Color.Transparent;
  498. this.btnReplace.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReplace.BackgroundImage")));
  499. this.btnReplace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.btnReplace.ForeColor = System.Drawing.Color.White;
  501. this.btnReplace.Location = new System.Drawing.Point(516, 15);
  502. this.btnReplace.Name = "btnReplace";
  503. this.btnReplace.Size = new System.Drawing.Size(85, 30);
  504. this.btnReplace.TabIndex = 33;
  505. this.btnReplace.Text = "替换";
  506. this.btnReplace.UseVisualStyleBackColor = true;
  507. this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
  508. //
  509. // GroutingDailyDetailID
  510. //
  511. this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
  512. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  513. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  514. this.GroutingDailyDetailID.Visible = false;
  515. //
  516. // Sel
  517. //
  518. this.Sel.DataPropertyName = "Sel";
  519. this.Sel.FalseValue = "0";
  520. this.Sel.HeaderText = "选择";
  521. this.Sel.Name = "Sel";
  522. this.Sel.TrueValue = "1";
  523. this.Sel.Width = 50;
  524. //
  525. // GroutingDailyID
  526. //
  527. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  528. this.GroutingDailyID.HeaderText = "注浆日报ID";
  529. this.GroutingDailyID.Name = "GroutingDailyID";
  530. this.GroutingDailyID.Visible = false;
  531. //
  532. // GroutingLineID
  533. //
  534. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  535. this.GroutingLineID.HeaderText = "成型线ID";
  536. this.GroutingLineID.Name = "GroutingLineID";
  537. this.GroutingLineID.Visible = false;
  538. //
  539. // GroutingLineDetailID
  540. //
  541. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  542. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  543. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  544. this.GroutingLineDetailID.Visible = false;
  545. //
  546. // GroutingLineCode
  547. //
  548. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  549. this.GroutingLineCode.HeaderText = "成型线编码";
  550. this.GroutingLineCode.Name = "GroutingLineCode";
  551. this.GroutingLineCode.ReadOnly = true;
  552. //
  553. // PROCEDURENAME
  554. //
  555. this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
  556. this.PROCEDURENAME.HeaderText = "当前工序";
  557. this.PROCEDURENAME.Name = "PROCEDURENAME";
  558. //
  559. // GroutingLineName
  560. //
  561. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  562. this.GroutingLineName.HeaderText = "成型线名称";
  563. this.GroutingLineName.Name = "GroutingLineName";
  564. this.GroutingLineName.ReadOnly = true;
  565. //
  566. // GoodsCode
  567. //
  568. this.GoodsCode.DataPropertyName = "GoodsCode";
  569. this.GoodsCode.HeaderText = "产品编码";
  570. this.GoodsCode.Name = "GoodsCode";
  571. this.GoodsCode.ReadOnly = true;
  572. //
  573. // GoodsName
  574. //
  575. this.GoodsName.DataPropertyName = "GoodsName";
  576. this.GoodsName.HeaderText = "产品名称";
  577. this.GoodsName.Name = "GoodsName";
  578. this.GoodsName.ReadOnly = true;
  579. //
  580. // UserCode
  581. //
  582. this.UserCode.DataPropertyName = "UserCode";
  583. this.UserCode.HeaderText = "成型工号";
  584. this.UserCode.Name = "UserCode";
  585. this.UserCode.ReadOnly = true;
  586. //
  587. // GroutingBatchNo
  588. //
  589. this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
  590. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  591. this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle3;
  592. this.GroutingBatchNo.HeaderText = "注浆批次";
  593. this.GroutingBatchNo.Name = "GroutingBatchNo";
  594. this.GroutingBatchNo.ReadOnly = true;
  595. //
  596. // colGMouldStatus
  597. //
  598. this.colGMouldStatus.DataPropertyName = "GMouldStatusName";
  599. this.colGMouldStatus.HeaderText = "模具状态";
  600. this.colGMouldStatus.Name = "colGMouldStatus";
  601. this.colGMouldStatus.ReadOnly = true;
  602. //
  603. // GroutingMouldCode
  604. //
  605. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  606. this.GroutingMouldCode.HeaderText = "模具编号";
  607. this.GroutingMouldCode.Name = "GroutingMouldCode";
  608. this.GroutingMouldCode.ReadOnly = true;
  609. //
  610. // BarCode
  611. //
  612. this.BarCode.DataPropertyName = "BarCode";
  613. this.BarCode.HeaderText = "绑定条码";
  614. this.BarCode.Name = "BarCode";
  615. this.BarCode.ReadOnly = true;
  616. //
  617. // ScrapFlag
  618. //
  619. this.ScrapFlag.DataPropertyName = "ScrapFlag";
  620. this.ScrapFlag.FalseValue = "0";
  621. this.ScrapFlag.HeaderText = "损坯标识";
  622. this.ScrapFlag.Name = "ScrapFlag";
  623. this.ScrapFlag.ReadOnly = true;
  624. this.ScrapFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  625. this.ScrapFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  626. this.ScrapFlag.TrueValue = "1";
  627. //
  628. // GroutingFlag
  629. //
  630. this.GroutingFlag.DataPropertyName = "GroutingFlag";
  631. this.GroutingFlag.FalseValue = "0";
  632. this.GroutingFlag.HeaderText = "注浆标识";
  633. this.GroutingFlag.Name = "GroutingFlag";
  634. this.GroutingFlag.ReadOnly = true;
  635. this.GroutingFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  636. this.GroutingFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  637. this.GroutingFlag.TrueValue = "1";
  638. //
  639. // GroutingDate
  640. //
  641. this.GroutingDate.DataPropertyName = "GroutingDate";
  642. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  643. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  644. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  645. this.GroutingDate.HeaderText = "注浆日期";
  646. this.GroutingDate.Name = "GroutingDate";
  647. this.GroutingDate.ReadOnly = true;
  648. //
  649. // NoGroutingRreason
  650. //
  651. this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
  652. this.NoGroutingRreason.HeaderText = "未注浆原因";
  653. this.NoGroutingRreason.Name = "NoGroutingRreason";
  654. this.NoGroutingRreason.ReadOnly = true;
  655. //
  656. // GroutingCount
  657. //
  658. this.GroutingCount.DataPropertyName = "GroutingCount";
  659. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  660. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle5;
  661. this.GroutingCount.HeaderText = "注浆次数";
  662. this.GroutingCount.Name = "GroutingCount";
  663. this.GroutingCount.ReadOnly = true;
  664. //
  665. // GMouldTypeName
  666. //
  667. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  668. this.GMouldTypeName.HeaderText = "成型线类型";
  669. this.GMouldTypeName.Name = "GMouldTypeName";
  670. this.GMouldTypeName.ReadOnly = true;
  671. //
  672. // CreateTime
  673. //
  674. this.CreateTime.DataPropertyName = "CreateTime";
  675. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  676. dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
  677. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle6;
  678. this.CreateTime.HeaderText = "创建时间";
  679. this.CreateTime.Name = "CreateTime";
  680. this.CreateTime.ReadOnly = true;
  681. //
  682. // Createuser
  683. //
  684. this.Createuser.DataPropertyName = "Createuser";
  685. this.Createuser.HeaderText = "创建者";
  686. this.Createuser.Name = "Createuser";
  687. this.Createuser.ReadOnly = true;
  688. //
  689. // Remarks
  690. //
  691. this.Remarks.DataPropertyName = "Remarks";
  692. this.Remarks.HeaderText = "备注";
  693. this.Remarks.Name = "Remarks";
  694. this.Remarks.ReadOnly = true;
  695. //
  696. // F_PM_2105
  697. //
  698. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  699. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  700. this.CancelButton = this.btnCancel;
  701. this.ClientSize = new System.Drawing.Size(961, 644);
  702. this.Controls.Add(this.groupBox1);
  703. this.Controls.Add(this.chkUserChoose);
  704. this.Controls.Add(this.dgvGroutingDaily);
  705. this.Controls.Add(this.gbxCondition);
  706. this.Controls.Add(this.tsrOperate);
  707. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  708. this.IsSaveFormSize = false;
  709. this.MaximizeBox = false;
  710. this.MinimizeBox = false;
  711. this.Name = "F_PM_2105";
  712. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  713. this.Text = "注浆变更";
  714. this.Load += new System.EventHandler(this.F_PM_2105_Load);
  715. this.Controls.SetChildIndex(this.tsrOperate, 0);
  716. this.Controls.SetChildIndex(this.gbxCondition, 0);
  717. this.Controls.SetChildIndex(this.dgvGroutingDaily, 0);
  718. this.Controls.SetChildIndex(this.chkUserChoose, 0);
  719. this.Controls.SetChildIndex(this.groupBox1, 0);
  720. this.tsrOperate.ResumeLayout(false);
  721. this.tsrOperate.PerformLayout();
  722. this.gbxCondition.ResumeLayout(false);
  723. this.gbxCondition.PerformLayout();
  724. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).EndInit();
  725. this.groupBox1.ResumeLayout(false);
  726. this.groupBox1.PerformLayout();
  727. this.ResumeLayout(false);
  728. this.PerformLayout();
  729. }
  730. #endregion
  731. private Basics.BaseControls.C_ToolStrip tsrOperate;
  732. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  733. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  734. private System.Windows.Forms.ToolStripButton tsbtnClose;
  735. private Basics.BaseControls.C_GroupBox gbxCondition;
  736. private Basics.BaseControls.C_Button btnClearCondition;
  737. private Basics.BaseControls.C_Button btnSearch;
  738. private Basics.BaseControls.C_DateTimePicker txtGroutingDate;
  739. private Basics.BaseControls.C_Label lblGroutingDate;
  740. private Basics.BaseControls.C_DataGridView dgvGroutingDaily;
  741. private Basics.BaseControls.C_CheckBox chkUserChoose;
  742. private Basics.BaseControls.C_Label c_Label1;
  743. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  744. private Controls.SearchTextBox.dkGoodsCodeSearchBox dkGoodsCode;
  745. private System.Windows.Forms.GroupBox groupBox1;
  746. private Basics.BaseControls.C_Button btnReplace;
  747. private Basics.BaseControls.C_Label lblMessage;
  748. private Basics.BaseControls.C_Button btnCancel;
  749. private Basics.BaseControls.C_Button btnCancelBarCode;
  750. private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
  751. private Basics.BaseControls.C_Label c_Label2;
  752. private Basics.BaseControls.C_Label lblGroutingLine;
  753. private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
  754. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  755. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  756. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  757. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  758. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  759. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  760. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
  761. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  762. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  763. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  764. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  765. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
  766. private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldStatus;
  767. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  768. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  769. private System.Windows.Forms.DataGridViewCheckBoxColumn ScrapFlag;
  770. private System.Windows.Forms.DataGridViewCheckBoxColumn GroutingFlag;
  771. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  772. private System.Windows.Forms.DataGridViewTextBoxColumn NoGroutingRreason;
  773. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  774. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  775. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  776. private System.Windows.Forms.DataGridViewTextBoxColumn Createuser;
  777. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  778. }
  779. }