This commit is contained in:
chi
2023-02-15 10:55:34 +09:00
parent f61e0ab34b
commit 6191074f57
6 changed files with 436 additions and 376 deletions

View File

@@ -57,9 +57,8 @@
System.Windows.Forms.Label label16;
System.Windows.Forms.Label label17;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.Label label18;
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
this.tbIdx = new System.Windows.Forms.TextBox();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsPRJ = new FPJ0000.dsPRJ();
@@ -104,6 +103,7 @@
this.cmbState = new System.Windows.Forms.ComboBox();
this.tbODate = new System.Windows.Forms.TextBox();
this.panel7 = new System.Windows.Forms.Panel();
this.textBox12 = new System.Windows.Forms.TextBox();
this.cmbReqPlant = new System.Windows.Forms.ComboBox();
this.cmbReqPackage = new System.Windows.Forms.ComboBox();
this.cmbReqSite = new System.Windows.Forms.ComboBox();
@@ -214,7 +214,7 @@
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
this.textBox12 = new System.Windows.Forms.TextBox();
this.linkLabel10 = new System.Windows.Forms.LinkLabel();
nameLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
usermainLabel = new System.Windows.Forms.Label();
@@ -242,7 +242,6 @@
label15 = new System.Windows.Forms.Label();
label16 = new System.Windows.Forms.Label();
label17 = new System.Windows.Forms.Label();
label18 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
@@ -919,8 +918,8 @@
//
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle9;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle7;
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
@@ -975,8 +974,8 @@
// panel7
//
this.panel7.BackColor = System.Drawing.Color.Gainsboro;
this.panel7.Controls.Add(this.linkLabel10);
this.panel7.Controls.Add(this.textBox12);
this.panel7.Controls.Add(label18);
this.panel7.Controls.Add(this.cmbReqPlant);
this.panel7.Controls.Add(label16);
this.panel7.Controls.Add(this.cmbReqPackage);
@@ -997,6 +996,15 @@
this.panel7.Size = new System.Drawing.Size(547, 99);
this.panel7.TabIndex = 85;
//
// textBox12
//
this.textBox12.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "jasmin", true));
this.textBox12.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox12.Location = new System.Drawing.Point(412, 74);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(128, 21);
this.textBox12.TabIndex = 98;
//
// cmbReqPlant
//
this.cmbReqPlant.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
@@ -2416,8 +2424,8 @@
//
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle10;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle8;
this.dataGridViewTextBoxColumn5.HeaderText = "비고";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
@@ -2652,23 +2660,16 @@
//
this.taToDo.ClearBeforeFill = true;
//
// textBox12
// linkLabel10
//
this.textBox12.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "jasmin", true));
this.textBox12.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox12.Location = new System.Drawing.Point(412, 74);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(128, 21);
this.textBox12.TabIndex = 98;
//
// label18
//
label18.AutoSize = true;
label18.Location = new System.Drawing.Point(318, 78);
label18.Name = "label18";
label18.Size = new System.Drawing.Size(93, 12);
label18.TabIndex = 97;
label18.Text = "Jasmin Task ID";
this.linkLabel10.AutoSize = true;
this.linkLabel10.Location = new System.Drawing.Point(331, 78);
this.linkLabel10.Name = "linkLabel10";
this.linkLabel10.Size = new System.Drawing.Size(80, 12);
this.linkLabel10.TabIndex = 99;
this.linkLabel10.TabStop = true;
this.linkLabel10.Text = "Jamin task id";
this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel10_LinkClicked);
//
// fProjectData
//
@@ -2892,5 +2893,6 @@
private System.Windows.Forms.LinkLabel linkLabel9;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.LinkLabel linkLabel10;
}
}