_ 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.內網_bt = New System.Windows.Forms.Button() Me.外網_bt = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.SuspendLayout() ' '內網_bt ' Me.內網_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.內網_bt.Location = New System.Drawing.Point(279, 187) Me.內網_bt.Name = "內網_bt" Me.內網_bt.Size = New System.Drawing.Size(75, 45) Me.內網_bt.TabIndex = 0 Me.內網_bt.Text = "內網" Me.內網_bt.UseVisualStyleBackColor = True ' '外網_bt ' Me.外網_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.外網_bt.Location = New System.Drawing.Point(92, 187) Me.外網_bt.Name = "外網_bt" Me.外網_bt.Size = New System.Drawing.Size(75, 45) Me.外網_bt.TabIndex = 1 Me.外網_bt.Text = "外網" Me.外網_bt.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoEllipsis = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("標楷體", 36.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(75, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(291, 51) Me.Label1.TabIndex = 3 Me.Label1.Text = "碧峰堂" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label2 ' Me.Label2.AutoEllipsis = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(12, 87) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(409, 57) Me.Label2.TabIndex = 4 Me.Label2.Text = "文件管理系統 電腦驗證工具" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '網段 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = Global.BIFENG_REG_SYS.My.Resources.Resources._22148217_MotionElements_beautiful_scenery_of Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(433, 244) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.外網_bt) Me.Controls.Add(Me.內網_bt) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "網段" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "網段" Me.ResumeLayout(False) End Sub Friend WithEvents 內網_bt As Button Friend WithEvents 外網_bt As Button Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label End Class