暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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

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