465 lines
27 KiB
C#
465 lines
27 KiB
C#
namespace FCM0000
|
|
{
|
|
partial class fUserAuth
|
|
{
|
|
/// <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(fUserAuth));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
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.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
this.customsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
|
this.tbFind = new System.Windows.Forms.ToolStripTextBox();
|
|
this.btFind = new System.Windows.Forms.ToolStripButton();
|
|
this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.arDatagridView1 = new arCtl.arDatagridView();
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.dSUser = new FCM0000.DSUser();
|
|
this.ta = new FCM0000.DSUserTableAdapters.AuthTableAdapter();
|
|
this.userDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.account = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchaseDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchaseEB = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.holydayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.projectDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.jobreportDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.scheappDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.equipmentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.otconfirmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.holyreqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
|
this.bn.SuspendLayout();
|
|
this.cm1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dSUser)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bn
|
|
//
|
|
this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
|
|
this.bn.BindingSource = this.bs;
|
|
this.bn.CountItem = this.bindingNavigatorCountItem;
|
|
this.bn.DeleteItem = null;
|
|
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.customsBindingNavigatorSaveItem,
|
|
this.toolStripSeparator1,
|
|
this.toolStripLabel2,
|
|
this.tbFind,
|
|
this.btFind});
|
|
this.bn.Location = new System.Drawing.Point(0, 613);
|
|
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(1060, 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(67, 22);
|
|
this.bindingNavigatorAddNewItem.Text = "추가(&A)";
|
|
//
|
|
// bindingNavigatorCountItem
|
|
//
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
|
|
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(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.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
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);
|
|
//
|
|
// 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(68, 22);
|
|
this.bindingNavigatorDeleteItem.Text = "삭제(&D)";
|
|
this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
|
|
//
|
|
// customsBindingNavigatorSaveItem
|
|
//
|
|
this.customsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("customsBindingNavigatorSaveItem.Image")));
|
|
this.customsBindingNavigatorSaveItem.Name = "customsBindingNavigatorSaveItem";
|
|
this.customsBindingNavigatorSaveItem.Size = new System.Drawing.Size(66, 22);
|
|
this.customsBindingNavigatorSaveItem.Text = "저장(&S)";
|
|
this.customsBindingNavigatorSaveItem.Click += new System.EventHandler(this.customsBindingNavigatorSaveItem_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// toolStripLabel2
|
|
//
|
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
|
this.toolStripLabel2.Size = new System.Drawing.Size(31, 22);
|
|
this.toolStripLabel2.Text = "검색";
|
|
//
|
|
// tbFind
|
|
//
|
|
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.tbFind.Name = "tbFind";
|
|
this.tbFind.Size = new System.Drawing.Size(100, 25);
|
|
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
|
|
//
|
|
// btFind
|
|
//
|
|
this.btFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btFind.Image = ((System.Drawing.Image)(resources.GetObject("btFind.Image")));
|
|
this.btFind.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btFind.Name = "btFind";
|
|
this.btFind.Size = new System.Drawing.Size(23, 22);
|
|
this.btFind.Text = "toolStripButton2";
|
|
this.btFind.Click += new System.EventHandler(this.btFind_Click);
|
|
//
|
|
// cm1
|
|
//
|
|
this.cm1.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.columnSizeToolStripMenuItem});
|
|
this.cm1.Name = "cm1";
|
|
this.cm1.Size = new System.Drawing.Size(185, 46);
|
|
//
|
|
// columnSizeToolStripMenuItem
|
|
//
|
|
this.columnSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.saveToolStripMenuItem,
|
|
this.loadToolStripMenuItem});
|
|
this.columnSizeToolStripMenuItem.Name = "columnSizeToolStripMenuItem";
|
|
this.columnSizeToolStripMenuItem.Size = new System.Drawing.Size(184, 42);
|
|
this.columnSizeToolStripMenuItem.Text = "열 너비";
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(292, 42);
|
|
this.saveToolStripMenuItem.Text = "현재 상태 저장";
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
|
//
|
|
// loadToolStripMenuItem
|
|
//
|
|
this.loadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("loadToolStripMenuItem.Image")));
|
|
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
this.loadToolStripMenuItem.Size = new System.Drawing.Size(292, 42);
|
|
this.loadToolStripMenuItem.Text = "너비값 불러오기";
|
|
this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
|
|
//
|
|
// 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.AutoGenerateColumns = false;
|
|
this.arDatagridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(3);
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.arDatagridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.arDatagridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.arDatagridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.userDataGridViewTextBoxColumn,
|
|
this.account,
|
|
this.purchaseDataGridViewTextBoxColumn,
|
|
this.purchaseEB,
|
|
this.holydayDataGridViewTextBoxColumn,
|
|
this.projectDataGridViewTextBoxColumn,
|
|
this.jobreportDataGridViewTextBoxColumn,
|
|
this.scheappDataGridViewTextBoxColumn,
|
|
this.equipmentDataGridViewTextBoxColumn,
|
|
this.otconfirmDataGridViewTextBoxColumn,
|
|
this.holyreqDataGridViewTextBoxColumn});
|
|
this.arDatagridView1.ContextMenuStrip = this.cm1;
|
|
this.arDatagridView1.DataSource = this.bs;
|
|
this.arDatagridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.arDatagridView1.Location = new System.Drawing.Point(0, 0);
|
|
this.arDatagridView1.Name = "arDatagridView1";
|
|
this.arDatagridView1.RowTemplate.Height = 23;
|
|
this.arDatagridView1.Size = new System.Drawing.Size(1060, 613);
|
|
this.arDatagridView1.TabIndex = 3;
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "Auth";
|
|
this.bs.DataSource = this.dSUser;
|
|
//
|
|
// dSUser
|
|
//
|
|
this.dSUser.DataSetName = "DSUser";
|
|
this.dSUser.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// ta
|
|
//
|
|
this.ta.ClearBeforeFill = true;
|
|
//
|
|
// userDataGridViewTextBoxColumn
|
|
//
|
|
this.userDataGridViewTextBoxColumn.DataPropertyName = "user";
|
|
this.userDataGridViewTextBoxColumn.HeaderText = "UID";
|
|
this.userDataGridViewTextBoxColumn.Name = "userDataGridViewTextBoxColumn";
|
|
this.userDataGridViewTextBoxColumn.Width = 55;
|
|
//
|
|
// account
|
|
//
|
|
this.account.DataPropertyName = "account";
|
|
this.account.HeaderText = "계정";
|
|
this.account.Name = "account";
|
|
this.account.Width = 60;
|
|
//
|
|
// purchaseDataGridViewTextBoxColumn
|
|
//
|
|
this.purchaseDataGridViewTextBoxColumn.DataPropertyName = "purchase";
|
|
this.purchaseDataGridViewTextBoxColumn.HeaderText = "구매";
|
|
this.purchaseDataGridViewTextBoxColumn.Name = "purchaseDataGridViewTextBoxColumn";
|
|
this.purchaseDataGridViewTextBoxColumn.Width = 60;
|
|
//
|
|
// purchaseEB
|
|
//
|
|
this.purchaseEB.DataPropertyName = "purchaseEB";
|
|
this.purchaseEB.HeaderText = "구매(전자실)";
|
|
this.purchaseEB.Name = "purchaseEB";
|
|
this.purchaseEB.Width = 83;
|
|
//
|
|
// holydayDataGridViewTextBoxColumn
|
|
//
|
|
this.holydayDataGridViewTextBoxColumn.DataPropertyName = "holyday";
|
|
this.holydayDataGridViewTextBoxColumn.HeaderText = "출근부";
|
|
this.holydayDataGridViewTextBoxColumn.Name = "holydayDataGridViewTextBoxColumn";
|
|
this.holydayDataGridViewTextBoxColumn.Width = 67;
|
|
//
|
|
// projectDataGridViewTextBoxColumn
|
|
//
|
|
this.projectDataGridViewTextBoxColumn.DataPropertyName = "project";
|
|
this.projectDataGridViewTextBoxColumn.HeaderText = "프로젝트";
|
|
this.projectDataGridViewTextBoxColumn.Name = "projectDataGridViewTextBoxColumn";
|
|
this.projectDataGridViewTextBoxColumn.Width = 67;
|
|
//
|
|
// jobreportDataGridViewTextBoxColumn
|
|
//
|
|
this.jobreportDataGridViewTextBoxColumn.DataPropertyName = "jobreport";
|
|
this.jobreportDataGridViewTextBoxColumn.HeaderText = "업무일지";
|
|
this.jobreportDataGridViewTextBoxColumn.Name = "jobreportDataGridViewTextBoxColumn";
|
|
this.jobreportDataGridViewTextBoxColumn.Width = 67;
|
|
//
|
|
// scheappDataGridViewTextBoxColumn
|
|
//
|
|
this.scheappDataGridViewTextBoxColumn.DataPropertyName = "scheapp";
|
|
this.scheappDataGridViewTextBoxColumn.HeaderText = "스케쥴";
|
|
this.scheappDataGridViewTextBoxColumn.Name = "scheappDataGridViewTextBoxColumn";
|
|
this.scheappDataGridViewTextBoxColumn.Width = 67;
|
|
//
|
|
// equipmentDataGridViewTextBoxColumn
|
|
//
|
|
this.equipmentDataGridViewTextBoxColumn.DataPropertyName = "equipment";
|
|
this.equipmentDataGridViewTextBoxColumn.HeaderText = "장비목록";
|
|
this.equipmentDataGridViewTextBoxColumn.Name = "equipmentDataGridViewTextBoxColumn";
|
|
this.equipmentDataGridViewTextBoxColumn.Width = 67;
|
|
//
|
|
// otconfirmDataGridViewTextBoxColumn
|
|
//
|
|
this.otconfirmDataGridViewTextBoxColumn.DataPropertyName = "otconfirm";
|
|
this.otconfirmDataGridViewTextBoxColumn.HeaderText = "OT승인";
|
|
this.otconfirmDataGridViewTextBoxColumn.Name = "otconfirmDataGridViewTextBoxColumn";
|
|
this.otconfirmDataGridViewTextBoxColumn.Width = 61;
|
|
//
|
|
// holyreqDataGridViewTextBoxColumn
|
|
//
|
|
this.holyreqDataGridViewTextBoxColumn.DataPropertyName = "holyreq";
|
|
this.holyreqDataGridViewTextBoxColumn.HeaderText = "휴가요청";
|
|
this.holyreqDataGridViewTextBoxColumn.Name = "holyreqDataGridViewTextBoxColumn";
|
|
this.holyreqDataGridViewTextBoxColumn.Width = 67;
|
|
//
|
|
// fUserAuth
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1060, 638);
|
|
this.ContextMenuStrip = this.cm1;
|
|
this.Controls.Add(this.arDatagridView1);
|
|
this.Controls.Add(this.bn);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "fUserAuth";
|
|
this.Text = "사용자 권한";
|
|
this.UseFormSetting = false;
|
|
this.Load += new System.EventHandler(this.@__Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
|
this.bn.ResumeLayout(false);
|
|
this.bn.PerformLayout();
|
|
this.cm1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dSUser)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
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 customsBindingNavigatorSaveItem;
|
|
private System.Windows.Forms.ContextMenuStrip cm1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
|
private System.Windows.Forms.ToolStripTextBox tbFind;
|
|
private System.Windows.Forms.ToolStripButton btFind;
|
|
private System.Windows.Forms.ToolStripMenuItem columnSizeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
|
|
private DSUser dSUser;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private DSUserTableAdapters.AuthTableAdapter ta;
|
|
private arCtl.arDatagridView arDatagridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn userDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn account;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchaseDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchaseEB;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn holydayDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn projectDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn jobreportDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn scheappDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn equipmentDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn otconfirmDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn holyreqDataGridViewTextBoxColumn;
|
|
}
|
|
} |