namespace SamaPager_Client { partial class Form1 { /// /// Variabile di progettazione necessaria. /// private System.ComponentModel.IContainer components = null; /// /// Pulire le risorse in uso. /// /// ha valore true se le risorse gestite devono essere eliminate, false in caso contrario. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Codice generato da Progettazione Windows Form /// /// Metodo necessario per il supporto della finestra di progettazione. Non modificare /// il contenuto del metodo con l'editor di codice. /// 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.getDateBtn = new Krypton.Toolkit.KryptonButton(); this.getTimeBtn = new Krypton.Toolkit.KryptonButton(); this.kryptonListBox1 = new Krypton.Toolkit.KryptonListBox(); this.kryptonPictureBox1 = new Krypton.Toolkit.KryptonPictureBox(); this.sendBtn = new Krypton.Toolkit.KryptonButton(); this.kryptonStatusStrip1 = new Krypton.Toolkit.KryptonStatusStrip(); this.statusTxt = 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); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).BeginInit(); this.kryptonStatusStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // 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); this.kryptonPanel1.Controls.Add(this.menuStrip1); this.kryptonPanel1.Controls.Add(this.messageTxt); resources.ApplyResources(this.kryptonPanel1, "kryptonPanel1"); this.kryptonPanel1.Name = "kryptonPanel1"; // // getDateBtn // resources.ApplyResources(this.getDateBtn, "getDateBtn"); this.getDateBtn.Name = "getDateBtn"; this.getDateBtn.Values.DropDownArrowColor = System.Drawing.Color.Empty; this.getDateBtn.Values.Text = resources.GetString("getDateBtn.Values.Text"); this.getDateBtn.Click += new System.EventHandler(this.getDateBtn_Click); // // getTimeBtn // resources.ApplyResources(this.getTimeBtn, "getTimeBtn"); this.getTimeBtn.Name = "getTimeBtn"; this.getTimeBtn.Values.DropDownArrowColor = System.Drawing.Color.Empty; this.getTimeBtn.Values.Text = resources.GetString("getTimeBtn.Values.Text"); this.getTimeBtn.Click += new System.EventHandler(this.getTimeBtn_Click); // // kryptonListBox1 // resources.ApplyResources(this.kryptonListBox1, "kryptonListBox1"); this.kryptonListBox1.Name = "kryptonListBox1"; // // kryptonPictureBox1 // this.kryptonPictureBox1.Image = global::SamaPager_Client.Properties.Resources.shalom; resources.ApplyResources(this.kryptonPictureBox1, "kryptonPictureBox1"); this.kryptonPictureBox1.Name = "kryptonPictureBox1"; this.kryptonPictureBox1.TabStop = false; // // sendBtn // 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); // // kryptonStatusStrip1 // resources.ApplyResources(this.kryptonStatusStrip1, "kryptonStatusStrip1"); this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusTxt}); 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"); // // 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; // // 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(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).EndInit(); this.kryptonStatusStrip1.ResumeLayout(false); this.kryptonStatusStrip1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); 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.KryptonButton sendBtn; 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.KryptonButton getDateBtn; private Krypton.Toolkit.KryptonButton getTimeBtn; private Krypton.Toolkit.KryptonListBox kryptonListBox1; } }