From 2ba8bd4b8e381e173e10d69396a744708b2f32e5 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 30 八月 2024 11:05:55 +0800 Subject: [PATCH] 用户管理 --- DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 251 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs new file mode 100644 index 0000000..eb973ee --- /dev/null +++ b/DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs @@ -0,0 +1,251 @@ +锘� +namespace Gs.DevApp.DevFrm.User +{ + partial class RoleAdd + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.tabPage1 = new System.Windows.Forms.TabPage(); + this.panel1 = new System.Windows.Forms.Panel(); + this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); + this.txtName = new DevExpress.XtraEditors.TextEdit(); + this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); + this.txtRemark = new DevExpress.XtraEditors.MemoEdit(); + this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); + this.lbGuid = new System.Windows.Forms.Label(); + this.btnEsc = new DevExpress.XtraEditors.SimpleButton(); + this.btnSave = new DevExpress.XtraEditors.SimpleButton(); + this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); + this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); + this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); + this.txtStatus = new DevExpress.XtraEditors.ComboBoxEdit(); + this.tabControl1.SuspendLayout(); + this.tabPage1.SuspendLayout(); + this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit(); + this.SuspendLayout(); + // + // tabControl1 + // + this.tabControl1.Controls.Add(this.tabPage1); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControl1.Location = new System.Drawing.Point(0, 0); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(753, 473); + this.tabControl1.TabIndex = 3; + // + // tabPage1 + // + this.tabPage1.Controls.Add(this.panel1); + this.tabPage1.Location = new System.Drawing.Point(4, 27); + this.tabPage1.Name = "tabPage1"; + this.tabPage1.Padding = new System.Windows.Forms.Padding(3); + this.tabPage1.Size = new System.Drawing.Size(745, 442); + this.tabPage1.TabIndex = 0; + this.tabPage1.Text = "鍩虹淇℃伅"; + this.tabPage1.UseVisualStyleBackColor = true; + // + // panel1 + // + this.panel1.Controls.Add(this.labelControl10); + this.panel1.Controls.Add(this.txtName); + this.panel1.Controls.Add(this.labelControl8); + this.panel1.Controls.Add(this.txtRemark); + this.panel1.Controls.Add(this.labelControl7); + this.panel1.Controls.Add(this.lbGuid); + this.panel1.Controls.Add(this.btnEsc); + this.panel1.Controls.Add(this.btnSave); + this.panel1.Controls.Add(this.labelControl12); + this.panel1.Controls.Add(this.labelControl9); + this.panel1.Controls.Add(this.labelControl5); + this.panel1.Controls.Add(this.txtStatus); + this.panel1.Location = new System.Drawing.Point(57, 6); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(585, 386); + this.panel1.TabIndex = 0; + // + // labelControl10 + // + this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red; + this.labelControl10.Appearance.Options.UseForeColor = true; + this.labelControl10.Location = new System.Drawing.Point(418, 29); + this.labelControl10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl10.Name = "labelControl10"; + this.labelControl10.Size = new System.Drawing.Size(8, 18); + this.labelControl10.TabIndex = 129; + this.labelControl10.Text = "*"; + // + // txtName + // + this.txtName.Location = new System.Drawing.Point(109, 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); + this.txtName.TabIndex = 128; + // + // labelControl8 + // + this.labelControl8.Location = new System.Drawing.Point(31, 20); + this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl8.Name = "labelControl8"; + this.labelControl8.Size = new System.Drawing.Size(75, 18); + this.labelControl8.TabIndex = 127; + this.labelControl8.Text = "瑙掕壊鍚嶇О锛�"; + // + // txtRemark + // + this.txtRemark.Location = new System.Drawing.Point(115, 54); + this.txtRemark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.txtRemark.Name = "txtRemark"; + this.txtRemark.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; + this.txtRemark.Size = new System.Drawing.Size(297, 68); + this.txtRemark.TabIndex = 126; + // + // labelControl7 + // + this.labelControl7.Location = new System.Drawing.Point(34, 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); + this.labelControl7.TabIndex = 125; + this.labelControl7.Text = "瑙掕壊澶囨敞锛�"; + // + // lbGuid + // + this.lbGuid.AutoSize = true; + this.lbGuid.Location = new System.Drawing.Point(62, 251); + this.lbGuid.Name = "lbGuid"; + this.lbGuid.Size = new System.Drawing.Size(39, 18); + this.lbGuid.TabIndex = 1; + this.lbGuid.Text = "guid:"; + // + // btnEsc + // + this.btnEsc.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.reviewingpane_32x32; + this.btnEsc.Location = new System.Drawing.Point(246, 198); + this.btnEsc.Name = "btnEsc"; + this.btnEsc.Size = new System.Drawing.Size(94, 29); + this.btnEsc.TabIndex = 111; + this.btnEsc.Text = "鍙栨秷"; + // + // btnSave + // + this.btnSave.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_32x321; + this.btnSave.Location = new System.Drawing.Point(115, 198); + this.btnSave.Name = "btnSave"; + this.btnSave.Size = new System.Drawing.Size(94, 29); + this.btnSave.TabIndex = 110; + this.btnSave.Text = "淇濆瓨"; + // + // labelControl12 + // + this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; + this.labelControl12.Appearance.Options.UseForeColor = true; + this.labelControl12.Location = new System.Drawing.Point(418, 55); + this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl12.Name = "labelControl12"; + this.labelControl12.Size = new System.Drawing.Size(8, 18); + this.labelControl12.TabIndex = 107; + this.labelControl12.Text = "*"; + // + // labelControl9 + // + 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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl9.Name = "labelControl9"; + this.labelControl9.Size = new System.Drawing.Size(8, 18); + this.labelControl9.TabIndex = 108; + this.labelControl9.Text = "*"; + // + // labelControl5 + // + this.labelControl5.Location = new System.Drawing.Point(37, 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); + this.labelControl5.TabIndex = 101; + this.labelControl5.Text = "瑙掕壊鐘舵�侊細"; + // + // txtStatus + // + this.txtStatus.Location = new System.Drawing.Point(117, 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[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); + this.txtStatus.Properties.Items.AddRange(new object[] { + "-璇烽�夋嫨-", + "绐椾綋绫诲瀷", + "鎸夐挳绫诲瀷"}); + this.txtStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + this.txtStatus.Size = new System.Drawing.Size(297, 24); + this.txtStatus.TabIndex = 100; + // + // RoleAdd + // + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(753, 473); + this.Controls.Add(this.tabControl1); + this.Name = "RoleAdd"; + this.Text = "RoleAdd"; + this.tabControl1.ResumeLayout(false); + this.tabPage1.ResumeLayout(false); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.TabControl tabControl1; + private System.Windows.Forms.TabPage tabPage1; + private System.Windows.Forms.Panel panel1; + private DevExpress.XtraEditors.LabelControl labelControl10; + private DevExpress.XtraEditors.TextEdit txtName; + private DevExpress.XtraEditors.LabelControl labelControl8; + private DevExpress.XtraEditors.MemoEdit txtRemark; + private DevExpress.XtraEditors.LabelControl labelControl7; + private System.Windows.Forms.Label lbGuid; + private DevExpress.XtraEditors.SimpleButton btnEsc; + private DevExpress.XtraEditors.SimpleButton btnSave; + private DevExpress.XtraEditors.LabelControl labelControl12; + private DevExpress.XtraEditors.LabelControl labelControl9; + private DevExpress.XtraEditors.LabelControl labelControl5; + private DevExpress.XtraEditors.ComboBoxEdit txtStatus; + } +} \ No newline at end of file -- Gitblit v1.9.3