namespace SCM
|
{
|
partial class Xt_User
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Xt_User));
|
this.ToolBar = new System.Windows.Forms.ToolStrip();
|
this.xz = new System.Windows.Forms.ToolStripButton();
|
this.xzz = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
this.sjqx = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
this.qx = new System.Windows.Forms.ToolStripButton();
|
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();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.grdSub = new System.Windows.Forms.DataGridView();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label10 = new System.Windows.Forms.Label();
|
this.cmdHUser = new System.Windows.Forms.Button();
|
this.txtHUser = new System.Windows.Forms.TextBox();
|
this.ToolBar.SuspendLayout();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSub)).BeginInit();
|
this.SuspendLayout();
|
//
|
// ToolBar
|
//
|
this.ToolBar.AutoSize = false;
|
this.ToolBar.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ToolBar.BackgroundImage")));
|
this.ToolBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.ToolBar.ImageScalingSize = new System.Drawing.Size(22, 22);
|
this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.xz,
|
this.xzz,
|
this.toolStripSeparator3,
|
this.sjqx,
|
this.toolStripSeparator4,
|
this.qx,
|
this.shuax,
|
this.toolStripSeparator2,
|
this.sc,
|
this.toolStripSeparator8,
|
this.mrlk,
|
this.toolStripSeparator7,
|
this.bclk,
|
this.toolStripSeparator9,
|
this.toolStripSeparator1,
|
this.tc,
|
this.toolStripSeparator5});
|
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.Stretch = true;
|
this.ToolBar.TabIndex = 15;
|
this.ToolBar.Text = "toolStrip1";
|
//
|
// xz
|
//
|
this.xz.AutoSize = false;
|
this.xz.ForeColor = System.Drawing.SystemColors.ControlText;
|
this.xz.Image = ((System.Drawing.Image)(resources.GetObject("xz.Image")));
|
this.xz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.xz.ImageTransparentColor = System.Drawing.Color.White;
|
this.xz.Name = "xz";
|
this.xz.Size = new System.Drawing.Size(35, 47);
|
this.xz.Text = "用户";
|
this.xz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.xz.Click += new System.EventHandler(this.xz_Click);
|
//
|
// xzz
|
//
|
this.xzz.AutoSize = false;
|
this.xzz.Image = ((System.Drawing.Image)(resources.GetObject("xzz.Image")));
|
this.xzz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xzz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.xzz.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.xzz.Name = "xzz";
|
this.xzz.Size = new System.Drawing.Size(35, 47);
|
this.xzz.Text = "角色";
|
this.xzz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xzz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.xzz.Click += new System.EventHandler(this.xzz_Click);
|
//
|
// toolStripSeparator3
|
//
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
|
//
|
// sjqx
|
//
|
this.sjqx.AutoSize = false;
|
this.sjqx.Image = ((System.Drawing.Image)(resources.GetObject("sjqx.Image")));
|
this.sjqx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sjqx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.sjqx.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.sjqx.Name = "sjqx";
|
this.sjqx.Size = new System.Drawing.Size(70, 47);
|
this.sjqx.Text = "数据权限";
|
this.sjqx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sjqx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.sjqx.Visible = false;
|
this.sjqx.Click += new System.EventHandler(this.sjqx_Click);
|
//
|
// toolStripSeparator4
|
//
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50);
|
this.toolStripSeparator4.Visible = false;
|
//
|
// qx
|
//
|
this.qx.AutoSize = false;
|
this.qx.Image = ((System.Drawing.Image)(resources.GetObject("qx.Image")));
|
this.qx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.qx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.qx.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.qx.Name = "qx";
|
this.qx.Size = new System.Drawing.Size(35, 47);
|
this.qx.Text = "权限";
|
this.qx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.qx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.qx.Click += new System.EventHandler(this.qx_Click);
|
//
|
// shuax
|
//
|
this.shuax.AutoSize = false;
|
this.shuax.Image = ((System.Drawing.Image)(resources.GetObject("shuax.Image")));
|
this.shuax.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.shuax.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.shuax.ImageTransparentColor = System.Drawing.Color.White;
|
this.shuax.Name = "shuax";
|
this.shuax.Size = new System.Drawing.Size(35, 47);
|
this.shuax.Text = "刷新";
|
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
|
//
|
this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50);
|
//
|
// mrlk
|
//
|
this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image")));
|
this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
|
this.mrlk.Name = "mrlk";
|
this.mrlk.Size = new System.Drawing.Size(60, 47);
|
this.mrlk.Text = "默认列宽";
|
this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.mrlk.Click += new System.EventHandler(this.mrlk_Click);
|
//
|
// toolStripSeparator7
|
//
|
this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
|
//
|
// bclk
|
//
|
this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image")));
|
this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.bclk.ImageTransparentColor = System.Drawing.Color.White;
|
this.bclk.Name = "bclk";
|
this.bclk.Size = new System.Drawing.Size(60, 47);
|
this.bclk.Text = "保存列宽";
|
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.bclk.Click += new System.EventHandler(this.bclk_Click);
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
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;
|
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
|
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tc.ImageTransparentColor = System.Drawing.Color.White;
|
this.tc.Name = "tc";
|
this.tc.Size = new System.Drawing.Size(35, 47);
|
this.tc.Text = "退出";
|
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// toolStripSeparator5
|
//
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer1.Location = new System.Drawing.Point(0, 50);
|
this.splitContainer1.Name = "splitContainer1";
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.grdMain);
|
this.splitContainer1.Panel1.Controls.Add(this.panel1);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
|
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, 558);
|
this.splitContainer1.SplitterDistance = 307;
|
this.splitContainer1.TabIndex = 18;
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.grdMain.BackgroundColor = System.Drawing.Color.White;
|
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.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, 307);
|
this.grdMain.TabIndex = 19;
|
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
|
//
|
this.panel1.BackColor = System.Drawing.Color.White;
|
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, 307);
|
this.panel1.TabIndex = 20;
|
//
|
// grdSub
|
//
|
this.grdSub.AllowUserToAddRows = false;
|
this.grdSub.AllowUserToDeleteRows = false;
|
this.grdSub.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.grdSub.BackgroundColor = System.Drawing.Color.White;
|
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.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.TabIndex = 18;
|
this.grdSub.DoubleClick += new System.EventHandler(this.grdSub_DoubleClick);
|
this.grdSub.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSub_CellClick);
|
//
|
// panel2
|
//
|
this.panel2.BackColor = System.Drawing.Color.White;
|
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.TabIndex = 20;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
this.label1.Location = new System.Drawing.Point(687, 217);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(101, 12);
|
this.label1.TabIndex = 19;
|
this.label1.Text = "双击修改用户或组";
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.BackColor = System.Drawing.Color.Transparent;
|
this.label10.ForeColor = System.Drawing.Color.Black;
|
this.label10.Location = new System.Drawing.Point(430, 14);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(53, 12);
|
this.label10.TabIndex = 62;
|
this.label10.Text = "查找用户";
|
//
|
// cmdHUser
|
//
|
this.cmdHUser.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHUser.Image = ((System.Drawing.Image)(resources.GetObject("cmdHUser.Image")));
|
this.cmdHUser.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdHUser.Location = new System.Drawing.Point(634, 10);
|
this.cmdHUser.Name = "cmdHUser";
|
this.cmdHUser.Size = new System.Drawing.Size(22, 22);
|
this.cmdHUser.TabIndex = 61;
|
this.cmdHUser.UseVisualStyleBackColor = false;
|
this.cmdHUser.Click += new System.EventHandler(this.cmdHUser_Click);
|
//
|
// txtHUser
|
//
|
this.txtHUser.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHUser.Location = new System.Drawing.Point(490, 10);
|
this.txtHUser.Name = "txtHUser";
|
this.txtHUser.Size = new System.Drawing.Size(145, 21);
|
this.txtHUser.TabIndex = 60;
|
this.txtHUser.Tag = "0";
|
//
|
// Xt_User
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(842, 608);
|
this.Controls.Add(this.label10);
|
this.Controls.Add(this.cmdHUser);
|
this.Controls.Add(this.txtHUser);
|
this.Controls.Add(this.splitContainer1);
|
this.Controls.Add(this.ToolBar);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.Name = "Xt_User";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "用户管理";
|
this.Load += new System.EventHandler(this.Xt_User_Load);
|
this.ToolBar.ResumeLayout(false);
|
this.ToolBar.PerformLayout();
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
this.splitContainer1.Panel2.PerformLayout();
|
this.splitContainer1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSub)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip ToolBar;
|
private System.Windows.Forms.ToolStripButton xz;
|
private System.Windows.Forms.ToolStripButton sc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
private System.Windows.Forms.ToolStripButton shuax;
|
private System.Windows.Forms.ToolStripButton qx;
|
private System.Windows.Forms.ToolStripButton xzz;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
private System.Windows.Forms.ToolStripButton mrlk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
private System.Windows.Forms.ToolStripButton bclk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.DataGridView grdSub;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.Button cmdHUser;
|
private System.Windows.Forms.TextBox txtHUser;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
private System.Windows.Forms.ToolStripButton sjqx;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
}
|
}
|