namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1003
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1003));
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
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.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.chkCeaseFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
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.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CeaseFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.valueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.dgvGoodsSap = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.logoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.logoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvAccessories = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.ACCESSORIESNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ACCESSORIESTYPEID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ACCESSORIESCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DICTIONARYVALUE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAccessories)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.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(1099, 35);
this.tsrOperate.TabIndex = 1;
//
// 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.tsbtnAddGoods_Click);
//
// tsbtnEdit
//
this.tsbtnEdit.AutoSize = false;
this.tsbtnEdit.Enabled = 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.tsbtnEditGoods_Click);
//
// 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);
//
// lblGoodsCode
//
this.lblGoodsCode.AutoSize = true;
this.lblGoodsCode.BackColor = System.Drawing.SystemColors.Control;
this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsCode.Location = new System.Drawing.Point(16, 24);
this.lblGoodsCode.Name = "lblGoodsCode";
this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
this.lblGoodsCode.TabIndex = 3;
this.lblGoodsCode.Text = "产品编码";
//
// txtGoodsCode
//
this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGoodsCode.ErrorMessage = "";
this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
this.txtGoodsCode.MaxLength = 50;
this.txtGoodsCode.Name = "txtGoodsCode";
this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
this.txtGoodsCode.TabIndex = 1;
//
// lblGoodsName
//
this.lblGoodsName.AutoSize = true;
this.lblGoodsName.BackColor = System.Drawing.SystemColors.Control;
this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsName.Location = new System.Drawing.Point(198, 24);
this.lblGoodsName.Name = "lblGoodsName";
this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
this.lblGoodsName.TabIndex = 5;
this.lblGoodsName.Text = "产品名称";
//
// txtGoodsName
//
this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsName.ErrorMessage = "";
this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsName.Location = new System.Drawing.Point(256, 20);
this.txtGoodsName.MaxLength = 20;
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.Size = new System.Drawing.Size(120, 21);
this.txtGoodsName.TabIndex = 2;
//
// lblGoodsSpecification
//
this.lblGoodsSpecification.AutoSize = true;
this.lblGoodsSpecification.BackColor = System.Drawing.SystemColors.Control;
this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsSpecification.Location = new System.Drawing.Point(384, 24);
this.lblGoodsSpecification.Name = "lblGoodsSpecification";
this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
this.lblGoodsSpecification.TabIndex = 7;
this.lblGoodsSpecification.Text = "产品规格";
//
// txtGoodsSpecification
//
this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsSpecification.ErrorMessage = "";
this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsSpecification.Location = new System.Drawing.Point(441, 20);
this.txtGoodsSpecification.MaxLength = 50;
this.txtGoodsSpecification.Name = "txtGoodsSpecification";
this.txtGoodsSpecification.Size = new System.Drawing.Size(120, 21);
this.txtGoodsSpecification.TabIndex = 3;
//
// lblGoodsModel
//
this.lblGoodsModel.AutoSize = true;
this.lblGoodsModel.BackColor = System.Drawing.SystemColors.Control;
this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsModel.Location = new System.Drawing.Point(568, 24);
this.lblGoodsModel.Name = "lblGoodsModel";
this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
this.lblGoodsModel.TabIndex = 9;
this.lblGoodsModel.Text = "产品型号";
//
// txtGoodsModel
//
this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsModel.ErrorMessage = "";
this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsModel.Location = new System.Drawing.Point(626, 20);
this.txtGoodsModel.MaxLength = 50;
this.txtGoodsModel.Name = "txtGoodsModel";
this.txtGoodsModel.Size = new System.Drawing.Size(120, 21);
this.txtGoodsModel.TabIndex = 4;
//
// 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(917, 41);
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 = 10;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// 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(1008, 41);
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 = 11;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = false;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// chkCeaseFlag
//
this.chkCeaseFlag.BackColor = System.Drawing.SystemColors.Control;
this.chkCeaseFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkCeaseFlag.BackgroundImage")));
this.chkCeaseFlag.FalseText = "否";
this.chkCeaseFlag.Location = new System.Drawing.Point(570, 51);
this.chkCeaseFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
this.chkCeaseFlag.Name = "chkCeaseFlag";
this.chkCeaseFlag.Size = new System.Drawing.Size(136, 20);
this.chkCeaseFlag.TabIndex = 7;
this.chkCeaseFlag.Title = "在产";
this.chkCeaseFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.chkCeaseFlag.TrueText = "是";
//
// chkValueFlag
//
this.chkValueFlag.BackColor = System.Drawing.SystemColors.Control;
this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
this.chkValueFlag.FalseText = "否";
this.chkValueFlag.Location = new System.Drawing.Point(684, 51);
this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
this.chkValueFlag.Name = "chkValueFlag";
this.chkValueFlag.Size = new System.Drawing.Size(136, 20);
this.chkValueFlag.TabIndex = 8;
this.chkValueFlag.Title = "有效";
this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.chkValueFlag.TrueText = "是";
//
// 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.lblGoodsType);
this.gbxCondition.Controls.Add(this.scbGoodsType);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.lblGoodsCode);
this.gbxCondition.Controls.Add(this.txtGoodsCode);
this.gbxCondition.Controls.Add(this.lblGoodsName);
this.gbxCondition.Controls.Add(this.chkValueFlag);
this.gbxCondition.Controls.Add(this.txtGoodsName);
this.gbxCondition.Controls.Add(this.chkCeaseFlag);
this.gbxCondition.Controls.Add(this.lblGoodsSpecification);
this.gbxCondition.Controls.Add(this.txtGoodsSpecification);
this.gbxCondition.Controls.Add(this.lblGoodsModel);
this.gbxCondition.Controls.Add(this.txtGoodsModel);
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(1099, 82);
this.gbxCondition.TabIndex = 23;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// lblGoodsType
//
this.lblGoodsType.AutoSize = true;
this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsType.Location = new System.Drawing.Point(384, 51);
this.lblGoodsType.Name = "lblGoodsType";
this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
this.lblGoodsType.TabIndex = 21;
this.lblGoodsType.Text = "产品类别";
//
// scbGoodsType
//
this.scbGoodsType.CheckedData = null;
this.scbGoodsType.IsOnlyDisplayEnd = false;
this.scbGoodsType.Location = new System.Drawing.Point(441, 47);
this.scbGoodsType.Name = "scbGoodsType";
this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
this.scbGoodsType.TabIndex = 20;
//
// 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.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 126);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dgvGoods);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1099, 362);
this.splitContainer1.SplitterDistance = 487;
this.splitContainer1.TabIndex = 2;
//
// dgvGoods
//
this.dgvGoods.AllowUserToAddRows = false;
this.dgvGoods.AllowUserToDeleteRows = false;
this.dgvGoods.AllowUserToModifyRows = true;
this.dgvGoods.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
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;
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.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.GoodsID,
this.GoodsCode,
this.GoodsName,
this.GoodsSpecification,
this.GoodsModel,
this.GoodsTypeName,
this.CeaseFlag,
this.valueFlag});
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)));
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.dgvGoods.DefaultCellStyle = dataGridViewCellStyle3;
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.FormatQuantityColumns = null;
this.dgvGoods.HasNode = false;
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.Name = "dgvGoods";
this.dgvGoods.ReadOnly = true;
this.dgvGoods.RefreshAtHscroll = false;
this.dgvGoods.RowHeadersWidth = 50;
this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvGoods.RowTemplate.Height = 21;
this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvGoods.Size = new System.Drawing.Size(487, 362);
this.dgvGoods.SortOrderColumnName = null;
this.dgvGoods.TabIndex = 12;
this.dgvGoods.Tag = true;
this.dgvGoods.TotalSumColumns = null;
this.dgvGoods.ViewRowFilter = "";
this.dgvGoods.VirtualMode = true;
this.dgvGoods.VirtualNodes = false;
this.dgvGoods.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellDoubleClick);
this.dgvGoods.SelectionChanged += new System.EventHandler(this.dgvGoods_SelectionChanged);
//
// 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";
this.GoodsCode.ReadOnly = true;
//
// GoodsName
//
this.GoodsName.DataPropertyName = "GoodsName";
this.GoodsName.HeaderText = "产品名称";
this.GoodsName.Name = "GoodsName";
this.GoodsName.ReadOnly = true;
//
// GoodsSpecification
//
this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
this.GoodsSpecification.HeaderText = "产品规格";
this.GoodsSpecification.Name = "GoodsSpecification";
this.GoodsSpecification.ReadOnly = true;
//
// GoodsModel
//
this.GoodsModel.DataPropertyName = "GoodsModel";
this.GoodsModel.HeaderText = "产品型号";
this.GoodsModel.Name = "GoodsModel";
this.GoodsModel.ReadOnly = true;
//
// GoodsTypeName
//
this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
this.GoodsTypeName.HeaderText = "产品类别";
this.GoodsTypeName.Name = "GoodsTypeName";
this.GoodsTypeName.ReadOnly = true;
//
// CeaseFlag
//
this.CeaseFlag.DataPropertyName = "CeaseFlag";
this.CeaseFlag.FalseValue = "0";
this.CeaseFlag.HeaderText = "在产";
this.CeaseFlag.IndeterminateValue = "";
this.CeaseFlag.Name = "CeaseFlag";
this.CeaseFlag.ReadOnly = true;
this.CeaseFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.CeaseFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.CeaseFlag.TrueValue = "1";
//
// valueFlag
//
this.valueFlag.DataPropertyName = "valueFlag";
this.valueFlag.FalseValue = "0";
this.valueFlag.HeaderText = "有效";
this.valueFlag.IndeterminateValue = "";
this.valueFlag.Name = "valueFlag";
this.valueFlag.ReadOnly = true;
this.valueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.valueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.valueFlag.TrueValue = "1";
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.dgvGoodsSap);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.btnSave);
this.splitContainer2.Panel2.Controls.Add(this.dgvAccessories);
this.splitContainer2.Size = new System.Drawing.Size(608, 362);
this.splitContainer2.SplitterDistance = 197;
this.splitContainer2.TabIndex = 14;
//
// dgvGoodsSap
//
this.dgvGoodsSap.AllowUserToAddRows = false;
this.dgvGoodsSap.AllowUserToDeleteRows = false;
this.dgvGoodsSap.AllowUserToModifyRows = true;
this.dgvGoodsSap.AllowUserToOrderColumns = true;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGoodsSap.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvGoodsSap.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvGoodsSap.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvGoodsSap.CellHeight = 23;
this.dgvGoodsSap.ChildNodeColumnName = null;
this.dgvGoodsSap.ChildNodeColumnText = null;
this.dgvGoodsSap.ColumnDeep = 1;
this.dgvGoodsSap.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.dgvGoodsSap.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvGoodsSap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvGoodsSap.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.logoName,
this.logoid});
this.dgvGoodsSap.ColumnTreeView = null;
this.dgvGoodsSap.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.dgvGoodsSap.DefaultCellStyle = dataGridViewCellStyle7;
this.dgvGoodsSap.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvGoodsSap.DynamicColumnName = "";
this.dgvGoodsSap.EnableHeadersVisualStyles = false;
this.dgvGoodsSap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvGoodsSap.FormatQuantityColumns = null;
this.dgvGoodsSap.HasNode = false;
this.dgvGoodsSap.HorizontalMergeColumn = null;
this.dgvGoodsSap.IsAutoCountSum = true;
this.dgvGoodsSap.IsAutoResizeColumns = false;
this.dgvGoodsSap.IsClickF12 = false;
this.dgvGoodsSap.IsOpenMergeCellFlag = false;
this.dgvGoodsSap.IsSubTotalFlag = false;
this.dgvGoodsSap.IsTopDeep = false;
this.dgvGoodsSap.Location = new System.Drawing.Point(0, 0);
this.dgvGoodsSap.MergeColumnNames = null;
this.dgvGoodsSap.MergeDetailColumnNames = null;
this.dgvGoodsSap.MergeDetailOnlyColumn = null;
this.dgvGoodsSap.MergeOnlyColumn = null;
this.dgvGoodsSap.Name = "dgvGoodsSap";
this.dgvGoodsSap.ReadOnly = true;
this.dgvGoodsSap.RefreshAtHscroll = false;
this.dgvGoodsSap.RowHeadersWidth = 50;
this.dgvGoodsSap.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGoodsSap.RowsDefaultCellStyle = dataGridViewCellStyle8;
this.dgvGoodsSap.RowTemplate.Height = 21;
this.dgvGoodsSap.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvGoodsSap.Size = new System.Drawing.Size(197, 362);
this.dgvGoodsSap.SortOrderColumnName = null;
this.dgvGoodsSap.TabIndex = 13;
this.dgvGoodsSap.Tag = true;
this.dgvGoodsSap.TotalSumColumns = null;
this.dgvGoodsSap.ViewRowFilter = "";
this.dgvGoodsSap.VirtualMode = true;
this.dgvGoodsSap.VirtualNodes = false;
this.dgvGoodsSap.SelectionChanged += new System.EventHandler(this.dgvGoodsSap_SelectionChanged);
//
// logoName
//
this.logoName.DataPropertyName = "logoName";
this.logoName.HeaderText = "商标";
this.logoName.Name = "logoName";
this.logoName.ReadOnly = true;
//
// logoid
//
this.logoid.DataPropertyName = "logoid";
this.logoid.HeaderText = "商标id";
this.logoid.Name = "logoid";
this.logoid.ReadOnly = true;
this.logoid.Visible = false;
//
// dgvAccessories
//
this.dgvAccessories.AllowUserToModifyRows = true;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvAccessories.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
this.dgvAccessories.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvAccessories.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvAccessories.CellHeight = 23;
this.dgvAccessories.ChildNodeColumnName = null;
this.dgvAccessories.ChildNodeColumnText = null;
this.dgvAccessories.ColumnDeep = 1;
this.dgvAccessories.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvAccessories.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
this.dgvAccessories.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAccessories.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ACCESSORIESNAME,
this.ACCESSORIESTYPEID,
this.ACCESSORIESCODE,
this.DICTIONARYVALUE});
this.dgvAccessories.ColumnTreeView = null;
this.dgvAccessories.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.dgvAccessories.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvAccessories.DynamicColumnName = "";
this.dgvAccessories.EnableHeadersVisualStyles = false;
this.dgvAccessories.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvAccessories.FormatQuantityColumns = null;
this.dgvAccessories.HasNode = false;
this.dgvAccessories.HorizontalMergeColumn = null;
this.dgvAccessories.IsAutoCountSum = true;
this.dgvAccessories.IsAutoResizeColumns = false;
this.dgvAccessories.IsClickF12 = false;
this.dgvAccessories.IsOpenMergeCellFlag = false;
this.dgvAccessories.IsSubTotalFlag = false;
this.dgvAccessories.IsTopDeep = false;
this.dgvAccessories.Location = new System.Drawing.Point(0, 0);
this.dgvAccessories.MergeColumnNames = null;
this.dgvAccessories.MergeDetailColumnNames = null;
this.dgvAccessories.MergeDetailOnlyColumn = null;
this.dgvAccessories.MergeOnlyColumn = null;
this.dgvAccessories.Name = "dgvAccessories";
this.dgvAccessories.RefreshAtHscroll = false;
this.dgvAccessories.RowHeadersWidth = 50;
this.dgvAccessories.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvAccessories.RowsDefaultCellStyle = dataGridViewCellStyle11;
this.dgvAccessories.RowTemplate.Height = 21;
this.dgvAccessories.Size = new System.Drawing.Size(407, 362);
this.dgvAccessories.SortOrderColumnName = null;
this.dgvAccessories.TabIndex = 0;
this.dgvAccessories.Tag = true;
this.dgvAccessories.TotalSumColumns = null;
this.dgvAccessories.ViewRowFilter = "";
this.dgvAccessories.VirtualNodes = false;
//
// ACCESSORIESNAME
//
this.ACCESSORIESNAME.DataPropertyName = "ACCESSORIESNAME";
this.ACCESSORIESNAME.HeaderText = "辅件名称";
this.ACCESSORIESNAME.Name = "ACCESSORIESNAME";
this.ACCESSORIESNAME.Width = 110;
//
// ACCESSORIESTYPEID
//
this.ACCESSORIESTYPEID.DataPropertyName = "ACCESSORIESTYPEID";
this.ACCESSORIESTYPEID.HeaderText = "辅件类别id";
this.ACCESSORIESTYPEID.Name = "ACCESSORIESTYPEID";
this.ACCESSORIESTYPEID.Visible = false;
//
// ACCESSORIESCODE
//
this.ACCESSORIESCODE.DataPropertyName = "ACCESSORIESCODE";
this.ACCESSORIESCODE.HeaderText = "辅件编码";
this.ACCESSORIESCODE.Name = "ACCESSORIESCODE";
this.ACCESSORIESCODE.Width = 110;
//
// DICTIONARYVALUE
//
this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
this.DICTIONARYVALUE.HeaderText = "辅件类别名称";
this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
this.DICTIONARYVALUE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.DICTIONARYVALUE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.DICTIONARYVALUE.Width = 110;
//
// 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(316, 322);
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 = 59;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// F_MST_1003
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1099, 489);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.Name = "F_MST_1003";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "产品对应辅件";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0501_FormClosed);
this.Load += new System.EventHandler(this.F_MST_0501_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAccessories)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_Label lblGoodsCode;
private Basics.BaseControls.C_TextBox txtGoodsCode;
private Basics.BaseControls.C_Label lblGoodsName;
private Basics.BaseControls.C_TextBox txtGoodsName;
private Basics.BaseControls.C_Label lblGoodsSpecification;
private Basics.BaseControls.C_TextBox txtGoodsSpecification;
private Basics.BaseControls.C_Label lblGoodsModel;
private Basics.BaseControls.C_TextBox txtGoodsModel;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_StatusCheckBox chkCeaseFlag;
private Basics.BaseControls.C_StatusCheckBox chkValueFlag;
private Basics.BaseControls.C_GroupBox gbxCondition;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private Basics.BaseControls.C_Label lblGoodsType;
private Controls.SearchBox.ScbGoodsType scbGoodsType;
private System.Windows.Forms.SplitContainer splitContainer1;
private Basics.BaseControls.C_DataGridView dgvGoods;
private Basics.BaseControls.C_DataGridView dgvGoodsSap;
private System.Windows.Forms.SplitContainer splitContainer2;
private Basics.BaseControls.C_DataGridView dgvAccessories;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
private System.Windows.Forms.DataGridViewCheckBoxColumn CeaseFlag;
private System.Windows.Forms.DataGridViewCheckBoxColumn valueFlag;
private System.Windows.Forms.DataGridViewTextBoxColumn logoName;
private System.Windows.Forms.DataGridViewTextBoxColumn logoid;
private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESNAME;
private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESTYPEID;
private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESCODE;
private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DICTIONARYVALUE;
private Basics.BaseControls.C_Button btnSave;
}
}