diff --git a/Panel Control/POGOserver-Main.Designer.vb b/Panel Control/POGOserver-Main.Designer.vb index 97e9e89..6b0f436 100644 --- a/Panel Control/POGOserver-Main.Designer.vb +++ b/Panel Control/POGOserver-Main.Designer.vb @@ -36,7 +36,7 @@ Partial Class POGOserver Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(180, 43) Me.Button1.TabIndex = 0 - Me.Button1.Text = "POGOserver Install" + Me.Button1.Text = "🍙POGOserver Install" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 @@ -45,7 +45,7 @@ Partial Class POGOserver Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(180, 43) Me.Button2.TabIndex = 1 - Me.Button2.Text = "POGOserver Start" + Me.Button2.Text = "🍙POGOserver Start" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 @@ -54,7 +54,7 @@ Partial Class POGOserver 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.Text = "🍙POGOserver Web-API" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 @@ -63,7 +63,7 @@ Partial Class POGOserver Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(180, 43) Me.Button4.TabIndex = 3 - Me.Button4.Text = "POGOserver Uptade" + Me.Button4.Text = "🍙POGOserver Uptade" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 @@ -72,7 +72,7 @@ Partial Class POGOserver Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(180, 42) Me.Button5.TabIndex = 4 - Me.Button5.Text = "Quit" + Me.Button5.Text = "🍙Quit" Me.Button5.UseVisualStyleBackColor = True ' 'POGOserver diff --git a/platforms/Android/assets/www/Panel Control/POGOserver-Main.Designer.vb b/platforms/Android/assets/www/Panel Control/POGOserver-Main.Designer.vb new file mode 100644 index 0000000..6b0f436 --- /dev/null +++ b/platforms/Android/assets/www/Panel Control/POGOserver-Main.Designer.vb @@ -0,0 +1,104 @@ + +Partial Class POGOserver + Inherits System.Windows.Forms.Form + + 'Form remplace la méthode Dispose pour nettoyer la liste des composants. + + 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. + + 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 diff --git a/platforms/Android/assets/www/Panel Control/POGOserver-Main.resx b/platforms/Android/assets/www/Panel Control/POGOserver-Main.resx new file mode 100644 index 0000000..f5b2c98 --- /dev/null +++ b/platforms/Android/assets/www/Panel Control/POGOserver-Main.resx @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAA + AAD///9W//////////v8/f7/+/v7//v7+//7+/v/+/v7//v7+//7+/v//Pv7///+/v//////////+/// + //////9W////Vv/////8/f77/v3+///////////////////////////////////////8/Pz///39//// + //v/////////Vv///1b9/v7/////+7nX7/+Pk5j/qaSd/62trP+srKz/qqyu/5OZof+xoY3///He//// + /////v37/////////1b++fhW/////4yv0Pt9cnH/nqmh/yU4Xv8AAAD/AAMD/xMAAP+Hb1j/laKl/2Vq + aP/10q3/////+//+/f////9W////VtTw+/+AcIj7/PTV//////9jkMf/AAIL/wULDP8tBgD/5r+d//// + //+lxdb/qH2L//////v9/Pz/////Vv///1bG5vL/oGWF+///9///////baja/wAABv8ABQH/EAAA/82p + ef//////3eTw/5Z/vf/////7/Pz9/////1b///xW6vX//4GOofv/8cb//////4u21/9IT1T/UFRV/2xU + R//s1rf//////5zI5P+2in7/////+/38/P////9W//f2Vv7///+Yqrj727ap///////9/P3///////// + /////////vz9//////9zhq7/58qe//////v//v3/////VvT5/Vb/////p9T2+5iEfP///e//+P3///r6 + +v/6+vr/+Pj5////+/+72f//loFs///76f/+///7/////////1b+//9W/vz9//////tpiKf/6MKf//// + ///+/fz////////9+//6////gJWn/9m7lv///////fz8+/////////9W////Vv3+///////7s9v3/4hp + bv///9r/+/v///z+/P//////stz0/4l2b////+f//P7//////vv/////////Vv///1b///////z8+/// + //94nb//yI9+////////+fn/5f///2dhi//szZP////////+/P/////7/////////1b///9W//////7+ + //v///z/5////3Bnl//XrYr//v///1Btnf+9h3H///////z9////////////+/////////9W////Vv// + ///////7/v7//////v/X8///YmyB/0VTRf+2j3v////v//z9//////7///////////v/////////Vv// + /1b/////////+//////+/v////////P2+P/m4uT////8///+/v/////////////////////7//////// + /1b///9W//////////v///////////3+/////vz///////z9/v///v7/////////////////////+/// + //////9WgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIAB + AACAAQAAgAEAAA== + + + \ No newline at end of file