| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_PM_010511
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_010511));
- 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();
- 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.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtWareHouseCall = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblWareHouseCall = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblWareHouseTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.ddlWareHouseTypeRoom = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- this.lblWareHouseTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.ddlWareHouseTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- this.dgvWareHouse = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.WAREHOUSETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WAREHOUSEROOM = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WAREHOUSECALL = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvWareHouse)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- 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(1037, 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.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);
- //
- // 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(843, 24);
- 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(934, 24);
- 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);
- //
- // 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.txtWareHouseCall);
- this.gbxCondition.Controls.Add(this.lblWareHouseCall);
- this.gbxCondition.Controls.Add(this.lblWareHouseTypeName);
- this.gbxCondition.Controls.Add(this.ddlWareHouseTypeRoom);
- this.gbxCondition.Controls.Add(this.lblWareHouseTypeID);
- this.gbxCondition.Controls.Add(this.ddlWareHouseTypeID);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- 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(1025, 63);
- this.gbxCondition.TabIndex = 23;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtWareHouseCall
- //
- this.txtWareHouseCall.BackColor = System.Drawing.SystemColors.Window;
- this.txtWareHouseCall.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtWareHouseCall.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtWareHouseCall.ErrorMessage = "";
- this.txtWareHouseCall.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtWareHouseCall.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtWareHouseCall.Location = new System.Drawing.Point(451, 23);
- this.txtWareHouseCall.MaxLength = 50;
- this.txtWareHouseCall.Name = "txtWareHouseCall";
- this.txtWareHouseCall.Size = new System.Drawing.Size(120, 21);
- this.txtWareHouseCall.TabIndex = 20;
- //
- // lblWareHouseCall
- //
- this.lblWareHouseCall.AutoSize = true;
- this.lblWareHouseCall.BackColor = System.Drawing.SystemColors.Control;
- this.lblWareHouseCall.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblWareHouseCall.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblWareHouseCall.Location = new System.Drawing.Point(392, 27);
- this.lblWareHouseCall.Name = "lblWareHouseCall";
- this.lblWareHouseCall.Size = new System.Drawing.Size(53, 12);
- this.lblWareHouseCall.TabIndex = 19;
- this.lblWareHouseCall.Text = "站点类型";
- //
- // lblWareHouseTypeName
- //
- this.lblWareHouseTypeName.AutoSize = true;
- this.lblWareHouseTypeName.BackColor = System.Drawing.SystemColors.Control;
- this.lblWareHouseTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblWareHouseTypeName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblWareHouseTypeName.Location = new System.Drawing.Point(207, 27);
- this.lblWareHouseTypeName.Name = "lblWareHouseTypeName";
- this.lblWareHouseTypeName.Size = new System.Drawing.Size(53, 12);
- this.lblWareHouseTypeName.TabIndex = 18;
- this.lblWareHouseTypeName.Text = "站点类型";
- //
- // ddlWareHouseTypeRoom
- //
- this.ddlWareHouseTypeRoom.BackColor = System.Drawing.SystemColors.Window;
- this.ddlWareHouseTypeRoom.BackgroundColor = System.Drawing.SystemColors.Window;
- this.ddlWareHouseTypeRoom.DataSource = null;
- this.ddlWareHouseTypeRoom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ddlWareHouseTypeRoom.FormattingEnabled = true;
- //
- //
- //
- this.ddlWareHouseTypeRoom.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ddlWareHouseTypeRoom.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ddlWareHouseTypeRoom.ListBox.Location = new System.Drawing.Point(0, 0);
- this.ddlWareHouseTypeRoom.ListBox.Name = "";
- this.ddlWareHouseTypeRoom.ListBox.Size = new System.Drawing.Size(118, 136);
- this.ddlWareHouseTypeRoom.ListBox.TabIndex = 0;
- this.ddlWareHouseTypeRoom.Location = new System.Drawing.Point(266, 24);
- this.ddlWareHouseTypeRoom.Name = "ddlWareHouseTypeRoom";
- this.ddlWareHouseTypeRoom.Size = new System.Drawing.Size(120, 20);
- this.ddlWareHouseTypeRoom.TabIndex = 17;
- //
- // lblWareHouseTypeID
- //
- this.lblWareHouseTypeID.AutoSize = true;
- this.lblWareHouseTypeID.BackColor = System.Drawing.SystemColors.Control;
- this.lblWareHouseTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblWareHouseTypeID.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblWareHouseTypeID.Location = new System.Drawing.Point(22, 27);
- this.lblWareHouseTypeID.Name = "lblWareHouseTypeID";
- this.lblWareHouseTypeID.Size = new System.Drawing.Size(53, 12);
- this.lblWareHouseTypeID.TabIndex = 16;
- this.lblWareHouseTypeID.Text = "站点类型";
- //
- // ddlWareHouseTypeID
- //
- this.ddlWareHouseTypeID.BackColor = System.Drawing.SystemColors.Window;
- this.ddlWareHouseTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
- this.ddlWareHouseTypeID.DataSource = null;
- this.ddlWareHouseTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ddlWareHouseTypeID.FormattingEnabled = true;
- //
- //
- //
- this.ddlWareHouseTypeID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ddlWareHouseTypeID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ddlWareHouseTypeID.ListBox.Location = new System.Drawing.Point(0, 0);
- this.ddlWareHouseTypeID.ListBox.Name = "";
- this.ddlWareHouseTypeID.ListBox.Size = new System.Drawing.Size(118, 136);
- this.ddlWareHouseTypeID.ListBox.TabIndex = 0;
- this.ddlWareHouseTypeID.Location = new System.Drawing.Point(81, 24);
- this.ddlWareHouseTypeID.Name = "ddlWareHouseTypeID";
- this.ddlWareHouseTypeID.Size = new System.Drawing.Size(120, 20);
- this.ddlWareHouseTypeID.TabIndex = 12;
- this.ddlWareHouseTypeID.TextChanged += new System.EventHandler(this.ddlWareHouseTypeID_TextChanged);
- //
- // dgvWareHouse
- //
- this.dgvWareHouse.AllowUserToAddRows = false;
- this.dgvWareHouse.AllowUserToDeleteRows = false;
- this.dgvWareHouse.AllowUserToModifyRows = true;
- this.dgvWareHouse.AllowUserToOrderColumns = true;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvWareHouse.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvWareHouse.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.dgvWareHouse.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvWareHouse.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvWareHouse.CellHeight = 23;
- this.dgvWareHouse.ChildNodeColumnName = null;
- this.dgvWareHouse.ChildNodeColumnText = null;
- this.dgvWareHouse.ColumnDeep = 1;
- this.dgvWareHouse.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.dgvWareHouse.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvWareHouse.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvWareHouse.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.WAREHOUSETYPE,
- this.WAREHOUSEROOM,
- this.WAREHOUSECALL});
- this.dgvWareHouse.ColumnTreeView = null;
- this.dgvWareHouse.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.dgvWareHouse.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgvWareHouse.DynamicColumnName = "";
- this.dgvWareHouse.EnableHeadersVisualStyles = false;
- this.dgvWareHouse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvWareHouse.FormatQuantityColumns = null;
- this.dgvWareHouse.HasNode = false;
- this.dgvWareHouse.HorizontalMergeColumn = null;
- this.dgvWareHouse.IsAutoCountSum = true;
- this.dgvWareHouse.IsAutoResizeColumns = false;
- this.dgvWareHouse.IsClickF12 = false;
- this.dgvWareHouse.IsOpenMergeCellFlag = false;
- this.dgvWareHouse.IsSubTotalFlag = false;
- this.dgvWareHouse.IsTopDeep = false;
- this.dgvWareHouse.Location = new System.Drawing.Point(0, 107);
- this.dgvWareHouse.MergeColumnNames = null;
- this.dgvWareHouse.MergeDetailColumnNames = null;
- this.dgvWareHouse.MergeDetailOnlyColumn = null;
- this.dgvWareHouse.MergeOnlyColumn = null;
- this.dgvWareHouse.Name = "dgvWareHouse";
- this.dgvWareHouse.ReadOnly = true;
- this.dgvWareHouse.RefreshAtHscroll = false;
- this.dgvWareHouse.RowHeadersWidth = 50;
- this.dgvWareHouse.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvWareHouse.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvWareHouse.RowTemplate.Height = 21;
- this.dgvWareHouse.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvWareHouse.Size = new System.Drawing.Size(1037, 354);
- this.dgvWareHouse.SortOrderColumnName = null;
- this.dgvWareHouse.TabIndex = 24;
- this.dgvWareHouse.Tag = true;
- this.dgvWareHouse.TotalSumColumns = null;
- this.dgvWareHouse.ViewRowFilter = "";
- this.dgvWareHouse.VirtualMode = true;
- this.dgvWareHouse.VirtualNodes = false;
- //
- // WAREHOUSETYPE
- //
- this.WAREHOUSETYPE.DataPropertyName = "WAREHOUSETYPE";
- this.WAREHOUSETYPE.HeaderText = "站点类型";
- this.WAREHOUSETYPE.Name = "WAREHOUSETYPE";
- this.WAREHOUSETYPE.ReadOnly = true;
- //
- // WAREHOUSEROOM
- //
- this.WAREHOUSEROOM.DataPropertyName = "WAREHOUSEROOM";
- this.WAREHOUSEROOM.HeaderText = "站点名称";
- this.WAREHOUSEROOM.Name = "WAREHOUSEROOM";
- this.WAREHOUSEROOM.ReadOnly = true;
- //
- // WAREHOUSECALL
- //
- this.WAREHOUSECALL.DataPropertyName = "WAREHOUSECALL";
- this.WAREHOUSECALL.HeaderText = "呼叫站点";
- this.WAREHOUSECALL.Name = "WAREHOUSECALL";
- this.WAREHOUSECALL.ReadOnly = true;
- //
- // F_PM_010511
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1037, 461);
- this.Controls.Add(this.dgvWareHouse);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_PM_010511";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "点位库存";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_010511_FormClosed);
- this.Load += new System.EventHandler(this.F_PM_010511_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvWareHouse)).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_Button btnSearch;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private Basics.BaseControls.C_DataGridView dgvWareHouse;
- private Basics.BaseControls.DKListBoxComboBox ddlWareHouseTypeID;
- private Basics.BaseControls.C_Label lblWareHouseTypeID;
- private Basics.BaseControls.C_Label lblWareHouseTypeName;
- private Basics.BaseControls.DKListBoxComboBox ddlWareHouseTypeRoom;
- private Basics.BaseControls.C_Label lblWareHouseCall;
- private Basics.BaseControls.C_TextBox txtWareHouseCall;
- private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSETYPE;
- private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSEROOM;
- private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSECALL;
- }
- }
|