namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_2301
{
///
/// 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()
{
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 dataGridViewCellStyle6 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2301));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgvOrder = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrderDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.displayno = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrderID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpOrderDateTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
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.tsbtnValueFlag = 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.dgvOrderDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.splSplitContainer1 = new Dongke.WinForm.Controls.SplSplitContainer();
this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MAKTX = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KWMENG = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).BeginInit();
this.gbxCondition.SuspendLayout();
this.tsrOperate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splSplitContainer1)).BeginInit();
this.splSplitContainer1.Panel1.SuspendLayout();
this.splSplitContainer1.Panel2.SuspendLayout();
this.splSplitContainer1.SuspendLayout();
this.SuspendLayout();
//
// dgvOrder
//
this.dgvOrder.AllowUserToAddRows = false;
this.dgvOrder.AllowUserToDeleteRows = false;
this.dgvOrder.AllowUserToModifyRows = true;
this.dgvOrder.AllowUserToOrderColumns = true;
this.dgvOrder.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvOrder.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvOrder.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvOrder.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvOrder.CellHeight = 23;
this.dgvOrder.ChildNodeColumnName = null;
this.dgvOrder.ChildNodeColumnText = null;
this.dgvOrder.ColumnDeep = 1;
this.dgvOrder.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);
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.dgvOrder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvOrder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.OrderNo,
this.OrderDate,
this.displayno,
this.ValueFlag,
this.Remarks,
this.OrderID});
this.dgvOrder.ColumnTreeView = null;
this.dgvOrder.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.dgvOrder.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvOrder.DynamicColumnName = "";
this.dgvOrder.EnableHeadersVisualStyles = false;
this.dgvOrder.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvOrder.FormatQuantityColumns = null;
this.dgvOrder.HasNode = false;
this.dgvOrder.HorizontalMergeColumn = null;
this.dgvOrder.IsAutoCountSum = true;
this.dgvOrder.IsAutoResizeColumns = false;
this.dgvOrder.IsClickF12 = false;
this.dgvOrder.IsOpenMergeCellFlag = false;
this.dgvOrder.IsSubTotalFlag = false;
this.dgvOrder.IsTopDeep = false;
this.dgvOrder.Location = new System.Drawing.Point(0, 0);
this.dgvOrder.MergeColumnNames = null;
this.dgvOrder.MergeDetailColumnNames = null;
this.dgvOrder.MergeDetailOnlyColumn = null;
this.dgvOrder.MergeOnlyColumn = null;
this.dgvOrder.MultiSelect = false;
this.dgvOrder.Name = "dgvOrder";
this.dgvOrder.ReadOnly = true;
this.dgvOrder.RefreshAtHscroll = false;
this.dgvOrder.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dgvOrder.RowHeadersWidth = 50;
this.dgvOrder.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvOrder.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvOrder.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
this.dgvOrder.RowTemplate.Height = 21;
this.dgvOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvOrder.Size = new System.Drawing.Size(1079, 251);
this.dgvOrder.SortOrderColumnName = null;
this.dgvOrder.TabIndex = 2;
this.dgvOrder.Tag = true;
this.dgvOrder.TotalSumColumns = null;
this.dgvOrder.ViewRowFilter = "";
this.dgvOrder.VirtualNodes = false;
this.dgvOrder.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
this.dgvOrder.SelectionChanged += new System.EventHandler(this.dgvOrder_SelectionChanged);
//
// OrderNo
//
this.OrderNo.DataPropertyName = "OrderNo";
this.OrderNo.HeaderText = "订单号";
this.OrderNo.Name = "OrderNo";
this.OrderNo.ReadOnly = true;
//
// OrderDate
//
this.OrderDate.DataPropertyName = "OrderDate";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.Format = "yyyy-MM-dd";
this.OrderDate.DefaultCellStyle = dataGridViewCellStyle3;
this.OrderDate.HeaderText = "订单日期";
this.OrderDate.Name = "OrderDate";
this.OrderDate.ReadOnly = true;
//
// displayno
//
this.displayno.DataPropertyName = "displayno";
this.displayno.HeaderText = "显示顺序";
this.displayno.Name = "displayno";
this.displayno.ReadOnly = true;
//
// ValueFlag
//
this.ValueFlag.DataPropertyName = "ValueFlag";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
dataGridViewCellStyle4.NullValue = false;
this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle4;
this.ValueFlag.FalseValue = "0";
this.ValueFlag.HeaderText = "正常";
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";
this.ValueFlag.Width = 50;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
this.Remarks.Width = 200;
//
// OrderID
//
this.OrderID.DataPropertyName = "OrderID";
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OrderID.DefaultCellStyle = dataGridViewCellStyle5;
this.OrderID.HeaderText = "OrderID";
this.OrderID.Name = "OrderID";
this.OrderID.ReadOnly = true;
this.OrderID.Visible = false;
//
// 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;
//
// 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.chkDateTime);
this.gbxCondition.Controls.Add(this.txtOrderNo);
this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
this.gbxCondition.Controls.Add(this.dtpOrderDateTo);
this.gbxCondition.Controls.Add(this.dtpOrderDateFrom);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.chkValueFlag);
this.gbxCondition.Controls.Add(this.txtRemarks);
this.gbxCondition.Controls.Add(this.lblOrderNo);
this.gbxCondition.Controls.Add(this.lblRemarks);
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(1079, 69);
this.gbxCondition.TabIndex = 1;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// chkDateTime
//
this.chkDateTime.AutoSize = true;
this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkDateTime.Location = new System.Drawing.Point(178, 17);
this.chkDateTime.Name = "chkDateTime";
this.chkDateTime.Size = new System.Drawing.Size(72, 16);
this.chkDateTime.TabIndex = 11;
this.chkDateTime.Text = "订单日期";
this.chkDateTime.UseVisualStyleBackColor = true;
this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
//
// txtOrderNo
//
this.txtOrderNo.BackColor = System.Drawing.SystemColors.Window;
this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOrderNo.Location = new System.Drawing.Point(65, 14);
this.txtOrderNo.MaxLength = 100;
this.txtOrderNo.Name = "txtOrderNo";
this.txtOrderNo.Size = new System.Drawing.Size(107, 21);
this.txtOrderNo.TabIndex = 1;
//
// lblAccountDateEnd
//
this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblAccountDateEnd.Location = new System.Drawing.Point(366, 18);
this.lblAccountDateEnd.Name = "lblAccountDateEnd";
this.lblAccountDateEnd.Size = new System.Drawing.Size(36, 13);
this.lblAccountDateEnd.TabIndex = 4;
this.lblAccountDateEnd.Text = " 至 ";
//
// dtpOrderDateTo
//
this.dtpOrderDateTo.CustomFormat = "yyyy-MM-dd";
this.dtpOrderDateTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpOrderDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpOrderDateTo.Location = new System.Drawing.Point(400, 14);
this.dtpOrderDateTo.Name = "dtpOrderDateTo";
this.dtpOrderDateTo.Size = new System.Drawing.Size(120, 21);
this.dtpOrderDateTo.TabIndex = 5;
this.dtpOrderDateTo.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
//
// dtpOrderDateFrom
//
this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpOrderDateFrom.Location = new System.Drawing.Point(249, 14);
this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
this.dtpOrderDateFrom.Size = new System.Drawing.Size(120, 21);
this.dtpOrderDateFrom.TabIndex = 3;
this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(886, 32);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 9;
this.btnSearch.Text = "查询";
this.btnSearch.UseVisualStyleBackColor = true;
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.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(977, 32);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 10;
this.btnClearCondition.Text = "清空条件";
this.btnClearCondition.UseVisualStyleBackColor = true;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// chkValueFlag
//
this.chkValueFlag.BackColor = System.Drawing.SystemColors.Window;
this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
this.chkValueFlag.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
this.chkValueFlag.DataSource = null;
this.chkValueFlag.DisplayMember = "ValidFlagName";
this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkValueFlag.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
this.chkValueFlag.Location = new System.Drawing.Point(524, 14);
this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.chkValueFlag.Name = "chkValueFlag";
this.chkValueFlag.SelectedIndex = -1;
this.chkValueFlag.SelectedValues = new object[0];
this.chkValueFlag.Size = new System.Drawing.Size(141, 48);
this.chkValueFlag.TabIndex = 8;
this.chkValueFlag.Title = "有效标识";
this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
this.chkValueFlag.ValueMember = "ValidFlagID";
//
// txtRemarks
//
this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRemarks.ErrorMessage = "";
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.Location = new System.Drawing.Point(65, 41);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(455, 21);
this.txtRemarks.TabIndex = 7;
this.txtRemarks.TextValue = "";
//
// lblOrderNo
//
this.lblOrderNo.AutoSize = true;
this.lblOrderNo.BackColor = System.Drawing.Color.Transparent;
this.lblOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOrderNo.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblOrderNo.Location = new System.Drawing.Point(18, 19);
this.lblOrderNo.Name = "lblOrderNo";
this.lblOrderNo.Size = new System.Drawing.Size(41, 12);
this.lblOrderNo.TabIndex = 0;
this.lblOrderNo.Text = "订单号";
//
// lblRemarks
//
this.lblRemarks.AutoSize = true;
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblRemarks.Location = new System.Drawing.Point(30, 45);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRemarks.TabIndex = 6;
this.lblRemarks.Text = "备注";
//
// 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.tsbtnAdd,
this.tsbtnEdit,
this.tsbtnValueFlag,
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(1091, 35);
this.tsrOperate.TabIndex = 0;
this.tsrOperate.Text = "toolStrip1";
//
// 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 = "新建";
this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_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 = "编辑";
this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
//
// tsbtnValueFlag
//
this.tsbtnValueFlag.AutoSize = false;
this.tsbtnValueFlag.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbtnValueFlag.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnValueFlag.Image")));
this.tsbtnValueFlag.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnValueFlag.Name = "tsbtnValueFlag";
this.tsbtnValueFlag.Size = new System.Drawing.Size(60, 25);
this.tsbtnValueFlag.Text = "停用(&S)";
this.tsbtnValueFlag.Click += new System.EventHandler(this.tsbtnValueFlag_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 = "自适应列宽";
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);
//
// dgvOrderDetail
//
this.dgvOrderDetail.AllowUserToAddRows = false;
this.dgvOrderDetail.AllowUserToDeleteRows = false;
this.dgvOrderDetail.AllowUserToModifyRows = true;
this.dgvOrderDetail.AllowUserToOrderColumns = true;
this.dgvOrderDetail.AllowUserToResizeRows = false;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvOrderDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
this.dgvOrderDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvOrderDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvOrderDetail.CellHeight = 23;
this.dgvOrderDetail.ChildNodeColumnName = null;
this.dgvOrderDetail.ChildNodeColumnText = null;
this.dgvOrderDetail.ColumnDeep = 1;
this.dgvOrderDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F);
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvOrderDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.dgvOrderDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvOrderDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.MaterialCode,
this.MAKTX,
this.KWMENG,
this.GoodsCode,
this.LogoName,
this.dataGridViewTextBoxColumn4});
this.dgvOrderDetail.ColumnTreeView = null;
this.dgvOrderDetail.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.dgvOrderDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvOrderDetail.DynamicColumnName = "";
this.dgvOrderDetail.EnableHeadersVisualStyles = false;
this.dgvOrderDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvOrderDetail.FormatQuantityColumns = null;
this.dgvOrderDetail.HasNode = false;
this.dgvOrderDetail.HorizontalMergeColumn = null;
this.dgvOrderDetail.IsAutoCountSum = true;
this.dgvOrderDetail.IsAutoResizeColumns = false;
this.dgvOrderDetail.IsClickF12 = false;
this.dgvOrderDetail.IsOpenMergeCellFlag = false;
this.dgvOrderDetail.IsSubTotalFlag = false;
this.dgvOrderDetail.IsTopDeep = false;
this.dgvOrderDetail.Location = new System.Drawing.Point(0, 0);
this.dgvOrderDetail.MergeColumnNames = null;
this.dgvOrderDetail.MergeDetailColumnNames = null;
this.dgvOrderDetail.MergeDetailOnlyColumn = null;
this.dgvOrderDetail.MergeOnlyColumn = null;
this.dgvOrderDetail.MultiSelect = false;
this.dgvOrderDetail.Name = "dgvOrderDetail";
this.dgvOrderDetail.ReadOnly = true;
this.dgvOrderDetail.RefreshAtHscroll = false;
this.dgvOrderDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dgvOrderDetail.RowHeadersWidth = 50;
this.dgvOrderDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvOrderDetail.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.dgvOrderDetail.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
this.dgvOrderDetail.RowTemplate.Height = 21;
this.dgvOrderDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvOrderDetail.Size = new System.Drawing.Size(1079, 248);
this.dgvOrderDetail.SortOrderColumnName = null;
this.dgvOrderDetail.TabIndex = 3;
this.dgvOrderDetail.Tag = true;
this.dgvOrderDetail.TotalSumColumns = null;
this.dgvOrderDetail.ViewRowFilter = "";
this.dgvOrderDetail.VirtualNodes = false;
//
// splSplitContainer1
//
this.splSplitContainer1.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.splSplitContainer1.Location = new System.Drawing.Point(0, 113);
this.splSplitContainer1.Name = "splSplitContainer1";
this.splSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splSplitContainer1.Panel1
//
this.splSplitContainer1.Panel1.Controls.Add(this.dgvOrder);
//
// splSplitContainer1.Panel2
//
this.splSplitContainer1.Panel2.Controls.Add(this.dgvOrderDetail);
this.splSplitContainer1.Size = new System.Drawing.Size(1079, 503);
this.splSplitContainer1.SplitterDistance = 251;
this.splSplitContainer1.TabIndex = 4;
//
// MaterialCode
//
this.MaterialCode.DataPropertyName = "MaterialCode";
this.MaterialCode.HeaderText = "物料编码";
this.MaterialCode.Name = "MaterialCode";
this.MaterialCode.ReadOnly = true;
//
// MAKTX
//
this.MAKTX.DataPropertyName = "MAKTX";
this.MAKTX.HeaderText = "物料描述";
this.MAKTX.Name = "MAKTX";
this.MAKTX.ReadOnly = true;
//
// KWMENG
//
this.KWMENG.DataPropertyName = "KWMENG";
this.KWMENG.HeaderText = "订单数量";
this.KWMENG.Name = "KWMENG";
this.KWMENG.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;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "OrderID";
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle9;
this.dataGridViewTextBoxColumn4.HeaderText = "OrderID";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Visible = false;
//
// F_PM_2301
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1091, 628);
this.Controls.Add(this.splSplitContainer1);
this.Controls.Add(this.tsrOperate);
this.Controls.Add(this.gbxCondition);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_PM_2301";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新建";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmOrganization_FormClosed);
this.Load += new System.EventHandler(this.FrmOrganization_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).EndInit();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).EndInit();
this.splSplitContainer1.Panel1.ResumeLayout(false);
this.splSplitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splSplitContainer1)).EndInit();
this.splSplitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrder;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList chklValueFlag;
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox gbxCondition;
private System.Windows.Forms.ImageList imglstNavigation;
private Basics.BaseControls.C_Label lblOrderNo;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_ValidCheckedBoxList chkValueFlag;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Label lblAccountDateEnd;
private Basics.BaseControls.C_DateTimePicker dtpOrderDateTo;
private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
private System.Windows.Forms.ToolStripButton tsbtnValueFlag;
private Basics.BaseControls.C_TextBox txtOrderNo;
private Basics.BaseControls.C_CheckBox chkDateTime;
private Basics.BaseControls.C_DataGridView dgvOrderDetail;
private WinForm.Controls.SplSplitContainer splSplitContainer1;
private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
private System.Windows.Forms.DataGridViewTextBoxColumn OrderDate;
private System.Windows.Forms.DataGridViewTextBoxColumn displayno;
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewTextBoxColumn OrderID;
private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
private System.Windows.Forms.DataGridViewTextBoxColumn MAKTX;
private System.Windows.Forms.DataGridViewTextBoxColumn KWMENG;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
}
}