You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
4.4 KiB
109 lines
4.4 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.Sys
|
||
|
{
|
||
|
partial class EditUserForm
|
||
|
{
|
||
|
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
|
this.toolStrip1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// toolStrip1
|
||
|
//
|
||
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
|
this.toolStripButton1,
|
||
|
this.toolStripButton2});
|
||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolStrip1.Name = "toolStrip1";
|
||
|
this.toolStrip1.Size = new System.Drawing.Size(500, 25);
|
||
|
this.toolStrip1.TabIndex = 0;
|
||
|
this.toolStrip1.Text = "toolStrip1";
|
||
|
//
|
||
|
// toolStripButton1
|
||
|
//
|
||
|
this.toolStripButton1.Image = global::QMAPP.WinForm.Resource1.filesave;
|
||
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.toolStripButton1.Name = "toolStripButton1";
|
||
|
this.toolStripButton1.Size = new System.Drawing.Size(52, 22);
|
||
|
this.toolStripButton1.Text = "保存";
|
||
|
//
|
||
|
// toolStripButton2
|
||
|
//
|
||
|
this.toolStripButton2.Image = global::QMAPP.WinForm.Resource1.no;
|
||
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.toolStripButton2.Name = "toolStripButton2";
|
||
|
this.toolStripButton2.Size = new System.Drawing.Size(52, 22);
|
||
|
this.toolStripButton2.Text = "关闭";
|
||
|
//
|
||
|
// groupBox1
|
||
|
//
|
||
|
this.groupBox1.Location = new System.Drawing.Point(3, 25);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new System.Drawing.Size(496, 132);
|
||
|
this.groupBox1.TabIndex = 1;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
this.groupBox1.Text = "用户信息";
|
||
|
//
|
||
|
// groupBox2
|
||
|
//
|
||
|
this.groupBox2.Location = new System.Drawing.Point(3, 164);
|
||
|
this.groupBox2.Name = "groupBox2";
|
||
|
this.groupBox2.Size = new System.Drawing.Size(496, 256);
|
||
|
this.groupBox2.TabIndex = 2;
|
||
|
this.groupBox2.TabStop = false;
|
||
|
this.groupBox2.Text = "权限";
|
||
|
//
|
||
|
// EditUserForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(500, 422);
|
||
|
this.Controls.Add(this.groupBox2);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "EditUserForm";
|
||
|
this.Text = "编辑用户信息";
|
||
|
this.toolStrip1.ResumeLayout(false);
|
||
|
this.toolStrip1.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||
|
private System.Windows.Forms.GroupBox groupBox1;
|
||
|
private System.Windows.Forms.GroupBox groupBox2;
|
||
|
}
|
||
|
}
|