From baef454ef7dc66bc1dfbe7abef57f497ae1e05a1 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 04 六月 2025 08:28:15 +0800
Subject: [PATCH] iqc巡检导出
---
DevApp/Gs.DevApp/UserControl/ShowUp.Designer.cs | 87 ++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 84 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/ShowUp.Designer.cs b/DevApp/Gs.DevApp/UserControl/ShowUp.Designer.cs
index 3c820e5..eea023f 100644
--- a/DevApp/Gs.DevApp/UserControl/ShowUp.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ShowUp.Designer.cs
@@ -29,22 +29,91 @@
private void InitializeComponent()
{
this.ucUpFile1 = new Gs.DevApp.UserControl.UCUpFile();
+ this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+ this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+ this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+ this.sidePanel1 = new DevExpress.XtraEditors.SidePanel();
+ this.label1 = new System.Windows.Forms.Label();
+ this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+ this.xtraTabControl1.SuspendLayout();
+ this.xtraTabPage1.SuspendLayout();
+ this.xtraTabPage2.SuspendLayout();
+ this.sidePanel1.SuspendLayout();
this.SuspendLayout();
//
// ucUpFile1
//
- this.ucUpFile1.Location = new System.Drawing.Point(39, 80);
+ this.ucUpFile1.Location = new System.Drawing.Point(10, 55);
this.ucUpFile1.Name = "ucUpFile1";
+ this.ucUpFile1.parentGroup = null;
this.ucUpFile1.parentGuid = null;
this.ucUpFile1.Size = new System.Drawing.Size(613, 59);
this.ucUpFile1.TabIndex = 0;
+ //
+ // 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.xtraTabPage1;
+ this.xtraTabControl1.Size = new System.Drawing.Size(724, 318);
+ this.xtraTabControl1.TabIndex = 1;
+ this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+ this.xtraTabPage1,
+ this.xtraTabPage2});
+ //
+ // xtraTabPage1
+ //
+ this.xtraTabPage1.Controls.Add(this.ucUpFile1);
+ this.xtraTabPage1.Name = "xtraTabPage1";
+ this.xtraTabPage1.Size = new System.Drawing.Size(722, 286);
+ this.xtraTabPage1.Text = "涓婁紶鏂囦欢";
+ //
+ // xtraTabPage2
+ //
+ this.xtraTabPage2.Controls.Add(this.flowLayoutPanel1);
+ this.xtraTabPage2.Controls.Add(this.sidePanel1);
+ this.xtraTabPage2.Name = "xtraTabPage2";
+ this.xtraTabPage2.Size = new System.Drawing.Size(722, 286);
+ this.xtraTabPage2.Text = "涓嬭浇妯℃澘";
+ //
+ // sidePanel1
+ //
+ this.sidePanel1.Controls.Add(this.label1);
+ this.sidePanel1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.sidePanel1.Location = new System.Drawing.Point(0, 0);
+ this.sidePanel1.Name = "sidePanel1";
+ this.sidePanel1.Size = new System.Drawing.Size(722, 85);
+ this.sidePanel1.TabIndex = 3;
+ this.sidePanel1.Text = "sidePanel1";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.ForeColor = System.Drawing.Color.Red;
+ this.label1.Location = new System.Drawing.Point(37, 13);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(271, 54);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "鍙嬫儏鎻愰啋锛歕r\n1锛岃涓嶈淇敼琛ㄦ牸鐨勬牱寮忋�俓r\n2锛岄噸澶嶇殑鏁版嵁灏嗕細琚繃婊わ紝涓嶄細瀵煎叆銆�";
+ //
+ // flowLayoutPanel1
+ //
+ this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 85);
+ this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
+ this.flowLayoutPanel1.Name = "flowLayoutPanel1";
+ this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(5);
+ this.flowLayoutPanel1.Size = new System.Drawing.Size(722, 201);
+ this.flowLayoutPanel1.TabIndex = 2;
//
// ShowUp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(724, 247);
- this.Controls.Add(this.ucUpFile1);
+ this.ClientSize = new System.Drawing.Size(724, 318);
+ this.Controls.Add(this.xtraTabControl1);
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
this.MaximizeBox = false;
this.MinimizeBox = false;
@@ -52,6 +121,12 @@
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "鏂囦欢涓婁紶";
this.TopMost = true;
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+ this.xtraTabControl1.ResumeLayout(false);
+ this.xtraTabPage1.ResumeLayout(false);
+ this.xtraTabPage2.ResumeLayout(false);
+ this.sidePanel1.ResumeLayout(false);
+ this.sidePanel1.PerformLayout();
this.ResumeLayout(false);
}
@@ -59,5 +134,11 @@
#endregion
private UCUpFile ucUpFile1;
+ private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
+ private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
+ private DevExpress.XtraEditors.SidePanel sidePanel1;
+ private System.Windows.Forms.Label label1;
}
}
\ No newline at end of file
--
Gitblit v1.9.3