_ 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.Label1 = New System.Windows.Forms.Label() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(578, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(145, 12) Me.Label1.TabIndex = 516 Me.Label1.Text = "圖片可以用滑鼠拖動圖片!!" ' 'Button6 ' Me.Button6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Button6.Location = New System.Drawing.Point(492, 4) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(80, 23) Me.Button6.TabIndex = 515 Me.Button6.Text = "復原" Me.Button6.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Button5.Location = New System.Drawing.Point(406, 4) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(80, 23) Me.Button5.TabIndex = 514 Me.Button5.Text = "放大" Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.ForeColor = System.Drawing.Color.Blue Me.Button4.Location = New System.Drawing.Point(320, 4) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(80, 23) Me.Button4.TabIndex = 513 Me.Button4.Text = "垂直翻轉" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.ForeColor = System.Drawing.Color.Blue Me.Button3.Location = New System.Drawing.Point(234, 4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(80, 23) Me.Button3.TabIndex = 512 Me.Button3.Text = "水平翻轉" Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.ForeColor = System.Drawing.Color.Blue Me.Button2.Location = New System.Drawing.Point(123, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(105, 23) Me.Button2.TabIndex = 511 Me.Button2.Text = "逆時鐘90度旋轉" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.ForeColor = System.Drawing.Color.Blue Me.Button1.Location = New System.Drawing.Point(12, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(105, 23) Me.Button1.TabIndex = 510 Me.Button1.Text = "順時鐘90度旋轉" Me.Button1.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(10, 33) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(794, 963) Me.PictureBox1.TabIndex = 509 Me.PictureBox1.TabStop = False ' '驗貨報告大圖 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(814, 1001) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox1) Me.Name = "驗貨報告大圖" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "驗貨報告大圖" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents Button6 As Button Friend WithEvents Button5 As Button Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents PictureBox1 As PictureBox End Class