From ae27635bd92120d0dd975d8480c344162610219a Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期二, 17 九月 2024 10:35:01 +0800 Subject: [PATCH] 文件上传 --- DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs | 89 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 86 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs index e3fe1dd..7286fb6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs @@ -45,11 +45,21 @@ this.label1 = new System.Windows.Forms.Label(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.button1 = new System.Windows.Forms.Button(); + this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); + this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); + this.progressBar1 = new System.Windows.Forms.ProgressBar(); + this.btnUp = new DevExpress.XtraEditors.SimpleButton(); + this.btnUpSelect = new System.Windows.Forms.Button(); + this.txtUpUrl = new System.Windows.Forms.TextBox(); + this.label7 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).BeginInit(); this.xtraTabPage2.SuspendLayout(); + this.xtraTabPage3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); + this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // xtraTabControl1 @@ -62,7 +72,8 @@ this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, - this.xtraTabPage2}); + this.xtraTabPage2, + this.xtraTabPage3}); // // xtraTabPage1 // @@ -119,7 +130,6 @@ this.btnToPath.TabIndex = 265; this.btnToPath.Text = "閫夋嫨璺緞"; this.btnToPath.UseVisualStyleBackColor = true; - this.btnToPath.Click += new System.EventHandler(this.btnToPath_Click_1); // // txtCreateDBPath // @@ -209,13 +219,75 @@ // // button1 // - this.button1.Location = new System.Drawing.Point(39, 70); + this.button1.Location = new System.Drawing.Point(113, 81); 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); + // + // xtraTabPage3 + // + this.xtraTabPage3.Controls.Add(this.panelControl1); + this.xtraTabPage3.Name = "xtraTabPage3"; + this.xtraTabPage3.Size = new System.Drawing.Size(887, 492); + this.xtraTabPage3.Text = "Dev鏂囦欢涓婁紶"; + // + // panelControl1 + // + this.panelControl1.Controls.Add(this.progressBar1); + this.panelControl1.Controls.Add(this.btnUp); + this.panelControl1.Controls.Add(this.btnUpSelect); + this.panelControl1.Controls.Add(this.txtUpUrl); + this.panelControl1.Controls.Add(this.label7); + this.panelControl1.Location = new System.Drawing.Point(106, 83); + this.panelControl1.Name = "panelControl1"; + this.panelControl1.Size = new System.Drawing.Size(609, 331); + this.panelControl1.TabIndex = 0; + // + // progressBar1 + // + this.progressBar1.Location = new System.Drawing.Point(84, 271); + this.progressBar1.Name = "progressBar1"; + this.progressBar1.Size = new System.Drawing.Size(100, 23); + this.progressBar1.TabIndex = 271; + // + // btnUp + // + this.btnUp.Location = new System.Drawing.Point(157, 179); + this.btnUp.Name = "btnUp"; + this.btnUp.Size = new System.Drawing.Size(94, 29); + this.btnUp.TabIndex = 270; + this.btnUp.Text = "纭畾涓婁紶"; + // + // btnUpSelect + // + this.btnUpSelect.Location = new System.Drawing.Point(472, 97); + this.btnUpSelect.Margin = new System.Windows.Forms.Padding(4); + this.btnUpSelect.Name = "btnUpSelect"; + this.btnUpSelect.Size = new System.Drawing.Size(79, 26); + this.btnUpSelect.TabIndex = 269; + this.btnUpSelect.Text = "閫夋嫨璺緞"; + this.btnUpSelect.UseVisualStyleBackColor = true; + // + // txtUpUrl + // + this.txtUpUrl.Location = new System.Drawing.Point(157, 97); + this.txtUpUrl.Margin = new System.Windows.Forms.Padding(4); + this.txtUpUrl.Name = "txtUpUrl"; + this.txtUpUrl.Size = new System.Drawing.Size(307, 26); + this.txtUpUrl.TabIndex = 268; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(44, 101); + this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(83, 18); + this.label7.TabIndex = 267; + this.label7.Text = "閫夋嫨鏂囦欢锛�"; // // EasyCode // @@ -231,6 +303,10 @@ this.xtraTabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).EndInit(); this.xtraTabPage2.ResumeLayout(false); + this.xtraTabPage3.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); + this.panelControl1.ResumeLayout(false); + this.panelControl1.PerformLayout(); this.ResumeLayout(false); } @@ -253,5 +329,12 @@ private System.Windows.Forms.Label lbMsg; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private System.Windows.Forms.Button button1; + private DevExpress.XtraTab.XtraTabPage xtraTabPage3; + private DevExpress.XtraEditors.PanelControl panelControl1; + private System.Windows.Forms.Button btnUpSelect; + private System.Windows.Forms.TextBox txtUpUrl; + private System.Windows.Forms.Label label7; + private DevExpress.XtraEditors.SimpleButton btnUp; + private System.Windows.Forms.ProgressBar progressBar1; } } \ No newline at end of file -- Gitblit v1.9.3