190806 chi 품목정보에서 카테고리 없는 자료도 보이게 함
품목정보 정렬 기능 추가 190731 로그기록화면(beta)추가
This commit is contained in:
28
Project/fSetting.Designer.cs
generated
28
Project/fSetting.Designer.cs
generated
@@ -35,8 +35,6 @@
|
||||
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.tabPage4 = new System.Windows.Forms.TabPage();
|
||||
this.chkLogIO = new System.Windows.Forms.CheckBox();
|
||||
this.bsUser = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.dataSet1 = new Project.DataSet1();
|
||||
this.bsModel = new System.Windows.Forms.BindingSource(this.components);
|
||||
@@ -44,7 +42,6 @@
|
||||
this.panel1.SuspendLayout();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.tabPage4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsUser)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsModel)).BeginInit();
|
||||
@@ -87,7 +84,6 @@
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage4);
|
||||
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
@@ -106,26 +102,6 @@
|
||||
this.tabPage1.Text = "Main";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tabPage4
|
||||
//
|
||||
this.tabPage4.Controls.Add(this.chkLogIO);
|
||||
this.tabPage4.Location = new System.Drawing.Point(4, 29);
|
||||
this.tabPage4.Name = "tabPage4";
|
||||
this.tabPage4.Size = new System.Drawing.Size(931, 442);
|
||||
this.tabPage4.TabIndex = 3;
|
||||
this.tabPage4.Text = "Log";
|
||||
this.tabPage4.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkLogIO
|
||||
//
|
||||
this.chkLogIO.AutoSize = true;
|
||||
this.chkLogIO.Location = new System.Drawing.Point(19, 17);
|
||||
this.chkLogIO.Name = "chkLogIO";
|
||||
this.chkLogIO.Size = new System.Drawing.Size(164, 24);
|
||||
this.chkLogIO.TabIndex = 0;
|
||||
this.chkLogIO.Text = "Advantech I/O Data";
|
||||
this.chkLogIO.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// bsUser
|
||||
//
|
||||
this.bsUser.DataMember = "Users";
|
||||
@@ -161,8 +137,6 @@
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
this.tabPage1.ResumeLayout(false);
|
||||
this.tabPage4.ResumeLayout(false);
|
||||
this.tabPage4.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsUser)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsModel)).EndInit();
|
||||
@@ -179,8 +153,6 @@
|
||||
private System.Windows.Forms.TabPage tabPage1;
|
||||
private System.Windows.Forms.BindingSource bsUser;
|
||||
private DataSet1 dataSet1;
|
||||
private System.Windows.Forms.TabPage tabPage4;
|
||||
private System.Windows.Forms.CheckBox chkLogIO;
|
||||
private System.Windows.Forms.BindingSource bsModel;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user