Nessuna descrizione
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.

網段.Designer.vb 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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.Yes_bt = New System.Windows.Forms.Button()
  24. Me.No_bt = New System.Windows.Forms.Button()
  25. Me.Version = New System.Windows.Forms.Label()
  26. Me.Copyright = New System.Windows.Forms.Label()
  27. Me.Label5 = New System.Windows.Forms.Label()
  28. Me.Label6 = New System.Windows.Forms.Label()
  29. Me.Label8 = New System.Windows.Forms.Label()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.SuspendLayout()
  32. '
  33. 'Yes_bt
  34. '
  35. Me.Yes_bt.Location = New System.Drawing.Point(275, 247)
  36. Me.Yes_bt.Name = "Yes_bt"
  37. Me.Yes_bt.Size = New System.Drawing.Size(75, 34)
  38. Me.Yes_bt.TabIndex = 652
  39. Me.Yes_bt.Text = "Yes"
  40. Me.Yes_bt.UseVisualStyleBackColor = True
  41. '
  42. 'No_bt
  43. '
  44. Me.No_bt.Location = New System.Drawing.Point(417, 247)
  45. Me.No_bt.Name = "No_bt"
  46. Me.No_bt.Size = New System.Drawing.Size(75, 34)
  47. Me.No_bt.TabIndex = 653
  48. Me.No_bt.Text = "No"
  49. Me.No_bt.UseVisualStyleBackColor = True
  50. '
  51. 'Version
  52. '
  53. Me.Version.Anchor = System.Windows.Forms.AnchorStyles.None
  54. Me.Version.BackColor = System.Drawing.Color.Transparent
  55. Me.Version.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  56. Me.Version.Location = New System.Drawing.Point(251, 197)
  57. Me.Version.Name = "Version"
  58. Me.Version.Size = New System.Drawing.Size(241, 20)
  59. Me.Version.TabIndex = 654
  60. Me.Version.Text = "版本 {0}.{1:00}"
  61. '
  62. 'Copyright
  63. '
  64. Me.Copyright.Anchor = System.Windows.Forms.AnchorStyles.None
  65. Me.Copyright.BackColor = System.Drawing.Color.Transparent
  66. Me.Copyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  67. Me.Copyright.Location = New System.Drawing.Point(251, 220)
  68. Me.Copyright.Name = "Copyright"
  69. Me.Copyright.Size = New System.Drawing.Size(241, 20)
  70. Me.Copyright.TabIndex = 655
  71. Me.Copyright.Text = "著作權"
  72. '
  73. 'Label5
  74. '
  75. Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.None
  76. Me.Label5.BackColor = System.Drawing.Color.Transparent
  77. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  78. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  79. Me.Label5.Location = New System.Drawing.Point(239, 20)
  80. Me.Label5.Name = "Label5"
  81. Me.Label5.Size = New System.Drawing.Size(108, 20)
  82. Me.Label5.TabIndex = 656
  83. Me.Label5.Text = "您目前的網段是 : "
  84. '
  85. 'Label6
  86. '
  87. Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.None
  88. Me.Label6.BackColor = System.Drawing.Color.Transparent
  89. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  90. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  91. Me.Label6.Location = New System.Drawing.Point(353, 20)
  92. Me.Label6.Name = "Label6"
  93. Me.Label6.Size = New System.Drawing.Size(108, 20)
  94. Me.Label6.TabIndex = 657
  95. Me.Label6.Text = "192.168.0.1"
  96. '
  97. 'Label8
  98. '
  99. Me.Label8.Anchor = System.Windows.Forms.AnchorStyles.None
  100. Me.Label8.BackColor = System.Drawing.Color.Transparent
  101. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  102. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  103. Me.Label8.Location = New System.Drawing.Point(239, 38)
  104. Me.Label8.Name = "Label8"
  105. Me.Label8.Size = New System.Drawing.Size(253, 36)
  106. Me.Label8.TabIndex = 659
  107. Me.Label8.Text = "請確認您登入系統位置是否在伺服器所在網域"
  108. '
  109. 'Label1
  110. '
  111. Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.None
  112. Me.Label1.BackColor = System.Drawing.Color.Transparent
  113. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.Label1.Location = New System.Drawing.Point(254, 96)
  115. Me.Label1.Name = "Label1"
  116. Me.Label1.Size = New System.Drawing.Size(238, 84)
  117. Me.Label1.TabIndex = 660
  118. Me.Label1.Text = "MAO-ORANGE" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " ERP-SYS"
  119. '
  120. '網段
  121. '
  122. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  123. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  124. Me.BackgroundImage = Global.MaoOrange_Hongji.My.Resources.Resources.timg01
  125. Me.ClientSize = New System.Drawing.Size(504, 293)
  126. Me.Controls.Add(Me.Label1)
  127. Me.Controls.Add(Me.Label8)
  128. Me.Controls.Add(Me.Label6)
  129. Me.Controls.Add(Me.Label5)
  130. Me.Controls.Add(Me.Version)
  131. Me.Controls.Add(Me.Copyright)
  132. Me.Controls.Add(Me.No_bt)
  133. Me.Controls.Add(Me.Yes_bt)
  134. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  136. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  137. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  138. Me.Name = "網段"
  139. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  140. Me.Text = "網段"
  141. Me.ResumeLayout(False)
  142. End Sub
  143. Friend WithEvents Yes_bt As Button
  144. Friend WithEvents No_bt As Button
  145. Friend WithEvents Version As Label
  146. Friend WithEvents Copyright As Label
  147. Friend WithEvents Label5 As Label
  148. Friend WithEvents Label6 As Label
  149. Friend WithEvents Label8 As Label
  150. Friend WithEvents Label1 As Label
  151. End Class