Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

網段.Designer.vb 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(網段))
  23. Me.Label1 = New System.Windows.Forms.Label()
  24. Me.Label8 = New System.Windows.Forms.Label()
  25. Me.Label6 = New System.Windows.Forms.Label()
  26. Me.Label5 = New System.Windows.Forms.Label()
  27. Me.Version = New System.Windows.Forms.Label()
  28. Me.Copyright = New System.Windows.Forms.Label()
  29. Me.設計_bt = New System.Windows.Forms.Button()
  30. Me.內網_bt = New System.Windows.Forms.Button()
  31. Me.外網_bt = New System.Windows.Forms.Button()
  32. Me.SuspendLayout()
  33. '
  34. 'Label1
  35. '
  36. Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.None
  37. Me.Label1.BackColor = System.Drawing.Color.Transparent
  38. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  39. Me.Label1.Location = New System.Drawing.Point(125, 115)
  40. Me.Label1.Name = "Label1"
  41. Me.Label1.Size = New System.Drawing.Size(219, 45)
  42. Me.Label1.TabIndex = 677
  43. Me.Label1.Text = "GCM-ERP-SYS"
  44. '
  45. 'Label8
  46. '
  47. Me.Label8.Anchor = System.Windows.Forms.AnchorStyles.None
  48. Me.Label8.BackColor = System.Drawing.Color.Transparent
  49. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  50. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  51. Me.Label8.Location = New System.Drawing.Point(12, 32)
  52. Me.Label8.Name = "Label8"
  53. Me.Label8.Size = New System.Drawing.Size(253, 36)
  54. Me.Label8.TabIndex = 676
  55. Me.Label8.Text = "請確認您登入系統位置是否在伺服器所在網域"
  56. '
  57. 'Label6
  58. '
  59. Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.None
  60. Me.Label6.BackColor = System.Drawing.Color.Transparent
  61. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  62. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  63. Me.Label6.Location = New System.Drawing.Point(126, 9)
  64. Me.Label6.Name = "Label6"
  65. Me.Label6.Size = New System.Drawing.Size(108, 20)
  66. Me.Label6.TabIndex = 675
  67. Me.Label6.Text = "192.168.0.1"
  68. '
  69. 'Label5
  70. '
  71. Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.None
  72. Me.Label5.BackColor = System.Drawing.Color.Transparent
  73. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  74. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  75. Me.Label5.Location = New System.Drawing.Point(12, 9)
  76. Me.Label5.Name = "Label5"
  77. Me.Label5.Size = New System.Drawing.Size(108, 20)
  78. Me.Label5.TabIndex = 674
  79. Me.Label5.Text = "您目前的網段是 : "
  80. '
  81. 'Version
  82. '
  83. Me.Version.Anchor = System.Windows.Forms.AnchorStyles.None
  84. Me.Version.BackColor = System.Drawing.Color.Transparent
  85. Me.Version.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  86. Me.Version.Location = New System.Drawing.Point(12, 231)
  87. Me.Version.Name = "Version"
  88. Me.Version.Size = New System.Drawing.Size(241, 20)
  89. Me.Version.TabIndex = 672
  90. Me.Version.Text = "版本 {0}.{1:00}"
  91. '
  92. 'Copyright
  93. '
  94. Me.Copyright.Anchor = System.Windows.Forms.AnchorStyles.None
  95. Me.Copyright.BackColor = System.Drawing.Color.Transparent
  96. Me.Copyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  97. Me.Copyright.Location = New System.Drawing.Point(12, 254)
  98. Me.Copyright.Name = "Copyright"
  99. Me.Copyright.Size = New System.Drawing.Size(241, 20)
  100. Me.Copyright.TabIndex = 673
  101. Me.Copyright.Text = "著作權"
  102. '
  103. '設計_bt
  104. '
  105. Me.設計_bt.Location = New System.Drawing.Point(401, 237)
  106. Me.設計_bt.Name = "設計_bt"
  107. Me.設計_bt.Size = New System.Drawing.Size(75, 34)
  108. Me.設計_bt.TabIndex = 671
  109. Me.設計_bt.Text = "設計"
  110. Me.設計_bt.UseVisualStyleBackColor = True
  111. '
  112. '內網_bt
  113. '
  114. Me.內網_bt.Location = New System.Drawing.Point(320, 237)
  115. Me.內網_bt.Name = "內網_bt"
  116. Me.內網_bt.Size = New System.Drawing.Size(75, 34)
  117. Me.內網_bt.TabIndex = 670
  118. Me.內網_bt.Text = "內網"
  119. Me.內網_bt.UseVisualStyleBackColor = True
  120. '
  121. '外網_bt
  122. '
  123. Me.外網_bt.Location = New System.Drawing.Point(239, 237)
  124. Me.外網_bt.Name = "外網_bt"
  125. Me.外網_bt.Size = New System.Drawing.Size(75, 34)
  126. Me.外網_bt.TabIndex = 678
  127. Me.外網_bt.Text = "外網"
  128. Me.外網_bt.UseVisualStyleBackColor = True
  129. '
  130. '網段
  131. '
  132. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  133. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  134. Me.BackgroundImage = Global.工巧明智能管理系統.My.Resources.Resources._002
  135. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  136. Me.ClientSize = New System.Drawing.Size(488, 283)
  137. Me.Controls.Add(Me.外網_bt)
  138. Me.Controls.Add(Me.Label1)
  139. Me.Controls.Add(Me.Label8)
  140. Me.Controls.Add(Me.Label6)
  141. Me.Controls.Add(Me.Label5)
  142. Me.Controls.Add(Me.Copyright)
  143. Me.Controls.Add(Me.設計_bt)
  144. Me.Controls.Add(Me.內網_bt)
  145. Me.Controls.Add(Me.Version)
  146. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  147. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  148. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  149. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  150. Me.Name = "網段"
  151. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  152. Me.Text = "網段"
  153. Me.ResumeLayout(False)
  154. End Sub
  155. Friend WithEvents Label1 As Label
  156. Friend WithEvents Label8 As Label
  157. Friend WithEvents Label6 As Label
  158. Friend WithEvents Label5 As Label
  159. Friend WithEvents Version As Label
  160. Friend WithEvents Copyright As Label
  161. Friend WithEvents 設計_bt As Button
  162. Friend WithEvents 內網_bt As Button
  163. Friend WithEvents 外網_bt As Button
  164. End Class