From 23e55c258ae5ef93a8d684be60271d1af9e730c9 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 20 十一月 2024 15:52:27 +0800 Subject: [PATCH] 工单 --- DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs index 9bebb69..d8ced00 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/UserSelectRole.Designer.cs @@ -49,7 +49,7 @@ this.ckList.FormattingEnabled = true; this.ckList.Location = new System.Drawing.Point(10, 10); this.ckList.Name = "ckList"; - this.ckList.Size = new System.Drawing.Size(280, 371); + this.ckList.Size = new System.Drawing.Size(320, 371); this.ckList.TabIndex = 0; // // btnSave @@ -67,7 +67,7 @@ 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(302, 458); + this.xtraTabControl1.Size = new System.Drawing.Size(342, 458); this.xtraTabControl1.TabIndex = 2; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, @@ -79,7 +79,7 @@ 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(300, 426); + this.xtraTabPage1.Size = new System.Drawing.Size(340, 426); this.xtraTabPage1.Text = "璁剧疆瑙掕壊"; // // panel1 @@ -88,31 +88,30 @@ 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(280, 35); + 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(300, 426); - this.xtraTabPage2.Text = "鏌ョ湅鏉冮檺闆嗗悎"; + this.xtraTabPage2.Size = new System.Drawing.Size(340, 426); + this.xtraTabPage2.Text = "鏌ョ湅璇ョ敤鎴风殑鏉冮檺闆嗗悎"; // // trv // - this.trv.CheckBoxes = true; 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(300, 426); + 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(302, 458); + 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; -- Gitblit v1.9.3