1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <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()
- Me.總部_pb = New System.Windows.Forms.PictureBox()
- CType(Me.測試_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- 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(236, 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.IMG_7137
- Me.工地_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.工地_pb.Location = New System.Drawing.Point(120, 4)
- Me.工地_pb.Name = "工地_pb"
- Me.工地_pb.Size = New System.Drawing.Size(100, 100)
- Me.工地_pb.TabIndex = 1
- Me.工地_pb.TabStop = False
- '
- '總部_pb
- '
- Me.總部_pb.BackColor = System.Drawing.Color.Transparent
- Me.總部_pb.BackgroundImage = Global.HX_PGS_UPDATE.My.Resources.Resources.image1
- 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(343, 110)
- Me.Controls.Add(Me.測試_pb)
- 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()
- CType(Me.總部_pb, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 總部_pb As PictureBox
- Friend WithEvents 工地_pb As PictureBox
- Friend WithEvents 測試_pb As PictureBox
- End Class
|