F_PM_0102.Designer.cs 39 KB

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