PDFOperater.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace UAS_MES.CustomControl
  2. {
  3. partial class PDFOperater
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.ZoomComBox_label = new System.Windows.Forms.ToolStripLabel();
  31. this.ZoomComBox = new System.Windows.Forms.ToolStripComboBox();
  32. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  33. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  34. this.ScrollSpan_label = new System.Windows.Forms.ToolStripLabel();
  35. this.ScrollSpan = new System.Windows.Forms.ToolStripTextBox();
  36. this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
  37. this.ScrollTimer = new System.Windows.Forms.Timer(this.components);
  38. this.KeyWord_label = new System.Windows.Forms.ToolStripLabel();
  39. this.KeyWord = new System.Windows.Forms.ToolStripTextBox();
  40. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  41. this.toolStrip1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // toolStrip1
  45. //
  46. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  48. this.ZoomComBox_label,
  49. this.ZoomComBox,
  50. this.toolStripLabel1,
  51. this.toolStripSeparator1,
  52. this.ScrollSpan_label,
  53. this.ScrollSpan,
  54. this.toolStripLabel2,
  55. this.toolStripSeparator2,
  56. this.KeyWord_label,
  57. this.KeyWord});
  58. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  59. this.toolStrip1.Name = "toolStrip1";
  60. this.toolStrip1.Size = new System.Drawing.Size(598, 30);
  61. this.toolStrip1.TabIndex = 0;
  62. this.toolStrip1.Text = "toolStrip1";
  63. //
  64. // ZoomComBox_label
  65. //
  66. this.ZoomComBox_label.Name = "ZoomComBox_label";
  67. this.ZoomComBox_label.Size = new System.Drawing.Size(56, 27);
  68. this.ZoomComBox_label.Text = "缩放比例";
  69. //
  70. // ZoomComBox
  71. //
  72. this.ZoomComBox.Name = "ZoomComBox";
  73. this.ZoomComBox.Size = new System.Drawing.Size(75, 30);
  74. this.ZoomComBox.Text = "100";
  75. this.ZoomComBox.SelectedIndexChanged += new System.EventHandler(this.ZoomComBox_SelectedIndexChanged);
  76. this.ZoomComBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ZoomComBox_KeyDown);
  77. //
  78. // toolStripLabel1
  79. //
  80. this.toolStripLabel1.Name = "toolStripLabel1";
  81. this.toolStripLabel1.Size = new System.Drawing.Size(19, 27);
  82. this.toolStripLabel1.Text = "%";
  83. //
  84. // toolStripSeparator1
  85. //
  86. this.toolStripSeparator1.Name = "toolStripSeparator1";
  87. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
  88. //
  89. // ScrollSpan_label
  90. //
  91. this.ScrollSpan_label.Name = "ScrollSpan_label";
  92. this.ScrollSpan_label.Size = new System.Drawing.Size(56, 27);
  93. this.ScrollSpan_label.Text = "滚动间隔";
  94. //
  95. // ScrollSpan
  96. //
  97. this.ScrollSpan.Name = "ScrollSpan";
  98. this.ScrollSpan.Size = new System.Drawing.Size(30, 30);
  99. this.ScrollSpan.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ScrollSpan_KeyDown);
  100. //
  101. // toolStripLabel2
  102. //
  103. this.toolStripLabel2.Name = "toolStripLabel2";
  104. this.toolStripLabel2.Size = new System.Drawing.Size(20, 27);
  105. this.toolStripLabel2.Text = "秒";
  106. //
  107. // ScrollTimer
  108. //
  109. this.ScrollTimer.Tick += new System.EventHandler(this.ScrollTimer_Tick);
  110. //
  111. // KeyWord_label
  112. //
  113. this.KeyWord_label.Name = "KeyWord_label";
  114. this.KeyWord_label.Size = new System.Drawing.Size(68, 27);
  115. this.KeyWord_label.Text = "关键词搜索";
  116. //
  117. // KeyWord
  118. //
  119. this.KeyWord.Name = "KeyWord";
  120. this.KeyWord.Size = new System.Drawing.Size(100, 30);
  121. this.KeyWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
  122. //
  123. // toolStripSeparator2
  124. //
  125. this.toolStripSeparator2.Name = "toolStripSeparator2";
  126. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
  127. //
  128. // PDFOperater
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  133. this.Controls.Add(this.toolStrip1);
  134. this.Name = "PDFOperater";
  135. this.Size = new System.Drawing.Size(598, 30);
  136. this.Load += new System.EventHandler(this.PDFOperater_Load);
  137. this.toolStrip1.ResumeLayout(false);
  138. this.toolStrip1.PerformLayout();
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private System.Windows.Forms.ToolStrip toolStrip1;
  144. private System.Windows.Forms.ToolStripComboBox ZoomComBox;
  145. private System.Windows.Forms.ToolStripLabel ZoomComBox_label;
  146. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  147. private System.Windows.Forms.ToolStripLabel ScrollSpan_label;
  148. private System.Windows.Forms.ToolStripTextBox ScrollSpan;
  149. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  150. private System.Windows.Forms.Timer ScrollTimer;
  151. private System.Windows.Forms.ToolStripLabel toolStripLabel2;
  152. private System.Windows.Forms.ToolStripLabel KeyWord_label;
  153. private System.Windows.Forms.ToolStripTextBox KeyWord;
  154. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  155. }
  156. }