F_PM_2002.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2002
  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_2002));
  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.IsAutoCountSum = true;
  306. this.dgvProduction.IsAutoResizeColumns = false;
  307. this.dgvProduction.IsClickF12 = false;
  308. this.dgvProduction.IsSubTotalFlag = false;
  309. this.dgvProduction.Location = new System.Drawing.Point(12, 95);
  310. this.dgvProduction.MultiSelect = false;
  311. this.dgvProduction.Name = "dgvProduction";
  312. this.dgvProduction.ReadOnly = true;
  313. this.dgvProduction.RefreshAtHscroll = false;
  314. this.dgvProduction.RowHeadersWidth = 50;
  315. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  316. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  317. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle5;
  318. this.dgvProduction.RowTemplate.Height = 21;
  319. this.dgvProduction.Size = new System.Drawing.Size(1061, 317);
  320. this.dgvProduction.SortOrderColumnName = null;
  321. this.dgvProduction.TabIndex = 35;
  322. this.dgvProduction.Tag = true;
  323. this.dgvProduction.TotalSumColumns = null;
  324. this.dgvProduction.ViewRowFilter = "";
  325. //
  326. // BarCode
  327. //
  328. this.BarCode.DataPropertyName = "BarCode";
  329. this.BarCode.HeaderText = "产品条码";
  330. this.BarCode.Name = "BarCode";
  331. this.BarCode.ReadOnly = true;
  332. //
  333. // GoodsCode
  334. //
  335. this.GoodsCode.DataPropertyName = "GoodsCode";
  336. this.GoodsCode.HeaderText = "产品编码";
  337. this.GoodsCode.Name = "GoodsCode";
  338. this.GoodsCode.ReadOnly = true;
  339. //
  340. // GoodsName
  341. //
  342. this.GoodsName.DataPropertyName = "GoodsName";
  343. this.GoodsName.HeaderText = "产品名称";
  344. this.GoodsName.Name = "GoodsName";
  345. this.GoodsName.ReadOnly = true;
  346. //
  347. // UserCodeDetail
  348. //
  349. this.UserCodeDetail.DataPropertyName = "UserCode";
  350. this.UserCodeDetail.HeaderText = "生产工号";
  351. this.UserCodeDetail.Name = "UserCodeDetail";
  352. this.UserCodeDetail.ReadOnly = true;
  353. //
  354. // MouldCode
  355. //
  356. this.MouldCode.DataPropertyName = "MouldCode";
  357. this.MouldCode.HeaderText = "模具编号";
  358. this.MouldCode.Name = "MouldCode";
  359. this.MouldCode.ReadOnly = true;
  360. //
  361. // GroutingDate
  362. //
  363. this.GroutingDate.DataPropertyName = "GroutingDate";
  364. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  365. dataGridViewCellStyle3.NullValue = null;
  366. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  367. this.GroutingDate.HeaderText = "注浆日期";
  368. this.GroutingDate.Name = "GroutingDate";
  369. this.GroutingDate.ReadOnly = true;
  370. //
  371. // GroutingUserCode
  372. //
  373. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  374. this.GroutingUserCode.HeaderText = "成型工号";
  375. this.GroutingUserCode.Name = "GroutingUserCode";
  376. this.GroutingUserCode.ReadOnly = true;
  377. //
  378. // ispublicbody
  379. //
  380. this.ispublicbody.DataPropertyName = "ispublicbody";
  381. this.ispublicbody.FalseValue = "0";
  382. this.ispublicbody.HeaderText = "公坯标识";
  383. this.ispublicbody.Name = "ispublicbody";
  384. this.ispublicbody.ReadOnly = true;
  385. this.ispublicbody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  386. this.ispublicbody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  387. this.ispublicbody.TrueValue = "1";
  388. //
  389. // GroutingNum
  390. //
  391. this.GroutingNum.DataPropertyName = "GroutingNum";
  392. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  393. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  394. this.GroutingNum.HeaderText = "注浆次数";
  395. this.GroutingNum.Name = "GroutingNum";
  396. this.GroutingNum.ReadOnly = true;
  397. //
  398. // ProcedureModel
  399. //
  400. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  401. this.ProcedureModel.HeaderText = "工序模型";
  402. this.ProcedureModel.Name = "ProcedureModel";
  403. this.ProcedureModel.ReadOnly = true;
  404. this.ProcedureModel.Visible = false;
  405. //
  406. // ModelType
  407. //
  408. this.ModelType.DataPropertyName = "rocedureModelTypeName";
  409. this.ModelType.HeaderText = "工序类别";
  410. this.ModelType.Name = "ModelType";
  411. this.ModelType.ReadOnly = true;
  412. this.ModelType.Visible = false;
  413. //
  414. // PieceType
  415. //
  416. this.PieceType.DataPropertyName = "PieceType";
  417. this.PieceType.HeaderText = "计件模式";
  418. this.PieceType.Name = "PieceType";
  419. this.PieceType.ReadOnly = true;
  420. this.PieceType.Visible = false;
  421. //
  422. // IsReworked
  423. //
  424. this.IsReworked.DataPropertyName = "IsReworked";
  425. this.IsReworked.HeaderText = "是否返工";
  426. this.IsReworked.Name = "IsReworked";
  427. this.IsReworked.ReadOnly = true;
  428. this.IsReworked.Visible = false;
  429. //
  430. // OrganizationName
  431. //
  432. this.OrganizationName.DataPropertyName = "OrganizationName";
  433. this.OrganizationName.HeaderText = "所属部门";
  434. this.OrganizationName.Name = "OrganizationName";
  435. this.OrganizationName.ReadOnly = true;
  436. this.OrganizationName.Visible = false;
  437. //
  438. // Remarks
  439. //
  440. this.Remarks.DataPropertyName = "Remarks";
  441. this.Remarks.HeaderText = "备注";
  442. this.Remarks.Name = "Remarks";
  443. this.Remarks.ReadOnly = true;
  444. this.Remarks.Visible = false;
  445. //
  446. // OrgUserCode
  447. //
  448. this.OrgUserCode.DataPropertyName = "BarCodeUserCode";
  449. this.OrgUserCode.HeaderText = "计件工号";
  450. this.OrgUserCode.Name = "OrgUserCode";
  451. this.OrgUserCode.ReadOnly = true;
  452. this.OrgUserCode.Visible = false;
  453. //
  454. // OrgUserID
  455. //
  456. this.OrgUserID.DataPropertyName = "UserID";
  457. this.OrgUserID.HeaderText = "工号ID";
  458. this.OrgUserID.Name = "OrgUserID";
  459. this.OrgUserID.ReadOnly = true;
  460. this.OrgUserID.Visible = false;
  461. //
  462. // BarCodeUserID
  463. //
  464. this.BarCodeUserID.DataPropertyName = "BarCodeUserID";
  465. this.BarCodeUserID.HeaderText = "产品条码工号ID";
  466. this.BarCodeUserID.Name = "BarCodeUserID";
  467. this.BarCodeUserID.ReadOnly = true;
  468. this.BarCodeUserID.Visible = false;
  469. //
  470. // ProductionLineCode
  471. //
  472. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  473. this.ProductionLineCode.HeaderText = "ProductionLineCode";
  474. this.ProductionLineCode.Name = "ProductionLineCode";
  475. this.ProductionLineCode.ReadOnly = true;
  476. this.ProductionLineCode.Visible = false;
  477. //
  478. // LogoCodeName
  479. //
  480. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  481. this.LogoCodeName.HeaderText = "商标";
  482. this.LogoCodeName.Name = "LogoCodeName";
  483. this.LogoCodeName.ReadOnly = true;
  484. //
  485. // LogoID
  486. //
  487. this.LogoID.DataPropertyName = "LogoID";
  488. this.LogoID.HeaderText = "LogoID";
  489. this.LogoID.Name = "LogoID";
  490. this.LogoID.ReadOnly = true;
  491. this.LogoID.Visible = false;
  492. //
  493. // F_PM_2002
  494. //
  495. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  496. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  497. this.CancelButton = this.btnCancel;
  498. this.ClientSize = new System.Drawing.Size(1085, 473);
  499. this.Controls.Add(this.dgvProduction);
  500. this.Controls.Add(this.groupBox1);
  501. this.Controls.Add(this.btnCancel);
  502. this.Controls.Add(this.btnSave);
  503. this.Controls.Add(this.tsrOperate);
  504. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  505. this.IsSaveFormSize = false;
  506. this.Name = "F_PM_2002";
  507. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  508. this.Text = "新建干补计件";
  509. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  510. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_2002_FormClosing);
  511. this.Load += new System.EventHandler(this.F_PM_2002_Load);
  512. this.Controls.SetChildIndex(this.tsrOperate, 0);
  513. this.Controls.SetChildIndex(this.btnSave, 0);
  514. this.Controls.SetChildIndex(this.btnCancel, 0);
  515. this.Controls.SetChildIndex(this.groupBox1, 0);
  516. this.Controls.SetChildIndex(this.dgvProduction, 0);
  517. this.tsrOperate.ResumeLayout(false);
  518. this.tsrOperate.PerformLayout();
  519. this.groupBox1.ResumeLayout(false);
  520. this.groupBox1.PerformLayout();
  521. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  522. this.ResumeLayout(false);
  523. this.PerformLayout();
  524. }
  525. #endregion
  526. private Basics.BaseControls.C_ToolStrip tsrOperate;
  527. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  528. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  529. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  530. private System.Windows.Forms.ToolStripButton tsbtnClose;
  531. private Basics.BaseControls.C_Label lblUserID;
  532. private Basics.BaseControls.C_Label lblBarcode;
  533. private Basics.BaseControls.C_TextBox txtUserCode;
  534. private Basics.BaseControls.C_TextBox txtBarcode;
  535. private Basics.BaseControls.C_Button btnSave;
  536. private Basics.BaseControls.C_Button btnCancel;
  537. private System.Windows.Forms.GroupBox groupBox1;
  538. private Basics.BaseControls.C_DataGridView dgvProduction;
  539. private Basics.BaseControls.C_Label txtCollectType;
  540. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  541. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  542. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  543. private System.Windows.Forms.DataGridViewTextBoxColumn UserCodeDetail;
  544. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  547. private System.Windows.Forms.DataGridViewCheckBoxColumn ispublicbody;
  548. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  549. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  550. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  551. private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn IsReworked;
  553. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  554. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  555. private System.Windows.Forms.DataGridViewTextBoxColumn OrgUserCode;
  556. private System.Windows.Forms.DataGridViewTextBoxColumn OrgUserID;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn BarCodeUserID;
  558. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  559. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  560. private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
  561. }
  562. }