Bez popisu
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 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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.測試_rbt = New System.Windows.Forms.Button()
  23. Me.工地_rbt = New System.Windows.Forms.Button()
  24. Me.總部_rbt = New System.Windows.Forms.Button()
  25. Me.SuspendLayout()
  26. '
  27. '測試_rbt
  28. '
  29. Me.測試_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.test
  30. Me.測試_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  31. Me.測試_rbt.Location = New System.Drawing.Point(167, 4)
  32. Me.測試_rbt.Name = "測試_rbt"
  33. Me.測試_rbt.Size = New System.Drawing.Size(75, 75)
  34. Me.測試_rbt.TabIndex = 2
  35. Me.測試_rbt.UseVisualStyleBackColor = True
  36. '
  37. '工地_rbt
  38. '
  39. Me.工地_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.人員
  40. Me.工地_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  41. Me.工地_rbt.Location = New System.Drawing.Point(86, 4)
  42. Me.工地_rbt.Name = "工地_rbt"
  43. Me.工地_rbt.Size = New System.Drawing.Size(75, 75)
  44. Me.工地_rbt.TabIndex = 1
  45. Me.工地_rbt.UseVisualStyleBackColor = True
  46. '
  47. '總部_rbt
  48. '
  49. Me.總部_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.User_Clients_01
  50. Me.總部_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  51. Me.總部_rbt.Location = New System.Drawing.Point(5, 4)
  52. Me.總部_rbt.Name = "總部_rbt"
  53. Me.總部_rbt.Size = New System.Drawing.Size(75, 75)
  54. Me.總部_rbt.TabIndex = 0
  55. Me.總部_rbt.UseVisualStyleBackColor = True
  56. '
  57. '線路選擇
  58. '
  59. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  60. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  61. Me.ClientSize = New System.Drawing.Size(247, 85)
  62. Me.Controls.Add(Me.測試_rbt)
  63. Me.Controls.Add(Me.工地_rbt)
  64. Me.Controls.Add(Me.總部_rbt)
  65. Me.Name = "線路選擇"
  66. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  67. Me.Text = "線路選擇"
  68. Me.ResumeLayout(False)
  69. End Sub
  70. Friend WithEvents 總部_rbt As Button
  71. Friend WithEvents 工地_rbt As Button
  72. Friend WithEvents 測試_rbt As Button
  73. End Class