_ Partial Class 圖片放大視窗 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.垂直翻轉_bt = New System.Windows.Forms.Button() Me.水平翻轉_bt = New System.Windows.Forms.Button() Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button() Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '垂直翻轉_bt ' Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue Me.垂直翻轉_bt.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.R180 Me.垂直翻轉_bt.Location = New System.Drawing.Point(91, 2) Me.垂直翻轉_bt.Name = "垂直翻轉_bt" Me.垂直翻轉_bt.Size = New System.Drawing.Size(28, 28) Me.垂直翻轉_bt.TabIndex = 514 Me.垂直翻轉_bt.UseVisualStyleBackColor = True ' '水平翻轉_bt ' Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue Me.水平翻轉_bt.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.L180 Me.水平翻轉_bt.Location = New System.Drawing.Point(61, 2) Me.水平翻轉_bt.Name = "水平翻轉_bt" Me.水平翻轉_bt.Size = New System.Drawing.Size(28, 28) Me.水平翻轉_bt.TabIndex = 513 Me.水平翻轉_bt.UseVisualStyleBackColor = True ' '逆時鐘90度旋轉_bt ' Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue Me.逆時鐘90度旋轉_bt.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.R90 Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(31, 2) Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt" Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28) Me.逆時鐘90度旋轉_bt.TabIndex = 512 Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '順時鐘90度旋轉_bt ' Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue Me.順時鐘90度旋轉_bt.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.L90 Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(2, 2) Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt" Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28) Me.順時鐘90度旋轉_bt.TabIndex = 511 Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackColor = System.Drawing.Color.White Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(2, 31) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(735, 544) Me.PictureBox1.TabIndex = 510 Me.PictureBox1.TabStop = False ' '圖片放大視窗 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(738, 576) Me.Controls.Add(Me.垂直翻轉_bt) Me.Controls.Add(Me.水平翻轉_bt) Me.Controls.Add(Me.逆時鐘90度旋轉_bt) Me.Controls.Add(Me.順時鐘90度旋轉_bt) Me.Controls.Add(Me.PictureBox1) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "圖片放大視窗" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "圖片放大視窗" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents 垂直翻轉_bt As Button Friend WithEvents 水平翻轉_bt As Button Friend WithEvents 逆時鐘90度旋轉_bt As Button Friend WithEvents 順時鐘90度旋轉_bt As Button Friend WithEvents PictureBox1 As PictureBox End Class