版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

pbox_zoom.designer.cs 5.0 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. namespace pbox_zoom_control
  2. {
  3. partial class pbox_zoom
  4. {
  5. /// <summary>
  6. /// Erforderliche Designervariable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Verwendete Ressourcen bereinigen.
  11. /// </summary>
  12. /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls 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 Vom Komponenten-Designer generierter Code
  22. /// <summary>
  23. /// Erforderliche Methode für die Designerunterstützung.
  24. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pbox_1 = new System.Windows.Forms.PictureBox();
  29. this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
  30. this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. ((System.ComponentModel.ISupportInitialize)(this.pbox_1)).BeginInit();
  33. this.panel1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // pbox_1
  37. //
  38. this.pbox_1.Location = new System.Drawing.Point(20, 27);
  39. this.pbox_1.Name = "pbox_1";
  40. this.pbox_1.Size = new System.Drawing.Size(335, 226);
  41. this.pbox_1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  42. this.pbox_1.TabIndex = 0;
  43. this.pbox_1.TabStop = false;
  44. this.pbox_1.SizeChanged += new System.EventHandler(this.pbox_1_SizeChanged);
  45. this.pbox_1.MouseEnter += new System.EventHandler(this.pbox_1_MouseEnter);
  46. this.pbox_1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbox_1_MouseMove);
  47. //
  48. // vScrollBar1
  49. //
  50. this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  51. | System.Windows.Forms.AnchorStyles.Right)));
  52. this.vScrollBar1.Enabled = false;
  53. this.vScrollBar1.Location = new System.Drawing.Point(381, 3);
  54. this.vScrollBar1.Name = "vScrollBar1";
  55. this.vScrollBar1.Size = new System.Drawing.Size(20, 289);
  56. this.vScrollBar1.TabIndex = 7;
  57. this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
  58. //
  59. // hScrollBar1
  60. //
  61. this.hScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  62. | System.Windows.Forms.AnchorStyles.Right)));
  63. this.hScrollBar1.Enabled = false;
  64. this.hScrollBar1.Location = new System.Drawing.Point(3, 295);
  65. this.hScrollBar1.Name = "hScrollBar1";
  66. this.hScrollBar1.Size = new System.Drawing.Size(375, 17);
  67. this.hScrollBar1.TabIndex = 6;
  68. this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
  69. //
  70. // panel1
  71. //
  72. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  73. | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  76. this.panel1.Controls.Add(this.pbox_1);
  77. this.panel1.Location = new System.Drawing.Point(3, 3);
  78. this.panel1.Name = "panel1";
  79. this.panel1.Size = new System.Drawing.Size(375, 289);
  80. this.panel1.TabIndex = 5;
  81. //
  82. // pbox_zoom
  83. //
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.BackColor = System.Drawing.SystemColors.Control;
  87. this.Controls.Add(this.vScrollBar1);
  88. this.Controls.Add(this.hScrollBar1);
  89. this.Controls.Add(this.panel1);
  90. this.Name = "pbox_zoom";
  91. this.Size = new System.Drawing.Size(401, 312);
  92. this.Load += new System.EventHandler(this.pbox_zoom_Load);
  93. ((System.ComponentModel.ISupportInitialize)(this.pbox_1)).EndInit();
  94. this.panel1.ResumeLayout(false);
  95. this.ResumeLayout(false);
  96. }
  97. #endregion
  98. private System.Windows.Forms.PictureBox pbox_1;
  99. private System.Windows.Forms.VScrollBar vScrollBar1;
  100. private System.Windows.Forms.HScrollBar hScrollBar1;
  101. private System.Windows.Forms.Panel panel1;
  102. }
  103. }