namespace SamaPager_Server { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.kryptonManager1 = new Krypton.Toolkit.KryptonManager(this.components); this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel(); this.logList = new Krypton.Toolkit.KryptonListBox(); this.kryptonStatusStrip1 = new Krypton.Toolkit.KryptonStatusStrip(); this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.infoToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.kryptonContextMenuItem1 = new Krypton.Toolkit.KryptonContextMenuItem(); this.kryptonContextMenuItems1 = new Krypton.Toolkit.KryptonContextMenuItems(); this.kryptonContextMenuItem2 = new Krypton.Toolkit.KryptonContextMenuItem(); this.kryptonContextMenuItem3 = new Krypton.Toolkit.KryptonContextMenuItem(); this.kryptonContextMenuItem4 = new Krypton.Toolkit.KryptonContextMenuItem(); this.kryptonContextMenuItem5 = new Krypton.Toolkit.KryptonContextMenuItem(); this.kryptonContextMenuItem6 = new Krypton.Toolkit.KryptonContextMenuItem(); this.kryptonContextMenuItem7 = new Krypton.Toolkit.KryptonContextMenuItem(); this.kryptonContextMenuItems4 = new Krypton.Toolkit.KryptonContextMenuItems(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.trayShowForm = new System.Windows.Forms.ToolStripMenuItem(); this.trayExit = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); this.kryptonStatusStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // kryptonManager1 // this.kryptonManager1.GlobalPaletteMode = Krypton.Toolkit.PaletteMode.Office2010Black; // // kryptonPanel1 // this.kryptonPanel1.Controls.Add(this.logList); this.kryptonPanel1.Controls.Add(this.kryptonStatusStrip1); this.kryptonPanel1.Controls.Add(this.menuStrip1); 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.TabIndex = 0; // // logList // this.logList.Location = new System.Drawing.Point(12, 27); this.logList.Name = "logList"; this.logList.Size = new System.Drawing.Size(400, 322); this.logList.TabIndex = 4; // // kryptonStatusStrip1 // 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.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.TabIndex = 3; this.kryptonStatusStrip1.Text = "kryptonStatusStrip1"; // // statusLabel // this.statusLabel.Name = "statusLabel"; this.statusLabel.Size = new System.Drawing.Size(105, 17); this.statusLabel.Text = "STATUS: Server Off"; // // menuStrip1 // this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem1, 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.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem1 // this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem}); this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1"; this.fileToolStripMenuItem1.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem1.Text = "File"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.infoToolStripMenuItem2}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "Help"; // // infoToolStripMenuItem2 // this.infoToolStripMenuItem2.Name = "infoToolStripMenuItem2"; this.infoToolStripMenuItem2.Size = new System.Drawing.Size(107, 22); this.infoToolStripMenuItem2.Text = "About"; this.infoToolStripMenuItem2.Click += new System.EventHandler(this.infoToolStripMenuItem2_Click); // // kryptonContextMenuItem1 // this.kryptonContextMenuItem1.Text = "odio i negri"; // // kryptonContextMenuItems1 // this.kryptonContextMenuItems1.Items.AddRange(new Krypton.Toolkit.KryptonContextMenuItemBase[] { this.kryptonContextMenuItem2}); // // kryptonContextMenuItem2 // this.kryptonContextMenuItem2.Text = "Info"; // // notifyIcon1 // this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "notifyIcon1"; this.notifyIcon1.Visible = true; // // contextMenuStrip1 // this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.trayShowForm, this.trayExit}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(104, 48); // // trayShowForm // this.trayShowForm.Name = "trayShowForm"; this.trayShowForm.Size = new System.Drawing.Size(103, 22); this.trayShowForm.Text = "Show"; this.trayShowForm.Click += new System.EventHandler(this.trayShowForm_Click); // // trayExit // this.trayExit.Name = "trayExit"; this.trayExit.Size = new System.Drawing.Size(103, 22); this.trayExit.Text = "Exit"; this.trayExit.Click += new System.EventHandler(this.trayExit_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(432, 389); this.Controls.Add(this.kryptonPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SamaPager Server"; this.Load += new System.EventHandler(this.MainForm_Load); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit(); this.kryptonPanel1.ResumeLayout(false); this.kryptonPanel1.PerformLayout(); this.kryptonStatusStrip1.ResumeLayout(false); this.kryptonStatusStrip1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Krypton.Toolkit.KryptonManager kryptonManager1; private Krypton.Toolkit.KryptonPanel kryptonPanel1; private Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1; private Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems1; private Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem2; private Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem3; private Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem4; private Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem5; private Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem6; private Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem7; private Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems4; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem2; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem trayExit; private System.Windows.Forms.ToolStripMenuItem trayShowForm; private Krypton.Toolkit.KryptonStatusStrip kryptonStatusStrip1; private System.Windows.Forms.ToolStripStatusLabel statusLabel; private Krypton.Toolkit.KryptonListBox logList; } }