업무일지 테이블 연결 -

프로젝트 주간업무내용 편집창 연결 작업
This commit is contained in:
chikyun.kim
2019-03-11 23:18:47 +09:00
parent 9853bed403
commit 417e02a171
26 changed files with 2261 additions and 1922 deletions

View File

@@ -66,6 +66,7 @@
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.prb1 = new System.Windows.Forms.ToolStripProgressBar();
this.taPrj = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
@@ -86,7 +87,7 @@
this.textBox3 = new System.Windows.Forms.TextBox();
this.arLabel3 = new arCtl.arLabel();
this.ta = new FPJ0000.dsMailTableAdapters.MailDataTableAdapter();
this.prb1 = new System.Windows.Forms.ToolStripProgressBar();
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsMail)).BeginInit();
this.cm1.SuspendLayout();
@@ -334,6 +335,11 @@
this.toolStripButton3.Text = "일괄전송";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// prb1
//
this.prb1.Name = "prb1";
this.prb1.Size = new System.Drawing.Size(100, 22);
//
// taPrj
//
this.taPrj.ClearBeforeFill = true;
@@ -876,10 +882,9 @@
//
this.ta.ClearBeforeFill = true;
//
// toolStripProgressBar1
// taHist
//
this.prb1.Name = "toolStripProgressBar1";
this.prb1.Size = new System.Drawing.Size(100, 22);
this.taHist.ClearBeforeFill = true;
//
// fMailSend
//
@@ -968,5 +973,6 @@
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripProgressBar prb1;
private dsPRJTableAdapters.ProjectsHistoryTableAdapter taHist;
}
}