F_PM_0108.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0108
  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_0108));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.GroutingLineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  50. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  52. this.gbxInfo = new System.Windows.Forms.GroupBox();
  53. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
  55. this.dtpGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  56. this.txtGroutingBatchno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  57. this.lblGroutingBatchno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.btnClearBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.txtBarCodeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  60. this.btnBindBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.lblBarCodeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  63. this.tsrOperate.SuspendLayout();
  64. this.gbxInfo.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // btnClose
  68. //
  69. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  70. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  71. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  72. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  73. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.btnClose.ForeColor = System.Drawing.Color.White;
  75. this.btnClose.Location = new System.Drawing.Point(987, 557);
  76. this.btnClose.Name = "btnClose";
  77. this.btnClose.Size = new System.Drawing.Size(85, 30);
  78. this.btnClose.TabIndex = 4;
  79. this.btnClose.Text = "关闭";
  80. this.btnClose.UseVisualStyleBackColor = false;
  81. this.btnClose.Click += new System.EventHandler(this.btnCancel_Click);
  82. //
  83. // btnSave
  84. //
  85. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  86. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  87. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  88. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.btnSave.ForeColor = System.Drawing.Color.White;
  90. this.btnSave.Location = new System.Drawing.Point(896, 557);
  91. this.btnSave.Name = "btnSave";
  92. this.btnSave.Size = new System.Drawing.Size(85, 30);
  93. this.btnSave.TabIndex = 3;
  94. this.btnSave.Text = "保存(&S)";
  95. this.btnSave.UseVisualStyleBackColor = false;
  96. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  97. //
  98. // dgvDetail
  99. //
  100. this.dgvDetail.AllowUserToAddRows = false;
  101. this.dgvDetail.AllowUserToDeleteRows = false;
  102. this.dgvDetail.AllowUserToModifyRows = true;
  103. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  104. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  105. this.dgvDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  106. | System.Windows.Forms.AnchorStyles.Left)
  107. | System.Windows.Forms.AnchorStyles.Right)));
  108. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  109. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  110. this.dgvDetail.CellHeight = 23;
  111. this.dgvDetail.ChildNodeColumnName = null;
  112. this.dgvDetail.ChildNodeColumnText = null;
  113. this.dgvDetail.ColumnDeep = 1;
  114. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  115. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  116. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  117. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  119. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  120. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  121. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  122. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  123. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  124. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  125. this.GroutingLineCode,
  126. this.GroutingLineName,
  127. this.GroutingUserCode,
  128. this.GoodsCode,
  129. this.GoodsName,
  130. this.GroutingMouldCode,
  131. this.GMouldStatus,
  132. this.BarCode,
  133. this.Remarks,
  134. this.GroutingLineId,
  135. this.GroutingLineDetailID,
  136. this.UserID});
  137. this.dgvDetail.ColumnTreeView = null;
  138. 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)));
  139. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  140. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  141. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  143. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  144. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  145. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  146. this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3;
  147. this.dgvDetail.DynamicColumnName = "";
  148. this.dgvDetail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  149. this.dgvDetail.EnableHeadersVisualStyles = false;
  150. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.dgvDetail.FormatQuantityColumns = null;
  152. this.dgvDetail.HorizontalMergeColumn = null;
  153. this.dgvDetail.IsAutoCountSum = true;
  154. this.dgvDetail.IsAutoResizeColumns = false;
  155. this.dgvDetail.IsClickF12 = false;
  156. this.dgvDetail.IsOpenMergeCellFlag = false;
  157. this.dgvDetail.IsSubTotalFlag = false;
  158. this.dgvDetail.IsTopDeep = false;
  159. this.dgvDetail.Location = new System.Drawing.Point(12, 122);
  160. this.dgvDetail.MergeColumnNames = null;
  161. this.dgvDetail.MergeDetailColumnNames = null;
  162. this.dgvDetail.MergeDetailOnlyColumn = null;
  163. this.dgvDetail.MergeOnlyColumn = null;
  164. this.dgvDetail.MultiSelect = false;
  165. this.dgvDetail.Name = "dgvDetail";
  166. this.dgvDetail.RefreshAtHscroll = false;
  167. this.dgvDetail.RowHeadersWidth = 50;
  168. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  169. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  170. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
  171. this.dgvDetail.RowTemplate.Height = 21;
  172. this.dgvDetail.Size = new System.Drawing.Size(1060, 429);
  173. this.dgvDetail.SortOrderColumnName = null;
  174. this.dgvDetail.TabIndex = 2;
  175. this.dgvDetail.Tag = true;
  176. this.dgvDetail.TotalSumColumns = null;
  177. this.dgvDetail.ViewRowFilter = "";
  178. this.dgvDetail.VirtualMode = true;
  179. this.dgvDetail.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvDetail_CurrentCellDirtyStateChanged);
  180. this.dgvDetail.Sorted += new System.EventHandler(this.dgvDetail_Sorted);
  181. //
  182. // GroutingLineCode
  183. //
  184. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  185. this.GroutingLineCode.HeaderText = "成型线编码";
  186. this.GroutingLineCode.Name = "GroutingLineCode";
  187. this.GroutingLineCode.ReadOnly = true;
  188. //
  189. // GroutingLineName
  190. //
  191. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  192. this.GroutingLineName.HeaderText = "成型线名称";
  193. this.GroutingLineName.Name = "GroutingLineName";
  194. this.GroutingLineName.ReadOnly = true;
  195. //
  196. // GroutingUserCode
  197. //
  198. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  199. this.GroutingUserCode.HeaderText = "成型工号";
  200. this.GroutingUserCode.Name = "GroutingUserCode";
  201. this.GroutingUserCode.ReadOnly = true;
  202. //
  203. // GoodsCode
  204. //
  205. this.GoodsCode.DataPropertyName = "GoodsCode";
  206. this.GoodsCode.HeaderText = "产品编码";
  207. this.GoodsCode.Name = "GoodsCode";
  208. this.GoodsCode.ReadOnly = true;
  209. //
  210. // GoodsName
  211. //
  212. this.GoodsName.DataPropertyName = "GoodsName";
  213. this.GoodsName.HeaderText = "产品名称";
  214. this.GoodsName.Name = "GoodsName";
  215. this.GoodsName.ReadOnly = true;
  216. //
  217. // GroutingMouldCode
  218. //
  219. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  220. this.GroutingMouldCode.HeaderText = "模具编号";
  221. this.GroutingMouldCode.Name = "GroutingMouldCode";
  222. this.GroutingMouldCode.ReadOnly = true;
  223. this.GroutingMouldCode.Width = 120;
  224. //
  225. // GMouldStatus
  226. //
  227. this.GMouldStatus.DataPropertyName = "GMouldStatusName";
  228. this.GMouldStatus.HeaderText = "模具状态";
  229. this.GMouldStatus.Name = "GMouldStatus";
  230. this.GMouldStatus.ReadOnly = true;
  231. this.GMouldStatus.Width = 60;
  232. //
  233. // BarCode
  234. //
  235. this.BarCode.DataPropertyName = "BarCode";
  236. this.BarCode.HeaderText = "绑定条码";
  237. this.BarCode.MaxInputLength = 11;
  238. this.BarCode.Name = "BarCode";
  239. //
  240. // Remarks
  241. //
  242. this.Remarks.DataPropertyName = "Remarks";
  243. this.Remarks.HeaderText = "备注";
  244. this.Remarks.Name = "Remarks";
  245. //
  246. // GroutingLineId
  247. //
  248. this.GroutingLineId.DataPropertyName = "GroutingLineId";
  249. this.GroutingLineId.HeaderText = "成型线ID";
  250. this.GroutingLineId.Name = "GroutingLineId";
  251. this.GroutingLineId.ReadOnly = true;
  252. this.GroutingLineId.Visible = false;
  253. //
  254. // GroutingLineDetailID
  255. //
  256. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  257. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  258. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  259. this.GroutingLineDetailID.ReadOnly = true;
  260. this.GroutingLineDetailID.Visible = false;
  261. //
  262. // UserID
  263. //
  264. this.UserID.DataPropertyName = "UserID";
  265. this.UserID.HeaderText = "成型工号ID";
  266. this.UserID.Name = "UserID";
  267. this.UserID.ReadOnly = true;
  268. this.UserID.Visible = false;
  269. //
  270. // lblGroutingDate
  271. //
  272. this.lblGroutingDate.AutoSize = true;
  273. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  274. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.lblGroutingDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  276. this.lblGroutingDate.IsMustInput = true;
  277. this.lblGroutingDate.Location = new System.Drawing.Point(6, 23);
  278. this.lblGroutingDate.Name = "lblGroutingDate";
  279. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  280. this.lblGroutingDate.TabIndex = 0;
  281. this.lblGroutingDate.Text = "注浆日期";
  282. //
  283. // tsrOperate
  284. //
  285. this.tsrOperate.AutoSize = false;
  286. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  287. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  288. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  290. this.tsbtnAdaptive,
  291. this.tsbtnClose});
  292. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  293. this.tsrOperate.Name = "tsrOperate";
  294. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  295. this.tsrOperate.ShowItemToolTips = false;
  296. this.tsrOperate.Size = new System.Drawing.Size(1084, 35);
  297. this.tsrOperate.TabIndex = 0;
  298. //
  299. // tsbtnAdaptive
  300. //
  301. this.tsbtnAdaptive.AutoSize = false;
  302. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  304. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  305. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  306. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  307. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  308. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  309. //
  310. // tsbtnClose
  311. //
  312. this.tsbtnClose.AutoSize = false;
  313. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  315. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  316. this.tsbtnClose.Name = "tsbtnClose";
  317. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  318. this.tsbtnClose.Text = "关闭(&X)";
  319. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  320. //
  321. // gbxInfo
  322. //
  323. this.gbxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  324. | System.Windows.Forms.AnchorStyles.Right)));
  325. this.gbxInfo.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  326. this.gbxInfo.Controls.Add(this.lblGroutingLine);
  327. this.gbxInfo.Controls.Add(this.scbGroutingLine);
  328. this.gbxInfo.Controls.Add(this.dtpGroutingDate);
  329. this.gbxInfo.Controls.Add(this.txtGroutingBatchno);
  330. this.gbxInfo.Controls.Add(this.lblGroutingBatchno);
  331. this.gbxInfo.Controls.Add(this.btnClearBarCode);
  332. this.gbxInfo.Controls.Add(this.txtBarCodeStart);
  333. this.gbxInfo.Controls.Add(this.btnBindBarCode);
  334. this.gbxInfo.Controls.Add(this.lblBarCodeStart);
  335. this.gbxInfo.Controls.Add(this.lblGroutingDate);
  336. this.gbxInfo.Location = new System.Drawing.Point(12, 38);
  337. this.gbxInfo.Name = "gbxInfo";
  338. this.gbxInfo.Size = new System.Drawing.Size(1060, 78);
  339. this.gbxInfo.TabIndex = 1;
  340. this.gbxInfo.TabStop = false;
  341. this.gbxInfo.Text = "注浆信息";
  342. //
  343. // lblGroutingLine
  344. //
  345. this.lblGroutingLine.AutoSize = true;
  346. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  347. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.lblGroutingLine.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  349. this.lblGroutingLine.IsMustInput = true;
  350. this.lblGroutingLine.Location = new System.Drawing.Point(169, 23);
  351. this.lblGroutingLine.Name = "lblGroutingLine";
  352. this.lblGroutingLine.Size = new System.Drawing.Size(65, 12);
  353. this.lblGroutingLine.TabIndex = 41;
  354. this.lblGroutingLine.Text = "成型线编码";
  355. //
  356. // scbGroutingLine
  357. //
  358. this.scbGroutingLine.CheckedData = null;
  359. this.scbGroutingLine.DisplayMember = "GroutingLineCode";
  360. this.scbGroutingLine.GmouldStatus = "1";
  361. this.scbGroutingLine.Location = new System.Drawing.Point(240, 19);
  362. this.scbGroutingLine.MustInput = true;
  363. this.scbGroutingLine.Name = "scbGroutingLine";
  364. this.scbGroutingLine.Size = new System.Drawing.Size(164, 21);
  365. this.scbGroutingLine.TabIndex = 40;
  366. this.scbGroutingLine.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbGroutingLine_TextValueChanged);
  367. //
  368. // dtpGroutingDate
  369. //
  370. this.dtpGroutingDate.CustomFormat = "yyyy-MM-dd";
  371. this.dtpGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.dtpGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  373. this.dtpGroutingDate.Location = new System.Drawing.Point(65, 17);
  374. this.dtpGroutingDate.Name = "dtpGroutingDate";
  375. this.dtpGroutingDate.Size = new System.Drawing.Size(98, 21);
  376. this.dtpGroutingDate.TabIndex = 10;
  377. //
  378. // txtGroutingBatchno
  379. //
  380. this.txtGroutingBatchno.BackColor = System.Drawing.SystemColors.Window;
  381. this.txtGroutingBatchno.BackgroundColor = System.Drawing.SystemColors.Window;
  382. this.txtGroutingBatchno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  383. this.txtGroutingBatchno.ErrorMessage = "";
  384. this.txtGroutingBatchno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.txtGroutingBatchno.ImeMode = System.Windows.Forms.ImeMode.Off;
  386. this.txtGroutingBatchno.IsMustInput = true;
  387. this.txtGroutingBatchno.Location = new System.Drawing.Point(65, 43);
  388. this.txtGroutingBatchno.MaxLength = 11;
  389. this.txtGroutingBatchno.Name = "txtGroutingBatchno";
  390. this.txtGroutingBatchno.Size = new System.Drawing.Size(98, 21);
  391. this.txtGroutingBatchno.TabIndex = 9;
  392. this.txtGroutingBatchno.Text = "1";
  393. this.txtGroutingBatchno.TextValue = "1";
  394. //
  395. // lblGroutingBatchno
  396. //
  397. this.lblGroutingBatchno.AutoSize = true;
  398. this.lblGroutingBatchno.BackColor = System.Drawing.Color.Transparent;
  399. this.lblGroutingBatchno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.lblGroutingBatchno.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  401. this.lblGroutingBatchno.IsMustInput = true;
  402. this.lblGroutingBatchno.Location = new System.Drawing.Point(6, 46);
  403. this.lblGroutingBatchno.Name = "lblGroutingBatchno";
  404. this.lblGroutingBatchno.Size = new System.Drawing.Size(53, 12);
  405. this.lblGroutingBatchno.TabIndex = 8;
  406. this.lblGroutingBatchno.Text = "注浆批次";
  407. //
  408. // btnClearBarCode
  409. //
  410. this.btnClearBarCode.BackColor = System.Drawing.Color.Transparent;
  411. this.btnClearBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearBarCode.BackgroundImage")));
  412. this.btnClearBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. this.btnClearBarCode.ForeColor = System.Drawing.Color.White;
  414. this.btnClearBarCode.Location = new System.Drawing.Point(497, 38);
  415. this.btnClearBarCode.Name = "btnClearBarCode";
  416. this.btnClearBarCode.Size = new System.Drawing.Size(85, 30);
  417. this.btnClearBarCode.TabIndex = 7;
  418. this.btnClearBarCode.Text = "清空条码(&C)";
  419. this.btnClearBarCode.UseVisualStyleBackColor = false;
  420. this.btnClearBarCode.Click += new System.EventHandler(this.btnClearBarCode_Click);
  421. //
  422. // txtBarCodeStart
  423. //
  424. this.txtBarCodeStart.BackColor = System.Drawing.Color.Yellow;
  425. this.txtBarCodeStart.BackgroundColor = System.Drawing.SystemColors.Window;
  426. this.txtBarCodeStart.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  427. this.txtBarCodeStart.ErrorMessage = "";
  428. this.txtBarCodeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.txtBarCodeStart.ImeMode = System.Windows.Forms.ImeMode.Off;
  430. this.txtBarCodeStart.IsMustInput = true;
  431. this.txtBarCodeStart.Location = new System.Drawing.Point(240, 43);
  432. this.txtBarCodeStart.MaxLength = 11;
  433. this.txtBarCodeStart.Name = "txtBarCodeStart";
  434. this.txtBarCodeStart.Size = new System.Drawing.Size(164, 21);
  435. this.txtBarCodeStart.TabIndex = 5;
  436. this.txtBarCodeStart.TextValue = "";
  437. this.txtBarCodeStart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCodeStart_KeyPress);
  438. //
  439. // btnBindBarCode
  440. //
  441. this.btnBindBarCode.BackColor = System.Drawing.Color.Transparent;
  442. this.btnBindBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBindBarCode.BackgroundImage")));
  443. this.btnBindBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.btnBindBarCode.ForeColor = System.Drawing.Color.White;
  445. this.btnBindBarCode.Location = new System.Drawing.Point(410, 38);
  446. this.btnBindBarCode.Name = "btnBindBarCode";
  447. this.btnBindBarCode.Size = new System.Drawing.Size(85, 30);
  448. this.btnBindBarCode.TabIndex = 6;
  449. this.btnBindBarCode.Text = "绑定条码(&B)";
  450. this.btnBindBarCode.UseVisualStyleBackColor = false;
  451. this.btnBindBarCode.Click += new System.EventHandler(this.btnBindBarCode_Click);
  452. //
  453. // lblBarCodeStart
  454. //
  455. this.lblBarCodeStart.AutoSize = true;
  456. this.lblBarCodeStart.BackColor = System.Drawing.Color.Transparent;
  457. this.lblBarCodeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.lblBarCodeStart.ForeColor = System.Drawing.SystemColors.ControlText;
  459. this.lblBarCodeStart.Location = new System.Drawing.Point(181, 47);
  460. this.lblBarCodeStart.Name = "lblBarCodeStart";
  461. this.lblBarCodeStart.Size = new System.Drawing.Size(53, 12);
  462. this.lblBarCodeStart.TabIndex = 4;
  463. this.lblBarCodeStart.Text = "起始条码";
  464. //
  465. // F_PM_0108
  466. //
  467. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  468. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  469. this.CancelButton = this.btnClose;
  470. this.ClientSize = new System.Drawing.Size(1084, 612);
  471. this.Controls.Add(this.gbxInfo);
  472. this.Controls.Add(this.tsrOperate);
  473. this.Controls.Add(this.btnClose);
  474. this.Controls.Add(this.btnSave);
  475. this.Controls.Add(this.dgvDetail);
  476. this.IsSaveFormSize = false;
  477. this.Name = "F_PM_0108";
  478. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  479. this.Text = "新建条码预设";
  480. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  481. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0108_FormClosing);
  482. this.Load += new System.EventHandler(this.F_PM_0108_Load);
  483. this.Shown += new System.EventHandler(this.F_PM_0108_Shown);
  484. this.Controls.SetChildIndex(this.dgvDetail, 0);
  485. this.Controls.SetChildIndex(this.btnSave, 0);
  486. this.Controls.SetChildIndex(this.btnClose, 0);
  487. this.Controls.SetChildIndex(this.tsrOperate, 0);
  488. this.Controls.SetChildIndex(this.gbxInfo, 0);
  489. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  490. this.tsrOperate.ResumeLayout(false);
  491. this.tsrOperate.PerformLayout();
  492. this.gbxInfo.ResumeLayout(false);
  493. this.gbxInfo.PerformLayout();
  494. this.ResumeLayout(false);
  495. this.PerformLayout();
  496. }
  497. #endregion
  498. private Basics.BaseControls.C_Label lblGroutingDate;
  499. private Basics.BaseControls.C_DataGridView dgvDetail;
  500. private Basics.BaseControls.C_Button btnSave;
  501. private Basics.BaseControls.C_Button btnClose;
  502. private Basics.BaseControls.C_ToolStrip tsrOperate;
  503. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  504. private System.Windows.Forms.ToolStripButton tsbtnClose;
  505. private System.Windows.Forms.GroupBox gbxInfo;
  506. private Basics.BaseControls.C_Button btnClearBarCode;
  507. private Basics.BaseControls.C_TXT_BarCode txtBarCodeStart;
  508. private Basics.BaseControls.C_Button btnBindBarCode;
  509. private Basics.BaseControls.C_Label lblBarCodeStart;
  510. private Basics.BaseControls.C_TXT_BarCode txtGroutingBatchno;
  511. private Basics.BaseControls.C_Label lblGroutingBatchno;
  512. private Basics.BaseControls.C_DateTimePicker dtpGroutingDate;
  513. private Basics.BaseControls.C_Label lblGroutingLine;
  514. private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineId;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  527. }
  528. }