winform+dev的前后台分离标准项目
lg
2024-09-01 6c8e038aad394c1e91c8c046d3de25dc8e84ecbe
DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs
@@ -105,7 +105,7 @@
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(109, 16);
            this.txtName.Location = new System.Drawing.Point(115, 16);
            this.txtName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(297, 24);
@@ -131,7 +131,7 @@
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(34, 67);
            this.labelControl7.Location = new System.Drawing.Point(31, 67);
            this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(75, 18);
@@ -180,7 +180,7 @@
            // 
            this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
            this.labelControl9.Appearance.Options.UseForeColor = true;
            this.labelControl9.Location = new System.Drawing.Point(415, 98);
            this.labelControl9.Location = new System.Drawing.Point(418, 98);
            this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(8, 18);
@@ -189,7 +189,7 @@
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(37, 152);
            this.labelControl5.Location = new System.Drawing.Point(31, 152);
            this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(75, 18);
@@ -198,7 +198,7 @@
            // 
            // txtStatus
            // 
            this.txtStatus.Location = new System.Drawing.Point(117, 148);
            this.txtStatus.Location = new System.Drawing.Point(115, 148);
            this.txtStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtStatus.Name = "txtStatus";
            this.txtStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
@@ -217,8 +217,11 @@
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(753, 473);
            this.Controls.Add(this.tabControl1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "RoleAdd";
            this.Text = "RoleAdd";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "角色信息";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);