/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProPriceIptView));
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnCtl3 = new FAC.Login.Controls.BtnCtl();
     this.btnCtl2 = new FAC.Login.Controls.BtnCtl();
     this.btnImp = new FAC.Login.Controls.BtnCtl();
     this.fileBrowser1 = new Ultra.FASControls.FileBrowser();
     this.gridControlEx1 = new Ultra.FASControls.GridControlEx();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fileBrowser1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlEx1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(2277, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(2192, 6);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(778, 448);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.gridControlEx1);
     this.pnlFill.Controls.Add(this.panelControl1);
     this.pnlFill.Size = new System.Drawing.Size(778, 402);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 402);
     this.pnlBottom.Size = new System.Drawing.Size(778, 46);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.btnCtl3);
     this.panelControl1.Controls.Add(this.btnCtl2);
     this.panelControl1.Controls.Add(this.btnImp);
     this.panelControl1.Controls.Add(this.fileBrowser1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(2, 2);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(774, 33);
     this.panelControl1.TabIndex = 0;
     //
     // btnCtl3
     //
     this.btnCtl3.Location = new System.Drawing.Point(420, 3);
     this.btnCtl3.Name = "btnCtl3";
     this.btnCtl3.Size = new System.Drawing.Size(75, 23);
     this.btnCtl3.TabIndex = 3;
     this.btnCtl3.Text = "验证数据";
     this.btnCtl3.Click += new System.EventHandler(this.btnCtl3_Click);
     //
     // btnCtl2
     //
     this.btnCtl2.Location = new System.Drawing.Point(615, 3);
     this.btnCtl2.Name = "btnCtl2";
     this.btnCtl2.Size = new System.Drawing.Size(97, 23);
     this.btnCtl2.TabIndex = 2;
     this.btnCtl2.Text = "生成模板文件";
     this.btnCtl2.Click += new System.EventHandler(this.btnCtl2_Click);
     //
     // btnImp
     //
     this.btnImp.Enabled = false;
     this.btnImp.Location = new System.Drawing.Point(534, 3);
     this.btnImp.Name = "btnImp";
     this.btnImp.Size = new System.Drawing.Size(75, 23);
     this.btnImp.TabIndex = 2;
     this.btnImp.Text = "导入";
     this.btnImp.Click += new System.EventHandler(this.btnImp_Click);
     //
     // fileBrowser1
     //
     this.fileBrowser1.AllowDrop = true;
     this.fileBrowser1.LabelText = "文件";
     this.fileBrowser1.Location = new System.Drawing.Point(10, 5);
     this.fileBrowser1.Name = "fileBrowser1";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.fileBrowser1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "文件", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "浏览...", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
     this.fileBrowser1.Properties.ReadOnly = true;
     this.fileBrowser1.Size = new System.Drawing.Size(388, 21);
     this.fileBrowser1.TabIndex = 1;
     //
     // gridControlEx1
     //
     this.gridControlEx1.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gridControlEx1.ColorFieldName = null;
     this.gridControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlEx1.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gridControlEx1.ImageFields")));
     this.gridControlEx1.Location = new System.Drawing.Point(2, 35);
     this.gridControlEx1.MainView = this.gridView1;
     this.gridControlEx1.Name = "gridControlEx1";
     this.gridControlEx1.PopupMnu = null;
     this.gridControlEx1.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gridControlEx1.PopupTextFields")));
     this.gridControlEx1.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gridControlEx1.PopupTextFieldsReadOnly")));
     this.gridControlEx1.PropName = "PropName";
     this.gridControlEx1.RightMenu = null;
     this.gridControlEx1.RowCellColorStyleSource = null;
     this.gridControlEx1.ShadowDataSource = null;
     this.gridControlEx1.ShadowDataSourceKey = "Guid";
     this.gridControlEx1.ShowIndicator = true;
     this.gridControlEx1.ShowRowNumber = true;
     this.gridControlEx1.Size = new System.Drawing.Size(774, 365);
     this.gridControlEx1.TabIndex = 1;
     this.gridControlEx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridView1.GridControl = this.gridControlEx1;
     this.gridView1.IndicatorWidth = 44;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // ProPriceIptView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(778, 448);
     this.Name = "ProPriceIptView";
     this.Text = "工序价目表导入";
     this.Load += new System.EventHandler(this.ShopItemIptView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fileBrowser1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlEx1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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(MaterialIvtAdjEdt));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gcStock = new Ultra.FASControls.GridControlEx();
     this.gvStock = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.loc = new Ultra.FASControls.BusControls.LocEdtGridEdit();
     this.locEdtGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.area = new Ultra.FASControls.BusControls.WareAreaGridEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.txtitem = new Ultra.FASControls.LabelTextBox();
     this.wre = new Ultra.FASControls.BusControls.WareHouseGridEdit();
     this.wareHouseGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.btnCtl1 = new FAC.Login.Controls.BtnCtl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.pgr1 = new Ultra.FASControls.InventoryMaterialPager();
     this.gcSt = new Ultra.FASControls.GridControlEx();
     this.gvSt = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repLoc = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcStock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.loc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.locEdtGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.area.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wre.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcSt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(26563, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(26478, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(1001, 515);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.splitContainerControl1);
     this.pnlFill.Size = new System.Drawing.Size(1001, 469);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 469);
     this.pnlBottom.Size = new System.Drawing.Size(1001, 46);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(2, 2);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gcStock);
     this.splitContainerControl1.Panel1.Controls.Add(this.panelControl2);
     this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
     this.splitContainerControl1.Panel1.Controls.Add(this.pgr1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gcSt);
     this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(997, 465);
     this.splitContainerControl1.SplitterPosition = 191;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // gcStock
     //
     this.gcStock.AutoCallWW = true;
     this.gcStock.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcStock.ColorFieldName = null;
     this.gcStock.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcStock.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStock.ImageFields")));
     this.gcStock.Location = new System.Drawing.Point(0, 29);
     this.gcStock.MainView = this.gvStock;
     this.gcStock.Name = "gcStock";
     this.gcStock.PopupMnu = null;
     this.gcStock.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStock.PopupTextFields")));
     this.gcStock.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStock.PopupTextFieldsReadOnly")));
     this.gcStock.PropName = "PropName";
     this.gcStock.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStock.PrvCityDistrict")));
     this.gcStock.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.gcStock.RightMenu = null;
     this.gcStock.RowCellColorStyleSource = null;
     this.gcStock.ShadowDataSource = null;
     this.gcStock.ShadowDataSourceKey = "Guid";
     this.gcStock.ShowIndicator = true;
     this.gcStock.ShowRowNumber = true;
     this.gcStock.Size = new System.Drawing.Size(997, 209);
     this.gcStock.TabIndex = 15;
     this.gcStock.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvStock});
     this.gcStock.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcStock_RowCellDoubleClick);
     //
     // gvStock
     //
     this.gvStock.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvStock.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvStock.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvStock.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvStock.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn7,
     this.gridColumn13});
     this.gvStock.GridControl = this.gcStock;
     this.gvStock.IndicatorWidth = 44;
     this.gvStock.Name = "gvStock";
     this.gvStock.OptionsBehavior.Editable = false;
     this.gvStock.OptionsView.ColumnAutoWidth = false;
     this.gvStock.OptionsView.ShowAutoFilterRow = true;
     this.gvStock.OptionsView.ShowFooter = true;
     this.gvStock.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "物料货号";
     this.gridColumn9.FieldName = "MaterialNo";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 0;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "物料名称";
     this.gridColumn10.FieldName = "MaterialName";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 1;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "仓库";
     this.gridColumn1.FieldName = "WareName";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 2;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "区域";
     this.gridColumn2.FieldName = "AreaName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 3;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "库位";
     this.gridColumn7.FieldName = "LocName";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 4;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "库存数";
     this.gridColumn13.FieldName = "Qty";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 5;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.loc);
     this.panelControl2.Controls.Add(this.area);
     this.panelControl2.Controls.Add(this.txtitem);
     this.panelControl2.Controls.Add(this.wre);
     this.panelControl2.Controls.Add(this.btnCtl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(997, 29);
     this.panelControl2.TabIndex = 14;
     //
     // loc
     //
     this.loc.ClearButtonText = "清除所选";
     this.loc.ColumnCaption = "库位";
     this.loc.ColumnItemsEx2 = ((Ultra.FASControls.GridEditColItemExCollection)(resources.GetObject("loc.ColumnItemsEx2")));
     this.loc.DisplayMember = "LocName";
     this.loc.EditValue = "";
     this.loc.LabelText = "库位";
     this.loc.Location = new System.Drawing.Point(304, 5);
     this.loc.Name = "loc";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.loc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "库位", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete, "清除所选", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "清除所选", null, null, true)});
     this.loc.Properties.DisplayMember = "LocName";
     this.loc.Properties.ImmediatePopup = true;
     this.loc.Properties.NullText = "";
     this.loc.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
     this.loc.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.loc.Properties.ValueMember = "Guid";
     this.loc.Properties.View = this.locEdtGridEdit1View;
     this.loc.SelectedValue = null;
     this.loc.Size = new System.Drawing.Size(141, 21);
     this.loc.TabIndex = 10;
     this.loc.ValueMember = "Guid";
     //
     // locEdtGridEdit1View
     //
     this.locEdtGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.locEdtGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.locEdtGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.locEdtGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.locEdtGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.locEdtGridEdit1View.Name = "locEdtGridEdit1View";
     this.locEdtGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.locEdtGridEdit1View.OptionsBehavior.Editable = false;
     this.locEdtGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.locEdtGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // area
     //
     this.area.ClearButtonText = "清除所选";
     this.area.ColumnCaption = "区域";
     this.area.ColumnItemsEx2 = ((Ultra.FASControls.GridEditColItemExCollection)(resources.GetObject("area.ColumnItemsEx2")));
     this.area.DisplayMember = "AreaName";
     this.area.EditValue = "";
     this.area.LabelText = "区域";
     this.area.Location = new System.Drawing.Point(168, 6);
     this.area.Name = "area";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.area.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "区域", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete, "清除所选", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "清除所选", null, null, true)});
     this.area.Properties.DisplayMember = "AreaName";
     this.area.Properties.ImmediatePopup = true;
     this.area.Properties.NullText = "";
     this.area.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
     this.area.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.area.Properties.ValueMember = "Guid";
     this.area.Properties.View = this.gridView1;
     this.area.SelectedValue = null;
     this.area.Size = new System.Drawing.Size(130, 21);
     this.area.TabIndex = 9;
     this.area.ValueMember = "Guid";
     //
     // gridView1
     //
     this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AutoPopulateColumns = false;
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // txtitem
     //
     this.txtitem.LabelText = "物料货号";
     this.txtitem.Location = new System.Drawing.Point(451, 5);
     this.txtitem.Name = "txtitem";
     serializableAppearanceObject5.Options.UseTextOptions = true;
     serializableAppearanceObject5.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtitem.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "物料货号", 75, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtitem.Size = new System.Drawing.Size(190, 21);
     this.txtitem.TabIndex = 8;
     //
     // wre
     //
     this.wre.ClearButtonText = "清除所选";
     this.wre.ColumnCaption = "仓库";
     this.wre.ColumnItemsEx2 = null;
     this.wre.DisplayMember = "WareName";
     this.wre.EditValue = "";
     this.wre.LabelText = "仓库";
     this.wre.Location = new System.Drawing.Point(10, 5);
     this.wre.Name = "wre";
     serializableAppearanceObject6.Options.UseTextOptions = true;
     serializableAppearanceObject6.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.wre.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "仓库", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete, "清除所选", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "清除所选", null, null, true)});
     this.wre.Properties.DisplayMember = "WareName";
     this.wre.Properties.NullText = "";
     this.wre.Properties.ValueMember = "Guid";
     this.wre.Properties.View = this.wareHouseGridEdit1View;
     this.wre.SelectedValue = null;
     this.wre.ShowClearButton = true;
     this.wre.Size = new System.Drawing.Size(152, 21);
     this.wre.TabIndex = 4;
     this.wre.ValueMember = "Guid";
     //
     // wareHouseGridEdit1View
     //
     this.wareHouseGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.wareHouseGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.wareHouseGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.wareHouseGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.wareHouseGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.wareHouseGridEdit1View.Name = "wareHouseGridEdit1View";
     this.wareHouseGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.wareHouseGridEdit1View.OptionsBehavior.Editable = false;
     this.wareHouseGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.wareHouseGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // btnCtl1
     //
     this.btnCtl1.Location = new System.Drawing.Point(666, 2);
     this.btnCtl1.Name = "btnCtl1";
     this.btnCtl1.Size = new System.Drawing.Size(97, 27);
     this.btnCtl1.TabIndex = 1;
     this.btnCtl1.Text = "查询";
     this.btnCtl1.Click += new System.EventHandler(this.btnCtl1_Click);
     //
     // labelControl1
     //
     this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.labelControl1.Location = new System.Drawing.Point(707, 245);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(84, 14);
     this.labelControl1.TabIndex = 12;
     this.labelControl1.Text = "双击行添加商品";
     //
     // pgr1
     //
     this.pgr1.Caller = null;
     this.pgr1.Counts = 0;
     this.pgr1.CurrentPage = 1;
     this.pgr1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr1.Grid = this.gcStock;
     this.pgr1.Location = new System.Drawing.Point(0, 238);
     this.pgr1.Name = "pgr1";
     this.pgr1.OrderBy = null;
     this.pgr1.PageCount = 0;
     this.pgr1.PageSize = 500;
     this.pgr1.PrefixWhr = null;
     this.pgr1.ResultData = null;
     this.pgr1.Size = new System.Drawing.Size(997, 31);
     this.pgr1.TabIndex = 11;
     //
     // gcSt
     //
     this.gcSt.AutoCallWW = true;
     this.gcSt.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcSt.ColorFieldName = null;
     this.gcSt.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcSt.Editable = true;
     this.gcSt.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSt.ImageFields")));
     this.gcSt.Location = new System.Drawing.Point(0, 0);
     this.gcSt.MainView = this.gvSt;
     this.gcSt.Name = "gcSt";
     this.gcSt.PopupMnu = null;
     this.gcSt.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSt.PopupTextFields")));
     this.gcSt.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSt.PopupTextFieldsReadOnly")));
     this.gcSt.PropName = "PropName";
     this.gcSt.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSt.PrvCityDistrict")));
     this.gcSt.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2,
     this.repLoc,
     this.repositoryItemSpinEdit1});
     this.gcSt.RightMenu = null;
     this.gcSt.RowCellColorStyleSource = null;
     this.gcSt.ShadowDataSource = null;
     this.gcSt.ShadowDataSourceKey = "Guid";
     this.gcSt.ShowIndicator = true;
     this.gcSt.ShowRowNumber = true;
     this.gcSt.Size = new System.Drawing.Size(997, 158);
     this.gcSt.TabIndex = 10;
     this.gcSt.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvSt});
     this.gcSt.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcSt_RowCellDoubleClick);
     //
     // gvSt
     //
     this.gvSt.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvSt.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvSt.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvSt.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvSt.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn17,
     this.gridColumn19,
     this.gridColumn22,
     this.gridColumn23,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn8,
     this.gridColumn28});
     this.gvSt.GridControl = this.gcSt;
     this.gvSt.IndicatorWidth = 44;
     this.gvSt.Name = "gvSt";
     this.gvSt.OptionsView.ColumnAutoWidth = false;
     this.gvSt.OptionsView.ShowAutoFilterRow = true;
     this.gvSt.OptionsView.ShowFooter = true;
     this.gvSt.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "物料货号";
     this.gridColumn17.FieldName = "MaterialNo";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsColumn.ReadOnly = true;
     this.gridColumn17.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 0;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "物料名称";
     this.gridColumn19.FieldName = "MaterialName";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowEdit = false;
     this.gridColumn19.OptionsColumn.ReadOnly = true;
     this.gridColumn19.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 1;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "库存数";
     this.gridColumn22.FieldName = "Reserved1";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsColumn.ReadOnly = true;
     this.gridColumn22.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 2;
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn23.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn23.Caption = "退回数量";
     this.gridColumn23.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn23.FieldName = "Num";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 3;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
     999999,
     0,
     0,
     0});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "仓库";
     this.gridColumn5.FieldName = "SrcWareName";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsColumn.ReadOnly = true;
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 4;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "区域";
     this.gridColumn6.FieldName = "SrcAreaName";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsColumn.ReadOnly = true;
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "库位";
     this.gridColumn8.FieldName = "SrcLocName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsColumn.ReadOnly = true;
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 6;
     //
     // gridColumn28
     //
     this.gridColumn28.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn28.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn28.Caption = "备注";
     this.gridColumn28.FieldName = "Remark";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 7;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // repLoc
     //
     this.repLoc.AutoHeight = false;
     this.repLoc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repLoc.DisplayMember = "LocName";
     this.repLoc.Name = "repLoc";
     this.repLoc.NullText = "";
     this.repLoc.ValueMember = "LocName";
     this.repLoc.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn29,
     this.gridColumn30,
     this.gridColumn31});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowAutoFilterRow = true;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "仓库";
     this.gridColumn29.FieldName = "WareName";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 0;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "区域";
     this.gridColumn30.FieldName = "AreaName";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 1;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "库位";
     this.gridColumn31.FieldName = "LocName";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 2;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 158);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(997, 33);
     this.panelControl1.TabIndex = 9;
     //
     // labelControl2
     //
     this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.labelControl2.Location = new System.Drawing.Point(10, 6);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(84, 14);
     this.labelControl2.TabIndex = 10;
     this.labelControl2.Text = "双击行移除商品";
     //
     // MaterialIvtAdjEdt
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1001, 515);
     this.Name = "MaterialIvtAdjEdt";
     this.Text = "退料编辑";
     this.Load += new System.EventHandler(this.AlarmItemView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcStock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.loc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.locEdtGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.area.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wre.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcSt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MaterialInStockAdd));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule4 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule5 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule6 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.lab1 = new DevExpress.XtraEditors.LabelControl();
     this.gcItem = new Ultra.FASControls.GridControlEx();
     this.gvItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.txtCreatedate = new DevExpress.XtraEditors.DateEdit();
     this.comType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtReceiv = new Ultra.FASControls.LabelTextBox();
     this.txtHands = new Ultra.FASControls.LabelTextBox();
     this.txtSend = new Ultra.FASControls.LabelTextBox();
     this.btnCtl1 = new FAC.Login.Controls.BtnCtl();
     this.txtItem = new Ultra.FASControls.LabelTextBox();
     this.pgr1 = new Ultra.FASControls.MaterialPager();
     this.gcStckItem = new Ultra.FASControls.GridControlEx();
     this.gvStckItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repLoc = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repPrice = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rspSuppName = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.lab2 = new DevExpress.XtraEditors.LabelControl();
     this.btnDelItem = new FAC.Login.Controls.BtnCtl();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreatedate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreatedate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiv.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHands.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSend.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcStckItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStckItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repPrice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(32767, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(32767, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(755, 409);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.splitContainerControl1);
     this.pnlFill.Size = new System.Drawing.Size(755, 363);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 363);
     this.pnlBottom.Size = new System.Drawing.Size(755, 46);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(2, 2);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.lab1);
     this.splitContainerControl1.Panel1.Controls.Add(this.gcItem);
     this.splitContainerControl1.Panel1.Controls.Add(this.panelControl2);
     this.splitContainerControl1.Panel1.Controls.Add(this.pgr1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gcStckItem);
     this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(751, 359);
     this.splitContainerControl1.SplitterPosition = 214;
     this.splitContainerControl1.TabIndex = 2;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // lab1
     //
     this.lab1.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lab1.Location = new System.Drawing.Point(687, 248);
     this.lab1.Name = "lab1";
     this.lab1.Size = new System.Drawing.Size(60, 14);
     this.lab1.TabIndex = 12;
     this.lab1.Text = "双击添加行";
     //
     // gcItem
     //
     this.gcItem.AutoCallWW = true;
     this.gcItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcItem.ColorFieldName = null;
     this.gcItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.ImageFields")));
     this.gcItem.Location = new System.Drawing.Point(0, 67);
     this.gcItem.MainView = this.gvItem;
     this.gcItem.Name = "gcItem";
     this.gcItem.PopupMnu = null;
     this.gcItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFields")));
     this.gcItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFieldsReadOnly")));
     this.gcItem.PropName = "PropName";
     this.gcItem.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PrvCityDistrict")));
     this.gcItem.RightMenu = null;
     this.gcItem.RowCellColorStyleSource = null;
     this.gcItem.ShadowDataSource = null;
     this.gcItem.ShadowDataSourceKey = "Guid";
     this.gcItem.ShowIndicator = true;
     this.gcItem.ShowRowNumber = true;
     this.gcItem.Size = new System.Drawing.Size(751, 119);
     this.gcItem.TabIndex = 11;
     this.gcItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvItem});
     this.gcItem.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcItem_RowCellDoubleClick);
     //
     // gvItem
     //
     this.gvItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn13});
     this.gvItem.GridControl = this.gcItem;
     this.gvItem.IndicatorWidth = 44;
     this.gvItem.Name = "gvItem";
     this.gvItem.OptionsBehavior.Editable = false;
     this.gvItem.OptionsView.ColumnAutoWidth = false;
     this.gvItem.OptionsView.ShowAutoFilterRow = true;
     this.gvItem.OptionsView.ShowGroupPanel = false;
     this.gvItem.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "材料货号";
     this.gridColumn1.FieldName = "MaterialNo";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width = 226;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "材料名称";
     this.gridColumn2.FieldName = "MaterialName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     this.gridColumn2.Width = 142;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "单位";
     this.gridColumn13.FieldName = "Unit";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 2;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.txtCreatedate);
     this.panelControl2.Controls.Add(this.comType);
     this.panelControl2.Controls.Add(this.txtReceiv);
     this.panelControl2.Controls.Add(this.txtHands);
     this.panelControl2.Controls.Add(this.txtSend);
     this.panelControl2.Controls.Add(this.btnCtl1);
     this.panelControl2.Controls.Add(this.txtItem);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(751, 67);
     this.panelControl2.TabIndex = 10;
     //
     // txtCreatedate
     //
     this.txtCreatedate.EditValue = null;
     this.txtCreatedate.Location = new System.Drawing.Point(510, 33);
     this.txtCreatedate.Name = "txtCreatedate";
     this.txtCreatedate.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.txtCreatedate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "入库日期", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true)});
     this.txtCreatedate.Properties.DisplayFormat.FormatString = "yyyy-MM-dd ";
     this.txtCreatedate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.txtCreatedate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtCreatedate.Size = new System.Drawing.Size(181, 21);
     this.txtCreatedate.TabIndex = 17;
     conditionValidationRule4.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule4.ErrorText = "必填!";
     conditionValidationRule4.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtCreatedate, conditionValidationRule4);
     //
     // comType
     //
     this.comType.Location = new System.Drawing.Point(310, 33);
     this.comType.Name = "comType";
     this.comType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "入库类型", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true)});
     this.comType.Properties.Items.AddRange(new object[] {
     "物料入库",
     "返料入库"});
     this.comType.Size = new System.Drawing.Size(194, 21);
     this.comType.TabIndex = 16;
     conditionValidationRule5.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule5.ErrorText = "必填!";
     conditionValidationRule5.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.comType, conditionValidationRule5);
     //
     // txtReceiv
     //
     this.txtReceiv.LabelText = "收货人";
     this.txtReceiv.Location = new System.Drawing.Point(10, 33);
     this.txtReceiv.Name = "txtReceiv";
     serializableAppearanceObject7.Options.UseTextOptions = true;
     serializableAppearanceObject7.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtReceiv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "收货人", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtReceiv.Size = new System.Drawing.Size(201, 21);
     this.txtReceiv.TabIndex = 4;
     conditionValidationRule6.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule6.ErrorText = "必填!";
     conditionValidationRule6.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtReceiv, conditionValidationRule6);
     //
     // txtHands
     //
     this.txtHands.LabelText = "经手人";
     this.txtHands.Location = new System.Drawing.Point(510, 6);
     this.txtHands.Name = "txtHands";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtHands.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "经手人", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtHands.Size = new System.Drawing.Size(181, 21);
     this.txtHands.TabIndex = 3;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "必填!";
     conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtHands, conditionValidationRule1);
     //
     // txtSend
     //
     this.txtSend.LabelText = "送货单号";
     this.txtSend.Location = new System.Drawing.Point(310, 6);
     this.txtSend.Name = "txtSend";
     serializableAppearanceObject2.Options.UseTextOptions = true;
     serializableAppearanceObject2.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtSend.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "送货单号", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtSend.Size = new System.Drawing.Size(194, 21);
     this.txtSend.TabIndex = 2;
     conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule2.ErrorText = "必填!";
     conditionValidationRule2.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtSend, conditionValidationRule2);
     //
     // btnCtl1
     //
     this.btnCtl1.Location = new System.Drawing.Point(217, 4);
     this.btnCtl1.Name = "btnCtl1";
     this.btnCtl1.Size = new System.Drawing.Size(75, 23);
     this.btnCtl1.TabIndex = 1;
     this.btnCtl1.Text = "查询";
     this.btnCtl1.Click += new System.EventHandler(this.btnCtl1_Click);
     //
     // txtItem
     //
     this.txtItem.LabelText = "材料货号";
     this.txtItem.Location = new System.Drawing.Point(10, 6);
     this.txtItem.Name = "txtItem";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtItem.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "材料货号", 75, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtItem.Size = new System.Drawing.Size(201, 21);
     this.txtItem.TabIndex = 0;
     //
     // pgr1
     //
     this.pgr1.Caller = null;
     this.pgr1.Counts = 0;
     this.pgr1.CurrentPage = 1;
     this.pgr1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr1.Grid = this.gcItem;
     this.pgr1.Location = new System.Drawing.Point(0, 186);
     this.pgr1.Name = "pgr1";
     this.pgr1.OrderBy = null;
     this.pgr1.PageCount = 0;
     this.pgr1.PageSize = 500;
     this.pgr1.PrefixWhr = null;
     this.pgr1.ResultData = null;
     this.pgr1.Size = new System.Drawing.Size(751, 28);
     this.pgr1.TabIndex = 8;
     //
     // gcStckItem
     //
     this.gcStckItem.AutoCallWW = true;
     this.gcStckItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcStckItem.ColorFieldName = null;
     this.gcStckItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcStckItem.Editable = true;
     this.gcStckItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.ImageFields")));
     this.gcStckItem.Location = new System.Drawing.Point(0, 0);
     this.gcStckItem.MainView = this.gvStckItem;
     this.gcStckItem.Name = "gcStckItem";
     this.gcStckItem.PopupMnu = null;
     this.gcStckItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.PopupTextFields")));
     this.gcStckItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.PopupTextFieldsReadOnly")));
     this.gcStckItem.PropName = "PropName";
     this.gcStckItem.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.PrvCityDistrict")));
     this.gcStckItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repLoc,
     this.repositoryItemSpinEdit1,
     this.rspSuppName,
     this.repPrice});
     this.gcStckItem.RightMenu = null;
     this.gcStckItem.RowCellColorStyleSource = null;
     this.gcStckItem.ShadowDataSource = null;
     this.gcStckItem.ShadowDataSourceKey = "Guid";
     this.gcStckItem.ShowIndicator = true;
     this.gcStckItem.ShowRowNumber = true;
     this.gcStckItem.Size = new System.Drawing.Size(751, 108);
     this.gcStckItem.TabIndex = 9;
     this.gcStckItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvStckItem});
     this.gcStckItem.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcStckItem_RowCellDoubleClick);
     //
     // gvStckItem
     //
     this.gvStckItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvStckItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvStckItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvStckItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvStckItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn4,
     this.gridColumn3,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn14,
     this.gridColumn9,
     this.gridColumn15,
     this.gridColumn5,
     this.gridColumn18});
     this.gvStckItem.GridControl = this.gcStckItem;
     this.gvStckItem.IndicatorWidth = 44;
     this.gvStckItem.Name = "gvStckItem";
     this.gvStckItem.OptionsView.ColumnAutoWidth = false;
     this.gvStckItem.OptionsView.ShowAutoFilterRow = true;
     this.gvStckItem.OptionsView.ShowGroupPanel = false;
     this.gvStckItem.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvStckItem_CellValueChanged);
     this.gvStckItem.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvStckItem_CellValueChanging);
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "材料货号";
     this.gridColumn4.FieldName = "MaterialNo";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 0;
     this.gridColumn4.Width = 82;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "材料名称";
     this.gridColumn3.FieldName = "MaterialName";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width = 119;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "仓库";
     this.gridColumn6.FieldName = "WareName";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 2;
     this.gridColumn6.Width = 63;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "区域";
     this.gridColumn7.FieldName = "AreaName";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width = 63;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn8.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn8.Caption = "库位";
     this.gridColumn8.ColumnEdit = this.repLoc;
     this.gridColumn8.FieldName = "LocName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 4;
     this.gridColumn8.Width = 59;
     //
     // repLoc
     //
     this.repLoc.AutoHeight = false;
     this.repLoc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repLoc.DisplayMember = "LocName";
     this.repLoc.Name = "repLoc";
     this.repLoc.NullText = "";
     this.repLoc.ValueMember = "LocName";
     this.repLoc.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowAutoFilterRow = true;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "仓库";
     this.gridColumn10.FieldName = "WareName";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 0;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "区域";
     this.gridColumn11.FieldName = "AreaName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 1;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "库位";
     this.gridColumn12.FieldName = "LocName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 2;
     //
     // gridColumn14
     //
     this.gridColumn14.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn14.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn14.Caption = "单价";
     this.gridColumn14.ColumnEdit = this.repPrice;
     this.gridColumn14.FieldName = "CostPrice";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 5;
     //
     // repPrice
     //
     this.repPrice.AutoHeight = false;
     this.repPrice.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repPrice.Mask.EditMask = "F2";
     this.repPrice.MaxValue = new decimal(new int[] {
     999999999,
     0,
     0,
     131072});
     this.repPrice.Name = "repPrice";
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn9.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn9.Caption = "入库数量";
     this.gridColumn9.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn9.FieldName = "Num";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 6;
     this.gridColumn9.Width = 66;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Mask.EditMask = "F2";
     this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
     999999999,
     0,
     0,
     131072});
     this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "成本总价";
     this.gridColumn15.FieldName = "AllCostPrice";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 7;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "单位";
     this.gridColumn5.FieldName = "Unit";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 8;
     //
     // gridColumn18
     //
     this.gridColumn18.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn18.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn18.Caption = "备注";
     this.gridColumn18.FieldName = "Remark";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 9;
     this.gridColumn18.Width = 57;
     //
     // rspSuppName
     //
     this.rspSuppName.AutoHeight = false;
     this.rspSuppName.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rspSuppName.DisplayMember = "SuppName";
     this.rspSuppName.Name = "rspSuppName";
     this.rspSuppName.NullText = "";
     this.rspSuppName.ValueMember = "SuppName";
     this.rspSuppName.View = this.gridView1;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn26});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "供应商";
     this.gridColumn26.FieldName = "SuppName";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.lab2);
     this.panelControl1.Controls.Add(this.btnDelItem);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 108);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(751, 32);
     this.panelControl1.TabIndex = 7;
     //
     // lab2
     //
     this.lab2.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lab2.Location = new System.Drawing.Point(166, 8);
     this.lab2.Name = "lab2";
     this.lab2.Size = new System.Drawing.Size(60, 14);
     this.lab2.TabIndex = 5;
     this.lab2.Text = "双击移除行";
     this.lab2.Visible = false;
     //
     // btnDelItem
     //
     this.btnDelItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDelItem.Location = new System.Drawing.Point(63, 5);
     this.btnDelItem.Name = "btnDelItem";
     this.btnDelItem.Size = new System.Drawing.Size(97, 23);
     this.btnDelItem.TabIndex = 3;
     this.btnDelItem.Text = "移除所选商品";
     this.btnDelItem.Visible = false;
     //
     // MaterialInStockAdd
     //
     this.AcceptButton = null;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(755, 409);
     this.Name = "MaterialInStockAdd";
     this.Text = "入库单编辑";
     this.Load += new System.EventHandler(this.StockAddView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtCreatedate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreatedate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiv.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHands.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSend.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcStckItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStckItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repPrice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SendGoodsEdt));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.txtReceiverName = new DevExpress.XtraEditors.ButtonEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
     this.txtSendNo = new Ultra.FASControls.LabelTextBox();
     this.txtLogisFee = new Ultra.FASControls.LabelSpinEdit();
     this.dtSend = new DevExpress.XtraEditors.DateEdit();
     this.txtLogisNo = new Ultra.FASControls.LabelTextBox();
     this.txtReceiverPhone = new Ultra.FASControls.LabelTextBox();
     this.txtLogisName = new Ultra.FASControls.LabelTextBox();
     this.txtDriver = new Ultra.FASControls.LabelTextBox();
     this.gcItem = new Ultra.FASControls.GridControlEx();
     this.gvItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repLoc = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupPanel1 = new FAC.Login.Controls.GroupPanel();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnDelItem = new FAC.Login.Controls.BtnCtl();
     this.btnAddItem = new FAC.Login.Controls.BtnCtl();
     this.groupPanel2 = new FAC.Login.Controls.GroupPanel();
     this.gcAddr = new Ultra.FASControls.GridControlEx();
     this.gvAddr = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.btnDelAddr = new FAC.Login.Controls.BtnCtl();
     this.btnAddAddr = new FAC.Login.Controls.BtnCtl();
     this.lookupPost = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiverName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSendNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogisFee.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSend.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSend.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogisNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiverPhone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogisName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDriver.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).BeginInit();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).BeginInit();
     this.groupPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAddr)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAddr)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookupPost.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(27444, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(27359, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(1252, 456);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.groupPanel1);
     this.pnlFill.Controls.Add(this.groupPanel2);
     this.pnlFill.Controls.Add(this.panelControl2);
     this.pnlFill.Size = new System.Drawing.Size(1252, 410);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 410);
     this.pnlBottom.Size = new System.Drawing.Size(1252, 46);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.lookupPost);
     this.panelControl2.Controls.Add(this.txtReceiverName);
     this.panelControl2.Controls.Add(this.label1);
     this.panelControl2.Controls.Add(this.memoEdit1);
     this.panelControl2.Controls.Add(this.txtSendNo);
     this.panelControl2.Controls.Add(this.txtLogisFee);
     this.panelControl2.Controls.Add(this.dtSend);
     this.panelControl2.Controls.Add(this.txtLogisNo);
     this.panelControl2.Controls.Add(this.txtReceiverPhone);
     this.panelControl2.Controls.Add(this.txtLogisName);
     this.panelControl2.Controls.Add(this.txtDriver);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(2, 2);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1248, 62);
     this.panelControl2.TabIndex = 2;
     //
     // txtReceiverName
     //
     this.txtReceiverName.Location = new System.Drawing.Point(206, 6);
     this.txtReceiverName.Name = "txtReceiverName";
     this.txtReceiverName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "收货方", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
     this.txtReceiverName.Properties.ReadOnly = true;
     this.txtReceiverName.Size = new System.Drawing.Size(190, 21);
     this.txtReceiverName.TabIndex = 7;
     this.txtReceiverName.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtReceiverName_ButtonClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(990, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(31, 14);
     this.label1.TabIndex = 6;
     this.label1.Text = "备注";
     //
     // memoEdit1
     //
     this.memoEdit1.Location = new System.Drawing.Point(1027, 5);
     this.memoEdit1.Name = "memoEdit1";
     this.memoEdit1.Size = new System.Drawing.Size(216, 49);
     this.memoEdit1.TabIndex = 5;
     //
     // txtSendNo
     //
     this.txtSendNo.EditValue = "自动生成";
     this.txtSendNo.LabelText = "发货单号";
     this.txtSendNo.Location = new System.Drawing.Point(10, 6);
     this.txtSendNo.Name = "txtSendNo";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtSendNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "发货单号", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)});
     this.txtSendNo.Properties.ReadOnly = true;
     this.txtSendNo.Size = new System.Drawing.Size(190, 21);
     this.txtSendNo.TabIndex = 2;
     //
     // txtLogisFee
     //
     this.txtLogisFee.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.txtLogisFee.Location = new System.Drawing.Point(402, 32);
     this.txtLogisFee.Name = "txtLogisFee";
     this.txtLogisFee.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "物流运费", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true)});
     this.txtLogisFee.Size = new System.Drawing.Size(190, 21);
     this.txtLogisFee.TabIndex = 4;
     //
     // dtSend
     //
     this.dtSend.EditValue = null;
     this.dtSend.Location = new System.Drawing.Point(402, 5);
     this.dtSend.Name = "dtSend";
     this.dtSend.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "发货时间", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true)});
     this.dtSend.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dtSend.Size = new System.Drawing.Size(190, 21);
     this.dtSend.TabIndex = 3;
     //
     // txtLogisNo
     //
     this.txtLogisNo.LabelText = "物流单号";
     this.txtLogisNo.Location = new System.Drawing.Point(598, 32);
     this.txtLogisNo.Name = "txtLogisNo";
     serializableAppearanceObject6.Options.UseTextOptions = true;
     serializableAppearanceObject6.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtLogisNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "物流单号", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true)});
     this.txtLogisNo.Size = new System.Drawing.Size(190, 21);
     this.txtLogisNo.TabIndex = 1;
     //
     // txtReceiverPhone
     //
     this.txtReceiverPhone.LabelText = "联系电话";
     this.txtReceiverPhone.Location = new System.Drawing.Point(10, 33);
     this.txtReceiverPhone.Name = "txtReceiverPhone";
     serializableAppearanceObject7.Options.UseTextOptions = true;
     serializableAppearanceObject7.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtReceiverPhone.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "联系电话", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "", null, null, true)});
     this.txtReceiverPhone.Size = new System.Drawing.Size(190, 21);
     this.txtReceiverPhone.TabIndex = 3;
     //
     // txtLogisName
     //
     this.txtLogisName.LabelText = "物流公司";
     this.txtLogisName.Location = new System.Drawing.Point(598, 6);
     this.txtLogisName.Name = "txtLogisName";
     serializableAppearanceObject8.Options.UseTextOptions = true;
     serializableAppearanceObject8.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtLogisName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "物流公司", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject8, "", null, null, true)});
     this.txtLogisName.Size = new System.Drawing.Size(190, 21);
     this.txtLogisName.TabIndex = 0;
     //
     // txtDriver
     //
     this.txtDriver.LabelText = "";
     this.txtDriver.Location = new System.Drawing.Point(206, 33);
     this.txtDriver.Name = "txtDriver";
     serializableAppearanceObject9.Options.UseTextOptions = true;
     serializableAppearanceObject9.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtDriver.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "送货司机", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, "", null, null, true)});
     this.txtDriver.Size = new System.Drawing.Size(190, 21);
     this.txtDriver.TabIndex = 2;
     //
     // gcItem
     //
     this.gcItem.AutoCallWW = true;
     this.gcItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcItem.ColorFieldName = null;
     this.gcItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcItem.Editable = true;
     this.gcItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.ImageFields")));
     this.gcItem.Location = new System.Drawing.Point(2, 22);
     this.gcItem.MainView = this.gvItem;
     this.gcItem.Name = "gcItem";
     this.gcItem.PopupMnu = null;
     this.gcItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFields")));
     this.gcItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFieldsReadOnly")));
     this.gcItem.PropName = "PropName";
     this.gcItem.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PrvCityDistrict")));
     this.gcItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2,
     this.repLoc,
     this.repositoryItemSpinEdit1});
     this.gcItem.RightMenu = null;
     this.gcItem.RowCellColorStyleSource = null;
     this.gcItem.ShadowDataSource = null;
     this.gcItem.ShadowDataSourceKey = "Guid";
     this.gcItem.ShowIndicator = true;
     this.gcItem.ShowRowNumber = true;
     this.gcItem.Size = new System.Drawing.Size(1244, 137);
     this.gcItem.TabIndex = 8;
     this.gcItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvItem});
     //
     // gvItem
     //
     this.gvItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn8,
     this.gridColumn33,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn19,
     this.gridColumn18,
     this.gridColumn20,
     this.gridColumn24,
     this.gridColumn21,
     this.gridColumn26,
     this.gridColumn25,
     this.gridColumn22,
     this.gridColumn23,
     this.gridColumn28});
     this.gvItem.GridControl = this.gcItem;
     this.gvItem.IndicatorWidth = 44;
     this.gvItem.Name = "gvItem";
     this.gvItem.OptionsView.ColumnAutoWidth = false;
     this.gvItem.OptionsView.ShowAutoFilterRow = true;
     this.gvItem.OptionsView.ShowGroupedColumns = true;
     this.gvItem.OptionsView.ShowGroupPanel = false;
     this.gvItem.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gvItem_RowStyle);
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "仓库";
     this.gridColumn5.FieldName = "WareName";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsColumn.ReadOnly = true;
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 8;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "区域";
     this.gridColumn6.FieldName = "AreaName";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsColumn.ReadOnly = true;
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 9;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "库位";
     this.gridColumn8.FieldName = "LocName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsColumn.ReadOnly = true;
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 10;
     //
     // gridColumn33
     //
     this.gridColumn33.Caption = "收货方";
     this.gridColumn33.FieldName = "SuppName";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.OptionsColumn.AllowEdit = false;
     this.gridColumn33.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 0;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "订单号";
     this.gridColumn16.FieldName = "PurchNo";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsColumn.AllowEdit = false;
     this.gridColumn16.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 1;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "商品编码";
     this.gridColumn17.FieldName = "OuterIid";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsColumn.ReadOnly = true;
     this.gridColumn17.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 2;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "规格编码";
     this.gridColumn19.FieldName = "OuterSkuId";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowEdit = false;
     this.gridColumn19.OptionsColumn.ReadOnly = true;
     this.gridColumn19.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 3;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "仿真皮料";
     this.gridColumn18.FieldName = "GenuineSurface";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsColumn.AllowEdit = false;
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 4;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "仿皮料";
     this.gridColumn20.FieldName = "ImitSurface";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     this.gridColumn20.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 5;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "环保皮";
     this.gridColumn24.FieldName = "EnvSurface";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.OptionsColumn.AllowEdit = false;
     this.gridColumn24.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 6;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "皮料";
     this.gridColumn21.FieldName = "Surface";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.OptionsColumn.AllowEdit = false;
     this.gridColumn21.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 7;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "商标";
     this.gridColumn26.FieldName = "TradeMark";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.OptionsColumn.AllowEdit = false;
     this.gridColumn26.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 11;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "订单数量";
     this.gridColumn25.FieldName = "Reserved1";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsColumn.AllowEdit = false;
     this.gridColumn25.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 12;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "库存数";
     this.gridColumn22.FieldName = "Qty";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsColumn.ReadOnly = true;
     this.gridColumn22.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 13;
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn23.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn23.Caption = "出库数量";
     this.gridColumn23.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn23.FieldName = "SendNum";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 14;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gridColumn28
     //
     this.gridColumn28.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn28.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn28.Caption = "备注";
     this.gridColumn28.FieldName = "Remark";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 15;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // repLoc
     //
     this.repLoc.AutoHeight = false;
     this.repLoc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repLoc.DisplayMember = "LocName";
     this.repLoc.Name = "repLoc";
     this.repLoc.NullText = "";
     this.repLoc.ValueMember = "LocName";
     this.repLoc.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn29,
     this.gridColumn30,
     this.gridColumn31});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowAutoFilterRow = true;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "仓库";
     this.gridColumn29.FieldName = "WareName";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 0;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "区域";
     this.gridColumn30.FieldName = "AreaName";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 1;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "库位";
     this.gridColumn31.FieldName = "LocName";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 2;
     //
     // groupPanel1
     //
     this.groupPanel1.Controls.Add(this.gcItem);
     this.groupPanel1.Controls.Add(this.panelControl1);
     this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupPanel1.Location = new System.Drawing.Point(2, 64);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(1248, 193);
     this.groupPanel1.TabIndex = 12;
     this.groupPanel1.Text = "商品信息";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.btnDelItem);
     this.panelControl1.Controls.Add(this.btnAddItem);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(2, 159);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(1244, 32);
     this.panelControl1.TabIndex = 9;
     //
     // btnDelItem
     //
     this.btnDelItem.Location = new System.Drawing.Point(8, 6);
     this.btnDelItem.Name = "btnDelItem";
     this.btnDelItem.Size = new System.Drawing.Size(65, 23);
     this.btnDelItem.TabIndex = 1;
     this.btnDelItem.Text = "删除商品";
     this.btnDelItem.Click += new System.EventHandler(this.btnDelItem_Click);
     //
     // btnAddItem
     //
     this.btnAddItem.Location = new System.Drawing.Point(79, 6);
     this.btnAddItem.Name = "btnAddItem";
     this.btnAddItem.Size = new System.Drawing.Size(65, 23);
     this.btnAddItem.TabIndex = 0;
     this.btnAddItem.Text = "添加商品";
     this.btnAddItem.Visible = false;
     this.btnAddItem.Click += new System.EventHandler(this.btnAddItem_Click);
     //
     // groupPanel2
     //
     this.groupPanel2.Controls.Add(this.gcAddr);
     this.groupPanel2.Controls.Add(this.panelControl3);
     this.groupPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupPanel2.Location = new System.Drawing.Point(2, 257);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(1248, 151);
     this.groupPanel2.TabIndex = 13;
     this.groupPanel2.Text = "收货地址";
     //
     // gcAddr
     //
     this.gcAddr.AutoCallWW = true;
     this.gcAddr.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcAddr.ColorFieldName = null;
     this.gcAddr.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAddr.Editable = true;
     this.gcAddr.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAddr.ImageFields")));
     this.gcAddr.Location = new System.Drawing.Point(2, 22);
     this.gcAddr.MainView = this.gvAddr;
     this.gcAddr.Name = "gcAddr";
     this.gcAddr.PopupMnu = null;
     this.gcAddr.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAddr.PopupTextFields")));
     this.gcAddr.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAddr.PopupTextFieldsReadOnly")));
     this.gcAddr.PropName = "PropName";
     this.gcAddr.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAddr.PrvCityDistrict")));
     this.gcAddr.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemGridLookUpEdit1,
     this.repositoryItemSpinEdit2});
     this.gcAddr.RightMenu = null;
     this.gcAddr.RowCellColorStyleSource = null;
     this.gcAddr.ShadowDataSource = null;
     this.gcAddr.ShadowDataSourceKey = "Guid";
     this.gcAddr.ShowIndicator = true;
     this.gcAddr.ShowRowNumber = true;
     this.gcAddr.Size = new System.Drawing.Size(1244, 95);
     this.gcAddr.TabIndex = 10;
     this.gcAddr.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAddr});
     //
     // gvAddr
     //
     this.gvAddr.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAddr.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAddr.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAddr.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAddr.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn7,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.gvAddr.GridControl = this.gcAddr;
     this.gvAddr.IndicatorWidth = 44;
     this.gvAddr.Name = "gvAddr";
     this.gvAddr.OptionsView.ColumnAutoWidth = false;
     this.gvAddr.OptionsView.ShowAutoFilterRow = true;
     this.gvAddr.OptionsView.ShowGroupedColumns = true;
     this.gvAddr.OptionsView.ShowGroupPanel = false;
     this.gvAddr.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvAddr_CellValueChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn1.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn1.Caption = "收货方";
     this.gridColumn1.FieldName = "SuppName";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn2.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn2.Caption = "省";
     this.gridColumn2.FieldName = "ReceiverState";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn3.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn3.Caption = "市";
     this.gridColumn3.FieldName = "ReceiverCity";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn4.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn4.Caption = "区";
     this.gridColumn4.FieldName = "ReceiverDistrict";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn7.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn7.Caption = "地址";
     this.gridColumn7.FieldName = "ReceiverAddress";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 4;
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn9.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn9.Caption = "邮编";
     this.gridColumn9.FieldName = "ReceiverZip";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 5;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn10.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn10.Caption = "联系人";
     this.gridColumn10.FieldName = "ReceiverName";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 6;
     //
     // gridColumn11
     //
     this.gridColumn11.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn11.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn11.Caption = "手机";
     this.gridColumn11.FieldName = "ReceiverMobile";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 7;
     //
     // gridColumn12
     //
     this.gridColumn12.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn12.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn12.Caption = "固定电话";
     this.gridColumn12.FieldName = "ReceiverPhone";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 8;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // repositoryItemGridLookUpEdit1
     //
     this.repositoryItemGridLookUpEdit1.AutoHeight = false;
     this.repositoryItemGridLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEdit1.DisplayMember = "LocName";
     this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
     this.repositoryItemGridLookUpEdit1.NullText = "";
     this.repositoryItemGridLookUpEdit1.ValueMember = "LocName";
     this.repositoryItemGridLookUpEdit1.View = this.gridView3;
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15});
     this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView3.OptionsView.ShowAutoFilterRow = true;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "仓库";
     this.gridColumn13.FieldName = "WareName";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 0;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "区域";
     this.gridColumn14.FieldName = "AreaName";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 1;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "库位";
     this.gridColumn15.FieldName = "LocName";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 2;
     //
     // repositoryItemSpinEdit2
     //
     this.repositoryItemSpinEdit2.AutoHeight = false;
     this.repositoryItemSpinEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit2.Name = "repositoryItemSpinEdit2";
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.btnDelAddr);
     this.panelControl3.Controls.Add(this.btnAddAddr);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl3.Location = new System.Drawing.Point(2, 117);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(1244, 32);
     this.panelControl3.TabIndex = 11;
     //
     // btnDelAddr
     //
     this.btnDelAddr.Location = new System.Drawing.Point(79, 6);
     this.btnDelAddr.Name = "btnDelAddr";
     this.btnDelAddr.Size = new System.Drawing.Size(65, 23);
     this.btnDelAddr.TabIndex = 1;
     this.btnDelAddr.Text = "删除行";
     this.btnDelAddr.Click += new System.EventHandler(this.btnDelAddr_Click);
     //
     // btnAddAddr
     //
     this.btnAddAddr.Location = new System.Drawing.Point(8, 6);
     this.btnAddAddr.Name = "btnAddAddr";
     this.btnAddAddr.Size = new System.Drawing.Size(65, 23);
     this.btnAddAddr.TabIndex = 0;
     this.btnAddAddr.Text = "添加行";
     this.btnAddAddr.Click += new System.EventHandler(this.btnAddAddr_Click);
     //
     // lookupPost
     //
     this.lookupPost.EditValue = " ";
     this.lookupPost.Location = new System.Drawing.Point(794, 7);
     this.lookupPost.Name = "lookupPost";
     this.lookupPost.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "运费类型", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
     this.lookupPost.Properties.DisplayMember = "TypeName";
     this.lookupPost.Properties.NullText = "";
     this.lookupPost.Properties.ValueMember = "TypeName";
     this.lookupPost.Properties.View = this.gridLookUpEdit1View;
     this.lookupPost.Size = new System.Drawing.Size(190, 21);
     this.lookupPost.TabIndex = 9;
     //
     // gridLookUpEdit1View
     //
     this.gridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn27});
     this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
     this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "运费类型";
     this.gridColumn27.FieldName = "TypeName";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 0;
     //
     // SendGoodsEdt
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1252, 456);
     this.Name = "SendGoodsEdt";
     this.Text = "出库单编辑";
     this.Load += new System.EventHandler(this.SendGoodsEdt_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiverName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSendNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogisFee.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSend.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSend.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogisNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiverPhone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogisName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDriver.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).EndInit();
     this.groupPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAddr)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAddr)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lookupPost.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IvtCheckIptItemEdt));
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnCtl2 = new FAC.Login.Controls.BtnCtl();
     this.btnCtl1 = new FAC.Login.Controls.BtnCtl();
     this.btnChk = new FAC.Login.Controls.BtnCtl();
     this.btnExp = new FAC.Login.Controls.BtnCtl();
     this.btnImp = new FAC.Login.Controls.BtnCtl();
     this.fileBrowser1 = new Ultra.FASControls.FileBrowser();
     this.gcCheck = new Ultra.FASControls.GridControlEx();
     this.gvCheck = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fileBrowser1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCheck)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCheck)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(12089, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(12004, 6);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(943, 473);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.gcCheck);
     this.pnlFill.Controls.Add(this.panelControl1);
     this.pnlFill.Size = new System.Drawing.Size(943, 427);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 427);
     this.pnlBottom.Size = new System.Drawing.Size(943, 46);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.btnCtl2);
     this.panelControl1.Controls.Add(this.btnCtl1);
     this.panelControl1.Controls.Add(this.btnChk);
     this.panelControl1.Controls.Add(this.btnExp);
     this.panelControl1.Controls.Add(this.btnImp);
     this.panelControl1.Controls.Add(this.fileBrowser1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(2, 2);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(939, 39);
     this.panelControl1.TabIndex = 0;
     //
     // btnCtl2
     //
     this.btnCtl2.Location = new System.Drawing.Point(781, 9);
     this.btnCtl2.Name = "btnCtl2";
     this.btnCtl2.Size = new System.Drawing.Size(110, 23);
     this.btnCtl2.TabIndex = 5;
     this.btnCtl2.Text = "生成当前库存数据";
     this.btnCtl2.Click += new System.EventHandler(this.btnCtl2_Click);
     //
     // btnCtl1
     //
     this.btnCtl1.Location = new System.Drawing.Point(665, 9);
     this.btnCtl1.Name = "btnCtl1";
     this.btnCtl1.Size = new System.Drawing.Size(110, 23);
     this.btnCtl1.TabIndex = 4;
     this.btnCtl1.Text = "生成模板文件";
     this.btnCtl1.Click += new System.EventHandler(this.btnCtl1_Click);
     //
     // btnChk
     //
     this.btnChk.Location = new System.Drawing.Point(404, 9);
     this.btnChk.Name = "btnChk";
     this.btnChk.Size = new System.Drawing.Size(75, 23);
     this.btnChk.TabIndex = 3;
     this.btnChk.Text = "验证数据";
     this.btnChk.Click += new System.EventHandler(this.btnChk_Click);
     //
     // btnExp
     //
     this.btnExp.Location = new System.Drawing.Point(485, 9);
     this.btnExp.Name = "btnExp";
     this.btnExp.Size = new System.Drawing.Size(75, 23);
     this.btnExp.TabIndex = 2;
     this.btnExp.Text = "导出";
     this.btnExp.Click += new System.EventHandler(this.btnExp_Click);
     //
     // btnImp
     //
     this.btnImp.Enabled = false;
     this.btnImp.Location = new System.Drawing.Point(566, 9);
     this.btnImp.Name = "btnImp";
     this.btnImp.Size = new System.Drawing.Size(75, 23);
     this.btnImp.TabIndex = 1;
     this.btnImp.Text = "导入";
     this.btnImp.Click += new System.EventHandler(this.btnImp_Click);
     //
     // fileBrowser1
     //
     this.fileBrowser1.AllowDrop = true;
     this.fileBrowser1.LabelText = "文件";
     this.fileBrowser1.Location = new System.Drawing.Point(10, 10);
     this.fileBrowser1.Name = "fileBrowser1";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.fileBrowser1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "文件", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "浏览...", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
     this.fileBrowser1.Properties.ReadOnly = true;
     this.fileBrowser1.Size = new System.Drawing.Size(388, 21);
     this.fileBrowser1.TabIndex = 0;
     //
     // gcCheck
     //
     this.gcCheck.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcCheck.ColorFieldName = null;
     this.gcCheck.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcCheck.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcCheck.ImageFields")));
     this.gcCheck.Location = new System.Drawing.Point(2, 41);
     this.gcCheck.MainView = this.gvCheck;
     this.gcCheck.Name = "gcCheck";
     this.gcCheck.PopupMnu = null;
     this.gcCheck.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcCheck.PopupTextFields")));
     this.gcCheck.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcCheck.PopupTextFieldsReadOnly")));
     this.gcCheck.PropName = "PropName";
     this.gcCheck.RightMenu = null;
     this.gcCheck.RowCellColorStyleSource = null;
     this.gcCheck.ShadowDataSource = null;
     this.gcCheck.ShadowDataSourceKey = "Guid";
     this.gcCheck.ShowIndicator = true;
     this.gcCheck.ShowRowNumber = true;
     this.gcCheck.Size = new System.Drawing.Size(939, 384);
     this.gcCheck.TabIndex = 7;
     this.gcCheck.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvCheck});
     //
     // gvCheck
     //
     this.gvCheck.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvCheck.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvCheck.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvCheck.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvCheck.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn13,
     this.gridColumn10});
     this.gvCheck.GridControl = this.gcCheck;
     this.gvCheck.IndicatorWidth = 44;
     this.gvCheck.Name = "gvCheck";
     this.gvCheck.OptionsBehavior.Editable = false;
     this.gvCheck.OptionsView.ColumnAutoWidth = false;
     this.gvCheck.OptionsView.ShowAutoFilterRow = true;
     this.gvCheck.OptionsView.ShowFooter = true;
     this.gvCheck.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "仓库";
     this.gridColumn1.FieldName = "WareName";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "区域";
     this.gridColumn2.FieldName = "AreaName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "库位";
     this.gridColumn3.FieldName = "LocName";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "商品编码";
     this.gridColumn4.FieldName = "OuterIid";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "规格编码";
     this.gridColumn5.FieldName = "OuterSkuId";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 4;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "商品";
     this.gridColumn6.FieldName = "ItemName";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "规格";
     this.gridColumn7.FieldName = "SkuProperties";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "原库存数";
     this.gridColumn8.FieldName = "Qty";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "盘点数";
     this.gridColumn13.FieldName = "Num";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 7;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "验证结果";
     this.gridColumn10.FieldName = "ChkResult";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 8;
     //
     // IvtCheckIptItemEdt
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(943, 473);
     this.Name = "IvtCheckIptItemEdt";
     this.Text = "商品盘点导入";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.IptItemView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fileBrowser1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCheck)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCheck)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InStockAdd));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.tbMain = new DevExpress.XtraTab.XtraTabControl();
     this.xtb2 = new DevExpress.XtraTab.XtraTabPage();
     this.lab1 = new DevExpress.XtraEditors.LabelControl();
     this.gcItem = new Ultra.FASControls.GridControlEx();
     this.gvItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.btnCtl1 = new FAC.Login.Controls.BtnCtl();
     this.txtSku = new Ultra.FASControls.LabelTextBox();
     this.txtItem = new Ultra.FASControls.LabelTextBox();
     this.pgr = new Ultra.FASControls.ItemPager();
     this.gcStckItem = new Ultra.FASControls.GridControlEx();
     this.gvStckItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSuppName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rspSuppName = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repLoc = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnDelItem = new FAC.Login.Controls.BtnCtl();
     this.lab2 = new DevExpress.XtraEditors.LabelControl();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbMain)).BeginInit();
     this.tbMain.SuspendLayout();
     this.xtb2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSku.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcStckItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStckItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(29134, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(29049, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(887, 498);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.splitContainerControl1);
     this.pnlFill.Size = new System.Drawing.Size(887, 452);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 452);
     this.pnlBottom.Size = new System.Drawing.Size(887, 46);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(2, 2);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.tbMain);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gcStckItem);
     this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(883, 448);
     this.splitContainerControl1.SplitterPosition = 288;
     this.splitContainerControl1.TabIndex = 2;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // tbMain
     //
     this.tbMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbMain.Location = new System.Drawing.Point(0, 0);
     this.tbMain.Name = "tbMain";
     this.tbMain.SelectedTabPage = this.xtb2;
     this.tbMain.Size = new System.Drawing.Size(883, 288);
     this.tbMain.TabIndex = 2;
     this.tbMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtb2});
     this.tbMain.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tbMain_SelectedPageChanged);
     //
     // xtb2
     //
     this.xtb2.Controls.Add(this.lab1);
     this.xtb2.Controls.Add(this.gcItem);
     this.xtb2.Controls.Add(this.panelControl2);
     this.xtb2.Controls.Add(this.pgr);
     this.xtb2.Name = "xtb2";
     this.xtb2.Size = new System.Drawing.Size(877, 259);
     this.xtb2.Text = "按商品添加";
     //
     // lab1
     //
     this.lab1.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lab1.Location = new System.Drawing.Point(810, 236);
     this.lab1.Name = "lab1";
     this.lab1.Size = new System.Drawing.Size(60, 14);
     this.lab1.TabIndex = 2;
     this.lab1.Text = "双击添加行";
     //
     // gcItem
     //
     this.gcItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcItem.ColorFieldName = null;
     this.gcItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.ImageFields")));
     this.gcItem.Location = new System.Drawing.Point(0, 32);
     this.gcItem.MainView = this.gvItem;
     this.gcItem.Name = "gcItem";
     this.gcItem.PopupMnu = null;
     this.gcItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFields")));
     this.gcItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFieldsReadOnly")));
     this.gcItem.PropName = "PropName";
     this.gcItem.RightMenu = null;
     this.gcItem.RowCellColorStyleSource = null;
     this.gcItem.ShadowDataSource = null;
     this.gcItem.ShadowDataSourceKey = "Guid";
     this.gcItem.ShowIndicator = true;
     this.gcItem.ShowRowNumber = true;
     this.gcItem.Size = new System.Drawing.Size(877, 194);
     this.gcItem.TabIndex = 5;
     this.gcItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvItem});
     this.gcItem.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcItem_RowCellDoubleClick);
     //
     // gvItem
     //
     this.gvItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn16});
     this.gvItem.GridControl = this.gcItem;
     this.gvItem.IndicatorWidth = 44;
     this.gvItem.Name = "gvItem";
     this.gvItem.OptionsBehavior.Editable = false;
     this.gvItem.OptionsView.ShowAutoFilterRow = true;
     this.gvItem.OptionsView.ShowGroupPanel = false;
     this.gvItem.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "规格名称";
     this.gridColumn1.FieldName = "SkuProperties";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 3;
     this.gridColumn1.Width = 226;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "商品名称";
     this.gridColumn2.FieldName = "ItemName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 2;
     this.gridColumn2.Width = 142;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "商品编码";
     this.gridColumn13.FieldName = "OuterIid";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 0;
     this.gridColumn13.Width = 108;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "规格编码";
     this.gridColumn14.FieldName = "OuterSkuId";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 1;
     this.gridColumn14.Width = 108;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "体积";
     this.gridColumn15.FieldName = "Volume";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 4;
     this.gridColumn15.Width = 191;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "包件";
     this.gridColumn16.FieldName = "PackageCount";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn16.Width = 111;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.btnCtl1);
     this.panelControl2.Controls.Add(this.txtSku);
     this.panelControl2.Controls.Add(this.txtItem);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(877, 32);
     this.panelControl2.TabIndex = 4;
     //
     // btnCtl1
     //
     this.btnCtl1.Location = new System.Drawing.Point(570, 5);
     this.btnCtl1.Name = "btnCtl1";
     this.btnCtl1.Size = new System.Drawing.Size(75, 23);
     this.btnCtl1.TabIndex = 1;
     this.btnCtl1.Text = "查询";
     this.btnCtl1.Click += new System.EventHandler(this.btnCtl1_Click);
     //
     // txtSku
     //
     this.txtSku.LabelText = "规格";
     this.txtSku.Location = new System.Drawing.Point(290, 6);
     this.txtSku.Name = "txtSku";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtSku.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "规格", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtSku.Size = new System.Drawing.Size(274, 21);
     this.txtSku.TabIndex = 0;
     //
     // txtItem
     //
     this.txtItem.LabelText = "商品";
     this.txtItem.Location = new System.Drawing.Point(10, 6);
     this.txtItem.Name = "txtItem";
     serializableAppearanceObject2.Options.UseTextOptions = true;
     serializableAppearanceObject2.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtItem.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "商品", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtItem.Size = new System.Drawing.Size(274, 21);
     this.txtItem.TabIndex = 0;
     //
     // pgr
     //
     this.pgr.Caller = null;
     this.pgr.Counts = 0;
     this.pgr.CurrentPage = 1;
     this.pgr.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr.Grid = this.gcItem;
     this.pgr.Location = new System.Drawing.Point(0, 226);
     this.pgr.Name = "pgr";
     this.pgr.OrderBy = null;
     this.pgr.PageCount = 0;
     this.pgr.PageSize = 500;
     this.pgr.PrefixWhr = null;
     this.pgr.ResultData = null;
     this.pgr.Size = new System.Drawing.Size(877, 33);
     this.pgr.TabIndex = 2;
     //
     // gcStckItem
     //
     this.gcStckItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcStckItem.ColorFieldName = null;
     this.gcStckItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcStckItem.Editable = true;
     this.gcStckItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.ImageFields")));
     this.gcStckItem.Location = new System.Drawing.Point(0, 0);
     this.gcStckItem.MainView = this.gvStckItem;
     this.gcStckItem.Name = "gcStckItem";
     this.gcStckItem.PopupMnu = null;
     this.gcStckItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.PopupTextFields")));
     this.gcStckItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.PopupTextFieldsReadOnly")));
     this.gcStckItem.PropName = "PropName";
     this.gcStckItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repLoc,
     this.repositoryItemSpinEdit1,
     this.rspSuppName});
     this.gcStckItem.RightMenu = null;
     this.gcStckItem.RowCellColorStyleSource = null;
     this.gcStckItem.ShadowDataSource = null;
     this.gcStckItem.ShadowDataSourceKey = "Guid";
     this.gcStckItem.ShowIndicator = true;
     this.gcStckItem.ShowRowNumber = true;
     this.gcStckItem.Size = new System.Drawing.Size(883, 122);
     this.gcStckItem.TabIndex = 2;
     this.gcStckItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvStckItem});
     this.gcStckItem.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcStckItem_RowCellDoubleClick);
     //
     // gvStckItem
     //
     this.gvStckItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvStckItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvStckItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvStckItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvStckItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colSuppName,
     this.gridColumn4,
     this.gridColumn3,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn19,
     this.gridColumn9,
     this.gridColumn17,
     this.gridColumn18,
     this.gridColumn5,
     this.gridColumn25});
     this.gvStckItem.GridControl = this.gcStckItem;
     this.gvStckItem.IndicatorWidth = 44;
     this.gvStckItem.Name = "gvStckItem";
     this.gvStckItem.OptionsView.ShowAutoFilterRow = true;
     this.gvStckItem.OptionsView.ShowFooter = true;
     this.gvStckItem.OptionsView.ShowGroupPanel = false;
     this.gvStckItem.ShownEditor += new System.EventHandler(this.gvStckItem_ShownEditor);
     this.gvStckItem.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvStckItem_CellValueChanged);
     this.gvStckItem.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvStckItem_CellValueChanging);
     //
     // colSuppName
     //
     this.colSuppName.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.colSuppName.AppearanceCell.Options.UseBackColor = true;
     this.colSuppName.Caption = "供应商";
     this.colSuppName.ColumnEdit = this.rspSuppName;
     this.colSuppName.FieldName = "SuppName";
     this.colSuppName.Name = "colSuppName";
     this.colSuppName.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSuppName.Width = 59;
     //
     // rspSuppName
     //
     this.rspSuppName.AutoHeight = false;
     this.rspSuppName.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rspSuppName.DisplayMember = "SuppName";
     this.rspSuppName.Name = "rspSuppName";
     this.rspSuppName.NullText = "";
     this.rspSuppName.ValueMember = "SuppName";
     this.rspSuppName.View = this.gridView1;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn26});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "供应商";
     this.gridColumn26.FieldName = "SuppName";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 0;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "商品编码";
     this.gridColumn4.FieldName = "OuterIid";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 0;
     this.gridColumn4.Width = 82;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "规格编码";
     this.gridColumn3.FieldName = "OuterSkuId";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width = 119;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "仓库";
     this.gridColumn6.FieldName = "WareName";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 3;
     this.gridColumn6.Width = 63;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "区域";
     this.gridColumn7.FieldName = "AreaName";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 4;
     this.gridColumn7.Width = 63;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn8.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn8.Caption = "库位";
     this.gridColumn8.ColumnEdit = this.repLoc;
     this.gridColumn8.FieldName = "LocName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 5;
     this.gridColumn8.Width = 59;
     //
     // repLoc
     //
     this.repLoc.AutoHeight = false;
     this.repLoc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repLoc.DisplayMember = "LocName";
     this.repLoc.Name = "repLoc";
     this.repLoc.NullText = "";
     this.repLoc.ValueMember = "LocName";
     this.repLoc.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowAutoFilterRow = true;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "仓库";
     this.gridColumn10.FieldName = "WareName";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 0;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "区域";
     this.gridColumn11.FieldName = "AreaName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 1;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "库位";
     this.gridColumn12.FieldName = "LocName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 2;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "可入库数";
     this.gridColumn19.FieldName = "CanAssignNum";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowEdit = false;
     this.gridColumn19.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 6;
     this.gridColumn19.Width = 84;
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn9.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn9.Caption = "入库数量";
     this.gridColumn9.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn9.FieldName = "Num";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 7;
     this.gridColumn9.Width = 66;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.IsFloatValue = false;
     this.repositoryItemSpinEdit1.Mask.EditMask = "N00";
     this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
     9999999,
     0,
     0,
     0});
     this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gridColumn17
     //
     this.gridColumn17.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn17.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn17.Caption = "客户ID";
     this.gridColumn17.FieldName = "BuyerNick";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn17.Width = 57;
     //
     // gridColumn18
     //
     this.gridColumn18.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn18.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn18.Caption = "备注";
     this.gridColumn18.FieldName = "Remark";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 8;
     this.gridColumn18.Width = 57;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn5.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn5.Caption = "选择";
     this.gridColumn5.FieldName = "Reserved3";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 2;
     this.gridColumn5.Width = 57;
     //
     // gridColumn25
     //
     this.gridColumn25.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn25.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn25.Caption = "外部单号";
     this.gridColumn25.FieldName = "OuterNo";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 9;
     this.gridColumn25.Width = 71;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.btnDelItem);
     this.panelControl1.Controls.Add(this.lab2);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 122);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(883, 33);
     this.panelControl1.TabIndex = 5;
     //
     // btnDelItem
     //
     this.btnDelItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDelItem.Location = new System.Drawing.Point(11, 5);
     this.btnDelItem.Name = "btnDelItem";
     this.btnDelItem.Size = new System.Drawing.Size(97, 23);
     this.btnDelItem.TabIndex = 3;
     this.btnDelItem.Text = "移除所选商品";
     this.btnDelItem.Visible = false;
     this.btnDelItem.Click += new System.EventHandler(this.btnDelItem_Click);
     //
     // lab2
     //
     this.lab2.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lab2.Location = new System.Drawing.Point(114, 9);
     this.lab2.Name = "lab2";
     this.lab2.Size = new System.Drawing.Size(60, 14);
     this.lab2.TabIndex = 4;
     this.lab2.Text = "双击移除行";
     this.lab2.Visible = false;
     //
     // InStockAdd
     //
     this.AcceptButton = null;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(887, 498);
     this.Name = "InStockAdd";
     this.Text = "入库单编辑";
     this.Load += new System.EventHandler(this.StockAddView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbMain)).EndInit();
     this.tbMain.ResumeLayout(false);
     this.xtb2.ResumeLayout(false);
     this.xtb2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtSku.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcStckItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStckItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EdtView));
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.btnSelect = new DevExpress.XtraEditors.ButtonEdit();
     this.imgupd = new Ultra.FASControls.ImageUpload();
     this.label1 = new System.Windows.Forms.Label();
     this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
     this.txtReceiverName = new Ultra.FASControls.LabelTextBox();
     this.txtAfterNo = new Ultra.FASControls.LabelTextBox();
     this.groupPanel1 = new FAC.Login.Controls.GroupPanel();
     this.gcOrder = new Ultra.FASControls.GridControlEx();
     this.gvOrder = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repChkEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repResponsible = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemCheckEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repResponsibleView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupPanel2 = new FAC.Login.Controls.GroupPanel();
     this.gcExpenses = new Ultra.FASControls.GridControlEx();
     this.gvExpenses = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repExpenses = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repExpensesView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repResp = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repRepsView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.btnDelAddr = new FAC.Login.Controls.BtnCtl();
     this.btnAddAddr = new FAC.Login.Controls.BtnCtl();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnSelect.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgupd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiverName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAfterNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).BeginInit();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repChkEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repResponsible)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repResponsibleView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).BeginInit();
     this.groupPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcExpenses)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvExpenses)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repExpenses)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repExpensesView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repResp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repRepsView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(29683, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(29598, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(810, 456);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.groupPanel1);
     this.pnlFill.Controls.Add(this.groupPanel2);
     this.pnlFill.Controls.Add(this.panelControl2);
     this.pnlFill.Size = new System.Drawing.Size(810, 410);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 410);
     this.pnlBottom.Size = new System.Drawing.Size(810, 46);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.btnSelect);
     this.panelControl2.Controls.Add(this.imgupd);
     this.panelControl2.Controls.Add(this.label1);
     this.panelControl2.Controls.Add(this.memoEdit1);
     this.panelControl2.Controls.Add(this.txtReceiverName);
     this.panelControl2.Controls.Add(this.txtAfterNo);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(2, 2);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(806, 77);
     this.panelControl2.TabIndex = 2;
     //
     // btnSelect
     //
     this.btnSelect.Location = new System.Drawing.Point(206, 7);
     this.btnSelect.Name = "btnSelect";
     this.btnSelect.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "订单单号", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
     this.btnSelect.Properties.ReadOnly = true;
     this.btnSelect.Size = new System.Drawing.Size(190, 21);
     this.btnSelect.TabIndex = 8;
     this.btnSelect.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSelect_ButtonClick);
     //
     // imgupd
     //
     this.imgupd.DataSource = null;
     this.imgupd.FileNames = null;
     this.imgupd.Location = new System.Drawing.Point(10, 46);
     this.imgupd.MaxFileSize = ((long)(4194304));
     this.imgupd.Multiselect = true;
     this.imgupd.Name = "imgupd";
     this.imgupd.NoImageText = "无图片";
     serializableAppearanceObject2.Options.UseTextOptions = true;
     serializableAppearanceObject2.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.imgupd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "图片", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "剪贴板", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "选择文件", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "上传图片", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "查看图片", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true)});
     this.imgupd.Properties.ReadOnly = true;
     this.imgupd.Session = new System.Guid("00000000-0000-0000-0000-000000000000");
     this.imgupd.ShowChose = true;
     this.imgupd.ShowUpload = true;
     this.imgupd.ShowUpLoadView = true;
     this.imgupd.Size = new System.Drawing.Size(582, 21);
     this.imgupd.TabIndex = 7;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(595, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(31, 14);
     this.label1.TabIndex = 6;
     this.label1.Text = "备注";
     //
     // memoEdit1
     //
     this.memoEdit1.Location = new System.Drawing.Point(629, 5);
     this.memoEdit1.Name = "memoEdit1";
     this.memoEdit1.Size = new System.Drawing.Size(159, 62);
     this.memoEdit1.TabIndex = 5;
     //
     // txtReceiverName
     //
     this.txtReceiverName.LabelText = "收货方";
     this.txtReceiverName.Location = new System.Drawing.Point(402, 6);
     this.txtReceiverName.Name = "txtReceiverName";
     serializableAppearanceObject7.Options.UseTextOptions = true;
     serializableAppearanceObject7.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtReceiverName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "收货方", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "", null, null, true)});
     this.txtReceiverName.Properties.ReadOnly = true;
     this.txtReceiverName.Size = new System.Drawing.Size(190, 21);
     this.txtReceiverName.TabIndex = 4;
     //
     // txtAfterNo
     //
     this.txtAfterNo.EditValue = "自动生成";
     this.txtAfterNo.LabelText = "售后单号";
     this.txtAfterNo.Location = new System.Drawing.Point(10, 6);
     this.txtAfterNo.Name = "txtAfterNo";
     serializableAppearanceObject8.Options.UseTextOptions = true;
     serializableAppearanceObject8.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtAfterNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "售后单号", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject8, "", null, null, true)});
     this.txtAfterNo.Properties.ReadOnly = true;
     this.txtAfterNo.Size = new System.Drawing.Size(190, 21);
     this.txtAfterNo.TabIndex = 2;
     //
     // groupPanel1
     //
     this.groupPanel1.Controls.Add(this.gcOrder);
     this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupPanel1.Location = new System.Drawing.Point(2, 79);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(806, 161);
     this.groupPanel1.TabIndex = 12;
     this.groupPanel1.Text = "商品信息";
     //
     // gcOrder
     //
     this.gcOrder.AutoCallWW = true;
     this.gcOrder.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcOrder.ColorFieldName = null;
     this.gcOrder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcOrder.Editable = true;
     this.gcOrder.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcOrder.ImageFields")));
     this.gcOrder.Location = new System.Drawing.Point(2, 22);
     this.gcOrder.MainView = this.gvOrder;
     this.gcOrder.Name = "gcOrder";
     this.gcOrder.PopupMnu = null;
     this.gcOrder.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcOrder.PopupTextFields")));
     this.gcOrder.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcOrder.PopupTextFieldsReadOnly")));
     this.gcOrder.PropName = "PropName";
     this.gcOrder.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcOrder.PrvCityDistrict")));
     this.gcOrder.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2,
     this.repositoryItemCheckEdit3,
     this.repResponsible,
     this.repChkEdit,
     this.repositoryItemSpinEdit3});
     this.gcOrder.RightMenu = null;
     this.gcOrder.RowCellColorStyleSource = null;
     this.gcOrder.ShadowDataSource = null;
     this.gcOrder.ShadowDataSourceKey = "Guid";
     this.gcOrder.ShowIndicator = true;
     this.gcOrder.ShowRowNumber = true;
     this.gcOrder.Size = new System.Drawing.Size(802, 137);
     this.gcOrder.TabIndex = 4;
     this.gcOrder.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvOrder});
     //
     // gvOrder
     //
     this.gvOrder.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvOrder.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvOrder.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvOrder.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvOrder.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn18,
     this.gridColumn20,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn25,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn31,
     this.gridColumn8,
     this.gridColumn11,
     this.gridColumn7,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn32});
     this.gvOrder.GridControl = this.gcOrder;
     this.gvOrder.IndicatorWidth = 44;
     this.gvOrder.Name = "gvOrder";
     this.gvOrder.OptionsView.ColumnAutoWidth = false;
     this.gvOrder.OptionsView.ShowAutoFilterRow = true;
     this.gvOrder.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn18
     //
     this.gridColumn18.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn18.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn18.Caption = " ";
     this.gridColumn18.ColumnEdit = this.repositoryItemCheckEdit2;
     this.gridColumn18.FieldName = "UISelected";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 0;
     this.gridColumn18.Width = 40;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // gridColumn20
     //
     this.gridColumn20.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn20.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn20.Caption = "Guid";
     this.gridColumn20.FieldName = "Guid";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "商品编码";
     this.gridColumn5.FieldName = "OuterIid";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "规格编码";
     this.gridColumn6.FieldName = "OuterSkuId";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 2;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "数量";
     this.gridColumn25.FieldName = "Num";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsColumn.AllowEdit = false;
     this.gridColumn25.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "颜色";
     this.gridColumn16.FieldName = "Color";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsColumn.AllowEdit = false;
     this.gridColumn16.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "材质";
     this.gridColumn17.FieldName = "Material";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 5;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "方向";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.OptionsColumn.AllowEdit = false;
     this.gridColumn31.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 6;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn8.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn8.Caption = "售后数量";
     this.gridColumn8.ColumnEdit = this.repositoryItemSpinEdit3;
     this.gridColumn8.FieldName = "TroubleNum";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 7;
     //
     // repositoryItemSpinEdit3
     //
     this.repositoryItemSpinEdit3.AutoHeight = false;
     this.repositoryItemSpinEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit3.Name = "repositoryItemSpinEdit3";
     //
     // gridColumn11
     //
     this.gridColumn11.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn11.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn11.Caption = "责任方";
     this.gridColumn11.ColumnEdit = this.repChkEdit;
     this.gridColumn11.FieldName = "Responsible";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 8;
     //
     // repChkEdit
     //
     this.repChkEdit.AutoHeight = false;
     this.repChkEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repChkEdit.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("1", "1"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("2", "2")});
     this.repChkEdit.Name = "repChkEdit";
     this.repChkEdit.EditValueChanged += new System.EventHandler(this.repChkEdit_EditValueChanged);
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn7.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn7.Caption = "退款";
     this.gridColumn7.ColumnEdit = this.repositoryItemCheckEdit3;
     this.gridColumn7.FieldName = "IsRefund";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 9;
     this.gridColumn7.Width = 40;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn9.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn9.Caption = "退货";
     this.gridColumn9.ColumnEdit = this.repositoryItemCheckEdit2;
     this.gridColumn9.FieldName = "IsRetGoods";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 10;
     this.gridColumn9.Width = 40;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn10.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn10.Caption = "补件";
     this.gridColumn10.ColumnEdit = this.repositoryItemCheckEdit2;
     this.gridColumn10.FieldName = "IsPatch";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 11;
     this.gridColumn10.Width = 40;
     //
     // gridColumn32
     //
     this.gridColumn32.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn32.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn32.Caption = "备注";
     this.gridColumn32.FieldName = "AsDesc";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 12;
     //
     // repResponsible
     //
     this.repResponsible.AutoHeight = false;
     this.repResponsible.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repResponsible.DisplayMember = "ResponsibleName";
     this.repResponsible.Name = "repResponsible";
     this.repResponsible.NullText = "[请选择]";
     this.repResponsible.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit4});
     this.repResponsible.ValueMember = "ResponsibleName";
     this.repResponsible.View = this.repResponsibleView;
     //
     // repositoryItemCheckEdit4
     //
     this.repositoryItemCheckEdit4.AutoHeight = false;
     this.repositoryItemCheckEdit4.Name = "repositoryItemCheckEdit4";
     //
     // repResponsibleView
     //
     this.repResponsibleView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn19,
     this.gridColumn12});
     this.repResponsibleView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repResponsibleView.Name = "repResponsibleView";
     this.repResponsibleView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repResponsibleView.OptionsSelection.MultiSelect = true;
     this.repResponsibleView.OptionsView.ColumnAutoWidth = false;
     this.repResponsibleView.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = " ";
     this.gridColumn19.ColumnEdit = this.repositoryItemCheckEdit4;
     this.gridColumn19.FieldName = "UISelected";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 0;
     this.gridColumn19.Width = 40;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "责任方";
     this.gridColumn12.FieldName = "ResponsibleName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 1;
     //
     // groupPanel2
     //
     this.groupPanel2.Controls.Add(this.gcExpenses);
     this.groupPanel2.Controls.Add(this.panelControl3);
     this.groupPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupPanel2.Location = new System.Drawing.Point(2, 240);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(806, 168);
     this.groupPanel2.TabIndex = 13;
     this.groupPanel2.Text = "售后费用";
     //
     // gcExpenses
     //
     this.gcExpenses.AutoCallWW = true;
     this.gcExpenses.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcExpenses.ColorFieldName = null;
     this.gcExpenses.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcExpenses.Editable = true;
     this.gcExpenses.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcExpenses.ImageFields")));
     this.gcExpenses.Location = new System.Drawing.Point(2, 22);
     this.gcExpenses.MainView = this.gvExpenses;
     this.gcExpenses.Name = "gcExpenses";
     this.gcExpenses.PopupMnu = null;
     this.gcExpenses.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcExpenses.PopupTextFields")));
     this.gcExpenses.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcExpenses.PopupTextFieldsReadOnly")));
     this.gcExpenses.PropName = "PropName";
     this.gcExpenses.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcExpenses.PrvCityDistrict")));
     this.gcExpenses.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemGridLookUpEdit1,
     this.repositoryItemSpinEdit2,
     this.repositoryItemSpinEdit1,
     this.repExpenses,
     this.repResp});
     this.gcExpenses.RightMenu = null;
     this.gcExpenses.RowCellColorStyleSource = null;
     this.gcExpenses.ShadowDataSource = null;
     this.gcExpenses.ShadowDataSourceKey = "Guid";
     this.gcExpenses.ShowIndicator = true;
     this.gcExpenses.ShowRowNumber = true;
     this.gcExpenses.Size = new System.Drawing.Size(802, 112);
     this.gcExpenses.TabIndex = 10;
     this.gcExpenses.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvExpenses});
     //
     // gvExpenses
     //
     this.gvExpenses.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvExpenses.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvExpenses.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvExpenses.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvExpenses.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn21,
     this.gridColumn2,
     this.gridColumn3});
     this.gvExpenses.GridControl = this.gcExpenses;
     this.gvExpenses.IndicatorWidth = 44;
     this.gvExpenses.Name = "gvExpenses";
     this.gvExpenses.OptionsView.ColumnAutoWidth = false;
     this.gvExpenses.OptionsView.ShowAutoFilterRow = true;
     this.gvExpenses.OptionsView.ShowGroupedColumns = true;
     this.gvExpenses.OptionsView.ShowGroupPanel = false;
     this.gvExpenses.ShownEditor += new System.EventHandler(this.gvExpenses_ShownEditor);
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn1.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn1.Caption = "费用类型";
     this.gridColumn1.ColumnEdit = this.repExpenses;
     this.gridColumn1.FieldName = "ExpensesType";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // repExpenses
     //
     this.repExpenses.AutoHeight = false;
     this.repExpenses.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repExpenses.DisplayMember = "TypeName";
     this.repExpenses.Name = "repExpenses";
     this.repExpenses.NullText = "[请选择]";
     this.repExpenses.ValueMember = "TypeName";
     this.repExpenses.View = this.repExpensesView;
     //
     // repExpensesView
     //
     this.repExpensesView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn4});
     this.repExpensesView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repExpensesView.Name = "repExpensesView";
     this.repExpensesView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repExpensesView.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "费用类型";
     this.gridColumn4.FieldName = "TypeName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 0;
     //
     // gridColumn21
     //
     this.gridColumn21.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn21.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn21.Caption = "责任方";
     this.gridColumn21.ColumnEdit = this.repResp;
     this.gridColumn21.FieldName = "RespName";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 1;
     //
     // repResp
     //
     this.repResp.AutoHeight = false;
     this.repResp.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repResp.DisplayMember = "ResponsibleName";
     this.repResp.Name = "repResp";
     this.repResp.NullText = "[请选择]";
     this.repResp.ValueMember = "ResponsibleName";
     this.repResp.View = this.repRepsView;
     this.repResp.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.repResp_QueryPopUp);
     //
     // repRepsView
     //
     this.repRepsView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn22});
     this.repRepsView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repRepsView.Name = "repRepsView";
     this.repRepsView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repRepsView.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "责任方";
     this.gridColumn22.FieldName = "ResponsibleName";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn2.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn2.Caption = "费用";
     this.gridColumn2.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn2.FieldName = "Expenses";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 2;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn3.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn3.Caption = "备注";
     this.gridColumn3.FieldName = "Remark";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 3;
     this.gridColumn3.Width = 300;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // repositoryItemGridLookUpEdit1
     //
     this.repositoryItemGridLookUpEdit1.AutoHeight = false;
     this.repositoryItemGridLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEdit1.DisplayMember = "LocName";
     this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
     this.repositoryItemGridLookUpEdit1.NullText = "";
     this.repositoryItemGridLookUpEdit1.ValueMember = "LocName";
     this.repositoryItemGridLookUpEdit1.View = this.gridView3;
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15});
     this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView3.OptionsView.ShowAutoFilterRow = true;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "仓库";
     this.gridColumn13.FieldName = "WareName";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 0;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "区域";
     this.gridColumn14.FieldName = "AreaName";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 1;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "库位";
     this.gridColumn15.FieldName = "LocName";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 2;
     //
     // repositoryItemSpinEdit2
     //
     this.repositoryItemSpinEdit2.AutoHeight = false;
     this.repositoryItemSpinEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit2.Name = "repositoryItemSpinEdit2";
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.btnDelAddr);
     this.panelControl3.Controls.Add(this.btnAddAddr);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl3.Location = new System.Drawing.Point(2, 134);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(802, 32);
     this.panelControl3.TabIndex = 11;
     //
     // btnDelAddr
     //
     this.btnDelAddr.Location = new System.Drawing.Point(79, 6);
     this.btnDelAddr.Name = "btnDelAddr";
     this.btnDelAddr.Size = new System.Drawing.Size(65, 23);
     this.btnDelAddr.TabIndex = 1;
     this.btnDelAddr.Text = "删除行";
     this.btnDelAddr.Click += new System.EventHandler(this.btnDelAddr_Click);
     //
     // btnAddAddr
     //
     this.btnAddAddr.Location = new System.Drawing.Point(8, 6);
     this.btnAddAddr.Name = "btnAddAddr";
     this.btnAddAddr.Size = new System.Drawing.Size(65, 23);
     this.btnAddAddr.TabIndex = 0;
     this.btnAddAddr.Text = "添加行";
     this.btnAddAddr.Click += new System.EventHandler(this.btnAddAddr_Click);
     //
     // EdtView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(810, 456);
     this.Name = "EdtView";
     this.Text = "售后单编辑";
     this.Load += new System.EventHandler(this.SendGoodsEdt_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnSelect.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgupd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiverName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAfterNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repChkEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repResponsible)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repResponsibleView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).EndInit();
     this.groupPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcExpenses)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvExpenses)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repExpenses)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repExpensesView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repResp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repRepsView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MaterialIvtCheckView));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     this.txtCheckNo = new Ultra.FASControls.LabelTextBox();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.btnCtl1 = new FAC.Login.Controls.BtnCtl();
     this.txtItem = new Ultra.FASControls.LabelTextBox();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.mnuPanel4 = new FAC.Login.Controls.MnuPanel();
     this.gcIvtCheckDetail = new Ultra.FASControls.GridControlEx();
     this.gvIvtCheckDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColLocName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repLoc = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repSupp = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.btnDelItem = new FAC.Login.Controls.BtnCtl();
     this.mnuPanel3 = new FAC.Login.Controls.MnuPanel();
     this.gcItem = new Ultra.FASControls.GridControlEx();
     this.gvItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr1 = new Ultra.FASControls.MaterialPager();
     this.mnuPanel2 = new FAC.Login.Controls.MnuPanel();
     this.txtCheckTime = new DevExpress.XtraEditors.DateEdit();
     this.txtCheckUser = new Ultra.FASControls.LabelTextBox();
     this.mnuPanel1 = new FAC.Login.Controls.MnuPanel();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCheckNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel4)).BeginInit();
     this.mnuPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcIvtCheckDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvIvtCheckDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSupp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel3)).BeginInit();
     this.mnuPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel2)).BeginInit();
     this.mnuPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCheckTime.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCheckTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCheckUser.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel1)).BeginInit();
     this.mnuPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(25909, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(25824, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(791, 442);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.mnuPanel1);
     this.pnlFill.Controls.Add(this.mnuPanel2);
     this.pnlFill.Size = new System.Drawing.Size(791, 396);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 396);
     this.pnlBottom.Size = new System.Drawing.Size(791, 46);
     //
     // txtCheckNo
     //
     this.txtCheckNo.EditValue = "系统自动生成";
     this.txtCheckNo.LabelText = "盘点单号";
     this.txtCheckNo.Location = new System.Drawing.Point(15, 5);
     this.txtCheckNo.Name = "txtCheckNo";
     serializableAppearanceObject4.Options.UseTextOptions = true;
     serializableAppearanceObject4.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtCheckNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "盘点单号", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true)});
     this.txtCheckNo.Properties.ReadOnly = true;
     this.txtCheckNo.Size = new System.Drawing.Size(198, 21);
     this.txtCheckNo.TabIndex = 24;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.btnCtl1);
     this.panelControl2.Controls.Add(this.txtItem);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(2, 2);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(779, 36);
     this.panelControl2.TabIndex = 25;
     //
     // btnCtl1
     //
     this.btnCtl1.Location = new System.Drawing.Point(301, 4);
     this.btnCtl1.Name = "btnCtl1";
     this.btnCtl1.Size = new System.Drawing.Size(82, 23);
     this.btnCtl1.TabIndex = 1;
     this.btnCtl1.Text = "查询";
     this.btnCtl1.Click += new System.EventHandler(this.btnCtl1_Click);
     //
     // txtItem
     //
     this.txtItem.LabelText = "物料货号";
     this.txtItem.Location = new System.Drawing.Point(10, 6);
     this.txtItem.Name = "txtItem";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtItem.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "物料货号", 75, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtItem.Size = new System.Drawing.Size(274, 21);
     this.txtItem.TabIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.mnuPanel4);
     this.panelControl1.Controls.Add(this.mnuPanel3);
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(2, 2);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(783, 357);
     this.panelControl1.TabIndex = 29;
     //
     // mnuPanel4
     //
     this.mnuPanel4.Controls.Add(this.gcIvtCheckDetail);
     this.mnuPanel4.Controls.Add(this.panelControl3);
     this.mnuPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mnuPanel4.Location = new System.Drawing.Point(2, 209);
     this.mnuPanel4.Name = "mnuPanel4";
     this.mnuPanel4.Size = new System.Drawing.Size(779, 146);
     this.mnuPanel4.TabIndex = 34;
     //
     // gcIvtCheckDetail
     //
     this.gcIvtCheckDetail.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcIvtCheckDetail.ColorFieldName = null;
     this.gcIvtCheckDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcIvtCheckDetail.Editable = true;
     this.gcIvtCheckDetail.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcIvtCheckDetail.ImageFields")));
     this.gcIvtCheckDetail.Location = new System.Drawing.Point(2, 2);
     this.gcIvtCheckDetail.MainView = this.gvIvtCheckDetail;
     this.gcIvtCheckDetail.Name = "gcIvtCheckDetail";
     this.gcIvtCheckDetail.PopupMnu = null;
     this.gcIvtCheckDetail.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcIvtCheckDetail.PopupTextFields")));
     this.gcIvtCheckDetail.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcIvtCheckDetail.PopupTextFieldsReadOnly")));
     this.gcIvtCheckDetail.PropName = "PropName";
     this.gcIvtCheckDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemLookUpEdit1,
     this.repLoc,
     this.repositoryItemSpinEdit1,
     this.repSupp});
     this.gcIvtCheckDetail.RightMenu = null;
     this.gcIvtCheckDetail.RowCellColorStyleSource = null;
     this.gcIvtCheckDetail.ShadowDataSource = null;
     this.gcIvtCheckDetail.ShadowDataSourceKey = "Guid";
     this.gcIvtCheckDetail.ShowIndicator = true;
     this.gcIvtCheckDetail.ShowRowNumber = true;
     this.gcIvtCheckDetail.Size = new System.Drawing.Size(775, 111);
     this.gcIvtCheckDetail.TabIndex = 11;
     this.gcIvtCheckDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvIvtCheckDetail});
     this.gcIvtCheckDetail.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcIvtCheckDetail_RowCellDoubleClick);
     //
     // gvIvtCheckDetail
     //
     this.gvIvtCheckDetail.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvIvtCheckDetail.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvIvtCheckDetail.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvIvtCheckDetail.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvIvtCheckDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn1,
     this.gridColumn2,
     this.ColLocName,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn15});
     this.gvIvtCheckDetail.GridControl = this.gcIvtCheckDetail;
     this.gvIvtCheckDetail.IndicatorWidth = 44;
     this.gvIvtCheckDetail.Name = "gvIvtCheckDetail";
     this.gvIvtCheckDetail.OptionsView.ColumnAutoWidth = false;
     this.gvIvtCheckDetail.OptionsView.ShowAutoFilterRow = true;
     this.gvIvtCheckDetail.OptionsView.ShowGroupPanel = false;
     this.gvIvtCheckDetail.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvIvtCheckDetail_CellValueChanging);
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "物料货号";
     this.gridColumn9.FieldName = "MaterialNo";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 0;
     this.gridColumn9.Width = 94;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "物料名称";
     this.gridColumn10.FieldName = "MaterialName";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 1;
     this.gridColumn10.Width = 129;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "仓库";
     this.gridColumn1.FieldName = "WareName";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 3;
     this.gridColumn1.Width = 89;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "区域";
     this.gridColumn2.FieldName = "AreaName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 4;
     this.gridColumn2.Width = 113;
     //
     // ColLocName
     //
     this.ColLocName.Caption = "库位";
     this.ColLocName.ColumnEdit = this.repLoc;
     this.ColLocName.FieldName = "LocName";
     this.ColLocName.Name = "ColLocName";
     this.ColLocName.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.ColLocName.Visible = true;
     this.ColLocName.VisibleIndex = 5;
     this.ColLocName.Width = 247;
     //
     // repLoc
     //
     this.repLoc.AutoHeight = false;
     this.repLoc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repLoc.DisplayMember = "LocName";
     this.repLoc.Name = "repLoc";
     this.repLoc.NullText = "[请选择库位]";
     this.repLoc.ValueMember = "LocName";
     this.repLoc.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn3,
     this.gridColumn11,
     this.gridColumn12});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowAutoFilterRow = true;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "仓库";
     this.gridColumn3.FieldName = "WareName";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 0;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "区域";
     this.gridColumn11.FieldName = "AreaName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 1;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "库位";
     this.gridColumn12.FieldName = "LocName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.gridColumn4.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn4.Caption = "盘点数";
     this.gridColumn4.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn4.FieldName = "Num";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width = 63;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
     9999999,
     0,
     0,
     0});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "单位";
     this.gridColumn5.FieldName = "Unit";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 6;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "供应商";
     this.gridColumn15.ColumnEdit = this.repSupp;
     this.gridColumn15.FieldName = "SuppName";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn15.Width = 120;
     //
     // repSupp
     //
     this.repSupp.AutoHeight = false;
     this.repSupp.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repSupp.DisplayMember = "SuppName";
     this.repSupp.Name = "repSupp";
     this.repSupp.NullText = "";
     this.repSupp.ValueMember = "SuppName";
     this.repSupp.View = this.gridView1;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn17});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "供应商";
     this.gridColumn17.FieldName = "SuppName";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 0;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText = "[请选择供应商]";
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.btnDelItem);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl3.Location = new System.Drawing.Point(2, 113);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(775, 31);
     this.panelControl3.TabIndex = 10;
     //
     // btnDelItem
     //
     this.btnDelItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDelItem.Location = new System.Drawing.Point(9, 5);
     this.btnDelItem.Name = "btnDelItem";
     this.btnDelItem.Size = new System.Drawing.Size(97, 23);
     this.btnDelItem.TabIndex = 9;
     this.btnDelItem.Text = "移除所选商品";
     this.btnDelItem.Click += new System.EventHandler(this.btnDelItem_Click);
     //
     // mnuPanel3
     //
     this.mnuPanel3.Controls.Add(this.gcItem);
     this.mnuPanel3.Controls.Add(this.pgr1);
     this.mnuPanel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.mnuPanel3.Location = new System.Drawing.Point(2, 38);
     this.mnuPanel3.Name = "mnuPanel3";
     this.mnuPanel3.Size = new System.Drawing.Size(779, 171);
     this.mnuPanel3.TabIndex = 31;
     //
     // gcItem
     //
     this.gcItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcItem.ColorFieldName = null;
     this.gcItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.ImageFields")));
     this.gcItem.Location = new System.Drawing.Point(2, 2);
     this.gcItem.MainView = this.gvItem;
     this.gcItem.Name = "gcItem";
     this.gcItem.PopupMnu = null;
     this.gcItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFields")));
     this.gcItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFieldsReadOnly")));
     this.gcItem.PropName = "PropName";
     this.gcItem.RightMenu = null;
     this.gcItem.RowCellColorStyleSource = null;
     this.gcItem.ShadowDataSource = null;
     this.gcItem.ShadowDataSourceKey = "Guid";
     this.gcItem.ShowIndicator = true;
     this.gcItem.ShowRowNumber = true;
     this.gcItem.Size = new System.Drawing.Size(775, 139);
     this.gcItem.TabIndex = 31;
     this.gcItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvItem});
     this.gcItem.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcItem_RowCellDoubleClick);
     //
     // gvItem
     //
     this.gvItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn8});
     this.gvItem.GridControl = this.gcItem;
     this.gvItem.IndicatorWidth = 44;
     this.gvItem.Name = "gvItem";
     this.gvItem.OptionsBehavior.Editable = false;
     this.gvItem.OptionsView.ColumnAutoWidth = false;
     this.gvItem.OptionsView.ShowAutoFilterRow = true;
     this.gvItem.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "物料货号";
     this.gridColumn13.FieldName = "MaterialNo";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 0;
     this.gridColumn13.Width = 94;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "物料名称";
     this.gridColumn14.FieldName = "MaterialName";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     this.gridColumn14.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 1;
     this.gridColumn14.Width = 130;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "单位";
     this.gridColumn8.FieldName = "Unit";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 2;
     this.gridColumn8.Width = 169;
     //
     // pgr1
     //
     this.pgr1.Caller = null;
     this.pgr1.Counts = 0;
     this.pgr1.CurrentPage = 1;
     this.pgr1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr1.Grid = this.gcItem;
     this.pgr1.Location = new System.Drawing.Point(2, 141);
     this.pgr1.Name = "pgr1";
     this.pgr1.OrderBy = null;
     this.pgr1.PageCount = 0;
     this.pgr1.PageSize = 500;
     this.pgr1.PrefixWhr = null;
     this.pgr1.ResultData = null;
     this.pgr1.Size = new System.Drawing.Size(775, 28);
     this.pgr1.TabIndex = 30;
     //
     // mnuPanel2
     //
     this.mnuPanel2.Controls.Add(this.txtCheckTime);
     this.mnuPanel2.Controls.Add(this.txtCheckUser);
     this.mnuPanel2.Controls.Add(this.txtCheckNo);
     this.mnuPanel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.mnuPanel2.Location = new System.Drawing.Point(2, 2);
     this.mnuPanel2.Name = "mnuPanel2";
     this.mnuPanel2.Size = new System.Drawing.Size(787, 31);
     this.mnuPanel2.TabIndex = 30;
     //
     // txtCheckTime
     //
     this.txtCheckTime.EditValue = null;
     this.txtCheckTime.Location = new System.Drawing.Point(425, 5);
     this.txtCheckTime.Name = "txtCheckTime";
     serializableAppearanceObject2.Options.UseTextOptions = true;
     serializableAppearanceObject2.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtCheckTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "盘点时间", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
     this.txtCheckTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtCheckTime.Size = new System.Drawing.Size(224, 21);
     this.txtCheckTime.TabIndex = 25;
     //
     // txtCheckUser
     //
     this.txtCheckUser.EditValue = "";
     this.txtCheckUser.LabelText = "盘点人";
     this.txtCheckUser.Location = new System.Drawing.Point(221, 5);
     this.txtCheckUser.Name = "txtCheckUser";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtCheckUser.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "盘点人", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)});
     this.txtCheckUser.Properties.ReadOnly = true;
     this.txtCheckUser.Size = new System.Drawing.Size(198, 21);
     this.txtCheckUser.TabIndex = 24;
     //
     // mnuPanel1
     //
     this.mnuPanel1.Controls.Add(this.panelControl1);
     this.mnuPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mnuPanel1.Location = new System.Drawing.Point(2, 33);
     this.mnuPanel1.Name = "mnuPanel1";
     this.mnuPanel1.Size = new System.Drawing.Size(787, 361);
     this.mnuPanel1.TabIndex = 31;
     //
     // MaterialIvtCheckView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(791, 442);
     this.Name = "MaterialIvtCheckView";
     this.Text = "编辑";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.IvtCheckView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtCheckNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtItem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel4)).EndInit();
     this.mnuPanel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcIvtCheckDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvIvtCheckDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSupp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel3)).EndInit();
     this.mnuPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel2)).EndInit();
     this.mnuPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtCheckTime.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCheckTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCheckUser.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel1)).EndInit();
     this.mnuPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }