From 6c4f48c41bca123db3c3aac7955b785569112542 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 29 十一月 2024 13:53:38 +0800
Subject: [PATCH] 基础信息
---
DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs | 141 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 141 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs
new file mode 100644
index 0000000..d8ced00
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs
@@ -0,0 +1,141 @@
+锘�
+namespace Gs.DevApp.DevFrm.User
+{
+ partial class UserSelectRole
+ {
+ /// <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.ckList = new System.Windows.Forms.CheckedListBox();
+ this.btnSave = new DevExpress.XtraEditors.SimpleButton();
+ this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+ this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+ this.trv = new System.Windows.Forms.TreeView();
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+ this.xtraTabControl1.SuspendLayout();
+ this.xtraTabPage1.SuspendLayout();
+ this.panel1.SuspendLayout();
+ this.xtraTabPage2.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // ckList
+ //
+ this.ckList.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ckList.FormattingEnabled = true;
+ this.ckList.Location = new System.Drawing.Point(10, 10);
+ this.ckList.Name = "ckList";
+ this.ckList.Size = new System.Drawing.Size(320, 371);
+ this.ckList.TabIndex = 0;
+ //
+ // btnSave
+ //
+ this.btnSave.Location = new System.Drawing.Point(35, 3);
+ this.btnSave.Name = "btnSave";
+ this.btnSave.Size = new System.Drawing.Size(94, 29);
+ this.btnSave.TabIndex = 1;
+ this.btnSave.Text = "纭畾淇濆瓨";
+ //
+ // xtraTabControl1
+ //
+ this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
+ this.xtraTabControl1.Name = "xtraTabControl1";
+ this.xtraTabControl1.Padding = new System.Windows.Forms.Padding(10);
+ this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
+ this.xtraTabControl1.Size = new System.Drawing.Size(342, 458);
+ this.xtraTabControl1.TabIndex = 2;
+ this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+ this.xtraTabPage1,
+ this.xtraTabPage2});
+ //
+ // xtraTabPage1
+ //
+ this.xtraTabPage1.Controls.Add(this.ckList);
+ this.xtraTabPage1.Controls.Add(this.panel1);
+ this.xtraTabPage1.Name = "xtraTabPage1";
+ this.xtraTabPage1.Padding = new System.Windows.Forms.Padding(10);
+ this.xtraTabPage1.Size = new System.Drawing.Size(340, 426);
+ this.xtraTabPage1.Text = "璁剧疆瑙掕壊";
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.btnSave);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.panel1.Location = new System.Drawing.Point(10, 381);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(320, 35);
+ this.panel1.TabIndex = 2;
+ //
+ // xtraTabPage2
+ //
+ this.xtraTabPage2.Controls.Add(this.trv);
+ this.xtraTabPage2.Name = "xtraTabPage2";
+ this.xtraTabPage2.Size = new System.Drawing.Size(340, 426);
+ this.xtraTabPage2.Text = "鏌ョ湅璇ョ敤鎴风殑鏉冮檺闆嗗悎";
+ //
+ // trv
+ //
+ this.trv.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.trv.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.trv.Location = new System.Drawing.Point(0, 0);
+ this.trv.Name = "trv";
+ this.trv.Size = new System.Drawing.Size(340, 426);
+ this.trv.TabIndex = 3;
+ //
+ // UserSelectRole
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(342, 458);
+ this.Controls.Add(this.xtraTabControl1);
+ this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "UserSelectRole";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "閫夋嫨瑙掕壊";
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+ this.xtraTabControl1.ResumeLayout(false);
+ this.xtraTabPage1.ResumeLayout(false);
+ this.panel1.ResumeLayout(false);
+ this.xtraTabPage2.ResumeLayout(false);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.CheckedListBox ckList;
+ private DevExpress.XtraEditors.SimpleButton btnSave;
+ private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.TreeView trv;
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3