namespace UAS_MES_NEW.Employee
{
partial class Employee_NewGroup
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Employee_NewGroup));
this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
this.ProductName = new System.Windows.Forms.Label();
this.ug_code_label = new System.Windows.Forms.Label();
this.ug_name_label = new System.Windows.Forms.Label();
this.SaveGroup = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.ug_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.ug_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.SuspendLayout();
//
// headBar1
//
this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
this.headBar1.Location = new System.Drawing.Point(0, 0);
this.headBar1.Margin = new System.Windows.Forms.Padding(4);
this.headBar1.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(439, 40);
this.headBar1.TabIndex = 0;
this.headBar1.Title = null;
//
// ProductName
//
this.ProductName.AutoSize = true;
this.ProductName.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.ProductName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ProductName.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.ProductName.Location = new System.Drawing.Point(9, 6);
this.ProductName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ProductName.Name = "ProductName";
this.ProductName.Size = new System.Drawing.Size(92, 27);
this.ProductName.TabIndex = 11;
this.ProductName.Text = "新增分组";
//
// ug_code_label
//
this.ug_code_label.AutoSize = true;
this.ug_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ug_code_label.Location = new System.Drawing.Point(22, 88);
this.ug_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ug_code_label.Name = "ug_code_label";
this.ug_code_label.Size = new System.Drawing.Size(112, 27);
this.ug_code_label.TabIndex = 12;
this.ug_code_label.Text = "用户组编号";
//
// ug_name_label
//
this.ug_name_label.AutoSize = true;
this.ug_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ug_name_label.Location = new System.Drawing.Point(22, 148);
this.ug_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ug_name_label.Name = "ug_name_label";
this.ug_name_label.Size = new System.Drawing.Size(112, 27);
this.ug_name_label.TabIndex = 14;
this.ug_name_label.Text = "用户组名称";
//
// SaveGroup
//
this.SaveGroup.AllPower = null;
this.SaveGroup.BackColor = System.Drawing.Color.Transparent;
this.SaveGroup.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveGroup.DownImage")));
this.SaveGroup.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SaveGroup.Image = null;
this.SaveGroup.IsShowBorder = true;
this.SaveGroup.Location = new System.Drawing.Point(191, 212);
this.SaveGroup.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveGroup.MoveImage")));
this.SaveGroup.Name = "SaveGroup";
this.SaveGroup.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveGroup.NormalImage")));
this.SaveGroup.Power = null;
this.SaveGroup.Size = new System.Drawing.Size(60, 30);
this.SaveGroup.TabIndex = 16;
this.SaveGroup.Text = "保存";
this.SaveGroup.UseVisualStyleBackColor = false;
this.SaveGroup.Click += new System.EventHandler(this.SaveGroup_Click);
//
// ug_code
//
this.ug_code.AllPower = null;
this.ug_code.BackColor = System.Drawing.Color.White;
this.ug_code.ID = null;
this.ug_code.Location = new System.Drawing.Point(170, 88);
this.ug_code.Name = "ug_code";
this.ug_code.Power = null;
this.ug_code.Size = new System.Drawing.Size(235, 25);
this.ug_code.Str = null;
this.ug_code.Str1 = null;
this.ug_code.Str2 = null;
this.ug_code.TabIndex = 17;
//
// ug_name
//
this.ug_name.AllPower = null;
this.ug_name.BackColor = System.Drawing.Color.White;
this.ug_name.ID = null;
this.ug_name.Location = new System.Drawing.Point(170, 148);
this.ug_name.Name = "ug_name";
this.ug_name.Power = null;
this.ug_name.Size = new System.Drawing.Size(235, 25);
this.ug_name.Str = null;
this.ug_name.Str1 = null;
this.ug_name.Str2 = null;
this.ug_name.TabIndex = 18;
//
// Employee_NewGroup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(439, 266);
this.Controls.Add(this.ug_name);
this.Controls.Add(this.ug_code);
this.Controls.Add(this.SaveGroup);
this.Controls.Add(this.ug_name_label);
this.Controls.Add(this.ug_code_label);
this.Controls.Add(this.ProductName);
this.Controls.Add(this.headBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Employee_NewGroup";
this.Tag = "ShowDialogWindow";
this.Text = "新增分组";
this.Load += new System.EventHandler(this.新增分组_Load);
this.ResumeLayout(true);
this.PerformLayout();
}
#endregion
private CustomControl.HeadBar headBar1;
private System.Windows.Forms.Label ProductName;
private System.Windows.Forms.Label ug_code_label;
private System.Windows.Forms.Label ug_name_label;
private CustomControl.ButtonUtil.NormalButton SaveGroup;
private CustomControl.TextBoxWithIcon.EnterTextBox ug_code;
private CustomControl.TextBoxWithIcon.EnterTextBox ug_name;
}
}