Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

線路選擇.Designer.vb 4.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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.測試_pb = New System.Windows.Forms.PictureBox()
  23. Me.工地_pb = New System.Windows.Forms.PictureBox()
  24. Me.總部_pb = New System.Windows.Forms.PictureBox()
  25. CType(Me.測試_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  26. CType(Me.工地_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  27. CType(Me.總部_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  28. Me.SuspendLayout()
  29. '
  30. '測試_pb
  31. '
  32. Me.測試_pb.BackColor = System.Drawing.Color.Transparent
  33. Me.測試_pb.BackgroundImage = Global.HX_PGS_UPDATE.My.Resources.Resources.test
  34. Me.測試_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  35. Me.測試_pb.Location = New System.Drawing.Point(236, 4)
  36. Me.測試_pb.Name = "測試_pb"
  37. Me.測試_pb.Size = New System.Drawing.Size(100, 100)
  38. Me.測試_pb.TabIndex = 2
  39. Me.測試_pb.TabStop = False
  40. '
  41. '工地_pb
  42. '
  43. Me.工地_pb.BackColor = System.Drawing.Color.Transparent
  44. Me.工地_pb.BackgroundImage = Global.HX_PGS_UPDATE.My.Resources.Resources.IMG_7137
  45. Me.工地_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  46. Me.工地_pb.Location = New System.Drawing.Point(120, 4)
  47. Me.工地_pb.Name = "工地_pb"
  48. Me.工地_pb.Size = New System.Drawing.Size(100, 100)
  49. Me.工地_pb.TabIndex = 1
  50. Me.工地_pb.TabStop = False
  51. '
  52. '總部_pb
  53. '
  54. Me.總部_pb.BackColor = System.Drawing.Color.Transparent
  55. Me.總部_pb.BackgroundImage = Global.HX_PGS_UPDATE.My.Resources.Resources.image1
  56. Me.總部_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  57. Me.總部_pb.Location = New System.Drawing.Point(4, 4)
  58. Me.總部_pb.Name = "總部_pb"
  59. Me.總部_pb.Size = New System.Drawing.Size(100, 100)
  60. Me.總部_pb.TabIndex = 0
  61. Me.總部_pb.TabStop = False
  62. '
  63. '線路選擇
  64. '
  65. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  66. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  67. Me.BackgroundImage = Global.HX_PGS_UPDATE.My.Resources.Resources._62951168976601486
  68. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  69. Me.ClientSize = New System.Drawing.Size(343, 110)
  70. Me.Controls.Add(Me.測試_pb)
  71. Me.Controls.Add(Me.工地_pb)
  72. Me.Controls.Add(Me.總部_pb)
  73. Me.DoubleBuffered = True
  74. Me.MaximizeBox = False
  75. Me.MinimizeBox = False
  76. Me.Name = "線路選擇"
  77. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  78. Me.Text = "線路選擇"
  79. CType(Me.測試_pb, System.ComponentModel.ISupportInitialize).EndInit()
  80. CType(Me.工地_pb, System.ComponentModel.ISupportInitialize).EndInit()
  81. CType(Me.總部_pb, System.ComponentModel.ISupportInitialize).EndInit()
  82. Me.ResumeLayout(False)
  83. End Sub
  84. Friend WithEvents 總部_pb As PictureBox
  85. Friend WithEvents 工地_pb As PictureBox
  86. Friend WithEvents 測試_pb As PictureBox
  87. End Class