| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- namespace Dongke.IBOSS.PRD.Client.PAMModule
- {
- partial class F_PAM_0203
- {
- /// <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.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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0203));
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.WagesTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WagesTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WagesTypeID1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 12);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvPayPlan);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvGoods);
- this.splitContainer1.Size = new System.Drawing.Size(649, 355);
- this.splitContainer1.SplitterDistance = 323;
- this.splitContainer1.TabIndex = 48;
- //
- // dgvPayPlan
- //
- this.dgvPayPlan.AllowUserToAddRows = false;
- this.dgvPayPlan.AllowUserToDeleteRows = false;
- this.dgvPayPlan.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvPayPlan.CellHeight = 23;
- this.dgvPayPlan.ChildNodeColumnName = null;
- this.dgvPayPlan.ChildNodeColumnText = null;
- this.dgvPayPlan.ColumnDeep = 1;
- this.dgvPayPlan.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.dgvPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.WagesTypeID,
- this.WagesTypeName});
- this.dgvPayPlan.ColumnTreeView = null;
- this.dgvPayPlan.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.dgvPayPlan.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvPayPlan.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvPayPlan.DynamicColumnName = "";
- this.dgvPayPlan.EnableHeadersVisualStyles = false;
- this.dgvPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvPayPlan.HorizontalMergeColumn = null;
- this.dgvPayPlan.IsAutoCountSum = true;
- this.dgvPayPlan.IsAutoResizeColumns = false;
- this.dgvPayPlan.IsClickF12 = false;
- this.dgvPayPlan.IsOpenMergeCellFlag = false;
- this.dgvPayPlan.IsSubTotalFlag = false;
- this.dgvPayPlan.IsTopDeep = false;
- this.dgvPayPlan.Location = new System.Drawing.Point(0, 0);
- this.dgvPayPlan.MergeColumnNames = null;
- this.dgvPayPlan.MergeDetailColumnNames = null;
- this.dgvPayPlan.MergeDetailOnlyColumn = null;
- this.dgvPayPlan.MergeOnlyColumn = null;
- this.dgvPayPlan.MultiSelect = false;
- this.dgvPayPlan.Name = "dgvPayPlan";
- this.dgvPayPlan.ReadOnly = true;
- this.dgvPayPlan.RefreshAtHscroll = false;
- this.dgvPayPlan.RowHeadersWidth = 50;
- this.dgvPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvPayPlan.RowTemplate.Height = 21;
- this.dgvPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvPayPlan.Size = new System.Drawing.Size(323, 355);
- this.dgvPayPlan.SortOrderColumnName = null;
- this.dgvPayPlan.TabIndex = 0;
- this.dgvPayPlan.Tag = true;
- this.dgvPayPlan.TotalSumColumns = null;
- this.dgvPayPlan.ViewRowFilter = "";
- this.dgvPayPlan.VirtualMode = true;
- this.dgvPayPlan.SelectionChanged += new System.EventHandler(this.dgvWagesType_SelectionChanged);
- //
- // WagesTypeID
- //
- this.WagesTypeID.DataPropertyName = "WagesTypeID";
- this.WagesTypeID.HeaderText = "工价分类ID";
- this.WagesTypeID.Name = "WagesTypeID";
- this.WagesTypeID.ReadOnly = true;
- this.WagesTypeID.Visible = false;
- //
- // WagesTypeName
- //
- this.WagesTypeName.DataPropertyName = "WagesTypeName";
- this.WagesTypeName.HeaderText = "工价分类名称";
- this.WagesTypeName.Name = "WagesTypeName";
- this.WagesTypeName.ReadOnly = true;
- //
- // dgvGoods
- //
- this.dgvGoods.AllowUserToModifyRows = true;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGoods.CellHeight = 23;
- this.dgvGoods.ChildNodeColumnName = null;
- this.dgvGoods.ChildNodeColumnText = null;
- this.dgvGoods.ColumnDeep = 1;
- this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GoodsID,
- this.GoodsCode,
- this.GoodsName,
- this.WagesTypeID1});
- this.dgvGoods.ColumnTreeView = null;
- this.dgvGoods.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)));
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgvGoods.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvGoods.DynamicColumnName = "";
- this.dgvGoods.EnableHeadersVisualStyles = false;
- this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGoods.HorizontalMergeColumn = null;
- this.dgvGoods.IsAutoCountSum = true;
- this.dgvGoods.IsAutoResizeColumns = false;
- this.dgvGoods.IsClickF12 = false;
- this.dgvGoods.IsOpenMergeCellFlag = false;
- this.dgvGoods.IsSubTotalFlag = false;
- this.dgvGoods.IsTopDeep = false;
- this.dgvGoods.Location = new System.Drawing.Point(0, 0);
- this.dgvGoods.MergeColumnNames = null;
- this.dgvGoods.MergeDetailColumnNames = null;
- this.dgvGoods.MergeDetailOnlyColumn = null;
- this.dgvGoods.MergeOnlyColumn = null;
- this.dgvGoods.MultiSelect = false;
- this.dgvGoods.Name = "dgvGoods";
- this.dgvGoods.RefreshAtHscroll = false;
- this.dgvGoods.RowHeadersWidth = 50;
- this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvGoods.RowTemplate.Height = 21;
- this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGoods.Size = new System.Drawing.Size(322, 355);
- this.dgvGoods.SortOrderColumnName = null;
- this.dgvGoods.TabIndex = 41;
- this.dgvGoods.Tag = true;
- this.dgvGoods.TotalSumColumns = null;
- this.dgvGoods.ViewRowFilter = "";
- this.dgvGoods.VirtualMode = true;
- this.dgvGoods.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoods_CellBeginEdit);
- this.dgvGoods.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellValueChanged);
- this.dgvGoods.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
- //
- // GoodsID
- //
- this.GoodsID.DataPropertyName = "GoodsID";
- this.GoodsID.HeaderText = "产品ID";
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.ReadOnly = true;
- this.GoodsID.Visible = false;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- //
- // WagesTypeID1
- //
- this.WagesTypeID1.DataPropertyName = "WagesTypeID";
- this.WagesTypeID1.HeaderText = "WagesTypeID";
- this.WagesTypeID1.Name = "WagesTypeID1";
- this.WagesTypeID1.Visible = false;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(574, 372);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(86, 30);
- this.btnCancel.TabIndex = 50;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(482, 372);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(86, 30);
- this.btnSave.TabIndex = 49;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
- //
- // F_PAM_0203
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(673, 428);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.splitContainer1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PAM_0203";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "新建、编辑产品工价分类";
- this.Load += new System.EventHandler(this.F_MST_0702_Load);
- this.Controls.SetChildIndex(this.splitContainer1, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvPayPlan;
- private Basics.BaseControls.C_DataGridView dgvGoods;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeID;
- private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeID1;
- }
- }
|