예제 #1
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.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.labelTextBox1 = new Ultra.FASControls.LabelTextBox();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider();
     ((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.labelTextBox1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(195, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(110, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(350, 193);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.memoEdit1);
     this.pnlFill.Controls.Add(this.labelControl1);
     this.pnlFill.Controls.Add(this.labelTextBox1);
     this.pnlFill.Size = new System.Drawing.Size(350, 147);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 147);
     this.pnlBottom.Size = new System.Drawing.Size(350, 46);
     //
     // labelTextBox1
     //
     this.labelTextBox1.EditValue = "";
     this.labelTextBox1.LabelText = "售后单号";
     this.labelTextBox1.Location = new System.Drawing.Point(12, 12);
     this.labelTextBox1.Name = "labelTextBox1";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.labelTextBox1.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)});
     this.labelTextBox1.Properties.ReadOnly = true;
     this.labelTextBox1.Size = new System.Drawing.Size(332, 21);
     this.labelTextBox1.TabIndex = 9;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 49);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(24, 14);
     this.labelControl1.TabIndex = 10;
     this.labelControl1.Text = "备注";
     //
     // memoEdit1
     //
     this.memoEdit1.Location = new System.Drawing.Point(42, 47);
     this.memoEdit1.Name = "memoEdit1";
     this.memoEdit1.Properties.MaxLength = 200;
     this.memoEdit1.Size = new System.Drawing.Size(302, 96);
     this.memoEdit1.TabIndex = 11;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "必须填写";
     conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.memoEdit1, conditionValidationRule1);
     //
     // InvalidAfterSale
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(350, 193);
     this.Name = "InvalidAfterSale";
     this.Text = "作废";
     this.Load += new System.EventHandler(this.InvalidAdjView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     this.pnlFill.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.labelTextBox1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <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(InStockView));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.txtinstckno = new Ultra.FASControls.LabelTextBox();
     this.txtouterno = new Ultra.FASControls.LabelTextBox();
     this.supplierEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.tbMain = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.gcUnAudit = new Ultra.FASControls.GridControlEx();
     this.gvUnAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn52 = 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.pgr1 = new Ultra.FASControls.InStockPager();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAudit = new Ultra.FASControls.GridControlEx();
     this.gvAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr2 = new Ultra.FASControls.InStockPager();
     this.xtraTabPage7 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAllAudit = new Ultra.FASControls.GridControlEx();
     this.gvAllAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn71 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr3 = new Ultra.FASControls.InStockPager();
     this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
     this.gcInvalid = new Ultra.FASControls.GridControlEx();
     this.gvInvalid = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr4 = new Ultra.FASControls.InStockPager();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.tbDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtbInStork = new DevExpress.XtraTab.XtraTabPage();
     this.gc = new Ultra.FASControls.GridControlEx();
     this.gv = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gcistknum = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rspinstock = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rspSuppName = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtbItem = new DevExpress.XtraTab.XtraTabPage();
     this.gcNeedItem = new Ultra.FASControls.GridControlEx();
     this.gvNeedItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn53 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn63 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn64 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn65 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn66 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn67 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn68 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn69 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn70 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtbLog = new DevExpress.XtraTab.XtraTabPage();
     this.gcLog = new Ultra.FASControls.GridControlEx();
     this.gvLog = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtinstckno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtouterno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.supplierEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMain)).BeginInit();
     this.tbMain.SuspendLayout();
     this.xtraTabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcUnAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvUnAudit)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).BeginInit();
     this.xtraTabPage7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAllAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAllAudit)).BeginInit();
     this.xtraTabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbDetail)).BeginInit();
     this.tbDetail.SuspendLayout();
     this.xtbInStork.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspinstock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     this.xtbItem.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcNeedItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvNeedItem)).BeginInit();
     this.xtbLog.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcLog)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLog)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "New_16x16.png");
     this.imageList1.Images.SetKeyName(1, "New_32x32.png");
     this.imageList1.Images.SetKeyName(2, "Edit_16x16.png");
     this.imageList1.Images.SetKeyName(3, "Edit_32x32.png");
     this.imageList1.Images.SetKeyName(4, "Delete_16x16.png");
     this.imageList1.Images.SetKeyName(5, "Delete_32x32.png");
     this.imageList1.Images.SetKeyName(6, "Refresh_16x16.png");
     this.imageList1.Images.SetKeyName(7, "Refresh_32x32.png");
     this.imageList1.Images.SetKeyName(8, "Export_16x16.png");
     this.imageList1.Images.SetKeyName(9, "Export_32x32.png");
     this.imageList1.Images.SetKeyName(10, "GroupsAndItems.Icon.png");
     this.imageList1.Images.SetKeyName(11, "ExportXlsxLarge.png");
     this.imageList1.Images.SetKeyName(12, "ExportToExcel_16x16.png");
     this.imageList1.Images.SetKeyName(13, "ReView.png");
     this.imageList1.Images.SetKeyName(14, "agt_action_success.png");
     this.imageList1.Images.SetKeyName(15, "folder_deny.png");
     this.imageList1.Images.SetKeyName(16, "refuse.png");
     this.imageList1.Images.SetKeyName(17, "old_edit_redo.png");
     this.imageList1.Images.SetKeyName(18, "old_edit_undo.png");
     this.imageList1.Images.SetKeyName(19, "lock.png");
     this.imageList1.Images.SetKeyName(20, "CustomerInfoCards_32x32.png");
     this.imageList1.Images.SetKeyName(21, "UserKey_32x32.png");
     this.imageList1.Images.SetKeyName(22, "unlock_yellow.png");
     this.imageList1.Images.SetKeyName(23, "media_playlist_clear.png");
     this.imageList1.Images.SetKeyName(24, "");
     this.imageList1.Images.SetKeyName(25, "");
     this.imageList1.Images.SetKeyName(26, "");
     this.imageList1.Images.SetKeyName(27, "");
     this.imageList1.Images.SetKeyName(28, "");
     this.imageList1.Images.SetKeyName(29, "");
     this.imageList1.Images.SetKeyName(30, "");
     this.imageList1.Images.SetKeyName(31, "");
     this.imageList1.Images.SetKeyName(32, "");
     this.imageList1.Images.SetKeyName(33, "");
     this.imageList1.Images.SetKeyName(34, "");
     this.imageList1.Images.SetKeyName(35, "");
     this.imageList1.Images.SetKeyName(36, "");
     this.imageList1.Images.SetKeyName(37, "");
     this.imageList1.Images.SetKeyName(38, "");
     this.imageList1.Images.SetKeyName(39, "");
     this.imageList1.Images.SetKeyName(40, "");
     this.imageList1.Images.SetKeyName(41, "");
     this.imageList1.Images.SetKeyName(42, "");
     this.imageList1.Images.SetKeyName(43, "");
     this.imageList1.Images.SetKeyName(44, "");
     this.imageList1.Images.SetKeyName(45, "");
     this.imageList1.Images.SetKeyName(46, "");
     this.imageList1.Images.SetKeyName(47, "");
     this.imageList1.Images.SetKeyName(48, "");
     this.imageList1.Images.SetKeyName(49, "");
     this.imageList1.Images.SetKeyName(50, "");
     this.imageList1.Images.SetKeyName(51, "");
     this.imageList1.Images.SetKeyName(52, "");
     this.imageList1.Images.SetKeyName(53, "");
     this.imageList1.Images.SetKeyName(54, "");
     this.imageList1.Images.SetKeyName(55, "");
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.txtinstckno);
     this.panelControl1.Controls.Add(this.txtouterno);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 57);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(780, 34);
     this.panelControl1.TabIndex = 4;
     //
     // txtinstckno
     //
     this.txtinstckno.LabelText = "入库单号";
     this.txtinstckno.Location = new System.Drawing.Point(211, 7);
     this.txtinstckno.MenuManager = this.baseBarMgr;
     this.txtinstckno.Name = "txtinstckno";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtinstckno.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.txtinstckno.Size = new System.Drawing.Size(213, 21);
     this.txtinstckno.TabIndex = 4;
     //
     // txtouterno
     //
     this.txtouterno.LabelText = "外部单号";
     this.txtouterno.Location = new System.Drawing.Point(5, 7);
     this.txtouterno.MenuManager = this.baseBarMgr;
     this.txtouterno.Name = "txtouterno";
     serializableAppearanceObject2.Options.UseTextOptions = true;
     serializableAppearanceObject2.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtouterno.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.txtouterno.Size = new System.Drawing.Size(200, 21);
     this.txtouterno.TabIndex = 3;
     //
     // supplierEdit1View
     //
     this.supplierEdit1View.Name = "supplierEdit1View";
     //
     // 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.xtraTabPage5;
     this.tbMain.Size = new System.Drawing.Size(780, 292);
     this.tbMain.TabIndex = 5;
     this.tbMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage5,
     this.xtraTabPage2,
     this.xtraTabPage7,
     this.xtraTabPage6});
     this.tbMain.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tbMain_SelectedPageChanged);
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.gcUnAudit);
     this.xtraTabPage5.Controls.Add(this.pgr1);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(774, 263);
     this.xtraTabPage5.Text = "未审核";
     //
     // gcUnAudit
     //
     this.gcUnAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcUnAudit.ColorFieldName = null;
     this.gcUnAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcUnAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.ImageFields")));
     this.gcUnAudit.Location = new System.Drawing.Point(0, 0);
     this.gcUnAudit.MainView = this.gvUnAudit;
     this.gcUnAudit.MenuManager = this.baseBarMgr;
     this.gcUnAudit.Name = "gcUnAudit";
     this.gcUnAudit.PopupMnu = null;
     this.gcUnAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.PopupTextFields")));
     this.gcUnAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.PopupTextFieldsReadOnly")));
     this.gcUnAudit.PropName = "PropName";
     this.gcUnAudit.RightMenu = null;
     this.gcUnAudit.RowCellColorStyleSource = null;
     this.gcUnAudit.ShadowDataSource = null;
     this.gcUnAudit.ShadowDataSourceKey = "Guid";
     this.gcUnAudit.ShowIndicator = true;
     this.gcUnAudit.ShowRowNumber = true;
     this.gcUnAudit.Size = new System.Drawing.Size(774, 235);
     this.gcUnAudit.TabIndex = 7;
     this.gcUnAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvUnAudit});
     //
     // gvUnAudit
     //
     this.gvUnAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvUnAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvUnAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvUnAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvUnAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn43,
     this.gridColumn3,
     this.gridColumn52,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6});
     this.gvUnAudit.GridControl = this.gcUnAudit;
     this.gvUnAudit.IndicatorWidth = 44;
     this.gvUnAudit.Name = "gvUnAudit";
     this.gvUnAudit.OptionsBehavior.Editable = false;
     this.gvUnAudit.OptionsView.ColumnAutoWidth = false;
     this.gvUnAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvUnAudit.OptionsView.ShowGroupPanel = false;
     this.gvUnAudit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "入库单号";
     this.gridColumn1.FieldName = "StockNo";
     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 = "SuppName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn43
     //
     this.gridColumn43.Caption = "外部单号";
     this.gridColumn43.FieldName = "OuterNo";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "采购单号";
     this.gridColumn3.FieldName = "PurchNo";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn52
     //
     this.gridColumn52.Caption = "采购数量";
     this.gridColumn52.FieldName = "PurchNum";
     this.gridColumn52.Name = "gridColumn52";
     this.gridColumn52.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "入库仓库";
     this.gridColumn4.FieldName = "WareName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "制单人";
     this.gridColumn5.FieldName = "UserName";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 2;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "制单时间";
     this.gridColumn6.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn6.FieldName = "CreateDate";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 3;
     //
     // 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.gcUnAudit;
     this.pgr1.Location = new System.Drawing.Point(0, 235);
     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(774, 28);
     this.pgr1.TabIndex = 6;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gcAudit);
     this.xtraTabPage2.Controls.Add(this.pgr2);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.PageEnabled = false;
     this.xtraTabPage2.PageVisible = false;
     this.xtraTabPage2.Size = new System.Drawing.Size(774, 263);
     this.xtraTabPage2.Text = "部分入库";
     //
     // gcAudit
     //
     this.gcAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcAudit.ColorFieldName = null;
     this.gcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.ImageFields")));
     this.gcAudit.Location = new System.Drawing.Point(0, 0);
     this.gcAudit.MainView = this.gvAudit;
     this.gcAudit.MenuManager = this.baseBarMgr;
     this.gcAudit.Name = "gcAudit";
     this.gcAudit.PopupMnu = null;
     this.gcAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFields")));
     this.gcAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFieldsReadOnly")));
     this.gcAudit.PropName = "PropName";
     this.gcAudit.RightMenu = null;
     this.gcAudit.RowCellColorStyleSource = null;
     this.gcAudit.ShadowDataSource = null;
     this.gcAudit.ShadowDataSourceKey = "Guid";
     this.gcAudit.ShowRowNumber = true;
     this.gcAudit.Size = new System.Drawing.Size(774, 230);
     this.gcAudit.TabIndex = 8;
     this.gcAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAudit});
     //
     // gvAudit
     //
     this.gvAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn27,
     this.gridColumn28,
     this.gridColumn29,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn16,
     this.gridColumn30,
     this.gridColumn31,
     this.gridColumn32});
     this.gvAudit.GridControl = this.gcAudit;
     this.gvAudit.IndicatorWidth = 44;
     this.gvAudit.Name = "gvAudit";
     this.gvAudit.OptionsBehavior.Editable = false;
     this.gvAudit.OptionsView.ColumnAutoWidth = false;
     this.gvAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvAudit.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "入库单号";
     this.gridColumn27.FieldName = "StockNo";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 0;
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "供应商";
     this.gridColumn28.FieldName = "SuppName";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 1;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "采购单号";
     this.gridColumn29.FieldName = "PurchNo";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 2;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "采购数量";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "入库数量";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "未入库数量";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "入库仓库";
     this.gridColumn30.FieldName = "WareName";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "建单人";
     this.gridColumn31.FieldName = "UserName";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 5;
     //
     // gridColumn32
     //
     this.gridColumn32.Caption = "建单时间";
     this.gridColumn32.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn32.FieldName = "CreateDate";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 6;
     //
     // pgr2
     //
     this.pgr2.Caller = null;
     this.pgr2.Counts = 0;
     this.pgr2.CurrentPage = 1;
     this.pgr2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr2.Grid = this.gcAudit;
     this.pgr2.Location = new System.Drawing.Point(0, 230);
     this.pgr2.Name = "pgr2";
     this.pgr2.OrderBy = null;
     this.pgr2.PageCount = 0;
     this.pgr2.PageSize = 10;
     this.pgr2.PrefixWhr = null;
     this.pgr2.ResultData = null;
     this.pgr2.Size = new System.Drawing.Size(774, 33);
     this.pgr2.TabIndex = 7;
     //
     // xtraTabPage7
     //
     this.xtraTabPage7.Controls.Add(this.gcAllAudit);
     this.xtraTabPage7.Controls.Add(this.pgr3);
     this.xtraTabPage7.Name = "xtraTabPage7";
     this.xtraTabPage7.Size = new System.Drawing.Size(774, 263);
     this.xtraTabPage7.Text = "已审核";
     //
     // gcAllAudit
     //
     this.gcAllAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcAllAudit.ColorFieldName = null;
     this.gcAllAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAllAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAllAudit.ImageFields")));
     this.gcAllAudit.Location = new System.Drawing.Point(0, 0);
     this.gcAllAudit.MainView = this.gvAllAudit;
     this.gcAllAudit.MenuManager = this.baseBarMgr;
     this.gcAllAudit.Name = "gcAllAudit";
     this.gcAllAudit.PopupMnu = null;
     this.gcAllAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAllAudit.PopupTextFields")));
     this.gcAllAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAllAudit.PopupTextFieldsReadOnly")));
     this.gcAllAudit.PropName = "PropName";
     this.gcAllAudit.RightMenu = null;
     this.gcAllAudit.RowCellColorStyleSource = null;
     this.gcAllAudit.ShadowDataSource = null;
     this.gcAllAudit.ShadowDataSourceKey = "Guid";
     this.gcAllAudit.ShowIndicator = true;
     this.gcAllAudit.ShowRowNumber = true;
     this.gcAllAudit.Size = new System.Drawing.Size(774, 230);
     this.gcAllAudit.TabIndex = 8;
     this.gcAllAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAllAudit});
     //
     // gvAllAudit
     //
     this.gvAllAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAllAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAllAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAllAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAllAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn18,
     this.gridColumn25,
     this.gridColumn45,
     this.gridColumn71,
     this.gridColumn46,
     this.gridColumn47,
     this.gridColumn48,
     this.gridColumn49,
     this.gridColumn50,
     this.gridColumn51});
     this.gvAllAudit.GridControl = this.gcAllAudit;
     this.gvAllAudit.IndicatorWidth = 44;
     this.gvAllAudit.Name = "gvAllAudit";
     this.gvAllAudit.OptionsBehavior.Editable = false;
     this.gvAllAudit.OptionsView.ColumnAutoWidth = false;
     this.gvAllAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvAllAudit.OptionsView.ShowGroupPanel = false;
     this.gvAllAudit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "入库单号";
     this.gridColumn18.FieldName = "StockNo";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 0;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "供应商";
     this.gridColumn25.FieldName = "SuppName";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn45
     //
     this.gridColumn45.Caption = "采购单号";
     this.gridColumn45.FieldName = "PurchNo";
     this.gridColumn45.Name = "gridColumn45";
     this.gridColumn45.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn71
     //
     this.gridColumn71.Caption = "外部单号";
     this.gridColumn71.FieldName = "OuterNo";
     this.gridColumn71.Name = "gridColumn71";
     this.gridColumn71.OptionsColumn.AllowEdit = false;
     this.gridColumn71.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn71.Visible = true;
     this.gridColumn71.VisibleIndex = 2;
     //
     // gridColumn46
     //
     this.gridColumn46.Caption = "采购数量";
     this.gridColumn46.Name = "gridColumn46";
     this.gridColumn46.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn47
     //
     this.gridColumn47.Caption = "入库数量";
     this.gridColumn47.Name = "gridColumn47";
     this.gridColumn47.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn48
     //
     this.gridColumn48.Caption = "未入库数量";
     this.gridColumn48.Name = "gridColumn48";
     this.gridColumn48.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn49
     //
     this.gridColumn49.Caption = "入库仓库";
     this.gridColumn49.FieldName = "WareName";
     this.gridColumn49.Name = "gridColumn49";
     this.gridColumn49.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn50
     //
     this.gridColumn50.Caption = "建单人";
     this.gridColumn50.FieldName = "UserName";
     this.gridColumn50.Name = "gridColumn50";
     this.gridColumn50.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn50.Visible = true;
     this.gridColumn50.VisibleIndex = 3;
     //
     // gridColumn51
     //
     this.gridColumn51.Caption = "建单时间";
     this.gridColumn51.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn51.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn51.FieldName = "CreateDate";
     this.gridColumn51.Name = "gridColumn51";
     this.gridColumn51.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn51.Visible = true;
     this.gridColumn51.VisibleIndex = 4;
     //
     // pgr3
     //
     this.pgr3.Caller = null;
     this.pgr3.Counts = 0;
     this.pgr3.CurrentPage = 1;
     this.pgr3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr3.Grid = this.gcAllAudit;
     this.pgr3.Location = new System.Drawing.Point(0, 230);
     this.pgr3.Name = "pgr3";
     this.pgr3.OrderBy = null;
     this.pgr3.PageCount = 0;
     this.pgr3.PageSize = 500;
     this.pgr3.PrefixWhr = null;
     this.pgr3.ResultData = null;
     this.pgr3.Size = new System.Drawing.Size(774, 33);
     this.pgr3.TabIndex = 7;
     //
     // xtraTabPage6
     //
     this.xtraTabPage6.Controls.Add(this.gcInvalid);
     this.xtraTabPage6.Controls.Add(this.pgr4);
     this.xtraTabPage6.Name = "xtraTabPage6";
     this.xtraTabPage6.Size = new System.Drawing.Size(774, 263);
     this.xtraTabPage6.Text = "已作废";
     //
     // gcInvalid
     //
     this.gcInvalid.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInvalid.ColorFieldName = null;
     this.gcInvalid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInvalid.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.ImageFields")));
     this.gcInvalid.Location = new System.Drawing.Point(0, 0);
     this.gcInvalid.MainView = this.gvInvalid;
     this.gcInvalid.MenuManager = this.baseBarMgr;
     this.gcInvalid.Name = "gcInvalid";
     this.gcInvalid.PopupMnu = null;
     this.gcInvalid.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFields")));
     this.gcInvalid.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFieldsReadOnly")));
     this.gcInvalid.PropName = "PropName";
     this.gcInvalid.RightMenu = null;
     this.gcInvalid.RowCellColorStyleSource = null;
     this.gcInvalid.ShadowDataSource = null;
     this.gcInvalid.ShadowDataSourceKey = "Guid";
     this.gcInvalid.ShowIndicator = true;
     this.gcInvalid.ShowRowNumber = true;
     this.gcInvalid.Size = new System.Drawing.Size(774, 230);
     this.gcInvalid.TabIndex = 9;
     this.gcInvalid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInvalid});
     //
     // gvInvalid
     //
     this.gvInvalid.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInvalid.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInvalid.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn33,
     this.gridColumn34,
     this.gridColumn42,
     this.gridColumn35,
     this.gridColumn36,
     this.gridColumn39,
     this.gridColumn40,
     this.gridColumn41,
     this.gridColumn37,
     this.gridColumn38});
     this.gvInvalid.GridControl = this.gcInvalid;
     this.gvInvalid.IndicatorWidth = 44;
     this.gvInvalid.Name = "gvInvalid";
     this.gvInvalid.OptionsBehavior.Editable = false;
     this.gvInvalid.OptionsView.ColumnAutoWidth = false;
     this.gvInvalid.OptionsView.ShowAutoFilterRow = true;
     this.gvInvalid.OptionsView.ShowGroupPanel = false;
     this.gvInvalid.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn33
     //
     this.gridColumn33.Caption = "入库单号";
     this.gridColumn33.FieldName = "StockNo";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 0;
     //
     // gridColumn34
     //
     this.gridColumn34.Caption = "供应商";
     this.gridColumn34.FieldName = "SuppName";
     this.gridColumn34.Name = "gridColumn34";
     this.gridColumn34.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "外部单号";
     this.gridColumn42.FieldName = "OuterNo";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 2;
     //
     // gridColumn35
     //
     this.gridColumn35.Caption = "采购单号";
     this.gridColumn35.FieldName = "PurchNo";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn36
     //
     this.gridColumn36.Caption = "入库仓库";
     this.gridColumn36.FieldName = "WareName";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn39
     //
     this.gridColumn39.Caption = "作废人";
     this.gridColumn39.FieldName = "Invalider";
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn39.Visible = true;
     this.gridColumn39.VisibleIndex = 3;
     //
     // gridColumn40
     //
     this.gridColumn40.Caption = "作废时间";
     this.gridColumn40.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn40.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn40.FieldName = "InvalidTime";
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn40.Visible = true;
     this.gridColumn40.VisibleIndex = 4;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "作废原因";
     this.gridColumn41.FieldName = "InvalidRemark";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 5;
     //
     // gridColumn37
     //
     this.gridColumn37.Caption = "建单人";
     this.gridColumn37.FieldName = "UserName";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn37.Visible = true;
     this.gridColumn37.VisibleIndex = 6;
     //
     // gridColumn38
     //
     this.gridColumn38.Caption = "建单时间";
     this.gridColumn38.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn38.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn38.FieldName = "CreateDate";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 7;
     //
     // pgr4
     //
     this.pgr4.Caller = null;
     this.pgr4.Counts = 0;
     this.pgr4.CurrentPage = 1;
     this.pgr4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr4.Grid = this.gcInvalid;
     this.pgr4.Location = new System.Drawing.Point(0, 230);
     this.pgr4.Name = "pgr4";
     this.pgr4.OrderBy = null;
     this.pgr4.PageCount = 0;
     this.pgr4.PageSize = 500;
     this.pgr4.PrefixWhr = null;
     this.pgr4.ResultData = null;
     this.pgr4.Size = new System.Drawing.Size(774, 33);
     this.pgr4.TabIndex = 8;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 91);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.tbMain);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.tbDetail);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(780, 429);
     this.splitContainerControl1.SplitterPosition = 292;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // tbDetail
     //
     this.tbDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbDetail.Location = new System.Drawing.Point(0, 0);
     this.tbDetail.Name = "tbDetail";
     this.tbDetail.SelectedTabPage = this.xtbInStork;
     this.tbDetail.Size = new System.Drawing.Size(780, 132);
     this.tbDetail.TabIndex = 0;
     this.tbDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtbItem,
     this.xtbInStork,
     this.xtbLog});
     //
     // xtbInStork
     //
     this.xtbInStork.Controls.Add(this.gc);
     this.xtbInStork.Name = "xtbInStork";
     this.xtbInStork.PageEnabled = false;
     this.xtbInStork.PageVisible = false;
     this.xtbInStork.Size = new System.Drawing.Size(774, 103);
     this.xtbInStork.Text = "入库明细";
     //
     // gc
     //
     this.gc.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gc.ColorFieldName = null;
     this.gc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gc.Editable = true;
     this.gc.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gc.ImageFields")));
     this.gc.Location = new System.Drawing.Point(0, 0);
     this.gc.MainView = this.gv;
     this.gc.Name = "gc";
     this.gc.PopupMnu = null;
     this.gc.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gc.PopupTextFields")));
     this.gc.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gc.PopupTextFieldsReadOnly")));
     this.gc.PropName = "PropName";
     this.gc.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemSpinEdit1,
     this.rspSuppName,
     this.rspinstock});
     this.gc.RightMenu = null;
     this.gc.RowCellColorStyleSource = null;
     this.gc.ShadowDataSource = null;
     this.gc.ShadowDataSourceKey = "Guid";
     this.gc.ShowIndicator = true;
     this.gc.ShowRowNumber = true;
     this.gc.Size = new System.Drawing.Size(774, 103);
     this.gc.TabIndex = 13;
     this.gc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gv});
     //
     // gv
     //
     this.gv.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gv.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gv.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gv.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gv.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn15,
     this.gridColumn20,
     this.gridColumn21,
     this.gridColumn22,
     this.gridColumn23,
     this.gridColumn10,
     this.gcistknum,
     this.gridColumn17,
     this.gridColumn19,
     this.gridColumn24,
     this.gridColumn44});
     this.gv.GridControl = this.gc;
     this.gv.IndicatorWidth = 44;
     this.gv.Name = "gv";
     this.gv.OptionsView.ColumnAutoWidth = false;
     this.gv.OptionsView.ShowAutoFilterRow = true;
     this.gv.OptionsView.ShowFooter = true;
     this.gv.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "供应商";
     this.gridColumn15.FieldName = "SuppName";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn15.Width = 127;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "商品编码";
     this.gridColumn20.FieldName = "TopOuterIid";
     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 = 1;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "规格编码";
     this.gridColumn21.FieldName = "TopOuterSkuId";
     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 = 2;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "商品名称";
     this.gridColumn22.FieldName = "ItemName";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 3;
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "规格名称";
     this.gridColumn23.FieldName = "SkuProperties";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 4;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.gridColumn10.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn10.Caption = "最大可入库数";
     this.gridColumn10.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn10.FieldName = "CanAssignNum";
     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 = 4;
     this.gridColumn10.Width = 107;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.DisplayFormat.FormatString = "N0";
     this.repositoryItemSpinEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemSpinEdit1.EditFormat.FormatString = "N0";
     this.repositoryItemSpinEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
     999999,
     0,
     0,
     0});
     this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gcistknum
     //
     this.gcistknum.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.gcistknum.AppearanceCell.Options.UseBackColor = true;
     this.gcistknum.Caption = "入库数量";
     this.gcistknum.ColumnEdit = this.rspinstock;
     this.gcistknum.FieldName = "InStockNum";
     this.gcistknum.Name = "gcistknum";
     this.gcistknum.OptionsColumn.AllowEdit = false;
     this.gcistknum.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gcistknum.Visible = true;
     this.gcistknum.VisibleIndex = 5;
     this.gcistknum.Width = 98;
     //
     // rspinstock
     //
     this.rspinstock.AutoHeight = false;
     this.rspinstock.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.rspinstock.DisplayFormat.FormatString = "N0";
     this.rspinstock.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.rspinstock.EditFormat.FormatString = "N0";
     this.rspinstock.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.rspinstock.IsFloatValue = false;
     this.rspinstock.Mask.EditMask = "N00";
     this.rspinstock.MaxValue = new decimal(new int[] {
     99999999,
     0,
     0,
     0});
     this.rspinstock.Name = "rspinstock";
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "未入库数";
     this.gridColumn17.FieldName = "UnAuditNum";
     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 = 7;
     this.gridColumn17.Width = 105;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "入库仓库";
     this.gridColumn19.FieldName = "WareName";
     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 = 8;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "包件数";
     this.gridColumn24.FieldName = "PackageCount";
     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 = 9;
     //
     // gridColumn44
     //
     this.gridColumn44.Caption = "备注";
     this.gridColumn44.FieldName = "Remark";
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.OptionsColumn.AllowEdit = false;
     this.gridColumn44.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn44.Visible = true;
     this.gridColumn44.VisibleIndex = 10;
     this.gridColumn44.Width = 120;
     //
     // 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.ValueMember = "SuppName";
     this.rspSuppName.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn26});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "供应商";
     this.gridColumn26.FieldName = "SuppName";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 0;
     //
     // xtbItem
     //
     this.xtbItem.Controls.Add(this.gcNeedItem);
     this.xtbItem.Name = "xtbItem";
     this.xtbItem.Size = new System.Drawing.Size(774, 103);
     this.xtbItem.Text = "商品信息";
     //
     // gcNeedItem
     //
     this.gcNeedItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcNeedItem.ColorFieldName = null;
     this.gcNeedItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcNeedItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcNeedItem.ImageFields")));
     this.gcNeedItem.Location = new System.Drawing.Point(0, 0);
     this.gcNeedItem.MainView = this.gvNeedItem;
     this.gcNeedItem.Name = "gcNeedItem";
     this.gcNeedItem.PopupMnu = null;
     this.gcNeedItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcNeedItem.PopupTextFields")));
     this.gcNeedItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcNeedItem.PopupTextFieldsReadOnly")));
     this.gcNeedItem.PropName = "PropName";
     this.gcNeedItem.RightMenu = null;
     this.gcNeedItem.RowCellColorStyleSource = null;
     this.gcNeedItem.ShadowDataSource = null;
     this.gcNeedItem.ShadowDataSourceKey = "Guid";
     this.gcNeedItem.ShowIndicator = true;
     this.gcNeedItem.ShowRowNumber = true;
     this.gcNeedItem.Size = new System.Drawing.Size(774, 103);
     this.gcNeedItem.TabIndex = 3;
     this.gcNeedItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvNeedItem});
     //
     // gvNeedItem
     //
     this.gvNeedItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvNeedItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvNeedItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvNeedItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvNeedItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn53,
     this.gridColumn54,
     this.gridColumn55,
     this.gridColumn56,
     this.gridColumn57,
     this.gridColumn58,
     this.gridColumn59,
     this.gridColumn60,
     this.gridColumn61,
     this.gridColumn62,
     this.gridColumn63,
     this.gridColumn64,
     this.gridColumn65,
     this.gridColumn66,
     this.gridColumn67,
     this.gridColumn68,
     this.gridColumn69,
     this.gridColumn70});
     this.gvNeedItem.GridControl = this.gcNeedItem;
     this.gvNeedItem.IndicatorWidth = 44;
     this.gvNeedItem.Name = "gvNeedItem";
     this.gvNeedItem.OptionsBehavior.Editable = false;
     this.gvNeedItem.OptionsView.ColumnAutoWidth = false;
     this.gvNeedItem.OptionsView.ShowAutoFilterRow = true;
     this.gvNeedItem.OptionsView.ShowFooter = true;
     this.gvNeedItem.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn53
     //
     this.gridColumn53.Caption = "买家";
     this.gridColumn53.FieldName = "BuyerNick";
     this.gridColumn53.Name = "gridColumn53";
     this.gridColumn53.OptionsColumn.AllowEdit = false;
     this.gridColumn53.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn54
     //
     this.gridColumn54.Caption = "商品编码";
     this.gridColumn54.FieldName = "OuterIid";
     this.gridColumn54.Name = "gridColumn54";
     this.gridColumn54.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn54.Visible = true;
     this.gridColumn54.VisibleIndex = 0;
     //
     // gridColumn55
     //
     this.gridColumn55.Caption = "规格编码";
     this.gridColumn55.FieldName = "OuterSkuId";
     this.gridColumn55.Name = "gridColumn55";
     this.gridColumn55.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn55.Visible = true;
     this.gridColumn55.VisibleIndex = 1;
     //
     // gridColumn56
     //
     this.gridColumn56.Caption = "商品名称";
     this.gridColumn56.FieldName = "ItemName";
     this.gridColumn56.Name = "gridColumn56";
     this.gridColumn56.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn56.Visible = true;
     this.gridColumn56.VisibleIndex = 2;
     //
     // gridColumn57
     //
     this.gridColumn57.Caption = "规格名称";
     this.gridColumn57.FieldName = "SkuProperties";
     this.gridColumn57.Name = "gridColumn57";
     this.gridColumn57.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn57.Visible = true;
     this.gridColumn57.VisibleIndex = 3;
     //
     // gridColumn58
     //
     this.gridColumn58.Caption = "颜色";
     this.gridColumn58.Name = "gridColumn58";
     this.gridColumn58.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn59
     //
     this.gridColumn59.Caption = "采购数量";
     this.gridColumn59.FieldName = "AssignItemNum";
     this.gridColumn59.Name = "gridColumn59";
     this.gridColumn59.OptionsColumn.AllowEdit = false;
     this.gridColumn59.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn60
     //
     this.gridColumn60.Caption = "实际来货数量";
     this.gridColumn60.FieldName = "AssignedNum";
     this.gridColumn60.Name = "gridColumn60";
     this.gridColumn60.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn60.Width = 85;
     //
     // gridColumn61
     //
     this.gridColumn61.Caption = "入库数";
     this.gridColumn61.FieldName = "Num";
     this.gridColumn61.Name = "gridColumn61";
     this.gridColumn61.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn61.Visible = true;
     this.gridColumn61.VisibleIndex = 7;
     //
     // gridColumn62
     //
     this.gridColumn62.Caption = "取消数量";
     this.gridColumn62.FieldName = "CancelNum";
     this.gridColumn62.Name = "gridColumn62";
     this.gridColumn62.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn63
     //
     this.gridColumn63.Caption = "参考成本";
     this.gridColumn63.FieldName = "CostPrice";
     this.gridColumn63.Name = "gridColumn63";
     this.gridColumn63.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn64
     //
     this.gridColumn64.Caption = "实际成本";
     this.gridColumn64.FieldName = "RealPrice";
     this.gridColumn64.Name = "gridColumn64";
     this.gridColumn64.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn65
     //
     this.gridColumn65.Caption = "合计成本";
     this.gridColumn65.FieldName = "SumPrice";
     this.gridColumn65.Name = "gridColumn65";
     this.gridColumn65.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn66
     //
     this.gridColumn66.Caption = "入库仓库";
     this.gridColumn66.FieldName = "WareName";
     this.gridColumn66.Name = "gridColumn66";
     this.gridColumn66.OptionsColumn.AllowEdit = false;
     this.gridColumn66.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn66.Visible = true;
     this.gridColumn66.VisibleIndex = 4;
     //
     // gridColumn67
     //
     this.gridColumn67.Caption = "买家";
     this.gridColumn67.FieldName = "BuyerNick";
     this.gridColumn67.Name = "gridColumn67";
     this.gridColumn67.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn68
     //
     this.gridColumn68.Caption = "备注";
     this.gridColumn68.FieldName = "Remark";
     this.gridColumn68.Name = "gridColumn68";
     this.gridColumn68.OptionsColumn.AllowEdit = false;
     this.gridColumn68.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn68.Visible = true;
     this.gridColumn68.VisibleIndex = 9;
     //
     // gridColumn69
     //
     this.gridColumn69.Caption = "入库库位";
     this.gridColumn69.FieldName = "LocName";
     this.gridColumn69.Name = "gridColumn69";
     this.gridColumn69.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn69.Visible = true;
     this.gridColumn69.VisibleIndex = 6;
     //
     // gridColumn70
     //
     this.gridColumn70.Caption = "入库区域";
     this.gridColumn70.FieldName = "AreaName";
     this.gridColumn70.Name = "gridColumn70";
     this.gridColumn70.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn70.Visible = true;
     this.gridColumn70.VisibleIndex = 5;
     //
     // xtbLog
     //
     this.xtbLog.Controls.Add(this.gcLog);
     this.xtbLog.Name = "xtbLog";
     this.xtbLog.Size = new System.Drawing.Size(774, 103);
     this.xtbLog.Text = "操作记录";
     //
     // gcLog
     //
     this.gcLog.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcLog.ColorFieldName = null;
     this.gcLog.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcLog.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcLog.ImageFields")));
     this.gcLog.Location = new System.Drawing.Point(0, 0);
     this.gcLog.MainView = this.gvLog;
     this.gcLog.MenuManager = this.baseBarMgr;
     this.gcLog.Name = "gcLog";
     this.gcLog.PopupMnu = null;
     this.gcLog.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcLog.PopupTextFields")));
     this.gcLog.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcLog.PopupTextFieldsReadOnly")));
     this.gcLog.PropName = "PropName";
     this.gcLog.RightMenu = null;
     this.gcLog.RowCellColorStyleSource = null;
     this.gcLog.ShadowDataSource = null;
     this.gcLog.ShadowDataSourceKey = "Guid";
     this.gcLog.ShowIndicator = true;
     this.gcLog.ShowRowNumber = true;
     this.gcLog.Size = new System.Drawing.Size(774, 103);
     this.gcLog.TabIndex = 2;
     this.gcLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvLog});
     //
     // gvLog
     //
     this.gvLog.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvLog.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvLog.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvLog.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvLog.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn11,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn7,
     this.gridColumn12});
     this.gvLog.GridControl = this.gcLog;
     this.gvLog.IndicatorWidth = 44;
     this.gvLog.Name = "gvLog";
     this.gvLog.OptionsBehavior.Editable = false;
     this.gvLog.OptionsView.ColumnAutoWidth = false;
     this.gvLog.OptionsView.ShowAutoFilterRow = true;
     this.gvLog.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "操作人";
     this.gridColumn11.FieldName = "UserName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 0;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "动作";
     this.gridColumn8.FieldName = "ActionName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 1;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "描述";
     this.gridColumn9.FieldName = "ActionDesc";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 2;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "入库单号";
     this.gridColumn7.FieldName = "TradeNo";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 4;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "操作时间";
     this.gridColumn12.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn12.FieldName = "CreateDate";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 3;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(774, 263);
     //
     // InStockView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(780, 520);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.panelControl1);
     this.Name = "InStockView";
     this.Text = "商品入库";
     this.Load += new System.EventHandler(this.PackInStockView_Load);
     this.Controls.SetChildIndex(this.panelControl1, 0);
     this.Controls.SetChildIndex(this.splitContainerControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtinstckno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtouterno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.supplierEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMain)).EndInit();
     this.tbMain.ResumeLayout(false);
     this.xtraTabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcUnAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvUnAudit)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).EndInit();
     this.xtraTabPage7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAllAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAllAudit)).EndInit();
     this.xtraTabPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbDetail)).EndInit();
     this.tbDetail.ResumeLayout(false);
     this.xtbInStork.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspinstock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     this.xtbItem.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcNeedItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvNeedItem)).EndInit();
     this.xtbLog.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcLog)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLog)).EndInit();
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <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(IvtCollectView));
     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();
     this.pnlquery = new DevExpress.XtraEditors.PanelControl();
     this.txtsku = new Ultra.FASControls.LabelTextBox();
     this.txtitem = new Ultra.FASControls.LabelTextBox();
     this.loc = new Ultra.FASControls.BusControls.LocEdtGridEdit();
     this.locEdtGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.area = new Ultra.FASControls.BusControls.WareAreaGridEdit();
     this.wareAreaGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.wre = new Ultra.FASControls.BusControls.WareHouseGridEdit();
     this.wareHouseGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.pgr1 = new Ultra.FASControls.InventSelectPager();
     this.gridControlEx1 = new Ultra.FASControls.GridControlEx();
     this.gridView1 = 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.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = 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.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pnlquery)).BeginInit();
     this.pnlquery.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtsku.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.loc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.locEdtGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.area.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareAreaGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wre.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlEx1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "New_16x16.png");
     this.imageList1.Images.SetKeyName(1, "New_32x32.png");
     this.imageList1.Images.SetKeyName(2, "Edit_16x16.png");
     this.imageList1.Images.SetKeyName(3, "Edit_32x32.png");
     this.imageList1.Images.SetKeyName(4, "Delete_16x16.png");
     this.imageList1.Images.SetKeyName(5, "Delete_32x32.png");
     this.imageList1.Images.SetKeyName(6, "Refresh_16x16.png");
     this.imageList1.Images.SetKeyName(7, "Refresh_32x32.png");
     this.imageList1.Images.SetKeyName(8, "Export_16x16.png");
     this.imageList1.Images.SetKeyName(9, "Export_32x32.png");
     this.imageList1.Images.SetKeyName(10, "GroupsAndItems.Icon.png");
     this.imageList1.Images.SetKeyName(11, "ExportXlsxLarge.png");
     this.imageList1.Images.SetKeyName(12, "ExportToExcel_16x16.png");
     this.imageList1.Images.SetKeyName(13, "ReView.png");
     this.imageList1.Images.SetKeyName(14, "agt_action_success.png");
     this.imageList1.Images.SetKeyName(15, "folder_deny.png");
     this.imageList1.Images.SetKeyName(16, "refuse.png");
     this.imageList1.Images.SetKeyName(17, "old_edit_redo.png");
     this.imageList1.Images.SetKeyName(18, "old_edit_undo.png");
     this.imageList1.Images.SetKeyName(19, "lock.png");
     this.imageList1.Images.SetKeyName(20, "CustomerInfoCards_32x32.png");
     this.imageList1.Images.SetKeyName(21, "UserKey_32x32.png");
     this.imageList1.Images.SetKeyName(22, "unlock_yellow.png");
     this.imageList1.Images.SetKeyName(23, "media_playlist_clear.png");
     this.imageList1.Images.SetKeyName(24, "");
     this.imageList1.Images.SetKeyName(25, "");
     this.imageList1.Images.SetKeyName(26, "");
     this.imageList1.Images.SetKeyName(27, "");
     this.imageList1.Images.SetKeyName(28, "");
     this.imageList1.Images.SetKeyName(29, "");
     this.imageList1.Images.SetKeyName(30, "");
     this.imageList1.Images.SetKeyName(31, "");
     this.imageList1.Images.SetKeyName(32, "");
     this.imageList1.Images.SetKeyName(33, "");
     this.imageList1.Images.SetKeyName(34, "");
     this.imageList1.Images.SetKeyName(35, "");
     this.imageList1.Images.SetKeyName(36, "");
     this.imageList1.Images.SetKeyName(37, "");
     this.imageList1.Images.SetKeyName(38, "");
     this.imageList1.Images.SetKeyName(39, "");
     this.imageList1.Images.SetKeyName(40, "");
     this.imageList1.Images.SetKeyName(41, "");
     this.imageList1.Images.SetKeyName(42, "");
     this.imageList1.Images.SetKeyName(43, "");
     this.imageList1.Images.SetKeyName(44, "");
     this.imageList1.Images.SetKeyName(45, "");
     this.imageList1.Images.SetKeyName(46, "");
     this.imageList1.Images.SetKeyName(47, "");
     this.imageList1.Images.SetKeyName(48, "");
     this.imageList1.Images.SetKeyName(49, "");
     this.imageList1.Images.SetKeyName(50, "");
     this.imageList1.Images.SetKeyName(51, "");
     this.imageList1.Images.SetKeyName(52, "");
     this.imageList1.Images.SetKeyName(53, "");
     this.imageList1.Images.SetKeyName(54, "");
     this.imageList1.Images.SetKeyName(55, "");
     //
     // pnlquery
     //
     this.pnlquery.Controls.Add(this.txtsku);
     this.pnlquery.Controls.Add(this.txtitem);
     this.pnlquery.Controls.Add(this.loc);
     this.pnlquery.Controls.Add(this.area);
     this.pnlquery.Controls.Add(this.wre);
     this.pnlquery.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlquery.Location = new System.Drawing.Point(0, 57);
     this.pnlquery.Name = "pnlquery";
     this.pnlquery.Size = new System.Drawing.Size(924, 29);
     this.pnlquery.TabIndex = 4;
     //
     // txtsku
     //
     this.txtsku.LabelText = "规格";
     this.txtsku.Location = new System.Drawing.Point(687, 4);
     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(230, 21);
     this.txtsku.TabIndex = 3;
     //
     // txtitem
     //
     this.txtitem.LabelText = "商品";
     this.txtitem.Location = new System.Drawing.Point(453, 4);
     this.txtitem.MenuManager = this.baseBarMgr;
     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(228, 21);
     this.txtitem.TabIndex = 3;
     //
     // loc
     //
     this.loc.ClearButtonText = "清除所选";
     this.loc.ColumnCaption = "";
     this.loc.ColumnItemsEx2 = null;
     this.loc.DisplayMember = "LocName";
     this.loc.EditValue = "";
     this.loc.LabelText = "库位";
     this.loc.Location = new System.Drawing.Point(320, 4);
     this.loc.MenuManager = this.baseBarMgr;
     this.loc.Name = "loc";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.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, "库位", 50, 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.loc.Properties.DisplayMember = "LocName";
     this.loc.Properties.NullText = "";
     this.loc.Properties.ValueMember = "Guid";
     this.loc.Properties.View = this.locEdtGridEdit1View;
     this.loc.SelectedValue = null;
     this.loc.ShowClearButton = true;
     this.loc.Size = new System.Drawing.Size(127, 21);
     this.loc.TabIndex = 2;
     this.loc.ValueMember = "Guid";
     this.loc.Popup += new System.EventHandler(this.loc_Popup);
     //
     // 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 = null;
     this.area.DisplayMember = "AreaName";
     this.area.EditValue = "";
     this.area.LabelText = "区域";
     this.area.Location = new System.Drawing.Point(170, 4);
     this.area.MenuManager = this.baseBarMgr;
     this.area.Name = "area";
     serializableAppearanceObject5.Options.UseTextOptions = true;
     serializableAppearanceObject5.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, "区域", 50, 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.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), serializableAppearanceObject6, "清除所选", null, null, true)});
     this.area.Properties.DisplayMember = "AreaName";
     this.area.Properties.NullText = "";
     this.area.Properties.ValueMember = "Guid";
     this.area.Properties.View = this.wareAreaGridEdit1View;
     this.area.SelectedValue = null;
     this.area.ShowClearButton = true;
     this.area.Size = new System.Drawing.Size(144, 21);
     this.area.TabIndex = 1;
     this.area.ValueMember = "Guid";
     this.area.Popup += new System.EventHandler(this.area_Popup);
     //
     // wareAreaGridEdit1View
     //
     this.wareAreaGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.wareAreaGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.wareAreaGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.wareAreaGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.wareAreaGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.wareAreaGridEdit1View.Name = "wareAreaGridEdit1View";
     this.wareAreaGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.wareAreaGridEdit1View.OptionsBehavior.Editable = false;
     this.wareAreaGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.wareAreaGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // 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(12, 4);
     this.wre.MenuManager = this.baseBarMgr;
     this.wre.Name = "wre";
     serializableAppearanceObject7.Options.UseTextOptions = true;
     serializableAppearanceObject7.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), serializableAppearanceObject7, "", 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), serializableAppearanceObject8, "清除所选", 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 = 0;
     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;
     //
     // 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.gridControlEx1;
     this.pgr1.Location = new System.Drawing.Point(0, 457);
     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(924, 28);
     this.pgr1.TabIndex = 5;
     //
     // gridControlEx1
     //
     this.gridControlEx1.AutoCallWW = true;
     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(0, 86);
     this.gridControlEx1.MainView = this.gridView1;
     this.gridControlEx1.MenuManager = this.baseBarMgr;
     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.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gridControlEx1.PrvCityDistrict")));
     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(924, 371);
     this.gridControlEx1.TabIndex = 6;
     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.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn14,
     this.gridColumn13,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8});
     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.ShowFooter = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "收货方";
     this.gridColumn9.FieldName = "SuppName";
     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 = "PurchNo";
     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;
     //
     // 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 = 4;
     //
     // 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 = 5;
     //
     // 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 = 6;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "仿真皮料";
     this.gridColumn11.FieldName = "GenuineSurface";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 7;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "仿皮料";
     this.gridColumn12.FieldName = "ImitSurface";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 8;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "皮料";
     this.gridColumn13.FieldName = "Surface";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 10;
     //
     // 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 = 11;
     //
     // 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 = 12;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "库存数";
     this.gridColumn8.FieldName = "Qty";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 13;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "环保皮";
     this.gridColumn14.FieldName = "EnvSurface";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 9;
     //
     // IvtCollectView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(924, 485);
     this.Controls.Add(this.gridControlEx1);
     this.Controls.Add(this.pgr1);
     this.Controls.Add(this.pnlquery);
     this.Name = "IvtCollectView";
     this.Text = "库存查询";
     this.Load += new System.EventHandler(this.IvtCollectView_Load);
     this.Controls.SetChildIndex(this.pnlquery, 0);
     this.Controls.SetChildIndex(this.pgr1, 0);
     this.Controls.SetChildIndex(this.gridControlEx1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pnlquery)).EndInit();
     this.pnlquery.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtsku.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.loc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.locEdtGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.area.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareAreaGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wre.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlEx1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <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(SendGoodsView));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     this.pnlquery = new DevExpress.XtraEditors.PanelControl();
     this.txtsendno = new Ultra.FASControls.LabelTextBox();
     this.tbMain = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.gcUnAudit = new Ultra.FASControls.GridControlEx();
     this.gvUnAudit = 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.gridColumn53 = 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.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgrUnAudit = new Ultra.FASControls.DeliveryPager();
     this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
     this.gcPrint = new Ultra.FASControls.GridControlEx();
     this.gvPrint = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn66 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn67 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn68 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn69 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn70 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn71 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn72 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn73 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn74 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn75 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn76 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn77 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn78 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn79 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgrPrint = new Ultra.FASControls.DeliveryPager();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAudit = new Ultra.FASControls.GridControlEx();
     this.gvAudit = 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.gridColumn56 = 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.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgrAudit = new Ultra.FASControls.DeliveryPager();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.gcInvalid = new Ultra.FASControls.GridControlEx();
     this.gvInvalid = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgrInvalid = new Ultra.FASControls.DeliveryPager();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
     this.gcItem = new Ultra.FASControls.GridControlEx();
     this.gvItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn81 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn63 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn64 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn80 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn65 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAddr = new Ultra.FASControls.GridControlEx();
     this.gvAddr = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn49 = 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.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn52 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn82 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn83 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn84 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn85 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pnlquery)).BeginInit();
     this.pnlquery.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtsendno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMain)).BeginInit();
     this.tbMain.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcUnAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvUnAudit)).BeginInit();
     this.xtraTabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcPrint)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPrint)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).BeginInit();
     this.xtraTabPage5.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();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "New_16x16.png");
     this.imageList1.Images.SetKeyName(1, "New_32x32.png");
     this.imageList1.Images.SetKeyName(2, "Edit_16x16.png");
     this.imageList1.Images.SetKeyName(3, "Edit_32x32.png");
     this.imageList1.Images.SetKeyName(4, "Delete_16x16.png");
     this.imageList1.Images.SetKeyName(5, "Delete_32x32.png");
     this.imageList1.Images.SetKeyName(6, "Refresh_16x16.png");
     this.imageList1.Images.SetKeyName(7, "Refresh_32x32.png");
     this.imageList1.Images.SetKeyName(8, "Export_16x16.png");
     this.imageList1.Images.SetKeyName(9, "Export_32x32.png");
     this.imageList1.Images.SetKeyName(10, "GroupsAndItems.Icon.png");
     this.imageList1.Images.SetKeyName(11, "ExportXlsxLarge.png");
     this.imageList1.Images.SetKeyName(12, "ExportToExcel_16x16.png");
     this.imageList1.Images.SetKeyName(13, "ReView.png");
     this.imageList1.Images.SetKeyName(14, "agt_action_success.png");
     this.imageList1.Images.SetKeyName(15, "folder_deny.png");
     this.imageList1.Images.SetKeyName(16, "refuse.png");
     this.imageList1.Images.SetKeyName(17, "old_edit_redo.png");
     this.imageList1.Images.SetKeyName(18, "old_edit_undo.png");
     this.imageList1.Images.SetKeyName(19, "lock.png");
     this.imageList1.Images.SetKeyName(20, "CustomerInfoCards_32x32.png");
     this.imageList1.Images.SetKeyName(21, "UserKey_32x32.png");
     this.imageList1.Images.SetKeyName(22, "unlock_yellow.png");
     this.imageList1.Images.SetKeyName(23, "media_playlist_clear.png");
     this.imageList1.Images.SetKeyName(24, "");
     this.imageList1.Images.SetKeyName(25, "");
     this.imageList1.Images.SetKeyName(26, "");
     this.imageList1.Images.SetKeyName(27, "");
     this.imageList1.Images.SetKeyName(28, "");
     this.imageList1.Images.SetKeyName(29, "");
     this.imageList1.Images.SetKeyName(30, "");
     this.imageList1.Images.SetKeyName(31, "");
     this.imageList1.Images.SetKeyName(32, "");
     this.imageList1.Images.SetKeyName(33, "");
     this.imageList1.Images.SetKeyName(34, "");
     this.imageList1.Images.SetKeyName(35, "");
     this.imageList1.Images.SetKeyName(36, "");
     this.imageList1.Images.SetKeyName(37, "");
     this.imageList1.Images.SetKeyName(38, "");
     this.imageList1.Images.SetKeyName(39, "");
     this.imageList1.Images.SetKeyName(40, "");
     this.imageList1.Images.SetKeyName(41, "");
     this.imageList1.Images.SetKeyName(42, "");
     this.imageList1.Images.SetKeyName(43, "");
     this.imageList1.Images.SetKeyName(44, "");
     this.imageList1.Images.SetKeyName(45, "");
     this.imageList1.Images.SetKeyName(46, "");
     this.imageList1.Images.SetKeyName(47, "");
     this.imageList1.Images.SetKeyName(48, "");
     this.imageList1.Images.SetKeyName(49, "");
     this.imageList1.Images.SetKeyName(50, "");
     this.imageList1.Images.SetKeyName(51, "");
     this.imageList1.Images.SetKeyName(52, "");
     this.imageList1.Images.SetKeyName(53, "");
     this.imageList1.Images.SetKeyName(54, "");
     this.imageList1.Images.SetKeyName(55, "");
     //
     // pnlquery
     //
     this.pnlquery.Controls.Add(this.txtsendno);
     this.pnlquery.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlquery.Location = new System.Drawing.Point(0, 57);
     this.pnlquery.Name = "pnlquery";
     this.pnlquery.Size = new System.Drawing.Size(949, 28);
     this.pnlquery.TabIndex = 4;
     //
     // txtsendno
     //
     this.txtsendno.LabelText = "调整单号";
     this.txtsendno.Location = new System.Drawing.Point(6, 3);
     this.txtsendno.MenuManager = this.baseBarMgr;
     this.txtsendno.Name = "txtsendno";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.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), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtsendno.Size = new System.Drawing.Size(236, 21);
     this.txtsendno.TabIndex = 0;
     //
     // 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.xtraTabPage1;
     this.tbMain.Size = new System.Drawing.Size(949, 161);
     this.tbMain.TabIndex = 5;
     this.tbMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage6,
     this.xtraTabPage2,
     this.xtraTabPage3});
     this.tbMain.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tbMain_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gcUnAudit);
     this.xtraTabPage1.Controls.Add(this.pgrUnAudit);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(943, 132);
     this.xtraTabPage1.Text = "未审核";
     //
     // gcUnAudit
     //
     this.gcUnAudit.AutoCallWW = true;
     this.gcUnAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcUnAudit.ColorFieldName = null;
     this.gcUnAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcUnAudit.Editable = true;
     this.gcUnAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.ImageFields")));
     this.gcUnAudit.Location = new System.Drawing.Point(0, 0);
     this.gcUnAudit.MainView = this.gvUnAudit;
     this.gcUnAudit.MenuManager = this.baseBarMgr;
     this.gcUnAudit.Name = "gcUnAudit";
     this.gcUnAudit.PopupMnu = null;
     this.gcUnAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.PopupTextFields")));
     this.gcUnAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.PopupTextFieldsReadOnly")));
     this.gcUnAudit.PropName = "PropName";
     this.gcUnAudit.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.PrvCityDistrict")));
     this.gcUnAudit.RightMenu = null;
     this.gcUnAudit.RowCellColorStyleSource = null;
     this.gcUnAudit.ShadowDataSource = null;
     this.gcUnAudit.ShadowDataSourceKey = "Guid";
     this.gcUnAudit.ShowIndicator = true;
     this.gcUnAudit.ShowRowNumber = true;
     this.gcUnAudit.Size = new System.Drawing.Size(943, 103);
     this.gcUnAudit.TabIndex = 1;
     this.gcUnAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvUnAudit});
     //
     // gvUnAudit
     //
     this.gvUnAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvUnAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvUnAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvUnAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvUnAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn53,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn82,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn58,
     this.gridColumn9,
     this.gridColumn30});
     this.gvUnAudit.GridControl = this.gcUnAudit;
     this.gvUnAudit.IndicatorWidth = 44;
     this.gvUnAudit.Name = "gvUnAudit";
     this.gvUnAudit.OptionsSelection.MultiSelect = true;
     this.gvUnAudit.OptionsView.ColumnAutoWidth = false;
     this.gvUnAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvUnAudit.OptionsView.ShowGroupPanel = false;
     this.gvUnAudit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "发货单号";
     this.gridColumn1.FieldName = "SendNo";
     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 = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "收货方";
     this.gridColumn2.FieldName = "ReceiverName";
     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 = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "发货时间";
     this.gridColumn3.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn3.FieldName = "SendDate";
     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 = 2;
     //
     // gridColumn53
     //
     this.gridColumn53.Caption = "商品数量";
     this.gridColumn53.FieldName = "ItemCount";
     this.gridColumn53.Name = "gridColumn53";
     this.gridColumn53.OptionsColumn.AllowEdit = false;
     this.gridColumn53.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn53.Visible = true;
     this.gridColumn53.VisibleIndex = 3;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "物流公司";
     this.gridColumn4.FieldName = "LogisName";
     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 = 4;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "物流单号";
     this.gridColumn5.FieldName = "LogisNo";
     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 = 5;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "联系电话";
     this.gridColumn6.FieldName = "ReceiverPhone";
     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 = 6;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "运费";
     this.gridColumn7.FieldName = "LogisFee";
     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 = 8;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "司机";
     this.gridColumn8.FieldName = "Driver";
     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 = 9;
     //
     // gridColumn58
     //
     this.gridColumn58.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn58.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn58.Caption = "备注";
     this.gridColumn58.FieldName = "Remark";
     this.gridColumn58.Name = "gridColumn58";
     this.gridColumn58.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn58.Visible = true;
     this.gridColumn58.VisibleIndex = 10;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "创建人";
     this.gridColumn9.FieldName = "Creator";
     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 = 11;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "创建时间";
     this.gridColumn30.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.gridColumn30.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn30.FieldName = "CreateDate";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.OptionsColumn.AllowEdit = false;
     this.gridColumn30.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 12;
     //
     // pgrUnAudit
     //
     this.pgrUnAudit.Caller = null;
     this.pgrUnAudit.Counts = 0;
     this.pgrUnAudit.CurrentPage = 1;
     this.pgrUnAudit.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgrUnAudit.Grid = this.gcUnAudit;
     this.pgrUnAudit.Location = new System.Drawing.Point(0, 103);
     this.pgrUnAudit.Name = "pgrUnAudit";
     this.pgrUnAudit.OrderBy = null;
     this.pgrUnAudit.PageCount = 0;
     this.pgrUnAudit.PageSize = 500;
     this.pgrUnAudit.PrefixWhr = null;
     this.pgrUnAudit.ResultData = null;
     this.pgrUnAudit.Size = new System.Drawing.Size(943, 29);
     this.pgrUnAudit.TabIndex = 2;
     //
     // xtraTabPage6
     //
     this.xtraTabPage6.Controls.Add(this.gcPrint);
     this.xtraTabPage6.Controls.Add(this.pgrPrint);
     this.xtraTabPage6.Name = "xtraTabPage6";
     this.xtraTabPage6.Size = new System.Drawing.Size(943, 132);
     this.xtraTabPage6.Text = "已打印";
     //
     // gcPrint
     //
     this.gcPrint.AutoCallWW = true;
     this.gcPrint.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcPrint.ColorFieldName = null;
     this.gcPrint.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcPrint.Editable = true;
     this.gcPrint.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcPrint.ImageFields")));
     this.gcPrint.Location = new System.Drawing.Point(0, 0);
     this.gcPrint.MainView = this.gvPrint;
     this.gcPrint.MenuManager = this.baseBarMgr;
     this.gcPrint.Name = "gcPrint";
     this.gcPrint.PopupMnu = null;
     this.gcPrint.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcPrint.PopupTextFields")));
     this.gcPrint.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcPrint.PopupTextFieldsReadOnly")));
     this.gcPrint.PropName = "PropName";
     this.gcPrint.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcPrint.PrvCityDistrict")));
     this.gcPrint.RightMenu = null;
     this.gcPrint.RowCellColorStyleSource = null;
     this.gcPrint.ShadowDataSource = null;
     this.gcPrint.ShadowDataSourceKey = "Guid";
     this.gcPrint.ShowIndicator = true;
     this.gcPrint.ShowRowNumber = true;
     this.gcPrint.Size = new System.Drawing.Size(943, 105);
     this.gcPrint.TabIndex = 5;
     this.gcPrint.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvPrint});
     //
     // gvPrint
     //
     this.gvPrint.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvPrint.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvPrint.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvPrint.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvPrint.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn66,
     this.gridColumn67,
     this.gridColumn68,
     this.gridColumn69,
     this.gridColumn70,
     this.gridColumn71,
     this.gridColumn72,
     this.gridColumn83,
     this.gridColumn73,
     this.gridColumn74,
     this.gridColumn75,
     this.gridColumn76,
     this.gridColumn77,
     this.gridColumn78,
     this.gridColumn79});
     this.gvPrint.GridControl = this.gcPrint;
     this.gvPrint.IndicatorWidth = 44;
     this.gvPrint.Name = "gvPrint";
     this.gvPrint.OptionsView.ColumnAutoWidth = false;
     this.gvPrint.OptionsView.ShowAutoFilterRow = true;
     this.gvPrint.OptionsView.ShowGroupPanel = false;
     this.gvPrint.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn66
     //
     this.gridColumn66.Caption = "发货单号";
     this.gridColumn66.FieldName = "SendNo";
     this.gridColumn66.Name = "gridColumn66";
     this.gridColumn66.OptionsColumn.AllowEdit = false;
     this.gridColumn66.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn66.Visible = true;
     this.gridColumn66.VisibleIndex = 0;
     //
     // gridColumn67
     //
     this.gridColumn67.Caption = "收货方";
     this.gridColumn67.FieldName = "ReceiverName";
     this.gridColumn67.Name = "gridColumn67";
     this.gridColumn67.OptionsColumn.AllowEdit = false;
     this.gridColumn67.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn67.Visible = true;
     this.gridColumn67.VisibleIndex = 1;
     //
     // gridColumn68
     //
     this.gridColumn68.Caption = "发货时间";
     this.gridColumn68.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.gridColumn68.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn68.FieldName = "SendDate";
     this.gridColumn68.Name = "gridColumn68";
     this.gridColumn68.OptionsColumn.AllowEdit = false;
     this.gridColumn68.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn68.Visible = true;
     this.gridColumn68.VisibleIndex = 2;
     //
     // gridColumn69
     //
     this.gridColumn69.Caption = "商品数量";
     this.gridColumn69.FieldName = "ItemCount";
     this.gridColumn69.Name = "gridColumn69";
     this.gridColumn69.OptionsColumn.AllowEdit = false;
     this.gridColumn69.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn69.Visible = true;
     this.gridColumn69.VisibleIndex = 3;
     //
     // gridColumn70
     //
     this.gridColumn70.Caption = "物流公司";
     this.gridColumn70.FieldName = "LogisName";
     this.gridColumn70.Name = "gridColumn70";
     this.gridColumn70.OptionsColumn.AllowEdit = false;
     this.gridColumn70.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn70.Visible = true;
     this.gridColumn70.VisibleIndex = 4;
     //
     // gridColumn71
     //
     this.gridColumn71.Caption = "物流单号";
     this.gridColumn71.FieldName = "LogisNo";
     this.gridColumn71.Name = "gridColumn71";
     this.gridColumn71.OptionsColumn.AllowEdit = false;
     this.gridColumn71.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn71.Visible = true;
     this.gridColumn71.VisibleIndex = 5;
     //
     // gridColumn72
     //
     this.gridColumn72.Caption = "联系电话";
     this.gridColumn72.FieldName = "ReceiverPhone";
     this.gridColumn72.Name = "gridColumn72";
     this.gridColumn72.OptionsColumn.AllowEdit = false;
     this.gridColumn72.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn72.Visible = true;
     this.gridColumn72.VisibleIndex = 6;
     //
     // gridColumn73
     //
     this.gridColumn73.Caption = "运费";
     this.gridColumn73.FieldName = "LogisFee";
     this.gridColumn73.Name = "gridColumn73";
     this.gridColumn73.OptionsColumn.AllowEdit = false;
     this.gridColumn73.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn73.Visible = true;
     this.gridColumn73.VisibleIndex = 8;
     //
     // gridColumn74
     //
     this.gridColumn74.Caption = "司机";
     this.gridColumn74.FieldName = "Driver";
     this.gridColumn74.Name = "gridColumn74";
     this.gridColumn74.OptionsColumn.AllowEdit = false;
     this.gridColumn74.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn74.Visible = true;
     this.gridColumn74.VisibleIndex = 9;
     //
     // gridColumn75
     //
     this.gridColumn75.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn75.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn75.Caption = "备注";
     this.gridColumn75.FieldName = "Remark";
     this.gridColumn75.Name = "gridColumn75";
     this.gridColumn75.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn75.Visible = true;
     this.gridColumn75.VisibleIndex = 10;
     //
     // gridColumn76
     //
     this.gridColumn76.Caption = "创建人";
     this.gridColumn76.FieldName = "Creator";
     this.gridColumn76.Name = "gridColumn76";
     this.gridColumn76.OptionsColumn.AllowEdit = false;
     this.gridColumn76.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn76.Visible = true;
     this.gridColumn76.VisibleIndex = 11;
     //
     // gridColumn77
     //
     this.gridColumn77.Caption = "创建时间";
     this.gridColumn77.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.gridColumn77.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn77.FieldName = "CreateDate";
     this.gridColumn77.Name = "gridColumn77";
     this.gridColumn77.OptionsColumn.AllowEdit = false;
     this.gridColumn77.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn77.Visible = true;
     this.gridColumn77.VisibleIndex = 12;
     //
     // gridColumn78
     //
     this.gridColumn78.Caption = "打印人";
     this.gridColumn78.FieldName = "PrintUser";
     this.gridColumn78.Name = "gridColumn78";
     this.gridColumn78.OptionsColumn.AllowEdit = false;
     this.gridColumn78.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn78.Visible = true;
     this.gridColumn78.VisibleIndex = 13;
     //
     // gridColumn79
     //
     this.gridColumn79.Caption = "打印时间";
     this.gridColumn79.FieldName = "PrintTime";
     this.gridColumn79.Name = "gridColumn79";
     this.gridColumn79.OptionsColumn.AllowEdit = false;
     this.gridColumn79.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn79.Visible = true;
     this.gridColumn79.VisibleIndex = 14;
     //
     // pgrPrint
     //
     this.pgrPrint.Caller = null;
     this.pgrPrint.Counts = 0;
     this.pgrPrint.CurrentPage = 1;
     this.pgrPrint.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgrPrint.Grid = this.gcPrint;
     this.pgrPrint.Location = new System.Drawing.Point(0, 105);
     this.pgrPrint.Name = "pgrPrint";
     this.pgrPrint.OrderBy = null;
     this.pgrPrint.PageCount = 0;
     this.pgrPrint.PageSize = 500;
     this.pgrPrint.PrefixWhr = null;
     this.pgrPrint.ResultData = null;
     this.pgrPrint.Size = new System.Drawing.Size(943, 27);
     this.pgrPrint.TabIndex = 6;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gcAudit);
     this.xtraTabPage2.Controls.Add(this.pgrAudit);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(943, 132);
     this.xtraTabPage2.Text = "已审核";
     //
     // gcAudit
     //
     this.gcAudit.AutoCallWW = true;
     this.gcAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcAudit.ColorFieldName = null;
     this.gcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAudit.Editable = true;
     this.gcAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.ImageFields")));
     this.gcAudit.Location = new System.Drawing.Point(0, 0);
     this.gcAudit.MainView = this.gvAudit;
     this.gcAudit.MenuManager = this.baseBarMgr;
     this.gcAudit.Name = "gcAudit";
     this.gcAudit.PopupMnu = null;
     this.gcAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFields")));
     this.gcAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFieldsReadOnly")));
     this.gcAudit.PropName = "PropName";
     this.gcAudit.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PrvCityDistrict")));
     this.gcAudit.RightMenu = null;
     this.gcAudit.RowCellColorStyleSource = null;
     this.gcAudit.ShadowDataSource = null;
     this.gcAudit.ShadowDataSourceKey = "Guid";
     this.gcAudit.ShowIndicator = true;
     this.gcAudit.ShowRowNumber = true;
     this.gcAudit.Size = new System.Drawing.Size(943, 104);
     this.gcAudit.TabIndex = 3;
     this.gcAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAudit});
     //
     // gvAudit
     //
     this.gvAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn56,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn84,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn59,
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn31,
     this.gridColumn32});
     this.gvAudit.GridControl = this.gcAudit;
     this.gvAudit.IndicatorWidth = 44;
     this.gvAudit.Name = "gvAudit";
     this.gvAudit.OptionsView.ColumnAutoWidth = false;
     this.gvAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvAudit.OptionsView.ShowGroupPanel = false;
     this.gvAudit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "发货单号";
     this.gridColumn10.FieldName = "SendNo";
     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 = 0;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "收货方";
     this.gridColumn11.FieldName = "ReceiverName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 1;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "发货时间";
     this.gridColumn12.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn12.FieldName = "SendDate";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 2;
     //
     // gridColumn56
     //
     this.gridColumn56.Caption = "商品数量";
     this.gridColumn56.FieldName = "ItemCount";
     this.gridColumn56.Name = "gridColumn56";
     this.gridColumn56.OptionsColumn.AllowEdit = false;
     this.gridColumn56.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn56.Visible = true;
     this.gridColumn56.VisibleIndex = 3;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "物流公司";
     this.gridColumn13.FieldName = "LogisName";
     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 = 4;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "物流单号";
     this.gridColumn14.FieldName = "LogisNo";
     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 = 5;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "联系电话";
     this.gridColumn15.FieldName = "ReceiverPhone";
     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 = 6;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "运费";
     this.gridColumn16.FieldName = "LogisFee";
     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 = 8;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "司机";
     this.gridColumn17.FieldName = "Driver";
     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 = 9;
     //
     // gridColumn59
     //
     this.gridColumn59.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn59.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn59.Caption = "备注";
     this.gridColumn59.FieldName = "Remark";
     this.gridColumn59.Name = "gridColumn59";
     this.gridColumn59.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn59.Visible = true;
     this.gridColumn59.VisibleIndex = 10;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "创建人";
     this.gridColumn18.FieldName = "Creator";
     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 = 11;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "创建时间";
     this.gridColumn19.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.gridColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn19.FieldName = "CreateDate";
     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 = 12;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "审核人";
     this.gridColumn31.FieldName = "AuditUser";
     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 = 13;
     //
     // gridColumn32
     //
     this.gridColumn32.Caption = "审核时间";
     this.gridColumn32.FieldName = "AuditTime";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.OptionsColumn.AllowEdit = false;
     this.gridColumn32.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 14;
     //
     // pgrAudit
     //
     this.pgrAudit.Caller = null;
     this.pgrAudit.Counts = 0;
     this.pgrAudit.CurrentPage = 1;
     this.pgrAudit.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgrAudit.Grid = this.gcAudit;
     this.pgrAudit.Location = new System.Drawing.Point(0, 104);
     this.pgrAudit.Name = "pgrAudit";
     this.pgrAudit.OrderBy = null;
     this.pgrAudit.PageCount = 0;
     this.pgrAudit.PageSize = 500;
     this.pgrAudit.PrefixWhr = null;
     this.pgrAudit.ResultData = null;
     this.pgrAudit.Size = new System.Drawing.Size(943, 28);
     this.pgrAudit.TabIndex = 4;
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.gcInvalid);
     this.xtraTabPage3.Controls.Add(this.pgrInvalid);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(943, 132);
     this.xtraTabPage3.Text = "已作废";
     //
     // gcInvalid
     //
     this.gcInvalid.AutoCallWW = true;
     this.gcInvalid.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInvalid.ColorFieldName = null;
     this.gcInvalid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInvalid.Editable = true;
     this.gcInvalid.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.ImageFields")));
     this.gcInvalid.Location = new System.Drawing.Point(0, 0);
     this.gcInvalid.MainView = this.gvInvalid;
     this.gcInvalid.MenuManager = this.baseBarMgr;
     this.gcInvalid.Name = "gcInvalid";
     this.gcInvalid.PopupMnu = null;
     this.gcInvalid.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFields")));
     this.gcInvalid.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFieldsReadOnly")));
     this.gcInvalid.PropName = "PropName";
     this.gcInvalid.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PrvCityDistrict")));
     this.gcInvalid.RightMenu = null;
     this.gcInvalid.RowCellColorStyleSource = null;
     this.gcInvalid.ShadowDataSource = null;
     this.gcInvalid.ShadowDataSourceKey = "Guid";
     this.gcInvalid.ShowIndicator = true;
     this.gcInvalid.ShowRowNumber = true;
     this.gcInvalid.Size = new System.Drawing.Size(943, 104);
     this.gcInvalid.TabIndex = 3;
     this.gcInvalid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInvalid});
     //
     // gvInvalid
     //
     this.gvInvalid.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInvalid.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInvalid.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn20,
     this.gridColumn21,
     this.gridColumn22,
     this.gridColumn57,
     this.gridColumn23,
     this.gridColumn24,
     this.gridColumn25,
     this.gridColumn85,
     this.gridColumn26,
     this.gridColumn27,
     this.gridColumn60,
     this.gridColumn28,
     this.gridColumn29,
     this.gridColumn54,
     this.gridColumn55,
     this.gridColumn61});
     this.gvInvalid.GridControl = this.gcInvalid;
     this.gvInvalid.IndicatorWidth = 44;
     this.gvInvalid.Name = "gvInvalid";
     this.gvInvalid.OptionsView.ColumnAutoWidth = false;
     this.gvInvalid.OptionsView.ShowAutoFilterRow = true;
     this.gvInvalid.OptionsView.ShowGroupPanel = false;
     this.gvInvalid.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "发货单号";
     this.gridColumn20.FieldName = "SendNo";
     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 = 0;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "收货方";
     this.gridColumn21.FieldName = "ReceiverName";
     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 = 1;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "发货时间";
     this.gridColumn22.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.gridColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn22.FieldName = "SendDate";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 2;
     //
     // gridColumn57
     //
     this.gridColumn57.Caption = "商品数量";
     this.gridColumn57.FieldName = "ItemCount";
     this.gridColumn57.Name = "gridColumn57";
     this.gridColumn57.OptionsColumn.AllowEdit = false;
     this.gridColumn57.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn57.Visible = true;
     this.gridColumn57.VisibleIndex = 3;
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "物流公司";
     this.gridColumn23.FieldName = "LogisName";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 4;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "物流单号";
     this.gridColumn24.FieldName = "LogisNo";
     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 = 5;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "联系电话";
     this.gridColumn25.FieldName = "ReceiverPhone";
     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 = 6;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "运费";
     this.gridColumn26.FieldName = "LogisFee";
     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 = 8;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "司机";
     this.gridColumn27.FieldName = "Driver";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.OptionsColumn.AllowEdit = false;
     this.gridColumn27.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 9;
     //
     // gridColumn60
     //
     this.gridColumn60.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn60.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn60.Caption = "备注";
     this.gridColumn60.FieldName = "Remark";
     this.gridColumn60.Name = "gridColumn60";
     this.gridColumn60.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn60.Visible = true;
     this.gridColumn60.VisibleIndex = 10;
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "创建人";
     this.gridColumn28.FieldName = "Creator";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.OptionsColumn.AllowEdit = false;
     this.gridColumn28.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 11;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "创建时间";
     this.gridColumn29.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.gridColumn29.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn29.FieldName = "CreateDate";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.OptionsColumn.AllowEdit = false;
     this.gridColumn29.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 12;
     //
     // gridColumn54
     //
     this.gridColumn54.Caption = "作废人";
     this.gridColumn54.FieldName = "InvalidUser";
     this.gridColumn54.Name = "gridColumn54";
     this.gridColumn54.OptionsColumn.AllowEdit = false;
     this.gridColumn54.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn54.Visible = true;
     this.gridColumn54.VisibleIndex = 13;
     //
     // gridColumn55
     //
     this.gridColumn55.Caption = "作废时间";
     this.gridColumn55.FieldName = "InvalidTime";
     this.gridColumn55.Name = "gridColumn55";
     this.gridColumn55.OptionsColumn.AllowEdit = false;
     this.gridColumn55.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn55.Visible = true;
     this.gridColumn55.VisibleIndex = 14;
     //
     // gridColumn61
     //
     this.gridColumn61.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn61.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn61.Caption = "作废备注";
     this.gridColumn61.FieldName = "InvalidRemark";
     this.gridColumn61.Name = "gridColumn61";
     this.gridColumn61.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn61.Visible = true;
     this.gridColumn61.VisibleIndex = 15;
     //
     // pgrInvalid
     //
     this.pgrInvalid.Caller = null;
     this.pgrInvalid.Counts = 0;
     this.pgrInvalid.CurrentPage = 1;
     this.pgrInvalid.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgrInvalid.Grid = this.gcInvalid;
     this.pgrInvalid.Location = new System.Drawing.Point(0, 104);
     this.pgrInvalid.Name = "pgrInvalid";
     this.pgrInvalid.OrderBy = null;
     this.pgrInvalid.PageCount = 0;
     this.pgrInvalid.PageSize = 500;
     this.pgrInvalid.PrefixWhr = null;
     this.pgrInvalid.ResultData = null;
     this.pgrInvalid.Size = new System.Drawing.Size(943, 28);
     this.pgrInvalid.TabIndex = 4;
     //
     // 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(0, 85);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.tbMain);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl1);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(949, 315);
     this.splitContainerControl1.SplitterPosition = 149;
     this.splitContainerControl1.TabIndex = 6;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage4;
     this.xtraTabControl1.Size = new System.Drawing.Size(949, 149);
     this.xtraTabControl1.TabIndex = 6;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage4,
     this.xtraTabPage5});
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.gcItem);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(943, 120);
     this.xtraTabPage4.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, 0);
     this.gcItem.MainView = this.gvItem;
     this.gcItem.MenuManager = this.baseBarMgr;
     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(943, 120);
     this.gcItem.TabIndex = 1;
     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.gridColumn35,
     this.gridColumn36,
     this.gridColumn37,
     this.gridColumn38,
     this.gridColumn62,
     this.gridColumn39,
     this.gridColumn40,
     this.gridColumn81,
     this.gridColumn63,
     this.gridColumn64,
     this.gridColumn80,
     this.gridColumn65,
     this.gridColumn41,
     this.gridColumn42});
     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;
     //
     // gridColumn35
     //
     this.gridColumn35.Caption = "仓库";
     this.gridColumn35.FieldName = "WareName";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn35.Visible = true;
     this.gridColumn35.VisibleIndex = 9;
     //
     // gridColumn36
     //
     this.gridColumn36.Caption = "区域";
     this.gridColumn36.FieldName = "AreaName";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn36.Visible = true;
     this.gridColumn36.VisibleIndex = 10;
     //
     // gridColumn37
     //
     this.gridColumn37.Caption = "库位";
     this.gridColumn37.FieldName = "LocName";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn37.Visible = true;
     this.gridColumn37.VisibleIndex = 11;
     //
     // gridColumn38
     //
     this.gridColumn38.Caption = "收货方";
     this.gridColumn38.FieldName = "SuppName";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 0;
     //
     // gridColumn62
     //
     this.gridColumn62.Caption = "生产单号";
     this.gridColumn62.FieldName = "PurchNo";
     this.gridColumn62.Name = "gridColumn62";
     this.gridColumn62.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn62.Visible = true;
     this.gridColumn62.VisibleIndex = 1;
     //
     // gridColumn39
     //
     this.gridColumn39.Caption = "商品编码";
     this.gridColumn39.FieldName = "OuterIid";
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn39.Visible = true;
     this.gridColumn39.VisibleIndex = 2;
     //
     // gridColumn40
     //
     this.gridColumn40.Caption = "规格编码";
     this.gridColumn40.FieldName = "OuterSkuId";
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn40.Visible = true;
     this.gridColumn40.VisibleIndex = 3;
     //
     // gridColumn81
     //
     this.gridColumn81.Caption = "商标";
     this.gridColumn81.FieldName = "TradeMark";
     this.gridColumn81.Name = "gridColumn81";
     this.gridColumn81.OptionsColumn.AllowEdit = false;
     this.gridColumn81.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn81.Visible = true;
     this.gridColumn81.VisibleIndex = 7;
     //
     // gridColumn63
     //
     this.gridColumn63.Caption = "仿真皮料";
     this.gridColumn63.FieldName = "GenuineSurface";
     this.gridColumn63.Name = "gridColumn63";
     this.gridColumn63.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn63.Visible = true;
     this.gridColumn63.VisibleIndex = 4;
     //
     // gridColumn64
     //
     this.gridColumn64.Caption = "仿皮料";
     this.gridColumn64.FieldName = "ImitSurface";
     this.gridColumn64.Name = "gridColumn64";
     this.gridColumn64.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn64.Visible = true;
     this.gridColumn64.VisibleIndex = 5;
     //
     // gridColumn80
     //
     this.gridColumn80.Caption = "环保皮";
     this.gridColumn80.FieldName = "EnvSurface";
     this.gridColumn80.Name = "gridColumn80";
     this.gridColumn80.OptionsColumn.AllowEdit = false;
     this.gridColumn80.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn80.Visible = true;
     this.gridColumn80.VisibleIndex = 6;
     //
     // gridColumn65
     //
     this.gridColumn65.Caption = "皮料";
     this.gridColumn65.FieldName = "Surface";
     this.gridColumn65.Name = "gridColumn65";
     this.gridColumn65.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn65.Visible = true;
     this.gridColumn65.VisibleIndex = 8;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "出库数";
     this.gridColumn41.FieldName = "SendNum";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.OptionsColumn.AllowEdit = false;
     this.gridColumn41.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 12;
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "备注";
     this.gridColumn42.FieldName = "Remark";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.OptionsColumn.AllowEdit = false;
     this.gridColumn42.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 13;
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.gcAddr);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(943, 120);
     this.xtraTabPage5.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(0, 0);
     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.ShowRowNumber = true;
     this.gcAddr.Size = new System.Drawing.Size(943, 120);
     this.gcAddr.TabIndex = 11;
     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.gridColumn33,
     this.gridColumn34,
     this.gridColumn43,
     this.gridColumn44,
     this.gridColumn45,
     this.gridColumn46,
     this.gridColumn47,
     this.gridColumn48,
     this.gridColumn49});
     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;
     //
     // 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;
     //
     // gridColumn34
     //
     this.gridColumn34.Caption = "省";
     this.gridColumn34.FieldName = "ReceiverState";
     this.gridColumn34.Name = "gridColumn34";
     this.gridColumn34.OptionsColumn.AllowEdit = false;
     this.gridColumn34.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn34.Visible = true;
     this.gridColumn34.VisibleIndex = 1;
     //
     // gridColumn43
     //
     this.gridColumn43.Caption = "市";
     this.gridColumn43.FieldName = "ReceiverCity";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.OptionsColumn.AllowEdit = false;
     this.gridColumn43.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 2;
     //
     // gridColumn44
     //
     this.gridColumn44.Caption = "区";
     this.gridColumn44.FieldName = "ReceiverDistrict";
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.OptionsColumn.AllowEdit = false;
     this.gridColumn44.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn44.Visible = true;
     this.gridColumn44.VisibleIndex = 3;
     //
     // gridColumn45
     //
     this.gridColumn45.Caption = "地址";
     this.gridColumn45.FieldName = "ReceiverAddress";
     this.gridColumn45.Name = "gridColumn45";
     this.gridColumn45.OptionsColumn.AllowEdit = false;
     this.gridColumn45.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn45.Visible = true;
     this.gridColumn45.VisibleIndex = 4;
     //
     // gridColumn46
     //
     this.gridColumn46.Caption = "邮编";
     this.gridColumn46.FieldName = "ReceiverZip";
     this.gridColumn46.Name = "gridColumn46";
     this.gridColumn46.OptionsColumn.AllowEdit = false;
     this.gridColumn46.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn46.Visible = true;
     this.gridColumn46.VisibleIndex = 5;
     //
     // gridColumn47
     //
     this.gridColumn47.Caption = "联系人";
     this.gridColumn47.FieldName = "ReceiverName";
     this.gridColumn47.Name = "gridColumn47";
     this.gridColumn47.OptionsColumn.AllowEdit = false;
     this.gridColumn47.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn47.Visible = true;
     this.gridColumn47.VisibleIndex = 6;
     //
     // gridColumn48
     //
     this.gridColumn48.Caption = "手机";
     this.gridColumn48.FieldName = "ReceiverMobile";
     this.gridColumn48.Name = "gridColumn48";
     this.gridColumn48.OptionsColumn.AllowEdit = false;
     this.gridColumn48.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn48.Visible = true;
     this.gridColumn48.VisibleIndex = 7;
     //
     // gridColumn49
     //
     this.gridColumn49.Caption = "固定电话";
     this.gridColumn49.FieldName = "ReceiverPhone";
     this.gridColumn49.Name = "gridColumn49";
     this.gridColumn49.OptionsColumn.AllowEdit = false;
     this.gridColumn49.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn49.Visible = true;
     this.gridColumn49.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.gridColumn50,
     this.gridColumn51,
     this.gridColumn52});
     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;
     //
     // gridColumn50
     //
     this.gridColumn50.Caption = "仓库";
     this.gridColumn50.FieldName = "WareName";
     this.gridColumn50.Name = "gridColumn50";
     this.gridColumn50.Visible = true;
     this.gridColumn50.VisibleIndex = 0;
     //
     // gridColumn51
     //
     this.gridColumn51.Caption = "区域";
     this.gridColumn51.FieldName = "AreaName";
     this.gridColumn51.Name = "gridColumn51";
     this.gridColumn51.Visible = true;
     this.gridColumn51.VisibleIndex = 1;
     //
     // gridColumn52
     //
     this.gridColumn52.Caption = "库位";
     this.gridColumn52.FieldName = "LocName";
     this.gridColumn52.Name = "gridColumn52";
     this.gridColumn52.Visible = true;
     this.gridColumn52.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";
     //
     // gridColumn82
     //
     this.gridColumn82.Caption = "运费类型";
     this.gridColumn82.FieldName = "PostFeeType";
     this.gridColumn82.Name = "gridColumn82";
     this.gridColumn82.OptionsColumn.AllowEdit = false;
     this.gridColumn82.Visible = true;
     this.gridColumn82.VisibleIndex = 7;
     //
     // gridColumn83
     //
     this.gridColumn83.Caption = "运费类型";
     this.gridColumn83.FieldName = "PostFeeType";
     this.gridColumn83.Name = "gridColumn83";
     this.gridColumn83.OptionsColumn.AllowEdit = false;
     this.gridColumn83.Visible = true;
     this.gridColumn83.VisibleIndex = 7;
     //
     // gridColumn84
     //
     this.gridColumn84.Caption = "运费类型";
     this.gridColumn84.FieldName = "PostFeeType";
     this.gridColumn84.Name = "gridColumn84";
     this.gridColumn84.OptionsColumn.AllowEdit = false;
     this.gridColumn84.Visible = true;
     this.gridColumn84.VisibleIndex = 7;
     //
     // gridColumn85
     //
     this.gridColumn85.Caption = "运费类型";
     this.gridColumn85.FieldName = "PostFeeType";
     this.gridColumn85.Name = "gridColumn85";
     this.gridColumn85.OptionsColumn.AllowEdit = false;
     this.gridColumn85.Visible = true;
     this.gridColumn85.VisibleIndex = 7;
     //
     // SendGoodsView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(949, 400);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.pnlquery);
     this.Name = "SendGoodsView";
     this.Text = "出库单";
     this.Load += new System.EventHandler(this.IvtAdjView_Load);
     this.Controls.SetChildIndex(this.pnlquery, 0);
     this.Controls.SetChildIndex(this.splitContainerControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pnlquery)).EndInit();
     this.pnlquery.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtsendno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMain)).EndInit();
     this.tbMain.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcUnAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvUnAudit)).EndInit();
     this.xtraTabPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcPrint)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPrint)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).EndInit();
     this.xtraTabPage5.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();
     this.ResumeLayout(false);
 }
예제 #5
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.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.labelTextBox1 = new Ultra.FASControls.LabelTextBox();
     this.checkCtl1 = new FAC.Login.Controls.CheckCtl();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider();
     ((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.labelTextBox1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkCtl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(-3, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(-92, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(289, 127);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.checkCtl1);
     this.pnlFill.Controls.Add(this.labelTextBox1);
     this.pnlFill.Size = new System.Drawing.Size(289, 81);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 81);
     this.pnlBottom.Size = new System.Drawing.Size(289, 46);
     //
     // labelTextBox1
     //
     this.labelTextBox1.LabelText = "费用类型";
     this.labelTextBox1.Location = new System.Drawing.Point(12, 12);
     this.labelTextBox1.Name = "labelTextBox1";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.labelTextBox1.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)});
     this.labelTextBox1.Size = new System.Drawing.Size(268, 21);
     this.labelTextBox1.TabIndex = 0;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "必须输入值";
     conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.labelTextBox1, conditionValidationRule1);
     //
     // checkCtl1
     //
     this.checkCtl1.EditValue = true;
     this.checkCtl1.Location = new System.Drawing.Point(12, 39);
     this.checkCtl1.Name = "checkCtl1";
     this.checkCtl1.Properties.Caption = "是否启用";
     this.checkCtl1.Size = new System.Drawing.Size(75, 19);
     this.checkCtl1.TabIndex = 1;
     //
     // EdtView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.ClientSize = new System.Drawing.Size(289, 127);
     this.Name = "EdtView";
     this.Text = "编辑";
     this.Load += new System.EventHandler(this.EdtView_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.labelTextBox1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkCtl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #6
0
 /// <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(IvtCheckMaster));
     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();
     this.pnlquery = new DevExpress.XtraEditors.PanelControl();
     this.usredt = new Ultra.FASControls.BusControls.UserGridEdit();
     this.userGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.txtivcno = new Ultra.FASControls.LabelTextBox();
     this.wareedt = new Ultra.FASControls.BusControls.WareHouseGridEdit();
     this.wareHouseGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.txtitem = new Ultra.FASControls.LabelTextBox();
     this.gcInStockDetail = new Ultra.FASControls.GridControlEx();
     this.gvInStockDetail = 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.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mnuPanel1 = new FAC.Login.Controls.MnuPanel();
     this.mnuPanel2 = new FAC.Login.Controls.MnuPanel();
     this.xtraMain = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.gcInStockMarter = new Ultra.FASControls.GridControlEx();
     this.gvInStockMarter = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr1 = new Ultra.FASControls.IvtChkMasterPager();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.gcSubmit = new Ultra.FASControls.GridControlEx();
     this.gvSubmit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr2 = new Ultra.FASControls.IvtChkMasterPager();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAudit = new Ultra.FASControls.GridControlEx();
     this.gvAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr3 = new Ultra.FASControls.IvtChkMasterPager();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.gcInvalid = new Ultra.FASControls.GridControlEx();
     this.gvInvalid = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = 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.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr4 = new Ultra.FASControls.IvtChkMasterPager();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     ((System.ComponentModel.ISupportInitialize)(this.pnlquery)).BeginInit();
     this.pnlquery.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.usredt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.userGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtivcno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareedt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcInStockDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInStockDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel1)).BeginInit();
     this.mnuPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel2)).BeginInit();
     this.mnuPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraMain)).BeginInit();
     this.xtraMain.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcInStockMarter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInStockMarter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcSubmit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSubmit)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).BeginInit();
     this.xtraTabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "New_16x16.png");
     this.imageList1.Images.SetKeyName(1, "New_32x32.png");
     this.imageList1.Images.SetKeyName(2, "Edit_16x16.png");
     this.imageList1.Images.SetKeyName(3, "Edit_32x32.png");
     this.imageList1.Images.SetKeyName(4, "Delete_16x16.png");
     this.imageList1.Images.SetKeyName(5, "Delete_32x32.png");
     this.imageList1.Images.SetKeyName(6, "Refresh_16x16.png");
     this.imageList1.Images.SetKeyName(7, "Refresh_32x32.png");
     this.imageList1.Images.SetKeyName(8, "Export_16x16.png");
     this.imageList1.Images.SetKeyName(9, "Export_32x32.png");
     this.imageList1.Images.SetKeyName(10, "GroupsAndItems.Icon.png");
     this.imageList1.Images.SetKeyName(11, "ExportXlsxLarge.png");
     this.imageList1.Images.SetKeyName(12, "ExportToExcel_16x16.png");
     this.imageList1.Images.SetKeyName(13, "ReView.png");
     this.imageList1.Images.SetKeyName(14, "agt_action_success.png");
     this.imageList1.Images.SetKeyName(15, "folder_deny.png");
     this.imageList1.Images.SetKeyName(16, "refuse.png");
     this.imageList1.Images.SetKeyName(17, "old_edit_redo.png");
     this.imageList1.Images.SetKeyName(18, "old_edit_undo.png");
     this.imageList1.Images.SetKeyName(19, "lock.png");
     this.imageList1.Images.SetKeyName(20, "CustomerInfoCards_32x32.png");
     this.imageList1.Images.SetKeyName(21, "UserKey_32x32.png");
     this.imageList1.Images.SetKeyName(22, "unlock_yellow.png");
     this.imageList1.Images.SetKeyName(23, "media_playlist_clear.png");
     this.imageList1.Images.SetKeyName(24, "");
     this.imageList1.Images.SetKeyName(25, "");
     this.imageList1.Images.SetKeyName(26, "");
     this.imageList1.Images.SetKeyName(27, "");
     this.imageList1.Images.SetKeyName(28, "");
     this.imageList1.Images.SetKeyName(29, "");
     this.imageList1.Images.SetKeyName(30, "");
     this.imageList1.Images.SetKeyName(31, "");
     this.imageList1.Images.SetKeyName(32, "");
     this.imageList1.Images.SetKeyName(33, "");
     this.imageList1.Images.SetKeyName(34, "");
     this.imageList1.Images.SetKeyName(35, "");
     this.imageList1.Images.SetKeyName(36, "");
     this.imageList1.Images.SetKeyName(37, "");
     this.imageList1.Images.SetKeyName(38, "");
     this.imageList1.Images.SetKeyName(39, "");
     this.imageList1.Images.SetKeyName(40, "");
     this.imageList1.Images.SetKeyName(41, "");
     this.imageList1.Images.SetKeyName(42, "");
     this.imageList1.Images.SetKeyName(43, "");
     this.imageList1.Images.SetKeyName(44, "");
     this.imageList1.Images.SetKeyName(45, "");
     this.imageList1.Images.SetKeyName(46, "");
     this.imageList1.Images.SetKeyName(47, "");
     this.imageList1.Images.SetKeyName(48, "");
     this.imageList1.Images.SetKeyName(49, "");
     this.imageList1.Images.SetKeyName(50, "");
     this.imageList1.Images.SetKeyName(51, "");
     this.imageList1.Images.SetKeyName(52, "");
     this.imageList1.Images.SetKeyName(53, "");
     this.imageList1.Images.SetKeyName(54, "");
     this.imageList1.Images.SetKeyName(55, "");
     //
     // pnlquery
     //
     this.pnlquery.Controls.Add(this.usredt);
     this.pnlquery.Controls.Add(this.txtivcno);
     this.pnlquery.Controls.Add(this.wareedt);
     this.pnlquery.Controls.Add(this.txtitem);
     this.pnlquery.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlquery.Location = new System.Drawing.Point(0, 57);
     this.pnlquery.Name = "pnlquery";
     this.pnlquery.Size = new System.Drawing.Size(809, 33);
     this.pnlquery.TabIndex = 5;
     //
     // usredt
     //
     this.usredt.ClearButtonText = "清除所选";
     this.usredt.ColumnCaption = "用户";
     this.usredt.ColumnItemsEx2 = null;
     this.usredt.DisplayMember = "UserName";
     this.usredt.EditValue = "";
     this.usredt.LabelText = "盘点人";
     this.usredt.Location = new System.Drawing.Point(625, 7);
     this.usredt.MenuManager = this.baseBarMgr;
     this.usredt.Name = "usredt";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.usredt.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.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.usredt.Properties.DisplayMember = "UserName";
     this.usredt.Properties.NullText = "";
     this.usredt.Properties.ValueMember = "UserName";
     this.usredt.Properties.View = this.userGridEdit1View;
     this.usredt.SelectedValue = null;
     this.usredt.ShowClearButton = true;
     this.usredt.Size = new System.Drawing.Size(159, 21);
     this.usredt.TabIndex = 4;
     this.usredt.ValueMember = "UserName";
     //
     // userGridEdit1View
     //
     this.userGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.userGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.userGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.userGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.userGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.userGridEdit1View.Name = "userGridEdit1View";
     this.userGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.userGridEdit1View.OptionsBehavior.Editable = false;
     this.userGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.userGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // txtivcno
     //
     this.txtivcno.LabelText = "盘点单号";
     this.txtivcno.Location = new System.Drawing.Point(398, 6);
     this.txtivcno.MenuManager = this.baseBarMgr;
     this.txtivcno.Name = "txtivcno";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtivcno.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),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtivcno.Size = new System.Drawing.Size(221, 21);
     this.txtivcno.TabIndex = 3;
     //
     // wareedt
     //
     this.wareedt.ClearButtonText = "清除所选";
     this.wareedt.ColumnCaption = "仓库";
     this.wareedt.ColumnItemsEx2 = null;
     this.wareedt.DisplayMember = "WareName";
     this.wareedt.EditValue = "";
     this.wareedt.LabelText = "仓库";
     this.wareedt.Location = new System.Drawing.Point(12, 6);
     this.wareedt.MenuManager = this.baseBarMgr;
     this.wareedt.Name = "wareedt";
     serializableAppearanceObject4.Options.UseTextOptions = true;
     serializableAppearanceObject4.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.wareedt.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),
     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), serializableAppearanceObject5, "清除所选", null, null, true)});
     this.wareedt.Properties.DisplayMember = "WareName";
     this.wareedt.Properties.NullText = "";
     this.wareedt.Properties.ValueMember = "WareName";
     this.wareedt.Properties.View = this.wareHouseGridEdit1View;
     this.wareedt.SelectedValue = null;
     this.wareedt.ShowClearButton = true;
     this.wareedt.Size = new System.Drawing.Size(174, 21);
     this.wareedt.TabIndex = 2;
     this.wareedt.ValueMember = "WareName";
     //
     // 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;
     //
     // txtitem
     //
     this.txtitem.EditValue = "";
     this.txtitem.LabelText = "商品";
     this.txtitem.Location = new System.Drawing.Point(192, 6);
     this.txtitem.MenuManager = this.baseBarMgr;
     this.txtitem.Name = "txtitem";
     serializableAppearanceObject6.Options.UseTextOptions = true;
     serializableAppearanceObject6.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), serializableAppearanceObject6, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtitem.Size = new System.Drawing.Size(200, 21);
     this.txtitem.TabIndex = 0;
     //
     // gcInStockDetail
     //
     this.gcInStockDetail.AutoCallWW = true;
     this.gcInStockDetail.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInStockDetail.ColorFieldName = null;
     this.gcInStockDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInStockDetail.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockDetail.ImageFields")));
     this.gcInStockDetail.Location = new System.Drawing.Point(2, 2);
     this.gcInStockDetail.MainView = this.gvInStockDetail;
     this.gcInStockDetail.MenuManager = this.baseBarMgr;
     this.gcInStockDetail.Name = "gcInStockDetail";
     this.gcInStockDetail.PopupMnu = null;
     this.gcInStockDetail.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockDetail.PopupTextFields")));
     this.gcInStockDetail.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockDetail.PopupTextFieldsReadOnly")));
     this.gcInStockDetail.PropName = "PropName";
     this.gcInStockDetail.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockDetail.PrvCityDistrict")));
     this.gcInStockDetail.RightMenu = null;
     this.gcInStockDetail.RowCellColorStyleSource = null;
     this.gcInStockDetail.ShadowDataSource = null;
     this.gcInStockDetail.ShadowDataSourceKey = "Guid";
     this.gcInStockDetail.ShowIndicator = true;
     this.gcInStockDetail.ShowRowNumber = true;
     this.gcInStockDetail.Size = new System.Drawing.Size(805, 208);
     this.gcInStockDetail.TabIndex = 6;
     this.gcInStockDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInStockDetail});
     //
     // gvInStockDetail
     //
     this.gvInStockDetail.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInStockDetail.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInStockDetail.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInStockDetail.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInStockDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn26,
     this.gridColumn17,
     this.gridColumn19,
     this.gridColumn6,
     this.gridColumn5,
     this.gridColumn4,
     this.gridColumn23});
     this.gvInStockDetail.GridControl = this.gcInStockDetail;
     this.gvInStockDetail.IndicatorWidth = 44;
     this.gvInStockDetail.Name = "gvInStockDetail";
     this.gvInStockDetail.OptionsBehavior.Editable = false;
     this.gvInStockDetail.OptionsView.ColumnAutoWidth = false;
     this.gvInStockDetail.OptionsView.ShowAutoFilterRow = true;
     this.gvInStockDetail.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;
     this.gridColumn2.Width = 119;
     //
     // 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;
     this.gridColumn3.Width = 96;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "供应商";
     this.gridColumn26.FieldName = "SuppName";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "商品编码";
     this.gridColumn17.FieldName = "OuterIid";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 3;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "规格编码";
     this.gridColumn19.FieldName = "OuterSkuId";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 4;
     this.gridColumn19.Width = 71;
     //
     // 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;
     this.gridColumn6.Width = 73;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "规格";
     this.gridColumn5.FieldName = "SkuProperties";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 6;
     this.gridColumn5.Width = 108;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.gridColumn4.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn4.Caption = "盘点数";
     this.gridColumn4.FieldName = "Num";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 7;
     this.gridColumn4.Width = 76;
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.gridColumn23.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn23.Caption = "原库存数";
     this.gridColumn23.FieldName = "Qty";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 8;
     //
     // mnuPanel1
     //
     this.mnuPanel1.Controls.Add(this.gcInStockDetail);
     this.mnuPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.mnuPanel1.Location = new System.Drawing.Point(0, 273);
     this.mnuPanel1.Name = "mnuPanel1";
     this.mnuPanel1.Size = new System.Drawing.Size(809, 212);
     this.mnuPanel1.TabIndex = 7;
     //
     // mnuPanel2
     //
     this.mnuPanel2.Controls.Add(this.xtraMain);
     this.mnuPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mnuPanel2.Location = new System.Drawing.Point(0, 90);
     this.mnuPanel2.Name = "mnuPanel2";
     this.mnuPanel2.Size = new System.Drawing.Size(809, 183);
     this.mnuPanel2.TabIndex = 8;
     //
     // xtraMain
     //
     this.xtraMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraMain.Location = new System.Drawing.Point(2, 2);
     this.xtraMain.Name = "xtraMain";
     this.xtraMain.SelectedTabPage = this.xtraTabPage1;
     this.xtraMain.Size = new System.Drawing.Size(805, 179);
     this.xtraMain.TabIndex = 8;
     this.xtraMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3,
     this.xtraTabPage5});
     this.xtraMain.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraMain_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gcInStockMarter);
     this.xtraTabPage1.Controls.Add(this.pgr1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(799, 150);
     this.xtraTabPage1.Text = "未提交";
     //
     // gcInStockMarter
     //
     this.gcInStockMarter.AutoCallWW = true;
     this.gcInStockMarter.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInStockMarter.ColorFieldName = null;
     this.gcInStockMarter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInStockMarter.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockMarter.ImageFields")));
     this.gcInStockMarter.Location = new System.Drawing.Point(0, 0);
     this.gcInStockMarter.MainView = this.gvInStockMarter;
     this.gcInStockMarter.MenuManager = this.baseBarMgr;
     this.gcInStockMarter.Name = "gcInStockMarter";
     this.gcInStockMarter.PopupMnu = null;
     this.gcInStockMarter.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockMarter.PopupTextFields")));
     this.gcInStockMarter.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockMarter.PopupTextFieldsReadOnly")));
     this.gcInStockMarter.PropName = "PropName";
     this.gcInStockMarter.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockMarter.PrvCityDistrict")));
     this.gcInStockMarter.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.gcInStockMarter.RightMenu = null;
     this.gcInStockMarter.RowCellColorStyleSource = null;
     this.gcInStockMarter.ShadowDataSource = null;
     this.gcInStockMarter.ShadowDataSourceKey = "Guid";
     this.gcInStockMarter.ShowIndicator = true;
     this.gcInStockMarter.ShowRowNumber = true;
     this.gcInStockMarter.Size = new System.Drawing.Size(799, 122);
     this.gcInStockMarter.TabIndex = 9;
     this.gcInStockMarter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInStockMarter});
     //
     // gvInStockMarter
     //
     this.gvInStockMarter.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInStockMarter.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInStockMarter.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInStockMarter.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInStockMarter.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn7,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn18,
     this.gridColumn20,
     this.gridColumn22,
     this.gridColumn21});
     this.gvInStockMarter.GridControl = this.gcInStockMarter;
     this.gvInStockMarter.IndicatorWidth = 44;
     this.gvInStockMarter.Name = "gvInStockMarter";
     this.gvInStockMarter.OptionsBehavior.Editable = false;
     this.gvInStockMarter.OptionsView.ColumnAutoWidth = false;
     this.gvInStockMarter.OptionsView.ShowAutoFilterRow = true;
     this.gvInStockMarter.OptionsView.ShowGroupPanel = false;
     this.gvInStockMarter.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvInStockMarter_FocusedRowChanged);
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "盘点单号";
     this.gridColumn7.FieldName = "CheckNo";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 0;
     this.gridColumn7.Width = 155;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "盘点时间";
     this.gridColumn11.FieldName = "CheckTime";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 1;
     this.gridColumn11.Width = 136;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "盘点人";
     this.gridColumn12.FieldName = "CheckUser";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 2;
     this.gridColumn12.Width = 86;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "是否驳回";
     this.gridColumn18.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn18.FieldName = "IsRefuse";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Width = 83;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "驳回备注";
     this.gridColumn20.FieldName = "RefuseRemark";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn20.Width = 191;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "驳回人";
     this.gridColumn22.FieldName = "RefuseUser";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn22.Width = 79;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "驳回时间";
     this.gridColumn21.FieldName = "RefuseTime";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn21.Width = 195;
     //
     // 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.gcInStockMarter;
     this.pgr1.Location = new System.Drawing.Point(0, 122);
     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(799, 28);
     this.pgr1.TabIndex = 8;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gcSubmit);
     this.xtraTabPage2.Controls.Add(this.pgr2);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(799, 150);
     this.xtraTabPage2.Text = "已提交";
     //
     // gcSubmit
     //
     this.gcSubmit.AutoCallWW = true;
     this.gcSubmit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcSubmit.ColorFieldName = null;
     this.gcSubmit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcSubmit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSubmit.ImageFields")));
     this.gcSubmit.Location = new System.Drawing.Point(0, 0);
     this.gcSubmit.MainView = this.gvSubmit;
     this.gcSubmit.MenuManager = this.baseBarMgr;
     this.gcSubmit.Name = "gcSubmit";
     this.gcSubmit.PopupMnu = null;
     this.gcSubmit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSubmit.PopupTextFields")));
     this.gcSubmit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSubmit.PopupTextFieldsReadOnly")));
     this.gcSubmit.PropName = "PropName";
     this.gcSubmit.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSubmit.PrvCityDistrict")));
     this.gcSubmit.RightMenu = null;
     this.gcSubmit.RowCellColorStyleSource = null;
     this.gcSubmit.ShadowDataSource = null;
     this.gcSubmit.ShadowDataSourceKey = "Guid";
     this.gcSubmit.ShowRowNumber = true;
     this.gcSubmit.Size = new System.Drawing.Size(799, 122);
     this.gcSubmit.TabIndex = 10;
     this.gcSubmit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvSubmit});
     //
     // gvSubmit
     //
     this.gvSubmit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvSubmit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvSubmit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvSubmit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvSubmit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn25,
     this.gridColumn30,
     this.gridColumn29,
     this.gridColumn42,
     this.gridColumn41});
     this.gvSubmit.GridControl = this.gcSubmit;
     this.gvSubmit.IndicatorWidth = 44;
     this.gvSubmit.Name = "gvSubmit";
     this.gvSubmit.OptionsBehavior.Editable = false;
     this.gvSubmit.OptionsView.ColumnAutoWidth = false;
     this.gvSubmit.OptionsView.ShowAutoFilterRow = true;
     this.gvSubmit.OptionsView.ShowGroupPanel = false;
     this.gvSubmit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvSubmit_FocusedRowChanged);
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "盘点单号";
     this.gridColumn25.FieldName = "CheckNo";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 0;
     this.gridColumn25.Width = 171;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "盘点人";
     this.gridColumn30.FieldName = "CheckUser";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 1;
     this.gridColumn30.Width = 70;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "盘点时间";
     this.gridColumn29.FieldName = "CheckTime";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 2;
     this.gridColumn29.Width = 100;
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "提交人";
     this.gridColumn42.FieldName = "SubmitUser";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 3;
     this.gridColumn42.Width = 79;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "提交时间";
     this.gridColumn41.FieldName = "SubmitTime";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 4;
     this.gridColumn41.Width = 129;
     //
     // pgr2
     //
     this.pgr2.Caller = null;
     this.pgr2.Counts = 0;
     this.pgr2.CurrentPage = 1;
     this.pgr2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr2.Grid = this.gcSubmit;
     this.pgr2.Location = new System.Drawing.Point(0, 122);
     this.pgr2.Name = "pgr2";
     this.pgr2.OrderBy = null;
     this.pgr2.PageCount = 0;
     this.pgr2.PageSize = 500;
     this.pgr2.PrefixWhr = null;
     this.pgr2.ResultData = null;
     this.pgr2.Size = new System.Drawing.Size(799, 28);
     this.pgr2.TabIndex = 9;
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.gcAudit);
     this.xtraTabPage3.Controls.Add(this.pgr3);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(799, 150);
     this.xtraTabPage3.Text = "已审核";
     //
     // gcAudit
     //
     this.gcAudit.AutoCallWW = true;
     this.gcAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcAudit.ColorFieldName = null;
     this.gcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.ImageFields")));
     this.gcAudit.Location = new System.Drawing.Point(0, 0);
     this.gcAudit.MainView = this.gvAudit;
     this.gcAudit.MenuManager = this.baseBarMgr;
     this.gcAudit.Name = "gcAudit";
     this.gcAudit.PopupMnu = null;
     this.gcAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFields")));
     this.gcAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFieldsReadOnly")));
     this.gcAudit.PropName = "PropName";
     this.gcAudit.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PrvCityDistrict")));
     this.gcAudit.RightMenu = null;
     this.gcAudit.RowCellColorStyleSource = null;
     this.gcAudit.ShadowDataSource = null;
     this.gcAudit.ShadowDataSourceKey = "Guid";
     this.gcAudit.ShowRowNumber = true;
     this.gcAudit.Size = new System.Drawing.Size(799, 122);
     this.gcAudit.TabIndex = 10;
     this.gcAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAudit});
     //
     // gvAudit
     //
     this.gvAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn43,
     this.gridColumn48,
     this.gridColumn47,
     this.gridColumn60,
     this.gridColumn59,
     this.gridColumn44,
     this.gridColumn46});
     this.gvAudit.GridControl = this.gcAudit;
     this.gvAudit.IndicatorWidth = 44;
     this.gvAudit.Name = "gvAudit";
     this.gvAudit.OptionsBehavior.Editable = false;
     this.gvAudit.OptionsView.ColumnAutoWidth = false;
     this.gvAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvAudit.OptionsView.ShowGroupPanel = false;
     this.gvAudit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvAudit_FocusedRowChanged);
     //
     // gridColumn43
     //
     this.gridColumn43.Caption = "盘点单号";
     this.gridColumn43.FieldName = "CheckNo";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 0;
     this.gridColumn43.Width = 154;
     //
     // gridColumn48
     //
     this.gridColumn48.Caption = "盘点人";
     this.gridColumn48.FieldName = "CheckUser";
     this.gridColumn48.Name = "gridColumn48";
     this.gridColumn48.Visible = true;
     this.gridColumn48.VisibleIndex = 1;
     this.gridColumn48.Width = 68;
     //
     // gridColumn47
     //
     this.gridColumn47.Caption = "盘点时间";
     this.gridColumn47.FieldName = "CheckTime";
     this.gridColumn47.Name = "gridColumn47";
     this.gridColumn47.Visible = true;
     this.gridColumn47.VisibleIndex = 2;
     this.gridColumn47.Width = 109;
     //
     // gridColumn60
     //
     this.gridColumn60.Caption = "提交人";
     this.gridColumn60.FieldName = "SubmitUser";
     this.gridColumn60.Name = "gridColumn60";
     this.gridColumn60.Visible = true;
     this.gridColumn60.VisibleIndex = 3;
     this.gridColumn60.Width = 73;
     //
     // gridColumn59
     //
     this.gridColumn59.Caption = "提交时间";
     this.gridColumn59.FieldName = "SubmitTime";
     this.gridColumn59.Name = "gridColumn59";
     this.gridColumn59.Visible = true;
     this.gridColumn59.VisibleIndex = 4;
     this.gridColumn59.Width = 117;
     //
     // gridColumn44
     //
     this.gridColumn44.Caption = "审核人";
     this.gridColumn44.FieldName = "Auditor";
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.Visible = true;
     this.gridColumn44.VisibleIndex = 5;
     this.gridColumn44.Width = 85;
     //
     // gridColumn46
     //
     this.gridColumn46.Caption = "审核时间";
     this.gridColumn46.FieldName = "AuditTime";
     this.gridColumn46.Name = "gridColumn46";
     this.gridColumn46.Visible = true;
     this.gridColumn46.VisibleIndex = 6;
     this.gridColumn46.Width = 191;
     //
     // pgr3
     //
     this.pgr3.Caller = null;
     this.pgr3.Counts = 0;
     this.pgr3.CurrentPage = 1;
     this.pgr3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr3.Grid = this.gcAudit;
     this.pgr3.Location = new System.Drawing.Point(0, 122);
     this.pgr3.Name = "pgr3";
     this.pgr3.OrderBy = null;
     this.pgr3.PageCount = 0;
     this.pgr3.PageSize = 500;
     this.pgr3.PrefixWhr = null;
     this.pgr3.ResultData = null;
     this.pgr3.Size = new System.Drawing.Size(799, 28);
     this.pgr3.TabIndex = 9;
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.gcInvalid);
     this.xtraTabPage5.Controls.Add(this.pgr4);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(799, 150);
     this.xtraTabPage5.Text = "已作废";
     //
     // gcInvalid
     //
     this.gcInvalid.AutoCallWW = true;
     this.gcInvalid.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInvalid.ColorFieldName = null;
     this.gcInvalid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInvalid.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.ImageFields")));
     this.gcInvalid.Location = new System.Drawing.Point(0, 0);
     this.gcInvalid.MainView = this.gvInvalid;
     this.gcInvalid.MenuManager = this.baseBarMgr;
     this.gcInvalid.Name = "gcInvalid";
     this.gcInvalid.PopupMnu = null;
     this.gcInvalid.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFields")));
     this.gcInvalid.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFieldsReadOnly")));
     this.gcInvalid.PropName = "PropName";
     this.gcInvalid.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PrvCityDistrict")));
     this.gcInvalid.RightMenu = null;
     this.gcInvalid.RowCellColorStyleSource = null;
     this.gcInvalid.ShadowDataSource = null;
     this.gcInvalid.ShadowDataSourceKey = "Guid";
     this.gcInvalid.ShowRowNumber = true;
     this.gcInvalid.Size = new System.Drawing.Size(799, 122);
     this.gcInvalid.TabIndex = 11;
     this.gcInvalid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInvalid});
     //
     // gvInvalid
     //
     this.gvInvalid.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInvalid.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInvalid.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn16,
     this.gridColumn24});
     this.gvInvalid.GridControl = this.gcInvalid;
     this.gvInvalid.IndicatorWidth = 44;
     this.gvInvalid.Name = "gvInvalid";
     this.gvInvalid.OptionsBehavior.Editable = false;
     this.gvInvalid.OptionsView.ColumnAutoWidth = false;
     this.gvInvalid.OptionsView.ShowAutoFilterRow = true;
     this.gvInvalid.OptionsView.ShowGroupPanel = false;
     this.gvInvalid.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvInvalid_FocusedRowChanged);
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "盘点单号";
     this.gridColumn8.FieldName = "CheckNo";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 0;
     this.gridColumn8.Width = 154;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "盘点人";
     this.gridColumn9.FieldName = "CheckUser";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 1;
     this.gridColumn9.Width = 97;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "盘点时间";
     this.gridColumn10.FieldName = "CheckTime";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 2;
     this.gridColumn10.Width = 103;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "提交人";
     this.gridColumn13.FieldName = "SubmitUser";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 3;
     this.gridColumn13.Width = 76;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "提交时间";
     this.gridColumn14.FieldName = "SubmitTime";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 4;
     this.gridColumn14.Width = 103;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "作废人";
     this.gridColumn15.FieldName = "Invalider";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 5;
     this.gridColumn15.Width = 77;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "作废时间";
     this.gridColumn16.FieldName = "InvalidTime";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 6;
     this.gridColumn16.Width = 130;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "原因";
     this.gridColumn24.FieldName = "InvalidRemark";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 7;
     //
     // pgr4
     //
     this.pgr4.Caller = null;
     this.pgr4.Counts = 0;
     this.pgr4.CurrentPage = 1;
     this.pgr4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr4.Grid = this.gcInvalid;
     this.pgr4.Location = new System.Drawing.Point(0, 122);
     this.pgr4.Name = "pgr4";
     this.pgr4.OrderBy = null;
     this.pgr4.PageCount = 0;
     this.pgr4.PageSize = 500;
     this.pgr4.PrefixWhr = null;
     this.pgr4.ResultData = null;
     this.pgr4.Size = new System.Drawing.Size(799, 28);
     this.pgr4.TabIndex = 10;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitterControl1.Location = new System.Drawing.Point(0, 268);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(809, 5);
     this.splitterControl1.TabIndex = 9;
     this.splitterControl1.TabStop = false;
     //
     // IvtCheckMaster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(809, 485);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.mnuPanel2);
     this.Controls.Add(this.mnuPanel1);
     this.Controls.Add(this.pnlquery);
     this.Name = "IvtCheckMaster";
     this.Text = "库存盘点";
     this.Load += new System.EventHandler(this.IvtCheckMaster_Load);
     this.Controls.SetChildIndex(this.pnlquery, 0);
     this.Controls.SetChildIndex(this.mnuPanel1, 0);
     this.Controls.SetChildIndex(this.mnuPanel2, 0);
     this.Controls.SetChildIndex(this.splitterControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pnlquery)).EndInit();
     this.pnlquery.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.usredt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.userGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtivcno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareedt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcInStockDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInStockDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel1)).EndInit();
     this.mnuPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel2)).EndInit();
     this.mnuPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraMain)).EndInit();
     this.xtraMain.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcInStockMarter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInStockMarter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcSubmit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSubmit)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).EndInit();
     this.xtraTabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).EndInit();
     this.ResumeLayout(false);
 }
예제 #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(IvtAdjEdt));
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.txtsku = new Ultra.FASControls.LabelTextBox();
     this.txtitem = new Ultra.FASControls.LabelTextBox();
     this.loc = new Ultra.FASControls.BusControls.LocEdtGridEdit();
     this.locEdtGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.area = new Ultra.FASControls.BusControls.WareAreaGridEdit();
     this.wareAreaGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.wre = new Ultra.FASControls.BusControls.WareHouseGridEdit();
     this.wareHouseGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.btnCtl1 = new FAC.Login.Controls.BtnCtl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gcStock = new Ultra.FASControls.GridControlEx();
     this.gvStock = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = 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.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.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.pgr1 = new Ultra.FASControls.IvtCollectPager();
     this.gcSt = new Ultra.FASControls.GridControlEx();
     this.gvSt = 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.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = 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.panelControl4 = 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.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtsku.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.loc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.locEdtGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.area.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareAreaGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wre.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).BeginInit();
     ((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.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((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.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(19721, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(19636, 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.Controls.Add(this.panelControl2);
     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);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.txtsku);
     this.panelControl2.Controls.Add(this.txtitem);
     this.panelControl2.Controls.Add(this.loc);
     this.panelControl2.Controls.Add(this.area);
     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(2, 2);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(997, 29);
     this.panelControl2.TabIndex = 2;
     //
     // txtsku
     //
     this.txtsku.LabelText = "规格";
     this.txtsku.Location = new System.Drawing.Point(674, 5);
     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(159, 21);
     this.txtsku.TabIndex = 7;
     //
     // txtitem
     //
     this.txtitem.LabelText = "商品";
     this.txtitem.Location = new System.Drawing.Point(479, 5);
     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(190, 21);
     this.txtitem.TabIndex = 8;
     //
     // loc
     //
     this.loc.ClearButtonText = "清除所选";
     this.loc.ColumnCaption = "库位";
     this.loc.ColumnItemsEx2 = null;
     this.loc.DisplayMember = "LocName";
     this.loc.EditValue = "";
     this.loc.LabelText = "库位";
     this.loc.Location = new System.Drawing.Point(328, 5);
     this.loc.Name = "loc";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.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, "库位", 50, 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.loc.Properties.DisplayMember = "LocName";
     this.loc.Properties.NullText = "";
     this.loc.Properties.ValueMember = "Guid";
     this.loc.Properties.View = this.locEdtGridEdit1View;
     this.loc.SelectedValue = null;
     this.loc.ShowClearButton = true;
     this.loc.Size = new System.Drawing.Size(145, 21);
     this.loc.TabIndex = 6;
     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 = null;
     this.area.DisplayMember = "AreaName";
     this.area.EditValue = "";
     this.area.LabelText = "区域";
     this.area.Location = new System.Drawing.Point(168, 5);
     this.area.Name = "area";
     serializableAppearanceObject5.Options.UseTextOptions = true;
     serializableAppearanceObject5.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, "区域", 50, 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.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), serializableAppearanceObject6, "清除所选", null, null, true)});
     this.area.Properties.DisplayMember = "AreaName";
     this.area.Properties.NullText = "";
     this.area.Properties.ValueMember = "Guid";
     this.area.Properties.View = this.wareAreaGridEdit1View;
     this.area.SelectedValue = null;
     this.area.ShowClearButton = true;
     this.area.Size = new System.Drawing.Size(154, 21);
     this.area.TabIndex = 5;
     this.area.ValueMember = "Guid";
     //
     // wareAreaGridEdit1View
     //
     this.wareAreaGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.wareAreaGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.wareAreaGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.wareAreaGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.wareAreaGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.wareAreaGridEdit1View.Name = "wareAreaGridEdit1View";
     this.wareAreaGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.wareAreaGridEdit1View.OptionsBehavior.Editable = false;
     this.wareAreaGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.wareAreaGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // 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";
     serializableAppearanceObject7.Options.UseTextOptions = true;
     serializableAppearanceObject7.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), serializableAppearanceObject7, "", 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), serializableAppearanceObject8, "清除所选", 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(839, 1);
     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);
     //
     // 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, 31);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gcStock);
     this.splitContainerControl1.Panel1.Controls.Add(this.panelControl1);
     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.panelControl4);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(997, 436);
     this.splitContainerControl1.SplitterPosition = 191;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // gcStock
     //
     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, 0);
     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.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, 185);
     this.gcStock.TabIndex = 9;
     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.gridColumn27,
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn7,
     this.gridColumn32,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn16,
     this.gridColumn18,
     this.gridColumn3});
     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;
     //
     // gridColumn27
     //
     this.gridColumn27.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridColumn27.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn27.Caption = "选择";
     this.gridColumn27.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // 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 = 4;
     //
     // 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 = 5;
     //
     // 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 = 6;
     //
     // gridColumn32
     //
     this.gridColumn32.Caption = "供应商";
     this.gridColumn32.FieldName = "SuppName";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "商品编码";
     this.gridColumn9.FieldName = "OuterIid";
     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 = "OuterSkuId";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 1;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "商品";
     this.gridColumn11.FieldName = "ItemName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 2;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "规格";
     this.gridColumn12.FieldName = "SkuProperties";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 3;
     //
     // 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 = 7;
     //
     // gridColumn14
     //
     this.gridColumn14.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridColumn14.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn14.Caption = "移出数量";
     this.gridColumn14.FieldName = "PrintQty";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "移入仓库";
     this.gridColumn15.FieldName = "SaleQty";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn16
     //
     this.gridColumn16.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.gridColumn16.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn16.Caption = "移入区域";
     this.gridColumn16.FieldName = "GoodsQty";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "移入库位";
     this.gridColumn18.FieldName = "WayQty";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     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;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 185);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(997, 27);
     this.panelControl1.TabIndex = 10;
     //
     // 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(10, 7);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(84, 14);
     this.labelControl1.TabIndex = 10;
     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, 212);
     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, 28);
     this.pgr1.TabIndex = 8;
     //
     // gcSt
     //
     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.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, 164);
     this.gcSt.TabIndex = 8;
     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.gridColumn5,
     this.gridColumn6,
     this.gridColumn8,
     this.gridColumn33,
     this.gridColumn17,
     this.gridColumn19,
     this.gridColumn20,
     this.gridColumn21,
     this.gridColumn22,
     this.gridColumn23,
     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;
     //
     // 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;
     //
     // 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;
     //
     // 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 = 0;
     //
     // 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 = 1;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "商品";
     this.gridColumn20.FieldName = "ItemName";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     this.gridColumn20.OptionsColumn.ReadOnly = true;
     this.gridColumn20.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 2;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "规格";
     this.gridColumn21.FieldName = "SkuProperties";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.OptionsColumn.AllowEdit = false;
     this.gridColumn21.OptionsColumn.ReadOnly = true;
     this.gridColumn21.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 3;
     //
     // 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 = 7;
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     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 = 8;
     //
     // 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)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     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 = 9;
     //
     // 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;
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.labelControl2);
     this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl4.Location = new System.Drawing.Point(0, 164);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(997, 27);
     this.panelControl4.TabIndex = 11;
     //
     // 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(5, 7);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(84, 14);
     this.labelControl2.TabIndex = 10;
     this.labelControl2.Text = "双击行移除商品";
     //
     // IvtAdjEdt
     //
     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 = "IvtAdjEdt";
     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.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtsku.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.loc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.locEdtGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.area.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareAreaGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wre.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).EndInit();
     ((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.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((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.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.panelControl4.PerformLayout();
     this.ResumeLayout(false);
 }