530 lines
28 KiB
C#
530 lines
28 KiB
C#
namespace FCM0000
|
|
{
|
|
partial class fLovProject
|
|
{
|
|
/// <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.Windows.Forms.Label pdateLabel;
|
|
System.Windows.Forms.Label requestLabel;
|
|
System.Windows.Forms.Label reqstaffLabel;
|
|
System.Windows.Forms.Label sdateLabel;
|
|
System.Windows.Forms.Label edateLabel;
|
|
System.Windows.Forms.Label memoLabel;
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLovProject));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.dsMSSQL = new FCM0000.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.btOK = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.tbFind = new System.Windows.Forms.ToolStripTextBox();
|
|
this.btFGind = new System.Windows.Forms.ToolStripButton();
|
|
this.dv = new System.Windows.Forms.DataGridView();
|
|
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.userManager = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.reqstaffDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pdateTextBox = new System.Windows.Forms.TextBox();
|
|
this.requestTextBox = new System.Windows.Forms.TextBox();
|
|
this.reqstaffTextBox = new System.Windows.Forms.TextBox();
|
|
this.sdateTextBox = new System.Windows.Forms.TextBox();
|
|
this.edateTextBox = new System.Windows.Forms.TextBox();
|
|
this.memoTextBox = new System.Windows.Forms.TextBox();
|
|
this.ta = new FCM0000.dsMSSQLTableAdapters.ProjectsTableAdapter();
|
|
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
|
pdateLabel = new System.Windows.Forms.Label();
|
|
requestLabel = new System.Windows.Forms.Label();
|
|
reqstaffLabel = new System.Windows.Forms.Label();
|
|
sdateLabel = new System.Windows.Forms.Label();
|
|
edateLabel = new System.Windows.Forms.Label();
|
|
memoLabel = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
|
this.bn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pdateLabel
|
|
//
|
|
pdateLabel.AutoSize = true;
|
|
pdateLabel.Location = new System.Drawing.Point(26, 15);
|
|
pdateLabel.Name = "pdateLabel";
|
|
pdateLabel.Size = new System.Drawing.Size(47, 17);
|
|
pdateLabel.TabIndex = 4;
|
|
pdateLabel.Text = "시작일";
|
|
pdateLabel.Click += new System.EventHandler(this.pdateLabel_Click);
|
|
//
|
|
// requestLabel
|
|
//
|
|
requestLabel.AutoSize = true;
|
|
requestLabel.Location = new System.Drawing.Point(39, 44);
|
|
requestLabel.Name = "requestLabel";
|
|
requestLabel.Size = new System.Drawing.Size(34, 17);
|
|
requestLabel.TabIndex = 6;
|
|
requestLabel.Text = "공정";
|
|
//
|
|
// reqstaffLabel
|
|
//
|
|
reqstaffLabel.AutoSize = true;
|
|
reqstaffLabel.Location = new System.Drawing.Point(403, 44);
|
|
reqstaffLabel.Name = "reqstaffLabel";
|
|
reqstaffLabel.Size = new System.Drawing.Size(47, 17);
|
|
reqstaffLabel.TabIndex = 8;
|
|
reqstaffLabel.Text = "요청자";
|
|
//
|
|
// sdateLabel
|
|
//
|
|
sdateLabel.AutoSize = true;
|
|
sdateLabel.Location = new System.Drawing.Point(217, 15);
|
|
sdateLabel.Name = "sdateLabel";
|
|
sdateLabel.Size = new System.Drawing.Size(47, 17);
|
|
sdateLabel.TabIndex = 10;
|
|
sdateLabel.Text = "만료일";
|
|
//
|
|
// edateLabel
|
|
//
|
|
edateLabel.AutoSize = true;
|
|
edateLabel.Location = new System.Drawing.Point(403, 15);
|
|
edateLabel.Name = "edateLabel";
|
|
edateLabel.Size = new System.Drawing.Size(47, 17);
|
|
edateLabel.TabIndex = 12;
|
|
edateLabel.Text = "완료일";
|
|
//
|
|
// memoLabel
|
|
//
|
|
memoLabel.AutoSize = true;
|
|
memoLabel.Location = new System.Drawing.Point(39, 71);
|
|
memoLabel.Name = "memoLabel";
|
|
memoLabel.Size = new System.Drawing.Size(34, 17);
|
|
memoLabel.TabIndex = 16;
|
|
memoLabel.Text = "비고";
|
|
//
|
|
// 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.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.btOK,
|
|
this.toolStripLabel1,
|
|
this.tbFind,
|
|
this.btFGind});
|
|
this.bn.Location = new System.Drawing.Point(0, 459);
|
|
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(821, 25);
|
|
this.bn.TabIndex = 0;
|
|
this.bn.Text = "bindingNavigator1";
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "Projects";
|
|
this.bs.DataSource = this.dsMSSQL;
|
|
this.bs.Sort = "status desc";
|
|
this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
|
|
//
|
|
// 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, 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);
|
|
//
|
|
// btOK
|
|
//
|
|
this.btOK.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.btOK.Image = ((System.Drawing.Image)(resources.GetObject("btOK.Image")));
|
|
this.btOK.Name = "btOK";
|
|
this.btOK.Size = new System.Drawing.Size(68, 22);
|
|
this.btOK.Text = "선택(&O)";
|
|
this.btOK.Click += new System.EventHandler(this.itemsBindingNavigatorSaveItem_Click);
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(31, 22);
|
|
this.toolStripLabel1.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.toolStripTextBox1_KeyDown);
|
|
//
|
|
// btFGind
|
|
//
|
|
this.btFGind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btFGind.Image = ((System.Drawing.Image)(resources.GetObject("btFGind.Image")));
|
|
this.btFGind.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btFGind.Name = "btFGind";
|
|
this.btFGind.Size = new System.Drawing.Size(23, 22);
|
|
this.btFGind.Text = "toolStripButton1";
|
|
this.btFGind.Click += new System.EventHandler(this.btFGind_Click);
|
|
//
|
|
// dv
|
|
//
|
|
this.dv.AllowUserToAddRows = false;
|
|
this.dv.AllowUserToDeleteRows = false;
|
|
this.dv.AutoGenerateColumns = false;
|
|
this.dv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.dv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.idx,
|
|
this.sdate,
|
|
this.status,
|
|
this.nameDataGridViewTextBoxColumn,
|
|
this.userManager,
|
|
this.reqstaffDataGridViewTextBoxColumn});
|
|
this.dv.DataSource = this.bs;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(1, 3, 1, 3);
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv.Location = new System.Drawing.Point(0, 0);
|
|
this.dv.Name = "dv";
|
|
this.dv.ReadOnly = true;
|
|
this.dv.RowHeadersVisible = false;
|
|
this.dv.RowTemplate.Height = 23;
|
|
this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dv.Size = new System.Drawing.Size(821, 346);
|
|
this.dv.TabIndex = 1;
|
|
this.dv.DoubleClick += new System.EventHandler(this.dv_DoubleClick);
|
|
this.dv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dv_KeyDown);
|
|
//
|
|
// idx
|
|
//
|
|
this.idx.DataPropertyName = "idx";
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.idx.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.idx.HeaderText = "IDX";
|
|
this.idx.Name = "idx";
|
|
this.idx.ReadOnly = true;
|
|
this.idx.Width = 56;
|
|
//
|
|
// sdate
|
|
//
|
|
this.sdate.DataPropertyName = "sdate";
|
|
this.sdate.HeaderText = "시작";
|
|
this.sdate.Name = "sdate";
|
|
this.sdate.ReadOnly = true;
|
|
this.sdate.Width = 61;
|
|
//
|
|
// status
|
|
//
|
|
this.status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.status.DataPropertyName = "status";
|
|
this.status.HeaderText = "상태";
|
|
this.status.Name = "status";
|
|
this.status.ReadOnly = true;
|
|
this.status.Width = 61;
|
|
//
|
|
// nameDataGridViewTextBoxColumn
|
|
//
|
|
this.nameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
|
|
this.nameDataGridViewTextBoxColumn.HeaderText = "이름";
|
|
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
|
|
this.nameDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// userManager
|
|
//
|
|
this.userManager.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.userManager.DataPropertyName = "userManager";
|
|
this.userManager.HeaderText = "담당";
|
|
this.userManager.Name = "userManager";
|
|
this.userManager.ReadOnly = true;
|
|
this.userManager.Width = 80;
|
|
//
|
|
// reqstaffDataGridViewTextBoxColumn
|
|
//
|
|
this.reqstaffDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.reqstaffDataGridViewTextBoxColumn.DataPropertyName = "reqstaff";
|
|
this.reqstaffDataGridViewTextBoxColumn.HeaderText = "요청";
|
|
this.reqstaffDataGridViewTextBoxColumn.Name = "reqstaffDataGridViewTextBoxColumn";
|
|
this.reqstaffDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(pdateLabel);
|
|
this.panel1.Controls.Add(this.pdateTextBox);
|
|
this.panel1.Controls.Add(requestLabel);
|
|
this.panel1.Controls.Add(this.requestTextBox);
|
|
this.panel1.Controls.Add(reqstaffLabel);
|
|
this.panel1.Controls.Add(this.reqstaffTextBox);
|
|
this.panel1.Controls.Add(sdateLabel);
|
|
this.panel1.Controls.Add(this.sdateTextBox);
|
|
this.panel1.Controls.Add(edateLabel);
|
|
this.panel1.Controls.Add(this.edateTextBox);
|
|
this.panel1.Controls.Add(memoLabel);
|
|
this.panel1.Controls.Add(this.memoTextBox);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 346);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(821, 113);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// pdateTextBox
|
|
//
|
|
this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
|
|
this.pdateTextBox.Location = new System.Drawing.Point(80, 11);
|
|
this.pdateTextBox.Name = "pdateTextBox";
|
|
this.pdateTextBox.ReadOnly = true;
|
|
this.pdateTextBox.Size = new System.Drawing.Size(115, 25);
|
|
this.pdateTextBox.TabIndex = 5;
|
|
//
|
|
// requestTextBox
|
|
//
|
|
this.requestTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "process", true));
|
|
this.requestTextBox.Location = new System.Drawing.Point(80, 40);
|
|
this.requestTextBox.Name = "requestTextBox";
|
|
this.requestTextBox.ReadOnly = true;
|
|
this.requestTextBox.Size = new System.Drawing.Size(306, 25);
|
|
this.requestTextBox.TabIndex = 7;
|
|
//
|
|
// reqstaffTextBox
|
|
//
|
|
this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
|
|
this.reqstaffTextBox.Location = new System.Drawing.Point(457, 40);
|
|
this.reqstaffTextBox.Name = "reqstaffTextBox";
|
|
this.reqstaffTextBox.ReadOnly = true;
|
|
this.reqstaffTextBox.Size = new System.Drawing.Size(115, 25);
|
|
this.reqstaffTextBox.TabIndex = 9;
|
|
//
|
|
// sdateTextBox
|
|
//
|
|
this.sdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ddate", true));
|
|
this.sdateTextBox.Location = new System.Drawing.Point(271, 11);
|
|
this.sdateTextBox.Name = "sdateTextBox";
|
|
this.sdateTextBox.ReadOnly = true;
|
|
this.sdateTextBox.Size = new System.Drawing.Size(115, 25);
|
|
this.sdateTextBox.TabIndex = 11;
|
|
//
|
|
// edateTextBox
|
|
//
|
|
this.edateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true));
|
|
this.edateTextBox.Location = new System.Drawing.Point(457, 11);
|
|
this.edateTextBox.Name = "edateTextBox";
|
|
this.edateTextBox.ReadOnly = true;
|
|
this.edateTextBox.Size = new System.Drawing.Size(115, 25);
|
|
this.edateTextBox.TabIndex = 13;
|
|
//
|
|
// memoTextBox
|
|
//
|
|
this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
|
|
this.memoTextBox.Location = new System.Drawing.Point(80, 68);
|
|
this.memoTextBox.Multiline = true;
|
|
this.memoTextBox.Name = "memoTextBox";
|
|
this.memoTextBox.ReadOnly = true;
|
|
this.memoTextBox.Size = new System.Drawing.Size(729, 40);
|
|
this.memoTextBox.TabIndex = 17;
|
|
//
|
|
// ta
|
|
//
|
|
this.ta.ClearBeforeFill = true;
|
|
//
|
|
// tam
|
|
//
|
|
this.tam.BackupDataSetBeforeUpdate = false;
|
|
this.tam.BoardTableAdapter = null;
|
|
this.tam.CommonTableAdapter = null;
|
|
this.tam.CustomsTableAdapter = null;
|
|
this.tam.EETGW_DocuFormTableAdapter = null;
|
|
this.tam.HolidayLIstTableAdapter = null;
|
|
this.tam.InventoryUserTableAdapter = null;
|
|
this.tam.ItemsTableAdapter = null;
|
|
this.tam.ProjectsTableAdapter = this.ta;
|
|
this.tam.PurchaseTableAdapter = null;
|
|
this.tam.RequestItemTableAdapter = null;
|
|
this.tam.StaffTableAdapter = null;
|
|
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
//
|
|
// fLovProject
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(821, 484);
|
|
this.Controls.Add(this.dv);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.bn);
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Name = "fLovProject";
|
|
this.Text = "프로젝트 선택";
|
|
this.Load += new System.EventHandler(this.fLovItem_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();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
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.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.ToolStripButton btOK;
|
|
private System.Windows.Forms.DataGridView dv;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private dsMSSQLTableAdapters.ProjectsTableAdapter ta;
|
|
private System.Windows.Forms.TextBox pdateTextBox;
|
|
private System.Windows.Forms.TextBox requestTextBox;
|
|
private System.Windows.Forms.TextBox reqstaffTextBox;
|
|
private System.Windows.Forms.TextBox sdateTextBox;
|
|
private System.Windows.Forms.TextBox edateTextBox;
|
|
private System.Windows.Forms.TextBox memoTextBox;
|
|
private dsMSSQLTableAdapters.TableAdapterManager tam;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sdate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn status;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn userManager;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn reqstaffDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
private System.Windows.Forms.ToolStripTextBox tbFind;
|
|
private System.Windows.Forms.ToolStripButton btFGind;
|
|
}
|
|
} |