_ 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.No_bt = New System.Windows.Forms.Button() Me.Yes_bt = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'No_bt ' Me.No_bt.BackgroundImage = Global.HX_PGS_REG_SYS.My.Resources.Resources.test Me.No_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.No_bt.Location = New System.Drawing.Point(87, 5) Me.No_bt.Name = "No_bt" Me.No_bt.Size = New System.Drawing.Size(75, 75) Me.No_bt.TabIndex = 5 Me.No_bt.UseVisualStyleBackColor = True ' 'Yes_bt ' Me.Yes_bt.BackgroundImage = Global.HX_PGS_REG_SYS.My.Resources.Resources.User_Clients_01 Me.Yes_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Yes_bt.Location = New System.Drawing.Point(6, 5) Me.Yes_bt.Name = "Yes_bt" Me.Yes_bt.Size = New System.Drawing.Size(75, 75) Me.Yes_bt.TabIndex = 3 Me.Yes_bt.UseVisualStyleBackColor = True ' '線路選擇 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(169, 85) Me.ControlBox = False Me.Controls.Add(Me.No_bt) Me.Controls.Add(Me.Yes_bt) Me.Name = "線路選擇" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "線路選擇" Me.ResumeLayout(False) End Sub Friend WithEvents No_bt As Button Friend WithEvents Yes_bt As Button End Class