프로젝트 모록에 sfi 추가 (박성민)

This commit is contained in:
chi
2023-08-22 15:27:34 +09:00
parent e4f776724b
commit 1ba03df183
13 changed files with 2861 additions and 491 deletions

View File

@@ -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;
}
}