revert Revert to 19a5a08f04
revert First experimental encryption implementation (not working)
226 lines
12 KiB
C#
226 lines
12 KiB
C#
namespace SamaPager_Client
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Variabile di progettazione necessaria.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Pulire le risorse in uso.
|
|
/// </summary>
|
|
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Codice generato da Progettazione Windows Form
|
|
|
|
/// <summary>
|
|
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
|
|
/// il contenuto del metodo con l'editor di codice.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel();
|
|
this.keyTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
this.sendBtn = new Krypton.Toolkit.KryptonDropButton();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.sendWithoutEncryptionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmdLst = new Krypton.Toolkit.KryptonComboBox();
|
|
this.logLst = new Krypton.Toolkit.KryptonListBox();
|
|
this.kryptonStatusStrip1 = new Krypton.Toolkit.KryptonStatusStrip();
|
|
this.statusTxt = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.changeDestinationAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.restartUDPClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.messageTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
this.kryptonManager2 = new Krypton.Toolkit.KryptonManager(this.components);
|
|
this.kryptonPictureBox1 = new Krypton.Toolkit.KryptonPictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
|
|
this.kryptonPanel1.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cmdLst)).BeginInit();
|
|
this.kryptonStatusStrip1.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// kryptonPanel1
|
|
//
|
|
this.kryptonPanel1.Controls.Add(this.keyTxt);
|
|
this.kryptonPanel1.Controls.Add(this.sendBtn);
|
|
this.kryptonPanel1.Controls.Add(this.cmdLst);
|
|
this.kryptonPanel1.Controls.Add(this.logLst);
|
|
this.kryptonPanel1.Controls.Add(this.kryptonPictureBox1);
|
|
this.kryptonPanel1.Controls.Add(this.kryptonStatusStrip1);
|
|
this.kryptonPanel1.Controls.Add(this.menuStrip1);
|
|
this.kryptonPanel1.Controls.Add(this.messageTxt);
|
|
resources.ApplyResources(this.kryptonPanel1, "kryptonPanel1");
|
|
this.kryptonPanel1.Name = "kryptonPanel1";
|
|
//
|
|
// keyTxt
|
|
//
|
|
resources.ApplyResources(this.keyTxt, "keyTxt");
|
|
this.keyTxt.Name = "keyTxt";
|
|
//
|
|
// sendBtn
|
|
//
|
|
this.sendBtn.ContextMenuStrip = this.contextMenuStrip1;
|
|
resources.ApplyResources(this.sendBtn, "sendBtn");
|
|
this.sendBtn.Name = "sendBtn";
|
|
this.sendBtn.Values.DropDownArrowColor = System.Drawing.Color.Empty;
|
|
this.sendBtn.Values.Text = resources.GetString("sendBtn.Values.Text");
|
|
this.sendBtn.Click += new System.EventHandler(this.sendBtn_Click_1);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.sendWithoutEncryptionToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
//
|
|
// sendWithoutEncryptionToolStripMenuItem
|
|
//
|
|
this.sendWithoutEncryptionToolStripMenuItem.Name = "sendWithoutEncryptionToolStripMenuItem";
|
|
resources.ApplyResources(this.sendWithoutEncryptionToolStripMenuItem, "sendWithoutEncryptionToolStripMenuItem");
|
|
this.sendWithoutEncryptionToolStripMenuItem.Click += new System.EventHandler(this.sendWithoutEncryptionToolStripMenuItem_Click);
|
|
//
|
|
// cmdLst
|
|
//
|
|
this.cmdLst.DropDownWidth = 318;
|
|
this.cmdLst.Items.AddRange(new object[] {
|
|
resources.GetString("cmdLst.Items"),
|
|
resources.GetString("cmdLst.Items1"),
|
|
resources.GetString("cmdLst.Items2")});
|
|
resources.ApplyResources(this.cmdLst, "cmdLst");
|
|
this.cmdLst.Name = "cmdLst";
|
|
this.cmdLst.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
|
|
this.cmdLst.SelectedIndexChanged += new System.EventHandler(this.cmdLst_SelectedIndexChanged);
|
|
//
|
|
// logLst
|
|
//
|
|
resources.ApplyResources(this.logLst, "logLst");
|
|
this.logLst.Name = "logLst";
|
|
//
|
|
// kryptonStatusStrip1
|
|
//
|
|
resources.ApplyResources(this.kryptonStatusStrip1, "kryptonStatusStrip1");
|
|
this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.statusTxt,
|
|
this.toolStripStatusLabel1});
|
|
this.kryptonStatusStrip1.Name = "kryptonStatusStrip1";
|
|
this.kryptonStatusStrip1.ProgressBars = null;
|
|
this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
|
|
//
|
|
// statusTxt
|
|
//
|
|
this.statusTxt.Name = "statusTxt";
|
|
resources.ApplyResources(this.statusTxt, "statusTxt");
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
|
|
this.toolStripStatusLabel1.Spring = true;
|
|
//
|
|
// menuStrip1
|
|
//
|
|
resources.ApplyResources(this.menuStrip1, "menuStrip1");
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem});
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.changeDestinationAddressToolStripMenuItem,
|
|
this.restartUDPClientToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
|
|
//
|
|
// changeDestinationAddressToolStripMenuItem
|
|
//
|
|
this.changeDestinationAddressToolStripMenuItem.Name = "changeDestinationAddressToolStripMenuItem";
|
|
resources.ApplyResources(this.changeDestinationAddressToolStripMenuItem, "changeDestinationAddressToolStripMenuItem");
|
|
this.changeDestinationAddressToolStripMenuItem.Click += new System.EventHandler(this.changeDestinationAddressToolStripMenuItem_Click);
|
|
//
|
|
// restartUDPClientToolStripMenuItem
|
|
//
|
|
this.restartUDPClientToolStripMenuItem.Name = "restartUDPClientToolStripMenuItem";
|
|
resources.ApplyResources(this.restartUDPClientToolStripMenuItem, "restartUDPClientToolStripMenuItem");
|
|
this.restartUDPClientToolStripMenuItem.Click += new System.EventHandler(this.restartUDPClientToolStripMenuItem_Click);
|
|
//
|
|
// messageTxt
|
|
//
|
|
resources.ApplyResources(this.messageTxt, "messageTxt");
|
|
this.messageTxt.Name = "messageTxt";
|
|
//
|
|
// kryptonManager2
|
|
//
|
|
this.kryptonManager2.GlobalPaletteMode = Krypton.Toolkit.PaletteMode.Office2010Silver;
|
|
//
|
|
// kryptonPictureBox1
|
|
//
|
|
this.kryptonPictureBox1.Image = global::SamaPager_Client.Properties.Resources.shalom;
|
|
resources.ApplyResources(this.kryptonPictureBox1, "kryptonPictureBox1");
|
|
this.kryptonPictureBox1.Name = "kryptonPictureBox1";
|
|
this.kryptonPictureBox1.TabStop = false;
|
|
//
|
|
// Form1
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.kryptonPanel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
|
|
this.kryptonPanel1.ResumeLayout(false);
|
|
this.kryptonPanel1.PerformLayout();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.cmdLst)).EndInit();
|
|
this.kryptonStatusStrip1.ResumeLayout(false);
|
|
this.kryptonStatusStrip1.PerformLayout();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Krypton.Toolkit.KryptonPanel kryptonPanel1;
|
|
private Krypton.Toolkit.KryptonTextBox messageTxt;
|
|
private Krypton.Toolkit.KryptonManager kryptonManager2;
|
|
private Krypton.Toolkit.KryptonStatusStrip kryptonStatusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel statusTxt;
|
|
private Krypton.Toolkit.KryptonPictureBox kryptonPictureBox1;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem changeDestinationAddressToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem restartUDPClientToolStripMenuItem;
|
|
private Krypton.Toolkit.KryptonListBox logLst;
|
|
private Krypton.Toolkit.KryptonComboBox cmdLst;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private Krypton.Toolkit.KryptonDropButton sendBtn;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem sendWithoutEncryptionToolStripMenuItem;
|
|
private Krypton.Toolkit.KryptonTextBox keyTxt;
|
|
}
|
|
}
|
|
|