Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Form1.Designer.vb 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.PictureBox1 = New System.Windows.Forms.PictureBox()
  23. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  24. Me.SuspendLayout()
  25. '
  26. 'PictureBox1
  27. '
  28. Me.PictureBox1.BackgroundImage = Global.HF_MIS_SYS.My.Resources.Resources.Add_Image
  29. Me.PictureBox1.Location = New System.Drawing.Point(510, 83)
  30. Me.PictureBox1.Name = "PictureBox1"
  31. Me.PictureBox1.Size = New System.Drawing.Size(154, 163)
  32. Me.PictureBox1.TabIndex = 0
  33. Me.PictureBox1.TabStop = False
  34. '
  35. 'Form1
  36. '
  37. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  38. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  39. Me.ClientSize = New System.Drawing.Size(800, 450)
  40. Me.Controls.Add(Me.PictureBox1)
  41. Me.Name = "Form1"
  42. Me.Text = "Form1"
  43. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  44. Me.ResumeLayout(False)
  45. End Sub
  46. Friend WithEvents PictureBox1 As PictureBox
  47. End Class