F_PM_0302.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0302
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0302));
  34. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.lblUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.UserCodeDetail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.ispublicbody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.PieceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.IsReworked = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.OrgUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.OrgUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.BarCodeUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.logoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  65. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  66. this.groupBox1 = new System.Windows.Forms.GroupBox();
  67. this.txtCollectType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.txtBanMa = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  69. this.lblBanMa = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.tsrOperate.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
  72. this.groupBox1.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // tsrOperate
  76. //
  77. this.tsrOperate.AutoSize = false;
  78. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  79. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  80. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  82. this.tsbtnDelete,
  83. this.toolStripSeparator1,
  84. this.tsbtnAdaptive,
  85. this.tsbtnClose});
  86. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  87. this.tsrOperate.Name = "tsrOperate";
  88. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  89. this.tsrOperate.ShowItemToolTips = false;
  90. this.tsrOperate.Size = new System.Drawing.Size(1085, 35);
  91. this.tsrOperate.TabIndex = 26;
  92. this.tsrOperate.Text = "toolStrip1";
  93. //
  94. // tsbtnDelete
  95. //
  96. this.tsbtnDelete.AutoSize = false;
  97. this.tsbtnDelete.Enabled = false;
  98. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  100. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.tsbtnDelete.Name = "tsbtnDelete";
  102. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  103. this.tsbtnDelete.Text = "删除(&D)";
  104. this.tsbtnDelete.Visible = false;
  105. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  106. //
  107. // toolStripSeparator1
  108. //
  109. this.toolStripSeparator1.AutoSize = false;
  110. this.toolStripSeparator1.Name = "toolStripSeparator1";
  111. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  112. //
  113. // tsbtnAdaptive
  114. //
  115. this.tsbtnAdaptive.AutoSize = false;
  116. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  118. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  119. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  120. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  121. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  122. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  123. //
  124. // tsbtnClose
  125. //
  126. this.tsbtnClose.AutoSize = false;
  127. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  129. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  130. this.tsbtnClose.Name = "tsbtnClose";
  131. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  132. this.tsbtnClose.Text = "关闭(&X)";
  133. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  134. //
  135. // lblUserID
  136. //
  137. this.lblUserID.AutoSize = true;
  138. this.lblUserID.BackColor = System.Drawing.Color.Transparent;
  139. this.lblUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.lblUserID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  141. this.lblUserID.IsMustInput = true;
  142. this.lblUserID.Location = new System.Drawing.Point(74, 23);
  143. this.lblUserID.Name = "lblUserID";
  144. this.lblUserID.Size = new System.Drawing.Size(53, 12);
  145. this.lblUserID.TabIndex = 23;
  146. this.lblUserID.Text = "生产工号";
  147. //
  148. // lblBarcode
  149. //
  150. this.lblBarcode.AutoSize = true;
  151. this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
  152. this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.lblBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  154. this.lblBarcode.IsMustInput = true;
  155. this.lblBarcode.Location = new System.Drawing.Point(259, 23);
  156. this.lblBarcode.Name = "lblBarcode";
  157. this.lblBarcode.Size = new System.Drawing.Size(53, 12);
  158. this.lblBarcode.TabIndex = 24;
  159. this.lblBarcode.Text = "产品条码";
  160. //
  161. // txtUserCode
  162. //
  163. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  164. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  165. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  166. this.txtUserCode.Enabled = false;
  167. this.txtUserCode.ErrorMessage = "";
  168. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  170. this.txtUserCode.Location = new System.Drawing.Point(133, 19);
  171. this.txtUserCode.MaxLength = 20;
  172. this.txtUserCode.Name = "txtUserCode";
  173. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  174. this.txtUserCode.TabIndex = 26;
  175. this.txtUserCode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtUserCode_MouseClick);
  176. this.txtUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserCode_KeyPress);
  177. this.txtUserCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtUserCode_Validating);
  178. //
  179. // txtBarcode
  180. //
  181. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  182. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  183. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  184. this.txtBarcode.ErrorMessage = "";
  185. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.txtBarcode.Location = new System.Drawing.Point(318, 19);
  187. this.txtBarcode.MaxLength = 50;
  188. this.txtBarcode.Name = "txtBarcode";
  189. this.txtBarcode.Size = new System.Drawing.Size(120, 21);
  190. this.txtBarcode.TabIndex = 27;
  191. this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress);
  192. //
  193. // dgvProduction
  194. //
  195. this.dgvProduction.AllowUserToAddRows = false;
  196. this.dgvProduction.AllowUserToDeleteRows = false;
  197. this.dgvProduction.AllowUserToModifyRows = true;
  198. this.dgvProduction.AllowUserToOrderColumns = true;
  199. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  200. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  201. this.dgvProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  202. | System.Windows.Forms.AnchorStyles.Left)
  203. | System.Windows.Forms.AnchorStyles.Right)));
  204. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  205. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  206. this.dgvProduction.CellHeight = 23;
  207. this.dgvProduction.ChildNodeColumnName = null;
  208. this.dgvProduction.ChildNodeColumnText = null;
  209. this.dgvProduction.ColumnDeep = 1;
  210. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  211. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  212. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  213. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  215. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  216. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  217. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  218. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  219. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  220. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  221. this.BarCode,
  222. this.GoodsCode,
  223. this.GoodsName,
  224. this.UserCodeDetail,
  225. this.MouldCode,
  226. this.GroutingDate,
  227. this.GroutingUserCode,
  228. this.ispublicbody,
  229. this.GroutingNum,
  230. this.ProcedureModel,
  231. this.ModelType,
  232. this.PieceType,
  233. this.IsReworked,
  234. this.OrganizationName,
  235. this.Remarks,
  236. this.OrgUserCode,
  237. this.OrgUserID,
  238. this.BarCodeUserID,
  239. this.ProductionLineCode,
  240. this.logoCodeName});
  241. this.dgvProduction.ColumnTreeView = null;
  242. this.dgvProduction.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)));
  243. this.dgvProduction.DynamicColumnName = "";
  244. this.dgvProduction.EnableHeadersVisualStyles = false;
  245. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.dgvProduction.FormatQuantityColumns = null;
  247. this.dgvProduction.HasNode = false;
  248. this.dgvProduction.HorizontalMergeColumn = null;
  249. this.dgvProduction.IsAutoCountSum = true;
  250. this.dgvProduction.IsAutoResizeColumns = false;
  251. this.dgvProduction.IsClickF12 = false;
  252. this.dgvProduction.IsOpenMergeCellFlag = false;
  253. this.dgvProduction.IsSubTotalFlag = false;
  254. this.dgvProduction.IsTopDeep = false;
  255. this.dgvProduction.Location = new System.Drawing.Point(12, 95);
  256. this.dgvProduction.MergeColumnNames = null;
  257. this.dgvProduction.MergeDetailColumnNames = null;
  258. this.dgvProduction.MergeDetailOnlyColumn = null;
  259. this.dgvProduction.MergeOnlyColumn = null;
  260. this.dgvProduction.MultiSelect = false;
  261. this.dgvProduction.Name = "dgvProduction";
  262. this.dgvProduction.ReadOnly = true;
  263. this.dgvProduction.RefreshAtHscroll = false;
  264. this.dgvProduction.RowHeadersWidth = 50;
  265. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  266. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  267. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle10;
  268. this.dgvProduction.RowTemplate.Height = 21;
  269. this.dgvProduction.Size = new System.Drawing.Size(1061, 317);
  270. this.dgvProduction.SortOrderColumnName = null;
  271. this.dgvProduction.TabIndex = 28;
  272. this.dgvProduction.Tag = true;
  273. this.dgvProduction.TotalSumColumns = null;
  274. this.dgvProduction.ViewRowFilter = "";
  275. this.dgvProduction.VirtualNodes = false;
  276. //
  277. // BarCode
  278. //
  279. this.BarCode.DataPropertyName = "BarCode";
  280. this.BarCode.HeaderText = "产品条码";
  281. this.BarCode.Name = "BarCode";
  282. this.BarCode.ReadOnly = true;
  283. //
  284. // GoodsCode
  285. //
  286. this.GoodsCode.DataPropertyName = "GoodsCode";
  287. this.GoodsCode.HeaderText = "产品编码";
  288. this.GoodsCode.Name = "GoodsCode";
  289. this.GoodsCode.ReadOnly = true;
  290. //
  291. // GoodsName
  292. //
  293. this.GoodsName.DataPropertyName = "GoodsName";
  294. this.GoodsName.HeaderText = "产品名称";
  295. this.GoodsName.Name = "GoodsName";
  296. this.GoodsName.ReadOnly = true;
  297. //
  298. // UserCodeDetail
  299. //
  300. this.UserCodeDetail.DataPropertyName = "UserCode";
  301. this.UserCodeDetail.HeaderText = "生产工号";
  302. this.UserCodeDetail.Name = "UserCodeDetail";
  303. this.UserCodeDetail.ReadOnly = true;
  304. //
  305. // MouldCode
  306. //
  307. this.MouldCode.DataPropertyName = "MouldCode";
  308. this.MouldCode.HeaderText = "模具编号";
  309. this.MouldCode.Name = "MouldCode";
  310. this.MouldCode.ReadOnly = true;
  311. //
  312. // GroutingDate
  313. //
  314. this.GroutingDate.DataPropertyName = "GroutingDate";
  315. dataGridViewCellStyle8.Format = "yyyy-MM-dd";
  316. dataGridViewCellStyle8.NullValue = null;
  317. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle8;
  318. this.GroutingDate.HeaderText = "注浆日期";
  319. this.GroutingDate.Name = "GroutingDate";
  320. this.GroutingDate.ReadOnly = true;
  321. //
  322. // GroutingUserCode
  323. //
  324. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  325. this.GroutingUserCode.HeaderText = "成型工号";
  326. this.GroutingUserCode.Name = "GroutingUserCode";
  327. this.GroutingUserCode.ReadOnly = true;
  328. //
  329. // ispublicbody
  330. //
  331. this.ispublicbody.DataPropertyName = "ispublicbody";
  332. this.ispublicbody.FalseValue = "0";
  333. this.ispublicbody.HeaderText = "公坯标识";
  334. this.ispublicbody.Name = "ispublicbody";
  335. this.ispublicbody.ReadOnly = true;
  336. this.ispublicbody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  337. this.ispublicbody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  338. this.ispublicbody.TrueValue = "1";
  339. //
  340. // GroutingNum
  341. //
  342. this.GroutingNum.DataPropertyName = "GroutingNum";
  343. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  344. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle9;
  345. this.GroutingNum.HeaderText = "注浆次数";
  346. this.GroutingNum.Name = "GroutingNum";
  347. this.GroutingNum.ReadOnly = true;
  348. //
  349. // ProcedureModel
  350. //
  351. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  352. this.ProcedureModel.HeaderText = "工序模型";
  353. this.ProcedureModel.Name = "ProcedureModel";
  354. this.ProcedureModel.ReadOnly = true;
  355. this.ProcedureModel.Visible = false;
  356. //
  357. // ModelType
  358. //
  359. this.ModelType.DataPropertyName = "rocedureModelTypeName";
  360. this.ModelType.HeaderText = "工序类别";
  361. this.ModelType.Name = "ModelType";
  362. this.ModelType.ReadOnly = true;
  363. this.ModelType.Visible = false;
  364. //
  365. // PieceType
  366. //
  367. this.PieceType.DataPropertyName = "PieceType";
  368. this.PieceType.HeaderText = "计件模式";
  369. this.PieceType.Name = "PieceType";
  370. this.PieceType.ReadOnly = true;
  371. this.PieceType.Visible = false;
  372. //
  373. // IsReworked
  374. //
  375. this.IsReworked.DataPropertyName = "IsReworked";
  376. this.IsReworked.HeaderText = "是否返工";
  377. this.IsReworked.Name = "IsReworked";
  378. this.IsReworked.ReadOnly = true;
  379. this.IsReworked.Visible = false;
  380. //
  381. // OrganizationName
  382. //
  383. this.OrganizationName.DataPropertyName = "OrganizationName";
  384. this.OrganizationName.HeaderText = "所属部门";
  385. this.OrganizationName.Name = "OrganizationName";
  386. this.OrganizationName.ReadOnly = true;
  387. this.OrganizationName.Visible = false;
  388. //
  389. // Remarks
  390. //
  391. this.Remarks.DataPropertyName = "Remarks";
  392. this.Remarks.HeaderText = "备注";
  393. this.Remarks.Name = "Remarks";
  394. this.Remarks.ReadOnly = true;
  395. this.Remarks.Visible = false;
  396. //
  397. // OrgUserCode
  398. //
  399. this.OrgUserCode.DataPropertyName = "BarCodeUserCode";
  400. this.OrgUserCode.HeaderText = "计件工号";
  401. this.OrgUserCode.Name = "OrgUserCode";
  402. this.OrgUserCode.ReadOnly = true;
  403. this.OrgUserCode.Visible = false;
  404. //
  405. // OrgUserID
  406. //
  407. this.OrgUserID.DataPropertyName = "UserID";
  408. this.OrgUserID.HeaderText = "工号ID";
  409. this.OrgUserID.Name = "OrgUserID";
  410. this.OrgUserID.ReadOnly = true;
  411. this.OrgUserID.Visible = false;
  412. //
  413. // BarCodeUserID
  414. //
  415. this.BarCodeUserID.DataPropertyName = "BarCodeUserID";
  416. this.BarCodeUserID.HeaderText = "产品条码工号ID";
  417. this.BarCodeUserID.Name = "BarCodeUserID";
  418. this.BarCodeUserID.ReadOnly = true;
  419. this.BarCodeUserID.Visible = false;
  420. //
  421. // ProductionLineCode
  422. //
  423. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  424. this.ProductionLineCode.HeaderText = "ProductionLineCode";
  425. this.ProductionLineCode.Name = "ProductionLineCode";
  426. this.ProductionLineCode.ReadOnly = true;
  427. this.ProductionLineCode.Visible = false;
  428. //
  429. // logoCodeName
  430. //
  431. this.logoCodeName.DataPropertyName = "logoCodeName";
  432. this.logoCodeName.HeaderText = "商标";
  433. this.logoCodeName.Name = "logoCodeName";
  434. this.logoCodeName.ReadOnly = true;
  435. //
  436. // btnSave
  437. //
  438. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  439. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  440. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  441. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.btnSave.ForeColor = System.Drawing.Color.White;
  443. this.btnSave.Location = new System.Drawing.Point(897, 418);
  444. this.btnSave.Name = "btnSave";
  445. this.btnSave.Size = new System.Drawing.Size(85, 30);
  446. this.btnSave.TabIndex = 29;
  447. this.btnSave.Text = "保存";
  448. this.btnSave.UseVisualStyleBackColor = true;
  449. this.btnSave.Visible = false;
  450. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  451. //
  452. // btnCancel
  453. //
  454. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  455. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  456. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  457. this.btnCancel.CausesValidation = false;
  458. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  459. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.btnCancel.ForeColor = System.Drawing.Color.White;
  461. this.btnCancel.Location = new System.Drawing.Point(988, 418);
  462. this.btnCancel.Name = "btnCancel";
  463. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  464. this.btnCancel.TabIndex = 31;
  465. this.btnCancel.Text = "关闭";
  466. this.btnCancel.UseVisualStyleBackColor = true;
  467. //
  468. // groupBox1
  469. //
  470. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  471. | System.Windows.Forms.AnchorStyles.Right)));
  472. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  473. this.groupBox1.Controls.Add(this.txtBanMa);
  474. this.groupBox1.Controls.Add(this.lblBanMa);
  475. this.groupBox1.Controls.Add(this.txtCollectType);
  476. this.groupBox1.Controls.Add(this.lblUserID);
  477. this.groupBox1.Controls.Add(this.txtBarcode);
  478. this.groupBox1.Controls.Add(this.lblBarcode);
  479. this.groupBox1.Controls.Add(this.txtUserCode);
  480. this.groupBox1.Location = new System.Drawing.Point(12, 38);
  481. this.groupBox1.Name = "groupBox1";
  482. this.groupBox1.Size = new System.Drawing.Size(1061, 51);
  483. this.groupBox1.TabIndex = 34;
  484. this.groupBox1.TabStop = false;
  485. this.groupBox1.Text = "基础数据";
  486. //
  487. // txtCollectType
  488. //
  489. this.txtCollectType.AutoSize = true;
  490. this.txtCollectType.BackColor = System.Drawing.Color.Transparent;
  491. this.txtCollectType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.txtCollectType.Location = new System.Drawing.Point(11, 23);
  493. this.txtCollectType.Name = "txtCollectType";
  494. this.txtCollectType.Size = new System.Drawing.Size(53, 12);
  495. this.txtCollectType.TabIndex = 28;
  496. this.txtCollectType.Text = "采集模式";
  497. //
  498. // txtBanMa
  499. //
  500. this.txtBanMa.BackColor = System.Drawing.SystemColors.Window;
  501. this.txtBanMa.BackgroundColor = System.Drawing.SystemColors.Window;
  502. this.txtBanMa.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  503. this.txtBanMa.ErrorMessage = "";
  504. this.txtBanMa.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.txtBanMa.Location = new System.Drawing.Point(479, 19);
  506. this.txtBanMa.MaxLength = 50;
  507. this.txtBanMa.Name = "txtBanMa";
  508. this.txtBanMa.Size = new System.Drawing.Size(120, 21);
  509. this.txtBanMa.TabIndex = 30;
  510. //
  511. // lblBanMa
  512. //
  513. this.lblBanMa.AutoSize = true;
  514. this.lblBanMa.BackColor = System.Drawing.Color.Transparent;
  515. this.lblBanMa.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.lblBanMa.ForeColor = System.Drawing.SystemColors.ControlText;
  517. this.lblBanMa.Location = new System.Drawing.Point(444, 23);
  518. this.lblBanMa.Name = "lblBanMa";
  519. this.lblBanMa.Size = new System.Drawing.Size(29, 12);
  520. this.lblBanMa.TabIndex = 29;
  521. this.lblBanMa.Text = "板码";
  522. //
  523. // F_PM_0302
  524. //
  525. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  526. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  527. this.CancelButton = this.btnCancel;
  528. this.ClientSize = new System.Drawing.Size(1085, 473);
  529. this.Controls.Add(this.groupBox1);
  530. this.Controls.Add(this.btnCancel);
  531. this.Controls.Add(this.btnSave);
  532. this.Controls.Add(this.dgvProduction);
  533. this.Controls.Add(this.tsrOperate);
  534. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  535. this.Name = "F_PM_0302";
  536. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  537. this.Text = "新建标准、坯库计件";
  538. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  539. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0302_FormClosing);
  540. this.Load += new System.EventHandler(this.F_PM_0302_Load);
  541. this.Controls.SetChildIndex(this.tsrOperate, 0);
  542. this.Controls.SetChildIndex(this.dgvProduction, 0);
  543. this.Controls.SetChildIndex(this.btnSave, 0);
  544. this.Controls.SetChildIndex(this.btnCancel, 0);
  545. this.Controls.SetChildIndex(this.groupBox1, 0);
  546. this.tsrOperate.ResumeLayout(false);
  547. this.tsrOperate.PerformLayout();
  548. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  549. this.groupBox1.ResumeLayout(false);
  550. this.groupBox1.PerformLayout();
  551. this.ResumeLayout(false);
  552. this.PerformLayout();
  553. }
  554. #endregion
  555. private Basics.BaseControls.C_ToolStrip tsrOperate;
  556. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  557. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  558. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  559. private System.Windows.Forms.ToolStripButton tsbtnClose;
  560. private Basics.BaseControls.C_Label lblUserID;
  561. private Basics.BaseControls.C_Label lblBarcode;
  562. private Basics.BaseControls.C_TextBox txtUserCode;
  563. private Basics.BaseControls.C_TextBox txtBarcode;
  564. private Basics.BaseControls.C_DataGridView dgvProduction;
  565. private Basics.BaseControls.C_Button btnSave;
  566. private Basics.BaseControls.C_Button btnCancel;
  567. private System.Windows.Forms.GroupBox groupBox1;
  568. private Basics.BaseControls.C_Label txtCollectType;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn UserCodeDetail;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  576. private System.Windows.Forms.DataGridViewCheckBoxColumn ispublicbody;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn IsReworked;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn OrgUserCode;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn OrgUserID;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn BarCodeUserID;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn logoCodeName;
  589. private Basics.BaseControls.C_TextBox txtBanMa;
  590. private Basics.BaseControls.C_Label lblBanMa;
  591. }
  592. }