PDFOperater.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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.toolStrip1 = new System.Windows.Forms.ToolStrip();
  29. this.ZoomComBox_label = new System.Windows.Forms.ToolStripLabel();
  30. this.ZoomComBox = new System.Windows.Forms.ToolStripComboBox();
  31. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  32. this.ScrollSpan_label = new System.Windows.Forms.ToolStripLabel();
  33. this.ScrollSpan = new System.Windows.Forms.ToolStripTextBox();
  34. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  35. this.toolStrip1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // toolStrip1
  39. //
  40. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  42. this.ZoomComBox_label,
  43. this.ZoomComBox,
  44. this.toolStripLabel1,
  45. this.toolStripSeparator1,
  46. this.ScrollSpan_label,
  47. this.ScrollSpan});
  48. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  49. this.toolStrip1.Name = "toolStrip1";
  50. this.toolStrip1.Size = new System.Drawing.Size(598, 30);
  51. this.toolStrip1.TabIndex = 0;
  52. this.toolStrip1.Text = "toolStrip1";
  53. //
  54. // ZoomComBox_label
  55. //
  56. this.ZoomComBox_label.Name = "ZoomComBox_label";
  57. this.ZoomComBox_label.Size = new System.Drawing.Size(56, 27);
  58. this.ZoomComBox_label.Text = "缩放比例";
  59. //
  60. // ZoomComBox
  61. //
  62. this.ZoomComBox.Name = "ZoomComBox";
  63. this.ZoomComBox.Size = new System.Drawing.Size(75, 30);
  64. this.ZoomComBox.SelectedIndexChanged += new System.EventHandler(this.ZoomComBox_SelectedIndexChanged);
  65. this.ZoomComBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ZoomComBox_KeyDown);
  66. //
  67. // toolStripSeparator1
  68. //
  69. this.toolStripSeparator1.Name = "toolStripSeparator1";
  70. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
  71. //
  72. // ScrollSpan_label
  73. //
  74. this.ScrollSpan_label.Name = "ScrollSpan_label";
  75. this.ScrollSpan_label.Size = new System.Drawing.Size(56, 27);
  76. this.ScrollSpan_label.Text = "滚动间隔";
  77. //
  78. // ScrollSpan
  79. //
  80. this.ScrollSpan.Name = "ScrollSpan";
  81. this.ScrollSpan.Size = new System.Drawing.Size(30, 30);
  82. //
  83. // toolStripLabel1
  84. //
  85. this.toolStripLabel1.Name = "toolStripLabel1";
  86. this.toolStripLabel1.Size = new System.Drawing.Size(19, 27);
  87. this.toolStripLabel1.Text = "%";
  88. //
  89. // PDFOperater
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  94. this.Controls.Add(this.toolStrip1);
  95. this.Name = "PDFOperater";
  96. this.Size = new System.Drawing.Size(598, 30);
  97. this.toolStrip1.ResumeLayout(false);
  98. this.toolStrip1.PerformLayout();
  99. this.ResumeLayout(false);
  100. this.PerformLayout();
  101. }
  102. #endregion
  103. private System.Windows.Forms.ToolStrip toolStrip1;
  104. private System.Windows.Forms.ToolStripComboBox ZoomComBox;
  105. private System.Windows.Forms.ToolStripLabel ZoomComBox_label;
  106. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  107. private System.Windows.Forms.ToolStripLabel ScrollSpan_label;
  108. private System.Windows.Forms.ToolStripTextBox ScrollSpan;
  109. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  110. }
  111. }