No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Form1.Designer.vb 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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.Label8 = New System.Windows.Forms.Label()
  23. Me.Label6 = New System.Windows.Forms.Label()
  24. Me.Label5 = New System.Windows.Forms.Label()
  25. Me.Copyright = New System.Windows.Forms.Label()
  26. Me.設計_bt = New System.Windows.Forms.Button()
  27. Me.內網_bt = New System.Windows.Forms.Button()
  28. Me.Label1 = New System.Windows.Forms.Label()
  29. Me.外網_bt = New System.Windows.Forms.Button()
  30. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  31. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  32. Me.SuspendLayout()
  33. '
  34. 'Label8
  35. '
  36. Me.Label8.Anchor = System.Windows.Forms.AnchorStyles.None
  37. Me.Label8.BackColor = System.Drawing.Color.Transparent
  38. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  39. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  40. Me.Label8.Location = New System.Drawing.Point(239, 38)
  41. Me.Label8.Name = "Label8"
  42. Me.Label8.Size = New System.Drawing.Size(253, 36)
  43. Me.Label8.TabIndex = 682
  44. Me.Label8.Text = "請確認您登入系統位置是否在伺服器所在網域"
  45. '
  46. 'Label6
  47. '
  48. Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.None
  49. Me.Label6.BackColor = System.Drawing.Color.Transparent
  50. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  51. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  52. Me.Label6.Location = New System.Drawing.Point(353, 20)
  53. Me.Label6.Name = "Label6"
  54. Me.Label6.Size = New System.Drawing.Size(108, 20)
  55. Me.Label6.TabIndex = 681
  56. Me.Label6.Text = "192.168.0.1"
  57. '
  58. 'Label5
  59. '
  60. Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.None
  61. Me.Label5.BackColor = System.Drawing.Color.Transparent
  62. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  63. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  64. Me.Label5.Location = New System.Drawing.Point(239, 20)
  65. Me.Label5.Name = "Label5"
  66. Me.Label5.Size = New System.Drawing.Size(108, 20)
  67. Me.Label5.TabIndex = 680
  68. Me.Label5.Text = "您目前的網段是 : "
  69. '
  70. 'Copyright
  71. '
  72. Me.Copyright.Anchor = System.Windows.Forms.AnchorStyles.None
  73. Me.Copyright.BackColor = System.Drawing.Color.Transparent
  74. Me.Copyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  75. Me.Copyright.Location = New System.Drawing.Point(251, 220)
  76. Me.Copyright.Name = "Copyright"
  77. Me.Copyright.Size = New System.Drawing.Size(241, 20)
  78. Me.Copyright.TabIndex = 679
  79. Me.Copyright.Text = "著作權"
  80. '
  81. '設計_bt
  82. '
  83. Me.設計_bt.Location = New System.Drawing.Point(417, 247)
  84. Me.設計_bt.Name = "設計_bt"
  85. Me.設計_bt.Size = New System.Drawing.Size(75, 34)
  86. Me.設計_bt.TabIndex = 678
  87. Me.設計_bt.Text = "設計"
  88. Me.設計_bt.UseVisualStyleBackColor = True
  89. '
  90. '內網_bt
  91. '
  92. Me.內網_bt.Location = New System.Drawing.Point(340, 247)
  93. Me.內網_bt.Name = "內網_bt"
  94. Me.內網_bt.Size = New System.Drawing.Size(75, 34)
  95. Me.內網_bt.TabIndex = 677
  96. Me.內網_bt.Text = "內網"
  97. Me.內網_bt.UseVisualStyleBackColor = True
  98. '
  99. 'Label1
  100. '
  101. Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.None
  102. Me.Label1.BackColor = System.Drawing.Color.Transparent
  103. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. Me.Label1.Location = New System.Drawing.Point(262, 99)
  105. Me.Label1.Name = "Label1"
  106. Me.Label1.Size = New System.Drawing.Size(238, 84)
  107. Me.Label1.TabIndex = 683
  108. Me.Label1.Text = "MOJI-ERP-SYS" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "電腦認證註冊"
  109. '
  110. '外網_bt
  111. '
  112. Me.外網_bt.Location = New System.Drawing.Point(264, 247)
  113. Me.外網_bt.Name = "外網_bt"
  114. Me.外網_bt.Size = New System.Drawing.Size(75, 34)
  115. Me.外網_bt.TabIndex = 684
  116. Me.外網_bt.Text = "外網"
  117. Me.外網_bt.UseVisualStyleBackColor = True
  118. '
  119. 'PictureBox1
  120. '
  121. Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
  122. Me.PictureBox1.BackgroundImage = Global.MAOJI_REG_SYS.My.Resources.Resources._61165
  123. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  124. Me.PictureBox1.Location = New System.Drawing.Point(12, 24)
  125. Me.PictureBox1.Name = "PictureBox1"
  126. Me.PictureBox1.Size = New System.Drawing.Size(221, 257)
  127. Me.PictureBox1.TabIndex = 685
  128. Me.PictureBox1.TabStop = False
  129. '
  130. '網段
  131. '
  132. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  133. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  134. Me.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange
  135. Me.BackgroundImage = Global.MAOJI_REG_SYS.My.Resources.Resources._20122712_MotionElements_green_wave_line_background
  136. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  137. Me.ClientSize = New System.Drawing.Size(504, 293)
  138. Me.Controls.Add(Me.PictureBox1)
  139. Me.Controls.Add(Me.外網_bt)
  140. Me.Controls.Add(Me.Label8)
  141. Me.Controls.Add(Me.Label6)
  142. Me.Controls.Add(Me.Label5)
  143. Me.Controls.Add(Me.Copyright)
  144. Me.Controls.Add(Me.設計_bt)
  145. Me.Controls.Add(Me.內網_bt)
  146. Me.Controls.Add(Me.Label1)
  147. Me.DoubleBuffered = True
  148. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  150. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  151. Me.Name = "網段"
  152. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  153. Me.Text = "網段"
  154. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  155. Me.ResumeLayout(False)
  156. End Sub
  157. Friend WithEvents Label8 As Label
  158. Friend WithEvents Label6 As Label
  159. Friend WithEvents Label5 As Label
  160. Friend WithEvents Copyright As Label
  161. Friend WithEvents 設計_bt As Button
  162. Friend WithEvents 內網_bt As Button
  163. Friend WithEvents Label1 As Label
  164. Friend WithEvents 外網_bt As Button
  165. Friend WithEvents PictureBox1 As PictureBox
  166. End Class