프로젝트 모록에 sfi 추가 (박성민)
This commit is contained in:
@@ -37,6 +37,7 @@ namespace FPJ0000.Project
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.ta = new FPJ0000.dsPRJTableAdapters.EETGW_Project_LayoutTableAdapter();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
@@ -112,6 +113,10 @@ namespace FPJ0000.Project
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// ta
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
//
|
||||
// fLayoutEdit
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -146,5 +151,6 @@ namespace FPJ0000.Project
|
||||
private System.Windows.Forms.TextBox textBox3;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.Button button2;
|
||||
private dsPRJTableAdapters.EETGW_Project_LayoutTableAdapter ta;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user