namespace UAS_MES.CustomControl { partial class PDFOperater { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.ZoomComBox_label = new System.Windows.Forms.ToolStripLabel(); this.ZoomComBox = new System.Windows.Forms.ToolStripComboBox(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.ScrollSpan_label = new System.Windows.Forms.ToolStripLabel(); 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(); // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ZoomComBox_label, this.ZoomComBox, this.toolStripLabel1, this.toolStripSeparator1, this.ScrollSpan_label, this.ScrollSpan, 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); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // ZoomComBox_label // this.ZoomComBox_label.Name = "ZoomComBox_label"; this.ZoomComBox_label.Size = new System.Drawing.Size(56, 27); this.ZoomComBox_label.Text = "缩放比例"; // // ZoomComBox // this.ZoomComBox.Name = "ZoomComBox"; this.ZoomComBox.Size = new System.Drawing.Size(75, 30); this.ZoomComBox.Text = "100"; this.ZoomComBox.SelectedIndexChanged += new System.EventHandler(this.ZoomComBox_SelectedIndexChanged); this.ZoomComBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ZoomComBox_KeyDown); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(19, 27); this.toolStripLabel1.Text = "%"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30); // // ScrollSpan_label // this.ScrollSpan_label.Name = "ScrollSpan_label"; this.ScrollSpan_label.Size = new System.Drawing.Size(56, 27); this.ScrollSpan_label.Text = "滚动间隔"; // // ScrollSpan // this.ScrollSpan.Name = "ScrollSpan"; this.ScrollSpan.Size = new System.Drawing.Size(30, 30); this.ScrollSpan.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ScrollSpan_KeyDown); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(20, 27); this.toolStripLabel2.Text = "秒"; // // ScrollTimer // 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); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.Controls.Add(this.toolStrip1); this.Name = "PDFOperater"; this.Size = new System.Drawing.Size(598, 30); this.Load += new System.EventHandler(this.PDFOperater_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripComboBox ZoomComBox; private System.Windows.Forms.ToolStripLabel ZoomComBox_label; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripLabel ScrollSpan_label; private System.Windows.Forms.ToolStripTextBox ScrollSpan; 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; } }