| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393 |
- namespace Dongke.IBOSS.PRD.Client.PAMModule
- {
- partial class F_PAM_0401
- {
- /// <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_0401));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.cmbPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.lblPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dgvJobsPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.QualityASSTacticsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.QualityTacticsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DictionaryValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- 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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).BeginInit();
- this.tsrOperate.SuspendLayout();
- this.SuspendLayout();
- //
- // 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.cmbPayPlan);
- this.gbxCondition.Controls.Add(this.lblPayPlan);
- this.gbxCondition.Controls.Add(this.txtName);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- 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 = "查询条件 ▼";
- //
- // cmbPayPlan
- //
- this.cmbPayPlan.BackColor = System.Drawing.SystemColors.Window;
- this.cmbPayPlan.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cmbPayPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbPayPlan.FormattingEnabled = true;
- this.cmbPayPlan.Location = new System.Drawing.Point(329, 19);
- this.cmbPayPlan.Name = "cmbPayPlan";
- this.cmbPayPlan.Size = new System.Drawing.Size(130, 20);
- this.cmbPayPlan.TabIndex = 13;
- //
- // lblPayPlan
- //
- this.lblPayPlan.AutoSize = true;
- this.lblPayPlan.BackColor = System.Drawing.Color.Transparent;
- this.lblPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPayPlan.Location = new System.Drawing.Point(260, 22);
- this.lblPayPlan.Name = "lblPayPlan";
- this.lblPayPlan.Size = new System.Drawing.Size(53, 12);
- this.lblPayPlan.TabIndex = 12;
- this.lblPayPlan.Text = "工资方案";
- //
- // txtName
- //
- this.txtName.BackColor = System.Drawing.SystemColors.Window;
- this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtName.ErrorMessage = "";
- this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtName.Location = new System.Drawing.Point(85, 20);
- this.txtName.MaxLength = 20;
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(142, 21);
- this.txtName.TabIndex = 11;
- this.txtName.TextValue = "";
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.Location = new System.Drawing.Point(25, 23);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 10;
- this.c_Label1.Text = "策略名称";
- //
- // 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);
- //
- // 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.QualityASSTacticsID,
- this.QualityTacticsName,
- this.PayPlanName,
- this.DictionaryValue,
- this.CreateTime});
- 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)));
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvJobsPayPlan.DefaultCellStyle = dataGridViewCellStyle4;
- 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.HorizontalMergeColumn = null;
- this.dgvJobsPayPlan.IsAutoCountSum = true;
- this.dgvJobsPayPlan.IsAutoResizeColumns = false;
- this.dgvJobsPayPlan.IsClickF12 = false;
- this.dgvJobsPayPlan.IsOpenMergeCellFlag = false;
- this.dgvJobsPayPlan.IsSubTotalFlag = false;
- this.dgvJobsPayPlan.IsTopDeep = false;
- this.dgvJobsPayPlan.Location = new System.Drawing.Point(0, 95);
- this.dgvJobsPayPlan.MergeColumnNames = null;
- this.dgvJobsPayPlan.MergeDetailColumnNames = null;
- this.dgvJobsPayPlan.MergeDetailOnlyColumn = null;
- this.dgvJobsPayPlan.MergeOnlyColumn = null;
- 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;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvJobsPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvJobsPayPlan.RowTemplate.Height = 21;
- this.dgvJobsPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvJobsPayPlan.Size = new System.Drawing.Size(883, 396);
- this.dgvJobsPayPlan.SortOrderColumnName = null;
- this.dgvJobsPayPlan.TabIndex = 25;
- this.dgvJobsPayPlan.Tag = true;
- this.dgvJobsPayPlan.TotalSumColumns = null;
- this.dgvJobsPayPlan.ViewRowFilter = "";
- this.dgvJobsPayPlan.VirtualMode = true;
- //
- // QualityASSTacticsID
- //
- this.QualityASSTacticsID.DataPropertyName = "QualityASSTacticsID";
- this.QualityASSTacticsID.HeaderText = "品质考核策略ID";
- this.QualityASSTacticsID.Name = "QualityASSTacticsID";
- this.QualityASSTacticsID.ReadOnly = true;
- this.QualityASSTacticsID.Visible = false;
- //
- // QualityTacticsName
- //
- this.QualityTacticsName.DataPropertyName = "QualityTacticsName";
- this.QualityTacticsName.HeaderText = "策略名称";
- this.QualityTacticsName.Name = "QualityTacticsName";
- this.QualityTacticsName.ReadOnly = true;
- //
- // PayPlanName
- //
- this.PayPlanName.DataPropertyName = "PayPlanName";
- this.PayPlanName.HeaderText = "工资方案名称";
- this.PayPlanName.Name = "PayPlanName";
- this.PayPlanName.ReadOnly = true;
- //
- // DictionaryValue
- //
- this.DictionaryValue.DataPropertyName = "Dictionaryvalue";
- this.DictionaryValue.HeaderText = "缺陷扣罚";
- this.DictionaryValue.Name = "DictionaryValue";
- this.DictionaryValue.ReadOnly = true;
- //
- // CreateTime
- //
- this.CreateTime.DataPropertyName = "CreateTime";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle3.NullValue = null;
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3;
- this.CreateTime.HeaderText = "创建时间";
- this.CreateTime.Name = "CreateTime";
- this.CreateTime.ReadOnly = true;
- this.CreateTime.Visible = false;
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- 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.toolStripSeparator1,
- 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 = 26;
- this.tsrOperate.Text = "toolStrip1";
- //
- // 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.Click += new System.EventHandler(this.tsbtnEdit_Click_1);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.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);
- //
- // F_PAM_0401
- //
- 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.tsrOperate);
- this.Controls.Add(this.dgvJobsPayPlan);
- this.Controls.Add(this.gbxCondition);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "F_PAM_0401";
- this.Text = "品质考核策略";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed);
- this.Load += new System.EventHandler(this.F_PAM_0201_Load);
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).EndInit();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_DataGridView dgvJobsPayPlan;
- private Basics.BaseControls.C_ComboBox cmbPayPlan;
- private Basics.BaseControls.C_Label lblPayPlan;
- private Basics.BaseControls.C_TextBox txtName;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.DataGridViewTextBoxColumn QualityASSTacticsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn QualityTacticsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DictionaryValue;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
- }
- }
|