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.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  39. this.tsbtnAllGrouting = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnGrouting = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnClearDetail = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.tsbtnChangeGroutingUser = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  45. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  47. this.gbxInfo = new System.Windows.Forms.GroupBox();
  48. this.txtGrouting1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.c_Button1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  51. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblNoGroutingRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.btnNGRSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.cboNoGroutingRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  55. this.txtGrouting = new System.Windows.Forms.TextBox();
  56. this.lblGroutingDateValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.lblGrouting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GroutingLineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GroutingUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.monitorid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.monitorcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GroutingFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  74. this.NoGroutingRreason = new System.Windows.Forms.DataGridViewComboBoxColumn();
  75. this.colLogo = new System.Windows.Forms.DataGridViewComboBoxColumn();
  76. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  78. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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);
  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);
  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);
  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. // 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(8, 25);
  221. this.lblGroutingDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  222. this.lblGroutingDate.Name = "lblGroutingDate";
  223. this.lblGroutingDate.Size = new System.Drawing.Size(67, 15);
  224. this.lblGroutingDate.TabIndex = 0;
  225. this.lblGroutingDate.Text = "注浆日期";
  226. //
  227. // tsrOperate
  228. //
  229. this.tsrOperate.AutoSize = false;
  230. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  231. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  232. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  234. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  235. this.tsbtnAllGrouting,
  236. this.tsbtnGrouting,
  237. this.tsbtnClearDetail,
  238. this.toolStripSeparator1,
  239. this.tsbtnChangeGroutingUser,
  240. this.toolStripSeparator3,
  241. this.tsbtnAdaptive,
  242. this.tsbtnClose});
  243. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  244. this.tsrOperate.Name = "tsrOperate";
  245. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  246. this.tsrOperate.ShowItemToolTips = false;
  247. this.tsrOperate.Size = new System.Drawing.Size(1181, 44);
  248. this.tsrOperate.TabIndex = 0;
  249. //
  250. // tsbtnAllGrouting
  251. //
  252. this.tsbtnAllGrouting.AutoSize = false;
  253. this.tsbtnAllGrouting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.tsbtnAllGrouting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  255. this.tsbtnAllGrouting.ImageTransparentColor = System.Drawing.Color.Magenta;
  256. this.tsbtnAllGrouting.Name = "tsbtnAllGrouting";
  257. this.tsbtnAllGrouting.Size = new System.Drawing.Size(80, 25);
  258. this.tsbtnAllGrouting.Text = "全线注浆(&G)";
  259. this.tsbtnAllGrouting.Click += new System.EventHandler(this.tsbtnAllGrouting_Click);
  260. //
  261. // tsbtnGrouting
  262. //
  263. this.tsbtnGrouting.AutoSize = false;
  264. this.tsbtnGrouting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.tsbtnGrouting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  266. this.tsbtnGrouting.ImageTransparentColor = System.Drawing.Color.Magenta;
  267. this.tsbtnGrouting.Name = "tsbtnGrouting";
  268. this.tsbtnGrouting.Size = new System.Drawing.Size(80, 25);
  269. this.tsbtnGrouting.Text = "部分注浆(&Q)";
  270. this.tsbtnGrouting.Click += new System.EventHandler(this.tsbtnGrouting_Click);
  271. //
  272. // tsbtnClearDetail
  273. //
  274. this.tsbtnClearDetail.AutoSize = false;
  275. this.tsbtnClearDetail.Enabled = false;
  276. this.tsbtnClearDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.tsbtnClearDetail.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  278. this.tsbtnClearDetail.ImageTransparentColor = System.Drawing.Color.Magenta;
  279. this.tsbtnClearDetail.Name = "tsbtnClearDetail";
  280. this.tsbtnClearDetail.Size = new System.Drawing.Size(80, 25);
  281. this.tsbtnClearDetail.Text = "清空明细(&C)";
  282. this.tsbtnClearDetail.Click += new System.EventHandler(this.tsbtnClearDetail_Click);
  283. //
  284. // toolStripSeparator1
  285. //
  286. this.toolStripSeparator1.AutoSize = false;
  287. this.toolStripSeparator1.Name = "toolStripSeparator1";
  288. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  289. //
  290. // tsbtnChangeGroutingUser
  291. //
  292. this.tsbtnChangeGroutingUser.AutoSize = false;
  293. this.tsbtnChangeGroutingUser.Enabled = false;
  294. this.tsbtnChangeGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.tsbtnChangeGroutingUser.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  296. this.tsbtnChangeGroutingUser.ImageTransparentColor = System.Drawing.Color.Magenta;
  297. this.tsbtnChangeGroutingUser.Name = "tsbtnChangeGroutingUser";
  298. this.tsbtnChangeGroutingUser.Size = new System.Drawing.Size(100, 25);
  299. this.tsbtnChangeGroutingUser.Text = "更换成型工(&R)";
  300. this.tsbtnChangeGroutingUser.Visible = false;
  301. this.tsbtnChangeGroutingUser.Click += new System.EventHandler(this.tsbtnChangeGroutingUser_Click);
  302. //
  303. // toolStripSeparator3
  304. //
  305. this.toolStripSeparator3.AutoSize = false;
  306. this.toolStripSeparator3.Name = "toolStripSeparator3";
  307. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  308. this.toolStripSeparator3.Visible = false;
  309. //
  310. // tsbtnAdaptive
  311. //
  312. this.tsbtnAdaptive.AutoSize = false;
  313. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  315. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  316. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  317. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  318. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  319. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  320. //
  321. // tsbtnClose
  322. //
  323. this.tsbtnClose.AutoSize = false;
  324. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  326. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  327. this.tsbtnClose.Name = "tsbtnClose";
  328. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  329. this.tsbtnClose.Text = "关闭(&X)";
  330. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  331. //
  332. // gbxInfo
  333. //
  334. this.gbxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  335. | System.Windows.Forms.AnchorStyles.Right)));
  336. this.gbxInfo.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  337. this.gbxInfo.Controls.Add(this.txtGrouting1);
  338. this.gbxInfo.Controls.Add(this.c_Button1);
  339. this.gbxInfo.Controls.Add(this.cmbLogo);
  340. this.gbxInfo.Controls.Add(this.c_Label1);
  341. this.gbxInfo.Controls.Add(this.lblNoGroutingRreason);
  342. this.gbxInfo.Controls.Add(this.btnNGRSetting);
  343. this.gbxInfo.Controls.Add(this.cboNoGroutingRreason);
  344. this.gbxInfo.Controls.Add(this.txtGrouting);
  345. this.gbxInfo.Controls.Add(this.lblGroutingDateValue);
  346. this.gbxInfo.Controls.Add(this.lblGrouting);
  347. this.gbxInfo.Controls.Add(this.lblGroutingDate);
  348. this.gbxInfo.Location = new System.Drawing.Point(16, 48);
  349. this.gbxInfo.Margin = new System.Windows.Forms.Padding(4);
  350. this.gbxInfo.Name = "gbxInfo";
  351. this.gbxInfo.Padding = new System.Windows.Forms.Padding(4);
  352. this.gbxInfo.Size = new System.Drawing.Size(1149, 121);
  353. this.gbxInfo.TabIndex = 1;
  354. this.gbxInfo.TabStop = false;
  355. this.gbxInfo.Text = "注浆信息";
  356. //
  357. // txtGrouting1
  358. //
  359. this.txtGrouting1.AutoSize = true;
  360. this.txtGrouting1.BackColor = System.Drawing.Color.Transparent;
  361. this.txtGrouting1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.txtGrouting1.Location = new System.Drawing.Point(612, 22);
  363. this.txtGrouting1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  364. this.txtGrouting1.Name = "txtGrouting1";
  365. this.txtGrouting1.Size = new System.Drawing.Size(23, 15);
  366. this.txtGrouting1.TabIndex = 5;
  367. this.txtGrouting1.Text = "--";
  368. this.txtGrouting1.Visible = false;
  369. //
  370. // c_Button1
  371. //
  372. this.c_Button1.BackColor = System.Drawing.Color.Transparent;
  373. this.c_Button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_Button1.BackgroundImage")));
  374. this.c_Button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.c_Button1.ForeColor = System.Drawing.Color.White;
  376. this.c_Button1.Location = new System.Drawing.Point(525, 41);
  377. this.c_Button1.Margin = new System.Windows.Forms.Padding(4);
  378. this.c_Button1.Name = "c_Button1";
  379. this.c_Button1.Size = new System.Drawing.Size(59, 34);
  380. this.c_Button1.TabIndex = 6;
  381. this.c_Button1.Text = "设置";
  382. this.c_Button1.UseVisualStyleBackColor = false;
  383. this.c_Button1.Click += new System.EventHandler(this.c_Button1_Click);
  384. //
  385. // cmbLogo
  386. //
  387. this.cmbLogo.BackColor = System.Drawing.SystemColors.Window;
  388. this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window;
  389. this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  390. this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.cmbLogo.FormattingEnabled = true;
  392. this.cmbLogo.Location = new System.Drawing.Point(105, 48);
  393. this.cmbLogo.Margin = new System.Windows.Forms.Padding(4);
  394. this.cmbLogo.Name = "cmbLogo";
  395. this.cmbLogo.Size = new System.Drawing.Size(412, 23);
  396. this.cmbLogo.TabIndex = 5;
  397. //
  398. // c_Label1
  399. //
  400. this.c_Label1.AutoSize = true;
  401. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  402. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  404. this.c_Label1.Location = new System.Drawing.Point(11, 52);
  405. this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  406. this.c_Label1.Name = "c_Label1";
  407. this.c_Label1.Size = new System.Drawing.Size(67, 15);
  408. this.c_Label1.TabIndex = 4;
  409. this.c_Label1.Text = "产品商标";
  410. //
  411. // lblNoGroutingRreason
  412. //
  413. this.lblNoGroutingRreason.AutoSize = true;
  414. this.lblNoGroutingRreason.BackColor = System.Drawing.Color.Transparent;
  415. this.lblNoGroutingRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.lblNoGroutingRreason.ForeColor = System.Drawing.SystemColors.ControlText;
  417. this.lblNoGroutingRreason.Location = new System.Drawing.Point(11, 89);
  418. this.lblNoGroutingRreason.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  419. this.lblNoGroutingRreason.Name = "lblNoGroutingRreason";
  420. this.lblNoGroutingRreason.Size = new System.Drawing.Size(82, 15);
  421. this.lblNoGroutingRreason.TabIndex = 7;
  422. this.lblNoGroutingRreason.Text = "未注浆原因";
  423. this.lblNoGroutingRreason.Visible = false;
  424. //
  425. // btnNGRSetting
  426. //
  427. this.btnNGRSetting.BackColor = System.Drawing.Color.Transparent;
  428. this.btnNGRSetting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNGRSetting.BackgroundImage")));
  429. this.btnNGRSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.btnNGRSetting.ForeColor = System.Drawing.Color.White;
  431. this.btnNGRSetting.Location = new System.Drawing.Point(525, 78);
  432. this.btnNGRSetting.Margin = new System.Windows.Forms.Padding(4);
  433. this.btnNGRSetting.Name = "btnNGRSetting";
  434. this.btnNGRSetting.Size = new System.Drawing.Size(59, 34);
  435. this.btnNGRSetting.TabIndex = 9;
  436. this.btnNGRSetting.Text = "设置";
  437. this.btnNGRSetting.UseVisualStyleBackColor = false;
  438. this.btnNGRSetting.Visible = false;
  439. this.btnNGRSetting.Click += new System.EventHandler(this.btnNGRSetting_Click);
  440. //
  441. // cboNoGroutingRreason
  442. //
  443. this.cboNoGroutingRreason.BackColor = System.Drawing.SystemColors.Window;
  444. this.cboNoGroutingRreason.BackgroundColor = System.Drawing.SystemColors.Window;
  445. this.cboNoGroutingRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  446. this.cboNoGroutingRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.cboNoGroutingRreason.FormattingEnabled = true;
  448. this.cboNoGroutingRreason.Location = new System.Drawing.Point(105, 85);
  449. this.cboNoGroutingRreason.Margin = new System.Windows.Forms.Padding(4);
  450. this.cboNoGroutingRreason.Name = "cboNoGroutingRreason";
  451. this.cboNoGroutingRreason.Size = new System.Drawing.Size(152, 23);
  452. this.cboNoGroutingRreason.TabIndex = 8;
  453. this.cboNoGroutingRreason.Visible = false;
  454. //
  455. // txtGrouting
  456. //
  457. this.txtGrouting.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  458. | System.Windows.Forms.AnchorStyles.Right)));
  459. this.txtGrouting.Location = new System.Drawing.Point(643, 22);
  460. this.txtGrouting.Margin = new System.Windows.Forms.Padding(4);
  461. this.txtGrouting.Multiline = true;
  462. this.txtGrouting.Name = "txtGrouting";
  463. this.txtGrouting.ReadOnly = true;
  464. this.txtGrouting.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  465. this.txtGrouting.Size = new System.Drawing.Size(497, 90);
  466. this.txtGrouting.TabIndex = 3;
  467. //
  468. // lblGroutingDateValue
  469. //
  470. this.lblGroutingDateValue.AutoSize = true;
  471. this.lblGroutingDateValue.BackColor = System.Drawing.Color.Transparent;
  472. this.lblGroutingDateValue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.lblGroutingDateValue.ForeColor = System.Drawing.SystemColors.ControlText;
  474. this.lblGroutingDateValue.Location = new System.Drawing.Point(103, 25);
  475. this.lblGroutingDateValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  476. this.lblGroutingDateValue.Name = "lblGroutingDateValue";
  477. this.lblGroutingDateValue.Size = new System.Drawing.Size(87, 15);
  478. this.lblGroutingDateValue.TabIndex = 1;
  479. this.lblGroutingDateValue.Text = "YYYY-MM-DD";
  480. //
  481. // lblGrouting
  482. //
  483. this.lblGrouting.AutoSize = true;
  484. this.lblGrouting.BackColor = System.Drawing.Color.Transparent;
  485. this.lblGrouting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.lblGrouting.ForeColor = System.Drawing.SystemColors.ControlText;
  487. this.lblGrouting.Location = new System.Drawing.Point(522, 22);
  488. this.lblGrouting.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  489. this.lblGrouting.Name = "lblGrouting";
  490. this.lblGrouting.Size = new System.Drawing.Size(82, 15);
  491. this.lblGrouting.TabIndex = 2;
  492. this.lblGrouting.Text = "成型线信息";
  493. //
  494. // GroutingDailyID
  495. //
  496. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  497. this.GroutingDailyID.HeaderText = "注浆日报ID";
  498. this.GroutingDailyID.MinimumWidth = 6;
  499. this.GroutingDailyID.Name = "GroutingDailyID";
  500. this.GroutingDailyID.Visible = false;
  501. this.GroutingDailyID.Width = 125;
  502. //
  503. // GroutingDailyDetailID
  504. //
  505. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  506. this.GroutingDailyDetailID.MinimumWidth = 6;
  507. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  508. this.GroutingDailyDetailID.Visible = false;
  509. this.GroutingDailyDetailID.Width = 125;
  510. //
  511. // GroutingLineId
  512. //
  513. this.GroutingLineId.DataPropertyName = "GroutingLineId";
  514. this.GroutingLineId.HeaderText = "成型线ID";
  515. this.GroutingLineId.MinimumWidth = 6;
  516. this.GroutingLineId.Name = "GroutingLineId";
  517. this.GroutingLineId.Visible = false;
  518. this.GroutingLineId.Width = 125;
  519. //
  520. // GroutingLineDetailID
  521. //
  522. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  523. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  524. this.GroutingLineDetailID.MinimumWidth = 6;
  525. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  526. this.GroutingLineDetailID.Visible = false;
  527. this.GroutingLineDetailID.Width = 125;
  528. //
  529. // GroutingLineCode
  530. //
  531. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  532. this.GroutingLineCode.HeaderText = "成型线编码";
  533. this.GroutingLineCode.MinimumWidth = 6;
  534. this.GroutingLineCode.Name = "GroutingLineCode";
  535. this.GroutingLineCode.ReadOnly = true;
  536. this.GroutingLineCode.Width = 125;
  537. //
  538. // GroutingLineName
  539. //
  540. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  541. this.GroutingLineName.HeaderText = "成型线名称";
  542. this.GroutingLineName.MinimumWidth = 6;
  543. this.GroutingLineName.Name = "GroutingLineName";
  544. this.GroutingLineName.ReadOnly = true;
  545. this.GroutingLineName.Width = 125;
  546. //
  547. // GroutingUserID
  548. //
  549. this.GroutingUserID.DataPropertyName = "UserID";
  550. this.GroutingUserID.HeaderText = "成型工号ID";
  551. this.GroutingUserID.MinimumWidth = 6;
  552. this.GroutingUserID.Name = "GroutingUserID";
  553. this.GroutingUserID.Visible = false;
  554. this.GroutingUserID.Width = 125;
  555. //
  556. // GroutingUserCode
  557. //
  558. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  559. this.GroutingUserCode.HeaderText = "成型工位号";
  560. this.GroutingUserCode.MinimumWidth = 6;
  561. this.GroutingUserCode.Name = "GroutingUserCode";
  562. this.GroutingUserCode.ReadOnly = true;
  563. this.GroutingUserCode.Width = 125;
  564. //
  565. // monitorid
  566. //
  567. this.monitorid.DataPropertyName = "monitorid";
  568. this.monitorid.HeaderText = "monitorid";
  569. this.monitorid.MinimumWidth = 6;
  570. this.monitorid.Name = "monitorid";
  571. this.monitorid.Visible = false;
  572. this.monitorid.Width = 125;
  573. //
  574. // monitorcode
  575. //
  576. this.monitorcode.DataPropertyName = "monitorcode";
  577. this.monitorcode.HeaderText = "成型班长";
  578. this.monitorcode.MinimumWidth = 6;
  579. this.monitorcode.Name = "monitorcode";
  580. this.monitorcode.ReadOnly = true;
  581. this.monitorcode.Width = 125;
  582. //
  583. // GoodsCode
  584. //
  585. this.GoodsCode.DataPropertyName = "GoodsCode";
  586. this.GoodsCode.HeaderText = "产品编码";
  587. this.GoodsCode.MinimumWidth = 6;
  588. this.GoodsCode.Name = "GoodsCode";
  589. this.GoodsCode.ReadOnly = true;
  590. this.GoodsCode.Width = 125;
  591. //
  592. // GoodsName
  593. //
  594. this.GoodsName.DataPropertyName = "GoodsName";
  595. this.GoodsName.HeaderText = "产品名称";
  596. this.GoodsName.MinimumWidth = 6;
  597. this.GoodsName.Name = "GoodsName";
  598. this.GoodsName.ReadOnly = true;
  599. this.GoodsName.Width = 125;
  600. //
  601. // GroutingMouldCode
  602. //
  603. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  604. this.GroutingMouldCode.HeaderText = "模具编号";
  605. this.GroutingMouldCode.MinimumWidth = 6;
  606. this.GroutingMouldCode.Name = "GroutingMouldCode";
  607. this.GroutingMouldCode.ReadOnly = true;
  608. this.GroutingMouldCode.Width = 120;
  609. //
  610. // GMouldStatus
  611. //
  612. this.GMouldStatus.DataPropertyName = "GMouldStatusName";
  613. this.GMouldStatus.HeaderText = "模具状态";
  614. this.GMouldStatus.MinimumWidth = 6;
  615. this.GMouldStatus.Name = "GMouldStatus";
  616. this.GMouldStatus.ReadOnly = true;
  617. this.GMouldStatus.Width = 60;
  618. //
  619. // GroutingBatchNo
  620. //
  621. this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
  622. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  623. this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle3;
  624. this.GroutingBatchNo.HeaderText = "注浆批次";
  625. this.GroutingBatchNo.MinimumWidth = 6;
  626. this.GroutingBatchNo.Name = "GroutingBatchNo";
  627. this.GroutingBatchNo.ReadOnly = true;
  628. this.GroutingBatchNo.Width = 125;
  629. //
  630. // GroutingFlag
  631. //
  632. this.GroutingFlag.DataPropertyName = "GroutingFlag";
  633. this.GroutingFlag.FalseValue = "0";
  634. this.GroutingFlag.HeaderText = "注浆标识";
  635. this.GroutingFlag.IndeterminateValue = "0";
  636. this.GroutingFlag.MinimumWidth = 6;
  637. this.GroutingFlag.Name = "GroutingFlag";
  638. this.GroutingFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  639. this.GroutingFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  640. this.GroutingFlag.TrueValue = "1";
  641. this.GroutingFlag.Width = 80;
  642. //
  643. // NoGroutingRreason
  644. //
  645. this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
  646. this.NoGroutingRreason.HeaderText = "未注浆原因";
  647. this.NoGroutingRreason.MinimumWidth = 6;
  648. this.NoGroutingRreason.Name = "NoGroutingRreason";
  649. this.NoGroutingRreason.ReadOnly = true;
  650. this.NoGroutingRreason.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  651. this.NoGroutingRreason.Width = 125;
  652. //
  653. // colLogo
  654. //
  655. this.colLogo.DataPropertyName = "LogoID";
  656. this.colLogo.HeaderText = "产品商标";
  657. this.colLogo.MinimumWidth = 6;
  658. this.colLogo.Name = "colLogo";
  659. this.colLogo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  660. this.colLogo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  661. this.colLogo.Width = 125;
  662. //
  663. // BarCode
  664. //
  665. this.BarCode.DataPropertyName = "BarCode";
  666. this.BarCode.HeaderText = "绑定条码";
  667. this.BarCode.MinimumWidth = 6;
  668. this.BarCode.Name = "BarCode";
  669. this.BarCode.ReadOnly = true;
  670. this.BarCode.Width = 125;
  671. //
  672. // ScrapFlag
  673. //
  674. this.ScrapFlag.DataPropertyName = "ScrapFlag";
  675. this.ScrapFlag.FalseValue = "0";
  676. this.ScrapFlag.HeaderText = "损坯标识";
  677. this.ScrapFlag.IndeterminateValue = "0";
  678. this.ScrapFlag.MinimumWidth = 6;
  679. this.ScrapFlag.Name = "ScrapFlag";
  680. this.ScrapFlag.ReadOnly = true;
  681. this.ScrapFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  682. this.ScrapFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  683. this.ScrapFlag.TrueValue = "1";
  684. this.ScrapFlag.Width = 125;
  685. //
  686. // Remarks
  687. //
  688. this.Remarks.DataPropertyName = "Remarks";
  689. this.Remarks.HeaderText = "备注";
  690. this.Remarks.MinimumWidth = 6;
  691. this.Remarks.Name = "Remarks";
  692. this.Remarks.Width = 125;
  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. }