From fc8127e549c87edefe168cf48ebbfa90cbe62b84 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期六, 23 九月 2023 11:04:10 +0800 Subject: [PATCH] 用户类型设置 --- BLL/系统管理/用户管理/Xt_User.designer.cs | 106 ++++++++++++++++++++++++++++++++++------------------ 1 files changed, 69 insertions(+), 37 deletions(-) diff --git "a/BLL/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Xt_User.designer.cs" "b/BLL/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Xt_User.designer.cs" index c0c61d4..4cfa856 100644 --- "a/BLL/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Xt_User.designer.cs" +++ "b/BLL/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Xt_User.designer.cs" @@ -34,14 +34,15 @@ this.xzz = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.qx = new System.Windows.Forms.ToolStripButton(); - this.sc = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.shuax = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.sc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.mrlk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.bclk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); @@ -53,8 +54,10 @@ this.label10 = new System.Windows.Forms.Label(); this.cmdHUser = new System.Windows.Forms.Button(); this.txtHUser = new System.Windows.Forms.TextBox(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.rbHUserType1 = new System.Windows.Forms.RadioButton(); + this.radioButton1 = new System.Windows.Forms.RadioButton(); this.ToolBar.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); @@ -87,7 +90,7 @@ this.ToolBar.Location = new System.Drawing.Point(0, 0); this.ToolBar.Name = "ToolBar"; this.ToolBar.Padding = new System.Windows.Forms.Padding(0); - this.ToolBar.Size = new System.Drawing.Size(842, 50); + this.ToolBar.Size = new System.Drawing.Size(1071, 50); this.ToolBar.Stretch = true; this.ToolBar.TabIndex = 15; this.ToolBar.Text = "toolStrip1"; @@ -140,25 +143,6 @@ this.qx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.qx.Click += new System.EventHandler(this.qx_Click); // - // sc - // - this.sc.AutoSize = false; - this.sc.Image = ((System.Drawing.Image)(resources.GetObject("sc.Image"))); - this.sc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; - this.sc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; - this.sc.ImageTransparentColor = System.Drawing.Color.White; - this.sc.Name = "sc"; - this.sc.Size = new System.Drawing.Size(35, 47); - this.sc.Text = "鍒犻櫎"; - this.sc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; - this.sc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.sc.Click += new System.EventHandler(this.sc_Click); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); - // // shuax // this.shuax.AutoSize = false; @@ -172,6 +156,25 @@ this.shuax.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.shuax.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.shuax.Click += new System.EventHandler(this.shuax_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); + // + // sc + // + this.sc.AutoSize = false; + this.sc.Image = ((System.Drawing.Image)(resources.GetObject("sc.Image"))); + this.sc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.sc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.sc.ImageTransparentColor = System.Drawing.Color.White; + this.sc.Name = "sc"; + this.sc.Size = new System.Drawing.Size(35, 47); + this.sc.Text = "鍒犻櫎"; + this.sc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + this.sc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.sc.Click += new System.EventHandler(this.sc_Click); // // toolStripSeparator8 // @@ -219,6 +222,11 @@ this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); + // // tc // this.tc.AutoSize = false; @@ -256,8 +264,8 @@ this.splitContainer1.Panel2.Controls.Add(this.grdSub); this.splitContainer1.Panel2.Controls.Add(this.panel2); this.splitContainer1.Panel2.Controls.Add(this.label1); - this.splitContainer1.Size = new System.Drawing.Size(842, 560); - this.splitContainer1.SplitterDistance = 309; + this.splitContainer1.Size = new System.Drawing.Size(1071, 856); + this.splitContainer1.SplitterDistance = 472; this.splitContainer1.TabIndex = 18; // // grdMain @@ -269,17 +277,17 @@ this.grdMain.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.grdMain.Location = new System.Drawing.Point(16, 0); + this.grdMain.Location = new System.Drawing.Point(35, 0); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersVisible = false; this.grdMain.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.grdMain.RowTemplate.Height = 23; - this.grdMain.Size = new System.Drawing.Size(826, 309); + this.grdMain.Size = new System.Drawing.Size(1036, 472); this.grdMain.TabIndex = 19; + this.grdMain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellClick); this.grdMain.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellDoubleClick); this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DoubleClick); - this.grdMain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellClick); // // panel1 // @@ -287,7 +295,7 @@ this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(16, 309); + this.panel1.Size = new System.Drawing.Size(35, 472); this.panel1.TabIndex = 20; // // grdSub @@ -299,16 +307,16 @@ this.grdSub.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSub.Dock = System.Windows.Forms.DockStyle.Top; - this.grdSub.Location = new System.Drawing.Point(16, 0); + this.grdSub.Location = new System.Drawing.Point(35, 0); this.grdSub.Name = "grdSub"; this.grdSub.ReadOnly = true; this.grdSub.RowHeadersVisible = false; this.grdSub.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.grdSub.RowTemplate.Height = 23; - this.grdSub.Size = new System.Drawing.Size(826, 214); + this.grdSub.Size = new System.Drawing.Size(1036, 214); this.grdSub.TabIndex = 18; - this.grdSub.DoubleClick += new System.EventHandler(this.grdSub_DoubleClick); this.grdSub.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSub_CellClick); + this.grdSub.DoubleClick += new System.EventHandler(this.grdSub_DoubleClick); // // panel2 // @@ -316,7 +324,7 @@ this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(16, 247); + this.panel2.Size = new System.Drawing.Size(35, 380); this.panel2.TabIndex = 20; // // label1 @@ -361,16 +369,37 @@ this.txtHUser.TabIndex = 60; this.txtHUser.Tag = "0"; // - // toolStripSeparator1 + // rbHUserType1 // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); + this.rbHUserType1.AutoSize = true; + this.rbHUserType1.Checked = true; + this.rbHUserType1.Location = new System.Drawing.Point(552, 32); + this.rbHUserType1.Name = "rbHUserType1"; + this.rbHUserType1.Size = new System.Drawing.Size(71, 16); + this.rbHUserType1.TabIndex = 0; + this.rbHUserType1.TabStop = true; + this.rbHUserType1.Text = "鍐呴儴璐﹀彿"; + this.rbHUserType1.UseVisualStyleBackColor = true; + this.rbHUserType1.CheckedChanged += new System.EventHandler(this.rbHUserType1_CheckedChanged); + // + // radioButton1 + // + this.radioButton1.AutoSize = true; + this.radioButton1.Location = new System.Drawing.Point(629, 33); + this.radioButton1.Name = "radioButton1"; + this.radioButton1.Size = new System.Drawing.Size(83, 16); + this.radioButton1.TabIndex = 63; + this.radioButton1.Text = "渚涘簲鍟嗚处鍙�"; + this.radioButton1.UseVisualStyleBackColor = true; + this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // Xt_User // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(842, 610); + this.ClientSize = new System.Drawing.Size(1071, 906); + this.Controls.Add(this.radioButton1); + this.Controls.Add(this.rbHUserType1); this.Controls.Add(this.label10); this.Controls.Add(this.cmdHUser); this.Controls.Add(this.txtHUser); @@ -386,6 +415,7 @@ this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSub)).EndInit(); @@ -421,5 +451,7 @@ private System.Windows.Forms.Button cmdHUser; private System.Windows.Forms.TextBox txtHUser; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; + private System.Windows.Forms.RadioButton rbHUserType1; + private System.Windows.Forms.RadioButton radioButton1; } } \ No newline at end of file -- Gitblit v1.9.1