| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- namespace Dongke.IBOSS.PRD.Client.PAMModule
- {
- partial class F_PAM_0102
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0102));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtPayPlanName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtJobsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.dgvJobsPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PayPlanID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdd,
- this.tsbtnEdit,
- this.toolStripSeparator3,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(895, 35);
- this.tsrOperate.TabIndex = 2;
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "新建(&N)";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑(&E)";
- this.tsbtnEdit.Visible = false;
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.AutoSize = false;
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.txtPayPlanName);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.c_Label2);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.lblJobsCode);
- this.gbxCondition.Controls.Add(this.txtJobsName);
- this.gbxCondition.Controls.Add(this.txtJobsCode);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(883, 51);
- this.gbxCondition.TabIndex = 24;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtPayPlanName
- //
- this.txtPayPlanName.BackColor = System.Drawing.SystemColors.Window;
- this.txtPayPlanName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtPayPlanName.ErrorMessage = "";
- this.txtPayPlanName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPayPlanName.Location = new System.Drawing.Point(471, 20);
- this.txtPayPlanName.MaxLength = 20;
- this.txtPayPlanName.Name = "txtPayPlanName";
- this.txtPayPlanName.Size = new System.Drawing.Size(120, 21);
- this.txtPayPlanName.TabIndex = 2;
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(795, 14);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 5;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Gray;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(704, 14);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 4;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.SystemColors.Control;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label2.Location = new System.Drawing.Point(212, 23);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 0;
- this.c_Label2.Text = "工资名称";
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.SystemColors.Control;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(412, 23);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 0;
- this.c_Label1.Text = "工资方案";
- //
- // lblJobsCode
- //
- this.lblJobsCode.AutoSize = true;
- this.lblJobsCode.BackColor = System.Drawing.SystemColors.Control;
- this.lblJobsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblJobsCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblJobsCode.Location = new System.Drawing.Point(6, 23);
- this.lblJobsCode.Name = "lblJobsCode";
- this.lblJobsCode.Size = new System.Drawing.Size(53, 12);
- this.lblJobsCode.TabIndex = 0;
- this.lblJobsCode.Text = "工种编码";
- //
- // txtJobsName
- //
- this.txtJobsName.BackColor = System.Drawing.SystemColors.Window;
- this.txtJobsName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtJobsName.ErrorMessage = "";
- this.txtJobsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtJobsName.Location = new System.Drawing.Point(271, 20);
- this.txtJobsName.MaxLength = 20;
- this.txtJobsName.Name = "txtJobsName";
- this.txtJobsName.Size = new System.Drawing.Size(120, 21);
- this.txtJobsName.TabIndex = 1;
- //
- // txtJobsCode
- //
- this.txtJobsCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtJobsCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtJobsCode.ErrorMessage = "";
- this.txtJobsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtJobsCode.Location = new System.Drawing.Point(72, 20);
- this.txtJobsCode.MaxLength = 20;
- this.txtJobsCode.Name = "txtJobsCode";
- this.txtJobsCode.Size = new System.Drawing.Size(120, 21);
- this.txtJobsCode.TabIndex = 1;
- //
- // dgvJobsPayPlan
- //
- this.dgvJobsPayPlan.AllowUserToAddRows = false;
- this.dgvJobsPayPlan.AllowUserToDeleteRows = false;
- this.dgvJobsPayPlan.AllowUserToModifyRows = true;
- this.dgvJobsPayPlan.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvJobsPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvJobsPayPlan.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvJobsPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvJobsPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvJobsPayPlan.CellHeight = 23;
- this.dgvJobsPayPlan.ChildNodeColumnName = null;
- this.dgvJobsPayPlan.ChildNodeColumnText = null;
- this.dgvJobsPayPlan.ColumnDeep = 1;
- this.dgvJobsPayPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvJobsPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvJobsPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvJobsPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.JobsCode,
- this.JobsName,
- this.PayPlanName,
- this.PayPlanID});
- this.dgvJobsPayPlan.ColumnTreeView = null;
- this.dgvJobsPayPlan.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)));
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvJobsPayPlan.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvJobsPayPlan.DynamicColumnName = "";
- this.dgvJobsPayPlan.EnableHeadersVisualStyles = false;
- this.dgvJobsPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvJobsPayPlan.IsAutoCountSum = true;
- this.dgvJobsPayPlan.IsAutoResizeColumns = false;
- this.dgvJobsPayPlan.IsClickF12 = false;
- this.dgvJobsPayPlan.IsSubTotalFlag = false;
- this.dgvJobsPayPlan.Location = new System.Drawing.Point(0, 95);
- this.dgvJobsPayPlan.MultiSelect = false;
- this.dgvJobsPayPlan.Name = "dgvJobsPayPlan";
- this.dgvJobsPayPlan.ReadOnly = true;
- this.dgvJobsPayPlan.RefreshAtHscroll = false;
- this.dgvJobsPayPlan.RowHeadersWidth = 50;
- this.dgvJobsPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvJobsPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvJobsPayPlan.RowTemplate.Height = 21;
- this.dgvJobsPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvJobsPayPlan.Size = new System.Drawing.Size(895, 396);
- this.dgvJobsPayPlan.SortOrderColumnName = null;
- this.dgvJobsPayPlan.TabIndex = 25;
- this.dgvJobsPayPlan.Tag = true;
- this.dgvJobsPayPlan.TotalSumColumns = null;
- this.dgvJobsPayPlan.ViewRowFilter = "";
- this.dgvJobsPayPlan.VirtualMode = true;
- //
- // JobsCode
- //
- this.JobsCode.DataPropertyName = "JobsCode";
- this.JobsCode.HeaderText = "工种编码";
- this.JobsCode.Name = "JobsCode";
- this.JobsCode.ReadOnly = true;
- //
- // JobsName
- //
- this.JobsName.DataPropertyName = "JobsName";
- this.JobsName.HeaderText = "工种名称";
- this.JobsName.Name = "JobsName";
- this.JobsName.ReadOnly = true;
- //
- // PayPlanName
- //
- this.PayPlanName.DataPropertyName = "PayPlanName";
- this.PayPlanName.HeaderText = "工资方案";
- this.PayPlanName.Name = "PayPlanName";
- this.PayPlanName.ReadOnly = true;
- this.PayPlanName.Width = 200;
- //
- // PayPlanID
- //
- this.PayPlanID.DataPropertyName = "PayPlanID";
- this.PayPlanID.HeaderText = "工资方案ID";
- this.PayPlanID.Name = "PayPlanID";
- this.PayPlanID.ReadOnly = true;
- this.PayPlanID.Visible = false;
- //
- // F_PAM_0102
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(895, 493);
- this.Controls.Add(this.dgvJobsPayPlan);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_PAM_0102";
- this.Text = "工种工资方案";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0102_FormClosed);
- this.Load += new System.EventHandler(this.F_PAM_0102_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Label lblJobsCode;
- private Basics.BaseControls.C_TextBox txtJobsCode;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox txtPayPlanName;
- private Basics.BaseControls.C_DataGridView dgvJobsPayPlan;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
- private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanID;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_TextBox txtJobsName;
- }
- }
|