namespace Project._Common { partial class fUserList { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fUserList)); this.bn = new System.Windows.Forms.BindingNavigator(this.components); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dsMSSQL = new Project.dsMSSQL(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); 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.btAdd = new System.Windows.Forms.ToolStripButton(); this.btEdit = new System.Windows.Forms.ToolStripButton(); this.btDel = new System.Windows.Forms.ToolStripButton(); this.btSave = 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.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.autoResizeColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); 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.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.cmbdept = new System.Windows.Forms.ToolStripComboBox(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.tbProcess = new System.Windows.Forms.ToolStripTextBox(); this.btRef = new System.Windows.Forms.ToolStripButton(); this.textBox1 = new System.Windows.Forms.TextBox(); this.ta = new Project.dsMSSQLTableAdapters.vGroupUserTableAdapter(); this.arDatagridView1 = new arCtl.arDatagridView(); this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nameE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gradeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.telDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.indateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.outdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.hpDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.processsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.stateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.useUserStateDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.useJobReportDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.exceptHolyDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); this.bn.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); this.cm1.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit(); this.SuspendLayout(); // // bn // this.bn.AddNewItem = null; this.bn.BindingSource = this.bs; this.bn.CountItem = this.bindingNavigatorCountItem; this.bn.DeleteItem = null; this.bn.Dock = System.Windows.Forms.DockStyle.Bottom; this.bn.ImageScalingSize = new System.Drawing.Size(32, 32); 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.btAdd, this.btEdit, this.btDel, this.btSave, this.toolStripSeparator1, this.btDevel}); this.bn.Location = new System.Drawing.Point(0, 672); 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(1234, 39); this.bn.TabIndex = 0; this.bn.Text = "bindingNavigator1"; // // bs // this.bs.DataMember = "vGroupUser"; this.bs.DataSource = this.dsMSSQL; // // dsMSSQL // this.dsMSSQL.DataSetName = "dsMSSQL"; this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 36); this.bindingNavigatorCountItem.Text = "/{0}"; this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수"; // // 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(36, 36); 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(36, 36); this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 39); // // 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, 39); // // 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(36, 36); 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(36, 36); this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 39); // // btAdd // this.btAdd.Image = ((System.Drawing.Image)(resources.GetObject("btAdd.Image"))); this.btAdd.Name = "btAdd"; this.btAdd.RightToLeftAutoMirrorImage = true; this.btAdd.Size = new System.Drawing.Size(83, 36); this.btAdd.Text = "추가(&A)"; this.btAdd.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click); // // btEdit // this.btEdit.Image = ((System.Drawing.Image)(resources.GetObject("btEdit.Image"))); this.btEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btEdit.Name = "btEdit"; this.btEdit.Size = new System.Drawing.Size(81, 36); this.btEdit.Text = "편집(&E)"; this.btEdit.Click += new System.EventHandler(this.toolStripButton2_Click); // // btDel // this.btDel.Image = ((System.Drawing.Image)(resources.GetObject("btDel.Image"))); this.btDel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btDel.Name = "btDel"; this.btDel.Size = new System.Drawing.Size(84, 36); this.btDel.Text = "삭제(&D)"; this.btDel.Click += new System.EventHandler(this.btDel_Click); // // btSave // this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image"))); this.btSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btSave.Name = "btSave"; this.btSave.Size = new System.Drawing.Size(82, 36); this.btSave.Text = "저장(&S)"; this.btSave.Visible = false; this.btSave.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39); // // 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(104, 36); 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); // // 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, 104); // // 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); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(177, 6); // // 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); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.cmbdept, this.toolStripLabel2, this.tbProcess, this.btRef}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1234, 25); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(31, 22); this.toolStripLabel1.Text = "소속"; // // cmbdept // this.cmbdept.Enabled = false; this.cmbdept.Name = "cmbdept"; this.cmbdept.Size = new System.Drawing.Size(400, 25); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(31, 22); this.toolStripLabel2.Text = "공정"; // // tbProcess // this.tbProcess.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbProcess.Name = "tbProcess"; this.tbProcess.Size = new System.Drawing.Size(100, 25); this.tbProcess.Text = "%"; this.tbProcess.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // 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(90, 22); this.btRef.Text = "새로고침(&R)"; 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, 651); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(1234, 21); this.textBox1.TabIndex = 3; // // ta // this.ta.ClearBeforeFill = true; // // arDatagridView1 // this.arDatagridView1.A_DelCurrentCell = true; this.arDatagridView1.A_EnterToTab = true; this.arDatagridView1.A_KoreanField = null; this.arDatagridView1.A_UpperField = null; this.arDatagridView1.A_ViewRownumOnHeader = true; this.arDatagridView1.AllowUserToAddRows = false; this.arDatagridView1.AllowUserToDeleteRows = false; this.arDatagridView1.AutoGenerateColumns = false; this.arDatagridView1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.arDatagridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.arDatagridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn, this.nameDataGridViewTextBoxColumn, this.nameE, this.gradeDataGridViewTextBoxColumn, this.emailDataGridViewTextBoxColumn, this.telDataGridViewTextBoxColumn, this.indateDataGridViewTextBoxColumn, this.outdateDataGridViewTextBoxColumn, this.hpDataGridViewTextBoxColumn, this.processsDataGridViewTextBoxColumn, this.stateDataGridViewTextBoxColumn, this.memoDataGridViewTextBoxColumn, this.useUserStateDataGridViewCheckBoxColumn, this.useJobReportDataGridViewCheckBoxColumn, this.exceptHolyDataGridViewCheckBoxColumn}); this.arDatagridView1.DataSource = this.bs; this.arDatagridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.arDatagridView1.Location = new System.Drawing.Point(0, 25); this.arDatagridView1.Name = "arDatagridView1"; this.arDatagridView1.ReadOnly = true; this.arDatagridView1.RowTemplate.Height = 23; this.arDatagridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.arDatagridView1.Size = new System.Drawing.Size(1234, 626); this.arDatagridView1.TabIndex = 6; // // idDataGridViewTextBoxColumn // this.idDataGridViewTextBoxColumn.DataPropertyName = "id"; this.idDataGridViewTextBoxColumn.HeaderText = "사번"; this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; this.idDataGridViewTextBoxColumn.ReadOnly = true; // // nameDataGridViewTextBoxColumn // this.nameDataGridViewTextBoxColumn.DataPropertyName = "name"; this.nameDataGridViewTextBoxColumn.HeaderText = "성명"; this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn"; this.nameDataGridViewTextBoxColumn.ReadOnly = true; // // nameE // this.nameE.DataPropertyName = "nameE"; this.nameE.HeaderText = "영문명"; this.nameE.Name = "nameE"; this.nameE.ReadOnly = true; // // gradeDataGridViewTextBoxColumn // this.gradeDataGridViewTextBoxColumn.DataPropertyName = "grade"; this.gradeDataGridViewTextBoxColumn.HeaderText = "직책"; this.gradeDataGridViewTextBoxColumn.Name = "gradeDataGridViewTextBoxColumn"; this.gradeDataGridViewTextBoxColumn.ReadOnly = true; // // emailDataGridViewTextBoxColumn // this.emailDataGridViewTextBoxColumn.DataPropertyName = "email"; this.emailDataGridViewTextBoxColumn.HeaderText = "이메일"; this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn"; this.emailDataGridViewTextBoxColumn.ReadOnly = true; // // telDataGridViewTextBoxColumn // this.telDataGridViewTextBoxColumn.DataPropertyName = "tel"; this.telDataGridViewTextBoxColumn.HeaderText = "전화"; this.telDataGridViewTextBoxColumn.Name = "telDataGridViewTextBoxColumn"; this.telDataGridViewTextBoxColumn.ReadOnly = true; // // indateDataGridViewTextBoxColumn // this.indateDataGridViewTextBoxColumn.DataPropertyName = "indate"; this.indateDataGridViewTextBoxColumn.HeaderText = "입사"; this.indateDataGridViewTextBoxColumn.Name = "indateDataGridViewTextBoxColumn"; this.indateDataGridViewTextBoxColumn.ReadOnly = true; // // outdateDataGridViewTextBoxColumn // this.outdateDataGridViewTextBoxColumn.DataPropertyName = "outdate"; this.outdateDataGridViewTextBoxColumn.HeaderText = "퇴사"; this.outdateDataGridViewTextBoxColumn.Name = "outdateDataGridViewTextBoxColumn"; this.outdateDataGridViewTextBoxColumn.ReadOnly = true; // // hpDataGridViewTextBoxColumn // this.hpDataGridViewTextBoxColumn.DataPropertyName = "hp"; this.hpDataGridViewTextBoxColumn.HeaderText = "휴대전환"; this.hpDataGridViewTextBoxColumn.Name = "hpDataGridViewTextBoxColumn"; this.hpDataGridViewTextBoxColumn.ReadOnly = true; // // processsDataGridViewTextBoxColumn // this.processsDataGridViewTextBoxColumn.DataPropertyName = "processs"; this.processsDataGridViewTextBoxColumn.HeaderText = "공정"; this.processsDataGridViewTextBoxColumn.Name = "processsDataGridViewTextBoxColumn"; this.processsDataGridViewTextBoxColumn.ReadOnly = true; // // stateDataGridViewTextBoxColumn // this.stateDataGridViewTextBoxColumn.DataPropertyName = "state"; this.stateDataGridViewTextBoxColumn.HeaderText = "상태"; this.stateDataGridViewTextBoxColumn.Name = "stateDataGridViewTextBoxColumn"; this.stateDataGridViewTextBoxColumn.ReadOnly = true; // // memoDataGridViewTextBoxColumn // this.memoDataGridViewTextBoxColumn.DataPropertyName = "memo"; this.memoDataGridViewTextBoxColumn.HeaderText = "비고"; this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn"; this.memoDataGridViewTextBoxColumn.ReadOnly = true; // // useUserStateDataGridViewCheckBoxColumn // this.useUserStateDataGridViewCheckBoxColumn.DataPropertyName = "useUserState"; this.useUserStateDataGridViewCheckBoxColumn.HeaderText = "게정사용"; this.useUserStateDataGridViewCheckBoxColumn.Name = "useUserStateDataGridViewCheckBoxColumn"; this.useUserStateDataGridViewCheckBoxColumn.ReadOnly = true; // // useJobReportDataGridViewCheckBoxColumn // this.useJobReportDataGridViewCheckBoxColumn.DataPropertyName = "useJobReport"; this.useJobReportDataGridViewCheckBoxColumn.HeaderText = "업무일지"; this.useJobReportDataGridViewCheckBoxColumn.Name = "useJobReportDataGridViewCheckBoxColumn"; this.useJobReportDataGridViewCheckBoxColumn.ReadOnly = true; // // exceptHolyDataGridViewCheckBoxColumn // this.exceptHolyDataGridViewCheckBoxColumn.DataPropertyName = "exceptHoly"; this.exceptHolyDataGridViewCheckBoxColumn.HeaderText = "휴가제외"; this.exceptHolyDataGridViewCheckBoxColumn.Name = "exceptHolyDataGridViewCheckBoxColumn"; this.exceptHolyDataGridViewCheckBoxColumn.ReadOnly = true; // // fUserList // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1234, 711); this.Controls.Add(this.arDatagridView1); this.Controls.Add(this.textBox1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.bn); this.Name = "fUserList"; this.Text = "그룹내 사용자 목록"; this.Load += new System.EventHandler(this.@__Load); ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); this.bn.ResumeLayout(false); this.bn.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); this.cm1.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private dsMSSQL dsMSSQL; private System.Windows.Forms.BindingSource bs; private System.Windows.Forms.BindingNavigator bn; private System.Windows.Forms.ToolStripButton btAdd; private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; 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.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.ToolStripSeparator toolStripMenuItem2; private System.Windows.Forms.ToolStripLabel toolStripLabel2; private System.Windows.Forms.ToolStripTextBox tbProcess; private dsMSSQLTableAdapters.vGroupUserTableAdapter ta; private System.Windows.Forms.ToolStripButton btEdit; private System.Windows.Forms.ToolStripButton btSave; private System.Windows.Forms.ToolStripButton btDel; private arCtl.arDatagridView arDatagridView1; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nameE; private System.Windows.Forms.DataGridViewTextBoxColumn gradeDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn telDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn indateDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn outdateDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn hpDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn processsDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn stateDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn useUserStateDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn useJobReportDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn exceptHolyDataGridViewCheckBoxColumn; } }