frm2.Designer.vb 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm2
  3. Inherits System.Windows.Forms.Form
  4. 'Form remplace la méthode Dispose pour nettoyer la liste des composants.
  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. 'Requise par le Concepteur Windows Form
  16. Private components As System.ComponentModel.IContainer
  17. 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
  18. 'Elle peut être modifiée à l'aide du Concepteur Windows Form.
  19. 'Ne la modifiez pas à l'aide de l'éditeur de code.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm2))
  23. Me.Label1 = New System.Windows.Forms.Label
  24. Me.GroupBox1 = New System.Windows.Forms.GroupBox
  25. Me.LinkLabel2 = New System.Windows.Forms.LinkLabel
  26. Me.Label2 = New System.Windows.Forms.Label
  27. Me.Label3 = New System.Windows.Forms.Label
  28. Me.LinkLabel1 = New System.Windows.Forms.LinkLabel
  29. Me.Label4 = New System.Windows.Forms.Label
  30. Me.Label5 = New System.Windows.Forms.Label
  31. Me.Label6 = New System.Windows.Forms.Label
  32. Me.PictureBox1 = New System.Windows.Forms.PictureBox
  33. Me.PictureBox2 = New System.Windows.Forms.PictureBox
  34. Me.Label7 = New System.Windows.Forms.Label
  35. Me.Label8 = New System.Windows.Forms.Label
  36. Me.Label9 = New System.Windows.Forms.Label
  37. Me.GroupBox2 = New System.Windows.Forms.GroupBox
  38. Me.Label10 = New System.Windows.Forms.Label
  39. Me.GroupBox1.SuspendLayout()
  40. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  42. Me.GroupBox2.SuspendLayout()
  43. Me.SuspendLayout()
  44. '
  45. 'Label1
  46. '
  47. Me.Label1.AutoSize = True
  48. Me.Label1.BackColor = System.Drawing.Color.Transparent
  49. Me.Label1.Location = New System.Drawing.Point(100, 9)
  50. Me.Label1.Name = "Label1"
  51. Me.Label1.Size = New System.Drawing.Size(39, 13)
  52. Me.Label1.TabIndex = 0
  53. Me.Label1.Text = "Label1"
  54. '
  55. 'GroupBox1
  56. '
  57. Me.GroupBox1.AutoSize = True
  58. Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
  59. Me.GroupBox1.Controls.Add(Me.LinkLabel2)
  60. Me.GroupBox1.Controls.Add(Me.Label2)
  61. Me.GroupBox1.ForeColor = System.Drawing.Color.ForestGreen
  62. Me.GroupBox1.Location = New System.Drawing.Point(34, 234)
  63. Me.GroupBox1.Name = "GroupBox1"
  64. Me.GroupBox1.Size = New System.Drawing.Size(549, 266)
  65. Me.GroupBox1.TabIndex = 3
  66. Me.GroupBox1.TabStop = False
  67. Me.GroupBox1.Text = "Latest News"
  68. '
  69. 'LinkLabel2
  70. '
  71. Me.LinkLabel2.AutoSize = True
  72. Me.LinkLabel2.LinkColor = System.Drawing.Color.ForestGreen
  73. Me.LinkLabel2.Location = New System.Drawing.Point(477, 237)
  74. Me.LinkLabel2.Name = "LinkLabel2"
  75. Me.LinkLabel2.Size = New System.Drawing.Size(66, 13)
  76. Me.LinkLabel2.TabIndex = 14
  77. Me.LinkLabel2.TabStop = True
  78. Me.LinkLabel2.Text = "View More..."
  79. '
  80. 'Label2
  81. '
  82. Me.Label2.BackColor = System.Drawing.Color.Transparent
  83. Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill
  84. Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  85. Me.Label2.ForeColor = System.Drawing.Color.Red
  86. Me.Label2.Location = New System.Drawing.Point(3, 16)
  87. Me.Label2.Name = "Label2"
  88. Me.Label2.Size = New System.Drawing.Size(543, 247)
  89. Me.Label2.TabIndex = 1
  90. Me.Label2.Text = "Label2"
  91. '
  92. 'Label3
  93. '
  94. Me.Label3.AutoSize = True
  95. Me.Label3.BackColor = System.Drawing.Color.Transparent
  96. Me.Label3.ForeColor = System.Drawing.Color.Red
  97. Me.Label3.Location = New System.Drawing.Point(18, 9)
  98. Me.Label3.Name = "Label3"
  99. Me.Label3.Size = New System.Drawing.Size(74, 13)
  100. Me.Label3.TabIndex = 4
  101. Me.Label3.Text = "Server Status:"
  102. '
  103. 'LinkLabel1
  104. '
  105. Me.LinkLabel1.AutoSize = True
  106. Me.LinkLabel1.BackColor = System.Drawing.Color.Transparent
  107. Me.LinkLabel1.LinkColor = System.Drawing.Color.Cyan
  108. Me.LinkLabel1.Location = New System.Drawing.Point(267, 605)
  109. Me.LinkLabel1.Name = "LinkLabel1"
  110. Me.LinkLabel1.Size = New System.Drawing.Size(80, 13)
  111. Me.LinkLabel1.TabIndex = 6
  112. Me.LinkLabel1.TabStop = True
  113. Me.LinkLabel1.Text = "www.Clanlse.tk"
  114. '
  115. 'Label4
  116. '
  117. Me.Label4.AutoSize = True
  118. Me.Label4.BackColor = System.Drawing.Color.Transparent
  119. Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  120. Me.Label4.ForeColor = System.Drawing.SystemColors.Control
  121. Me.Label4.Location = New System.Drawing.Point(12, 611)
  122. Me.Label4.Name = "Label4"
  123. Me.Label4.Size = New System.Drawing.Size(27, 9)
  124. Me.Label4.TabIndex = 8
  125. Me.Label4.Text = "Label4"
  126. '
  127. 'Label5
  128. '
  129. Me.Label5.AutoSize = True
  130. Me.Label5.BackColor = System.Drawing.Color.Transparent
  131. Me.Label5.ForeColor = System.Drawing.Color.Red
  132. Me.Label5.Location = New System.Drawing.Point(475, 9)
  133. Me.Label5.Name = "Label5"
  134. Me.Label5.Size = New System.Drawing.Size(42, 13)
  135. Me.Label5.TabIndex = 9
  136. Me.Label5.Text = "Version"
  137. '
  138. 'Label6
  139. '
  140. Me.Label6.AutoSize = True
  141. Me.Label6.BackColor = System.Drawing.Color.Transparent
  142. Me.Label6.ForeColor = System.Drawing.Color.ForestGreen
  143. Me.Label6.Location = New System.Drawing.Point(523, 9)
  144. Me.Label6.Name = "Label6"
  145. Me.Label6.Size = New System.Drawing.Size(39, 13)
  146. Me.Label6.TabIndex = 10
  147. Me.Label6.Text = "Label6"
  148. '
  149. 'PictureBox1
  150. '
  151. Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
  152. Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image)
  153. Me.PictureBox1.Location = New System.Drawing.Point(95, 28)
  154. Me.PictureBox1.Name = "PictureBox1"
  155. Me.PictureBox1.Size = New System.Drawing.Size(426, 195)
  156. Me.PictureBox1.TabIndex = 11
  157. Me.PictureBox1.TabStop = False
  158. '
  159. 'PictureBox2
  160. '
  161. Me.PictureBox2.BackColor = System.Drawing.Color.Transparent
  162. Me.PictureBox2.BackgroundImage = CType(resources.GetObject("PictureBox2.BackgroundImage"), System.Drawing.Image)
  163. Me.PictureBox2.Location = New System.Drawing.Point(125, 506)
  164. Me.PictureBox2.Name = "PictureBox2"
  165. Me.PictureBox2.Size = New System.Drawing.Size(367, 89)
  166. Me.PictureBox2.TabIndex = 12
  167. Me.PictureBox2.TabStop = False
  168. '
  169. 'Label7
  170. '
  171. Me.Label7.AutoSize = True
  172. Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  173. Me.Label7.ForeColor = System.Drawing.Color.Red
  174. Me.Label7.Location = New System.Drawing.Point(20, 22)
  175. Me.Label7.Name = "Label7"
  176. Me.Label7.Size = New System.Drawing.Size(449, 33)
  177. Me.Label7.TabIndex = 13
  178. Me.Label7.Text = "Nouvelle Mise à Jour Disponible !"
  179. '
  180. 'Label8
  181. '
  182. Me.Label8.AutoSize = True
  183. Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  184. Me.Label8.ForeColor = System.Drawing.Color.Red
  185. Me.Label8.Location = New System.Drawing.Point(23, 73)
  186. Me.Label8.Name = "Label8"
  187. Me.Label8.Size = New System.Drawing.Size(139, 15)
  188. Me.Label8.TabIndex = 14
  189. Me.Label8.Text = "Oui, faire la mise a jour !"
  190. '
  191. 'Label9
  192. '
  193. Me.Label9.AutoSize = True
  194. Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  195. Me.Label9.ForeColor = System.Drawing.Color.Red
  196. Me.Label9.Location = New System.Drawing.Point(369, 73)
  197. Me.Label9.Name = "Label9"
  198. Me.Label9.Size = New System.Drawing.Size(100, 15)
  199. Me.Label9.TabIndex = 15
  200. Me.Label9.Text = "Non merci sa ira."
  201. '
  202. 'GroupBox2
  203. '
  204. Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
  205. Me.GroupBox2.Controls.Add(Me.Label7)
  206. Me.GroupBox2.Controls.Add(Me.Label8)
  207. Me.GroupBox2.Controls.Add(Me.Label9)
  208. Me.GroupBox2.ForeColor = System.Drawing.Color.ForestGreen
  209. Me.GroupBox2.Location = New System.Drawing.Point(701, 12)
  210. Me.GroupBox2.Name = "GroupBox2"
  211. Me.GroupBox2.Size = New System.Drawing.Size(489, 138)
  212. Me.GroupBox2.TabIndex = 13
  213. Me.GroupBox2.TabStop = False
  214. Me.GroupBox2.Text = "New update !"
  215. '
  216. 'Label10
  217. '
  218. Me.Label10.AutoSize = True
  219. Me.Label10.BackColor = System.Drawing.Color.Transparent
  220. Me.Label10.ForeColor = System.Drawing.Color.Red
  221. Me.Label10.Location = New System.Drawing.Point(547, 605)
  222. Me.Label10.Name = "Label10"
  223. Me.Label10.Size = New System.Drawing.Size(67, 13)
  224. Me.Label10.TabIndex = 14
  225. Me.Label10.Text = "Beta Version"
  226. '
  227. 'Frm2
  228. '
  229. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  230. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  231. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  232. Me.ClientSize = New System.Drawing.Size(617, 627)
  233. Me.Controls.Add(Me.Label10)
  234. Me.Controls.Add(Me.GroupBox2)
  235. Me.Controls.Add(Me.PictureBox2)
  236. Me.Controls.Add(Me.PictureBox1)
  237. Me.Controls.Add(Me.Label6)
  238. Me.Controls.Add(Me.Label5)
  239. Me.Controls.Add(Me.Label4)
  240. Me.Controls.Add(Me.LinkLabel1)
  241. Me.Controls.Add(Me.Label3)
  242. Me.Controls.Add(Me.GroupBox1)
  243. Me.Controls.Add(Me.Label1)
  244. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  245. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  246. Me.Name = "Frm2"
  247. Me.Text = "ClanLSE - Minecraft Launcher"
  248. Me.GroupBox1.ResumeLayout(False)
  249. Me.GroupBox1.PerformLayout()
  250. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  251. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  252. Me.GroupBox2.ResumeLayout(False)
  253. Me.GroupBox2.PerformLayout()
  254. Me.ResumeLayout(False)
  255. Me.PerformLayout()
  256. End Sub
  257. Friend WithEvents Label1 As System.Windows.Forms.Label
  258. Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  259. Friend WithEvents Label3 As System.Windows.Forms.Label
  260. Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
  261. Friend WithEvents Label4 As System.Windows.Forms.Label
  262. Friend WithEvents Label5 As System.Windows.Forms.Label
  263. Friend WithEvents Label6 As System.Windows.Forms.Label
  264. Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  265. Friend WithEvents Label2 As System.Windows.Forms.Label
  266. Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
  267. Friend WithEvents Label9 As System.Windows.Forms.Label
  268. Friend WithEvents Label8 As System.Windows.Forms.Label
  269. Friend WithEvents Label7 As System.Windows.Forms.Label
  270. Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  271. Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
  272. Friend WithEvents Label10 As System.Windows.Forms.Label
  273. End Class