namespace IControls_FireManager
{
partial class Form_System_UserEdit
{
///
/// 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();
Janus.Windows.GridEX.GridEXLayout GridEx_UserList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_System_UserEdit));
this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
this.uiButton_Save = new Janus.Windows.EditControls.UIButton();
this.uiButton_New = new Janus.Windows.EditControls.UIButton();
this.UiButton_SameIdChk = new Janus.Windows.EditControls.UIButton();
this.GridEx_UserList = new Janus.Windows.GridEX.GridEX();
this.label2 = new System.Windows.Forms.Label();
this.label_Phone = new System.Windows.Forms.Label();
this.label_CompanyPosition = new System.Windows.Forms.Label();
this.label_CompanyName = new System.Windows.Forms.Label();
this.label_Name = new System.Windows.Forms.Label();
this.label_PW = new System.Windows.Forms.Label();
this.label_ID = new System.Windows.Forms.Label();
this.editBox_RePW = new Janus.Windows.GridEX.EditControls.EditBox();
this.editBox_Phone = new Janus.Windows.GridEX.EditControls.EditBox();
this.editBox_CompanyPosition = new Janus.Windows.GridEX.EditControls.EditBox();
this.editBox_CompanyName = new Janus.Windows.GridEX.EditControls.EditBox();
this.editBox_Name = new Janus.Windows.GridEX.EditControls.EditBox();
this.editBox_PW = new Janus.Windows.GridEX.EditControls.EditBox();
this.editBox_ID = new Janus.Windows.GridEX.EditControls.EditBox();
this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
this.uiGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridEx_UserList)).BeginInit();
this.SuspendLayout();
//
// officeFormAdorner
//
this.officeFormAdorner.Form = this;
this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
//
// uiGroupBox
//
this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
this.uiGroupBox.Controls.Add(this.uiButton_Save);
this.uiGroupBox.Controls.Add(this.uiButton_New);
this.uiGroupBox.Controls.Add(this.UiButton_SameIdChk);
this.uiGroupBox.Controls.Add(this.GridEx_UserList);
this.uiGroupBox.Controls.Add(this.label2);
this.uiGroupBox.Controls.Add(this.label_Phone);
this.uiGroupBox.Controls.Add(this.label_CompanyPosition);
this.uiGroupBox.Controls.Add(this.label_CompanyName);
this.uiGroupBox.Controls.Add(this.label_Name);
this.uiGroupBox.Controls.Add(this.label_PW);
this.uiGroupBox.Controls.Add(this.label_ID);
this.uiGroupBox.Controls.Add(this.editBox_RePW);
this.uiGroupBox.Controls.Add(this.editBox_Phone);
this.uiGroupBox.Controls.Add(this.editBox_CompanyPosition);
this.uiGroupBox.Controls.Add(this.editBox_CompanyName);
this.uiGroupBox.Controls.Add(this.editBox_Name);
this.uiGroupBox.Controls.Add(this.editBox_PW);
this.uiGroupBox.Controls.Add(this.editBox_ID);
this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
this.uiGroupBox.Name = "uiGroupBox";
this.uiGroupBox.Size = new System.Drawing.Size(947, 541);
this.uiGroupBox.TabIndex = 0;
this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
//
// uiButton_Save
//
this.uiButton_Save.DialogResult = System.Windows.Forms.DialogResult.OK;
this.uiButton_Save.Font = new System.Drawing.Font("굴림", 9F);
this.uiButton_Save.HighlightActiveButton = false;
this.uiButton_Save.ImageSize = new System.Drawing.Size(30, 30);
this.uiButton_Save.Location = new System.Drawing.Point(805, 130);
this.uiButton_Save.Name = "uiButton_Save";
this.uiButton_Save.Size = new System.Drawing.Size(114, 27);
this.uiButton_Save.TabIndex = 10;
this.uiButton_Save.Text = "저장";
this.uiButton_Save.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
this.uiButton_Save.Click += new System.EventHandler(this.uiButton_Save_Click);
//
// uiButton_New
//
this.uiButton_New.DialogResult = System.Windows.Forms.DialogResult.OK;
this.uiButton_New.Font = new System.Drawing.Font("굴림", 9F);
this.uiButton_New.HighlightActiveButton = false;
this.uiButton_New.ImageSize = new System.Drawing.Size(30, 30);
this.uiButton_New.Location = new System.Drawing.Point(27, 12);
this.uiButton_New.Name = "uiButton_New";
this.uiButton_New.Size = new System.Drawing.Size(82, 22);
this.uiButton_New.TabIndex = 1;
this.uiButton_New.Text = "새로만들기";
this.uiButton_New.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
this.uiButton_New.Click += new System.EventHandler(this.uiButton_New_Click);
//
// UiButton_SameIdChk
//
this.UiButton_SameIdChk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.UiButton_SameIdChk.Font = new System.Drawing.Font("굴림", 9F);
this.UiButton_SameIdChk.HighlightActiveButton = false;
this.UiButton_SameIdChk.ImageSize = new System.Drawing.Size(30, 30);
this.UiButton_SameIdChk.Location = new System.Drawing.Point(274, 50);
this.UiButton_SameIdChk.Name = "UiButton_SameIdChk";
this.UiButton_SameIdChk.Size = new System.Drawing.Size(61, 22);
this.UiButton_SameIdChk.TabIndex = 3;
this.UiButton_SameIdChk.Text = "중복체크";
this.UiButton_SameIdChk.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
this.UiButton_SameIdChk.Click += new System.EventHandler(this.UiButton_SameIdChk_Click);
//
// GridEx_UserList
//
this.GridEx_UserList.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
this.GridEx_UserList.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
this.GridEx_UserList.ColumnAutoResize = true;
this.GridEx_UserList.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
this.GridEx_UserList.Cursor = System.Windows.Forms.Cursors.Default;
GridEx_UserList_DesignTimeLayout.LayoutString = resources.GetString("GridEx_UserList_DesignTimeLayout.LayoutString");
this.GridEx_UserList.DesignTimeLayout = GridEx_UserList_DesignTimeLayout;
this.GridEx_UserList.Dock = System.Windows.Forms.DockStyle.Bottom;
this.GridEx_UserList.Font = new System.Drawing.Font("굴림", 8.25F);
this.GridEx_UserList.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
this.GridEx_UserList.GroupByBoxVisible = false;
this.GridEx_UserList.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
this.GridEx_UserList.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
this.GridEx_UserList.Location = new System.Drawing.Point(3, 174);
this.GridEx_UserList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.GridEx_UserList.Name = "GridEx_UserList";
this.GridEx_UserList.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
this.GridEx_UserList.ScrollBars = Janus.Windows.GridEX.ScrollBars.Vertical;
this.GridEx_UserList.ScrollBarWidth = 10;
this.GridEx_UserList.Size = new System.Drawing.Size(941, 364);
this.GridEx_UserList.TabIndex = 11;
this.GridEx_UserList.TabStop = false;
this.GridEx_UserList.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
this.GridEx_UserList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.GridEx_UserList_MouseClick);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label2.Location = new System.Drawing.Point(271, 135);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 12);
this.label2.TabIndex = 388;
this.label2.Text = "(재입력)";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label_Phone
//
this.label_Phone.AutoSize = true;
this.label_Phone.BackColor = System.Drawing.Color.Transparent;
this.label_Phone.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label_Phone.Location = new System.Drawing.Point(397, 95);
this.label_Phone.Name = "label_Phone";
this.label_Phone.Size = new System.Drawing.Size(61, 12);
this.label_Phone.TabIndex = 388;
this.label_Phone.Text = "▶ 연락처:";
this.label_Phone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label_CompanyPosition
//
this.label_CompanyPosition.AutoSize = true;
this.label_CompanyPosition.BackColor = System.Drawing.Color.Transparent;
this.label_CompanyPosition.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label_CompanyPosition.Location = new System.Drawing.Point(699, 93);
this.label_CompanyPosition.Name = "label_CompanyPosition";
this.label_CompanyPosition.Size = new System.Drawing.Size(49, 12);
this.label_CompanyPosition.TabIndex = 388;
this.label_CompanyPosition.Text = "▶ 직급:";
this.label_CompanyPosition.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label_CompanyName
//
this.label_CompanyName.AutoSize = true;
this.label_CompanyName.BackColor = System.Drawing.Color.Transparent;
this.label_CompanyName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label_CompanyName.Location = new System.Drawing.Point(699, 49);
this.label_CompanyName.Name = "label_CompanyName";
this.label_CompanyName.Size = new System.Drawing.Size(61, 12);
this.label_CompanyName.TabIndex = 388;
this.label_CompanyName.Text = "▶ 회사명:";
this.label_CompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label_Name
//
this.label_Name.AutoSize = true;
this.label_Name.BackColor = System.Drawing.Color.Transparent;
this.label_Name.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label_Name.Location = new System.Drawing.Point(397, 50);
this.label_Name.Name = "label_Name";
this.label_Name.Size = new System.Drawing.Size(49, 12);
this.label_Name.TabIndex = 388;
this.label_Name.Text = "▶ 이름:";
this.label_Name.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label_PW
//
this.label_PW.AutoSize = true;
this.label_PW.BackColor = System.Drawing.Color.Transparent;
this.label_PW.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label_PW.Location = new System.Drawing.Point(27, 93);
this.label_PW.Name = "label_PW";
this.label_PW.Size = new System.Drawing.Size(82, 12);
this.label_PW.TabIndex = 388;
this.label_PW.Text = "▶ PassWord:";
this.label_PW.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label_ID
//
this.label_ID.AutoSize = true;
this.label_ID.BackColor = System.Drawing.Color.Transparent;
this.label_ID.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label_ID.Location = new System.Drawing.Point(27, 55);
this.label_ID.Name = "label_ID";
this.label_ID.Size = new System.Drawing.Size(71, 12);
this.label_ID.TabIndex = 388;
this.label_ID.Text = "▶ Login ID:";
this.label_ID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// editBox_RePW
//
this.editBox_RePW.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.editBox_RePW.Location = new System.Drawing.Point(133, 130);
this.editBox_RePW.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.editBox_RePW.Name = "editBox_RePW";
this.editBox_RePW.PasswordChar = '*';
this.editBox_RePW.Size = new System.Drawing.Size(114, 21);
this.editBox_RePW.TabIndex = 5;
this.editBox_RePW.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
//
// editBox_Phone
//
this.editBox_Phone.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.editBox_Phone.Location = new System.Drawing.Point(503, 90);
this.editBox_Phone.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.editBox_Phone.Name = "editBox_Phone";
this.editBox_Phone.Size = new System.Drawing.Size(114, 21);
this.editBox_Phone.TabIndex = 7;
this.editBox_Phone.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
//
// editBox_CompanyPosition
//
this.editBox_CompanyPosition.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.editBox_CompanyPosition.Location = new System.Drawing.Point(805, 88);
this.editBox_CompanyPosition.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.editBox_CompanyPosition.Name = "editBox_CompanyPosition";
this.editBox_CompanyPosition.Size = new System.Drawing.Size(114, 21);
this.editBox_CompanyPosition.TabIndex = 9;
this.editBox_CompanyPosition.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
//
// editBox_CompanyName
//
this.editBox_CompanyName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.editBox_CompanyName.Location = new System.Drawing.Point(805, 46);
this.editBox_CompanyName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.editBox_CompanyName.Name = "editBox_CompanyName";
this.editBox_CompanyName.Size = new System.Drawing.Size(114, 21);
this.editBox_CompanyName.TabIndex = 8;
this.editBox_CompanyName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
//
// editBox_Name
//
this.editBox_Name.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.editBox_Name.Location = new System.Drawing.Point(503, 49);
this.editBox_Name.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.editBox_Name.Name = "editBox_Name";
this.editBox_Name.Size = new System.Drawing.Size(114, 21);
this.editBox_Name.TabIndex = 6;
this.editBox_Name.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
//
// editBox_PW
//
this.editBox_PW.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.editBox_PW.Location = new System.Drawing.Point(133, 90);
this.editBox_PW.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.editBox_PW.Name = "editBox_PW";
this.editBox_PW.PasswordChar = '*';
this.editBox_PW.Size = new System.Drawing.Size(114, 21);
this.editBox_PW.TabIndex = 4;
this.editBox_PW.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
//
// editBox_ID
//
this.editBox_ID.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.editBox_ID.Location = new System.Drawing.Point(133, 50);
this.editBox_ID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.editBox_ID.Name = "editBox_ID";
this.editBox_ID.Size = new System.Drawing.Size(114, 21);
this.editBox_ID.TabIndex = 2;
this.editBox_ID.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
//
// Form_System_UserEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(947, 541);
this.Controls.Add(this.uiGroupBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_System_UserEdit";
this.Text = "시스템 사용자 설정";
((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
this.uiGroupBox.ResumeLayout(false);
this.uiGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.GridEx_UserList)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
private Janus.Windows.Common.VisualStyleManager visualStyleManager;
private System.Windows.Forms.Label label_ID;
private Janus.Windows.GridEX.EditControls.EditBox editBox_ID;
internal Janus.Windows.GridEX.GridEX GridEx_UserList;
internal Janus.Windows.EditControls.UIButton uiButton_Save;
internal Janus.Windows.EditControls.UIButton UiButton_SameIdChk;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label_Phone;
private System.Windows.Forms.Label label_CompanyPosition;
private System.Windows.Forms.Label label_CompanyName;
private System.Windows.Forms.Label label_Name;
private System.Windows.Forms.Label label_PW;
private Janus.Windows.GridEX.EditControls.EditBox editBox_RePW;
private Janus.Windows.GridEX.EditControls.EditBox editBox_Phone;
private Janus.Windows.GridEX.EditControls.EditBox editBox_CompanyPosition;
private Janus.Windows.GridEX.EditControls.EditBox editBox_CompanyName;
private Janus.Windows.GridEX.EditControls.EditBox editBox_Name;
private Janus.Windows.GridEX.EditControls.EditBox editBox_PW;
internal Janus.Windows.EditControls.UIButton uiButton_New;
}
}