説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

網段.Designer.vb 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 網段
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.內網_bt = New System.Windows.Forms.Button()
  23. Me.外網_bt = New System.Windows.Forms.Button()
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.SuspendLayout()
  27. '
  28. '內網_bt
  29. '
  30. Me.內網_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  31. Me.內網_bt.Location = New System.Drawing.Point(279, 187)
  32. Me.內網_bt.Name = "內網_bt"
  33. Me.內網_bt.Size = New System.Drawing.Size(75, 45)
  34. Me.內網_bt.TabIndex = 0
  35. Me.內網_bt.Text = "內網"
  36. Me.內網_bt.UseVisualStyleBackColor = True
  37. '
  38. '外網_bt
  39. '
  40. Me.外網_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  41. Me.外網_bt.Location = New System.Drawing.Point(92, 187)
  42. Me.外網_bt.Name = "外網_bt"
  43. Me.外網_bt.Size = New System.Drawing.Size(75, 45)
  44. Me.外網_bt.TabIndex = 1
  45. Me.外網_bt.Text = "外網"
  46. Me.外網_bt.UseVisualStyleBackColor = True
  47. '
  48. 'Label1
  49. '
  50. Me.Label1.AutoEllipsis = True
  51. Me.Label1.BackColor = System.Drawing.Color.Transparent
  52. Me.Label1.Font = New System.Drawing.Font("標楷體", 36.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. Me.Label1.ForeColor = System.Drawing.Color.White
  54. Me.Label1.Location = New System.Drawing.Point(75, 9)
  55. Me.Label1.Name = "Label1"
  56. Me.Label1.Size = New System.Drawing.Size(291, 51)
  57. Me.Label1.TabIndex = 3
  58. Me.Label1.Text = "碧峰堂"
  59. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  60. '
  61. 'Label2
  62. '
  63. Me.Label2.AutoEllipsis = True
  64. Me.Label2.BackColor = System.Drawing.Color.Transparent
  65. Me.Label2.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  66. Me.Label2.ForeColor = System.Drawing.Color.White
  67. Me.Label2.Location = New System.Drawing.Point(12, 87)
  68. Me.Label2.Name = "Label2"
  69. Me.Label2.Size = New System.Drawing.Size(409, 57)
  70. Me.Label2.TabIndex = 4
  71. Me.Label2.Text = "文件管理系統 電腦驗證工具"
  72. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  73. '
  74. '網段
  75. '
  76. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  77. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  78. Me.BackgroundImage = Global.BIFENG_REG_SYS.My.Resources.Resources._22148217_MotionElements_beautiful_scenery_of
  79. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  80. Me.ClientSize = New System.Drawing.Size(433, 244)
  81. Me.Controls.Add(Me.Label2)
  82. Me.Controls.Add(Me.Label1)
  83. Me.Controls.Add(Me.外網_bt)
  84. Me.Controls.Add(Me.內網_bt)
  85. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  86. Me.Name = "網段"
  87. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  88. Me.Text = "網段"
  89. Me.ResumeLayout(False)
  90. End Sub
  91. Friend WithEvents 內網_bt As Button
  92. Friend WithEvents 外網_bt As Button
  93. Friend WithEvents Label1 As Label
  94. Friend WithEvents Label2 As Label
  95. End Class