F_PM_0902.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0902
  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_0902));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  39. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnUpdate = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  44. this.gbxBasicInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dgvProductionData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.DefectFlag = new System.Windows.Forms.DataGridViewComboBoxColumn();
  54. this.ReworkProcedureID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  55. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  58. this.chkdiscarde = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  59. this.Column1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  60. this.DefectLocationColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
  61. this.DutyProcedureIDLocation = new System.Windows.Forms.DataGridViewComboBoxColumn();
  62. this.DutyProcedureCodeLocation = new System.Windows.Forms.DataGridViewComboBoxColumn();
  63. this.JobsLocation = new System.Windows.Forms.DataGridViewComboBoxColumn();
  64. this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.ProductionBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.TempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  69. this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  70. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  75. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  76. this.lvPic = new System.Windows.Forms.ListView();
  77. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  78. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  79. this.tabControl1 = new System.Windows.Forms.TabControl();
  80. this.tabPage1 = new System.Windows.Forms.TabPage();
  81. this.tabControl2 = new System.Windows.Forms.TabControl();
  82. this.tabPage3 = new System.Windows.Forms.TabPage();
  83. this.tabPage4 = new System.Windows.Forms.TabPage();
  84. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  85. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  86. this.tsrOperate.SuspendLayout();
  87. this.gbxBasicInfo.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
  91. this.tabControl1.SuspendLayout();
  92. this.tabPage1.SuspendLayout();
  93. this.tabControl2.SuspendLayout();
  94. this.tabPage3.SuspendLayout();
  95. this.tabPage4.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  97. this.splitContainer1.Panel1.SuspendLayout();
  98. this.splitContainer1.Panel2.SuspendLayout();
  99. this.splitContainer1.SuspendLayout();
  100. this.SuspendLayout();
  101. //
  102. // tsrOperate
  103. //
  104. this.tsrOperate.AutoSize = false;
  105. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  106. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  107. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  109. this.tsbtnDelete,
  110. this.tsbtnUpdate,
  111. this.toolStripSeparator1,
  112. this.tsbtnAdaptive,
  113. this.tsbtnClose});
  114. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  115. this.tsrOperate.Name = "tsrOperate";
  116. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  117. this.tsrOperate.ShowItemToolTips = false;
  118. this.tsrOperate.Size = new System.Drawing.Size(1214, 35);
  119. this.tsrOperate.TabIndex = 24;
  120. this.tsrOperate.Text = "toolStrip1";
  121. //
  122. // tsbtnDelete
  123. //
  124. this.tsbtnDelete.AutoSize = false;
  125. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  127. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.tsbtnDelete.Name = "tsbtnDelete";
  129. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  130. this.tsbtnDelete.Text = "删除";
  131. this.tsbtnDelete.Visible = false;
  132. //
  133. // tsbtnUpdate
  134. //
  135. this.tsbtnUpdate.AutoSize = false;
  136. this.tsbtnUpdate.Enabled = false;
  137. this.tsbtnUpdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.tsbtnUpdate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  139. this.tsbtnUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
  140. this.tsbtnUpdate.Name = "tsbtnUpdate";
  141. this.tsbtnUpdate.Size = new System.Drawing.Size(60, 25);
  142. this.tsbtnUpdate.Text = "数据刷";
  143. this.tsbtnUpdate.Visible = false;
  144. //
  145. // toolStripSeparator1
  146. //
  147. this.toolStripSeparator1.AutoSize = false;
  148. this.toolStripSeparator1.Name = "toolStripSeparator1";
  149. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  150. this.toolStripSeparator1.Visible = false;
  151. //
  152. // tsbtnAdaptive
  153. //
  154. this.tsbtnAdaptive.AutoSize = false;
  155. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  157. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  158. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  159. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  160. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  161. this.tsbtnAdaptive.Visible = false;
  162. //
  163. // tsbtnClose
  164. //
  165. this.tsbtnClose.AutoSize = false;
  166. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  168. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  169. this.tsbtnClose.Name = "tsbtnClose";
  170. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  171. this.tsbtnClose.Text = "关闭(&X)";
  172. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  173. //
  174. // gbxBasicInfo
  175. //
  176. this.gbxBasicInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  177. | System.Windows.Forms.AnchorStyles.Right)));
  178. this.gbxBasicInfo.BackColor = System.Drawing.Color.Transparent;
  179. this.gbxBasicInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxBasicInfo.BackgroundImage")));
  180. this.gbxBasicInfo.Controls.Add(this.txtUserCode);
  181. this.gbxBasicInfo.Controls.Add(this.lblUserCode);
  182. this.gbxBasicInfo.Controls.Add(this.txtBarCode);
  183. this.gbxBasicInfo.Controls.Add(this.lblBarCode);
  184. this.gbxBasicInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.gbxBasicInfo.ForeColor = System.Drawing.SystemColors.ControlText;
  186. this.gbxBasicInfo.IsMustInput = false;
  187. this.gbxBasicInfo.Location = new System.Drawing.Point(3, 38);
  188. this.gbxBasicInfo.Name = "gbxBasicInfo";
  189. this.gbxBasicInfo.OriginalHeight = -1;
  190. this.gbxBasicInfo.Size = new System.Drawing.Size(1205, 58);
  191. this.gbxBasicInfo.TabIndex = 25;
  192. this.gbxBasicInfo.TabStop = false;
  193. this.gbxBasicInfo.Text = "条码扫描 ▼";
  194. //
  195. // txtUserCode
  196. //
  197. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  198. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  199. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  200. this.txtUserCode.ErrorMessage = "";
  201. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.txtUserCode.Location = new System.Drawing.Point(99, 20);
  203. this.txtUserCode.MaxLength = 20;
  204. this.txtUserCode.Name = "txtUserCode";
  205. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  206. this.txtUserCode.TabIndex = 1;
  207. this.txtUserCode.Leave += new System.EventHandler(this.txtUserCode_Leave);
  208. //
  209. // lblUserCode
  210. //
  211. this.lblUserCode.AutoSize = true;
  212. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  213. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  215. this.lblUserCode.Location = new System.Drawing.Point(39, 26);
  216. this.lblUserCode.Name = "lblUserCode";
  217. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  218. this.lblUserCode.TabIndex = 7;
  219. this.lblUserCode.Text = "生产工号";
  220. //
  221. // txtBarCode
  222. //
  223. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  224. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  225. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  226. this.txtBarCode.ErrorMessage = "";
  227. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.txtBarCode.Location = new System.Drawing.Point(348, 21);
  229. this.txtBarCode.MaxLength = 50;
  230. this.txtBarCode.Name = "txtBarCode";
  231. this.txtBarCode.Size = new System.Drawing.Size(120, 21);
  232. this.txtBarCode.TabIndex = 2;
  233. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  234. //
  235. // lblBarCode
  236. //
  237. this.lblBarCode.AutoSize = true;
  238. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  239. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  241. this.lblBarCode.Location = new System.Drawing.Point(290, 26);
  242. this.lblBarCode.Name = "lblBarCode";
  243. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  244. this.lblBarCode.TabIndex = 5;
  245. this.lblBarCode.Text = "产品条码";
  246. //
  247. // dgvProductionData
  248. //
  249. this.dgvProductionData.AllowUserToAddRows = false;
  250. this.dgvProductionData.AllowUserToModifyRows = true;
  251. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  252. this.dgvProductionData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  253. this.dgvProductionData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  254. this.dgvProductionData.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  255. this.dgvProductionData.CellHeight = 23;
  256. this.dgvProductionData.ChildNodeColumnName = null;
  257. this.dgvProductionData.ChildNodeColumnText = null;
  258. this.dgvProductionData.ColumnDeep = 1;
  259. this.dgvProductionData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  260. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  261. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  262. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  264. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  265. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  266. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  267. this.dgvProductionData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  268. this.dgvProductionData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  269. this.dgvProductionData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  270. this.BarCode,
  271. this.GoodsCode,
  272. this.GoodsName,
  273. this.DefectFlag,
  274. this.ReworkProcedureID,
  275. this.Remarks,
  276. this.GoodsID});
  277. this.dgvProductionData.ColumnTreeView = null;
  278. this.dgvProductionData.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)));
  279. this.dgvProductionData.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.dgvProductionData.DynamicColumnName = "";
  281. this.dgvProductionData.EnableHeadersVisualStyles = false;
  282. this.dgvProductionData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.dgvProductionData.IsAutoCountSum = true;
  284. this.dgvProductionData.IsAutoResizeColumns = false;
  285. this.dgvProductionData.IsClickF12 = false;
  286. this.dgvProductionData.IsSubTotalFlag = false;
  287. this.dgvProductionData.Location = new System.Drawing.Point(0, 0);
  288. this.dgvProductionData.MultiSelect = false;
  289. this.dgvProductionData.Name = "dgvProductionData";
  290. this.dgvProductionData.RefreshAtHscroll = false;
  291. this.dgvProductionData.RowHeadersWidth = 50;
  292. this.dgvProductionData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  293. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  294. this.dgvProductionData.RowsDefaultCellStyle = dataGridViewCellStyle3;
  295. this.dgvProductionData.RowTemplate.Height = 25;
  296. this.dgvProductionData.Size = new System.Drawing.Size(1205, 147);
  297. this.dgvProductionData.SortOrderColumnName = null;
  298. this.dgvProductionData.TabIndex = 26;
  299. this.dgvProductionData.Tag = true;
  300. this.dgvProductionData.TotalSumColumns = null;
  301. this.dgvProductionData.ViewRowFilter = "";
  302. this.dgvProductionData.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProductionData_CellEnter);
  303. this.dgvProductionData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvProductionData_EditingControlShowing);
  304. this.dgvProductionData.SelectionChanged += new System.EventHandler(this.dgvProductionData_SelectionChanged);
  305. this.dgvProductionData.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvProductionData_UserDeletingRow);
  306. //
  307. // BarCode
  308. //
  309. this.BarCode.DataPropertyName = "BarCode";
  310. this.BarCode.HeaderText = "产品条码";
  311. this.BarCode.Name = "BarCode";
  312. this.BarCode.ReadOnly = true;
  313. //
  314. // GoodsCode
  315. //
  316. this.GoodsCode.DataPropertyName = "GoodsCode";
  317. this.GoodsCode.HeaderText = "产品编码";
  318. this.GoodsCode.Name = "GoodsCode";
  319. this.GoodsCode.ReadOnly = true;
  320. //
  321. // GoodsName
  322. //
  323. this.GoodsName.DataPropertyName = "GoodsName";
  324. this.GoodsName.HeaderText = "产品名称";
  325. this.GoodsName.Name = "GoodsName";
  326. this.GoodsName.ReadOnly = true;
  327. //
  328. // DefectFlag
  329. //
  330. this.DefectFlag.DataPropertyName = "DefectFlagID";
  331. this.DefectFlag.HeaderText = "校验标识";
  332. this.DefectFlag.Name = "DefectFlag";
  333. this.DefectFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  334. this.DefectFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  335. //
  336. // ReworkProcedureID
  337. //
  338. this.ReworkProcedureID.DataPropertyName = "ReworkProcedureID";
  339. this.ReworkProcedureID.HeaderText = "返工工序";
  340. this.ReworkProcedureID.Name = "ReworkProcedureID";
  341. this.ReworkProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  342. this.ReworkProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  343. //
  344. // Remarks
  345. //
  346. this.Remarks.DataPropertyName = "Remarks";
  347. this.Remarks.HeaderText = "备注";
  348. this.Remarks.MaxInputLength = 200;
  349. this.Remarks.Name = "Remarks";
  350. this.Remarks.Width = 500;
  351. //
  352. // GoodsID
  353. //
  354. this.GoodsID.DataPropertyName = "GoodsID";
  355. this.GoodsID.HeaderText = "产品ID";
  356. this.GoodsID.Name = "GoodsID";
  357. this.GoodsID.Visible = false;
  358. //
  359. // dgvDefect
  360. //
  361. this.dgvDefect.AllowUserToModifyRows = true;
  362. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  363. this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  364. this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  365. this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  366. this.dgvDefect.CellHeight = 23;
  367. this.dgvDefect.ChildNodeColumnName = null;
  368. this.dgvDefect.ChildNodeColumnText = null;
  369. this.dgvDefect.ColumnDeep = 1;
  370. this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  371. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  372. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  373. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  375. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  376. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  377. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  378. this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  379. this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  380. this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  381. this.chkdiscarde,
  382. this.Column1,
  383. this.DefectLocationColumn,
  384. this.DutyProcedureIDLocation,
  385. this.DutyProcedureCodeLocation,
  386. this.JobsLocation,
  387. this.DefectRemarks,
  388. this.ProductionBarCode,
  389. this.TempCount,
  390. this.ProductionDataID});
  391. this.dgvDefect.ColumnTreeView = null;
  392. this.dgvDefect.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)));
  393. this.dgvDefect.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.dgvDefect.DynamicColumnName = "";
  395. this.dgvDefect.EnableHeadersVisualStyles = false;
  396. this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.dgvDefect.IsAutoCountSum = true;
  398. this.dgvDefect.IsAutoResizeColumns = false;
  399. this.dgvDefect.IsClickF12 = false;
  400. this.dgvDefect.IsSubTotalFlag = false;
  401. this.dgvDefect.Location = new System.Drawing.Point(3, 3);
  402. this.dgvDefect.MultiSelect = false;
  403. this.dgvDefect.Name = "dgvDefect";
  404. this.dgvDefect.RefreshAtHscroll = false;
  405. this.dgvDefect.RowHeadersWidth = 50;
  406. this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  407. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  408. this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle6;
  409. this.dgvDefect.RowTemplate.Height = 25;
  410. this.dgvDefect.Size = new System.Drawing.Size(1191, 298);
  411. this.dgvDefect.SortOrderColumnName = null;
  412. this.dgvDefect.TabIndex = 0;
  413. this.dgvDefect.Tag = true;
  414. this.dgvDefect.TotalSumColumns = null;
  415. this.dgvDefect.ViewRowFilter = "";
  416. this.dgvDefect.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDefect_CellContentClick);
  417. this.dgvDefect.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDefect_CellEnter);
  418. this.dgvDefect.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDefect_CellValueChanged);
  419. this.dgvDefect.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvDefect_CurrentCellDirtyStateChanged);
  420. this.dgvDefect.SelectionChanged += new System.EventHandler(this.dgvDefect_SelectionChanged);
  421. this.dgvDefect.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDefect_UserAddedRow);
  422. this.dgvDefect.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefect_UserDeletingRow);
  423. //
  424. // chkdiscarde
  425. //
  426. this.chkdiscarde.DataPropertyName = "discarde";
  427. this.chkdiscarde.FalseValue = "0";
  428. this.chkdiscarde.FillWeight = 60F;
  429. this.chkdiscarde.HeaderText = "报废工序";
  430. this.chkdiscarde.Name = "chkdiscarde";
  431. this.chkdiscarde.TrueValue = "1";
  432. this.chkdiscarde.Width = 60;
  433. //
  434. // Column1
  435. //
  436. this.Column1.DataPropertyName = "DefectFlag";
  437. this.Column1.HeaderText = "缺陷";
  438. this.Column1.Name = "Column1";
  439. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  440. this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  441. //
  442. // DefectLocationColumn
  443. //
  444. this.DefectLocationColumn.DataPropertyName = "DefectLocation";
  445. this.DefectLocationColumn.HeaderText = "缺陷位置";
  446. this.DefectLocationColumn.Name = "DefectLocationColumn";
  447. this.DefectLocationColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  448. this.DefectLocationColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  449. //
  450. // DutyProcedureIDLocation
  451. //
  452. this.DutyProcedureIDLocation.DataPropertyName = "DutyProcedureID";
  453. this.DutyProcedureIDLocation.HeaderText = "责任工序";
  454. this.DutyProcedureIDLocation.Name = "DutyProcedureIDLocation";
  455. this.DutyProcedureIDLocation.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  456. this.DutyProcedureIDLocation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  457. //
  458. // DutyProcedureCodeLocation
  459. //
  460. this.DutyProcedureCodeLocation.DataPropertyName = "DutyProcedureUserID";
  461. this.DutyProcedureCodeLocation.HeaderText = "责任工号";
  462. this.DutyProcedureCodeLocation.Name = "DutyProcedureCodeLocation";
  463. this.DutyProcedureCodeLocation.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  464. this.DutyProcedureCodeLocation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  465. //
  466. // JobsLocation
  467. //
  468. this.JobsLocation.DataPropertyName = "Jobs";
  469. this.JobsLocation.HeaderText = "工种";
  470. this.JobsLocation.Name = "JobsLocation";
  471. this.JobsLocation.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  472. this.JobsLocation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  473. //
  474. // DefectRemarks
  475. //
  476. this.DefectRemarks.DataPropertyName = "DefectRemarks";
  477. this.DefectRemarks.HeaderText = "备注";
  478. this.DefectRemarks.MaxInputLength = 200;
  479. this.DefectRemarks.Name = "DefectRemarks";
  480. this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  481. this.DefectRemarks.Width = 200;
  482. //
  483. // ProductionBarCode
  484. //
  485. this.ProductionBarCode.DataPropertyName = "ProductionBarCode";
  486. this.ProductionBarCode.HeaderText = "产品条码ID";
  487. this.ProductionBarCode.Name = "ProductionBarCode";
  488. this.ProductionBarCode.Visible = false;
  489. //
  490. // TempCount
  491. //
  492. this.TempCount.DataPropertyName = "TempCount";
  493. this.TempCount.HeaderText = "唯一标识";
  494. this.TempCount.Name = "TempCount";
  495. //
  496. // ProductionDataID
  497. //
  498. this.ProductionDataID.DataPropertyName = "ProductionDataID";
  499. this.ProductionDataID.HeaderText = "生产数据ID";
  500. this.ProductionDataID.Name = "ProductionDataID";
  501. //
  502. // dgvDefectStaff
  503. //
  504. this.dgvDefectStaff.AllowUserToAddRows = false;
  505. this.dgvDefectStaff.AllowUserToModifyRows = true;
  506. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  507. this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  508. this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  509. this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  510. this.dgvDefectStaff.CellHeight = 23;
  511. this.dgvDefectStaff.ChildNodeColumnName = null;
  512. this.dgvDefectStaff.ChildNodeColumnText = null;
  513. this.dgvDefectStaff.ColumnDeep = 1;
  514. this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  515. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  516. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  517. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  519. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  520. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  521. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  522. this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  523. this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  524. this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  525. this.chkSelected,
  526. this.StaffCode,
  527. this.StaffName,
  528. this.StaffID,
  529. this.StaffTempCount});
  530. this.dgvDefectStaff.ColumnTreeView = null;
  531. this.dgvDefectStaff.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)));
  532. this.dgvDefectStaff.Dock = System.Windows.Forms.DockStyle.Fill;
  533. this.dgvDefectStaff.DynamicColumnName = "";
  534. this.dgvDefectStaff.EnableHeadersVisualStyles = false;
  535. this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.dgvDefectStaff.IsAutoCountSum = true;
  537. this.dgvDefectStaff.IsAutoResizeColumns = false;
  538. this.dgvDefectStaff.IsClickF12 = false;
  539. this.dgvDefectStaff.IsSubTotalFlag = false;
  540. this.dgvDefectStaff.Location = new System.Drawing.Point(3, 3);
  541. this.dgvDefectStaff.MultiSelect = false;
  542. this.dgvDefectStaff.Name = "dgvDefectStaff";
  543. this.dgvDefectStaff.RefreshAtHscroll = false;
  544. this.dgvDefectStaff.RowHeadersWidth = 50;
  545. this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  546. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  547. this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle9;
  548. this.dgvDefectStaff.RowTemplate.Height = 25;
  549. this.dgvDefectStaff.Size = new System.Drawing.Size(1177, 116);
  550. this.dgvDefectStaff.SortOrderColumnName = null;
  551. this.dgvDefectStaff.TabIndex = 0;
  552. this.dgvDefectStaff.Tag = true;
  553. this.dgvDefectStaff.TotalSumColumns = null;
  554. this.dgvDefectStaff.ViewRowFilter = "";
  555. //
  556. // chkSelected
  557. //
  558. this.chkSelected.DataPropertyName = "IsSelected";
  559. this.chkSelected.FalseValue = "0";
  560. this.chkSelected.FillWeight = 60F;
  561. this.chkSelected.HeaderText = "选择";
  562. this.chkSelected.Name = "chkSelected";
  563. this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  564. this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  565. this.chkSelected.TrueValue = "1";
  566. this.chkSelected.Width = 60;
  567. //
  568. // StaffCode
  569. //
  570. this.StaffCode.DataPropertyName = "StaffCode";
  571. this.StaffCode.HeaderText = "员工编号";
  572. this.StaffCode.Name = "StaffCode";
  573. //
  574. // StaffName
  575. //
  576. this.StaffName.DataPropertyName = "StaffName";
  577. this.StaffName.HeaderText = "员工名称";
  578. this.StaffName.Name = "StaffName";
  579. //
  580. // StaffID
  581. //
  582. this.StaffID.DataPropertyName = "StaffID";
  583. this.StaffID.HeaderText = "员工ID";
  584. this.StaffID.Name = "StaffID";
  585. //
  586. // StaffTempCount
  587. //
  588. this.StaffTempCount.DataPropertyName = "StaffTempCount";
  589. this.StaffTempCount.HeaderText = "唯一标识";
  590. this.StaffTempCount.Name = "StaffTempCount";
  591. //
  592. // btnUpload
  593. //
  594. this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  595. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  596. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  597. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. this.btnUpload.ForeColor = System.Drawing.Color.White;
  599. this.btnUpload.Location = new System.Drawing.Point(1092, 71);
  600. this.btnUpload.Name = "btnUpload";
  601. this.btnUpload.Size = new System.Drawing.Size(85, 33);
  602. this.btnUpload.TabIndex = 114;
  603. this.btnUpload.Text = "上传图片";
  604. this.btnUpload.UseVisualStyleBackColor = false;
  605. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  606. //
  607. // btnDelete
  608. //
  609. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  610. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  611. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  612. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.btnDelete.ForeColor = System.Drawing.Color.White;
  614. this.btnDelete.Location = new System.Drawing.Point(1092, 22);
  615. this.btnDelete.Name = "btnDelete";
  616. this.btnDelete.Size = new System.Drawing.Size(85, 33);
  617. this.btnDelete.TabIndex = 113;
  618. this.btnDelete.Text = "删除图片";
  619. this.btnDelete.UseVisualStyleBackColor = false;
  620. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  621. //
  622. // lvPic
  623. //
  624. this.lvPic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  625. | System.Windows.Forms.AnchorStyles.Left)
  626. | System.Windows.Forms.AnchorStyles.Right)));
  627. this.lvPic.Location = new System.Drawing.Point(3, 6);
  628. this.lvPic.Name = "lvPic";
  629. this.lvPic.Size = new System.Drawing.Size(1083, 110);
  630. this.lvPic.TabIndex = 112;
  631. this.lvPic.UseCompatibleStateImageBehavior = false;
  632. //
  633. // btnSave
  634. //
  635. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  636. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  637. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  638. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.btnSave.ForeColor = System.Drawing.Color.White;
  640. this.btnSave.Location = new System.Drawing.Point(901, 589);
  641. this.btnSave.Name = "btnSave";
  642. this.btnSave.Size = new System.Drawing.Size(85, 30);
  643. this.btnSave.TabIndex = 30;
  644. this.btnSave.Tag = "保存";
  645. this.btnSave.Text = "保存";
  646. this.btnSave.UseVisualStyleBackColor = false;
  647. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  648. //
  649. // btnCancel
  650. //
  651. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  652. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  653. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  654. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  655. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  656. this.btnCancel.ForeColor = System.Drawing.Color.White;
  657. this.btnCancel.Location = new System.Drawing.Point(998, 589);
  658. this.btnCancel.Name = "btnCancel";
  659. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  660. this.btnCancel.TabIndex = 31;
  661. this.btnCancel.Text = "关闭";
  662. this.btnCancel.UseVisualStyleBackColor = false;
  663. //
  664. // tabControl1
  665. //
  666. this.tabControl1.Controls.Add(this.tabPage1);
  667. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  668. this.tabControl1.Name = "tabControl1";
  669. this.tabControl1.SelectedIndex = 0;
  670. this.tabControl1.Size = new System.Drawing.Size(1205, 330);
  671. this.tabControl1.TabIndex = 32;
  672. //
  673. // tabPage1
  674. //
  675. this.tabPage1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  676. this.tabPage1.Controls.Add(this.tabControl2);
  677. this.tabPage1.Controls.Add(this.dgvDefect);
  678. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  679. this.tabPage1.Name = "tabPage1";
  680. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  681. this.tabPage1.Size = new System.Drawing.Size(1197, 304);
  682. this.tabPage1.TabIndex = 0;
  683. this.tabPage1.Text = "缺陷信息";
  684. this.tabPage1.UseVisualStyleBackColor = true;
  685. //
  686. // tabControl2
  687. //
  688. this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  689. | System.Windows.Forms.AnchorStyles.Right)));
  690. this.tabControl2.Controls.Add(this.tabPage3);
  691. this.tabControl2.Controls.Add(this.tabPage4);
  692. this.tabControl2.Location = new System.Drawing.Point(3, 152);
  693. this.tabControl2.Name = "tabControl2";
  694. this.tabControl2.SelectedIndex = 0;
  695. this.tabControl2.Size = new System.Drawing.Size(1191, 148);
  696. this.tabControl2.TabIndex = 1;
  697. //
  698. // tabPage3
  699. //
  700. this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  701. this.tabPage3.Controls.Add(this.dgvDefectStaff);
  702. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  703. this.tabPage3.Name = "tabPage3";
  704. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  705. this.tabPage3.Size = new System.Drawing.Size(1183, 122);
  706. this.tabPage3.TabIndex = 0;
  707. this.tabPage3.Text = "缺陷责任员工";
  708. this.tabPage3.UseVisualStyleBackColor = true;
  709. //
  710. // tabPage4
  711. //
  712. this.tabPage4.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  713. this.tabPage4.Controls.Add(this.btnUpload);
  714. this.tabPage4.Controls.Add(this.lvPic);
  715. this.tabPage4.Controls.Add(this.btnDelete);
  716. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  717. this.tabPage4.Name = "tabPage4";
  718. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  719. this.tabPage4.Size = new System.Drawing.Size(1183, 122);
  720. this.tabPage4.TabIndex = 1;
  721. this.tabPage4.Text = "缺陷图片";
  722. this.tabPage4.UseVisualStyleBackColor = true;
  723. //
  724. // splitContainer1
  725. //
  726. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  727. | System.Windows.Forms.AnchorStyles.Left)
  728. | System.Windows.Forms.AnchorStyles.Right)));
  729. this.splitContainer1.Location = new System.Drawing.Point(3, 102);
  730. this.splitContainer1.Name = "splitContainer1";
  731. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  732. //
  733. // splitContainer1.Panel1
  734. //
  735. this.splitContainer1.Panel1.Controls.Add(this.dgvProductionData);
  736. //
  737. // splitContainer1.Panel2
  738. //
  739. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  740. this.splitContainer1.Size = new System.Drawing.Size(1205, 481);
  741. this.splitContainer1.SplitterDistance = 147;
  742. this.splitContainer1.TabIndex = 33;
  743. //
  744. // odlgFile
  745. //
  746. this.odlgFile.FileName = "openFileDialog1";
  747. //
  748. // F_PM_0902
  749. //
  750. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  751. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  752. this.ClientSize = new System.Drawing.Size(1214, 625);
  753. this.Controls.Add(this.splitContainer1);
  754. this.Controls.Add(this.btnCancel);
  755. this.Controls.Add(this.btnSave);
  756. this.Controls.Add(this.gbxBasicInfo);
  757. this.Controls.Add(this.tsrOperate);
  758. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  759. this.Name = "F_PM_0902";
  760. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  761. this.Text = "工序检验";
  762. this.Load += new System.EventHandler(this.F_PM_0901_Load);
  763. this.Controls.SetChildIndex(this.tsrOperate, 0);
  764. this.Controls.SetChildIndex(this.gbxBasicInfo, 0);
  765. this.Controls.SetChildIndex(this.btnSave, 0);
  766. this.Controls.SetChildIndex(this.btnCancel, 0);
  767. this.Controls.SetChildIndex(this.splitContainer1, 0);
  768. this.tsrOperate.ResumeLayout(false);
  769. this.tsrOperate.PerformLayout();
  770. this.gbxBasicInfo.ResumeLayout(false);
  771. this.gbxBasicInfo.PerformLayout();
  772. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).EndInit();
  773. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
  774. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
  775. this.tabControl1.ResumeLayout(false);
  776. this.tabPage1.ResumeLayout(false);
  777. this.tabControl2.ResumeLayout(false);
  778. this.tabPage3.ResumeLayout(false);
  779. this.tabPage4.ResumeLayout(false);
  780. this.splitContainer1.Panel1.ResumeLayout(false);
  781. this.splitContainer1.Panel2.ResumeLayout(false);
  782. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  783. this.splitContainer1.ResumeLayout(false);
  784. this.ResumeLayout(false);
  785. this.PerformLayout();
  786. }
  787. #endregion
  788. private Basics.BaseControls.C_ToolStrip tsrOperate;
  789. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  790. private System.Windows.Forms.ToolStripButton tsbtnUpdate;
  791. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  792. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  793. private System.Windows.Forms.ToolStripButton tsbtnClose;
  794. private Basics.BaseControls.C_GroupBox gbxBasicInfo;
  795. private Basics.BaseControls.C_TextBox txtBarCode;
  796. private Basics.BaseControls.C_Label lblBarCode;
  797. private Basics.BaseControls.C_DataGridView dgvProductionData;
  798. private Basics.BaseControls.C_DataGridView dgvDefect;
  799. private Basics.BaseControls.C_DataGridView dgvDefectStaff;
  800. private System.Windows.Forms.ListView lvPic;
  801. private Basics.BaseControls.C_Button btnDelete;
  802. private Basics.BaseControls.C_Button btnUpload;
  803. private Basics.BaseControls.C_Button btnSave;
  804. private Basics.BaseControls.C_Button btnCancel;
  805. private System.Windows.Forms.TabControl tabControl1;
  806. private System.Windows.Forms.TabPage tabPage1;
  807. private System.Windows.Forms.TabControl tabControl2;
  808. private System.Windows.Forms.TabPage tabPage3;
  809. private System.Windows.Forms.TabPage tabPage4;
  810. private System.Windows.Forms.SplitContainer splitContainer1;
  811. private Basics.BaseControls.C_Label lblUserCode;
  812. private Basics.BaseControls.C_TextBox txtUserCode;
  813. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  814. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  815. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  816. private System.Windows.Forms.DataGridViewComboBoxColumn DefectFlag;
  817. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox ReworkProcedureID;
  818. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  819. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  820. private System.Windows.Forms.DataGridViewCheckBoxColumn chkdiscarde;
  821. private System.Windows.Forms.DataGridViewComboBoxColumn Column1;
  822. private System.Windows.Forms.DataGridViewComboBoxColumn DefectLocationColumn;
  823. private System.Windows.Forms.DataGridViewComboBoxColumn DutyProcedureIDLocation;
  824. private System.Windows.Forms.DataGridViewComboBoxColumn DutyProcedureCodeLocation;
  825. private System.Windows.Forms.DataGridViewComboBoxColumn JobsLocation;
  826. private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
  827. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionBarCode;
  828. private System.Windows.Forms.DataGridViewTextBoxColumn TempCount;
  829. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
  830. private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
  831. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  832. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  833. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  834. private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
  835. private System.Windows.Forms.OpenFileDialog odlgFile;
  836. }
  837. }