..
This commit is contained in:
13
Handler/Project/Dialog/fHistory.Designer.cs
generated
13
Handler/Project/Dialog/fHistory.Designer.cs
generated
@@ -49,7 +49,6 @@
|
||||
this.btSearch = new System.Windows.Forms.Button();
|
||||
this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.목록저장ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.viewXMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.sendDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.tbFind = new System.Windows.Forms.TextBox();
|
||||
@@ -191,8 +190,7 @@
|
||||
// cm
|
||||
//
|
||||
this.cm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.목록저장ToolStripMenuItem,
|
||||
this.viewXMLToolStripMenuItem,
|
||||
this.목록저장ToolStripMenuItem,
|
||||
this.toolStripMenuItem1,
|
||||
this.sendDataToolStripMenuItem});
|
||||
this.cm.Name = "cm";
|
||||
@@ -206,13 +204,6 @@
|
||||
this.목록저장ToolStripMenuItem.Text = "Export";
|
||||
this.목록저장ToolStripMenuItem.Click += new System.EventHandler(this.목록저장ToolStripMenuItem_Click);
|
||||
//
|
||||
// viewXMLToolStripMenuItem
|
||||
//
|
||||
this.viewXMLToolStripMenuItem.Name = "viewXMLToolStripMenuItem";
|
||||
this.viewXMLToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
|
||||
this.viewXMLToolStripMenuItem.Text = "View XML";
|
||||
this.viewXMLToolStripMenuItem.Click += new System.EventHandler(this.viewXMLToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem1
|
||||
//
|
||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
@@ -299,7 +290,6 @@
|
||||
this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.dv.Size = new System.Drawing.Size(954, 468);
|
||||
this.dv.TabIndex = 2;
|
||||
this.dv.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_CellDoubleClick);
|
||||
//
|
||||
// sTIMEDataGridViewTextBoxColumn
|
||||
//
|
||||
@@ -527,7 +517,6 @@
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
||||
private System.Windows.Forms.ToolStripMenuItem sendDataToolStripMenuItem;
|
||||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||||
private System.Windows.Forms.ToolStripMenuItem viewXMLToolStripMenuItem;
|
||||
private DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter ta;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Button button1;
|
||||
|
||||
Reference in New Issue
Block a user