POGOserver/Panel Control/POGOserver-Main.Designer.vb
2016-11-01 18:38:37 +01:00

105 lines
4.0 KiB
VB.net
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class POGOserver
Inherits System.Windows.Forms.Form
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Requise par le Concepteur Windows Form
Private components As System.ComponentModel.IContainer
'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
'Elle peut être modifiée à l'aide du Concepteur Windows Form.
'Ne la modifiez pas à l'aide de l'éditeur de code.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(POGOserver))
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(50, 43)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(180, 43)
Me.Button1.TabIndex = 0
Me.Button1.Text = "🍙POGOserver Install"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(50, 92)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(180, 43)
Me.Button2.TabIndex = 1
Me.Button2.Text = "🍙POGOserver Start"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(50, 141)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(180, 43)
Me.Button3.TabIndex = 2
Me.Button3.Text = "🍙POGOserver Web-API"
Me.Button3.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(50, 190)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(180, 43)
Me.Button4.TabIndex = 3
Me.Button4.Text = "🍙POGOserver Uptade"
Me.Button4.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(50, 268)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(180, 42)
Me.Button5.TabIndex = 4
Me.Button5.Text = "🍙Quit"
Me.Button5.UseVisualStyleBackColor = True
'
'POGOserver
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(289, 348)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "POGOserver"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "🍙POGOserver Control"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents Button5 As Button
End Class