namespace FCM0000
{
partial class fUserGroup
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label deptLabel;
System.Windows.Forms.Label gcodeLabel;
System.Windows.Forms.Label managerinfoLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fUserGroup));
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dSUser = new FCM0000.DSUser();
this.taStaff = new FCM0000.dsMSSQLTableAdapters.StaffTableAdapter();
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.customsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.bsStaff = new System.Windows.Forms.BindingSource(this.components);
this.ta = new FCM0000.DSUserTableAdapters.UserGroupTableAdapter();
this.tableAdapterManager = new FCM0000.DSUserTableAdapters.TableAdapterManager();
this.tbName = new System.Windows.Forms.TextBox();
this.tbGcode = new System.Windows.Forms.TextBox();
this.tbManager = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
deptLabel = new System.Windows.Forms.Label();
gcodeLabel = new System.Windows.Forms.Label();
managerinfoLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dSUser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsStaff)).BeginInit();
this.SuspendLayout();
//
// deptLabel
//
deptLabel.AutoSize = true;
deptLabel.Location = new System.Drawing.Point(67, 96);
deptLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
deptLabel.Name = "deptLabel";
deptLabel.Size = new System.Drawing.Size(98, 37);
deptLabel.TabIndex = 1;
deptLabel.Text = "부서명";
//
// gcodeLabel
//
gcodeLabel.AutoSize = true;
gcodeLabel.Location = new System.Drawing.Point(40, 17);
gcodeLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
gcodeLabel.Name = "gcodeLabel";
gcodeLabel.Size = new System.Drawing.Size(125, 37);
gcodeLabel.TabIndex = 3;
gcodeLabel.Text = "부서코드";
//
// managerinfoLabel
//
managerinfoLabel.AutoSize = true;
managerinfoLabel.Location = new System.Drawing.Point(13, 178);
managerinfoLabel.Name = "managerinfoLabel";
managerinfoLabel.Size = new System.Drawing.Size(152, 37);
managerinfoLabel.TabIndex = 9;
managerinfoLabel.Text = "관리자정보";
//
// bs
//
this.bs.DataMember = "UserGroup";
this.bs.DataSource = this.dSUser;
//
// dSUser
//
this.dSUser.DataSetName = "DSUser";
this.dSUser.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// taStaff
//
this.taStaff.ClearBeforeFill = true;
//
// bn
//
this.bn.AddNewItem = null;
this.bn.BindingSource = this.bs;
this.bn.CountItem = null;
this.bn.DeleteItem = null;
this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bn.ImageScalingSize = new System.Drawing.Size(40, 40);
this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.customsBindingNavigatorSaveItem});
this.bn.Location = new System.Drawing.Point(0, 266);
this.bn.MoveFirstItem = null;
this.bn.MoveLastItem = null;
this.bn.MoveNextItem = null;
this.bn.MovePreviousItem = null;
this.bn.Name = "bn";
this.bn.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.bn.PositionItem = null;
this.bn.Size = new System.Drawing.Size(709, 47);
this.bn.TabIndex = 0;
this.bn.Text = "bindingNavigator1";
//
// customsBindingNavigatorSaveItem
//
this.customsBindingNavigatorSaveItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.customsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("customsBindingNavigatorSaveItem.Image")));
this.customsBindingNavigatorSaveItem.Name = "customsBindingNavigatorSaveItem";
this.customsBindingNavigatorSaveItem.Size = new System.Drawing.Size(90, 44);
this.customsBindingNavigatorSaveItem.Text = "저장(&S)";
this.customsBindingNavigatorSaveItem.Click += new System.EventHandler(this.customsBindingNavigatorSaveItem_Click);
//
// ta
//
this.ta.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.AuthTableAdapter = null;
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = FCM0000.DSUserTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UserGroupTableAdapter = this.ta;
this.tableAdapterManager.UsersTableAdapter = null;
//
// tbName
//
this.tbName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "dept", true));
this.tbName.Location = new System.Drawing.Point(177, 94);
this.tbName.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
this.tbName.Name = "tbName";
this.tbName.Size = new System.Drawing.Size(521, 43);
this.tbName.TabIndex = 2;
//
// tbGcode
//
this.tbGcode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "gcode", true));
this.tbGcode.Location = new System.Drawing.Point(177, 14);
this.tbGcode.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
this.tbGcode.Name = "tbGcode";
this.tbGcode.ReadOnly = true;
this.tbGcode.Size = new System.Drawing.Size(521, 43);
this.tbGcode.TabIndex = 4;
//
// tbManager
//
this.tbManager.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "managerinfo", true));
this.tbManager.Location = new System.Drawing.Point(177, 175);
this.tbManager.Name = "tbManager";
this.tbManager.Size = new System.Drawing.Size(521, 43);
this.tbManager.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.Location = new System.Drawing.Point(178, 221);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(291, 19);
this.label1.TabIndex = 11;
this.label1.Text = "로그인 화면 하단에 해당 정보가 표시 됩니다";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label2.Location = new System.Drawing.Point(178, 142);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(249, 19);
this.label2.TabIndex = 11;
this.label2.Text = "이름 변경 후 다시 로그인 해야 합니다";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label3.Location = new System.Drawing.Point(178, 61);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(265, 19);
this.label3.TabIndex = 12;
this.label3.Text = "그룹식별 코드로서 \"변경\"이 불가 합니다";
//
// fUserGroup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 37F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(709, 313);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(managerinfoLabel);
this.Controls.Add(this.tbManager);
this.Controls.Add(deptLabel);
this.Controls.Add(this.tbName);
this.Controls.Add(gcodeLabel);
this.Controls.Add(this.tbGcode);
this.Controls.Add(this.bn);
this.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fUserGroup";
this.Text = "사용자 그룹";
this.Load += new System.EventHandler(this.@__Load);
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dSUser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
this.bn.ResumeLayout(false);
this.bn.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsStaff)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.BindingSource bs;
private System.Windows.Forms.BindingNavigator bn;
private System.Windows.Forms.ToolStripButton customsBindingNavigatorSaveItem;
private System.Windows.Forms.BindingSource bsStaff;
private dsMSSQLTableAdapters.StaffTableAdapter taStaff;
private DSUser dSUser;
private DSUserTableAdapters.UserGroupTableAdapter ta;
private DSUserTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.TextBox tbName;
private System.Windows.Forms.TextBox tbGcode;
private System.Windows.Forms.TextBox tbManager;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
}
}