From 0a2d917dba66be92bfaa628abee1a5792f0f4e7a Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期三, 11 九月 2024 11:09:59 +0800
Subject: [PATCH] 日志

---
 DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs
index 049182b..e3fe1dd 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs
@@ -43,10 +43,13 @@
             this.label3 = new System.Windows.Forms.Label();
             this.label2 = new System.Windows.Forms.Label();
             this.label1 = new System.Windows.Forms.Label();
+            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+            this.button1 = new System.Windows.Forms.Button();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).BeginInit();
+            this.xtraTabPage2.SuspendLayout();
             this.SuspendLayout();
             // 
             // xtraTabControl1
@@ -58,7 +61,8 @@
             this.xtraTabControl1.Size = new System.Drawing.Size(889, 524);
             this.xtraTabControl1.TabIndex = 0;
             this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
-            this.xtraTabPage1});
+            this.xtraTabPage1,
+            this.xtraTabPage2});
             // 
             // xtraTabPage1
             // 
@@ -78,7 +82,7 @@
             this.xtraTabPage1.Controls.Add(this.label1);
             this.xtraTabPage1.Name = "xtraTabPage1";
             this.xtraTabPage1.Size = new System.Drawing.Size(887, 492);
-            this.xtraTabPage1.Text = "閰嶇疆淇℃伅";
+            this.xtraTabPage1.Text = "Dev浠g爜鐢熸垚鍣�";
             // 
             // lbMsg
             // 
@@ -196,6 +200,23 @@
             this.label1.TabIndex = 257;
             this.label1.Text = "閫夋嫨琛ㄦ垨瑙嗗浘锛�";
             // 
+            // xtraTabPage2
+            // 
+            this.xtraTabPage2.Controls.Add(this.button1);
+            this.xtraTabPage2.Name = "xtraTabPage2";
+            this.xtraTabPage2.Size = new System.Drawing.Size(887, 492);
+            this.xtraTabPage2.Text = "Dev鎶ヨ〃璁捐鍣�";
+            // 
+            // button1
+            // 
+            this.button1.Location = new System.Drawing.Point(39, 70);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(194, 41);
+            this.button1.TabIndex = 1;
+            this.button1.Text = "鐢ㄦ埛鏉冮檺鎶ヨ〃";
+            this.button1.UseVisualStyleBackColor = true;
+            this.button1.Click += new System.EventHandler(this.button1_Click);
+            // 
             // EasyCode
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -209,6 +230,7 @@
             this.xtraTabPage1.ResumeLayout(false);
             this.xtraTabPage1.PerformLayout();
             ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).EndInit();
+            this.xtraTabPage2.ResumeLayout(false);
             this.ResumeLayout(false);
 
         }
@@ -229,5 +251,7 @@
         private System.Windows.Forms.Label label2;
         private System.Windows.Forms.Label label1;
         private System.Windows.Forms.Label lbMsg;
+        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
+        private System.Windows.Forms.Button button1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3