| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0408
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0408));
- this.dgvGoodsLevel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GoodsLevelID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsLevelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IsSemiFinishedEx = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.SFEDisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IsFinishedEx = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.FEDisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IsFinished = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.IsScrapped = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.CanDisable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsLevel)).BeginInit();
- this.SuspendLayout();
- //
- // dgvGoodsLevel
- //
- this.dgvGoodsLevel.AllowUserToAddRows = false;
- this.dgvGoodsLevel.AllowUserToDeleteRows = false;
- this.dgvGoodsLevel.AllowUserToModifyRows = true;
- this.dgvGoodsLevel.AllowUserToOrderColumns = true;
- this.dgvGoodsLevel.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGoodsLevel.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGoodsLevel.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.dgvGoodsLevel.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGoodsLevel.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGoodsLevel.CellHeight = 23;
- this.dgvGoodsLevel.ChildNodeColumnName = null;
- this.dgvGoodsLevel.ChildNodeColumnText = null;
- this.dgvGoodsLevel.ColumnDeep = 1;
- this.dgvGoodsLevel.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.dgvGoodsLevel.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGoodsLevel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGoodsLevel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GoodsLevelID,
- this.GoodsLevelName,
- this.GoodsLevelTypeName,
- this.GoodsLevelTypeID,
- this.IsSemiFinishedEx,
- this.SFEDisplayNo,
- this.IsFinishedEx,
- this.FEDisplayNo,
- this.IsFinished,
- this.IsScrapped,
- this.CanDisable,
- this.ValueFlag,
- this.Remarks});
- this.dgvGoodsLevel.ColumnTreeView = null;
- this.dgvGoodsLevel.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)));
- this.dgvGoodsLevel.DynamicColumnName = "";
- this.dgvGoodsLevel.EnableHeadersVisualStyles = false;
- this.dgvGoodsLevel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGoodsLevel.IsAutoCountSum = true;
- this.dgvGoodsLevel.IsAutoResizeColumns = false;
- this.dgvGoodsLevel.IsClickF12 = false;
- this.dgvGoodsLevel.IsSubTotalFlag = false;
- this.dgvGoodsLevel.Location = new System.Drawing.Point(12, 12);
- this.dgvGoodsLevel.MultiSelect = false;
- this.dgvGoodsLevel.Name = "dgvGoodsLevel";
- this.dgvGoodsLevel.RefreshAtHscroll = false;
- this.dgvGoodsLevel.RowHeadersWidth = 50;
- this.dgvGoodsLevel.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGoodsLevel.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvGoodsLevel.RowTemplate.Height = 25;
- this.dgvGoodsLevel.Size = new System.Drawing.Size(1052, 308);
- this.dgvGoodsLevel.SortOrderColumnName = null;
- this.dgvGoodsLevel.TabIndex = 1;
- this.dgvGoodsLevel.Tag = true;
- this.dgvGoodsLevel.TotalSumColumns = null;
- this.dgvGoodsLevel.ViewRowFilter = "";
- this.dgvGoodsLevel.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoodsLevel_CellBeginEdit);
- this.dgvGoodsLevel.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsLevel_RowValidated);
- this.dgvGoodsLevel.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoodsLevel_RowValidating);
- this.dgvGoodsLevel.Sorted += new System.EventHandler(this.dgvGoodsLevel_Sorted);
- //
- // GoodsLevelID
- //
- this.GoodsLevelID.DataPropertyName = "GoodsLevelID";
- this.GoodsLevelID.HeaderText = "产品等级ID";
- this.GoodsLevelID.Name = "GoodsLevelID";
- this.GoodsLevelID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.GoodsLevelID.Visible = false;
- //
- // GoodsLevelName
- //
- this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
- this.GoodsLevelName.HeaderText = "产品分级名称";
- this.GoodsLevelName.MaxInputLength = 50;
- this.GoodsLevelName.Name = "GoodsLevelName";
- //
- // GoodsLevelTypeName
- //
- this.GoodsLevelTypeName.DataPropertyName = "GoodsLevelTypeName";
- this.GoodsLevelTypeName.HeaderText = "类别名称";
- this.GoodsLevelTypeName.Name = "GoodsLevelTypeName";
- this.GoodsLevelTypeName.ReadOnly = true;
- //
- // GoodsLevelTypeID
- //
- this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
- this.GoodsLevelTypeID.HeaderText = "产品等级类别ID";
- this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
- this.GoodsLevelTypeID.Visible = false;
- //
- // IsSemiFinishedEx
- //
- this.IsSemiFinishedEx.DataPropertyName = "IsSemiFinishedEx";
- this.IsSemiFinishedEx.FalseValue = "0";
- this.IsSemiFinishedEx.HeaderText = "半成品检验分级";
- this.IsSemiFinishedEx.Name = "IsSemiFinishedEx";
- this.IsSemiFinishedEx.ReadOnly = true;
- this.IsSemiFinishedEx.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsSemiFinishedEx.TrueValue = "1";
- //
- // SFEDisplayNo
- //
- this.SFEDisplayNo.DataPropertyName = "SFEDisplayNo";
- this.SFEDisplayNo.HeaderText = "显示顺序";
- this.SFEDisplayNo.MaxInputLength = 4;
- this.SFEDisplayNo.Name = "SFEDisplayNo";
- //
- // IsFinishedEx
- //
- this.IsFinishedEx.DataPropertyName = "IsFinishedEx";
- this.IsFinishedEx.FalseValue = "0";
- this.IsFinishedEx.HeaderText = "成品检验分级";
- this.IsFinishedEx.Name = "IsFinishedEx";
- this.IsFinishedEx.ReadOnly = true;
- this.IsFinishedEx.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsFinishedEx.TrueValue = "1";
- //
- // FEDisplayNo
- //
- this.FEDisplayNo.DataPropertyName = "FEDisplayNo";
- this.FEDisplayNo.HeaderText = "显示顺序";
- this.FEDisplayNo.MaxInputLength = 4;
- this.FEDisplayNo.Name = "FEDisplayNo";
- //
- // IsFinished
- //
- this.IsFinished.DataPropertyName = "IsFinished";
- this.IsFinished.FalseValue = "0";
- this.IsFinished.HeaderText = "成品分级";
- this.IsFinished.Name = "IsFinished";
- this.IsFinished.ReadOnly = true;
- this.IsFinished.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsFinished.TrueValue = "1";
- //
- // IsScrapped
- //
- this.IsScrapped.DataPropertyName = "IsScrapped";
- this.IsScrapped.FalseValue = "0";
- this.IsScrapped.HeaderText = "报废分级";
- this.IsScrapped.Name = "IsScrapped";
- this.IsScrapped.ReadOnly = true;
- this.IsScrapped.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsScrapped.TrueValue = "1";
- //
- // CanDisable
- //
- this.CanDisable.DataPropertyName = "CanDisable";
- this.CanDisable.FalseValue = "0";
- this.CanDisable.HeaderText = "能否停用";
- this.CanDisable.Name = "CanDisable";
- this.CanDisable.ReadOnly = true;
- this.CanDisable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.CanDisable.TrueValue = "1";
- this.CanDisable.Visible = false;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "正常";
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ValueFlag.TrueValue = "1";
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.MaxInputLength = 500;
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- //
- // chkDisplayDisabledData
- //
- this.chkDisplayDisabledData.AutoSize = true;
- this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
- this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 326);
- this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
- this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
- this.chkDisplayDisabledData.TabIndex = 2;
- this.chkDisplayDisabledData.Text = "显示停用记录";
- this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
- this.chkDisplayDisabledData.Visible = false;
- this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
- //
- // 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(888, 325);
- this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 3;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // 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(979, 325);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 4;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // F_MST_0408
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Window;
- this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(1076, 379);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.chkDisplayDisabledData);
- this.Controls.Add(this.dgvGoodsLevel);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_0408";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusBackColor = System.Drawing.SystemColors.Window;
- this.StatusSizingGrip = false;
- this.Text = "产品分级";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0408_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0408_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_0408_Load);
- this.Controls.SetChildIndex(this.dgvGoodsLevel, 0);
- this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsLevel)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_DataGridView dgvGoodsLevel;
- private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsSemiFinishedEx;
- private System.Windows.Forms.DataGridViewTextBoxColumn SFEDisplayNo;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsFinishedEx;
- private System.Windows.Forms.DataGridViewTextBoxColumn FEDisplayNo;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsFinished;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsScrapped;
- private System.Windows.Forms.DataGridViewCheckBoxColumn CanDisable;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- }
- }
|