Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

圖片放大視窗.Designer.vb 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 圖片放大視窗
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(圖片放大視窗))
  23. Me.垂直翻轉_bt = New System.Windows.Forms.Button()
  24. Me.水平翻轉_bt = New System.Windows.Forms.Button()
  25. Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  26. Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  27. Me.圖片_pb = New System.Windows.Forms.PictureBox()
  28. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  29. Me.SuspendLayout()
  30. '
  31. '垂直翻轉_bt
  32. '
  33. Me.垂直翻轉_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.L180
  34. Me.垂直翻轉_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  35. Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue
  36. Me.垂直翻轉_bt.Location = New System.Drawing.Point(90, 2)
  37. Me.垂直翻轉_bt.Name = "垂直翻轉_bt"
  38. Me.垂直翻轉_bt.Size = New System.Drawing.Size(28, 28)
  39. Me.垂直翻轉_bt.TabIndex = 509
  40. Me.垂直翻轉_bt.UseVisualStyleBackColor = True
  41. '
  42. '水平翻轉_bt
  43. '
  44. Me.水平翻轉_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.R180
  45. Me.水平翻轉_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  46. Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue
  47. Me.水平翻轉_bt.Location = New System.Drawing.Point(60, 2)
  48. Me.水平翻轉_bt.Name = "水平翻轉_bt"
  49. Me.水平翻轉_bt.Size = New System.Drawing.Size(28, 28)
  50. Me.水平翻轉_bt.TabIndex = 508
  51. Me.水平翻轉_bt.UseVisualStyleBackColor = True
  52. '
  53. '逆時鐘90度旋轉_bt
  54. '
  55. Me.逆時鐘90度旋轉_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.R90
  56. Me.逆時鐘90度旋轉_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  57. Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  58. Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(30, 2)
  59. Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt"
  60. Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28)
  61. Me.逆時鐘90度旋轉_bt.TabIndex = 507
  62. Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  63. '
  64. '順時鐘90度旋轉_bt
  65. '
  66. Me.順時鐘90度旋轉_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.L90
  67. Me.順時鐘90度旋轉_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  68. Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  69. Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(1, 2)
  70. Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt"
  71. Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28)
  72. Me.順時鐘90度旋轉_bt.TabIndex = 506
  73. Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  74. '
  75. '圖片_pb
  76. '
  77. Me.圖片_pb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  78. Or System.Windows.Forms.AnchorStyles.Left) _
  79. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  80. Me.圖片_pb.BackColor = System.Drawing.Color.White
  81. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  82. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  83. Me.圖片_pb.Location = New System.Drawing.Point(1, 31)
  84. Me.圖片_pb.Name = "圖片_pb"
  85. Me.圖片_pb.Size = New System.Drawing.Size(735, 544)
  86. Me.圖片_pb.TabIndex = 0
  87. Me.圖片_pb.TabStop = False
  88. '
  89. '圖片放大視窗
  90. '
  91. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  92. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  93. Me.ClientSize = New System.Drawing.Size(738, 576)
  94. Me.Controls.Add(Me.垂直翻轉_bt)
  95. Me.Controls.Add(Me.水平翻轉_bt)
  96. Me.Controls.Add(Me.逆時鐘90度旋轉_bt)
  97. Me.Controls.Add(Me.順時鐘90度旋轉_bt)
  98. Me.Controls.Add(Me.圖片_pb)
  99. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  100. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  101. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  102. Me.Name = "圖片放大視窗"
  103. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  104. Me.Text = "Picture"
  105. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  106. Me.ResumeLayout(False)
  107. End Sub
  108. Friend WithEvents 圖片_pb As PictureBox
  109. Friend WithEvents 垂直翻轉_bt As Button
  110. Friend WithEvents 水平翻轉_bt As Button
  111. Friend WithEvents 逆時鐘90度旋轉_bt As Button
  112. Friend WithEvents 順時鐘90度旋轉_bt As Button
  113. End Class