F_PAM_0402.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_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 dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0402));
  40. this.dgvWages = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  41. this.WagesTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  42. this.RowIndexFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dgvQualityWages = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.QualityRate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  45. this.QualityReward = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  46. this.RowIndexFlag1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.dkGroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
  50. this.txtPayPlanName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  51. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.cmbDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  53. this.cmbPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  54. this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvWages)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvQualityWages)).BeginInit();
  59. this.dkGroupBox1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  61. this.splitContainer1.Panel1.SuspendLayout();
  62. this.splitContainer1.Panel2.SuspendLayout();
  63. this.splitContainer1.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // dgvWages
  67. //
  68. this.dgvWages.AllowUserToAddRows = false;
  69. this.dgvWages.AllowUserToDeleteRows = false;
  70. this.dgvWages.AllowUserToModifyRows = true;
  71. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  72. this.dgvWages.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle12;
  73. this.dgvWages.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  74. this.dgvWages.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  75. this.dgvWages.CellHeight = 23;
  76. this.dgvWages.ChildNodeColumnName = null;
  77. this.dgvWages.ChildNodeColumnText = null;
  78. this.dgvWages.ColumnDeep = 1;
  79. this.dgvWages.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  80. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  81. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  82. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
  84. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  85. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  86. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  87. this.dgvWages.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
  88. this.dgvWages.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  89. this.dgvWages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  90. this.WagesTypeID,
  91. this.RowIndexFlag});
  92. this.dgvWages.ColumnTreeView = null;
  93. this.dgvWages.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)));
  94. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  95. dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Window;
  96. dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.ControlText;
  98. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  99. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  100. dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  101. this.dgvWages.DefaultCellStyle = dataGridViewCellStyle15;
  102. this.dgvWages.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.dgvWages.DynamicColumnName = "";
  104. this.dgvWages.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  105. this.dgvWages.EnableHeadersVisualStyles = false;
  106. this.dgvWages.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.dgvWages.HorizontalMergeColumn = null;
  108. this.dgvWages.IsAutoCountSum = true;
  109. this.dgvWages.IsAutoResizeColumns = false;
  110. this.dgvWages.IsClickF12 = false;
  111. this.dgvWages.IsOpenMergeCellFlag = false;
  112. this.dgvWages.IsSubTotalFlag = false;
  113. this.dgvWages.IsTopDeep = false;
  114. this.dgvWages.Location = new System.Drawing.Point(0, 0);
  115. this.dgvWages.MergeColumnNames = null;
  116. this.dgvWages.MergeDetailColumnNames = null;
  117. this.dgvWages.MergeDetailOnlyColumn = null;
  118. this.dgvWages.MergeOnlyColumn = null;
  119. this.dgvWages.MultiSelect = false;
  120. this.dgvWages.Name = "dgvWages";
  121. this.dgvWages.ReadOnly = true;
  122. this.dgvWages.RefreshAtHscroll = false;
  123. this.dgvWages.RowHeadersWidth = 50;
  124. this.dgvWages.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  125. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  126. this.dgvWages.RowsDefaultCellStyle = dataGridViewCellStyle16;
  127. this.dgvWages.RowTemplate.Height = 21;
  128. this.dgvWages.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  129. this.dgvWages.Size = new System.Drawing.Size(292, 532);
  130. this.dgvWages.SortOrderColumnName = null;
  131. this.dgvWages.TabIndex = 12;
  132. this.dgvWages.Tag = true;
  133. this.dgvWages.TotalSumColumns = null;
  134. this.dgvWages.ViewRowFilter = "";
  135. this.dgvWages.VirtualMode = true;
  136. this.dgvWages.SelectionChanged += new System.EventHandler(this.dgvWagesType_SelectionChanged);
  137. this.dgvWages.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
  138. //
  139. // WagesTypeID
  140. //
  141. this.WagesTypeID.DataPropertyName = "WagesTypeID";
  142. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  143. this.WagesTypeID.DefaultCellStyle = dataGridViewCellStyle14;
  144. this.WagesTypeID.HeaderText = "工价分类";
  145. this.WagesTypeID.Name = "WagesTypeID";
  146. this.WagesTypeID.ReadOnly = true;
  147. this.WagesTypeID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  148. this.WagesTypeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  149. //
  150. // RowIndexFlag
  151. //
  152. this.RowIndexFlag.DataPropertyName = "RowIndexFlag";
  153. this.RowIndexFlag.HeaderText = "行索引标识";
  154. this.RowIndexFlag.Name = "RowIndexFlag";
  155. this.RowIndexFlag.ReadOnly = true;
  156. this.RowIndexFlag.Visible = false;
  157. //
  158. // dgvQualityWages
  159. //
  160. this.dgvQualityWages.AllowUserToModifyRows = true;
  161. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  162. this.dgvQualityWages.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17;
  163. this.dgvQualityWages.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  164. this.dgvQualityWages.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  165. this.dgvQualityWages.CellHeight = 23;
  166. this.dgvQualityWages.ChildNodeColumnName = null;
  167. this.dgvQualityWages.ChildNodeColumnText = null;
  168. this.dgvQualityWages.ColumnDeep = 1;
  169. this.dgvQualityWages.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  170. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  171. dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  172. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.White;
  174. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  175. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  176. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  177. this.dgvQualityWages.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18;
  178. this.dgvQualityWages.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  179. this.dgvQualityWages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  180. this.QualityRate,
  181. this.QualityReward,
  182. this.RowIndexFlag1});
  183. this.dgvQualityWages.ColumnTreeView = null;
  184. this.dgvQualityWages.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)));
  185. dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  186. dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Window;
  187. dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.ControlText;
  189. dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  190. dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  191. dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  192. this.dgvQualityWages.DefaultCellStyle = dataGridViewCellStyle21;
  193. this.dgvQualityWages.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.dgvQualityWages.DynamicColumnName = "";
  195. this.dgvQualityWages.EnableHeadersVisualStyles = false;
  196. this.dgvQualityWages.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.dgvQualityWages.HorizontalMergeColumn = null;
  198. this.dgvQualityWages.IsAutoCountSum = true;
  199. this.dgvQualityWages.IsAutoResizeColumns = false;
  200. this.dgvQualityWages.IsClickF12 = false;
  201. this.dgvQualityWages.IsOpenMergeCellFlag = false;
  202. this.dgvQualityWages.IsSubTotalFlag = false;
  203. this.dgvQualityWages.IsTopDeep = false;
  204. this.dgvQualityWages.Location = new System.Drawing.Point(0, 0);
  205. this.dgvQualityWages.MergeColumnNames = null;
  206. this.dgvQualityWages.MergeDetailColumnNames = null;
  207. this.dgvQualityWages.MergeDetailOnlyColumn = null;
  208. this.dgvQualityWages.MergeOnlyColumn = null;
  209. this.dgvQualityWages.MultiSelect = false;
  210. this.dgvQualityWages.Name = "dgvQualityWages";
  211. this.dgvQualityWages.RefreshAtHscroll = false;
  212. this.dgvQualityWages.RowHeadersWidth = 50;
  213. this.dgvQualityWages.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  214. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  215. this.dgvQualityWages.RowsDefaultCellStyle = dataGridViewCellStyle22;
  216. this.dgvQualityWages.RowTemplate.Height = 21;
  217. this.dgvQualityWages.Size = new System.Drawing.Size(734, 532);
  218. this.dgvQualityWages.SortOrderColumnName = null;
  219. this.dgvQualityWages.TabIndex = 13;
  220. this.dgvQualityWages.Tag = true;
  221. this.dgvQualityWages.TotalSumColumns = null;
  222. this.dgvQualityWages.ViewRowFilter = "";
  223. this.dgvQualityWages.VirtualMode = true;
  224. this.dgvQualityWages.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoods_CellBeginEdit);
  225. this.dgvQualityWages.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQualityWages_CellValidated);
  226. this.dgvQualityWages.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvQualityWages_CellValidating);
  227. this.dgvQualityWages.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
  228. //
  229. // QualityRate
  230. //
  231. this.QualityRate.DataPropertyName = "QualityRate";
  232. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  233. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  234. this.QualityRate.DefaultCellStyle = dataGridViewCellStyle19;
  235. this.QualityRate.HeaderText = "质量区间开始(%)";
  236. this.QualityRate.MaxValue = new decimal(new int[] {
  237. 100,
  238. 0,
  239. 0,
  240. 0});
  241. this.QualityRate.MinValue = new decimal(new int[] {
  242. 0,
  243. 0,
  244. 0,
  245. 0});
  246. this.QualityRate.Name = "QualityRate";
  247. this.QualityRate.Number = new System.Drawing.Point(3, 2);
  248. this.QualityRate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  249. this.QualityRate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  250. //
  251. // QualityReward
  252. //
  253. this.QualityReward.DataPropertyName = "QualityReward";
  254. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  255. dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  256. dataGridViewCellStyle20.Format = "#,##0.00";
  257. this.QualityReward.DefaultCellStyle = dataGridViewCellStyle20;
  258. this.QualityReward.HeaderText = "奖罚金额";
  259. this.QualityReward.MaxValue = new decimal(new int[] {
  260. 10000,
  261. 0,
  262. 0,
  263. 0});
  264. this.QualityReward.MinValue = new decimal(new int[] {
  265. 10000,
  266. 0,
  267. 0,
  268. -2147483648});
  269. this.QualityReward.Name = "QualityReward";
  270. this.QualityReward.Number = new System.Drawing.Point(5, 2);
  271. this.QualityReward.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  272. this.QualityReward.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  273. //
  274. // RowIndexFlag1
  275. //
  276. this.RowIndexFlag1.DataPropertyName = "RowIndexFlag";
  277. this.RowIndexFlag1.HeaderText = "行标识";
  278. this.RowIndexFlag1.Name = "RowIndexFlag1";
  279. this.RowIndexFlag1.Visible = false;
  280. //
  281. // btnCancel
  282. //
  283. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  284. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  285. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  286. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  287. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.btnCancel.ForeColor = System.Drawing.Color.White;
  289. this.btnCancel.Location = new System.Drawing.Point(955, 639);
  290. this.btnCancel.Name = "btnCancel";
  291. this.btnCancel.Size = new System.Drawing.Size(86, 30);
  292. this.btnCancel.TabIndex = 15;
  293. this.btnCancel.Text = "关闭";
  294. this.btnCancel.UseVisualStyleBackColor = false;
  295. //
  296. // btnSave
  297. //
  298. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  299. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  300. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  301. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.btnSave.ForeColor = System.Drawing.Color.White;
  303. this.btnSave.Location = new System.Drawing.Point(863, 639);
  304. this.btnSave.Name = "btnSave";
  305. this.btnSave.Size = new System.Drawing.Size(86, 30);
  306. this.btnSave.TabIndex = 14;
  307. this.btnSave.Text = "保存(&S)";
  308. this.btnSave.UseVisualStyleBackColor = false;
  309. this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
  310. //
  311. // dkGroupBox1
  312. //
  313. this.dkGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  314. | System.Windows.Forms.AnchorStyles.Right)));
  315. this.dkGroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox1.BackgroundImage")));
  316. this.dkGroupBox1.Controls.Add(this.txtPayPlanName);
  317. this.dkGroupBox1.Controls.Add(this.c_Label3);
  318. this.dkGroupBox1.Controls.Add(this.cmbDefectFine);
  319. this.dkGroupBox1.Controls.Add(this.cmbPayPlan);
  320. this.dkGroupBox1.Controls.Add(this.lblDefectFine);
  321. this.dkGroupBox1.Controls.Add(this.lblPayPlan);
  322. this.dkGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.dkGroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  324. this.dkGroupBox1.IsMustInput = false;
  325. this.dkGroupBox1.Location = new System.Drawing.Point(15, 12);
  326. this.dkGroupBox1.Name = "dkGroupBox1";
  327. this.dkGroupBox1.Size = new System.Drawing.Size(1023, 83);
  328. this.dkGroupBox1.TabIndex = 51;
  329. this.dkGroupBox1.TabStop = false;
  330. this.dkGroupBox1.Text = "基础信息";
  331. //
  332. // txtPayPlanName
  333. //
  334. this.txtPayPlanName.BackColor = System.Drawing.Color.Yellow;
  335. this.txtPayPlanName.BackgroundColor = System.Drawing.SystemColors.Window;
  336. this.txtPayPlanName.ErrorMessage = "";
  337. this.txtPayPlanName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.txtPayPlanName.IsMustInput = true;
  339. this.txtPayPlanName.Location = new System.Drawing.Point(105, 52);
  340. this.txtPayPlanName.MaxLength = 20;
  341. this.txtPayPlanName.Name = "txtPayPlanName";
  342. this.txtPayPlanName.Size = new System.Drawing.Size(130, 21);
  343. this.txtPayPlanName.TabIndex = 24;
  344. this.txtPayPlanName.TextValue = "";
  345. //
  346. // c_Label3
  347. //
  348. this.c_Label3.AutoSize = true;
  349. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  350. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.c_Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  352. this.c_Label3.IsMustInput = true;
  353. this.c_Label3.Location = new System.Drawing.Point(35, 55);
  354. this.c_Label3.Name = "c_Label3";
  355. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  356. this.c_Label3.TabIndex = 23;
  357. this.c_Label3.Text = "策略名称";
  358. //
  359. // cmbDefectFine
  360. //
  361. this.cmbDefectFine.BackColor = System.Drawing.SystemColors.Window;
  362. this.cmbDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
  363. this.cmbDefectFine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  364. this.cmbDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.cmbDefectFine.FormattingEnabled = true;
  366. this.cmbDefectFine.Location = new System.Drawing.Point(326, 23);
  367. this.cmbDefectFine.Name = "cmbDefectFine";
  368. this.cmbDefectFine.Size = new System.Drawing.Size(135, 20);
  369. this.cmbDefectFine.TabIndex = 22;
  370. //
  371. // cmbPayPlan
  372. //
  373. this.cmbPayPlan.BackColor = System.Drawing.SystemColors.Window;
  374. this.cmbPayPlan.BackgroundColor = System.Drawing.SystemColors.Window;
  375. this.cmbPayPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  376. this.cmbPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.cmbPayPlan.FormattingEnabled = true;
  378. this.cmbPayPlan.Location = new System.Drawing.Point(104, 23);
  379. this.cmbPayPlan.Name = "cmbPayPlan";
  380. this.cmbPayPlan.Size = new System.Drawing.Size(130, 20);
  381. this.cmbPayPlan.TabIndex = 1;
  382. //
  383. // lblDefectFine
  384. //
  385. this.lblDefectFine.AutoSize = true;
  386. this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
  387. this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.lblDefectFine.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  389. this.lblDefectFine.IsMustInput = true;
  390. this.lblDefectFine.Location = new System.Drawing.Point(264, 28);
  391. this.lblDefectFine.Name = "lblDefectFine";
  392. this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
  393. this.lblDefectFine.TabIndex = 0;
  394. this.lblDefectFine.Text = "缺陷扣罚";
  395. //
  396. // lblPayPlan
  397. //
  398. this.lblPayPlan.AutoSize = true;
  399. this.lblPayPlan.BackColor = System.Drawing.Color.Transparent;
  400. this.lblPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.lblPayPlan.Location = new System.Drawing.Point(35, 26);
  402. this.lblPayPlan.Name = "lblPayPlan";
  403. this.lblPayPlan.Size = new System.Drawing.Size(53, 12);
  404. this.lblPayPlan.TabIndex = 0;
  405. this.lblPayPlan.Text = "工资方案";
  406. //
  407. // splitContainer1
  408. //
  409. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  410. | System.Windows.Forms.AnchorStyles.Left)
  411. | System.Windows.Forms.AnchorStyles.Right)));
  412. this.splitContainer1.Location = new System.Drawing.Point(11, 101);
  413. this.splitContainer1.Name = "splitContainer1";
  414. //
  415. // splitContainer1.Panel1
  416. //
  417. this.splitContainer1.Panel1.Controls.Add(this.dgvWages);
  418. //
  419. // splitContainer1.Panel2
  420. //
  421. this.splitContainer1.Panel2.Controls.Add(this.dgvQualityWages);
  422. this.splitContainer1.Size = new System.Drawing.Size(1030, 532);
  423. this.splitContainer1.SplitterDistance = 292;
  424. this.splitContainer1.TabIndex = 48;
  425. //
  426. // F_PAM_0402
  427. //
  428. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  429. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  430. this.CancelButton = this.btnCancel;
  431. this.ClientSize = new System.Drawing.Size(1054, 695);
  432. this.Controls.Add(this.dkGroupBox1);
  433. this.Controls.Add(this.btnCancel);
  434. this.Controls.Add(this.btnSave);
  435. this.Controls.Add(this.splitContainer1);
  436. this.IsSaveFormSize = false;
  437. this.Name = "F_PAM_0402";
  438. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  439. this.Text = "新建、编辑产品品质、奖励";
  440. this.Load += new System.EventHandler(this.F_MST_0702_Load);
  441. this.Shown += new System.EventHandler(this.F_PAM_0402_Shown);
  442. this.Controls.SetChildIndex(this.splitContainer1, 0);
  443. this.Controls.SetChildIndex(this.btnSave, 0);
  444. this.Controls.SetChildIndex(this.btnCancel, 0);
  445. this.Controls.SetChildIndex(this.dkGroupBox1, 0);
  446. ((System.ComponentModel.ISupportInitialize)(this.dgvWages)).EndInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.dgvQualityWages)).EndInit();
  448. this.dkGroupBox1.ResumeLayout(false);
  449. this.dkGroupBox1.PerformLayout();
  450. this.splitContainer1.Panel1.ResumeLayout(false);
  451. this.splitContainer1.Panel2.ResumeLayout(false);
  452. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  453. this.splitContainer1.ResumeLayout(false);
  454. this.ResumeLayout(false);
  455. this.PerformLayout();
  456. }
  457. #endregion
  458. private Basics.BaseControls.C_DataGridView dgvWages;
  459. private Basics.BaseControls.C_DataGridView dgvQualityWages;
  460. private Basics.BaseControls.C_Button btnCancel;
  461. private Basics.BaseControls.C_Button btnSave;
  462. private Basics.BaseControls.DKGroupBox dkGroupBox1;
  463. private Basics.BaseControls.C_Label lblPayPlan;
  464. private Basics.BaseControls.C_ComboBox cmbPayPlan;
  465. private Basics.BaseControls.C_Label lblDefectFine;
  466. private System.Windows.Forms.SplitContainer splitContainer1;
  467. private Basics.BaseControls.C_ComboBox cmbDefectFine;
  468. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox WagesTypeID;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn RowIndexFlag;
  470. private Basics.BaseControls.C_TextBox txtPayPlanName;
  471. private Basics.BaseControls.C_Label c_Label3;
  472. private Basics.BaseControls.C_DGV_Column_Digital QualityRate;
  473. private Basics.BaseControls.C_DGV_Column_Digital QualityReward;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn RowIndexFlag1;
  475. }
  476. }