| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357 |
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class S_CMN_002
- {
- /// <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(S_CMN_002));
- 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.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtGoodsTypeName = new System.Windows.Forms.TextBox();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtGoodsTypeCode = new System.Windows.Forms.TextBox();
- this.dgvGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.lblGoodsTypeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.GoodsTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GoodsTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsType)).BeginInit();
- this.SuspendLayout();
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
- this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.Location = new System.Drawing.Point(441, 436);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 30);
- this.btnOK.TabIndex = 8;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.Location = new System.Drawing.Point(532, 436);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 9;
- this.btnClose.Text = "取消";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // txtGoodsTypeName
- //
- this.txtGoodsTypeName.Font = new System.Drawing.Font("宋体", 9F);
- this.txtGoodsTypeName.Location = new System.Drawing.Point(303, 14);
- this.txtGoodsTypeName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtGoodsTypeName.MaxLength = 20;
- this.txtGoodsTypeName.Name = "txtGoodsTypeName";
- this.txtGoodsTypeName.Size = new System.Drawing.Size(122, 21);
- this.txtGoodsTypeName.TabIndex = 3;
- //
- // btnSearch
- //
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(441, 9);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 4;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // txtGoodsTypeCode
- //
- this.txtGoodsTypeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsTypeCode.Font = new System.Drawing.Font("宋体", 9F);
- this.txtGoodsTypeCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsTypeCode.Location = new System.Drawing.Point(92, 14);
- this.txtGoodsTypeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtGoodsTypeCode.MaxLength = 21;
- this.txtGoodsTypeCode.Name = "txtGoodsTypeCode";
- this.txtGoodsTypeCode.Size = new System.Drawing.Size(122, 21);
- this.txtGoodsTypeCode.TabIndex = 1;
- //
- // dgvGoodsType
- //
- this.dgvGoodsType.AllowUserToAddRows = false;
- this.dgvGoodsType.AllowUserToDeleteRows = false;
- this.dgvGoodsType.AllowUserToModifyRows = true;
- this.dgvGoodsType.AllowUserToOrderColumns = true;
- this.dgvGoodsType.AllowUserToResizeRows = 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.GoodsTypeID,
- this.Sel,
- this.GoodsTypeCode,
- this.GoodsTypeName,
- this.GoodsTypeFullName});
- this.dgvGoodsType.ColumnTreeView = null;
- this.dgvGoodsType.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
- 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.dgvGoodsType.DefaultCellStyle = dataGridViewCellStyle3;
- 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.HorizontalMergeColumn = null;
- this.dgvGoodsType.IsAutoCountSum = true;
- this.dgvGoodsType.IsAutoResizeColumns = false;
- this.dgvGoodsType.IsClickF12 = false;
- this.dgvGoodsType.IsOpenMergeCellFlag = false;
- this.dgvGoodsType.IsSubTotalFlag = false;
- this.dgvGoodsType.IsTopDeep = false;
- this.dgvGoodsType.Location = new System.Drawing.Point(12, 44);
- this.dgvGoodsType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvGoodsType.MergeColumnNames = null;
- this.dgvGoodsType.MergeDetailColumnNames = null;
- this.dgvGoodsType.MergeDetailOnlyColumn = null;
- this.dgvGoodsType.MergeOnlyColumn = null;
- this.dgvGoodsType.MultiSelect = false;
- this.dgvGoodsType.Name = "dgvGoodsType";
- this.dgvGoodsType.RefreshAtHscroll = false;
- this.dgvGoodsType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGoodsType.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvGoodsType.RowTemplate.Height = 21;
- this.dgvGoodsType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGoodsType.Size = new System.Drawing.Size(605, 387);
- this.dgvGoodsType.SortOrderColumnName = null;
- this.dgvGoodsType.TabIndex = 6;
- this.dgvGoodsType.Tag = true;
- this.dgvGoodsType.TotalSumColumns = null;
- this.dgvGoodsType.ViewRowFilter = "";
- this.dgvGoodsType.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGoodsType_CellMouseDoubleClick);
- this.dgvGoodsType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvGoodsType_KeyDown);
- //
- // lblGoodsTypeCode
- //
- this.lblGoodsTypeCode.AutoSize = true;
- this.lblGoodsTypeCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsTypeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsTypeCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsTypeCode.Location = new System.Drawing.Point(12, 18);
- this.lblGoodsTypeCode.Name = "lblGoodsTypeCode";
- this.lblGoodsTypeCode.Size = new System.Drawing.Size(77, 12);
- this.lblGoodsTypeCode.TabIndex = 0;
- this.lblGoodsTypeCode.Text = "产品类别编码";
- //
- // lblGoodsTypeName
- //
- this.lblGoodsTypeName.AutoSize = true;
- this.lblGoodsTypeName.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsTypeName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsTypeName.Location = new System.Drawing.Point(220, 18);
- this.lblGoodsTypeName.Name = "lblGoodsTypeName";
- this.lblGoodsTypeName.Size = new System.Drawing.Size(77, 12);
- this.lblGoodsTypeName.TabIndex = 2;
- this.lblGoodsTypeName.Text = "产品类别名称";
- //
- // chkChooseAll
- //
- this.chkChooseAll.AutoSize = true;
- this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
- this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkChooseAll.Location = new System.Drawing.Point(12, 436);
- this.chkChooseAll.Name = "chkChooseAll";
- this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
- this.chkChooseAll.TabIndex = 7;
- this.chkChooseAll.Text = "全选";
- this.chkChooseAll.UseVisualStyleBackColor = false;
- this.chkChooseAll.Visible = false;
- this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- 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(532, 9);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 5;
- this.btnClearCondition.Text = "清空条件";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // GoodsTypeID
- //
- this.GoodsTypeID.DataPropertyName = "GoodsTypeID";
- this.GoodsTypeID.HeaderText = "GoodsTypeID";
- this.GoodsTypeID.Name = "GoodsTypeID";
- this.GoodsTypeID.ReadOnly = true;
- this.GoodsTypeID.Visible = false;
- //
- // Sel
- //
- this.Sel.DataPropertyName = "Sel";
- this.Sel.FalseValue = "0";
- this.Sel.HeaderText = "选择";
- this.Sel.IndeterminateValue = "0";
- this.Sel.Name = "Sel";
- this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Sel.TrueValue = "1";
- this.Sel.Visible = false;
- //
- // GoodsTypeCode
- //
- this.GoodsTypeCode.DataPropertyName = "GoodsTypeCode";
- this.GoodsTypeCode.HeaderText = "产品类别编码";
- this.GoodsTypeCode.Name = "GoodsTypeCode";
- this.GoodsTypeCode.ReadOnly = true;
- this.GoodsTypeCode.Width = 120;
- //
- // GoodsTypeName
- //
- this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
- this.GoodsTypeName.HeaderText = "产品类别名称";
- this.GoodsTypeName.Name = "GoodsTypeName";
- this.GoodsTypeName.ReadOnly = true;
- this.GoodsTypeName.Width = 120;
- //
- // GoodsTypeFullName
- //
- this.GoodsTypeFullName.DataPropertyName = "GoodsTypeFullName";
- this.GoodsTypeFullName.HeaderText = "产品类别全称";
- this.GoodsTypeFullName.Name = "GoodsTypeFullName";
- this.GoodsTypeFullName.ReadOnly = true;
- this.GoodsTypeFullName.Width = 245;
- //
- // S_CMN_002
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(629, 491);
- this.Controls.Add(this.btnClearCondition);
- this.Controls.Add(this.chkChooseAll);
- this.Controls.Add(this.lblGoodsTypeName);
- this.Controls.Add(this.lblGoodsTypeCode);
- this.Controls.Add(this.txtGoodsTypeName);
- this.Controls.Add(this.dgvGoodsType);
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.txtGoodsTypeCode);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.btnClose);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "S_CMN_002";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "选择产品类别";
- this.Load += new System.EventHandler(this.S_CMN_002_Load);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.txtGoodsTypeCode, 0);
- this.Controls.SetChildIndex(this.btnSearch, 0);
- this.Controls.SetChildIndex(this.dgvGoodsType, 0);
- this.Controls.SetChildIndex(this.txtGoodsTypeName, 0);
- this.Controls.SetChildIndex(this.lblGoodsTypeCode, 0);
- this.Controls.SetChildIndex(this.lblGoodsTypeName, 0);
- this.Controls.SetChildIndex(this.chkChooseAll, 0);
- this.Controls.SetChildIndex(this.btnClearCondition, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsType)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnOK;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClose;
- private System.Windows.Forms.TextBox txtGoodsTypeName;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
- private System.Windows.Forms.TextBox txtGoodsTypeCode;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvGoodsType;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblGoodsTypeCode;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblGoodsTypeName;
- private Basics.BaseControls.C_CheckBox chkChooseAll;
- private Basics.BaseControls.C_Button btnClearCondition;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeID;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeFullName;
- }
- }
|