_ 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.測試_rbt = New Telerik.WinControls.UI.RadButton() Me.工地_rbt = New Telerik.WinControls.UI.RadButton() Me.總部_rbt = New Telerik.WinControls.UI.RadButton() CType(Me.測試_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.工地_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.總部_rbt, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '測試_rbt ' Me.測試_rbt.BackColor = System.Drawing.Color.Transparent Me.測試_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.test Me.測試_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.測試_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter Me.測試_rbt.Location = New System.Drawing.Point(321, 4) Me.測試_rbt.Name = "測試_rbt" Me.測試_rbt.Size = New System.Drawing.Size(150, 89) Me.測試_rbt.TabIndex = 648 ' '工地_rbt ' Me.工地_rbt.BackColor = System.Drawing.Color.Transparent Me.工地_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.IMG_7137 Me.工地_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.工地_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter Me.工地_rbt.Location = New System.Drawing.Point(165, 4) Me.工地_rbt.Name = "工地_rbt" Me.工地_rbt.Size = New System.Drawing.Size(150, 89) Me.工地_rbt.TabIndex = 647 ' '總部_rbt ' Me.總部_rbt.BackColor = System.Drawing.Color.Transparent Me.總部_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.image1 Me.總部_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.總部_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter Me.總部_rbt.Location = New System.Drawing.Point(9, 4) Me.總部_rbt.Name = "總部_rbt" Me.總部_rbt.Size = New System.Drawing.Size(150, 89) Me.總部_rbt.TabIndex = 646 ' '線路選擇 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(482, 100) Me.ControlBox = False Me.Controls.Add(Me.測試_rbt) Me.Controls.Add(Me.工地_rbt) Me.Controls.Add(Me.總部_rbt) Me.DoubleBuffered = True Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "線路選擇" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "線路選擇" CType(Me.測試_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.工地_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.總部_rbt, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents 總部_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 工地_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 測試_rbt As Telerik.WinControls.UI.RadButton End Class