説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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.ForeColor = System.Drawing.Color.Blue
  34. Me.垂直翻轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.L180
  35. Me.垂直翻轉_bt.Location = New System.Drawing.Point(90, 2)
  36. Me.垂直翻轉_bt.Name = "垂直翻轉_bt"
  37. Me.垂直翻轉_bt.Size = New System.Drawing.Size(28, 28)
  38. Me.垂直翻轉_bt.TabIndex = 509
  39. Me.垂直翻轉_bt.UseVisualStyleBackColor = True
  40. '
  41. '水平翻轉_bt
  42. '
  43. Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue
  44. Me.水平翻轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.R180
  45. Me.水平翻轉_bt.Location = New System.Drawing.Point(60, 2)
  46. Me.水平翻轉_bt.Name = "水平翻轉_bt"
  47. Me.水平翻轉_bt.Size = New System.Drawing.Size(28, 28)
  48. Me.水平翻轉_bt.TabIndex = 508
  49. Me.水平翻轉_bt.UseVisualStyleBackColor = True
  50. '
  51. '逆時鐘90度旋轉_bt
  52. '
  53. Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  54. Me.逆時鐘90度旋轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.R90
  55. Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(30, 2)
  56. Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt"
  57. Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28)
  58. Me.逆時鐘90度旋轉_bt.TabIndex = 507
  59. Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  60. '
  61. '順時鐘90度旋轉_bt
  62. '
  63. Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  64. Me.順時鐘90度旋轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.L90
  65. Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(1, 2)
  66. Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt"
  67. Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28)
  68. Me.順時鐘90度旋轉_bt.TabIndex = 506
  69. Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  70. '
  71. '圖片_pb
  72. '
  73. Me.圖片_pb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  74. Or System.Windows.Forms.AnchorStyles.Left) _
  75. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  76. Me.圖片_pb.BackColor = System.Drawing.Color.White
  77. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  78. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  79. Me.圖片_pb.Location = New System.Drawing.Point(1, 31)
  80. Me.圖片_pb.Name = "圖片_pb"
  81. Me.圖片_pb.Size = New System.Drawing.Size(735, 544)
  82. Me.圖片_pb.TabIndex = 0
  83. Me.圖片_pb.TabStop = False
  84. '
  85. '圖片放大視窗
  86. '
  87. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  88. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  89. Me.ClientSize = New System.Drawing.Size(738, 576)
  90. Me.Controls.Add(Me.垂直翻轉_bt)
  91. Me.Controls.Add(Me.水平翻轉_bt)
  92. Me.Controls.Add(Me.逆時鐘90度旋轉_bt)
  93. Me.Controls.Add(Me.順時鐘90度旋轉_bt)
  94. Me.Controls.Add(Me.圖片_pb)
  95. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  97. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  98. Me.Name = "圖片放大視窗"
  99. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  100. Me.Text = "Picture"
  101. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  102. Me.ResumeLayout(False)
  103. End Sub
  104. Friend WithEvents 圖片_pb As PictureBox
  105. Friend WithEvents 垂直翻轉_bt As Button
  106. Friend WithEvents 水平翻轉_bt As Button
  107. Friend WithEvents 逆時鐘90度旋轉_bt As Button
  108. Friend WithEvents 順時鐘90度旋轉_bt As Button
  109. End Class