프로젝트정보에 major 추가
This commit is contained in:
73
SubProject/FPJ0000/Project/fProjectData.Designer.cs
generated
73
SubProject/FPJ0000/Project/fProjectData.Designer.cs
generated
@@ -56,10 +56,10 @@
|
||||
System.Windows.Forms.Label label15;
|
||||
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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();
|
||||
@@ -113,6 +113,7 @@
|
||||
this.cmbReqTeam = new System.Windows.Forms.ComboBox();
|
||||
this.arLabel1 = new arCtl.arLabel();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.textBox13 = new System.Windows.Forms.TextBox();
|
||||
this.chkCostSave = new System.Windows.Forms.CheckBox();
|
||||
this.chkHigh = new System.Windows.Forms.CheckBox();
|
||||
this.tbPno = new System.Windows.Forms.TextBox();
|
||||
@@ -226,7 +227,7 @@
|
||||
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
|
||||
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
|
||||
this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
|
||||
this.textBox13 = new System.Windows.Forms.TextBox();
|
||||
this.chkMajor = new System.Windows.Forms.CheckBox();
|
||||
nameLabel = new System.Windows.Forms.Label();
|
||||
reqstaffLabel = new System.Windows.Forms.Label();
|
||||
usermainLabel = new System.Windows.Forms.Label();
|
||||
@@ -561,6 +562,16 @@
|
||||
label17.TabIndex = 97;
|
||||
label17.Text = "Project No.";
|
||||
//
|
||||
// label18
|
||||
//
|
||||
label18.AutoSize = true;
|
||||
label18.Location = new System.Drawing.Point(56, 169);
|
||||
label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label18.Name = "label18";
|
||||
label18.Size = new System.Drawing.Size(29, 12);
|
||||
label18.TabIndex = 102;
|
||||
label18.Text = "분류";
|
||||
//
|
||||
// tbIdx
|
||||
//
|
||||
this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
|
||||
@@ -935,8 +946,8 @@
|
||||
//
|
||||
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
|
||||
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle9;
|
||||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
|
||||
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
|
||||
this.dataGridViewTextBoxColumn10.ReadOnly = true;
|
||||
@@ -1140,6 +1151,7 @@
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.panel1.Controls.Add(this.chkMajor);
|
||||
this.panel1.Controls.Add(label18);
|
||||
this.panel1.Controls.Add(this.textBox13);
|
||||
this.panel1.Controls.Add(this.chkCostSave);
|
||||
@@ -1176,10 +1188,20 @@
|
||||
this.panel1.TabIndex = 86;
|
||||
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
||||
//
|
||||
// textBox13
|
||||
//
|
||||
this.textBox13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "category", true));
|
||||
this.textBox13.Font = new System.Drawing.Font("굴림", 9F);
|
||||
this.textBox13.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.textBox13.Location = new System.Drawing.Point(93, 165);
|
||||
this.textBox13.Name = "textBox13";
|
||||
this.textBox13.Size = new System.Drawing.Size(139, 21);
|
||||
this.textBox13.TabIndex = 101;
|
||||
//
|
||||
// chkCostSave
|
||||
//
|
||||
this.chkCostSave.AutoSize = true;
|
||||
this.chkCostSave.Location = new System.Drawing.Point(264, 122);
|
||||
this.chkCostSave.Location = new System.Drawing.Point(244, 122);
|
||||
this.chkCostSave.Name = "chkCostSave";
|
||||
this.chkCostSave.Size = new System.Drawing.Size(78, 16);
|
||||
this.chkCostSave.TabIndex = 100;
|
||||
@@ -1189,11 +1211,11 @@
|
||||
// chkHigh
|
||||
//
|
||||
this.chkHigh.AutoSize = true;
|
||||
this.chkHigh.Location = new System.Drawing.Point(173, 122);
|
||||
this.chkHigh.Location = new System.Drawing.Point(170, 122);
|
||||
this.chkHigh.Name = "chkHigh";
|
||||
this.chkHigh.Size = new System.Drawing.Size(84, 16);
|
||||
this.chkHigh.Size = new System.Drawing.Size(72, 16);
|
||||
this.chkHigh.TabIndex = 99;
|
||||
this.chkHigh.Text = "Major Item";
|
||||
this.chkHigh.Text = "Highlight";
|
||||
this.chkHigh.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tbPno
|
||||
@@ -2643,8 +2665,8 @@
|
||||
//
|
||||
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
|
||||
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle10;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dataGridViewTextBoxColumn5.HeaderText = "비고";
|
||||
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
||||
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
||||
@@ -2881,25 +2903,15 @@
|
||||
//
|
||||
this.taToDo.ClearBeforeFill = true;
|
||||
//
|
||||
// label18
|
||||
// chkMajor
|
||||
//
|
||||
label18.AutoSize = true;
|
||||
label18.Location = new System.Drawing.Point(56, 169);
|
||||
label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label18.Name = "label18";
|
||||
label18.Size = new System.Drawing.Size(29, 12);
|
||||
label18.TabIndex = 102;
|
||||
label18.Text = "분류";
|
||||
//
|
||||
// textBox13
|
||||
//
|
||||
this.textBox13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "category", true));
|
||||
this.textBox13.Font = new System.Drawing.Font("굴림", 9F);
|
||||
this.textBox13.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.textBox13.Location = new System.Drawing.Point(93, 165);
|
||||
this.textBox13.Name = "textBox13";
|
||||
this.textBox13.Size = new System.Drawing.Size(139, 21);
|
||||
this.textBox13.TabIndex = 101;
|
||||
this.chkMajor.AutoSize = true;
|
||||
this.chkMajor.Location = new System.Drawing.Point(326, 122);
|
||||
this.chkMajor.Name = "chkMajor";
|
||||
this.chkMajor.Size = new System.Drawing.Size(56, 16);
|
||||
this.chkMajor.TabIndex = 103;
|
||||
this.chkMajor.Text = "Major";
|
||||
this.chkMajor.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// fProjectData
|
||||
//
|
||||
@@ -3137,5 +3149,6 @@
|
||||
private System.Windows.Forms.RichTextBox rtIntangle;
|
||||
private arCtl.arLabel arLabel7;
|
||||
private System.Windows.Forms.TextBox textBox13;
|
||||
private System.Windows.Forms.CheckBox chkMajor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user