Compare commits

...

6 Commits

4 changed files with 87 additions and 23 deletions

View File

@@ -40,6 +40,9 @@
this.restartUDPClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.messageTxt = new Krypton.Toolkit.KryptonTextBox();
this.kryptonManager2 = new Krypton.Toolkit.KryptonManager(this.components);
this.kryptonListBox1 = new Krypton.Toolkit.KryptonListBox();
this.getTimeBtn = new Krypton.Toolkit.KryptonButton();
this.getDateBtn = new Krypton.Toolkit.KryptonButton();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).BeginInit();
@@ -49,6 +52,9 @@
//
// kryptonPanel1
//
this.kryptonPanel1.Controls.Add(this.getDateBtn);
this.kryptonPanel1.Controls.Add(this.getTimeBtn);
this.kryptonPanel1.Controls.Add(this.kryptonListBox1);
this.kryptonPanel1.Controls.Add(this.kryptonPictureBox1);
this.kryptonPanel1.Controls.Add(this.sendBtn);
this.kryptonPanel1.Controls.Add(this.kryptonStatusStrip1);
@@ -57,13 +63,13 @@
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(350, 356);
this.kryptonPanel1.Size = new System.Drawing.Size(644, 349);
this.kryptonPanel1.TabIndex = 0;
//
// kryptonPictureBox1
//
this.kryptonPictureBox1.Image = global::SamaPager_Client.Properties.Resources.shalom;
this.kryptonPictureBox1.Location = new System.Drawing.Point(32, 43);
this.kryptonPictureBox1.Location = new System.Drawing.Point(349, 134);
this.kryptonPictureBox1.Name = "kryptonPictureBox1";
this.kryptonPictureBox1.Size = new System.Drawing.Size(278, 181);
this.kryptonPictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
@@ -77,7 +83,7 @@
this.sendBtn.Size = new System.Drawing.Size(80, 67);
this.sendBtn.TabIndex = 2;
this.sendBtn.Values.DropDownArrowColor = System.Drawing.Color.Empty;
this.sendBtn.Values.Text = "INVIA";
this.sendBtn.Values.Text = "SEND";
this.sendBtn.Click += new System.EventHandler(this.sendBtn_Click);
//
// kryptonStatusStrip1
@@ -85,18 +91,18 @@
this.kryptonStatusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusTxt});
this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 334);
this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 327);
this.kryptonStatusStrip1.Name = "kryptonStatusStrip1";
this.kryptonStatusStrip1.ProgressBars = null;
this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
this.kryptonStatusStrip1.Size = new System.Drawing.Size(350, 22);
this.kryptonStatusStrip1.Size = new System.Drawing.Size(644, 22);
this.kryptonStatusStrip1.TabIndex = 1;
this.kryptonStatusStrip1.Text = "kryptonStatusStrip1";
//
// statusTxt
//
this.statusTxt.Name = "statusTxt";
this.statusTxt.Size = new System.Drawing.Size(70, 17);
this.statusTxt.Size = new System.Drawing.Size(68, 17);
this.statusTxt.Text = "STATUS: Off";
//
// menuStrip1
@@ -106,7 +112,7 @@
this.fileToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(350, 24);
this.menuStrip1.Size = new System.Drawing.Size(644, 24);
this.menuStrip1.TabIndex = 4;
this.menuStrip1.Text = "menuStrip1";
//
@@ -145,11 +151,36 @@
//
this.kryptonManager2.GlobalPaletteMode = Krypton.Toolkit.PaletteMode.Office2010Silver;
//
// kryptonListBox1
//
this.kryptonListBox1.Location = new System.Drawing.Point(12, 27);
this.kryptonListBox1.Name = "kryptonListBox1";
this.kryptonListBox1.Size = new System.Drawing.Size(318, 215);
this.kryptonListBox1.TabIndex = 5;
//
// getTimeBtn
//
this.getTimeBtn.Location = new System.Drawing.Point(349, 27);
this.getTimeBtn.Name = "getTimeBtn";
this.getTimeBtn.Size = new System.Drawing.Size(278, 45);
this.getTimeBtn.TabIndex = 6;
this.getTimeBtn.Values.DropDownArrowColor = System.Drawing.Color.Empty;
this.getTimeBtn.Values.Text = "Get Time";
//
// getDateBtn
//
this.getDateBtn.Location = new System.Drawing.Point(349, 78);
this.getDateBtn.Name = "getDateBtn";
this.getDateBtn.Size = new System.Drawing.Size(278, 43);
this.getDateBtn.TabIndex = 7;
this.getDateBtn.Values.DropDownArrowColor = System.Drawing.Color.Empty;
this.getDateBtn.Values.Text = "Get Date";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(350, 356);
this.ClientSize = new System.Drawing.Size(644, 349);
this.Controls.Add(this.kryptonPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MainMenuStrip = this.menuStrip1;
@@ -183,6 +214,9 @@
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem changeDestinationAddressToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem restartUDPClientToolStripMenuItem;
private Krypton.Toolkit.KryptonButton getDateBtn;
private Krypton.Toolkit.KryptonButton getTimeBtn;
private Krypton.Toolkit.KryptonListBox kryptonListBox1;
}
}

View File

@@ -35,6 +35,8 @@
this.kryptonLabel2 = new Krypton.Toolkit.KryptonLabel();
this.kryptonLabel1 = new Krypton.Toolkit.KryptonLabel();
this.kryptonPictureBox1 = new Krypton.Toolkit.KryptonPictureBox();
this.kryptonLabel4 = new Krypton.Toolkit.KryptonLabel();
this.gitLnk = new Krypton.Toolkit.KryptonLinkLabel();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).BeginInit();
@@ -42,6 +44,8 @@
//
// kryptonPanel1
//
this.kryptonPanel1.Controls.Add(this.gitLnk);
this.kryptonPanel1.Controls.Add(this.kryptonLabel4);
this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
this.kryptonPanel1.Controls.Add(this.storkUrl);
this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
@@ -50,12 +54,12 @@
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(982, 309);
this.kryptonPanel1.Size = new System.Drawing.Size(499, 526);
this.kryptonPanel1.TabIndex = 0;
//
// kryptonLabel3
//
this.kryptonLabel3.Location = new System.Drawing.Point(12, 228);
this.kryptonLabel3.Location = new System.Drawing.Point(12, 436);
this.kryptonLabel3.Name = "kryptonLabel3";
this.kryptonLabel3.Size = new System.Drawing.Size(446, 52);
this.kryptonLabel3.TabIndex = 4;
@@ -63,7 +67,7 @@
//
// storkUrl
//
this.storkUrl.Location = new System.Drawing.Point(12, 283);
this.storkUrl.Location = new System.Drawing.Point(12, 494);
this.storkUrl.Name = "storkUrl";
this.storkUrl.Size = new System.Drawing.Size(123, 20);
this.storkUrl.TabIndex = 3;
@@ -72,7 +76,7 @@
//
// kryptonLabel2
//
this.kryptonLabel2.Location = new System.Drawing.Point(12, 47);
this.kryptonLabel2.Location = new System.Drawing.Point(12, 371);
this.kryptonLabel2.Name = "kryptonLabel2";
this.kryptonLabel2.Size = new System.Drawing.Size(400, 36);
this.kryptonLabel2.TabIndex = 2;
@@ -82,7 +86,7 @@
// kryptonLabel1
//
this.kryptonLabel1.LabelStyle = Krypton.Toolkit.LabelStyle.TitlePanel;
this.kryptonLabel1.Location = new System.Drawing.Point(12, 12);
this.kryptonLabel1.Location = new System.Drawing.Point(12, 318);
this.kryptonLabel1.Name = "kryptonLabel1";
this.kryptonLabel1.Size = new System.Drawing.Size(110, 29);
this.kryptonLabel1.TabIndex = 1;
@@ -91,18 +95,36 @@
// kryptonPictureBox1
//
this.kryptonPictureBox1.Image = global::SamaPager_Server.Properties.Resources._5pagers1shalom;
this.kryptonPictureBox1.Location = new System.Drawing.Point(494, 12);
this.kryptonPictureBox1.Location = new System.Drawing.Point(12, 12);
this.kryptonPictureBox1.Name = "kryptonPictureBox1";
this.kryptonPictureBox1.Size = new System.Drawing.Size(472, 291);
this.kryptonPictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.kryptonPictureBox1.TabIndex = 0;
this.kryptonPictureBox1.TabStop = false;
//
// kryptonLabel4
//
this.kryptonLabel4.LabelStyle = Krypton.Toolkit.LabelStyle.BoldPanel;
this.kryptonLabel4.Location = new System.Drawing.Point(12, 345);
this.kryptonLabel4.Name = "kryptonLabel4";
this.kryptonLabel4.Size = new System.Drawing.Size(114, 20);
this.kryptonLabel4.TabIndex = 5;
this.kryptonLabel4.Values.Text = "v1.1 (Castagnetti)";
//
// gitLnk
//
this.gitLnk.Location = new System.Drawing.Point(411, 494);
this.gitLnk.Name = "gitLnk";
this.gitLnk.Size = new System.Drawing.Size(73, 20);
this.gitLnk.TabIndex = 6;
this.gitLnk.Values.Text = "View on Git";
this.gitLnk.LinkClicked += new System.EventHandler(this.gitLnk_LinkClicked);
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(982, 309);
this.ClientSize = new System.Drawing.Size(499, 526);
this.Controls.Add(this.kryptonPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
@@ -126,5 +148,7 @@
private Krypton.Toolkit.KryptonLabel kryptonLabel1;
private Krypton.Toolkit.KryptonLabel kryptonLabel3;
private Krypton.Toolkit.KryptonLinkLabel storkUrl;
private Krypton.Toolkit.KryptonLinkLabel gitLnk;
private Krypton.Toolkit.KryptonLabel kryptonLabel4;
}
}

View File

@@ -22,5 +22,10 @@ namespace SamaPager_Server
{
Process.Start("https://andrestork.moe");
}
private void gitLnk_LinkClicked(object sender, EventArgs e)
{
Process.Start("https://git.fiorencis.eu/AndreStork/SamaPager");
}
}
}

View File

@@ -72,14 +72,15 @@
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(432, 389);
this.kryptonPanel1.Size = new System.Drawing.Size(423, 377);
this.kryptonPanel1.TabIndex = 0;
//
// logList
//
this.logList.HorizontalScrollbar = true;
this.logList.Location = new System.Drawing.Point(12, 27);
this.logList.Name = "logList";
this.logList.Size = new System.Drawing.Size(400, 322);
this.logList.Size = new System.Drawing.Size(399, 322);
this.logList.TabIndex = 4;
//
// kryptonStatusStrip1
@@ -87,18 +88,18 @@
this.kryptonStatusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel});
this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 367);
this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 355);
this.kryptonStatusStrip1.Name = "kryptonStatusStrip1";
this.kryptonStatusStrip1.ProgressBars = null;
this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
this.kryptonStatusStrip1.Size = new System.Drawing.Size(432, 22);
this.kryptonStatusStrip1.Size = new System.Drawing.Size(423, 22);
this.kryptonStatusStrip1.TabIndex = 3;
this.kryptonStatusStrip1.Text = "kryptonStatusStrip1";
//
// statusLabel
//
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(105, 17);
this.statusLabel.Size = new System.Drawing.Size(103, 17);
this.statusLabel.Text = "STATUS: Server Off";
//
// menuStrip1
@@ -109,7 +110,7 @@
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(432, 24);
this.menuStrip1.Size = new System.Drawing.Size(423, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
@@ -124,7 +125,7 @@
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
this.exitToolStripMenuItem.Size = new System.Drawing.Size(93, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
@@ -190,7 +191,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(432, 389);
this.ClientSize = new System.Drawing.Size(423, 377);
this.Controls.Add(this.kryptonPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));