F_PM_0402.Designer.cs 31 KB

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