F_PM_2105.Designer.cs 40 KB

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