F_PM_2502.Designer.cs 32 KB

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