namespace SCM
{
partial class Xt_UserDataRight
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.cmdWH = new System.Windows.Forms.Button();
this.cmdDept = new System.Windows.Forms.Button();
this.cmdJiTai = new System.Windows.Forms.Button();
this.cmdGongDuan = new System.Windows.Forms.Button();
this.cmdOrg = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// cmdWH
//
this.cmdWH.Location = new System.Drawing.Point(59, 41);
this.cmdWH.Name = "cmdWH";
this.cmdWH.Size = new System.Drawing.Size(122, 68);
this.cmdWH.TabIndex = 0;
this.cmdWH.Text = "仓库数据权限";
this.cmdWH.UseVisualStyleBackColor = true;
this.cmdWH.Click += new System.EventHandler(this.cmdWH_Click);
//
// cmdDept
//
this.cmdDept.Location = new System.Drawing.Point(247, 41);
this.cmdDept.Name = "cmdDept";
this.cmdDept.Size = new System.Drawing.Size(122, 68);
this.cmdDept.TabIndex = 1;
this.cmdDept.Text = "部门数据权限";
this.cmdDept.UseVisualStyleBackColor = true;
this.cmdDept.Click += new System.EventHandler(this.cmdDept_Click);
//
// cmdJiTai
//
this.cmdJiTai.Location = new System.Drawing.Point(2, 210);
this.cmdJiTai.Name = "cmdJiTai";
this.cmdJiTai.Size = new System.Drawing.Size(122, 68);
this.cmdJiTai.TabIndex = 2;
this.cmdJiTai.Text = "机台数据权限";
this.cmdJiTai.UseVisualStyleBackColor = true;
this.cmdJiTai.Visible = false;
this.cmdJiTai.Click += new System.EventHandler(this.cmdJiTai_Click);
//
// cmdGongDuan
//
this.cmdGongDuan.Location = new System.Drawing.Point(247, 139);
this.cmdGongDuan.Name = "cmdGongDuan";
this.cmdGongDuan.Size = new System.Drawing.Size(122, 68);
this.cmdGongDuan.TabIndex = 3;
this.cmdGongDuan.Text = "工段数据权限";
this.cmdGongDuan.UseVisualStyleBackColor = true;
this.cmdGongDuan.Click += new System.EventHandler(this.cmdGongDuan_Click);
//
// cmdOrg
//
this.cmdOrg.Location = new System.Drawing.Point(59, 139);
this.cmdOrg.Name = "cmdOrg";
this.cmdOrg.Size = new System.Drawing.Size(122, 68);
this.cmdOrg.TabIndex = 4;
this.cmdOrg.Text = "组织数据权限";
this.cmdOrg.UseVisualStyleBackColor = true;
this.cmdOrg.Click += new System.EventHandler(this.cmdOrg_Click);
//
// Xt_UserDataRight
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(430, 290);
this.Controls.Add(this.cmdOrg);
this.Controls.Add(this.cmdGongDuan);
this.Controls.Add(this.cmdJiTai);
this.Controls.Add(this.cmdDept);
this.Controls.Add(this.cmdWH);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Xt_UserDataRight";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据权限设置";
this.Load += new System.EventHandler(this.Xt_UserDataRight_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button cmdWH;
private System.Windows.Forms.Button cmdDept;
private System.Windows.Forms.Button cmdJiTai;
private System.Windows.Forms.Button cmdGongDuan;
private System.Windows.Forms.Button cmdOrg;
}
}