F_MST_0903.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0903
  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 dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0903));
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
  44. this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.DefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  46. this.defectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.defectid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dgvDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.defectfineID2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  50. this.defectid1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  52. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  54. this.dgvDefectDeduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  55. this.DefectDeductionID = new System.Windows.Forms.DataGridViewComboBoxColumn();
  56. this.defectid2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFine)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  61. this.splitContainer1.Panel1.SuspendLayout();
  62. this.splitContainer1.Panel2.SuspendLayout();
  63. this.splitContainer1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDeduction)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  66. this.splitContainer2.Panel1.SuspendLayout();
  67. this.splitContainer2.Panel2.SuspendLayout();
  68. this.splitContainer2.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // dgvDefect
  72. //
  73. this.dgvDefect.AllowUserToAddRows = false;
  74. this.dgvDefect.AllowUserToDeleteRows = false;
  75. this.dgvDefect.AllowUserToModifyRows = true;
  76. dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  77. this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
  78. this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  79. this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  80. this.dgvDefect.CellHeight = 23;
  81. this.dgvDefect.ChildNodeColumnName = null;
  82. this.dgvDefect.ChildNodeColumnText = null;
  83. this.dgvDefect.ColumnDeep = 1;
  84. this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  85. dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  86. dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  87. dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
  89. dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  90. dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  91. dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  92. this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
  93. this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  94. this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  95. this.DefectCode,
  96. this.defectName,
  97. this.defectid});
  98. this.dgvDefect.ColumnTreeView = null;
  99. 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)));
  100. dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  101. dataGridViewCellStyle34.BackColor = System.Drawing.SystemColors.Window;
  102. dataGridViewCellStyle34.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. dataGridViewCellStyle34.ForeColor = System.Drawing.SystemColors.ControlText;
  104. dataGridViewCellStyle34.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  105. dataGridViewCellStyle34.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  106. dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  107. this.dgvDefect.DefaultCellStyle = dataGridViewCellStyle34;
  108. this.dgvDefect.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.dgvDefect.DynamicColumnName = "";
  110. this.dgvDefect.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  111. this.dgvDefect.EnableHeadersVisualStyles = false;
  112. this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.dgvDefect.HorizontalMergeColumn = null;
  114. this.dgvDefect.IsAutoCountSum = true;
  115. this.dgvDefect.IsAutoResizeColumns = false;
  116. this.dgvDefect.IsClickF12 = false;
  117. this.dgvDefect.IsOpenMergeCellFlag = false;
  118. this.dgvDefect.IsSubTotalFlag = false;
  119. this.dgvDefect.IsTopDeep = false;
  120. this.dgvDefect.Location = new System.Drawing.Point(0, 0);
  121. this.dgvDefect.MergeColumnNames = null;
  122. this.dgvDefect.MergeDetailColumnNames = null;
  123. this.dgvDefect.MergeDetailOnlyColumn = null;
  124. this.dgvDefect.MergeOnlyColumn = null;
  125. this.dgvDefect.MultiSelect = false;
  126. this.dgvDefect.Name = "dgvDefect";
  127. this.dgvDefect.ReadOnly = true;
  128. this.dgvDefect.RefreshAtHscroll = false;
  129. this.dgvDefect.RowHeadersWidth = 50;
  130. this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  131. dataGridViewCellStyle35.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  132. this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle35;
  133. this.dgvDefect.RowTemplate.Height = 21;
  134. this.dgvDefect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  135. this.dgvDefect.Size = new System.Drawing.Size(290, 407);
  136. this.dgvDefect.SortOrderColumnName = null;
  137. this.dgvDefect.TabIndex = 0;
  138. this.dgvDefect.Tag = true;
  139. this.dgvDefect.TotalSumColumns = null;
  140. this.dgvDefect.ViewRowFilter = "";
  141. this.dgvDefect.VirtualMode = true;
  142. this.dgvDefect.SelectionChanged += new System.EventHandler(this.dgvDefect_SelectionChanged);
  143. this.dgvDefect.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
  144. //
  145. // DefectCode
  146. //
  147. this.DefectCode.DataPropertyName = "DefectCode";
  148. dataGridViewCellStyle33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  149. this.DefectCode.DefaultCellStyle = dataGridViewCellStyle33;
  150. this.DefectCode.HeaderText = "缺陷编码";
  151. this.DefectCode.Name = "DefectCode";
  152. this.DefectCode.ReadOnly = true;
  153. this.DefectCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  154. this.DefectCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  155. //
  156. // defectName
  157. //
  158. this.defectName.DataPropertyName = "defectName";
  159. this.defectName.HeaderText = "缺陷名称";
  160. this.defectName.Name = "defectName";
  161. this.defectName.ReadOnly = true;
  162. //
  163. // defectid
  164. //
  165. this.defectid.DataPropertyName = "defectid";
  166. this.defectid.HeaderText = "行索引标识";
  167. this.defectid.Name = "defectid";
  168. this.defectid.ReadOnly = true;
  169. this.defectid.Visible = false;
  170. //
  171. // dgvDefectFine
  172. //
  173. this.dgvDefectFine.AllowUserToModifyRows = true;
  174. dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  175. this.dgvDefectFine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle36;
  176. this.dgvDefectFine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  177. this.dgvDefectFine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  178. this.dgvDefectFine.CellHeight = 23;
  179. this.dgvDefectFine.ChildNodeColumnName = null;
  180. this.dgvDefectFine.ChildNodeColumnText = null;
  181. this.dgvDefectFine.ColumnDeep = 1;
  182. this.dgvDefectFine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  183. dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  184. dataGridViewCellStyle37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  185. dataGridViewCellStyle37.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. dataGridViewCellStyle37.ForeColor = System.Drawing.Color.White;
  187. dataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  188. dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  189. dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  190. this.dgvDefectFine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37;
  191. this.dgvDefectFine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  192. this.dgvDefectFine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  193. this.defectfineID2,
  194. this.defectid1});
  195. this.dgvDefectFine.ColumnTreeView = null;
  196. this.dgvDefectFine.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)));
  197. dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  198. dataGridViewCellStyle39.BackColor = System.Drawing.SystemColors.Window;
  199. dataGridViewCellStyle39.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. dataGridViewCellStyle39.ForeColor = System.Drawing.SystemColors.ControlText;
  201. dataGridViewCellStyle39.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  202. dataGridViewCellStyle39.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  203. dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  204. this.dgvDefectFine.DefaultCellStyle = dataGridViewCellStyle39;
  205. this.dgvDefectFine.Dock = System.Windows.Forms.DockStyle.Fill;
  206. this.dgvDefectFine.DynamicColumnName = "";
  207. this.dgvDefectFine.EnableHeadersVisualStyles = false;
  208. this.dgvDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.dgvDefectFine.HorizontalMergeColumn = null;
  210. this.dgvDefectFine.IsAutoCountSum = true;
  211. this.dgvDefectFine.IsAutoResizeColumns = false;
  212. this.dgvDefectFine.IsClickF12 = false;
  213. this.dgvDefectFine.IsOpenMergeCellFlag = false;
  214. this.dgvDefectFine.IsSubTotalFlag = false;
  215. this.dgvDefectFine.IsTopDeep = false;
  216. this.dgvDefectFine.Location = new System.Drawing.Point(0, 0);
  217. this.dgvDefectFine.MergeColumnNames = null;
  218. this.dgvDefectFine.MergeDetailColumnNames = null;
  219. this.dgvDefectFine.MergeDetailOnlyColumn = null;
  220. this.dgvDefectFine.MergeOnlyColumn = null;
  221. this.dgvDefectFine.MultiSelect = false;
  222. this.dgvDefectFine.Name = "dgvDefectFine";
  223. this.dgvDefectFine.RefreshAtHscroll = false;
  224. this.dgvDefectFine.RowHeadersWidth = 50;
  225. this.dgvDefectFine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  226. dataGridViewCellStyle40.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  227. this.dgvDefectFine.RowsDefaultCellStyle = dataGridViewCellStyle40;
  228. this.dgvDefectFine.RowTemplate.Height = 21;
  229. this.dgvDefectFine.Size = new System.Drawing.Size(181, 219);
  230. this.dgvDefectFine.SortOrderColumnName = null;
  231. this.dgvDefectFine.TabIndex = 0;
  232. this.dgvDefectFine.Tag = true;
  233. this.dgvDefectFine.TotalSumColumns = null;
  234. this.dgvDefectFine.ViewRowFilter = "";
  235. this.dgvDefectFine.VirtualMode = true;
  236. this.dgvDefectFine.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDefectFine_CellValidated);
  237. this.dgvDefectFine.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
  238. //
  239. // defectfineID2
  240. //
  241. this.defectfineID2.DataPropertyName = "defectfineID";
  242. dataGridViewCellStyle38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  243. this.defectfineID2.DefaultCellStyle = dataGridViewCellStyle38;
  244. this.defectfineID2.HeaderText = "缺陷扣罚";
  245. this.defectfineID2.Name = "defectfineID2";
  246. this.defectfineID2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  247. this.defectfineID2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  248. //
  249. // defectid1
  250. //
  251. this.defectid1.DataPropertyName = "defectid";
  252. this.defectid1.HeaderText = "行标识";
  253. this.defectid1.Name = "defectid1";
  254. this.defectid1.Visible = false;
  255. //
  256. // btnCancel
  257. //
  258. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  259. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  260. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  261. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  262. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.btnCancel.ForeColor = System.Drawing.Color.White;
  264. this.btnCancel.Location = new System.Drawing.Point(401, 425);
  265. this.btnCancel.Name = "btnCancel";
  266. this.btnCancel.Size = new System.Drawing.Size(86, 30);
  267. this.btnCancel.TabIndex = 3;
  268. this.btnCancel.Text = "关闭";
  269. this.btnCancel.UseVisualStyleBackColor = false;
  270. //
  271. // btnSave
  272. //
  273. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  274. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  275. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  276. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.btnSave.ForeColor = System.Drawing.Color.White;
  278. this.btnSave.Location = new System.Drawing.Point(309, 425);
  279. this.btnSave.Name = "btnSave";
  280. this.btnSave.Size = new System.Drawing.Size(86, 30);
  281. this.btnSave.TabIndex = 2;
  282. this.btnSave.Text = "保存(&S)";
  283. this.btnSave.UseVisualStyleBackColor = false;
  284. this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
  285. //
  286. // splitContainer1
  287. //
  288. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  289. | System.Windows.Forms.AnchorStyles.Left)
  290. | System.Windows.Forms.AnchorStyles.Right)));
  291. this.splitContainer1.Location = new System.Drawing.Point(12, 12);
  292. this.splitContainer1.Name = "splitContainer1";
  293. //
  294. // splitContainer1.Panel1
  295. //
  296. this.splitContainer1.Panel1.Controls.Add(this.dgvDefect);
  297. //
  298. // splitContainer1.Panel2
  299. //
  300. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  301. this.splitContainer1.Size = new System.Drawing.Size(475, 407);
  302. this.splitContainer1.SplitterDistance = 290;
  303. this.splitContainer1.TabIndex = 0;
  304. //
  305. // dgvDefectDeduction
  306. //
  307. this.dgvDefectDeduction.AllowUserToModifyRows = true;
  308. dataGridViewCellStyle41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  309. this.dgvDefectDeduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle41;
  310. this.dgvDefectDeduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  311. this.dgvDefectDeduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  312. this.dgvDefectDeduction.CellHeight = 23;
  313. this.dgvDefectDeduction.ChildNodeColumnName = null;
  314. this.dgvDefectDeduction.ChildNodeColumnText = null;
  315. this.dgvDefectDeduction.ColumnDeep = 1;
  316. this.dgvDefectDeduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  317. dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  318. dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  319. dataGridViewCellStyle42.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. dataGridViewCellStyle42.ForeColor = System.Drawing.Color.White;
  321. dataGridViewCellStyle42.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  322. dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  323. dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  324. this.dgvDefectDeduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle42;
  325. this.dgvDefectDeduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  326. this.dgvDefectDeduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  327. this.DefectDeductionID,
  328. this.defectid2});
  329. this.dgvDefectDeduction.ColumnTreeView = null;
  330. this.dgvDefectDeduction.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)));
  331. dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  332. dataGridViewCellStyle44.BackColor = System.Drawing.SystemColors.Window;
  333. dataGridViewCellStyle44.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. dataGridViewCellStyle44.ForeColor = System.Drawing.SystemColors.ControlText;
  335. dataGridViewCellStyle44.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  336. dataGridViewCellStyle44.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  337. dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  338. this.dgvDefectDeduction.DefaultCellStyle = dataGridViewCellStyle44;
  339. this.dgvDefectDeduction.Dock = System.Windows.Forms.DockStyle.Fill;
  340. this.dgvDefectDeduction.DynamicColumnName = "";
  341. this.dgvDefectDeduction.EnableHeadersVisualStyles = false;
  342. this.dgvDefectDeduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.dgvDefectDeduction.HorizontalMergeColumn = null;
  344. this.dgvDefectDeduction.IsAutoCountSum = true;
  345. this.dgvDefectDeduction.IsAutoResizeColumns = false;
  346. this.dgvDefectDeduction.IsClickF12 = false;
  347. this.dgvDefectDeduction.IsOpenMergeCellFlag = false;
  348. this.dgvDefectDeduction.IsSubTotalFlag = false;
  349. this.dgvDefectDeduction.IsTopDeep = false;
  350. this.dgvDefectDeduction.Location = new System.Drawing.Point(0, 0);
  351. this.dgvDefectDeduction.MergeColumnNames = null;
  352. this.dgvDefectDeduction.MergeDetailColumnNames = null;
  353. this.dgvDefectDeduction.MergeDetailOnlyColumn = null;
  354. this.dgvDefectDeduction.MergeOnlyColumn = null;
  355. this.dgvDefectDeduction.MultiSelect = false;
  356. this.dgvDefectDeduction.Name = "dgvDefectDeduction";
  357. this.dgvDefectDeduction.RefreshAtHscroll = false;
  358. this.dgvDefectDeduction.RowHeadersWidth = 50;
  359. this.dgvDefectDeduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  360. dataGridViewCellStyle45.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  361. this.dgvDefectDeduction.RowsDefaultCellStyle = dataGridViewCellStyle45;
  362. this.dgvDefectDeduction.RowTemplate.Height = 21;
  363. this.dgvDefectDeduction.Size = new System.Drawing.Size(181, 184);
  364. this.dgvDefectDeduction.SortOrderColumnName = null;
  365. this.dgvDefectDeduction.TabIndex = 0;
  366. this.dgvDefectDeduction.Tag = true;
  367. this.dgvDefectDeduction.TotalSumColumns = null;
  368. this.dgvDefectDeduction.ViewRowFilter = "";
  369. this.dgvDefectDeduction.VirtualMode = true;
  370. this.dgvDefectDeduction.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDefectDeduction_CellValidated);
  371. this.dgvDefectDeduction.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
  372. //
  373. // DefectDeductionID
  374. //
  375. this.DefectDeductionID.DataPropertyName = "DefectDeductionID";
  376. dataGridViewCellStyle43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  377. this.DefectDeductionID.DefaultCellStyle = dataGridViewCellStyle43;
  378. this.DefectDeductionID.HeaderText = "缺陷扣除数";
  379. this.DefectDeductionID.Name = "DefectDeductionID";
  380. this.DefectDeductionID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  381. this.DefectDeductionID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  382. //
  383. // defectid2
  384. //
  385. this.defectid2.DataPropertyName = "defectid";
  386. this.defectid2.HeaderText = "行标识";
  387. this.defectid2.Name = "defectid2";
  388. this.defectid2.Visible = false;
  389. //
  390. // splitContainer2
  391. //
  392. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  393. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  394. this.splitContainer2.Name = "splitContainer2";
  395. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  396. //
  397. // splitContainer2.Panel1
  398. //
  399. this.splitContainer2.Panel1.Controls.Add(this.dgvDefectFine);
  400. //
  401. // splitContainer2.Panel2
  402. //
  403. this.splitContainer2.Panel2.Controls.Add(this.dgvDefectDeduction);
  404. this.splitContainer2.Size = new System.Drawing.Size(181, 407);
  405. this.splitContainer2.SplitterDistance = 219;
  406. this.splitContainer2.TabIndex = 0;
  407. //
  408. // F_MST_0903
  409. //
  410. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  411. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  412. this.CancelButton = this.btnCancel;
  413. this.ClientSize = new System.Drawing.Size(499, 481);
  414. this.Controls.Add(this.btnCancel);
  415. this.Controls.Add(this.btnSave);
  416. this.Controls.Add(this.splitContainer1);
  417. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  418. this.IsSaveFormSize = false;
  419. this.MaximizeBox = false;
  420. this.MinimizeBox = false;
  421. this.Name = "F_MST_0903";
  422. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  423. this.StatusSizingGrip = false;
  424. this.Text = "缺陷关系设置";
  425. this.Load += new System.EventHandler(this.F_MST_0903_Load);
  426. this.Shown += new System.EventHandler(this.F_PAM_0402_Shown);
  427. this.Controls.SetChildIndex(this.splitContainer1, 0);
  428. this.Controls.SetChildIndex(this.btnSave, 0);
  429. this.Controls.SetChildIndex(this.btnCancel, 0);
  430. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
  431. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFine)).EndInit();
  432. this.splitContainer1.Panel1.ResumeLayout(false);
  433. this.splitContainer1.Panel2.ResumeLayout(false);
  434. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  435. this.splitContainer1.ResumeLayout(false);
  436. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDeduction)).EndInit();
  437. this.splitContainer2.Panel1.ResumeLayout(false);
  438. this.splitContainer2.Panel2.ResumeLayout(false);
  439. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  440. this.splitContainer2.ResumeLayout(false);
  441. this.ResumeLayout(false);
  442. this.PerformLayout();
  443. }
  444. #endregion
  445. private Basics.BaseControls.C_DataGridView dgvDefect;
  446. private Basics.BaseControls.C_DataGridView dgvDefectFine;
  447. private Basics.BaseControls.C_Button btnCancel;
  448. private Basics.BaseControls.C_Button btnSave;
  449. private System.Windows.Forms.SplitContainer splitContainer1;
  450. private Basics.BaseControls.C_DataGridView dgvDefectDeduction;
  451. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DefectCode;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn defectName;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn defectid;
  454. private System.Windows.Forms.DataGridViewComboBoxColumn DefectDeductionID;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn defectid2;
  456. private System.Windows.Forms.DataGridViewComboBoxColumn defectfineID2;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn defectid1;
  458. private System.Windows.Forms.SplitContainer splitContainer2;
  459. }
  460. }