추석전 변경사항

This commit is contained in:
chikyun.kim
2018-09-26 08:20:12 +09:00
parent 6ddd4736a3
commit 30583ad369
260 changed files with 4266 additions and 404 deletions

View File

@@ -29,9 +29,6 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
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();
System.Windows.Forms.Label pdateLabel;
System.Windows.Forms.Label requestLabel;
System.Windows.Forms.Label reqstaffLabel;
@@ -39,6 +36,9 @@
System.Windows.Forms.Label edateLabel;
System.Windows.Forms.Label odateLabel;
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.dsMSSQL = new FCM0000.dsMSSQL();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
@@ -56,8 +56,6 @@
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.ta = new FCM0000.dsMSSQLTableAdapters.ProjectsTableAdapter();
this.tableAdapterManager = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
this.pdateTextBox = new System.Windows.Forms.TextBox();
this.requestTextBox = new System.Windows.Forms.TextBox();
this.reqstaffTextBox = new System.Windows.Forms.TextBox();
@@ -65,6 +63,8 @@
this.edateTextBox = new System.Windows.Forms.TextBox();
this.odateTextBox = new System.Windows.Forms.TextBox();
this.memoTextBox = new System.Windows.Forms.TextBox();
this.ta = new FCM0000.dsMSSQLTableAdapters.ProjectsTableAdapter();
this.tableAdapterManager = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
pdateLabel = new System.Windows.Forms.Label();
requestLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
@@ -80,6 +80,69 @@
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// pdateLabel
//
pdateLabel.AutoSize = true;
pdateLabel.Location = new System.Drawing.Point(27, 15);
pdateLabel.Name = "pdateLabel";
pdateLabel.Size = new System.Drawing.Size(60, 22);
pdateLabel.TabIndex = 4;
pdateLabel.Text = "pdate:";
//
// requestLabel
//
requestLabel.AutoSize = true;
requestLabel.Location = new System.Drawing.Point(27, 49);
requestLabel.Name = "requestLabel";
requestLabel.Size = new System.Drawing.Size(74, 22);
requestLabel.TabIndex = 6;
requestLabel.Text = "request:";
//
// reqstaffLabel
//
reqstaffLabel.AutoSize = true;
reqstaffLabel.Location = new System.Drawing.Point(27, 83);
reqstaffLabel.Name = "reqstaffLabel";
reqstaffLabel.Size = new System.Drawing.Size(76, 22);
reqstaffLabel.TabIndex = 8;
reqstaffLabel.Text = "reqstaff:";
//
// sdateLabel
//
sdateLabel.AutoSize = true;
sdateLabel.Location = new System.Drawing.Point(27, 117);
sdateLabel.Name = "sdateLabel";
sdateLabel.Size = new System.Drawing.Size(58, 22);
sdateLabel.TabIndex = 10;
sdateLabel.Text = "sdate:";
//
// edateLabel
//
edateLabel.AutoSize = true;
edateLabel.Location = new System.Drawing.Point(27, 151);
edateLabel.Name = "edateLabel";
edateLabel.Size = new System.Drawing.Size(59, 22);
edateLabel.TabIndex = 12;
edateLabel.Text = "edate:";
//
// odateLabel
//
odateLabel.AutoSize = true;
odateLabel.Location = new System.Drawing.Point(27, 185);
odateLabel.Name = "odateLabel";
odateLabel.Size = new System.Drawing.Size(60, 22);
odateLabel.TabIndex = 14;
odateLabel.Text = "odate:";
//
// memoLabel
//
memoLabel.AutoSize = true;
memoLabel.Location = new System.Drawing.Point(27, 219);
memoLabel.Name = "memoLabel";
memoLabel.Size = new System.Drawing.Size(65, 22);
memoLabel.TabIndex = 16;
memoLabel.Text = "memo:";
//
// dsMSSQL
//
this.dsMSSQL.DataSetName = "dsMSSQL";
@@ -226,6 +289,7 @@
this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dv.Size = new System.Drawing.Size(450, 408);
this.dv.TabIndex = 1;
this.dv.DoubleClick += new System.EventHandler(this.dv_DoubleClick);
this.dv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dv_KeyDown);
//
// dataGridViewTextBoxColumn1
@@ -269,6 +333,70 @@
this.panel1.Size = new System.Drawing.Size(321, 408);
this.panel1.TabIndex = 2;
//
// pdateTextBox
//
this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pdate", true));
this.pdateTextBox.Location = new System.Drawing.Point(109, 12);
this.pdateTextBox.Name = "pdateTextBox";
this.pdateTextBox.ReadOnly = true;
this.pdateTextBox.Size = new System.Drawing.Size(200, 28);
this.pdateTextBox.TabIndex = 5;
//
// requestTextBox
//
this.requestTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "request", true));
this.requestTextBox.Location = new System.Drawing.Point(109, 46);
this.requestTextBox.Name = "requestTextBox";
this.requestTextBox.ReadOnly = true;
this.requestTextBox.Size = new System.Drawing.Size(200, 28);
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(109, 80);
this.reqstaffTextBox.Name = "reqstaffTextBox";
this.reqstaffTextBox.ReadOnly = true;
this.reqstaffTextBox.Size = new System.Drawing.Size(200, 28);
this.reqstaffTextBox.TabIndex = 9;
//
// sdateTextBox
//
this.sdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
this.sdateTextBox.Location = new System.Drawing.Point(109, 114);
this.sdateTextBox.Name = "sdateTextBox";
this.sdateTextBox.ReadOnly = true;
this.sdateTextBox.Size = new System.Drawing.Size(200, 28);
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(109, 148);
this.edateTextBox.Name = "edateTextBox";
this.edateTextBox.ReadOnly = true;
this.edateTextBox.Size = new System.Drawing.Size(200, 28);
this.edateTextBox.TabIndex = 13;
//
// odateTextBox
//
this.odateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true));
this.odateTextBox.Location = new System.Drawing.Point(109, 182);
this.odateTextBox.Name = "odateTextBox";
this.odateTextBox.ReadOnly = true;
this.odateTextBox.Size = new System.Drawing.Size(200, 28);
this.odateTextBox.TabIndex = 15;
//
// memoTextBox
//
this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
this.memoTextBox.Location = new System.Drawing.Point(109, 216);
this.memoTextBox.Multiline = true;
this.memoTextBox.Name = "memoTextBox";
this.memoTextBox.ReadOnly = true;
this.memoTextBox.Size = new System.Drawing.Size(200, 176);
this.memoTextBox.TabIndex = 17;
//
// ta
//
this.ta.ClearBeforeFill = true;
@@ -281,133 +409,6 @@
this.tableAdapterManager.ProjectsTableAdapter = this.ta;
this.tableAdapterManager.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// pdateLabel
//
pdateLabel.AutoSize = true;
pdateLabel.Location = new System.Drawing.Point(27, 15);
pdateLabel.Name = "pdateLabel";
pdateLabel.Size = new System.Drawing.Size(60, 22);
pdateLabel.TabIndex = 4;
pdateLabel.Text = "pdate:";
//
// pdateTextBox
//
this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pdate", true));
this.pdateTextBox.Location = new System.Drawing.Point(109, 12);
this.pdateTextBox.Name = "pdateTextBox";
this.pdateTextBox.ReadOnly = true;
this.pdateTextBox.Size = new System.Drawing.Size(200, 28);
this.pdateTextBox.TabIndex = 5;
//
// requestLabel
//
requestLabel.AutoSize = true;
requestLabel.Location = new System.Drawing.Point(27, 49);
requestLabel.Name = "requestLabel";
requestLabel.Size = new System.Drawing.Size(74, 22);
requestLabel.TabIndex = 6;
requestLabel.Text = "request:";
//
// requestTextBox
//
this.requestTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "request", true));
this.requestTextBox.Location = new System.Drawing.Point(109, 46);
this.requestTextBox.Name = "requestTextBox";
this.requestTextBox.ReadOnly = true;
this.requestTextBox.Size = new System.Drawing.Size(200, 28);
this.requestTextBox.TabIndex = 7;
//
// reqstaffLabel
//
reqstaffLabel.AutoSize = true;
reqstaffLabel.Location = new System.Drawing.Point(27, 83);
reqstaffLabel.Name = "reqstaffLabel";
reqstaffLabel.Size = new System.Drawing.Size(76, 22);
reqstaffLabel.TabIndex = 8;
reqstaffLabel.Text = "reqstaff:";
//
// reqstaffTextBox
//
this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
this.reqstaffTextBox.Location = new System.Drawing.Point(109, 80);
this.reqstaffTextBox.Name = "reqstaffTextBox";
this.reqstaffTextBox.ReadOnly = true;
this.reqstaffTextBox.Size = new System.Drawing.Size(200, 28);
this.reqstaffTextBox.TabIndex = 9;
//
// sdateLabel
//
sdateLabel.AutoSize = true;
sdateLabel.Location = new System.Drawing.Point(27, 117);
sdateLabel.Name = "sdateLabel";
sdateLabel.Size = new System.Drawing.Size(58, 22);
sdateLabel.TabIndex = 10;
sdateLabel.Text = "sdate:";
//
// sdateTextBox
//
this.sdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
this.sdateTextBox.Location = new System.Drawing.Point(109, 114);
this.sdateTextBox.Name = "sdateTextBox";
this.sdateTextBox.ReadOnly = true;
this.sdateTextBox.Size = new System.Drawing.Size(200, 28);
this.sdateTextBox.TabIndex = 11;
//
// edateLabel
//
edateLabel.AutoSize = true;
edateLabel.Location = new System.Drawing.Point(27, 151);
edateLabel.Name = "edateLabel";
edateLabel.Size = new System.Drawing.Size(59, 22);
edateLabel.TabIndex = 12;
edateLabel.Text = "edate:";
//
// edateTextBox
//
this.edateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true));
this.edateTextBox.Location = new System.Drawing.Point(109, 148);
this.edateTextBox.Name = "edateTextBox";
this.edateTextBox.ReadOnly = true;
this.edateTextBox.Size = new System.Drawing.Size(200, 28);
this.edateTextBox.TabIndex = 13;
//
// odateLabel
//
odateLabel.AutoSize = true;
odateLabel.Location = new System.Drawing.Point(27, 185);
odateLabel.Name = "odateLabel";
odateLabel.Size = new System.Drawing.Size(60, 22);
odateLabel.TabIndex = 14;
odateLabel.Text = "odate:";
//
// odateTextBox
//
this.odateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true));
this.odateTextBox.Location = new System.Drawing.Point(109, 182);
this.odateTextBox.Name = "odateTextBox";
this.odateTextBox.ReadOnly = true;
this.odateTextBox.Size = new System.Drawing.Size(200, 28);
this.odateTextBox.TabIndex = 15;
//
// memoLabel
//
memoLabel.AutoSize = true;
memoLabel.Location = new System.Drawing.Point(27, 219);
memoLabel.Name = "memoLabel";
memoLabel.Size = new System.Drawing.Size(65, 22);
memoLabel.TabIndex = 16;
memoLabel.Text = "memo:";
//
// memoTextBox
//
this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
this.memoTextBox.Location = new System.Drawing.Point(109, 216);
this.memoTextBox.Multiline = true;
this.memoTextBox.Name = "memoTextBox";
this.memoTextBox.ReadOnly = true;
this.memoTextBox.Size = new System.Drawing.Size(200, 176);
this.memoTextBox.TabIndex = 17;
//
// fLovProject
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;