12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 線路選擇
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.測試_pb = New System.Windows.Forms.PictureBox()
- Me.總部_pb = New System.Windows.Forms.PictureBox()
- CType(Me.測試_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.總部_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '測試_pb
- '
- Me.測試_pb.BackColor = System.Drawing.Color.Transparent
- Me.測試_pb.BackgroundImage = Global.HX_PGS_UPDATE.My.Resources.Resources.test
- Me.測試_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.測試_pb.Location = New System.Drawing.Point(110, 4)
- Me.測試_pb.Name = "測試_pb"
- Me.測試_pb.Size = New System.Drawing.Size(100, 100)
- Me.測試_pb.TabIndex = 2
- Me.測試_pb.TabStop = False
- '
- '總部_pb
- '
- Me.總部_pb.BackColor = System.Drawing.Color.Transparent
- Me.總部_pb.BackgroundImage = Global.HX_PGS_UPDATE.My.Resources.Resources.LOGO01
- Me.總部_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.總部_pb.Location = New System.Drawing.Point(4, 4)
- Me.總部_pb.Name = "總部_pb"
- Me.總部_pb.Size = New System.Drawing.Size(100, 100)
- Me.總部_pb.TabIndex = 0
- Me.總部_pb.TabStop = False
- '
- '線路選擇
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackgroundImage = Global.HX_PGS_UPDATE.My.Resources.Resources._62951168976601486
- Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.ClientSize = New System.Drawing.Size(217, 110)
- Me.Controls.Add(Me.測試_pb)
- Me.Controls.Add(Me.總部_pb)
- Me.DoubleBuffered = True
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "線路選擇"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "線路選擇"
- CType(Me.測試_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.總部_pb, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 總部_pb As PictureBox
- Friend WithEvents 測試_pb As PictureBox
- End Class
|