| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0405
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0405));
- this.dgvGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GoodsTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GoodsTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tvwType = new System.Windows.Forms.TreeView();
- 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();
- this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvGoodsType
- //
- this.dgvGoodsType.AllowUserToAddRows = false;
- this.dgvGoodsType.AllowUserToDeleteRows = false;
- this.dgvGoodsType.AllowUserToModifyRows = true;
- this.dgvGoodsType.AllowUserToOrderColumns = true;
- this.dgvGoodsType.AllowUserToResizeRows = false;
- this.dgvGoodsType.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGoodsType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGoodsType.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.dgvGoodsType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGoodsType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGoodsType.CellHeight = 23;
- this.dgvGoodsType.ChildNodeColumnName = null;
- this.dgvGoodsType.ChildNodeColumnText = null;
- this.dgvGoodsType.ColumnDeep = 1;
- this.dgvGoodsType.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.dgvGoodsType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGoodsType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGoodsType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GoodsTypeCode,
- this.GoodsTypeName,
- this.Remarks,
- this.ValueFlag,
- this.GoodsTypeID,
- this.GoodsTypeFullName});
- this.dgvGoodsType.ColumnTreeView = null;
- this.dgvGoodsType.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.dgvGoodsType.DynamicColumnName = "";
- this.dgvGoodsType.EnableHeadersVisualStyles = false;
- this.dgvGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGoodsType.IsAutoCountSum = true;
- this.dgvGoodsType.IsAutoResizeColumns = false;
- this.dgvGoodsType.IsClickF12 = false;
- this.dgvGoodsType.IsSubTotalFlag = false;
- this.dgvGoodsType.Location = new System.Drawing.Point(3, 4);
- this.dgvGoodsType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.dgvGoodsType.MultiSelect = false;
- this.dgvGoodsType.Name = "dgvGoodsType";
- this.dgvGoodsType.RefreshAtHscroll = false;
- this.dgvGoodsType.RowHeadersWidth = 50;
- this.dgvGoodsType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGoodsType.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvGoodsType.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
- this.dgvGoodsType.RowTemplate.Height = 21;
- this.dgvGoodsType.Size = new System.Drawing.Size(555, 429);
- this.dgvGoodsType.SortOrderColumnName = null;
- this.dgvGoodsType.TabIndex = 2;
- this.dgvGoodsType.Tag = true;
- this.dgvGoodsType.TotalSumColumns = null;
- this.dgvGoodsType.ViewRowFilter = "";
- this.dgvGoodsType.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsType_CellValidated);
- this.dgvGoodsType.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvGoodsType_CellValidating);
- this.dgvGoodsType.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvGoodsType_DefaultValuesNeeded);
- this.dgvGoodsType.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsType_RowValidated);
- this.dgvGoodsType.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoodsType_RowValidating);
- //
- // GoodsTypeCode
- //
- this.GoodsTypeCode.DataPropertyName = "GoodsTypeCode";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.GoodsTypeCode.DefaultCellStyle = dataGridViewCellStyle3;
- this.GoodsTypeCode.HeaderText = "产品类别编码";
- this.GoodsTypeCode.Name = "GoodsTypeCode";
- this.GoodsTypeCode.ReadOnly = true;
- this.GoodsTypeCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.GoodsTypeCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // GoodsTypeName
- //
- this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
- this.GoodsTypeName.DefaultCellStyle = dataGridViewCellStyle4;
- this.GoodsTypeName.HeaderText = "产品类别名称";
- this.GoodsTypeName.MaxInputLength = 20;
- this.GoodsTypeName.Name = "GoodsTypeName";
- this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.GoodsTypeName.Width = 113;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F);
- this.Remarks.DefaultCellStyle = dataGridViewCellStyle5;
- this.Remarks.HeaderText = "备注";
- this.Remarks.MaxInputLength = 500;
- this.Remarks.Name = "Remarks";
- this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle6.NullValue = false;
- this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle6;
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "正常";
- this.ValueFlag.IndeterminateValue = "0";
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ValueFlag.TrueValue = "1";
- this.ValueFlag.Width = 50;
- //
- // GoodsTypeID
- //
- this.GoodsTypeID.DataPropertyName = "GoodsTypeID";
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.GoodsTypeID.DefaultCellStyle = dataGridViewCellStyle7;
- this.GoodsTypeID.HeaderText = "产品类别ID";
- this.GoodsTypeID.Name = "GoodsTypeID";
- this.GoodsTypeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.GoodsTypeID.Visible = false;
- this.GoodsTypeID.Width = 80;
- //
- // GoodsTypeFullName
- //
- this.GoodsTypeFullName.DataPropertyName = "GoodsTypeFullName";
- this.GoodsTypeFullName.HeaderText = "产品类别全称";
- this.GoodsTypeFullName.Name = "GoodsTypeFullName";
- this.GoodsTypeFullName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // tvwType
- //
- this.tvwType.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.tvwType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tvwType.HideSelection = false;
- this.tvwType.Indent = 20;
- this.tvwType.ItemHeight = 20;
- this.tvwType.Location = new System.Drawing.Point(3, 4);
- this.tvwType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.tvwType.Name = "tvwType";
- this.tvwType.Size = new System.Drawing.Size(197, 429);
- this.tvwType.TabIndex = 3;
- this.tvwType.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwType_BeforeCollapse);
- this.tvwType.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwType_BeforeExpand);
- this.tvwType.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwType_BeforeSelect);
- this.tvwType.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwType_AfterSelect);
- //
- // chkDisplayDisabledData
- //
- this.chkDisplayDisabledData.AutoSize = true;
- this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
- 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, 456);
- this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
- this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
- this.chkDisplayDisabledData.TabIndex = 4;
- this.chkDisplayDisabledData.Text = "显示停用记录";
- this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
- 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);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(605, 456);
- this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 5;
- 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);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(696, 456);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 6;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // imglstNavigation
- //
- this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
- this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
- this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
- //
- // splitContainer1
- //
- this.splitContainer1.Location = new System.Drawing.Point(12, 12);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.tvwType);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvGoodsType);
- this.splitContainer1.Size = new System.Drawing.Size(768, 437);
- this.splitContainer1.SplitterDistance = 203;
- this.splitContainer1.TabIndex = 7;
- //
- // F_MST_0405
- //
- 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(792, 511);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.chkDisplayDisabledData);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_0405";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "F_MST_0405";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0405_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0405_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_0405_Load);
- this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.splitContainer1, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsType)).EndInit();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_DataGridView dgvGoodsType;
- private System.Windows.Forms.TreeView tvwType;
- private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private System.Windows.Forms.ImageList imglstNavigation;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeFullName;
- }
- }
|