lg
2024-09-11 0a2d917dba66be92bfaa628abee1a5792f0f4e7a
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代码生成器";
            // 
            // 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;
    }
}