F_PAM_0101.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0101
  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_PAM_0101));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.dgvPayPlanSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  40. this.SettingCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.SettingName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.SettingValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  44. this.SettingValueOrg = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.tsrOperate.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlanSetting)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // tsrOperate
  50. //
  51. this.tsrOperate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  52. | System.Windows.Forms.AnchorStyles.Right)));
  53. this.tsrOperate.AutoSize = false;
  54. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  55. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
  56. this.tsrOperate.Dock = System.Windows.Forms.DockStyle.None;
  57. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  59. this.tsbtnSave,
  60. this.toolStripSeparator3,
  61. this.tsbtnAdaptive,
  62. this.tsbtnClose});
  63. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  64. this.tsrOperate.Name = "tsrOperate";
  65. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  66. this.tsrOperate.ShowItemToolTips = false;
  67. this.tsrOperate.Size = new System.Drawing.Size(944, 35);
  68. this.tsrOperate.TabIndex = 1;
  69. //
  70. // tsbtnSave
  71. //
  72. this.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  73. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  74. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  75. this.tsbtnSave.Name = "tsbtnSave";
  76. this.tsbtnSave.Size = new System.Drawing.Size(60, 25);
  77. this.tsbtnSave.Text = "保存";
  78. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  79. //
  80. // toolStripSeparator3
  81. //
  82. this.toolStripSeparator3.AutoSize = false;
  83. this.toolStripSeparator3.Name = "toolStripSeparator3";
  84. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  85. //
  86. // tsbtnAdaptive
  87. //
  88. this.tsbtnAdaptive.AutoSize = false;
  89. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  91. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  92. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  93. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  94. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  95. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  96. //
  97. // tsbtnClose
  98. //
  99. this.tsbtnClose.AutoSize = false;
  100. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  102. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tsbtnClose.Name = "tsbtnClose";
  104. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  105. this.tsbtnClose.Text = "关闭(&X)";
  106. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  107. //
  108. // dgvPayPlanSetting
  109. //
  110. this.dgvPayPlanSetting.AllowUserToAddRows = false;
  111. this.dgvPayPlanSetting.AllowUserToDeleteRows = false;
  112. this.dgvPayPlanSetting.AllowUserToModifyRows = true;
  113. this.dgvPayPlanSetting.AllowUserToOrderColumns = true;
  114. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  115. this.dgvPayPlanSetting.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  116. this.dgvPayPlanSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  117. | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.dgvPayPlanSetting.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  120. this.dgvPayPlanSetting.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  121. this.dgvPayPlanSetting.CellHeight = 23;
  122. this.dgvPayPlanSetting.ChildNodeColumnName = null;
  123. this.dgvPayPlanSetting.ChildNodeColumnText = null;
  124. this.dgvPayPlanSetting.ColumnDeep = 1;
  125. this.dgvPayPlanSetting.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  126. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  127. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  128. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  130. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  133. this.dgvPayPlanSetting.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  134. this.dgvPayPlanSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  135. this.dgvPayPlanSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  136. this.SettingCode,
  137. this.SettingName,
  138. this.PayPlanName,
  139. this.SettingValue,
  140. this.SettingValueOrg});
  141. this.dgvPayPlanSetting.ColumnTreeView = null;
  142. this.dgvPayPlanSetting.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  143. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  144. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  145. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  147. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  148. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  149. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  150. this.dgvPayPlanSetting.DefaultCellStyle = dataGridViewCellStyle4;
  151. this.dgvPayPlanSetting.DynamicColumnName = "";
  152. this.dgvPayPlanSetting.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  153. this.dgvPayPlanSetting.EnableHeadersVisualStyles = false;
  154. this.dgvPayPlanSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.dgvPayPlanSetting.IsAutoCountSum = false;
  156. this.dgvPayPlanSetting.IsAutoResizeColumns = false;
  157. this.dgvPayPlanSetting.IsClickF12 = false;
  158. this.dgvPayPlanSetting.IsSubTotalFlag = false;
  159. this.dgvPayPlanSetting.Location = new System.Drawing.Point(0, 33);
  160. this.dgvPayPlanSetting.MultiSelect = false;
  161. this.dgvPayPlanSetting.Name = "dgvPayPlanSetting";
  162. this.dgvPayPlanSetting.RefreshAtHscroll = false;
  163. this.dgvPayPlanSetting.RowHeadersWidth = 50;
  164. this.dgvPayPlanSetting.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  165. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  166. this.dgvPayPlanSetting.RowsDefaultCellStyle = dataGridViewCellStyle5;
  167. this.dgvPayPlanSetting.RowTemplate.Height = 21;
  168. this.dgvPayPlanSetting.Size = new System.Drawing.Size(944, 454);
  169. this.dgvPayPlanSetting.SortOrderColumnName = null;
  170. this.dgvPayPlanSetting.TabIndex = 3;
  171. this.dgvPayPlanSetting.Tag = true;
  172. this.dgvPayPlanSetting.TotalSumColumns = null;
  173. this.dgvPayPlanSetting.ViewRowFilter = "";
  174. this.dgvPayPlanSetting.VirtualMode = true;
  175. this.dgvPayPlanSetting.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvPayPlanSetting_CurrentCellDirtyStateChanged);
  176. //
  177. // SettingCode
  178. //
  179. this.SettingCode.DataPropertyName = "SettingCode";
  180. this.SettingCode.HeaderText = "参数编码";
  181. this.SettingCode.Name = "SettingCode";
  182. this.SettingCode.ReadOnly = true;
  183. this.SettingCode.Visible = false;
  184. //
  185. // SettingName
  186. //
  187. this.SettingName.DataPropertyName = "SettingName";
  188. this.SettingName.HeaderText = "参数名称";
  189. this.SettingName.Name = "SettingName";
  190. this.SettingName.ReadOnly = true;
  191. //
  192. // PayPlanName
  193. //
  194. this.PayPlanName.DataPropertyName = "PayPlanName";
  195. this.PayPlanName.HeaderText = "工资方案";
  196. this.PayPlanName.Name = "PayPlanName";
  197. this.PayPlanName.ReadOnly = true;
  198. //
  199. // SettingValue
  200. //
  201. this.SettingValue.DataPropertyName = "SettingValue";
  202. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  203. this.SettingValue.DefaultCellStyle = dataGridViewCellStyle3;
  204. this.SettingValue.HasComma = false;
  205. this.SettingValue.HeaderText = "参数值";
  206. this.SettingValue.MaxValue = new decimal(new int[] {
  207. 99,
  208. 0,
  209. 0,
  210. 0});
  211. this.SettingValue.MinValue = new decimal(new int[] {
  212. 99,
  213. 0,
  214. 0,
  215. -2147483648});
  216. this.SettingValue.Name = "SettingValue";
  217. this.SettingValue.Number = new System.Drawing.Point(2, 0);
  218. this.SettingValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  219. //
  220. // SettingValueOrg
  221. //
  222. this.SettingValueOrg.DataPropertyName = "SettingValueOrg";
  223. this.SettingValueOrg.HeaderText = "参数值原值";
  224. this.SettingValueOrg.Name = "SettingValueOrg";
  225. this.SettingValueOrg.Visible = false;
  226. //
  227. // F_PAM_0101
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.ClientSize = new System.Drawing.Size(944, 487);
  232. this.Controls.Add(this.dgvPayPlanSetting);
  233. this.Controls.Add(this.tsrOperate);
  234. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  235. this.Name = "F_PAM_0101";
  236. this.Text = "工资方案参数设定";
  237. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0101_FormClosed);
  238. this.Load += new System.EventHandler(this.F_PAM_0101_Load);
  239. this.Shown += new System.EventHandler(this.F_PAM_0101_Shown);
  240. this.tsrOperate.ResumeLayout(false);
  241. this.tsrOperate.PerformLayout();
  242. ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlanSetting)).EndInit();
  243. this.ResumeLayout(false);
  244. }
  245. #endregion
  246. private Basics.BaseControls.C_ToolStrip tsrOperate;
  247. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  248. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  249. private System.Windows.Forms.ToolStripButton tsbtnClose;
  250. private Basics.BaseControls.C_DataGridView dgvPayPlanSetting;
  251. private System.Windows.Forms.ToolStripButton tsbtnSave;
  252. private System.Windows.Forms.DataGridViewTextBoxColumn SettingCode;
  253. private System.Windows.Forms.DataGridViewTextBoxColumn SettingName;
  254. private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
  255. private Basics.BaseControls.C_DGV_Column_Digital SettingValue;
  256. private System.Windows.Forms.DataGridViewTextBoxColumn SettingValueOrg;
  257. }
  258. }