暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

線路選擇.Designer.vb 4.4KB

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.測試_rbt = New Telerik.WinControls.UI.RadButton()
  23. Me.工地_rbt = New Telerik.WinControls.UI.RadButton()
  24. Me.總部_rbt = New Telerik.WinControls.UI.RadButton()
  25. CType(Me.測試_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  26. CType(Me.工地_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  27. CType(Me.總部_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  28. Me.SuspendLayout()
  29. '
  30. '測試_rbt
  31. '
  32. Me.測試_rbt.BackColor = System.Drawing.Color.Transparent
  33. Me.測試_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.test
  34. Me.測試_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  35. Me.測試_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
  36. Me.測試_rbt.Location = New System.Drawing.Point(321, 4)
  37. Me.測試_rbt.Name = "測試_rbt"
  38. Me.測試_rbt.Size = New System.Drawing.Size(150, 89)
  39. Me.測試_rbt.TabIndex = 648
  40. '
  41. '工地_rbt
  42. '
  43. Me.工地_rbt.BackColor = System.Drawing.Color.Transparent
  44. Me.工地_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.IMG_7137
  45. Me.工地_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  46. Me.工地_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
  47. Me.工地_rbt.Location = New System.Drawing.Point(165, 4)
  48. Me.工地_rbt.Name = "工地_rbt"
  49. Me.工地_rbt.Size = New System.Drawing.Size(150, 89)
  50. Me.工地_rbt.TabIndex = 647
  51. '
  52. '總部_rbt
  53. '
  54. Me.總部_rbt.BackColor = System.Drawing.Color.Transparent
  55. Me.總部_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.image1
  56. Me.總部_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  57. Me.總部_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
  58. Me.總部_rbt.Location = New System.Drawing.Point(9, 4)
  59. Me.總部_rbt.Name = "總部_rbt"
  60. Me.總部_rbt.Size = New System.Drawing.Size(150, 89)
  61. Me.總部_rbt.TabIndex = 646
  62. '
  63. '線路選擇
  64. '
  65. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  66. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  67. Me.BackColor = System.Drawing.SystemColors.Control
  68. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  69. Me.ClientSize = New System.Drawing.Size(482, 100)
  70. Me.ControlBox = False
  71. Me.Controls.Add(Me.測試_rbt)
  72. Me.Controls.Add(Me.工地_rbt)
  73. Me.Controls.Add(Me.總部_rbt)
  74. Me.DoubleBuffered = True
  75. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  76. Me.Margin = New System.Windows.Forms.Padding(4)
  77. Me.Name = "線路選擇"
  78. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  79. Me.Text = "線路選擇"
  80. CType(Me.測試_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  81. CType(Me.工地_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  82. CType(Me.總部_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  83. Me.ResumeLayout(False)
  84. End Sub
  85. Friend WithEvents 總部_rbt As Telerik.WinControls.UI.RadButton
  86. Friend WithEvents 工地_rbt As Telerik.WinControls.UI.RadButton
  87. Friend WithEvents 測試_rbt As Telerik.WinControls.UI.RadButton
  88. End Class