..
This commit is contained in:
@@ -202,6 +202,7 @@
|
||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.label17 = new System.Windows.Forms.Label();
|
||||
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
this.bn.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
@@ -2015,6 +2016,11 @@
|
||||
//
|
||||
this.taHistD.ClearBeforeFill = true;
|
||||
//
|
||||
// timer1
|
||||
//
|
||||
this.timer1.Interval = 300;
|
||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||
//
|
||||
// fProjectList
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -2193,5 +2199,6 @@
|
||||
private System.Windows.Forms.BindingSource bsHistD;
|
||||
private dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter taHistD;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
private System.Windows.Forms.Timer timer1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user