namespace Dongke.IBOSS.PRD.Client.ReportModule
{
partial class F_RPT_01040502
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgvInProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnSelect = new System.Windows.Forms.ToolStripButton();
this.tsbtnCreate = new System.Windows.Forms.ToolStripButton();
this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
this.tsbtnDelete = 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.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.logoname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.upName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unitprice = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.goodsid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.logoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.upid = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).BeginInit();
this.tsrOperate.SuspendLayout();
this.SuspendLayout();
//
// dgvInProduction
//
this.dgvInProduction.AllowUserToAddRows = false;
this.dgvInProduction.AllowUserToDeleteRows = false;
this.dgvInProduction.AllowUserToModifyRows = true;
this.dgvInProduction.AllowUserToOrderColumns = true;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvInProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvInProduction.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.dgvInProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvInProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvInProduction.CellHeight = 23;
this.dgvInProduction.ChildNodeColumnName = null;
this.dgvInProduction.ChildNodeColumnText = null;
this.dgvInProduction.ColumnDeep = 1;
this.dgvInProduction.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.dgvInProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvInProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvInProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Sel,
this.GoodsCode,
this.logoname,
this.upName,
this.unitprice,
this.goodsid,
this.logoid,
this.upid});
this.dgvInProduction.ColumnTreeView = null;
this.dgvInProduction.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.dgvInProduction.DynamicColumnName = "";
this.dgvInProduction.EnableHeadersVisualStyles = false;
this.dgvInProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvInProduction.HorizontalMergeColumn = null;
this.dgvInProduction.IsAutoCountSum = true;
this.dgvInProduction.IsAutoResizeColumns = false;
this.dgvInProduction.IsClickF12 = false;
this.dgvInProduction.IsOpenMergeCellFlag = false;
this.dgvInProduction.IsSubTotalFlag = false;
this.dgvInProduction.IsTopDeep = false;
this.dgvInProduction.Location = new System.Drawing.Point(0, 38);
this.dgvInProduction.MergeColumnNames = null;
this.dgvInProduction.MergeDetailColumnNames = null;
this.dgvInProduction.MergeDetailOnlyColumn = null;
this.dgvInProduction.MergeOnlyColumn = null;
this.dgvInProduction.MultiSelect = false;
this.dgvInProduction.Name = "dgvInProduction";
this.dgvInProduction.ReadOnly = true;
this.dgvInProduction.RefreshAtHscroll = false;
this.dgvInProduction.RowHeadersWidth = 50;
this.dgvInProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvInProduction.RowsDefaultCellStyle = dataGridViewCellStyle8;
this.dgvInProduction.RowTemplate.Height = 21;
this.dgvInProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvInProduction.Size = new System.Drawing.Size(1119, 363);
this.dgvInProduction.SortOrderColumnName = null;
this.dgvInProduction.TabIndex = 2;
this.dgvInProduction.Tag = true;
this.dgvInProduction.TotalSumColumns = null;
this.dgvInProduction.ViewRowFilter = "";
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
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.tsbtnSelect,
this.tsbtnCreate,
this.tsbtnSave,
this.tsbtnDelete,
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(1131, 35);
this.tsrOperate.TabIndex = 0;
this.tsrOperate.Text = "toolStrip1";
//
// tsbtnSelect
//
this.tsbtnSelect.AutoSize = false;
this.tsbtnSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnSelect.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSelect.Name = "tsbtnSelect";
this.tsbtnSelect.Size = new System.Drawing.Size(60, 25);
this.tsbtnSelect.Text = "刷新(&R)";
//
// tsbtnCreate
//
this.tsbtnCreate.AutoSize = false;
this.tsbtnCreate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnCreate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnCreate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnCreate.Name = "tsbtnCreate";
this.tsbtnCreate.Size = new System.Drawing.Size(60, 25);
this.tsbtnCreate.Text = "生成(&C)";
//
// tsbtnSave
//
this.tsbtnSave.AutoSize = false;
this.tsbtnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSave.Name = "tsbtnSave";
this.tsbtnSave.Size = new System.Drawing.Size(60, 25);
this.tsbtnSave.Text = "保存(&S)";
//
// tsbtnDelete
//
this.tsbtnDelete.AutoSize = false;
this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDelete.Name = "tsbtnDelete";
this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
this.tsbtnDelete.Text = "删除(&D)";
//
// 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);
//
// Sel
//
this.Sel.HeaderText = "选择";
this.Sel.Name = "Sel";
this.Sel.ReadOnly = true;
//
// GoodsCode
//
this.GoodsCode.DataPropertyName = "GoodsCode";
this.GoodsCode.HeaderText = "产品编码";
this.GoodsCode.Name = "GoodsCode";
this.GoodsCode.ReadOnly = true;
//
// logoname
//
this.logoname.DataPropertyName = "logoname";
this.logoname.HeaderText = "产品商标";
this.logoname.Name = "logoname";
this.logoname.ReadOnly = true;
//
// upName
//
this.upName.DataPropertyName = "upName";
this.upName.HeaderText = "单值名";
this.upName.Name = "upName";
this.upName.ReadOnly = true;
//
// unitprice
//
this.unitprice.DataPropertyName = "unitprice";
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle7.Format = "N6";
this.unitprice.DefaultCellStyle = dataGridViewCellStyle7;
this.unitprice.HeaderText = "单值";
this.unitprice.MaxValue = new decimal(new int[] {
0,
0,
0,
0});
this.unitprice.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.unitprice.Name = "unitprice";
this.unitprice.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(6, 6);
this.unitprice.ReadOnly = true;
this.unitprice.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.unitprice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// goodsid
//
this.goodsid.DataPropertyName = "goodsid";
this.goodsid.HeaderText = "goodsid";
this.goodsid.Name = "goodsid";
this.goodsid.ReadOnly = true;
this.goodsid.Visible = false;
//
// logoid
//
this.logoid.HeaderText = "logoid";
this.logoid.Name = "logoid";
this.logoid.ReadOnly = true;
this.logoid.Visible = false;
//
// upid
//
this.upid.HeaderText = "upid";
this.upid.Name = "upid";
this.upid.ReadOnly = true;
this.upid.Visible = false;
//
// F_RPT_01040502
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1131, 401);
this.Controls.Add(this.dgvInProduction);
this.Controls.Add(this.tsrOperate);
this.Name = "F_RPT_01040502";
this.RightToLeftLayout = true;
this.Text = "产品单值";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010401_FormClosed);
this.Load += new System.EventHandler(this.F_RPT_010401_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).EndInit();
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_DataGridView dgvInProduction;
private System.Windows.Forms.ToolStripButton tsbtnDelete;
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripButton tsbtnCreate;
private System.Windows.Forms.ToolStripButton tsbtnSelect;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn logoname;
private System.Windows.Forms.DataGridViewTextBoxColumn upName;
private Basics.BaseControls.C_DGV_Column_Digital unitprice;
private System.Windows.Forms.DataGridViewTextBoxColumn goodsid;
private System.Windows.Forms.DataGridViewTextBoxColumn logoid;
private System.Windows.Forms.DataGridViewTextBoxColumn upid;
}
}