553 lines
		
	
	
		
			31 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			553 lines
		
	
	
		
			31 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Project._Common
 | |
| {
 | |
|     partial class fUserList
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Required designer variable.
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Clean up any resources being used.
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
|         protected override void Dispose(bool disposing)
 | |
|         {
 | |
|             if (disposing && (components != null))
 | |
|             {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose(disposing);
 | |
|         }
 | |
| 
 | |
|         #region Windows Form Designer generated code
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Required method for Designer support - do not modify
 | |
|         /// the contents of this method with the code editor.
 | |
|         /// </summary>
 | |
|         private void InitializeComponent()
 | |
|         {
 | |
|             this.components = new System.ComponentModel.Container();
 | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fUserList));
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             this.dsMSSQL = new Project.dsMSSQL();
 | |
|             this.bs = new System.Windows.Forms.BindingSource(this.components);
 | |
|             this.ta = new Project.dsMSSQLTableAdapters.UsersTableAdapter();
 | |
|             this.tam = new Project.dsMSSQLTableAdapters.TableAdapterManager();
 | |
|             this.bn = new System.Windows.Forms.BindingNavigator(this.components);
 | |
|             this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
 | |
|             this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
 | |
|             this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.usersBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.btDevel = new System.Windows.Forms.ToolStripDropDownButton();
 | |
|             this.한글이름분리ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.dv1 = new System.Windows.Forms.DataGridView();
 | |
|             this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
 | |
|             this.iDChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.passwordChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.mailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.autoResizeColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
 | |
|             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
 | |
|             this.cmbdept = new System.Windows.Forms.ToolStripComboBox();
 | |
|             this.btRef = new System.Windows.Forms.ToolStripButton();
 | |
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | |
|             this.dvc_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dvc_level = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.nameEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.deptDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.gradeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.indateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.outdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.telDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.hpDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.placeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
 | |
|             this.bn.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
 | |
|             this.cm1.SuspendLayout();
 | |
|             this.toolStrip1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // dsMSSQL
 | |
|             // 
 | |
|             this.dsMSSQL.DataSetName = "dsMSSQL";
 | |
|             this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
|             // 
 | |
|             // bs
 | |
|             // 
 | |
|             this.bs.DataMember = "Users";
 | |
|             this.bs.DataSource = this.dsMSSQL;
 | |
|             // 
 | |
|             // ta
 | |
|             // 
 | |
|             this.ta.ClearBeforeFill = true;
 | |
|             // 
 | |
|             // tam
 | |
|             // 
 | |
|             this.tam.BackupDataSetBeforeUpdate = false;
 | |
|             this.tam.InventoryTableAdapter = null;
 | |
|             this.tam.ItemsTableAdapter = null;
 | |
|             this.tam.LineCodeTableAdapter = null;
 | |
|             this.tam.ProjectsTableAdapter = null;
 | |
|             this.tam.UpdateOrder = Project.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
 | |
|             this.tam.UsersTableAdapter = this.ta;
 | |
|             // 
 | |
|             // bn
 | |
|             // 
 | |
|             this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
 | |
|             this.bn.BindingSource = this.bs;
 | |
|             this.bn.CountItem = this.bindingNavigatorCountItem;
 | |
|             this.bn.DeleteItem = this.bindingNavigatorDeleteItem;
 | |
|             this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.bindingNavigatorMoveFirstItem,
 | |
|             this.bindingNavigatorMovePreviousItem,
 | |
|             this.bindingNavigatorSeparator,
 | |
|             this.bindingNavigatorPositionItem,
 | |
|             this.bindingNavigatorCountItem,
 | |
|             this.bindingNavigatorSeparator1,
 | |
|             this.bindingNavigatorMoveNextItem,
 | |
|             this.bindingNavigatorMoveLastItem,
 | |
|             this.bindingNavigatorSeparator2,
 | |
|             this.bindingNavigatorAddNewItem,
 | |
|             this.bindingNavigatorDeleteItem,
 | |
|             this.usersBindingNavigatorSaveItem,
 | |
|             this.toolStripSeparator1,
 | |
|             this.btDevel});
 | |
|             this.bn.Location = new System.Drawing.Point(0, 419);
 | |
|             this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
 | |
|             this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
 | |
|             this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
 | |
|             this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
 | |
|             this.bn.Name = "bn";
 | |
|             this.bn.PositionItem = this.bindingNavigatorPositionItem;
 | |
|             this.bn.Size = new System.Drawing.Size(755, 25);
 | |
|             this.bn.TabIndex = 0;
 | |
|             this.bn.Text = "bindingNavigator1";
 | |
|             // 
 | |
|             // bindingNavigatorAddNewItem
 | |
|             // 
 | |
|             this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
 | |
|             this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
 | |
|             this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(65, 22);
 | |
|             this.bindingNavigatorAddNewItem.Text = "Add(&A)";
 | |
|             // 
 | |
|             // bindingNavigatorCountItem
 | |
|             // 
 | |
|             this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
 | |
|             this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
 | |
|             this.bindingNavigatorCountItem.Text = "/{0}";
 | |
|             this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
 | |
|             // 
 | |
|             // bindingNavigatorDeleteItem
 | |
|             // 
 | |
|             this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
 | |
|             this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
 | |
|             this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(78, 22);
 | |
|             this.bindingNavigatorDeleteItem.Text = "Delete(&D)";
 | |
|             // 
 | |
|             // bindingNavigatorMoveFirstItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
 | |
|             this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
 | |
|             this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorMovePreviousItem
 | |
|             // 
 | |
|             this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
 | |
|             this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
 | |
|             this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
 | |
|             this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // bindingNavigatorPositionItem
 | |
|             // 
 | |
|             this.bindingNavigatorPositionItem.AccessibleName = "위치";
 | |
|             this.bindingNavigatorPositionItem.AutoSize = false;
 | |
|             this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
 | |
|             this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
 | |
|             this.bindingNavigatorPositionItem.Text = "0";
 | |
|             this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator1
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
 | |
|             this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // bindingNavigatorMoveNextItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
 | |
|             this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
 | |
|             this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorMoveLastItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
 | |
|             this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
 | |
|             this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator2
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
 | |
|             this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // usersBindingNavigatorSaveItem
 | |
|             // 
 | |
|             this.usersBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("usersBindingNavigatorSaveItem.Image")));
 | |
|             this.usersBindingNavigatorSaveItem.Name = "usersBindingNavigatorSaveItem";
 | |
|             this.usersBindingNavigatorSaveItem.Size = new System.Drawing.Size(67, 22);
 | |
|             this.usersBindingNavigatorSaveItem.Text = "Save(&S)";
 | |
|             this.usersBindingNavigatorSaveItem.Click += new System.EventHandler(this.usersBindingNavigatorSaveItem_Click);
 | |
|             // 
 | |
|             // toolStripSeparator1
 | |
|             // 
 | |
|             this.toolStripSeparator1.Name = "toolStripSeparator1";
 | |
|             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // btDevel
 | |
|             // 
 | |
|             this.btDevel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
 | |
|             this.btDevel.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.한글이름분리ToolStripMenuItem});
 | |
|             this.btDevel.Image = ((System.Drawing.Image)(resources.GetObject("btDevel.Image")));
 | |
|             this.btDevel.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.btDevel.Name = "btDevel";
 | |
|             this.btDevel.Size = new System.Drawing.Size(88, 22);
 | |
|             this.btDevel.Text = "developer";
 | |
|             // 
 | |
|             // 한글이름분리ToolStripMenuItem
 | |
|             // 
 | |
|             this.한글이름분리ToolStripMenuItem.Name = "한글이름분리ToolStripMenuItem";
 | |
|             this.한글이름분리ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
 | |
|             this.한글이름분리ToolStripMenuItem.Text = "한글이름분리";
 | |
|             this.한글이름분리ToolStripMenuItem.Click += new System.EventHandler(this.한글이름분리ToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // dv1
 | |
|             // 
 | |
|             this.dv1.AllowUserToAddRows = false;
 | |
|             this.dv1.AutoGenerateColumns = false;
 | |
|             this.dv1.ColumnHeadersHeight = 30;
 | |
|             this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
 | |
|             this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.dvc_id,
 | |
|             this.dvc_level,
 | |
|             this.nameDataGridViewTextBoxColumn,
 | |
|             this.nameEDataGridViewTextBoxColumn,
 | |
|             this.deptDataGridViewTextBoxColumn,
 | |
|             this.gradeDataGridViewTextBoxColumn,
 | |
|             this.emailDataGridViewTextBoxColumn,
 | |
|             this.indateDataGridViewTextBoxColumn,
 | |
|             this.outdateDataGridViewTextBoxColumn,
 | |
|             this.telDataGridViewTextBoxColumn,
 | |
|             this.hpDataGridViewTextBoxColumn,
 | |
|             this.placeDataGridViewTextBoxColumn,
 | |
|             this.memoDataGridViewTextBoxColumn});
 | |
|             this.dv1.ContextMenuStrip = this.cm1;
 | |
|             this.dv1.DataSource = this.bs;
 | |
|             this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dv1.Location = new System.Drawing.Point(0, 25);
 | |
|             this.dv1.Name = "dv1";
 | |
|             this.dv1.RowTemplate.Height = 23;
 | |
|             this.dv1.Size = new System.Drawing.Size(755, 373);
 | |
|             this.dv1.TabIndex = 1;
 | |
|             // 
 | |
|             // cm1
 | |
|             // 
 | |
|             this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.autoResizeColumnToolStripMenuItem,
 | |
|             this.toolStripMenuItem2,
 | |
|             this.iDChangeToolStripMenuItem,
 | |
|             this.passwordChangeToolStripMenuItem,
 | |
|             this.toolStripMenuItem1,
 | |
|             this.mailToolStripMenuItem});
 | |
|             this.cm1.Name = "cm1";
 | |
|             this.cm1.Size = new System.Drawing.Size(181, 126);
 | |
|             // 
 | |
|             // iDChangeToolStripMenuItem
 | |
|             // 
 | |
|             this.iDChangeToolStripMenuItem.Name = "iDChangeToolStripMenuItem";
 | |
|             this.iDChangeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
 | |
|             this.iDChangeToolStripMenuItem.Text = "ID Change";
 | |
|             this.iDChangeToolStripMenuItem.Click += new System.EventHandler(this.iDChangeToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // passwordChangeToolStripMenuItem
 | |
|             // 
 | |
|             this.passwordChangeToolStripMenuItem.Name = "passwordChangeToolStripMenuItem";
 | |
|             this.passwordChangeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
 | |
|             this.passwordChangeToolStripMenuItem.Text = "Password Change";
 | |
|             this.passwordChangeToolStripMenuItem.Click += new System.EventHandler(this.passwordChangeToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // toolStripMenuItem1
 | |
|             // 
 | |
|             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
 | |
|             this.toolStripMenuItem1.Size = new System.Drawing.Size(177, 6);
 | |
|             // 
 | |
|             // mailToolStripMenuItem
 | |
|             // 
 | |
|             this.mailToolStripMenuItem.Name = "mailToolStripMenuItem";
 | |
|             this.mailToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
 | |
|             this.mailToolStripMenuItem.Text = "Mail";
 | |
|             this.mailToolStripMenuItem.Click += new System.EventHandler(this.mailToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // autoResizeColumnToolStripMenuItem
 | |
|             // 
 | |
|             this.autoResizeColumnToolStripMenuItem.Name = "autoResizeColumnToolStripMenuItem";
 | |
|             this.autoResizeColumnToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
 | |
|             this.autoResizeColumnToolStripMenuItem.Text = "AutoResize Column";
 | |
|             this.autoResizeColumnToolStripMenuItem.Click += new System.EventHandler(this.autoResizeColumnToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // toolStrip1
 | |
|             // 
 | |
|             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.toolStripLabel1,
 | |
|             this.cmbdept,
 | |
|             this.btRef});
 | |
|             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.toolStrip1.Name = "toolStrip1";
 | |
|             this.toolStrip1.Size = new System.Drawing.Size(755, 25);
 | |
|             this.toolStrip1.TabIndex = 2;
 | |
|             this.toolStrip1.Text = "toolStrip1";
 | |
|             // 
 | |
|             // toolStripLabel1
 | |
|             // 
 | |
|             this.toolStripLabel1.Name = "toolStripLabel1";
 | |
|             this.toolStripLabel1.Size = new System.Drawing.Size(43, 22);
 | |
|             this.toolStripLabel1.Text = "Depart";
 | |
|             // 
 | |
|             // cmbdept
 | |
|             // 
 | |
|             this.cmbdept.Name = "cmbdept";
 | |
|             this.cmbdept.Size = new System.Drawing.Size(121, 25);
 | |
|             // 
 | |
|             // btRef
 | |
|             // 
 | |
|             this.btRef.Image = ((System.Drawing.Image)(resources.GetObject("btRef.Image")));
 | |
|             this.btRef.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.btRef.Name = "btRef";
 | |
|             this.btRef.Size = new System.Drawing.Size(66, 22);
 | |
|             this.btRef.Text = "Refresh";
 | |
|             this.btRef.Click += new System.EventHandler(this.btRef_Click);
 | |
|             // 
 | |
|             // textBox1
 | |
|             // 
 | |
|             this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ads_title", true));
 | |
|             this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.textBox1.Location = new System.Drawing.Point(0, 398);
 | |
|             this.textBox1.Name = "textBox1";
 | |
|             this.textBox1.Size = new System.Drawing.Size(755, 21);
 | |
|             this.textBox1.TabIndex = 3;
 | |
|             // 
 | |
|             // dvc_id
 | |
|             // 
 | |
|             this.dvc_id.DataPropertyName = "id";
 | |
|             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 | |
|             dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
 | |
|             this.dvc_id.DefaultCellStyle = dataGridViewCellStyle3;
 | |
|             this.dvc_id.HeaderText = "id";
 | |
|             this.dvc_id.Name = "dvc_id";
 | |
|             this.dvc_id.Width = 40;
 | |
|             // 
 | |
|             // dvc_level
 | |
|             // 
 | |
|             this.dvc_level.DataPropertyName = "level";
 | |
|             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 | |
|             dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
 | |
|             this.dvc_level.DefaultCellStyle = dataGridViewCellStyle4;
 | |
|             this.dvc_level.HeaderText = "level";
 | |
|             this.dvc_level.Name = "dvc_level";
 | |
|             this.dvc_level.Width = 56;
 | |
|             // 
 | |
|             // nameDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
 | |
|             this.nameDataGridViewTextBoxColumn.HeaderText = "name";
 | |
|             this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
 | |
|             this.nameDataGridViewTextBoxColumn.Width = 62;
 | |
|             // 
 | |
|             // nameEDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.nameEDataGridViewTextBoxColumn.DataPropertyName = "nameE";
 | |
|             this.nameEDataGridViewTextBoxColumn.HeaderText = "nameE";
 | |
|             this.nameEDataGridViewTextBoxColumn.Name = "nameEDataGridViewTextBoxColumn";
 | |
|             this.nameEDataGridViewTextBoxColumn.Width = 70;
 | |
|             // 
 | |
|             // deptDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.deptDataGridViewTextBoxColumn.DataPropertyName = "dept";
 | |
|             this.deptDataGridViewTextBoxColumn.HeaderText = "dept";
 | |
|             this.deptDataGridViewTextBoxColumn.Name = "deptDataGridViewTextBoxColumn";
 | |
|             this.deptDataGridViewTextBoxColumn.Width = 54;
 | |
|             // 
 | |
|             // gradeDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.gradeDataGridViewTextBoxColumn.DataPropertyName = "grade";
 | |
|             this.gradeDataGridViewTextBoxColumn.HeaderText = "grade";
 | |
|             this.gradeDataGridViewTextBoxColumn.Name = "gradeDataGridViewTextBoxColumn";
 | |
|             this.gradeDataGridViewTextBoxColumn.Width = 62;
 | |
|             // 
 | |
|             // emailDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.emailDataGridViewTextBoxColumn.DataPropertyName = "email";
 | |
|             this.emailDataGridViewTextBoxColumn.HeaderText = "email";
 | |
|             this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
 | |
|             this.emailDataGridViewTextBoxColumn.Width = 61;
 | |
|             // 
 | |
|             // indateDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.indateDataGridViewTextBoxColumn.DataPropertyName = "indate";
 | |
|             this.indateDataGridViewTextBoxColumn.HeaderText = "indate";
 | |
|             this.indateDataGridViewTextBoxColumn.Name = "indateDataGridViewTextBoxColumn";
 | |
|             this.indateDataGridViewTextBoxColumn.Width = 64;
 | |
|             // 
 | |
|             // outdateDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.outdateDataGridViewTextBoxColumn.DataPropertyName = "outdate";
 | |
|             this.outdateDataGridViewTextBoxColumn.HeaderText = "outdate";
 | |
|             this.outdateDataGridViewTextBoxColumn.Name = "outdateDataGridViewTextBoxColumn";
 | |
|             this.outdateDataGridViewTextBoxColumn.Width = 71;
 | |
|             // 
 | |
|             // telDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.telDataGridViewTextBoxColumn.DataPropertyName = "tel";
 | |
|             this.telDataGridViewTextBoxColumn.HeaderText = "tel";
 | |
|             this.telDataGridViewTextBoxColumn.Name = "telDataGridViewTextBoxColumn";
 | |
|             this.telDataGridViewTextBoxColumn.Width = 43;
 | |
|             // 
 | |
|             // hpDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.hpDataGridViewTextBoxColumn.DataPropertyName = "hp";
 | |
|             this.hpDataGridViewTextBoxColumn.HeaderText = "hp";
 | |
|             this.hpDataGridViewTextBoxColumn.Name = "hpDataGridViewTextBoxColumn";
 | |
|             this.hpDataGridViewTextBoxColumn.Width = 44;
 | |
|             // 
 | |
|             // placeDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.placeDataGridViewTextBoxColumn.DataPropertyName = "place";
 | |
|             this.placeDataGridViewTextBoxColumn.HeaderText = "place";
 | |
|             this.placeDataGridViewTextBoxColumn.Name = "placeDataGridViewTextBoxColumn";
 | |
|             this.placeDataGridViewTextBoxColumn.Width = 61;
 | |
|             // 
 | |
|             // memoDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.memoDataGridViewTextBoxColumn.DataPropertyName = "memo";
 | |
|             this.memoDataGridViewTextBoxColumn.HeaderText = "memo";
 | |
|             this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn";
 | |
|             this.memoDataGridViewTextBoxColumn.Width = 66;
 | |
|             // 
 | |
|             // toolStripMenuItem2
 | |
|             // 
 | |
|             this.toolStripMenuItem2.Name = "toolStripMenuItem2";
 | |
|             this.toolStripMenuItem2.Size = new System.Drawing.Size(177, 6);
 | |
|             // 
 | |
|             // fUserList
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(755, 444);
 | |
|             this.Controls.Add(this.dv1);
 | |
|             this.Controls.Add(this.textBox1);
 | |
|             this.Controls.Add(this.toolStrip1);
 | |
|             this.Controls.Add(this.bn);
 | |
|             this.Name = "fUserList";
 | |
|             this.Text = "fUserList";
 | |
|             this.Load += new System.EventHandler(this.@__Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
 | |
|             this.bn.ResumeLayout(false);
 | |
|             this.bn.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
 | |
|             this.cm1.ResumeLayout(false);
 | |
|             this.toolStrip1.ResumeLayout(false);
 | |
|             this.toolStrip1.PerformLayout();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private dsMSSQL dsMSSQL;
 | |
|         private System.Windows.Forms.BindingSource bs;
 | |
|         private dsMSSQLTableAdapters.UsersTableAdapter ta;
 | |
|         private dsMSSQLTableAdapters.TableAdapterManager tam;
 | |
|         private System.Windows.Forms.BindingNavigator bn;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
 | |
|         private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
 | |
|         private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
 | |
|         private System.Windows.Forms.ToolStripButton usersBindingNavigatorSaveItem;
 | |
|         private System.Windows.Forms.DataGridView dv1;
 | |
|         private System.Windows.Forms.ContextMenuStrip cm1;
 | |
|         private System.Windows.Forms.ToolStripMenuItem iDChangeToolStripMenuItem;
 | |
|         private System.Windows.Forms.ToolStripMenuItem passwordChangeToolStripMenuItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
 | |
|         private System.Windows.Forms.ToolStripMenuItem mailToolStripMenuItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
 | |
|         private System.Windows.Forms.ToolStripDropDownButton btDevel;
 | |
|         private System.Windows.Forms.ToolStripMenuItem 한글이름분리ToolStripMenuItem;
 | |
|         private System.Windows.Forms.ToolStrip toolStrip1;
 | |
|         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
 | |
|         private System.Windows.Forms.ToolStripComboBox cmbdept;
 | |
|         private System.Windows.Forms.ToolStripButton btRef;
 | |
|         private System.Windows.Forms.ToolStripMenuItem autoResizeColumnToolStripMenuItem;
 | |
|         private System.Windows.Forms.TextBox textBox1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dvc_id;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dvc_level;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn nameEDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn deptDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn gradeDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn indateDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn outdateDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn telDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn hpDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn placeDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
 | |
|     }
 | |
| } | 
