F_PM_2901.Designer.cs 32 KB

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