|
|
@@ -38,6 +38,9 @@
|
|
|
this.ScrollSpan = new System.Windows.Forms.ToolStripTextBox();
|
|
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
|
|
this.ScrollTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.KeyWord_label = new System.Windows.Forms.ToolStripLabel();
|
|
|
+ this.KeyWord = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.toolStrip1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -51,7 +54,10 @@
|
|
|
this.toolStripSeparator1,
|
|
|
this.ScrollSpan_label,
|
|
|
this.ScrollSpan,
|
|
|
- this.toolStripLabel2});
|
|
|
+ this.toolStripLabel2,
|
|
|
+ this.toolStripSeparator2,
|
|
|
+ this.KeyWord_label,
|
|
|
+ this.KeyWord});
|
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
|
this.toolStrip1.Size = new System.Drawing.Size(598, 30);
|
|
|
@@ -105,6 +111,23 @@
|
|
|
//
|
|
|
this.ScrollTimer.Tick += new System.EventHandler(this.ScrollTimer_Tick);
|
|
|
//
|
|
|
+ // KeyWord_label
|
|
|
+ //
|
|
|
+ this.KeyWord_label.Name = "KeyWord_label";
|
|
|
+ this.KeyWord_label.Size = new System.Drawing.Size(68, 27);
|
|
|
+ this.KeyWord_label.Text = "关键词搜索";
|
|
|
+ //
|
|
|
+ // KeyWord
|
|
|
+ //
|
|
|
+ this.KeyWord.Name = "KeyWord";
|
|
|
+ this.KeyWord.Size = new System.Drawing.Size(100, 30);
|
|
|
+ this.KeyWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
|
|
|
+ //
|
|
|
+ // toolStripSeparator2
|
|
|
+ //
|
|
|
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
|
|
|
+ //
|
|
|
// PDFOperater
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -132,5 +155,8 @@
|
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
|
private System.Windows.Forms.Timer ScrollTimer;
|
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
|
|
+ private System.Windows.Forms.ToolStripLabel KeyWord_label;
|
|
|
+ private System.Windows.Forms.ToolStripTextBox KeyWord;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
|
}
|
|
|
}
|