F_PM_0103.Designer.cs 41 KB

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