| | |
| | | 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 |
| | |
| | | this.xtraTabControl1.TabIndex = 0; |
| | | this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { |
| | | this.xtraTabPage1, |
| | | this.xtraTabPage2}); |
| | | this.xtraTabPage2, |
| | | this.xtraTabPage3}); |
| | | // |
| | | // xtraTabPage1 |
| | | // |
| | |
| | | this.btnToPath.TabIndex = 265; |
| | | this.btnToPath.Text = "选择路径"; |
| | | this.btnToPath.UseVisualStyleBackColor = true; |
| | | this.btnToPath.Click += new System.EventHandler(this.btnToPath_Click_1); |
| | | // |
| | | // txtCreateDBPath |
| | | // |
| | |
| | | // |
| | | // 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 |
| | | // |
| | |
| | | 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); |
| | | |
| | | } |
| | |
| | | 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; |
| | | } |
| | | } |