F_PM_0103.Designer.cs 39 KB

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