namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1013
{
///
/// 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_1013));
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();
this.GOODSCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.LOGO = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dgvDataAccess = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.DICTIONARYVALUE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
this.ACCESSORIESCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ACCESSORIESNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvDataAccess)).BeginInit();
this.SuspendLayout();
//
// GOODSCODE
//
this.GOODSCODE.BackColor = System.Drawing.SystemColors.Window;
this.GOODSCODE.BackgroundColor = System.Drawing.SystemColors.Window;
this.GOODSCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.GOODSCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.GOODSCODE.FormattingEnabled = true;
this.GOODSCODE.Location = new System.Drawing.Point(105, 30);
this.GOODSCODE.Name = "GOODSCODE";
this.GOODSCODE.Size = new System.Drawing.Size(181, 20);
this.GOODSCODE.TabIndex = 49;
this.GOODSCODE.SelectedIndexChanged += new System.EventHandler(this.GOODSCODE_SelectedIndexChanged);
//
// lblKiln
//
this.lblKiln.AutoSize = true;
this.lblKiln.BackColor = System.Drawing.Color.Transparent;
this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblKiln.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblKiln.IsMustInput = true;
this.lblKiln.Location = new System.Drawing.Point(47, 33);
this.lblKiln.Name = "lblKiln";
this.lblKiln.Size = new System.Drawing.Size(53, 12);
this.lblKiln.TabIndex = 48;
this.lblKiln.Text = "产品编码";
//
// LOGO
//
this.LOGO.BackColor = System.Drawing.SystemColors.Window;
this.LOGO.BackgroundColor = System.Drawing.SystemColors.Window;
this.LOGO.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.LOGO.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LOGO.FormattingEnabled = true;
this.LOGO.Location = new System.Drawing.Point(348, 30);
this.LOGO.Name = "LOGO";
this.LOGO.Size = new System.Drawing.Size(193, 20);
this.LOGO.TabIndex = 51;
//
// c_Label1
//
this.c_Label1.AutoSize = true;
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label1.IsMustInput = true;
this.c_Label1.Location = new System.Drawing.Point(313, 33);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(29, 12);
this.c_Label1.TabIndex = 50;
this.c_Label1.Text = "商标";
//
// 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(456, 289);
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 = 59;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// 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(365, 289);
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 = 58;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// dgvDataAccess
//
this.dgvDataAccess.AllowUserToModifyRows = true;
this.dgvDataAccess.AllowUserToOrderColumns = true;
this.dgvDataAccess.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvDataAccess.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvDataAccess.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.dgvDataAccess.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvDataAccess.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvDataAccess.CellHeight = 23;
this.dgvDataAccess.ChildNodeColumnName = null;
this.dgvDataAccess.ChildNodeColumnText = null;
this.dgvDataAccess.ColumnDeep = 1;
this.dgvDataAccess.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.dgvDataAccess.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvDataAccess.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvDataAccess.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.DICTIONARYVALUE,
this.ACCESSORIESCODE,
this.ACCESSORIESNAME});
this.dgvDataAccess.ColumnTreeView = null;
this.dgvDataAccess.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
this.dgvDataAccess.DynamicColumnName = "";
this.dgvDataAccess.EnableHeadersVisualStyles = false;
this.dgvDataAccess.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvDataAccess.FormatQuantityColumns = null;
this.dgvDataAccess.HasNode = false;
this.dgvDataAccess.HorizontalMergeColumn = null;
this.dgvDataAccess.IsAutoCountSum = true;
this.dgvDataAccess.IsAutoResizeColumns = false;
this.dgvDataAccess.IsCanDelete = true;
this.dgvDataAccess.IsClickF12 = false;
this.dgvDataAccess.IsOpenMergeCellFlag = false;
this.dgvDataAccess.IsShowDelete = true;
this.dgvDataAccess.IsSubTotalFlag = false;
this.dgvDataAccess.IsTopDeep = false;
this.dgvDataAccess.Location = new System.Drawing.Point(48, 66);
this.dgvDataAccess.MergeColumnNames = null;
this.dgvDataAccess.MergeDetailColumnNames = null;
this.dgvDataAccess.MergeDetailOnlyColumn = null;
this.dgvDataAccess.MergeOnlyColumn = null;
this.dgvDataAccess.MultiSelect = false;
this.dgvDataAccess.Name = "dgvDataAccess";
this.dgvDataAccess.RefreshAtHscroll = false;
this.dgvDataAccess.RowHeadersWidth = 50;
this.dgvDataAccess.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvDataAccess.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvDataAccess.RowTemplate.Height = 21;
this.dgvDataAccess.Size = new System.Drawing.Size(493, 211);
this.dgvDataAccess.SortOrderColumnName = null;
this.dgvDataAccess.TabIndex = 60;
this.dgvDataAccess.Tag = true;
this.dgvDataAccess.TotalSumColumns = null;
this.dgvDataAccess.ViewRowFilter = "";
this.dgvDataAccess.VirtualNodes = false;
//
// DICTIONARYVALUE
//
this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
this.DICTIONARYVALUE.HeaderText = "辅件种类";
this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
this.DICTIONARYVALUE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.DICTIONARYVALUE.Width = 120;
//
// ACCESSORIESCODE
//
this.ACCESSORIESCODE.DataPropertyName = "ACCESSORIESCODE";
this.ACCESSORIESCODE.HeaderText = "辅件编码";
this.ACCESSORIESCODE.MaxInputLength = 100;
this.ACCESSORIESCODE.Name = "ACCESSORIESCODE";
this.ACCESSORIESCODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.ACCESSORIESCODE.Width = 150;
//
// ACCESSORIESNAME
//
this.ACCESSORIESNAME.DataPropertyName = "ACCESSORIESNAME";
this.ACCESSORIESNAME.HeaderText = "辅件名称";
this.ACCESSORIESNAME.Name = "ACCESSORIESNAME";
this.ACCESSORIESNAME.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.ACCESSORIESNAME.Width = 150;
//
// F_MST_1013
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(578, 323);
this.Controls.Add(this.dgvDataAccess);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.LOGO);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.GOODSCODE);
this.Controls.Add(this.lblKiln);
this.Name = "F_MST_1013";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "F_MST_1013";
this.Load += new System.EventHandler(this.F_MST_1013_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvDataAccess)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_ComboBox GOODSCODE;
private Basics.BaseControls.C_Label lblKiln;
private Basics.BaseControls.C_ComboBox LOGO;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_DataGridView dgvDataAccess;
private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DICTIONARYVALUE;
private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESNAME;
}
}