From d819916854d5c23e6ffa7cab3237615d0d50007f Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 25 三月 2025 17:03:29 +0800 Subject: [PATCH] 到货单 --- DevApp/Gs.DevApp/DevFrm/XtraForm2.Designer.cs | 72 +++++++++++++++++++++++++++++++++--- 1 files changed, 66 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/XtraForm2.Designer.cs b/DevApp/Gs.DevApp/DevFrm/XtraForm2.Designer.cs index 555b968..eb6b4af 100644 --- a/DevApp/Gs.DevApp/DevFrm/XtraForm2.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/XtraForm2.Designer.cs @@ -32,24 +32,34 @@ this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.gcMain1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); + this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); + this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); + this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); + this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); + this.xtraTabControl1.SuspendLayout(); + this.xtraTabPage1.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // + this.panelControl1.Controls.Add(this.labelControl3); + this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; - this.panelControl1.Size = new System.Drawing.Size(1046, 77); + this.panelControl1.Size = new System.Drawing.Size(1046, 59); this.panelControl1.TabIndex = 0; // // labelControl1 // - this.labelControl1.Location = new System.Drawing.Point(138, 54); + this.labelControl1.Location = new System.Drawing.Point(88, 12); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(30, 18); this.labelControl1.TabIndex = 0; @@ -57,11 +67,11 @@ // // gcMain1 // - this.gcMain1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.gcMain1.Location = new System.Drawing.Point(0, 123); + this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; + this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; - this.gcMain1.Size = new System.Drawing.Size(1046, 531); + this.gcMain1.Size = new System.Drawing.Size(1044, 563); this.gcMain1.TabIndex = 1; this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); @@ -72,13 +82,55 @@ this.gridView1.GridControl = this.gcMain1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.RowAutoHeight = true; + this.gridView1.RowHeight = 50; + // + // labelControl2 + // + this.labelControl2.Location = new System.Drawing.Point(217, 12); + this.labelControl2.Name = "labelControl2"; + this.labelControl2.Size = new System.Drawing.Size(112, 18); + this.labelControl2.TabIndex = 1; + this.labelControl2.Text = "浣犲ソ锛宧ello锛�123"; + // + // labelControl3 + // + this.labelControl3.Location = new System.Drawing.Point(412, 13); + this.labelControl3.Name = "labelControl3"; + this.labelControl3.Size = new System.Drawing.Size(24, 18); + this.labelControl3.TabIndex = 2; + this.labelControl3.Text = "123"; + // + // xtraTabControl1 + // + this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.xtraTabControl1.Location = new System.Drawing.Point(0, 59); + this.xtraTabControl1.Name = "xtraTabControl1"; + this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; + this.xtraTabControl1.Size = new System.Drawing.Size(1046, 595); + this.xtraTabControl1.TabIndex = 2; + this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { + this.xtraTabPage1, + this.xtraTabPage2}); + // + // xtraTabPage1 + // + this.xtraTabPage1.Controls.Add(this.gcMain1); + this.xtraTabPage1.Name = "xtraTabPage1"; + this.xtraTabPage1.Size = new System.Drawing.Size(1044, 563); + this.xtraTabPage1.Text = "xtraTabPage1"; + // + // xtraTabPage2 + // + this.xtraTabPage2.Name = "xtraTabPage2"; + this.xtraTabPage2.Size = new System.Drawing.Size(298, 268); + this.xtraTabPage2.Text = "xtraTabPage2"; // // XtraForm2 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1046, 654); - this.Controls.Add(this.gcMain1); + this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.panelControl1); this.Name = "XtraForm2"; this.Text = "XtraForm2"; @@ -87,6 +139,9 @@ this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); + this.xtraTabControl1.ResumeLayout(false); + this.xtraTabPage1.ResumeLayout(false); this.ResumeLayout(false); } @@ -97,5 +152,10 @@ private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraGrid.GridControl gcMain1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; + private DevExpress.XtraEditors.LabelControl labelControl2; + private DevExpress.XtraEditors.LabelControl labelControl3; + private DevExpress.XtraTab.XtraTabControl xtraTabControl1; + private DevExpress.XtraTab.XtraTabPage xtraTabPage1; + private DevExpress.XtraTab.XtraTabPage xtraTabPage2; } } \ No newline at end of file -- Gitblit v1.9.3