namespace DuckEmulator
{
partial class Interface
{
///
/// 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(Interface));
this.Logging = new System.Windows.Forms.TextBox();
this.Interactor = new System.Windows.Forms.Button();
this.Copyright = new System.Windows.Forms.Label();
this.CloseEnvironment = new System.Windows.Forms.PictureBox();
this.Loading = new System.Windows.Forms.PictureBox();
this.TrayIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.Minimize = new System.Windows.Forms.PictureBox();
this.MenuBox = new System.Windows.Forms.MenuStrip();
this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.errorListenerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpBrowserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.staticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.runtimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.usersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.globalStatsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.broadcastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hotelAlertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.creditsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pixelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.badgesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.handleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.connectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.roomsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.Settings = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.RefreshButton = new System.Windows.Forms.PictureBox();
this.Help = new System.Windows.Forms.PictureBox();
this.HollydayImage = new System.Windows.Forms.PictureBox();
this.Date = new System.Windows.Forms.Label();
this.help_hower = new System.Windows.Forms.Label();
this.hotel_hower = new System.Windows.Forms.Label();
this.DayName = new System.Windows.Forms.Label();
this.GamesEnabled = new System.Windows.Forms.PictureBox();
this.GamesText = new System.Windows.Forms.Label();
this.ResfreshHower = new System.Windows.Forms.Label();
this.Progress = new System.Windows.Forms.ProgressBar();
this.RunTime = new System.Windows.Forms.PictureBox();
this.RunTimeText = new System.Windows.Forms.Label();
this.ServerDetails = new System.Windows.Forms.Panel();
this.SwfVersion = new System.Windows.Forms.Label();
this.Version = new System.Windows.Forms.Label();
this.textr = new System.Windows.Forms.Label();
this.labal2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.ServDetails = new System.Windows.Forms.PictureBox();
this.Warningmessage = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.Worker = new System.ComponentModel.BackgroundWorker();
((System.ComponentModel.ISupportInitialize)(this.CloseEnvironment)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Loading)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Minimize)).BeginInit();
this.MenuBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Settings)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.RefreshButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Help)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.HollydayImage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GamesEnabled)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RunTime)).BeginInit();
this.ServerDetails.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ServDetails)).BeginInit();
this.Warningmessage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// Logging
//
this.Logging.BackColor = System.Drawing.Color.LightGray;
this.Logging.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Logging.Cursor = System.Windows.Forms.Cursors.Cross;
this.Logging.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Logging.Font = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Logging.Location = new System.Drawing.Point(0, 363);
this.Logging.Multiline = true;
this.Logging.Name = "Logging";
this.Logging.ReadOnly = true;
this.Logging.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.Logging.Size = new System.Drawing.Size(599, 128);
this.Logging.TabIndex = 0;
//
// Interactor
//
this.Interactor.BackColor = System.Drawing.Color.DimGray;
this.Interactor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.Interactor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Interactor.Font = new System.Drawing.Font("Segoe UI", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Interactor.ForeColor = System.Drawing.Color.White;
this.Interactor.Location = new System.Drawing.Point(11, 323);
this.Interactor.Name = "Interactor";
this.Interactor.Size = new System.Drawing.Size(106, 23);
this.Interactor.TabIndex = 12;
this.Interactor.Text = "Start Emulator";
this.Interactor.UseVisualStyleBackColor = false;
this.Interactor.Click += new System.EventHandler(this.button1_Click);
//
// Copyright
//
this.Copyright.AutoSize = true;
this.Copyright.BackColor = System.Drawing.Color.Transparent;
this.Copyright.Location = new System.Drawing.Point(386, 327);
this.Copyright.Name = "Copyright";
this.Copyright.Size = new System.Drawing.Size(209, 19);
this.Copyright.TabIndex = 2;
this.Copyright.Text = "DuckEmuator Flash - Breakz0ne ©";
//
// CloseEnvironment
//
this.CloseEnvironment.BackColor = System.Drawing.Color.WhiteSmoke;
this.CloseEnvironment.Cursor = System.Windows.Forms.Cursors.Hand;
this.CloseEnvironment.Image = ((System.Drawing.Image)(resources.GetObject("CloseEnvironment.Image")));
this.CloseEnvironment.Location = new System.Drawing.Point(576, 6);
this.CloseEnvironment.Name = "CloseEnvironment";
this.CloseEnvironment.Size = new System.Drawing.Size(16, 16);
this.CloseEnvironment.TabIndex = 4;
this.CloseEnvironment.TabStop = false;
this.CloseEnvironment.Click += new System.EventHandler(this.CloseEnvironment_Click);
//
// Loading
//
this.Loading.BackColor = System.Drawing.Color.WhiteSmoke;
this.Loading.Image = ((System.Drawing.Image)(resources.GetObject("Loading.Image")));
this.Loading.Location = new System.Drawing.Point(534, 6);
this.Loading.Name = "Loading";
this.Loading.Size = new System.Drawing.Size(16, 16);
this.Loading.TabIndex = 5;
this.Loading.TabStop = false;
this.Loading.Visible = false;
//
// TrayIcon
//
this.TrayIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.TrayIcon.BalloonTipText = "DuckEmulator";
this.TrayIcon.BalloonTipTitle = "DuckEmulator";
this.TrayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("TrayIcon.Icon")));
this.TrayIcon.Text = "DuckEmulator";
this.TrayIcon.Click += new System.EventHandler(this.Icon_Click);
//
// Minimize
//
this.Minimize.BackColor = System.Drawing.Color.WhiteSmoke;
this.Minimize.Cursor = System.Windows.Forms.Cursors.Hand;
this.Minimize.Image = ((System.Drawing.Image)(resources.GetObject("Minimize.Image")));
this.Minimize.Location = new System.Drawing.Point(556, 6);
this.Minimize.Name = "Minimize";
this.Minimize.Size = new System.Drawing.Size(16, 16);
this.Minimize.TabIndex = 6;
this.Minimize.TabStop = false;
this.Minimize.Click += new System.EventHandler(this.Minimize_Click);
//
// MenuBox
//
this.MenuBox.BackColor = System.Drawing.Color.WhiteSmoke;
this.MenuBox.Font = new System.Drawing.Font("Segoe Print", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MenuBox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.testToolStripMenuItem,
this.helpToolStripMenuItem,
this.staticsToolStripMenuItem,
this.actionsToolStripMenuItem});
this.MenuBox.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.MenuBox.Location = new System.Drawing.Point(0, 0);
this.MenuBox.Name = "MenuBox";
this.MenuBox.Size = new System.Drawing.Size(599, 29);
this.MenuBox.TabIndex = 7;
this.MenuBox.Text = "menuStrip1";
//
// testToolStripMenuItem
//
this.testToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.settingsToolStripMenuItem,
this.errorListenerToolStripMenuItem});
this.testToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("testToolStripMenuItem.Image")));
this.testToolStripMenuItem.Name = "testToolStripMenuItem";
this.testToolStripMenuItem.Size = new System.Drawing.Size(68, 25);
this.testToolStripMenuItem.Text = "Tools";
//
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(161, 26);
this.settingsToolStripMenuItem.Text = "Settings";
this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
//
// errorListenerToolStripMenuItem
//
this.errorListenerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("errorListenerToolStripMenuItem.Image")));
this.errorListenerToolStripMenuItem.Name = "errorListenerToolStripMenuItem";
this.errorListenerToolStripMenuItem.Size = new System.Drawing.Size(161, 26);
this.errorListenerToolStripMenuItem.Text = "ErrorListener";
this.errorListenerToolStripMenuItem.Click += new System.EventHandler(this.errorListenerToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.projectToolStripMenuItem,
this.helpBrowserToolStripMenuItem,
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripMenuItem.Image")));
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(65, 25);
this.helpToolStripMenuItem.Text = "Help";
//
// projectToolStripMenuItem
//
this.projectToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("projectToolStripMenuItem.Image")));
this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
this.projectToolStripMenuItem.Size = new System.Drawing.Size(157, 26);
this.projectToolStripMenuItem.Text = "Project";
//
// helpBrowserToolStripMenuItem
//
this.helpBrowserToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("helpBrowserToolStripMenuItem.Image")));
this.helpBrowserToolStripMenuItem.Name = "helpBrowserToolStripMenuItem";
this.helpBrowserToolStripMenuItem.Size = new System.Drawing.Size(157, 26);
this.helpBrowserToolStripMenuItem.Text = "HelpBrowser";
this.helpBrowserToolStripMenuItem.Click += new System.EventHandler(this.helpBrowserToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(157, 26);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// staticsToolStripMenuItem
//
this.staticsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.runtimeToolStripMenuItem,
this.globalStatsToolStripMenuItem});
this.staticsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("staticsToolStripMenuItem.Image")));
this.staticsToolStripMenuItem.Name = "staticsToolStripMenuItem";
this.staticsToolStripMenuItem.Size = new System.Drawing.Size(79, 25);
this.staticsToolStripMenuItem.Text = "Statics";
//
// runtimeToolStripMenuItem
//
this.runtimeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.usersToolStripMenuItem});
this.runtimeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("runtimeToolStripMenuItem.Image")));
this.runtimeToolStripMenuItem.Name = "runtimeToolStripMenuItem";
this.runtimeToolStripMenuItem.Size = new System.Drawing.Size(168, 26);
this.runtimeToolStripMenuItem.Text = "Runtime Stats";
this.runtimeToolStripMenuItem.Click += new System.EventHandler(this.runtimeToolStripMenuItem_Click);
//
// usersToolStripMenuItem
//
this.usersToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("usersToolStripMenuItem.Image")));
this.usersToolStripMenuItem.Name = "usersToolStripMenuItem";
this.usersToolStripMenuItem.Size = new System.Drawing.Size(111, 26);
this.usersToolStripMenuItem.Text = "Users";
this.usersToolStripMenuItem.Click += new System.EventHandler(this.usersToolStripMenuItem_Click);
//
// globalStatsToolStripMenuItem
//
this.globalStatsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("globalStatsToolStripMenuItem.Image")));
this.globalStatsToolStripMenuItem.Name = "globalStatsToolStripMenuItem";
this.globalStatsToolStripMenuItem.Size = new System.Drawing.Size(168, 26);
this.globalStatsToolStripMenuItem.Text = "Global Stats";
this.globalStatsToolStripMenuItem.Click += new System.EventHandler(this.globalStatsToolStripMenuItem_Click);
//
// actionsToolStripMenuItem
//
this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.broadcastToolStripMenuItem,
this.handleToolStripMenuItem});
this.actionsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("actionsToolStripMenuItem.Image")));
this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
this.actionsToolStripMenuItem.Size = new System.Drawing.Size(82, 25);
this.actionsToolStripMenuItem.Text = "Actions";
//
// broadcastToolStripMenuItem
//
this.broadcastToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.hotelAlertToolStripMenuItem,
this.creditsToolStripMenuItem,
this.pixelsToolStripMenuItem,
this.badgesToolStripMenuItem});
this.broadcastToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("broadcastToolStripMenuItem.Image")));
this.broadcastToolStripMenuItem.Name = "broadcastToolStripMenuItem";
this.broadcastToolStripMenuItem.Size = new System.Drawing.Size(141, 26);
this.broadcastToolStripMenuItem.Text = "Broadcast";
//
// hotelAlertToolStripMenuItem
//
this.hotelAlertToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("hotelAlertToolStripMenuItem.Image")));
this.hotelAlertToolStripMenuItem.Name = "hotelAlertToolStripMenuItem";
this.hotelAlertToolStripMenuItem.Size = new System.Drawing.Size(147, 26);
this.hotelAlertToolStripMenuItem.Text = "Hotel Alert";
this.hotelAlertToolStripMenuItem.Click += new System.EventHandler(this.hotelAlertToolStripMenuItem_Click);
//
// creditsToolStripMenuItem
//
this.creditsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("creditsToolStripMenuItem.Image")));
this.creditsToolStripMenuItem.Name = "creditsToolStripMenuItem";
this.creditsToolStripMenuItem.Size = new System.Drawing.Size(147, 26);
this.creditsToolStripMenuItem.Text = "Credits";
this.creditsToolStripMenuItem.Click += new System.EventHandler(this.creditsToolStripMenuItem_Click);
//
// pixelsToolStripMenuItem
//
this.pixelsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pixelsToolStripMenuItem.Image")));
this.pixelsToolStripMenuItem.Name = "pixelsToolStripMenuItem";
this.pixelsToolStripMenuItem.Size = new System.Drawing.Size(147, 26);
this.pixelsToolStripMenuItem.Text = "Pixels";
this.pixelsToolStripMenuItem.Click += new System.EventHandler(this.pixelsToolStripMenuItem_Click);
//
// badgesToolStripMenuItem
//
this.badgesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("badgesToolStripMenuItem.Image")));
this.badgesToolStripMenuItem.Name = "badgesToolStripMenuItem";
this.badgesToolStripMenuItem.Size = new System.Drawing.Size(147, 26);
this.badgesToolStripMenuItem.Text = "Badges";
this.badgesToolStripMenuItem.Click += new System.EventHandler(this.badgesToolStripMenuItem_Click);
//
// handleToolStripMenuItem
//
this.handleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.connectionsToolStripMenuItem,
this.roomsToolStripMenuItem});
this.handleToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("handleToolStripMenuItem.Image")));
this.handleToolStripMenuItem.Name = "handleToolStripMenuItem";
this.handleToolStripMenuItem.Size = new System.Drawing.Size(141, 26);
this.handleToolStripMenuItem.Text = "Handle";
//
// connectionsToolStripMenuItem
//
this.connectionsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("connectionsToolStripMenuItem.Image")));
this.connectionsToolStripMenuItem.Name = "connectionsToolStripMenuItem";
this.connectionsToolStripMenuItem.Size = new System.Drawing.Size(152, 26);
this.connectionsToolStripMenuItem.Text = "Connections";
//
// roomsToolStripMenuItem
//
this.roomsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("roomsToolStripMenuItem.Image")));
this.roomsToolStripMenuItem.Name = "roomsToolStripMenuItem";
this.roomsToolStripMenuItem.Size = new System.Drawing.Size(152, 26);
this.roomsToolStripMenuItem.Text = "Rooms";
this.roomsToolStripMenuItem.Click += new System.EventHandler(this.roomsToolStripMenuItem_Click);
//
// Settings
//
this.Settings.BackColor = System.Drawing.Color.Transparent;
this.Settings.Cursor = System.Windows.Forms.Cursors.Hand;
this.Settings.Image = ((System.Drawing.Image)(resources.GetObject("Settings.Image")));
this.Settings.Location = new System.Drawing.Point(7, 3);
this.Settings.Name = "Settings";
this.Settings.Size = new System.Drawing.Size(36, 45);
this.Settings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.Settings.TabIndex = 8;
this.Settings.TabStop = false;
this.Settings.Click += new System.EventHandler(this.Settings_Click);
this.Settings.MouseLeave += new System.EventHandler(this.Hotel_MouseLeave);
this.Settings.MouseHover += new System.EventHandler(this.Hotel_MouseHover);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.RefreshButton);
this.panel1.Controls.Add(this.Help);
this.panel1.Controls.Add(this.Settings);
this.panel1.Location = new System.Drawing.Point(548, 67);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(47, 151);
this.panel1.TabIndex = 9;
//
// RefreshButton
//
this.RefreshButton.BackColor = System.Drawing.Color.Transparent;
this.RefreshButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.RefreshButton.Enabled = false;
this.RefreshButton.Image = ((System.Drawing.Image)(resources.GetObject("RefreshButton.Image")));
this.RefreshButton.Location = new System.Drawing.Point(7, 54);
this.RefreshButton.Name = "RefreshButton";
this.RefreshButton.Size = new System.Drawing.Size(36, 51);
this.RefreshButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.RefreshButton.TabIndex = 11;
this.RefreshButton.TabStop = false;
this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
this.RefreshButton.MouseLeave += new System.EventHandler(this.RefreshButton_MouseLeave);
this.RefreshButton.MouseHover += new System.EventHandler(this.RefreshButton_MouseHover);
//
// Help
//
this.Help.BackColor = System.Drawing.Color.Transparent;
this.Help.Cursor = System.Windows.Forms.Cursors.Hand;
this.Help.Image = ((System.Drawing.Image)(resources.GetObject("Help.Image")));
this.Help.Location = new System.Drawing.Point(13, 113);
this.Help.Name = "Help";
this.Help.Size = new System.Drawing.Size(20, 30);
this.Help.TabIndex = 10;
this.Help.TabStop = false;
this.Help.Click += new System.EventHandler(this.Help_Click);
this.Help.MouseLeave += new System.EventHandler(this.Help_MouseLeave);
this.Help.MouseHover += new System.EventHandler(this.Help_MouseHover);
//
// HollydayImage
//
this.HollydayImage.BackColor = System.Drawing.Color.Transparent;
this.HollydayImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.HollydayImage.Location = new System.Drawing.Point(534, 378);
this.HollydayImage.Name = "HollydayImage";
this.HollydayImage.Size = new System.Drawing.Size(45, 94);
this.HollydayImage.TabIndex = 10;
this.HollydayImage.TabStop = false;
this.HollydayImage.Visible = false;
//
// Date
//
this.Date.AutoSize = true;
this.Date.BackColor = System.Drawing.Color.Transparent;
this.Date.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Date.Location = new System.Drawing.Point(55, 39);
this.Date.Name = "Date";
this.Date.Size = new System.Drawing.Size(87, 19);
this.Date.TabIndex = 11;
this.Date.Text = "00-00-0000";
this.Date.MouseLeave += new System.EventHandler(this.Date_MouseLeave);
this.Date.MouseHover += new System.EventHandler(this.Date_MouseHover);
//
// help_hower
//
this.help_hower.AutoSize = true;
this.help_hower.BackColor = System.Drawing.Color.Gainsboro;
this.help_hower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.help_hower.Enabled = false;
this.help_hower.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.help_hower.Location = new System.Drawing.Point(455, 184);
this.help_hower.Name = "help_hower";
this.help_hower.Size = new System.Drawing.Size(87, 21);
this.help_hower.TabIndex = 13;
this.help_hower.Text = "Help Browser";
this.help_hower.Visible = false;
//
// hotel_hower
//
this.hotel_hower.AutoSize = true;
this.hotel_hower.BackColor = System.Drawing.Color.Gainsboro;
this.hotel_hower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.hotel_hower.Enabled = false;
this.hotel_hower.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.hotel_hower.Location = new System.Drawing.Point(487, 83);
this.hotel_hower.Name = "hotel_hower";
this.hotel_hower.Size = new System.Drawing.Size(55, 21);
this.hotel_hower.TabIndex = 14;
this.hotel_hower.Text = "Settings";
this.hotel_hower.Visible = false;
//
// DayName
//
this.DayName.AutoSize = true;
this.DayName.BackColor = System.Drawing.Color.Gainsboro;
this.DayName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.DayName.Enabled = false;
this.DayName.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DayName.Location = new System.Drawing.Point(148, 39);
this.DayName.Name = "DayName";
this.DayName.Size = new System.Drawing.Size(2, 21);
this.DayName.TabIndex = 15;
this.DayName.Visible = false;
//
// GamesEnabled
//
this.GamesEnabled.BackColor = System.Drawing.Color.WhiteSmoke;
this.GamesEnabled.Image = ((System.Drawing.Image)(resources.GetObject("GamesEnabled.Image")));
this.GamesEnabled.Location = new System.Drawing.Point(495, 6);
this.GamesEnabled.Name = "GamesEnabled";
this.GamesEnabled.Size = new System.Drawing.Size(16, 16);
this.GamesEnabled.TabIndex = 16;
this.GamesEnabled.TabStop = false;
this.GamesEnabled.Visible = false;
this.GamesEnabled.MouseLeave += new System.EventHandler(this.GamesEnabled_MouseLeave);
this.GamesEnabled.MouseHover += new System.EventHandler(this.GamesEnabled_MouseHover);
//
// GamesText
//
this.GamesText.AutoSize = true;
this.GamesText.BackColor = System.Drawing.Color.Gainsboro;
this.GamesText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.GamesText.Enabled = false;
this.GamesText.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GamesText.Location = new System.Drawing.Point(394, 3);
this.GamesText.Name = "GamesText";
this.GamesText.Size = new System.Drawing.Size(95, 21);
this.GamesText.TabIndex = 17;
this.GamesText.Text = "Games Enabled";
this.GamesText.Visible = false;
//
// ResfreshHower
//
this.ResfreshHower.AutoSize = true;
this.ResfreshHower.BackColor = System.Drawing.Color.Gainsboro;
this.ResfreshHower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ResfreshHower.Enabled = false;
this.ResfreshHower.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ResfreshHower.Location = new System.Drawing.Point(459, 134);
this.ResfreshHower.Name = "ResfreshHower";
this.ResfreshHower.Size = new System.Drawing.Size(83, 21);
this.ResfreshHower.TabIndex = 18;
this.ResfreshHower.Text = "Refresh Data";
this.ResfreshHower.Visible = false;
//
// Progress
//
this.Progress.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Progress.Location = new System.Drawing.Point(0, 353);
this.Progress.Name = "Progress";
this.Progress.Size = new System.Drawing.Size(599, 10);
this.Progress.TabIndex = 3;
this.Progress.Validated += new System.EventHandler(this.Progress_Validated);
//
// RunTime
//
this.RunTime.BackColor = System.Drawing.Color.WhiteSmoke;
this.RunTime.Cursor = System.Windows.Forms.Cursors.Hand;
this.RunTime.Image = ((System.Drawing.Image)(resources.GetObject("RunTime.Image")));
this.RunTime.Location = new System.Drawing.Point(33, 41);
this.RunTime.Name = "RunTime";
this.RunTime.Size = new System.Drawing.Size(16, 16);
this.RunTime.TabIndex = 19;
this.RunTime.TabStop = false;
this.RunTime.MouseLeave += new System.EventHandler(this.RunTime_MouseLeave);
this.RunTime.MouseHover += new System.EventHandler(this.RunTime_MouseHover);
//
// RunTimeText
//
this.RunTimeText.AutoSize = true;
this.RunTimeText.BackColor = System.Drawing.Color.Gainsboro;
this.RunTimeText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RunTimeText.Enabled = false;
this.RunTimeText.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RunTimeText.Location = new System.Drawing.Point(148, 39);
this.RunTimeText.Name = "RunTimeText";
this.RunTimeText.Size = new System.Drawing.Size(2, 21);
this.RunTimeText.TabIndex = 20;
this.RunTimeText.Visible = false;
//
// ServerDetails
//
this.ServerDetails.Controls.Add(this.SwfVersion);
this.ServerDetails.Controls.Add(this.Version);
this.ServerDetails.Controls.Add(this.textr);
this.ServerDetails.Controls.Add(this.labal2);
this.ServerDetails.Controls.Add(this.label1);
this.ServerDetails.Location = new System.Drawing.Point(12, 65);
this.ServerDetails.Name = "ServerDetails";
this.ServerDetails.Size = new System.Drawing.Size(138, 71);
this.ServerDetails.TabIndex = 21;
this.ServerDetails.Visible = false;
//
// SwfVersion
//
this.SwfVersion.AutoSize = true;
this.SwfVersion.Location = new System.Drawing.Point(103, 45);
this.SwfVersion.Name = "SwfVersion";
this.SwfVersion.Size = new System.Drawing.Size(25, 19);
this.SwfVersion.TabIndex = 4;
this.SwfVersion.Text = "R1";
//
// Version
//
this.Version.AutoSize = true;
this.Version.Location = new System.Drawing.Point(103, 26);
this.Version.Name = "Version";
this.Version.Size = new System.Drawing.Size(25, 19);
this.Version.TabIndex = 3;
this.Version.Text = "R1";
//
// textr
//
this.textr.AutoSize = true;
this.textr.Location = new System.Drawing.Point(4, 26);
this.textr.Name = "textr";
this.textr.Size = new System.Drawing.Size(91, 19);
this.textr.TabIndex = 2;
this.textr.Text = "Server Version";
//
// labal2
//
this.labal2.AutoSize = true;
this.labal2.Location = new System.Drawing.Point(4, 45);
this.labal2.Name = "labal2";
this.labal2.Size = new System.Drawing.Size(80, 19);
this.labal2.TabIndex = 1;
this.labal2.Text = "Server SWFs";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe Print", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(3, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(94, 21);
this.label1.TabIndex = 0;
this.label1.Text = "Server Details";
//
// ServDetails
//
this.ServDetails.BackColor = System.Drawing.Color.WhiteSmoke;
this.ServDetails.Cursor = System.Windows.Forms.Cursors.Hand;
this.ServDetails.Image = ((System.Drawing.Image)(resources.GetObject("ServDetails.Image")));
this.ServDetails.Location = new System.Drawing.Point(12, 41);
this.ServDetails.Name = "ServDetails";
this.ServDetails.Size = new System.Drawing.Size(16, 16);
this.ServDetails.TabIndex = 22;
this.ServDetails.TabStop = false;
this.ServDetails.MouseLeave += new System.EventHandler(this.ServDetails_MouseLeave);
this.ServDetails.MouseHover += new System.EventHandler(this.ServDetails_MouseHover);
//
// Warningmessage
//
this.Warningmessage.BackColor = System.Drawing.Color.Transparent;
this.Warningmessage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Warningmessage.BackgroundImage")));
this.Warningmessage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.Warningmessage.Controls.Add(this.pictureBox1);
this.Warningmessage.Controls.Add(this.label2);
this.Warningmessage.Location = new System.Drawing.Point(365, 38);
this.Warningmessage.Name = "Warningmessage";
this.Warningmessage.Size = new System.Drawing.Size(229, 23);
this.Warningmessage.TabIndex = 25;
this.Warningmessage.Visible = false;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(4, 4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(16, 16);
this.pictureBox1.TabIndex = 26;
this.pictureBox1.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 1);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(182, 19);
this.label2.TabIndex = 25;
this.label2.Text = "Always close with the X button";
//
// Worker
//
this.Worker.WorkerReportsProgress = true;
this.Worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Worker_DoWork);
this.Worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Worker_ProgressChanged);
//
// Interface
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightGray;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(599, 491);
this.ControlBox = false;
this.Controls.Add(this.ServDetails);
this.Controls.Add(this.ServerDetails);
this.Controls.Add(this.RunTimeText);
this.Controls.Add(this.RunTime);
this.Controls.Add(this.ResfreshHower);
this.Controls.Add(this.DayName);
this.Controls.Add(this.GamesText);
this.Controls.Add(this.GamesEnabled);
this.Controls.Add(this.hotel_hower);
this.Controls.Add(this.help_hower);
this.Controls.Add(this.Date);
this.Controls.Add(this.HollydayImage);
this.Controls.Add(this.panel1);
this.Controls.Add(this.CloseEnvironment);
this.Controls.Add(this.Minimize);
this.Controls.Add(this.Loading);
this.Controls.Add(this.Progress);
this.Controls.Add(this.Copyright);
this.Controls.Add(this.Interactor);
this.Controls.Add(this.Logging);
this.Controls.Add(this.MenuBox);
this.Controls.Add(this.Warningmessage);
this.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.MenuBox;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Interface";
this.Opacity = 0.95D;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Interface - DuckEmulator";
((System.ComponentModel.ISupportInitialize)(this.CloseEnvironment)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Loading)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Minimize)).EndInit();
this.MenuBox.ResumeLayout(false);
this.MenuBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.Settings)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.RefreshButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Help)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.HollydayImage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GamesEnabled)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RunTime)).EndInit();
this.ServerDetails.ResumeLayout(false);
this.ServerDetails.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ServDetails)).EndInit();
this.Warningmessage.ResumeLayout(false);
this.Warningmessage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox Logging;
private System.Windows.Forms.Button Interactor;
private System.Windows.Forms.Label Copyright;
private System.Windows.Forms.PictureBox CloseEnvironment;
private System.Windows.Forms.PictureBox Loading;
private System.Windows.Forms.NotifyIcon TrayIcon;
private System.Windows.Forms.PictureBox Minimize;
private System.Windows.Forms.MenuStrip MenuBox;
private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
private System.Windows.Forms.PictureBox Settings;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox Help;
private System.Windows.Forms.ToolStripMenuItem helpBrowserToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem errorListenerToolStripMenuItem;
private System.Windows.Forms.PictureBox HollydayImage;
private System.Windows.Forms.Label Date;
private System.Windows.Forms.Label help_hower;
private System.Windows.Forms.Label hotel_hower;
private System.Windows.Forms.Label DayName;
private System.Windows.Forms.ToolStripMenuItem staticsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem runtimeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem actionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem broadcastToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem hotelAlertToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem creditsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pixelsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem handleToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem connectionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem roomsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem badgesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem usersToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem globalStatsToolStripMenuItem;
private System.Windows.Forms.PictureBox GamesEnabled;
private System.Windows.Forms.Label GamesText;
private System.Windows.Forms.PictureBox RefreshButton;
private System.Windows.Forms.Label ResfreshHower;
private System.Windows.Forms.ProgressBar Progress;
private System.Windows.Forms.PictureBox RunTime;
private System.Windows.Forms.Label RunTimeText;
private System.Windows.Forms.Panel ServerDetails;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox ServDetails;
private System.Windows.Forms.Label SwfVersion;
private System.Windows.Forms.Label Version;
private System.Windows.Forms.Label textr;
private System.Windows.Forms.Label labal2;
private System.Windows.Forms.Panel Warningmessage;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.ComponentModel.BackgroundWorker Worker;
}
}