업무일지 테이블 연결 -
프로젝트 주간업무내용 편집창 연결 작업
This commit is contained in:
219
SubProject/FPJ0000/JobReport/fJobReport_Add.Designer.cs
generated
219
SubProject/FPJ0000/JobReport/fJobReport_Add.Designer.cs
generated
@@ -31,18 +31,18 @@
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.Windows.Forms.Label groupLabel;
|
||||
System.Windows.Forms.Label uidLabel;
|
||||
System.Windows.Forms.Label progressLabel;
|
||||
System.Windows.Forms.Label memoLabel;
|
||||
System.Windows.Forms.Label hrsLabel;
|
||||
System.Windows.Forms.Label projectLabel;
|
||||
System.Windows.Forms.Label typeLabel;
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.Label label2;
|
||||
this.dsPRJ = new FPJ0000.dsPRJ();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ta = new FPJ0000.dsPRJTableAdapters.JobReportTableAdapter();
|
||||
this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
|
||||
this.pdateTextBox = new System.Windows.Forms.TextBox();
|
||||
this.groupTextBox = new System.Windows.Forms.TextBox();
|
||||
this.progressTextBox = new System.Windows.Forms.TextBox();
|
||||
this.memoTextBox = new System.Windows.Forms.TextBox();
|
||||
this.hrsTextBox = new System.Windows.Forms.TextBox();
|
||||
this.projectidxTextBox = new System.Windows.Forms.TextBox();
|
||||
@@ -54,18 +54,93 @@
|
||||
this.typeComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||
groupLabel = new System.Windows.Forms.Label();
|
||||
uidLabel = new System.Windows.Forms.Label();
|
||||
progressLabel = new System.Windows.Forms.Label();
|
||||
memoLabel = new System.Windows.Forms.Label();
|
||||
hrsLabel = new System.Windows.Forms.Label();
|
||||
projectLabel = new System.Windows.Forms.Label();
|
||||
typeLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label2 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// groupLabel
|
||||
//
|
||||
groupLabel.AutoSize = true;
|
||||
groupLabel.Location = new System.Drawing.Point(43, 68);
|
||||
groupLabel.Name = "groupLabel";
|
||||
groupLabel.Size = new System.Drawing.Size(47, 12);
|
||||
groupLabel.TabIndex = 6;
|
||||
groupLabel.Text = "request";
|
||||
//
|
||||
// uidLabel
|
||||
//
|
||||
uidLabel.AutoSize = true;
|
||||
uidLabel.Location = new System.Drawing.Point(64, 15);
|
||||
uidLabel.Name = "uidLabel";
|
||||
uidLabel.Size = new System.Drawing.Size(26, 12);
|
||||
uidLabel.TabIndex = 8;
|
||||
uidLabel.Text = "uid:";
|
||||
//
|
||||
// memoLabel
|
||||
//
|
||||
memoLabel.AutoSize = true;
|
||||
memoLabel.Location = new System.Drawing.Point(46, 236);
|
||||
memoLabel.Name = "memoLabel";
|
||||
memoLabel.Size = new System.Drawing.Size(44, 12);
|
||||
memoLabel.TabIndex = 12;
|
||||
memoLabel.Text = "remark";
|
||||
//
|
||||
// hrsLabel
|
||||
//
|
||||
hrsLabel.AutoSize = true;
|
||||
hrsLabel.Location = new System.Drawing.Point(188, 123);
|
||||
hrsLabel.Name = "hrsLabel";
|
||||
hrsLabel.Size = new System.Drawing.Size(27, 12);
|
||||
hrsLabel.TabIndex = 16;
|
||||
hrsLabel.Text = "hrs:";
|
||||
//
|
||||
// projectLabel
|
||||
//
|
||||
projectLabel.AutoSize = true;
|
||||
projectLabel.Location = new System.Drawing.Point(43, 150);
|
||||
projectLabel.Name = "projectLabel";
|
||||
projectLabel.Size = new System.Drawing.Size(47, 12);
|
||||
projectLabel.TabIndex = 26;
|
||||
projectLabel.Text = "project:";
|
||||
//
|
||||
// typeLabel
|
||||
//
|
||||
typeLabel.AutoSize = true;
|
||||
typeLabel.Location = new System.Drawing.Point(57, 123);
|
||||
typeLabel.Name = "typeLabel";
|
||||
typeLabel.Size = new System.Drawing.Size(33, 12);
|
||||
typeLabel.TabIndex = 29;
|
||||
typeLabel.Text = "type:";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new System.Drawing.Point(37, 95);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(53, 12);
|
||||
label1.TabIndex = 33;
|
||||
label1.Text = "package";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new System.Drawing.Point(22, 177);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(68, 12);
|
||||
label2.TabIndex = 35;
|
||||
label2.Text = "Description";
|
||||
//
|
||||
// dsPRJ
|
||||
//
|
||||
this.dsPRJ.DataSetName = "dsPRJ";
|
||||
@@ -84,92 +159,42 @@
|
||||
//
|
||||
this.tam.BackupDataSetBeforeUpdate = false;
|
||||
this.tam.JobReportTableAdapter = this.ta;
|
||||
this.tam.ProjectsHistoryTableAdapter = null;
|
||||
this.tam.ProjectsIOMapTableAdapter = null;
|
||||
this.tam.ProjectsMailListTableAdapter = null;
|
||||
this.tam.ProjectsPartTableAdapter = null;
|
||||
this.tam.ProjectsScheduleTableAdapter = null;
|
||||
this.tam.ProjectsTableAdapter = null;
|
||||
this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||
//
|
||||
// pdateTextBox
|
||||
//
|
||||
this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pdate", true));
|
||||
this.pdateTextBox.Location = new System.Drawing.Point(89, 65);
|
||||
this.pdateTextBox.Location = new System.Drawing.Point(98, 38);
|
||||
this.pdateTextBox.Name = "pdateTextBox";
|
||||
this.pdateTextBox.Size = new System.Drawing.Size(200, 21);
|
||||
this.pdateTextBox.TabIndex = 5;
|
||||
//
|
||||
// groupLabel
|
||||
//
|
||||
groupLabel.AutoSize = true;
|
||||
groupLabel.Location = new System.Drawing.Point(42, 41);
|
||||
groupLabel.Name = "groupLabel";
|
||||
groupLabel.Size = new System.Drawing.Size(41, 12);
|
||||
groupLabel.TabIndex = 6;
|
||||
groupLabel.Text = "group:";
|
||||
//
|
||||
// groupTextBox
|
||||
//
|
||||
this.groupTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "group", true));
|
||||
this.groupTextBox.Location = new System.Drawing.Point(90, 38);
|
||||
this.groupTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "requestpart", true));
|
||||
this.groupTextBox.Location = new System.Drawing.Point(98, 65);
|
||||
this.groupTextBox.Name = "groupTextBox";
|
||||
this.groupTextBox.Size = new System.Drawing.Size(200, 21);
|
||||
this.groupTextBox.TabIndex = 7;
|
||||
//
|
||||
// uidLabel
|
||||
//
|
||||
uidLabel.AutoSize = true;
|
||||
uidLabel.Location = new System.Drawing.Point(57, 15);
|
||||
uidLabel.Name = "uidLabel";
|
||||
uidLabel.Size = new System.Drawing.Size(26, 12);
|
||||
uidLabel.TabIndex = 8;
|
||||
uidLabel.Text = "uid:";
|
||||
//
|
||||
// progressLabel
|
||||
//
|
||||
progressLabel.AutoSize = true;
|
||||
progressLabel.Location = new System.Drawing.Point(24, 98);
|
||||
progressLabel.Name = "progressLabel";
|
||||
progressLabel.Size = new System.Drawing.Size(59, 12);
|
||||
progressLabel.TabIndex = 10;
|
||||
progressLabel.Text = "progress:";
|
||||
//
|
||||
// progressTextBox
|
||||
//
|
||||
this.progressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "progress", true));
|
||||
this.progressTextBox.Location = new System.Drawing.Point(90, 95);
|
||||
this.progressTextBox.Name = "progressTextBox";
|
||||
this.progressTextBox.Size = new System.Drawing.Size(200, 21);
|
||||
this.progressTextBox.TabIndex = 11;
|
||||
//
|
||||
// memoLabel
|
||||
//
|
||||
memoLabel.AutoSize = true;
|
||||
memoLabel.Location = new System.Drawing.Point(38, 180);
|
||||
memoLabel.Name = "memoLabel";
|
||||
memoLabel.Size = new System.Drawing.Size(45, 12);
|
||||
memoLabel.TabIndex = 12;
|
||||
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(90, 177);
|
||||
this.memoTextBox.Multiline = true;
|
||||
this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "remark", true));
|
||||
this.memoTextBox.Location = new System.Drawing.Point(98, 233);
|
||||
this.memoTextBox.Name = "memoTextBox";
|
||||
this.memoTextBox.Size = new System.Drawing.Size(200, 51);
|
||||
this.memoTextBox.Size = new System.Drawing.Size(200, 21);
|
||||
this.memoTextBox.TabIndex = 13;
|
||||
//
|
||||
// hrsLabel
|
||||
//
|
||||
hrsLabel.AutoSize = true;
|
||||
hrsLabel.Location = new System.Drawing.Point(179, 127);
|
||||
hrsLabel.Name = "hrsLabel";
|
||||
hrsLabel.Size = new System.Drawing.Size(27, 12);
|
||||
hrsLabel.TabIndex = 16;
|
||||
hrsLabel.Text = "hrs:";
|
||||
//
|
||||
// hrsTextBox
|
||||
//
|
||||
this.hrsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "hrs", true));
|
||||
this.hrsTextBox.Location = new System.Drawing.Point(213, 124);
|
||||
this.hrsTextBox.Location = new System.Drawing.Point(221, 120);
|
||||
this.hrsTextBox.Name = "hrsTextBox";
|
||||
this.hrsTextBox.Size = new System.Drawing.Size(77, 21);
|
||||
this.hrsTextBox.TabIndex = 17;
|
||||
@@ -177,26 +202,17 @@
|
||||
// projectidxTextBox
|
||||
//
|
||||
this.projectidxTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.projectidxTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "projectidx", true));
|
||||
this.projectidxTextBox.Location = new System.Drawing.Point(239, 150);
|
||||
this.projectidxTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pidx", true));
|
||||
this.projectidxTextBox.Location = new System.Drawing.Point(247, 147);
|
||||
this.projectidxTextBox.Name = "projectidxTextBox";
|
||||
this.projectidxTextBox.Size = new System.Drawing.Size(51, 21);
|
||||
this.projectidxTextBox.TabIndex = 25;
|
||||
this.projectidxTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// projectLabel
|
||||
//
|
||||
projectLabel.AutoSize = true;
|
||||
projectLabel.Location = new System.Drawing.Point(36, 153);
|
||||
projectLabel.Name = "projectLabel";
|
||||
projectLabel.Size = new System.Drawing.Size(47, 12);
|
||||
projectLabel.TabIndex = 26;
|
||||
projectLabel.Text = "project:";
|
||||
//
|
||||
// projectTextBox
|
||||
//
|
||||
this.projectTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "project", true));
|
||||
this.projectTextBox.Location = new System.Drawing.Point(90, 150);
|
||||
this.projectTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "projectName", true));
|
||||
this.projectTextBox.Location = new System.Drawing.Point(99, 147);
|
||||
this.projectTextBox.Name = "projectTextBox";
|
||||
this.projectTextBox.Size = new System.Drawing.Size(143, 21);
|
||||
this.projectTextBox.TabIndex = 27;
|
||||
@@ -206,9 +222,9 @@
|
||||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripStatusLabel1,
|
||||
this.lbIndex});
|
||||
this.statusStrip1.Location = new System.Drawing.Point(0, 278);
|
||||
this.statusStrip1.Location = new System.Drawing.Point(0, 308);
|
||||
this.statusStrip1.Name = "statusStrip1";
|
||||
this.statusStrip1.Size = new System.Drawing.Size(302, 22);
|
||||
this.statusStrip1.Size = new System.Drawing.Size(316, 22);
|
||||
this.statusStrip1.TabIndex = 28;
|
||||
this.statusStrip1.Text = "statusStrip1";
|
||||
//
|
||||
@@ -228,25 +244,16 @@
|
||||
//
|
||||
this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "uid", true));
|
||||
this.comboBox1.FormattingEnabled = true;
|
||||
this.comboBox1.Location = new System.Drawing.Point(90, 12);
|
||||
this.comboBox1.Location = new System.Drawing.Point(98, 12);
|
||||
this.comboBox1.Name = "comboBox1";
|
||||
this.comboBox1.Size = new System.Drawing.Size(200, 20);
|
||||
this.comboBox1.TabIndex = 29;
|
||||
//
|
||||
// typeLabel
|
||||
//
|
||||
typeLabel.AutoSize = true;
|
||||
typeLabel.Location = new System.Drawing.Point(50, 127);
|
||||
typeLabel.Name = "typeLabel";
|
||||
typeLabel.Size = new System.Drawing.Size(33, 12);
|
||||
typeLabel.TabIndex = 29;
|
||||
typeLabel.Text = "type:";
|
||||
//
|
||||
// typeComboBox
|
||||
//
|
||||
this.typeComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "type", true));
|
||||
this.typeComboBox.FormattingEnabled = true;
|
||||
this.typeComboBox.Location = new System.Drawing.Point(90, 124);
|
||||
this.typeComboBox.Location = new System.Drawing.Point(98, 120);
|
||||
this.typeComboBox.Name = "typeComboBox";
|
||||
this.typeComboBox.Size = new System.Drawing.Size(77, 20);
|
||||
this.typeComboBox.TabIndex = 30;
|
||||
@@ -254,7 +261,7 @@
|
||||
// linkLabel1
|
||||
//
|
||||
this.linkLabel1.AutoSize = true;
|
||||
this.linkLabel1.Location = new System.Drawing.Point(49, 68);
|
||||
this.linkLabel1.Location = new System.Drawing.Point(60, 41);
|
||||
this.linkLabel1.Name = "linkLabel1";
|
||||
this.linkLabel1.Size = new System.Drawing.Size(30, 12);
|
||||
this.linkLabel1.TabIndex = 31;
|
||||
@@ -264,7 +271,7 @@
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(89, 233);
|
||||
this.button1.Location = new System.Drawing.Point(97, 260);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(201, 31);
|
||||
this.button1.TabIndex = 32;
|
||||
@@ -272,11 +279,32 @@
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "package", true));
|
||||
this.textBox1.Location = new System.Drawing.Point(98, 92);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(200, 21);
|
||||
this.textBox1.TabIndex = 34;
|
||||
//
|
||||
// textBox2
|
||||
//
|
||||
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "description", true));
|
||||
this.textBox2.Location = new System.Drawing.Point(99, 174);
|
||||
this.textBox2.Multiline = true;
|
||||
this.textBox2.Name = "textBox2";
|
||||
this.textBox2.Size = new System.Drawing.Size(200, 51);
|
||||
this.textBox2.TabIndex = 36;
|
||||
//
|
||||
// fJobReport_Add
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(302, 300);
|
||||
this.ClientSize = new System.Drawing.Size(316, 330);
|
||||
this.Controls.Add(label2);
|
||||
this.Controls.Add(this.textBox2);
|
||||
this.Controls.Add(label1);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.linkLabel1);
|
||||
this.Controls.Add(typeLabel);
|
||||
@@ -287,8 +315,6 @@
|
||||
this.Controls.Add(groupLabel);
|
||||
this.Controls.Add(this.groupTextBox);
|
||||
this.Controls.Add(uidLabel);
|
||||
this.Controls.Add(progressLabel);
|
||||
this.Controls.Add(this.progressTextBox);
|
||||
this.Controls.Add(memoLabel);
|
||||
this.Controls.Add(this.memoTextBox);
|
||||
this.Controls.Add(hrsLabel);
|
||||
@@ -319,7 +345,6 @@
|
||||
private dsPRJTableAdapters.TableAdapterManager tam;
|
||||
private System.Windows.Forms.TextBox pdateTextBox;
|
||||
private System.Windows.Forms.TextBox groupTextBox;
|
||||
private System.Windows.Forms.TextBox progressTextBox;
|
||||
private System.Windows.Forms.TextBox memoTextBox;
|
||||
private System.Windows.Forms.TextBox hrsTextBox;
|
||||
private System.Windows.Forms.TextBox projectidxTextBox;
|
||||
@@ -331,5 +356,7 @@
|
||||
private System.Windows.Forms.ComboBox typeComboBox;
|
||||
private System.Windows.Forms.LinkLabel linkLabel1;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private System.Windows.Forms.TextBox textBox2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user