Пример #1
0
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            // Release all the plugins.
            CadKit.Plugins.Manager.Instance.release(this);

            lock (_mutex)
            {
                if (disposing && (components != null))
                {
                    components.Dispose();
                    components = null;
                }
                base.Dispose(disposing);

                _deserializeDockContent = null;
                _persistantForms        = null;
                _windowForms            = null;
                _windowMenu             = null;
                _menuStrip   = null;
                _statusStrip = null;
                _toolStrip   = null;
                _dockPanel   = null;
                if (null != _recentFiles)
                {
                    _recentFiles.dereference();
                    _recentFiles = null;
                }
            }
        }
        public void LoadSaveFileChannels()
        {
            ExpectModal("SettingsForm", "CreateTestChannels");

            //Plugin should save its channels in the project

            Env.Current.Commands.FindCommandByName(PredefinedContexts.Communication, StringConstants.PropertyCommandName).Execute();

            Assert.AreEqual(ChannelTypes.Length, plugin.Channels.Length);
            Env.Current.Project.Save(projectFile);

            //Plugin should load its channels from the project on its loading
            Env.Deinitialize();
            System.Windows.Forms.MenuStrip menu = new System.Windows.Forms.MenuStrip();
            Env.Initialize(null, new Commands(menu, null), FreeSCADA.Interfaces.EnvironmentMode.Designer);
            plugin = (Plugin)Env.Current.CommunicationPlugins["data_simulator_plug"];
            Env.Current.Project.Load(projectFile);

            Assert.AreEqual(ChannelTypes.Length, plugin.Channels.Length);
            for (int i = 0; i < plugin.Channels.Length; i++)
            {
                FreeSCADA.Interfaces.IChannel ch = plugin.Channels[i];
                Assert.IsNotNull(ch);
                Assert.AreEqual(string.Format("variable_{0}", i + 1), ch.Name);
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.renderMapAgainToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mapImage = new System.Windows.Forms.PictureBox();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapImage)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.renderMapAgainToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(284, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // renderMapAgainToolStripMenuItem
     //
     this.renderMapAgainToolStripMenuItem.Name = "renderMapAgainToolStripMenuItem";
     this.renderMapAgainToolStripMenuItem.Size = new System.Drawing.Size(117, 20);
     this.renderMapAgainToolStripMenuItem.Text = "Render Map Again";
     this.renderMapAgainToolStripMenuItem.Click += new System.EventHandler(this.renderMapAgainToolStripMenuItem_Click);
     //
     // mapImage
     //
     this.mapImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.mapImage.Location = new System.Drawing.Point(0, 27);
     this.mapImage.Name = "mapImage";
     this.mapImage.Size = new System.Drawing.Size(284, 235);
     this.mapImage.TabIndex = 1;
     this.mapImage.TabStop = false;
     this.mapImage.DoubleClick += new System.EventHandler(this.mapImage_DoubleClick);
     this.mapImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapImage_MouseDown);
     //
     // MapViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.mapImage);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location = new System.Drawing.Point(50, 50);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MapViewer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Map Viewer";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapImage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.archivoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.normalToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.singletonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.archivoToolStripMenuItem,
         this.normalToolStripMenuItem,
         this.singletonToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(881, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     this.archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     this.archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
     this.archivoToolStripMenuItem.Text = "Archivo";
     //
     // normalToolStripMenuItem
     //
     this.normalToolStripMenuItem.Name   = "normalToolStripMenuItem";
     this.normalToolStripMenuItem.Size   = new System.Drawing.Size(59, 20);
     this.normalToolStripMenuItem.Text   = "Normal";
     this.normalToolStripMenuItem.Click += new System.EventHandler(this.NormalToolStripMenuItemClick);
     //
     // singletonToolStripMenuItem
     //
     this.singletonToolStripMenuItem.Name   = "singletonToolStripMenuItem";
     this.singletonToolStripMenuItem.Size   = new System.Drawing.Size(69, 20);
     this.singletonToolStripMenuItem.Text   = "Singleton";
     this.singletonToolStripMenuItem.Click += new System.EventHandler(this.SingletonToolStripMenuItemClick);
     //
     // BaseMDIForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(881, 564);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.MainMenuStrip  = this.menuStrip1;
     this.Name           = "BaseMDIForm1";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "BaseMDIForm1";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        static PDNBulkUpdaterEffect()
        {
            try
            {
                if (System.Windows.Forms.Application.OpenForms.Count > 0)
                {
                    m_mainWindow = System.Windows.Forms.Application.OpenForms[System.Windows.Forms.Application.OpenForms.Count - 1];

                    while (m_mainWindow.Owner != null)
                    {
                        m_mainWindow = m_mainWindow.Owner;
                    }
                }

                foreach (System.Windows.Forms.Control ctrl in m_mainWindow.Controls)
                {
                    System.Windows.Forms.UserControl workSpace = ctrl as System.Windows.Forms.UserControl;

                    if (workSpace != null)
                    {
                        PropertyInfo info = workSpace.GetType().GetProperty("ToolBar");

                        if (info != null)
                        {
                            System.Windows.Forms.Control toolbar = info.GetGetMethod().Invoke(workSpace, new object[0]) as System.Windows.Forms.Control;

                            if (toolbar != null)
                            {
                                info = toolbar.GetType().GetProperty("MainMenu");

                                if (info != null)
                                {
                                    System.Windows.Forms.MenuStrip menu = info.GetGetMethod().Invoke(toolbar, new object[0]) as System.Windows.Forms.MenuStrip;

                                    if (menu != null)
                                    {
                                        // "Effects" drop down menu
                                        System.Windows.Forms.ToolStripMenuItem fileItem = menu.Items[6] as System.Windows.Forms.ToolStripMenuItem;
                                        //fileItem.DropDownOpening += new EventHandler(fileItem_DropDownOpening);
                                        fileItem_DropDownOpening(fileItem, null);
                                    }
                                }
                            }
                        }

                        break;
                    }
                }
            }
            catch (Exception ex)
            {
                m_loaderException = ex;
                System.Diagnostics.Debug.WriteLine(ex.ToString());
            }
        }
Пример #6
0
        /// <summary>
        /// Inicializa uma nova instância da classe <see cref="Spartacus.Forms.Menu"/>.
        /// </summary>
        /// <param name="p_parent">Container pai.</param>
        public Menu(Spartacus.Forms.Container p_parent)
            : base(p_parent)
        {
            this.v_control = new System.Windows.Forms.Panel();

            this.SetWidth(p_parent.v_width);
            this.SetHeight(40);
            this.SetLocation(0, p_parent.v_offsety);

            v_menustrip        = new System.Windows.Forms.MenuStrip();
            v_menustrip.Width  = p_parent.v_width;
            v_menustrip.Parent = this.v_control;
        }
        public void Initialization()
        {
            System.Windows.Forms.MenuStrip menu = new System.Windows.Forms.MenuStrip();
            Env.Initialize(null, new Commands(menu, new System.Windows.Forms.ToolStrip()), FreeSCADA.Interfaces.EnvironmentMode.Designer);

            Plugin plugin = (Plugin)Env.Current.CommunicationPlugins["opc_connection_plug"];

            ICommandContext context = Env.Current.Commands.GetContext(PredefinedContexts.Communication);

            Assert.IsNotEmpty(context.GetCommands());

            Env.Deinitialize();
        }
        public override void Setup()
        {
            System.Windows.Forms.MenuStrip menu = new System.Windows.Forms.MenuStrip();
            Env.Initialize(null, new Commands(menu, null), FreeSCADA.Interfaces.EnvironmentMode.Designer);
            plugin = (Plugin)Env.Current.CommunicationPlugins["data_simulator_plug"];

            projectFile = System.IO.Path.GetTempFileName();

            if (System.IO.File.Exists(projectFile))
            {
                System.IO.File.Delete(projectFile);
            }
        }
Пример #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MP));
     this.menu = new System.Windows.Forms.MenuStrip();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // menu
     //
     this.menu.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.menu.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
     this.menu.Location = new System.Drawing.Point(0, 0);
     this.menu.Name = "menu";
     this.menu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.menu.Size = new System.Drawing.Size(631, 24);
     this.menu.TabIndex = 0;
     this.menu.Text = "menuStrip1";
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = global::HForms.Properties.Resources.Bg;
     this.pictureBox1.Location = new System.Drawing.Point(0, 24);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(631, 398);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     //
     // MP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LemonChiffon;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(631, 422);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.menu);
     this.MainMenuStrip = this.menu;
     this.Name = "MP";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.RightToLeftLayout = true;
     this.Text = "الصفحة الرئيسية";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MP_FormClosed);
     this.Load += new System.EventHandler(this.MP_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.importToolStripMenuItem,
     this.exportToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(799, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // importToolStripMenuItem
     //
     this.importToolStripMenuItem.Name = "importToolStripMenuItem";
     this.importToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.importToolStripMenuItem.Text = "Import";
     this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.exportToolStripMenuItem.Text = "Export";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(799, 582);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "frmMain";
     this.Text = "CSV_import_export";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.加载子窗体ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.水平平铺ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.加载子窗体ToolStripMenuItem,
     this.水平平铺ToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(378, 25);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // 加载子窗体ToolStripMenuItem
     //
     this.加载子窗体ToolStripMenuItem.Name = "加载子窗体ToolStripMenuItem";
     this.加载子窗体ToolStripMenuItem.Size = new System.Drawing.Size(80, 21);
     this.加载子窗体ToolStripMenuItem.Text = "加载子窗体";
     this.加载子窗体ToolStripMenuItem.Click += new System.EventHandler(this.加载子窗体ToolStripMenuItem_Click);
     //
     // 水平平铺ToolStripMenuItem
     //
     this.水平平铺ToolStripMenuItem.Name = "水平平铺ToolStripMenuItem";
     this.水平平铺ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
     this.水平平铺ToolStripMenuItem.Text = "水平平铺";
     this.水平平铺ToolStripMenuItem.Click += new System.EventHandler(this.水平平铺ToolStripMenuItem_Click);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(378, 209);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "对子窗体进行水平排列";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #12
0
        public static int FindSelectedIndex(this System.Windows.Forms.MenuStrip menuStrip)
        {
            int ix = 0;

            foreach (Object item in menuStrip.Items)
            {
                var mi = item as System.Windows.Forms.ToolStripMenuItem;
                if (mi != null && mi.Selected)
                {
                    return(ix);
                }
                ix++;
            }
            return(-1);
        }
Пример #13
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip = new System.Windows.Forms.MenuStrip();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.openWindowListPane1 = new NBooks.Views.OpenWindowListPane();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name = "menuStrip1";
     this.menuStrip.Size = new System.Drawing.Size(784, 24);
     this.menuStrip.TabIndex = 0;
     this.menuStrip.Text = "menuStrip1";
     //
     // toolStrip1
     //
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(784, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // openWindowListPane1
     //
     this.openWindowListPane1.Dock = System.Windows.Forms.DockStyle.Left;
     this.openWindowListPane1.Location = new System.Drawing.Point(0, 49);
     this.openWindowListPane1.Name = "openWindowListPane1";
     this.openWindowListPane1.Size = new System.Drawing.Size(150, 513);
     this.openWindowListPane1.TabIndex = 3;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(784, 562);
     this.Controls.Add(this.openWindowListPane1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.MainMenuStrip = this.menuStrip;
     this.Name = "MainForm";
     this.Text = "MainForm";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #14
0
 void SetTheme(System.Windows.Forms.MenuStrip sdm)
 {
     if (ctheme == GuiTheme.Everett)
     {
         sdm.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     }
     else if (ctheme == GuiTheme.Office2003)
     {
         sdm.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     }
     else if (ctheme == GuiTheme.Glossy)
     {
         sdm.Renderer = glossy;
     }
     else
     {
         sdm.Renderer = whidbey;
     }
 }
Пример #15
0
        delegate void ExecFunc(object obj, EventArgs e); // делегат или указатель на функцию

        public static void AddMainMenuItem(System.Windows.Forms.MenuStrip mainMenu, string testMenu, string menuAction)
        {
            //string testMenu = "Файл/Выход";
            string[] menus   = testMenu.Split('/');
            string   curMenu = "";

            //string menuAction = "toolStripMenuItem2_Click";

            for (int i = 0; i < menus.Length; i++)
            {
                if (mainMenu.Items[menus[i]] == null)
                {
                    System.Windows.Forms.ToolStripMenuItem newMenuItem = new System.Windows.Forms.ToolStripMenuItem();
                    newMenuItem.Text = menus[i];
                    newMenuItem.Name = menus[i];
                    if (i == menus.Length - 1)
                    {
                        newMenuItem.Tag    = menuAction;
                        newMenuItem.Click += new System.EventHandler(MLDBUtils.MLMenuUtils.ExecMenuAction);
                    }


                    if (curMenu == "")
                    {
                        mainMenu.Items.Add(newMenuItem);
                        curMenu = menus[i];
                    }
                    else
                    {
                        System.Windows.Forms.ToolStripMenuItem oldMenuItem = mainMenu.Items[curMenu] as System.Windows.Forms.ToolStripMenuItem;
                        oldMenuItem.DropDownItems.Add(newMenuItem);
                    }
                }
                else
                {
                    curMenu = menus[i];
                }
            }
        }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.archivoToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.importarAExcelToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exportarToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.alumnosToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.altasToolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     this.bajasToolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     this.mostrarTodosToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.maestrosToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.altaToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.bajaToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.mostrarProfesoresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.busquedaToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.nuevoToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.buscarToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.generarOficioToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.logoutToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.panel1        = new System.Windows.Forms.Panel();
     this.processofTitlingDataSet1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.processofTitlingDataSet1 = new ProtocoloTitulacion.ProcessofTitlingDataSet();
     this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.processofTitlingDataSet1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.processofTitlingDataSet1)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.archivoToolStripMenuItem,
         this.alumnosToolStripMenuItem,
         this.maestrosToolStripMenuItem,
         this.busquedaToolStripMenuItem,
         this.generarOficioToolStripMenuItem,
         this.logoutToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1200, 27);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     this.archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.importarAExcelToolStripMenuItem,
         this.exportarToolStripMenuItem
     });
     this.archivoToolStripMenuItem.Name   = "archivoToolStripMenuItem";
     this.archivoToolStripMenuItem.Size   = new System.Drawing.Size(67, 23);
     this.archivoToolStripMenuItem.Text   = "Archivo";
     this.archivoToolStripMenuItem.Click += new System.EventHandler(this.archivoToolStripMenuItem_Click);
     //
     // importarAExcelToolStripMenuItem
     //
     this.importarAExcelToolStripMenuItem.Name   = "importarAExcelToolStripMenuItem";
     this.importarAExcelToolStripMenuItem.Size   = new System.Drawing.Size(152, 24);
     this.importarAExcelToolStripMenuItem.Text   = "Importar ";
     this.importarAExcelToolStripMenuItem.Click += new System.EventHandler(this.importarAExcelToolStripMenuItem_Click);
     //
     // exportarToolStripMenuItem
     //
     this.exportarToolStripMenuItem.Name   = "exportarToolStripMenuItem";
     this.exportarToolStripMenuItem.Size   = new System.Drawing.Size(152, 24);
     this.exportarToolStripMenuItem.Text   = "Exportar";
     this.exportarToolStripMenuItem.Click += new System.EventHandler(this.exportarToolStripMenuItem_Click);
     //
     // alumnosToolStripMenuItem
     //
     this.alumnosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.altasToolStripMenuItem1,
         this.bajasToolStripMenuItem1,
         this.mostrarTodosToolStripMenuItem
     });
     this.alumnosToolStripMenuItem.Name   = "alumnosToolStripMenuItem";
     this.alumnosToolStripMenuItem.Size   = new System.Drawing.Size(73, 23);
     this.alumnosToolStripMenuItem.Text   = "alumnos";
     this.alumnosToolStripMenuItem.Click += new System.EventHandler(this.alumnosToolStripMenuItem_Click);
     //
     // altasToolStripMenuItem1
     //
     this.altasToolStripMenuItem1.Name   = "altasToolStripMenuItem1";
     this.altasToolStripMenuItem1.Size   = new System.Drawing.Size(166, 24);
     this.altasToolStripMenuItem1.Text   = "altas";
     this.altasToolStripMenuItem1.Click += new System.EventHandler(this.altasToolStripMenuItem1_Click);
     //
     // bajasToolStripMenuItem1
     //
     this.bajasToolStripMenuItem1.Name   = "bajasToolStripMenuItem1";
     this.bajasToolStripMenuItem1.Size   = new System.Drawing.Size(166, 24);
     this.bajasToolStripMenuItem1.Text   = "bajas";
     this.bajasToolStripMenuItem1.Click += new System.EventHandler(this.bajasToolStripMenuItem1_Click);
     //
     // mostrarTodosToolStripMenuItem
     //
     this.mostrarTodosToolStripMenuItem.Name   = "mostrarTodosToolStripMenuItem";
     this.mostrarTodosToolStripMenuItem.Size   = new System.Drawing.Size(166, 24);
     this.mostrarTodosToolStripMenuItem.Text   = "Mostrar todos";
     this.mostrarTodosToolStripMenuItem.Click += new System.EventHandler(this.mostrarTodosToolStripMenuItem_Click);
     //
     // maestrosToolStripMenuItem
     //
     this.maestrosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.altaToolStripMenuItem,
         this.bajaToolStripMenuItem,
         this.mostrarProfesoresToolStripMenuItem
     });
     this.maestrosToolStripMenuItem.Name   = "maestrosToolStripMenuItem";
     this.maestrosToolStripMenuItem.Size   = new System.Drawing.Size(78, 23);
     this.maestrosToolStripMenuItem.Text   = "Maestros";
     this.maestrosToolStripMenuItem.Click += new System.EventHandler(this.MaestrosToolStripMenuItemClick);
     //
     // altaToolStripMenuItem
     //
     this.altaToolStripMenuItem.Name   = "altaToolStripMenuItem";
     this.altaToolStripMenuItem.Size   = new System.Drawing.Size(195, 24);
     this.altaToolStripMenuItem.Text   = "Alta";
     this.altaToolStripMenuItem.Click += new System.EventHandler(this.altaToolStripMenuItem_Click);
     //
     // bajaToolStripMenuItem
     //
     this.bajaToolStripMenuItem.Name   = "bajaToolStripMenuItem";
     this.bajaToolStripMenuItem.Size   = new System.Drawing.Size(195, 24);
     this.bajaToolStripMenuItem.Text   = "Baja";
     this.bajaToolStripMenuItem.Click += new System.EventHandler(this.bajaToolStripMenuItem_Click);
     //
     // mostrarProfesoresToolStripMenuItem
     //
     this.mostrarProfesoresToolStripMenuItem.Name   = "mostrarProfesoresToolStripMenuItem";
     this.mostrarProfesoresToolStripMenuItem.Size   = new System.Drawing.Size(195, 24);
     this.mostrarProfesoresToolStripMenuItem.Text   = "Mostrar Profesores";
     this.mostrarProfesoresToolStripMenuItem.Click += new System.EventHandler(this.mostrarProfesoresToolStripMenuItem_Click);
     //
     // busquedaToolStripMenuItem
     //
     this.busquedaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.nuevoToolStripMenuItem,
         this.buscarToolStripMenuItem
     });
     this.busquedaToolStripMenuItem.Name   = "busquedaToolStripMenuItem";
     this.busquedaToolStripMenuItem.Size   = new System.Drawing.Size(77, 23);
     this.busquedaToolStripMenuItem.Text   = "Registros";
     this.busquedaToolStripMenuItem.Click += new System.EventHandler(this.busquedaToolStripMenuItem_Click);
     //
     // nuevoToolStripMenuItem
     //
     this.nuevoToolStripMenuItem.Name   = "nuevoToolStripMenuItem";
     this.nuevoToolStripMenuItem.Size   = new System.Drawing.Size(152, 24);
     this.nuevoToolStripMenuItem.Text   = "nuevo";
     this.nuevoToolStripMenuItem.Click += new System.EventHandler(this.nuevoToolStripMenuItem_Click);
     //
     // buscarToolStripMenuItem
     //
     this.buscarToolStripMenuItem.Name   = "buscarToolStripMenuItem";
     this.buscarToolStripMenuItem.Size   = new System.Drawing.Size(152, 24);
     this.buscarToolStripMenuItem.Text   = "Buscar";
     this.buscarToolStripMenuItem.Click += new System.EventHandler(this.buscarToolStripMenuItem_Click);
     //
     // generarOficioToolStripMenuItem
     //
     this.generarOficioToolStripMenuItem.Name   = "generarOficioToolStripMenuItem";
     this.generarOficioToolStripMenuItem.Size   = new System.Drawing.Size(109, 23);
     this.generarOficioToolStripMenuItem.Text   = "Generar Oficio";
     this.generarOficioToolStripMenuItem.Click += new System.EventHandler(this.GenerarOficioToolStripMenuItemClick);
     //
     // logoutToolStripMenuItem
     //
     this.logoutToolStripMenuItem.Name   = "logoutToolStripMenuItem";
     this.logoutToolStripMenuItem.Size   = new System.Drawing.Size(65, 23);
     this.logoutToolStripMenuItem.Text   = "Logout";
     this.logoutToolStripMenuItem.Click += new System.EventHandler(this.LogoutToolStripMenuItemClick);
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.ButtonFace;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location          = new System.Drawing.Point(0, 27);
     this.dataGridView1.Name              = "dataGridView1";
     this.dataGridView1.ReadOnly          = true;
     this.dataGridView1.Size              = new System.Drawing.Size(1200, 380);
     this.dataGridView1.TabIndex          = 1;
     this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(0, 27);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(752, 327);
     this.panel1.TabIndex = 2;
     //
     // processofTitlingDataSet1BindingSource
     //
     this.processofTitlingDataSet1BindingSource.DataSource = this.processofTitlingDataSet1;
     this.processofTitlingDataSet1BindingSource.Position   = 0;
     //
     // processofTitlingDataSet1
     //
     this.processofTitlingDataSet1.DataSetName             = "ProcessofTitlingDataSet";
     this.processofTitlingDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // notifyIcon1
     //
     this.notifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Warning;
     this.notifyIcon1.BalloonTipText = "Info";
     this.notifyIcon1.Icon           = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text           = "Proceso de Titulacion";
     this.notifyIcon1.Visible        = true;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1200, 407);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip   = this.menuStrip1;
     this.Name            = "Main";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Asignacion Comision Revisora de Titulacion";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.MainFormClosed);
     this.Load           += new System.EventHandler(this.Main_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.processofTitlingDataSet1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.processofTitlingDataSet1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Welcome));
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.room125Button = new System.Windows.Forms.Button();
     this.room124Button = new System.Windows.Forms.Button();
     this.room118Button = new System.Windows.Forms.Button();
     this.room109Button = new System.Windows.Forms.Button();
     this.room126Button = new System.Windows.Forms.Button();
     this.room127Button = new System.Windows.Forms.Button();
     this.room128Button = new System.Windows.Forms.Button();
     this.room123Button = new System.Windows.Forms.Button();
     this.room122Button = new System.Windows.Forms.Button();
     this.room121Button = new System.Windows.Forms.Button();
     this.room117Button = new System.Windows.Forms.Button();
     this.room116Button = new System.Windows.Forms.Button();
     this.rom115Button = new System.Windows.Forms.Button();
     this.room108Button = new System.Windows.Forms.Button();
     this.room107Button = new System.Windows.Forms.Button();
     this.room106Button = new System.Windows.Forms.Button();
     this.room129Button = new System.Windows.Forms.Button();
     this.room130Button = new System.Windows.Forms.Button();
     this.room120Button = new System.Windows.Forms.Button();
     this.room119Button = new System.Windows.Forms.Button();
     this.room114Button = new System.Windows.Forms.Button();
     this.room113Button = new System.Windows.Forms.Button();
     this.room112Button = new System.Windows.Forms.Button();
     this.room111Button = new System.Windows.Forms.Button();
     this.room110Button = new System.Windows.Forms.Button();
     this.room105Button = new System.Windows.Forms.Button();
     this.room104Button = new System.Windows.Forms.Button();
     this.room102Button = new System.Windows.Forms.Button();
     this.room103Button = new System.Windows.Forms.Button();
     this.room101Button = new System.Windows.Forms.Button();
     this.label10 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.room272Button = new System.Windows.Forms.Button();
     this.room263Button = new System.Windows.Forms.Button();
     this.room271Button = new System.Windows.Forms.Button();
     this.room270Button = new System.Windows.Forms.Button();
     this.room269Button = new System.Windows.Forms.Button();
     this.room262Button = new System.Windows.Forms.Button();
     this.room261Button = new System.Windows.Forms.Button();
     this.room260Button = new System.Windows.Forms.Button();
     this.room268Button = new System.Windows.Forms.Button();
     this.room267Button = new System.Windows.Forms.Button();
     this.room266Button = new System.Windows.Forms.Button();
     this.room265Button = new System.Windows.Forms.Button();
     this.room264Button = new System.Windows.Forms.Button();
     this.room259Button = new System.Windows.Forms.Button();
     this.room258Button = new System.Windows.Forms.Button();
     this.room256Button = new System.Windows.Forms.Button();
     this.room257Button = new System.Windows.Forms.Button();
     this.room255Button = new System.Windows.Forms.Button();
     this.room254Button = new System.Windows.Forms.Button();
     this.room245Button = new System.Windows.Forms.Button();
     this.room253Button = new System.Windows.Forms.Button();
     this.room252Button = new System.Windows.Forms.Button();
     this.room251Button = new System.Windows.Forms.Button();
     this.room244Button = new System.Windows.Forms.Button();
     this.room243Button = new System.Windows.Forms.Button();
     this.room242Button = new System.Windows.Forms.Button();
     this.room250Button = new System.Windows.Forms.Button();
     this.room249Button = new System.Windows.Forms.Button();
     this.room248Button = new System.Windows.Forms.Button();
     this.room247Button = new System.Windows.Forms.Button();
     this.room246Button = new System.Windows.Forms.Button();
     this.rom241Button = new System.Windows.Forms.Button();
     this.room240Button = new System.Windows.Forms.Button();
     this.room238Button = new System.Windows.Forms.Button();
     this.room239Button = new System.Windows.Forms.Button();
     this.rom237Button = new System.Windows.Forms.Button();
     this.room236Button = new System.Windows.Forms.Button();
     this.room227Button = new System.Windows.Forms.Button();
     this.room235Button = new System.Windows.Forms.Button();
     this.room234Button = new System.Windows.Forms.Button();
     this.room233Button = new System.Windows.Forms.Button();
     this.room226Button = new System.Windows.Forms.Button();
     this.room225Button = new System.Windows.Forms.Button();
     this.room224Button = new System.Windows.Forms.Button();
     this.room232Button = new System.Windows.Forms.Button();
     this.room231Button = new System.Windows.Forms.Button();
     this.room230Button = new System.Windows.Forms.Button();
     this.room229Button = new System.Windows.Forms.Button();
     this.room228Button = new System.Windows.Forms.Button();
     this.room223Button = new System.Windows.Forms.Button();
     this.room222Button = new System.Windows.Forms.Button();
     this.room220Button = new System.Windows.Forms.Button();
     this.room221Button = new System.Windows.Forms.Button();
     this.room219Button = new System.Windows.Forms.Button();
     this.room218Button = new System.Windows.Forms.Button();
     this.room209Button = new System.Windows.Forms.Button();
     this.room217Button = new System.Windows.Forms.Button();
     this.room216Button = new System.Windows.Forms.Button();
     this.room215Button = new System.Windows.Forms.Button();
     this.room208Button = new System.Windows.Forms.Button();
     this.room207Button = new System.Windows.Forms.Button();
     this.room206Button = new System.Windows.Forms.Button();
     this.room214Button = new System.Windows.Forms.Button();
     this.room213Button = new System.Windows.Forms.Button();
     this.room212Button = new System.Windows.Forms.Button();
     this.room211Button = new System.Windows.Forms.Button();
     this.room210Button = new System.Windows.Forms.Button();
     this.room205Button = new System.Windows.Forms.Button();
     this.room204Button = new System.Windows.Forms.Button();
     this.room202Button = new System.Windows.Forms.Button();
     this.room203Button = new System.Windows.Forms.Button();
     this.room201Button = new System.Windows.Forms.Button();
     this.label19 = new System.Windows.Forms.Label();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.checkOutDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.checkInDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.checkAvailabilityButton = new System.Windows.Forms.Button();
     this.clearButton = new System.Windows.Forms.Button();
     this.roomLevelComboBox = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.roomTypeComboBox = new System.Windows.Forms.ComboBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.clearNamesButton = new System.Windows.Forms.Button();
     this.lastNameTextBox = new System.Windows.Forms.TextBox();
     this.firstNameTextBox = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.retrieveBookingButton = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label17 = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.programmingManualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Location = new System.Drawing.Point(11, 199);
     this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(639, 377);
     this.tabControl1.TabIndex = 92;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label12);
     this.tabPage1.Controls.Add(this.label11);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.room125Button);
     this.tabPage1.Controls.Add(this.room124Button);
     this.tabPage1.Controls.Add(this.room118Button);
     this.tabPage1.Controls.Add(this.room109Button);
     this.tabPage1.Controls.Add(this.room126Button);
     this.tabPage1.Controls.Add(this.room127Button);
     this.tabPage1.Controls.Add(this.room128Button);
     this.tabPage1.Controls.Add(this.room123Button);
     this.tabPage1.Controls.Add(this.room122Button);
     this.tabPage1.Controls.Add(this.room121Button);
     this.tabPage1.Controls.Add(this.room117Button);
     this.tabPage1.Controls.Add(this.room116Button);
     this.tabPage1.Controls.Add(this.rom115Button);
     this.tabPage1.Controls.Add(this.room108Button);
     this.tabPage1.Controls.Add(this.room107Button);
     this.tabPage1.Controls.Add(this.room106Button);
     this.tabPage1.Controls.Add(this.room129Button);
     this.tabPage1.Controls.Add(this.room130Button);
     this.tabPage1.Controls.Add(this.room120Button);
     this.tabPage1.Controls.Add(this.room119Button);
     this.tabPage1.Controls.Add(this.room114Button);
     this.tabPage1.Controls.Add(this.room113Button);
     this.tabPage1.Controls.Add(this.room112Button);
     this.tabPage1.Controls.Add(this.room111Button);
     this.tabPage1.Controls.Add(this.room110Button);
     this.tabPage1.Controls.Add(this.room105Button);
     this.tabPage1.Controls.Add(this.room104Button);
     this.tabPage1.Controls.Add(this.room102Button);
     this.tabPage1.Controls.Add(this.room103Button);
     this.tabPage1.Controls.Add(this.room101Button);
     this.tabPage1.Controls.Add(this.label10);
     this.tabPage1.Controls.Add(this.label18);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
     this.tabPage1.Size = new System.Drawing.Size(631, 351);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Lobby";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label12.Location = new System.Drawing.Point(419, 77);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(207, 197);
     this.label12.TabIndex = 102;
     this.label12.Text = "Swimming Pool";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label11.Location = new System.Drawing.Point(112, 83);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(196, 53);
     this.label11.TabIndex = 101;
     this.label11.Text = "Reception";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label9.Location = new System.Drawing.Point(8, 77);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(94, 197);
     this.label9.TabIndex = 99;
     this.label9.Text = "Hall";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Location = new System.Drawing.Point(6, 283);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(221, 62);
     this.label1.TabIndex = 97;
     this.label1.Text = "Main Entrance";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // room125Button
     //
     this.room125Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room125Button.Location = new System.Drawing.Point(564, 314);
     this.room125Button.Name = "room125Button";
     this.room125Button.Size = new System.Drawing.Size(62, 30);
     this.room125Button.TabIndex = 96;
     this.room125Button.Text = "125";
     this.room125Button.UseVisualStyleBackColor = true;
     this.room125Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room124Button
     //
     this.room124Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room124Button.Location = new System.Drawing.Point(565, 279);
     this.room124Button.Name = "room124Button";
     this.room124Button.Size = new System.Drawing.Size(62, 30);
     this.room124Button.TabIndex = 95;
     this.room124Button.Text = "124";
     this.room124Button.UseVisualStyleBackColor = true;
     this.room124Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room118Button
     //
     this.room118Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room118Button.Location = new System.Drawing.Point(564, 41);
     this.room118Button.Name = "room118Button";
     this.room118Button.Size = new System.Drawing.Size(62, 30);
     this.room118Button.TabIndex = 94;
     this.room118Button.Text = "118";
     this.room118Button.UseVisualStyleBackColor = true;
     this.room118Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room109Button
     //
     this.room109Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room109Button.Location = new System.Drawing.Point(564, 5);
     this.room109Button.Name = "room109Button";
     this.room109Button.Size = new System.Drawing.Size(62, 30);
     this.room109Button.TabIndex = 93;
     this.room109Button.Text = "109";
     this.room109Button.UseVisualStyleBackColor = true;
     this.room109Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room126Button
     //
     this.room126Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room126Button.Location = new System.Drawing.Point(498, 314);
     this.room126Button.Name = "room126Button";
     this.room126Button.Size = new System.Drawing.Size(62, 30);
     this.room126Button.TabIndex = 92;
     this.room126Button.Text = "126";
     this.room126Button.UseVisualStyleBackColor = true;
     this.room126Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room127Button
     //
     this.room127Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room127Button.Location = new System.Drawing.Point(432, 314);
     this.room127Button.Name = "room127Button";
     this.room127Button.Size = new System.Drawing.Size(62, 30);
     this.room127Button.TabIndex = 91;
     this.room127Button.Text = "127";
     this.room127Button.UseVisualStyleBackColor = true;
     this.room127Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room128Button
     //
     this.room128Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room128Button.Location = new System.Drawing.Point(366, 314);
     this.room128Button.Name = "room128Button";
     this.room128Button.Size = new System.Drawing.Size(62, 30);
     this.room128Button.TabIndex = 90;
     this.room128Button.Text = "128";
     this.room128Button.UseVisualStyleBackColor = true;
     this.room128Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room123Button
     //
     this.room123Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room123Button.Location = new System.Drawing.Point(499, 279);
     this.room123Button.Name = "room123Button";
     this.room123Button.Size = new System.Drawing.Size(62, 30);
     this.room123Button.TabIndex = 89;
     this.room123Button.Text = "123";
     this.room123Button.UseVisualStyleBackColor = true;
     this.room123Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room122Button
     //
     this.room122Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room122Button.Location = new System.Drawing.Point(433, 279);
     this.room122Button.Name = "room122Button";
     this.room122Button.Size = new System.Drawing.Size(62, 30);
     this.room122Button.TabIndex = 88;
     this.room122Button.Text = "122";
     this.room122Button.UseVisualStyleBackColor = true;
     this.room122Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room121Button
     //
     this.room121Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room121Button.Location = new System.Drawing.Point(367, 279);
     this.room121Button.Name = "room121Button";
     this.room121Button.Size = new System.Drawing.Size(62, 30);
     this.room121Button.TabIndex = 87;
     this.room121Button.Text = "121";
     this.room121Button.UseVisualStyleBackColor = true;
     this.room121Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room117Button
     //
     this.room117Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room117Button.Location = new System.Drawing.Point(498, 41);
     this.room117Button.Name = "room117Button";
     this.room117Button.Size = new System.Drawing.Size(62, 30);
     this.room117Button.TabIndex = 86;
     this.room117Button.Text = "117";
     this.room117Button.UseVisualStyleBackColor = true;
     this.room117Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room116Button
     //
     this.room116Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room116Button.Location = new System.Drawing.Point(432, 41);
     this.room116Button.Name = "room116Button";
     this.room116Button.Size = new System.Drawing.Size(62, 30);
     this.room116Button.TabIndex = 85;
     this.room116Button.Text = "116";
     this.room116Button.UseVisualStyleBackColor = true;
     this.room116Button.Click += new System.EventHandler(this.Room_Click);
     //
     // rom115Button
     //
     this.rom115Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rom115Button.Location = new System.Drawing.Point(366, 41);
     this.rom115Button.Name = "rom115Button";
     this.rom115Button.Size = new System.Drawing.Size(62, 30);
     this.rom115Button.TabIndex = 84;
     this.rom115Button.Text = "115";
     this.rom115Button.UseVisualStyleBackColor = true;
     this.rom115Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room108Button
     //
     this.room108Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room108Button.Location = new System.Drawing.Point(498, 5);
     this.room108Button.Name = "room108Button";
     this.room108Button.Size = new System.Drawing.Size(62, 30);
     this.room108Button.TabIndex = 83;
     this.room108Button.Text = "108";
     this.room108Button.UseVisualStyleBackColor = true;
     this.room108Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room107Button
     //
     this.room107Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room107Button.Location = new System.Drawing.Point(432, 5);
     this.room107Button.Name = "room107Button";
     this.room107Button.Size = new System.Drawing.Size(62, 30);
     this.room107Button.TabIndex = 82;
     this.room107Button.Text = "107";
     this.room107Button.UseVisualStyleBackColor = true;
     this.room107Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room106Button
     //
     this.room106Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room106Button.Location = new System.Drawing.Point(366, 5);
     this.room106Button.Name = "room106Button";
     this.room106Button.Size = new System.Drawing.Size(62, 30);
     this.room106Button.TabIndex = 81;
     this.room106Button.Text = "106";
     this.room106Button.UseVisualStyleBackColor = true;
     this.room106Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room129Button
     //
     this.room129Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room129Button.Location = new System.Drawing.Point(300, 314);
     this.room129Button.Name = "room129Button";
     this.room129Button.Size = new System.Drawing.Size(62, 30);
     this.room129Button.TabIndex = 79;
     this.room129Button.Text = "129";
     this.room129Button.UseVisualStyleBackColor = true;
     this.room129Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room130Button
     //
     this.room130Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room130Button.Location = new System.Drawing.Point(232, 314);
     this.room130Button.Name = "room130Button";
     this.room130Button.Size = new System.Drawing.Size(62, 30);
     this.room130Button.TabIndex = 78;
     this.room130Button.Text = "130";
     this.room130Button.UseVisualStyleBackColor = true;
     this.room130Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room120Button
     //
     this.room120Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room120Button.Location = new System.Drawing.Point(301, 279);
     this.room120Button.Name = "room120Button";
     this.room120Button.Size = new System.Drawing.Size(62, 30);
     this.room120Button.TabIndex = 74;
     this.room120Button.Text = "120";
     this.room120Button.UseVisualStyleBackColor = true;
     this.room120Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room119Button
     //
     this.room119Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room119Button.Location = new System.Drawing.Point(233, 279);
     this.room119Button.Name = "room119Button";
     this.room119Button.Size = new System.Drawing.Size(62, 30);
     this.room119Button.TabIndex = 73;
     this.room119Button.Text = "119";
     this.room119Button.UseVisualStyleBackColor = true;
     this.room119Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room114Button
     //
     this.room114Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room114Button.Location = new System.Drawing.Point(300, 41);
     this.room114Button.Name = "room114Button";
     this.room114Button.Size = new System.Drawing.Size(62, 30);
     this.room114Button.TabIndex = 63;
     this.room114Button.Text = "114";
     this.room114Button.UseVisualStyleBackColor = true;
     this.room114Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room113Button
     //
     this.room113Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room113Button.Location = new System.Drawing.Point(201, 41);
     this.room113Button.Name = "room113Button";
     this.room113Button.Size = new System.Drawing.Size(62, 30);
     this.room113Button.TabIndex = 62;
     this.room113Button.Text = "113";
     this.room113Button.UseVisualStyleBackColor = true;
     this.room113Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room112Button
     //
     this.room112Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room112Button.Location = new System.Drawing.Point(135, 41);
     this.room112Button.Name = "room112Button";
     this.room112Button.Size = new System.Drawing.Size(62, 30);
     this.room112Button.TabIndex = 61;
     this.room112Button.Text = "112";
     this.room112Button.UseVisualStyleBackColor = true;
     this.room112Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room111Button
     //
     this.room111Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room111Button.Location = new System.Drawing.Point(69, 41);
     this.room111Button.Name = "room111Button";
     this.room111Button.Size = new System.Drawing.Size(62, 30);
     this.room111Button.TabIndex = 60;
     this.room111Button.Text = "111";
     this.room111Button.UseVisualStyleBackColor = true;
     this.room111Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room110Button
     //
     this.room110Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room110Button.Location = new System.Drawing.Point(3, 41);
     this.room110Button.Name = "room110Button";
     this.room110Button.Size = new System.Drawing.Size(62, 30);
     this.room110Button.TabIndex = 59;
     this.room110Button.Text = "110";
     this.room110Button.UseVisualStyleBackColor = true;
     this.room110Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room105Button
     //
     this.room105Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room105Button.Location = new System.Drawing.Point(300, 5);
     this.room105Button.Name = "room105Button";
     this.room105Button.Size = new System.Drawing.Size(62, 30);
     this.room105Button.TabIndex = 58;
     this.room105Button.Text = "105";
     this.room105Button.UseVisualStyleBackColor = true;
     this.room105Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room104Button
     //
     this.room104Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room104Button.Location = new System.Drawing.Point(201, 5);
     this.room104Button.Name = "room104Button";
     this.room104Button.Size = new System.Drawing.Size(62, 30);
     this.room104Button.TabIndex = 57;
     this.room104Button.Text = "104";
     this.room104Button.UseVisualStyleBackColor = true;
     this.room104Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room102Button
     //
     this.room102Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room102Button.Location = new System.Drawing.Point(69, 5);
     this.room102Button.Name = "room102Button";
     this.room102Button.Size = new System.Drawing.Size(62, 30);
     this.room102Button.TabIndex = 56;
     this.room102Button.Text = "102";
     this.room102Button.UseVisualStyleBackColor = true;
     this.room102Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room103Button
     //
     this.room103Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room103Button.Location = new System.Drawing.Point(135, 5);
     this.room103Button.Name = "room103Button";
     this.room103Button.Size = new System.Drawing.Size(62, 30);
     this.room103Button.TabIndex = 55;
     this.room103Button.Text = "103";
     this.room103Button.UseVisualStyleBackColor = true;
     this.room103Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room101Button
     //
     this.room101Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room101Button.Location = new System.Drawing.Point(3, 5);
     this.room101Button.Name = "room101Button";
     this.room101Button.Size = new System.Drawing.Size(62, 30);
     this.room101Button.TabIndex = 54;
     this.room101Button.Text = "101";
     this.room101Button.UseVisualStyleBackColor = true;
     this.room101Button.Click += new System.EventHandler(this.Room_Click);
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Location = new System.Drawing.Point(108, 77);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(305, 197);
     this.label10.TabIndex = 100;
     this.label10.Text = "Lobby";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label18
     //
     this.label18.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.label18.Location = new System.Drawing.Point(261, 5);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(42, 66);
     this.label18.TabIndex = 107;
     this.label18.Text = "Stairs";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.room272Button);
     this.tabPage2.Controls.Add(this.room263Button);
     this.tabPage2.Controls.Add(this.room271Button);
     this.tabPage2.Controls.Add(this.room270Button);
     this.tabPage2.Controls.Add(this.room269Button);
     this.tabPage2.Controls.Add(this.room262Button);
     this.tabPage2.Controls.Add(this.room261Button);
     this.tabPage2.Controls.Add(this.room260Button);
     this.tabPage2.Controls.Add(this.room268Button);
     this.tabPage2.Controls.Add(this.room267Button);
     this.tabPage2.Controls.Add(this.room266Button);
     this.tabPage2.Controls.Add(this.room265Button);
     this.tabPage2.Controls.Add(this.room264Button);
     this.tabPage2.Controls.Add(this.room259Button);
     this.tabPage2.Controls.Add(this.room258Button);
     this.tabPage2.Controls.Add(this.room256Button);
     this.tabPage2.Controls.Add(this.room257Button);
     this.tabPage2.Controls.Add(this.room255Button);
     this.tabPage2.Controls.Add(this.room254Button);
     this.tabPage2.Controls.Add(this.room245Button);
     this.tabPage2.Controls.Add(this.room253Button);
     this.tabPage2.Controls.Add(this.room252Button);
     this.tabPage2.Controls.Add(this.room251Button);
     this.tabPage2.Controls.Add(this.room244Button);
     this.tabPage2.Controls.Add(this.room243Button);
     this.tabPage2.Controls.Add(this.room242Button);
     this.tabPage2.Controls.Add(this.room250Button);
     this.tabPage2.Controls.Add(this.room249Button);
     this.tabPage2.Controls.Add(this.room248Button);
     this.tabPage2.Controls.Add(this.room247Button);
     this.tabPage2.Controls.Add(this.room246Button);
     this.tabPage2.Controls.Add(this.rom241Button);
     this.tabPage2.Controls.Add(this.room240Button);
     this.tabPage2.Controls.Add(this.room238Button);
     this.tabPage2.Controls.Add(this.room239Button);
     this.tabPage2.Controls.Add(this.rom237Button);
     this.tabPage2.Controls.Add(this.room236Button);
     this.tabPage2.Controls.Add(this.room227Button);
     this.tabPage2.Controls.Add(this.room235Button);
     this.tabPage2.Controls.Add(this.room234Button);
     this.tabPage2.Controls.Add(this.room233Button);
     this.tabPage2.Controls.Add(this.room226Button);
     this.tabPage2.Controls.Add(this.room225Button);
     this.tabPage2.Controls.Add(this.room224Button);
     this.tabPage2.Controls.Add(this.room232Button);
     this.tabPage2.Controls.Add(this.room231Button);
     this.tabPage2.Controls.Add(this.room230Button);
     this.tabPage2.Controls.Add(this.room229Button);
     this.tabPage2.Controls.Add(this.room228Button);
     this.tabPage2.Controls.Add(this.room223Button);
     this.tabPage2.Controls.Add(this.room222Button);
     this.tabPage2.Controls.Add(this.room220Button);
     this.tabPage2.Controls.Add(this.room221Button);
     this.tabPage2.Controls.Add(this.room219Button);
     this.tabPage2.Controls.Add(this.room218Button);
     this.tabPage2.Controls.Add(this.room209Button);
     this.tabPage2.Controls.Add(this.room217Button);
     this.tabPage2.Controls.Add(this.room216Button);
     this.tabPage2.Controls.Add(this.room215Button);
     this.tabPage2.Controls.Add(this.room208Button);
     this.tabPage2.Controls.Add(this.room207Button);
     this.tabPage2.Controls.Add(this.room206Button);
     this.tabPage2.Controls.Add(this.room214Button);
     this.tabPage2.Controls.Add(this.room213Button);
     this.tabPage2.Controls.Add(this.room212Button);
     this.tabPage2.Controls.Add(this.room211Button);
     this.tabPage2.Controls.Add(this.room210Button);
     this.tabPage2.Controls.Add(this.room205Button);
     this.tabPage2.Controls.Add(this.room204Button);
     this.tabPage2.Controls.Add(this.room202Button);
     this.tabPage2.Controls.Add(this.room203Button);
     this.tabPage2.Controls.Add(this.room201Button);
     this.tabPage2.Controls.Add(this.label19);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
     this.tabPage2.Size = new System.Drawing.Size(631, 351);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "2nd Floor";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // room272Button
     //
     this.room272Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room272Button.Location = new System.Drawing.Point(566, 313);
     this.room272Button.Name = "room272Button";
     this.room272Button.Size = new System.Drawing.Size(62, 30);
     this.room272Button.TabIndex = 181;
     this.room272Button.Text = "272";
     this.room272Button.UseVisualStyleBackColor = true;
     this.room272Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room263Button
     //
     this.room263Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room263Button.Location = new System.Drawing.Point(566, 277);
     this.room263Button.Name = "room263Button";
     this.room263Button.Size = new System.Drawing.Size(62, 30);
     this.room263Button.TabIndex = 180;
     this.room263Button.Text = "263";
     this.room263Button.UseVisualStyleBackColor = true;
     this.room263Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room271Button
     //
     this.room271Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room271Button.Location = new System.Drawing.Point(500, 313);
     this.room271Button.Name = "room271Button";
     this.room271Button.Size = new System.Drawing.Size(62, 30);
     this.room271Button.TabIndex = 179;
     this.room271Button.Text = "271";
     this.room271Button.UseVisualStyleBackColor = true;
     this.room271Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room270Button
     //
     this.room270Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room270Button.Location = new System.Drawing.Point(434, 313);
     this.room270Button.Name = "room270Button";
     this.room270Button.Size = new System.Drawing.Size(62, 30);
     this.room270Button.TabIndex = 178;
     this.room270Button.Text = "270";
     this.room270Button.UseVisualStyleBackColor = true;
     this.room270Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room269Button
     //
     this.room269Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room269Button.Location = new System.Drawing.Point(368, 313);
     this.room269Button.Name = "room269Button";
     this.room269Button.Size = new System.Drawing.Size(62, 30);
     this.room269Button.TabIndex = 177;
     this.room269Button.Text = "269";
     this.room269Button.UseVisualStyleBackColor = true;
     this.room269Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room262Button
     //
     this.room262Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room262Button.Location = new System.Drawing.Point(500, 277);
     this.room262Button.Name = "room262Button";
     this.room262Button.Size = new System.Drawing.Size(62, 30);
     this.room262Button.TabIndex = 176;
     this.room262Button.Text = "262";
     this.room262Button.UseVisualStyleBackColor = true;
     this.room262Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room261Button
     //
     this.room261Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room261Button.Location = new System.Drawing.Point(434, 277);
     this.room261Button.Name = "room261Button";
     this.room261Button.Size = new System.Drawing.Size(62, 30);
     this.room261Button.TabIndex = 175;
     this.room261Button.Text = "261";
     this.room261Button.UseVisualStyleBackColor = true;
     this.room261Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room260Button
     //
     this.room260Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room260Button.Location = new System.Drawing.Point(368, 277);
     this.room260Button.Name = "room260Button";
     this.room260Button.Size = new System.Drawing.Size(62, 30);
     this.room260Button.TabIndex = 174;
     this.room260Button.Text = "260";
     this.room260Button.UseVisualStyleBackColor = true;
     this.room260Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room268Button
     //
     this.room268Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room268Button.Location = new System.Drawing.Point(302, 313);
     this.room268Button.Name = "room268Button";
     this.room268Button.Size = new System.Drawing.Size(62, 30);
     this.room268Button.TabIndex = 173;
     this.room268Button.Text = "268";
     this.room268Button.UseVisualStyleBackColor = true;
     this.room268Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room267Button
     //
     this.room267Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room267Button.Location = new System.Drawing.Point(203, 313);
     this.room267Button.Name = "room267Button";
     this.room267Button.Size = new System.Drawing.Size(62, 30);
     this.room267Button.TabIndex = 172;
     this.room267Button.Text = "267";
     this.room267Button.UseVisualStyleBackColor = true;
     this.room267Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room266Button
     //
     this.room266Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room266Button.Location = new System.Drawing.Point(137, 313);
     this.room266Button.Name = "room266Button";
     this.room266Button.Size = new System.Drawing.Size(62, 30);
     this.room266Button.TabIndex = 171;
     this.room266Button.Text = "266";
     this.room266Button.UseVisualStyleBackColor = true;
     this.room266Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room265Button
     //
     this.room265Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room265Button.Location = new System.Drawing.Point(71, 313);
     this.room265Button.Name = "room265Button";
     this.room265Button.Size = new System.Drawing.Size(62, 30);
     this.room265Button.TabIndex = 170;
     this.room265Button.Text = "265";
     this.room265Button.UseVisualStyleBackColor = true;
     this.room265Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room264Button
     //
     this.room264Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room264Button.Location = new System.Drawing.Point(5, 313);
     this.room264Button.Name = "room264Button";
     this.room264Button.Size = new System.Drawing.Size(62, 30);
     this.room264Button.TabIndex = 169;
     this.room264Button.Text = "264";
     this.room264Button.UseVisualStyleBackColor = true;
     this.room264Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room259Button
     //
     this.room259Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room259Button.Location = new System.Drawing.Point(302, 277);
     this.room259Button.Name = "room259Button";
     this.room259Button.Size = new System.Drawing.Size(62, 30);
     this.room259Button.TabIndex = 168;
     this.room259Button.Text = "259";
     this.room259Button.UseVisualStyleBackColor = true;
     this.room259Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room258Button
     //
     this.room258Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room258Button.Location = new System.Drawing.Point(203, 277);
     this.room258Button.Name = "room258Button";
     this.room258Button.Size = new System.Drawing.Size(62, 30);
     this.room258Button.TabIndex = 167;
     this.room258Button.Text = "258";
     this.room258Button.UseVisualStyleBackColor = true;
     this.room258Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room256Button
     //
     this.room256Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room256Button.Location = new System.Drawing.Point(71, 277);
     this.room256Button.Name = "room256Button";
     this.room256Button.Size = new System.Drawing.Size(62, 30);
     this.room256Button.TabIndex = 166;
     this.room256Button.Text = "256";
     this.room256Button.UseVisualStyleBackColor = true;
     this.room256Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room257Button
     //
     this.room257Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room257Button.Location = new System.Drawing.Point(137, 277);
     this.room257Button.Name = "room257Button";
     this.room257Button.Size = new System.Drawing.Size(62, 30);
     this.room257Button.TabIndex = 165;
     this.room257Button.Text = "257";
     this.room257Button.UseVisualStyleBackColor = true;
     this.room257Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room255Button
     //
     this.room255Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room255Button.Location = new System.Drawing.Point(5, 277);
     this.room255Button.Name = "room255Button";
     this.room255Button.Size = new System.Drawing.Size(62, 30);
     this.room255Button.TabIndex = 164;
     this.room255Button.Text = "255";
     this.room255Button.UseVisualStyleBackColor = true;
     this.room255Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room254Button
     //
     this.room254Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room254Button.Location = new System.Drawing.Point(564, 227);
     this.room254Button.Name = "room254Button";
     this.room254Button.Size = new System.Drawing.Size(62, 30);
     this.room254Button.TabIndex = 162;
     this.room254Button.Text = "254";
     this.room254Button.UseVisualStyleBackColor = true;
     this.room254Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room245Button
     //
     this.room245Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room245Button.Location = new System.Drawing.Point(564, 191);
     this.room245Button.Name = "room245Button";
     this.room245Button.Size = new System.Drawing.Size(62, 30);
     this.room245Button.TabIndex = 161;
     this.room245Button.Text = "245";
     this.room245Button.UseVisualStyleBackColor = true;
     this.room245Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room253Button
     //
     this.room253Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room253Button.Location = new System.Drawing.Point(498, 227);
     this.room253Button.Name = "room253Button";
     this.room253Button.Size = new System.Drawing.Size(62, 30);
     this.room253Button.TabIndex = 160;
     this.room253Button.Text = "253";
     this.room253Button.UseVisualStyleBackColor = true;
     this.room253Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room252Button
     //
     this.room252Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room252Button.Location = new System.Drawing.Point(432, 227);
     this.room252Button.Name = "room252Button";
     this.room252Button.Size = new System.Drawing.Size(62, 30);
     this.room252Button.TabIndex = 159;
     this.room252Button.Text = "252";
     this.room252Button.UseVisualStyleBackColor = true;
     this.room252Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room251Button
     //
     this.room251Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room251Button.Location = new System.Drawing.Point(366, 227);
     this.room251Button.Name = "room251Button";
     this.room251Button.Size = new System.Drawing.Size(62, 30);
     this.room251Button.TabIndex = 158;
     this.room251Button.Text = "251";
     this.room251Button.UseVisualStyleBackColor = true;
     this.room251Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room244Button
     //
     this.room244Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room244Button.Location = new System.Drawing.Point(498, 191);
     this.room244Button.Name = "room244Button";
     this.room244Button.Size = new System.Drawing.Size(62, 30);
     this.room244Button.TabIndex = 157;
     this.room244Button.Text = "244";
     this.room244Button.UseVisualStyleBackColor = true;
     this.room244Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room243Button
     //
     this.room243Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room243Button.Location = new System.Drawing.Point(432, 191);
     this.room243Button.Name = "room243Button";
     this.room243Button.Size = new System.Drawing.Size(62, 30);
     this.room243Button.TabIndex = 156;
     this.room243Button.Text = "243";
     this.room243Button.UseVisualStyleBackColor = true;
     this.room243Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room242Button
     //
     this.room242Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room242Button.Location = new System.Drawing.Point(366, 191);
     this.room242Button.Name = "room242Button";
     this.room242Button.Size = new System.Drawing.Size(62, 30);
     this.room242Button.TabIndex = 155;
     this.room242Button.Text = "242";
     this.room242Button.UseVisualStyleBackColor = true;
     this.room242Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room250Button
     //
     this.room250Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room250Button.Location = new System.Drawing.Point(300, 227);
     this.room250Button.Name = "room250Button";
     this.room250Button.Size = new System.Drawing.Size(62, 30);
     this.room250Button.TabIndex = 154;
     this.room250Button.Text = "250";
     this.room250Button.UseVisualStyleBackColor = true;
     this.room250Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room249Button
     //
     this.room249Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room249Button.Location = new System.Drawing.Point(201, 227);
     this.room249Button.Name = "room249Button";
     this.room249Button.Size = new System.Drawing.Size(62, 30);
     this.room249Button.TabIndex = 153;
     this.room249Button.Text = "249";
     this.room249Button.UseVisualStyleBackColor = true;
     this.room249Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room248Button
     //
     this.room248Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room248Button.Location = new System.Drawing.Point(135, 227);
     this.room248Button.Name = "room248Button";
     this.room248Button.Size = new System.Drawing.Size(62, 30);
     this.room248Button.TabIndex = 152;
     this.room248Button.Text = "248";
     this.room248Button.UseVisualStyleBackColor = true;
     this.room248Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room247Button
     //
     this.room247Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room247Button.Location = new System.Drawing.Point(69, 227);
     this.room247Button.Name = "room247Button";
     this.room247Button.Size = new System.Drawing.Size(62, 30);
     this.room247Button.TabIndex = 151;
     this.room247Button.Text = "247";
     this.room247Button.UseVisualStyleBackColor = true;
     this.room247Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room246Button
     //
     this.room246Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room246Button.Location = new System.Drawing.Point(3, 227);
     this.room246Button.Name = "room246Button";
     this.room246Button.Size = new System.Drawing.Size(62, 30);
     this.room246Button.TabIndex = 150;
     this.room246Button.Text = "246";
     this.room246Button.UseVisualStyleBackColor = true;
     this.room246Button.Click += new System.EventHandler(this.Room_Click);
     //
     // rom241Button
     //
     this.rom241Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rom241Button.Location = new System.Drawing.Point(300, 191);
     this.rom241Button.Name = "rom241Button";
     this.rom241Button.Size = new System.Drawing.Size(62, 30);
     this.rom241Button.TabIndex = 149;
     this.rom241Button.Text = "241";
     this.rom241Button.UseVisualStyleBackColor = true;
     this.rom241Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room240Button
     //
     this.room240Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room240Button.Location = new System.Drawing.Point(201, 191);
     this.room240Button.Name = "room240Button";
     this.room240Button.Size = new System.Drawing.Size(62, 30);
     this.room240Button.TabIndex = 148;
     this.room240Button.Text = "240";
     this.room240Button.UseVisualStyleBackColor = true;
     this.room240Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room238Button
     //
     this.room238Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room238Button.Location = new System.Drawing.Point(69, 191);
     this.room238Button.Name = "room238Button";
     this.room238Button.Size = new System.Drawing.Size(62, 30);
     this.room238Button.TabIndex = 147;
     this.room238Button.Text = "238";
     this.room238Button.UseVisualStyleBackColor = true;
     this.room238Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room239Button
     //
     this.room239Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room239Button.Location = new System.Drawing.Point(135, 191);
     this.room239Button.Name = "room239Button";
     this.room239Button.Size = new System.Drawing.Size(62, 30);
     this.room239Button.TabIndex = 146;
     this.room239Button.Text = "239";
     this.room239Button.UseVisualStyleBackColor = true;
     this.room239Button.Click += new System.EventHandler(this.Room_Click);
     //
     // rom237Button
     //
     this.rom237Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rom237Button.Location = new System.Drawing.Point(3, 191);
     this.rom237Button.Name = "rom237Button";
     this.rom237Button.Size = new System.Drawing.Size(62, 30);
     this.rom237Button.TabIndex = 145;
     this.rom237Button.Text = "237";
     this.rom237Button.UseVisualStyleBackColor = true;
     this.rom237Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room236Button
     //
     this.room236Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room236Button.Location = new System.Drawing.Point(566, 134);
     this.room236Button.Name = "room236Button";
     this.room236Button.Size = new System.Drawing.Size(62, 30);
     this.room236Button.TabIndex = 144;
     this.room236Button.Text = "236";
     this.room236Button.UseVisualStyleBackColor = true;
     this.room236Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room227Button
     //
     this.room227Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room227Button.Location = new System.Drawing.Point(566, 98);
     this.room227Button.Name = "room227Button";
     this.room227Button.Size = new System.Drawing.Size(62, 30);
     this.room227Button.TabIndex = 143;
     this.room227Button.Text = "227";
     this.room227Button.UseVisualStyleBackColor = true;
     this.room227Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room235Button
     //
     this.room235Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room235Button.Location = new System.Drawing.Point(500, 134);
     this.room235Button.Name = "room235Button";
     this.room235Button.Size = new System.Drawing.Size(62, 30);
     this.room235Button.TabIndex = 142;
     this.room235Button.Text = "235";
     this.room235Button.UseVisualStyleBackColor = true;
     this.room235Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room234Button
     //
     this.room234Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room234Button.Location = new System.Drawing.Point(434, 134);
     this.room234Button.Name = "room234Button";
     this.room234Button.Size = new System.Drawing.Size(62, 30);
     this.room234Button.TabIndex = 141;
     this.room234Button.Text = "234";
     this.room234Button.UseVisualStyleBackColor = true;
     this.room234Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room233Button
     //
     this.room233Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room233Button.Location = new System.Drawing.Point(368, 134);
     this.room233Button.Name = "room233Button";
     this.room233Button.Size = new System.Drawing.Size(62, 30);
     this.room233Button.TabIndex = 140;
     this.room233Button.Text = "233";
     this.room233Button.UseVisualStyleBackColor = true;
     this.room233Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room226Button
     //
     this.room226Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room226Button.Location = new System.Drawing.Point(500, 98);
     this.room226Button.Name = "room226Button";
     this.room226Button.Size = new System.Drawing.Size(62, 30);
     this.room226Button.TabIndex = 139;
     this.room226Button.Text = "226";
     this.room226Button.UseVisualStyleBackColor = true;
     this.room226Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room225Button
     //
     this.room225Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room225Button.Location = new System.Drawing.Point(434, 98);
     this.room225Button.Name = "room225Button";
     this.room225Button.Size = new System.Drawing.Size(62, 30);
     this.room225Button.TabIndex = 138;
     this.room225Button.Text = "225";
     this.room225Button.UseVisualStyleBackColor = true;
     this.room225Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room224Button
     //
     this.room224Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room224Button.Location = new System.Drawing.Point(368, 98);
     this.room224Button.Name = "room224Button";
     this.room224Button.Size = new System.Drawing.Size(62, 30);
     this.room224Button.TabIndex = 137;
     this.room224Button.Text = "224";
     this.room224Button.UseVisualStyleBackColor = true;
     this.room224Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room232Button
     //
     this.room232Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room232Button.Location = new System.Drawing.Point(302, 134);
     this.room232Button.Name = "room232Button";
     this.room232Button.Size = new System.Drawing.Size(62, 30);
     this.room232Button.TabIndex = 136;
     this.room232Button.Text = "232";
     this.room232Button.UseVisualStyleBackColor = true;
     this.room232Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room231Button
     //
     this.room231Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room231Button.Location = new System.Drawing.Point(203, 134);
     this.room231Button.Name = "room231Button";
     this.room231Button.Size = new System.Drawing.Size(62, 30);
     this.room231Button.TabIndex = 135;
     this.room231Button.Text = "231";
     this.room231Button.UseVisualStyleBackColor = true;
     this.room231Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room230Button
     //
     this.room230Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room230Button.Location = new System.Drawing.Point(137, 134);
     this.room230Button.Name = "room230Button";
     this.room230Button.Size = new System.Drawing.Size(62, 30);
     this.room230Button.TabIndex = 134;
     this.room230Button.Text = "230";
     this.room230Button.UseVisualStyleBackColor = true;
     this.room230Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room229Button
     //
     this.room229Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room229Button.Location = new System.Drawing.Point(71, 134);
     this.room229Button.Name = "room229Button";
     this.room229Button.Size = new System.Drawing.Size(62, 30);
     this.room229Button.TabIndex = 133;
     this.room229Button.Text = "229";
     this.room229Button.UseVisualStyleBackColor = true;
     this.room229Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room228Button
     //
     this.room228Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room228Button.Location = new System.Drawing.Point(5, 134);
     this.room228Button.Name = "room228Button";
     this.room228Button.Size = new System.Drawing.Size(62, 30);
     this.room228Button.TabIndex = 132;
     this.room228Button.Text = "228";
     this.room228Button.UseVisualStyleBackColor = true;
     this.room228Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room223Button
     //
     this.room223Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room223Button.Location = new System.Drawing.Point(302, 98);
     this.room223Button.Name = "room223Button";
     this.room223Button.Size = new System.Drawing.Size(62, 30);
     this.room223Button.TabIndex = 131;
     this.room223Button.Text = "223";
     this.room223Button.UseVisualStyleBackColor = true;
     this.room223Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room222Button
     //
     this.room222Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room222Button.Location = new System.Drawing.Point(203, 98);
     this.room222Button.Name = "room222Button";
     this.room222Button.Size = new System.Drawing.Size(62, 30);
     this.room222Button.TabIndex = 130;
     this.room222Button.Text = "222";
     this.room222Button.UseVisualStyleBackColor = true;
     this.room222Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room220Button
     //
     this.room220Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room220Button.Location = new System.Drawing.Point(71, 98);
     this.room220Button.Name = "room220Button";
     this.room220Button.Size = new System.Drawing.Size(62, 30);
     this.room220Button.TabIndex = 129;
     this.room220Button.Text = "220";
     this.room220Button.UseVisualStyleBackColor = true;
     this.room220Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room221Button
     //
     this.room221Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room221Button.Location = new System.Drawing.Point(137, 98);
     this.room221Button.Name = "room221Button";
     this.room221Button.Size = new System.Drawing.Size(62, 30);
     this.room221Button.TabIndex = 128;
     this.room221Button.Text = "221";
     this.room221Button.UseVisualStyleBackColor = true;
     this.room221Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room219Button
     //
     this.room219Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room219Button.Location = new System.Drawing.Point(5, 98);
     this.room219Button.Name = "room219Button";
     this.room219Button.Size = new System.Drawing.Size(62, 30);
     this.room219Button.TabIndex = 127;
     this.room219Button.Text = "219";
     this.room219Button.UseVisualStyleBackColor = true;
     this.room219Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room218Button
     //
     this.room218Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room218Button.Location = new System.Drawing.Point(566, 41);
     this.room218Button.Name = "room218Button";
     this.room218Button.Size = new System.Drawing.Size(62, 30);
     this.room218Button.TabIndex = 125;
     this.room218Button.Text = "218";
     this.room218Button.UseVisualStyleBackColor = true;
     this.room218Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room209Button
     //
     this.room209Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room209Button.Location = new System.Drawing.Point(566, 5);
     this.room209Button.Name = "room209Button";
     this.room209Button.Size = new System.Drawing.Size(62, 30);
     this.room209Button.TabIndex = 124;
     this.room209Button.Text = "209";
     this.room209Button.UseVisualStyleBackColor = true;
     this.room209Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room217Button
     //
     this.room217Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room217Button.Location = new System.Drawing.Point(500, 41);
     this.room217Button.Name = "room217Button";
     this.room217Button.Size = new System.Drawing.Size(62, 30);
     this.room217Button.TabIndex = 123;
     this.room217Button.Text = "217";
     this.room217Button.UseVisualStyleBackColor = true;
     this.room217Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room216Button
     //
     this.room216Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room216Button.Location = new System.Drawing.Point(434, 41);
     this.room216Button.Name = "room216Button";
     this.room216Button.Size = new System.Drawing.Size(62, 30);
     this.room216Button.TabIndex = 122;
     this.room216Button.Text = "216";
     this.room216Button.UseVisualStyleBackColor = true;
     this.room216Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room215Button
     //
     this.room215Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room215Button.Location = new System.Drawing.Point(368, 41);
     this.room215Button.Name = "room215Button";
     this.room215Button.Size = new System.Drawing.Size(62, 30);
     this.room215Button.TabIndex = 121;
     this.room215Button.Text = "215";
     this.room215Button.UseVisualStyleBackColor = true;
     this.room215Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room208Button
     //
     this.room208Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room208Button.Location = new System.Drawing.Point(500, 5);
     this.room208Button.Name = "room208Button";
     this.room208Button.Size = new System.Drawing.Size(62, 30);
     this.room208Button.TabIndex = 120;
     this.room208Button.Text = "208";
     this.room208Button.UseVisualStyleBackColor = true;
     this.room208Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room207Button
     //
     this.room207Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room207Button.Location = new System.Drawing.Point(434, 5);
     this.room207Button.Name = "room207Button";
     this.room207Button.Size = new System.Drawing.Size(62, 30);
     this.room207Button.TabIndex = 119;
     this.room207Button.Text = "207";
     this.room207Button.UseVisualStyleBackColor = true;
     this.room207Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room206Button
     //
     this.room206Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room206Button.Location = new System.Drawing.Point(368, 5);
     this.room206Button.Name = "room206Button";
     this.room206Button.Size = new System.Drawing.Size(62, 30);
     this.room206Button.TabIndex = 118;
     this.room206Button.Text = "206";
     this.room206Button.UseVisualStyleBackColor = true;
     this.room206Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room214Button
     //
     this.room214Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room214Button.Location = new System.Drawing.Point(302, 41);
     this.room214Button.Name = "room214Button";
     this.room214Button.Size = new System.Drawing.Size(62, 30);
     this.room214Button.TabIndex = 117;
     this.room214Button.Text = "214";
     this.room214Button.UseVisualStyleBackColor = true;
     this.room214Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room213Button
     //
     this.room213Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room213Button.Location = new System.Drawing.Point(203, 41);
     this.room213Button.Name = "room213Button";
     this.room213Button.Size = new System.Drawing.Size(62, 30);
     this.room213Button.TabIndex = 116;
     this.room213Button.Text = "213";
     this.room213Button.UseVisualStyleBackColor = true;
     this.room213Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room212Button
     //
     this.room212Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room212Button.Location = new System.Drawing.Point(137, 41);
     this.room212Button.Name = "room212Button";
     this.room212Button.Size = new System.Drawing.Size(62, 30);
     this.room212Button.TabIndex = 115;
     this.room212Button.Text = "212";
     this.room212Button.UseVisualStyleBackColor = true;
     this.room212Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room211Button
     //
     this.room211Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room211Button.Location = new System.Drawing.Point(71, 41);
     this.room211Button.Name = "room211Button";
     this.room211Button.Size = new System.Drawing.Size(62, 30);
     this.room211Button.TabIndex = 114;
     this.room211Button.Text = "211";
     this.room211Button.UseVisualStyleBackColor = true;
     this.room211Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room210Button
     //
     this.room210Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room210Button.Location = new System.Drawing.Point(5, 41);
     this.room210Button.Name = "room210Button";
     this.room210Button.Size = new System.Drawing.Size(62, 30);
     this.room210Button.TabIndex = 113;
     this.room210Button.Text = "210";
     this.room210Button.UseVisualStyleBackColor = true;
     this.room210Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room205Button
     //
     this.room205Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room205Button.Location = new System.Drawing.Point(302, 5);
     this.room205Button.Name = "room205Button";
     this.room205Button.Size = new System.Drawing.Size(62, 30);
     this.room205Button.TabIndex = 112;
     this.room205Button.Text = "205";
     this.room205Button.UseVisualStyleBackColor = true;
     this.room205Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room204Button
     //
     this.room204Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room204Button.Location = new System.Drawing.Point(203, 5);
     this.room204Button.Name = "room204Button";
     this.room204Button.Size = new System.Drawing.Size(62, 30);
     this.room204Button.TabIndex = 111;
     this.room204Button.Text = "204";
     this.room204Button.UseVisualStyleBackColor = true;
     this.room204Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room202Button
     //
     this.room202Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room202Button.Location = new System.Drawing.Point(71, 5);
     this.room202Button.Name = "room202Button";
     this.room202Button.Size = new System.Drawing.Size(62, 30);
     this.room202Button.TabIndex = 110;
     this.room202Button.Text = "202";
     this.room202Button.UseVisualStyleBackColor = true;
     this.room202Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room203Button
     //
     this.room203Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room203Button.Location = new System.Drawing.Point(137, 5);
     this.room203Button.Name = "room203Button";
     this.room203Button.Size = new System.Drawing.Size(62, 30);
     this.room203Button.TabIndex = 109;
     this.room203Button.Text = "203";
     this.room203Button.UseVisualStyleBackColor = true;
     this.room203Button.Click += new System.EventHandler(this.Room_Click);
     //
     // room201Button
     //
     this.room201Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.room201Button.Location = new System.Drawing.Point(5, 5);
     this.room201Button.Name = "room201Button";
     this.room201Button.Size = new System.Drawing.Size(62, 30);
     this.room201Button.TabIndex = 108;
     this.room201Button.Text = "201";
     this.room201Button.UseVisualStyleBackColor = true;
     this.room201Button.Click += new System.EventHandler(this.Room_Click);
     //
     // label19
     //
     this.label19.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.label19.Location = new System.Drawing.Point(263, 5);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(42, 66);
     this.label19.TabIndex = 126;
     this.label19.Text = "Stairs";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label19.Click += new System.EventHandler(this.Room_Click);
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(631, 351);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "3rd Floor";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tabPage4
     //
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Margin = new System.Windows.Forms.Padding(2);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(631, 351);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "4th Floor";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // tabPage5
     //
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Margin = new System.Windows.Forms.Padding(2);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new System.Drawing.Size(631, 351);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "5th Floor";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.SkyBlue;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(486, 599);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(145, 65);
     this.label16.TabIndex = 106;
     this.label16.Text = "Booked";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(335, 599);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(145, 65);
     this.label15.TabIndex = 105;
     this.label15.Text = "Available";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.MediumSlateBlue;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(184, 599);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(145, 65);
     this.label14.TabIndex = 104;
     this.label14.Text = "Guest Checked-In";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Tomato;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(33, 599);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(145, 65);
     this.label13.TabIndex = 103;
     this.label13.Text = "Check-out pending";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label8.Location = new System.Drawing.Point(12, 582);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(634, 88);
     this.label8.TabIndex = 98;
     this.label8.Text = "Color Codes";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkOutDateTimePicker);
     this.groupBox1.Controls.Add(this.checkInDateTimePicker);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.checkAvailabilityButton);
     this.groupBox1.Controls.Add(this.clearButton);
     this.groupBox1.Controls.Add(this.roomLevelComboBox);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.roomTypeComboBox);
     this.groupBox1.Location = new System.Drawing.Point(255, 93);
     this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
     this.groupBox1.Size = new System.Drawing.Size(391, 101);
     this.groupBox1.TabIndex = 94;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Check Availability";
     //
     // checkOutDateTimePicker
     //
     this.checkOutDateTimePicker.CustomFormat = "yyyy-MM-dd";
     this.checkOutDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.checkOutDateTimePicker.Location = new System.Drawing.Point(61, 43);
     this.checkOutDateTimePicker.Margin = new System.Windows.Forms.Padding(2);
     this.checkOutDateTimePicker.Name = "checkOutDateTimePicker";
     this.checkOutDateTimePicker.Size = new System.Drawing.Size(99, 20);
     this.checkOutDateTimePicker.TabIndex = 103;
     this.checkOutDateTimePicker.Value = new System.DateTime(2012, 12, 5, 0, 0, 0, 0);
     //
     // checkInDateTimePicker
     //
     this.checkInDateTimePicker.CustomFormat = "yyyy-MM-dd";
     this.checkInDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.checkInDateTimePicker.Location = new System.Drawing.Point(61, 19);
     this.checkInDateTimePicker.Margin = new System.Windows.Forms.Padding(2);
     this.checkInDateTimePicker.Name = "checkInDateTimePicker";
     this.checkInDateTimePicker.Size = new System.Drawing.Size(99, 20);
     this.checkInDateTimePicker.TabIndex = 102;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(5, 49);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(50, 13);
     this.label3.TabIndex = 93;
     this.label3.Text = "Date Out";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 25);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(42, 13);
     this.label2.TabIndex = 92;
     this.label2.Text = "Date In";
     //
     // checkAvailabilityButton
     //
     this.checkAvailabilityButton.Location = new System.Drawing.Point(271, 68);
     this.checkAvailabilityButton.Name = "checkAvailabilityButton";
     this.checkAvailabilityButton.Size = new System.Drawing.Size(47, 26);
     this.checkAvailabilityButton.TabIndex = 100;
     this.checkAvailabilityButton.Text = "Check";
     this.checkAvailabilityButton.UseVisualStyleBackColor = true;
     this.checkAvailabilityButton.Click += new System.EventHandler(this.checkAvailabilityButton_Click);
     //
     // clearButton
     //
     this.clearButton.Location = new System.Drawing.Point(327, 68);
     this.clearButton.Name = "clearButton";
     this.clearButton.Size = new System.Drawing.Size(47, 26);
     this.clearButton.TabIndex = 101;
     this.clearButton.Text = "Clear";
     this.clearButton.UseVisualStyleBackColor = true;
     this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
     //
     // roomLevelComboBox
     //
     this.roomLevelComboBox.FormattingEnabled = true;
     this.roomLevelComboBox.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "11"});
     this.roomLevelComboBox.Location = new System.Drawing.Point(275, 41);
     this.roomLevelComboBox.Name = "roomLevelComboBox";
     this.roomLevelComboBox.Size = new System.Drawing.Size(99, 21);
     this.roomLevelComboBox.TabIndex = 99;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(196, 22);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(62, 13);
     this.label4.TabIndex = 96;
     this.label4.Text = "Room Type";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(196, 49);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(64, 13);
     this.label5.TabIndex = 98;
     this.label5.Text = "Room Level";
     //
     // roomTypeComboBox
     //
     this.roomTypeComboBox.FormattingEnabled = true;
     this.roomTypeComboBox.Items.AddRange(new object[] {
     "Single",
     "Double",
     "King",
     "Luxery",
     "Presidential"});
     this.roomTypeComboBox.Location = new System.Drawing.Point(275, 14);
     this.roomTypeComboBox.Name = "roomTypeComboBox";
     this.roomTypeComboBox.Size = new System.Drawing.Size(99, 21);
     this.roomTypeComboBox.TabIndex = 97;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.clearNamesButton);
     this.groupBox2.Controls.Add(this.lastNameTextBox);
     this.groupBox2.Controls.Add(this.firstNameTextBox);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.retrieveBookingButton);
     this.groupBox2.Location = new System.Drawing.Point(13, 93);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(237, 101);
     this.groupBox2.TabIndex = 96;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Retrieve Existing Booking";
     //
     // clearNamesButton
     //
     this.clearNamesButton.Location = new System.Drawing.Point(163, 68);
     this.clearNamesButton.Margin = new System.Windows.Forms.Padding(2);
     this.clearNamesButton.Name = "clearNamesButton";
     this.clearNamesButton.Size = new System.Drawing.Size(61, 27);
     this.clearNamesButton.TabIndex = 107;
     this.clearNamesButton.Text = "Clear";
     this.clearNamesButton.UseVisualStyleBackColor = true;
     this.clearNamesButton.Click += new System.EventHandler(this.clearNamesButton_Click);
     //
     // lastNameTextBox
     //
     this.lastNameTextBox.Location = new System.Drawing.Point(86, 43);
     this.lastNameTextBox.Name = "lastNameTextBox";
     this.lastNameTextBox.Size = new System.Drawing.Size(138, 20);
     this.lastNameTextBox.TabIndex = 106;
     //
     // firstNameTextBox
     //
     this.firstNameTextBox.Location = new System.Drawing.Point(86, 17);
     this.firstNameTextBox.Name = "firstNameTextBox";
     this.firstNameTextBox.Size = new System.Drawing.Size(138, 20);
     this.firstNameTextBox.TabIndex = 105;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(4, 50);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(58, 13);
     this.label7.TabIndex = 104;
     this.label7.Text = "Last Name";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(4, 24);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(57, 13);
     this.label6.TabIndex = 103;
     this.label6.Text = "First Name";
     //
     // retrieveBookingButton
     //
     this.retrieveBookingButton.Location = new System.Drawing.Point(98, 68);
     this.retrieveBookingButton.Margin = new System.Windows.Forms.Padding(2);
     this.retrieveBookingButton.Name = "retrieveBookingButton";
     this.retrieveBookingButton.Size = new System.Drawing.Size(61, 27);
     this.retrieveBookingButton.TabIndex = 102;
     this.retrieveBookingButton.Text = "Retrieve";
     this.retrieveBookingButton.UseVisualStyleBackColor = true;
     this.retrieveBookingButton.Click += new System.EventHandler(this.retrieveBookingButton_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(13, 12);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(207, 75);
     this.pictureBox1.TabIndex = 97;
     this.pictureBox1.TabStop = false;
     //
     // label17
     //
     this.label17.BackColor = System.Drawing.SystemColors.Window;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(12, 24);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(634, 63);
     this.label17.TabIndex = 98;
     this.label17.Text = "Conestoga Inn - Hotel Reservation System";
     this.label17.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(661, 24);
     this.menuStrip1.TabIndex = 107;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.viewHelpToolStripMenuItem,
     this.programmingManualToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // viewHelpToolStripMenuItem
     //
     this.viewHelpToolStripMenuItem.Name = "viewHelpToolStripMenuItem";
     this.viewHelpToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.viewHelpToolStripMenuItem.Text = "View Help";
     this.viewHelpToolStripMenuItem.Click += new System.EventHandler(this.viewHelpToolStripMenuItem_Click);
     //
     // programmingManualToolStripMenuItem
     //
     this.programmingManualToolStripMenuItem.Name = "programmingManualToolStripMenuItem";
     this.programmingManualToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.programmingManualToolStripMenuItem.Text = "Programmer\'s Reference";
     this.programmingManualToolStripMenuItem.Click += new System.EventHandler(this.programmingManualToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.aboutToolStripMenuItem.Text = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // Welcome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(661, 674);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label8);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox = false;
     this.Name = "Welcome";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Welcome - Conestoga Inn Hotel Reservation System";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Welcome_FormClosed);
     this.Load += new System.EventHandler(this.Welcome_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #18
0
        /// <summary>
        ///  Required method for Designer support - do not modify
        ///  the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.menuItemFile             = new System.Windows.Forms.ToolStripMenuItem("File");
            this.menuItemLoad             = new System.Windows.Forms.ToolStripMenuItem("Load...", null, new System.EventHandler(menuFileLoad_Click));
            this.menuItemSave             = new System.Windows.Forms.ToolStripMenuItem("Save", null, new System.EventHandler(menuFileSave_Click));
            this.menuItemSaveAs           = new System.Windows.Forms.ToolStripMenuItem("Save As...", null, new System.EventHandler(menuFileSaveAs_Click));
            this.menuItemExit             = new System.Windows.Forms.ToolStripMenuItem("Exit", null, new System.EventHandler(menuFileExit_Click));
            this.menuStripMain            = new System.Windows.Forms.MenuStrip();
            this.comboBoxTemplates        = new System.Windows.Forms.ComboBox();
            this.labelTemplateDescription = new System.Windows.Forms.Label();
            this.listViewMacros           = new System.Windows.Forms.ListView();
            this.colhdrMacroName          = new System.Windows.Forms.ColumnHeader();
            this.colhdrMacroValue         = new System.Windows.Forms.ColumnHeader();
            this.labelMacroDescription    = new System.Windows.Forms.Label();
            this.buttonEditMacro          = new System.Windows.Forms.Button();
            this.buttonCreateTarget       = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // menu
            //
            this.menuItemFile.DropDownItems.Add(menuItemLoad);
            this.menuItemFile.DropDownItems.Add(menuItemSave);
            this.menuItemFile.DropDownItems.Add(menuItemSave);
            this.menuItemFile.DropDownItems.Add(menuItemSaveAs);
            this.menuItemFile.DropDownItems.Add(menuItemExit);
            this.menuStripMain.Items.Add(menuItemFile);
            this.menuStripMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.MainMenuStrip      = this.menuStripMain;
            //
            // comboBoxTemplates
            //
            this.comboBoxTemplates.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxTemplates.Location              = new System.Drawing.Point(13, 30);
            this.comboBoxTemplates.Name                  = "comboBoxTemplates";
            this.comboBoxTemplates.Size                  = new System.Drawing.Size(775, 50);
            this.comboBoxTemplates.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.labelTemplateDescription.TabIndex       = 0;
            this.comboBoxTemplates.SelectedIndexChanged += new System.EventHandler(this.comboBoxTemplates_SelectedIndexChanged);
            //
            // labelTemplateDescription
            //
            this.labelTemplateDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.labelTemplateDescription.Location = new System.Drawing.Point(13, 60);
            this.labelTemplateDescription.Name     = "labelTemplateDescription";
            this.labelTemplateDescription.Size     = new System.Drawing.Size(775, 60);
            this.labelTemplateDescription.Text     = "Macro description";
            //
            // listViewMacros
            //
            this.listViewMacros.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
            this.listViewMacros.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this.colhdrMacroName,
                this.colhdrMacroValue
            });
            this.listViewMacros.FullRowSelect = true;
            this.listViewMacros.GridLines     = true;
            this.listViewMacros.HideSelection = false;
            this.listViewMacros.Location      = new System.Drawing.Point(13, 123);
            this.listViewMacros.Name          = "listViewMacros";
            this.listViewMacros.Size          = new System.Drawing.Size(776, 406);
            this.listViewMacros.TabIndex      = 1;
            this.listViewMacros.UseCompatibleStateImageBehavior = false;
            this.listViewMacros.View = System.Windows.Forms.View.Details;
            this.listViewMacros.SelectedIndexChanged += new System.EventHandler(this.listViewMacros_SelectedIndexChanged);
            this.listViewMacros.DoubleClick          += new System.EventHandler(this.listViewMacros_DoubleClick);
            //
            // colhdrName
            //
            this.colhdrMacroName.Name = "Name";
            this.colhdrMacroName.Text = "Name";
            //
            // colhdrValue
            //
            this.colhdrMacroValue.Name = "Value";
            this.colhdrMacroValue.Text = "Value";
            //
            // labelMacroDescription
            //
            this.labelMacroDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            this.labelMacroDescription.Location = new System.Drawing.Point(13, 532);
            this.labelMacroDescription.Name     = "labelMacroDescription";
            this.labelMacroDescription.Size     = new System.Drawing.Size(775, 63);
            this.labelMacroDescription.TabIndex = 1;
            this.labelMacroDescription.Text     = "Macro description";
            //
            // buttonEditMacro
            //
            this.buttonEditMacro.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.buttonEditMacro.Location = new System.Drawing.Point(12, 602);
            this.buttonEditMacro.Name     = "buttonEditMacro";
            this.buttonEditMacro.Size     = new System.Drawing.Size(105, 23);
            this.buttonEditMacro.TabIndex = 2;
            this.buttonEditMacro.Text     = "Edit Macro...";
            this.buttonEditMacro.UseVisualStyleBackColor = true;
            this.buttonEditMacro.Click += new System.EventHandler(this.buttonEditMacro_Click);
            //
            // buttonCreateTarget
            //
            this.buttonCreateTarget.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCreateTarget.Location = new System.Drawing.Point(638, 602);
            this.buttonCreateTarget.Name     = "buttonCreateTarget";
            this.buttonCreateTarget.Size     = new System.Drawing.Size(150, 23);
            this.buttonCreateTarget.TabIndex = 3;
            this.buttonCreateTarget.Text     = "Create Target...";
            this.buttonCreateTarget.UseVisualStyleBackColor = true;
            this.buttonCreateTarget.Click += new System.EventHandler(this.buttonCreateTarget_Click);
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize          = new System.Drawing.Size(800, 641);
            this.Controls.Add(this.buttonCreateTarget);
            this.Controls.Add(this.buttonEditMacro);
            this.Controls.Add(this.labelMacroDescription);
            this.Controls.Add(this.listViewMacros);
            this.Controls.Add(this.labelTemplateDescription);
            this.Controls.Add(this.comboBoxTemplates);
            this.Name  = "MainForm";
            this.Text  = "VVV Creator";
            this.Load += new System.EventHandler(this.mainForm_Load);

            // The main menu must be added last
            this.Controls.Add(this.menuStripMain);

            this.ResumeLayout(false);
        }
Пример #19
0
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.StatusBar             = new System.Windows.Forms.StatusBar();
     this.StatusBarPanel1       = new System.Windows.Forms.StatusBarPanel();
     this.StatusBarPanel2       = new System.Windows.Forms.StatusBarPanel();
     this.ToolBar1              = new System.Windows.Forms.ToolStrip();
     this.tbFileNew             = new System.Windows.Forms.ToolStripButton();
     this.tbFileLoad            = new System.Windows.Forms.ToolStripButton();
     this.tbLoadMRU             = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuMRU               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tbFileSave            = new System.Windows.Forms.ToolStripButton();
     this.TBS1                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbRecordAdd           = new System.Windows.Forms.ToolStripButton();
     this.tbRecordEdit          = new System.Windows.Forms.ToolStripButton();
     this.tbRecordDelete        = new System.Windows.Forms.ToolStripButton();
     this.TBS2                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbFilter              = new System.Windows.Forms.ToolStripButton();
     this.TBS4                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbTreeAncestors       = new System.Windows.Forms.ToolStripButton();
     this.tbTreeDescendants     = new System.Windows.Forms.ToolStripButton();
     this.tbTreeBoth            = new System.Windows.Forms.ToolStripButton();
     this.TBS5                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPedigree            = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuPedigree          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miPedigree_dAboville2 = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_Konovalov2 = new System.Windows.Forms.ToolStripMenuItem();
     this.TBS6                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbStats               = new System.Windows.Forms.ToolStripButton();
     this.TBS7                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPrev                = new System.Windows.Forms.ToolStripButton();
     this.tbNext                = new System.Windows.Forms.ToolStripButton();
     this.TBS8                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbDocPreview          = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint            = new System.Windows.Forms.ToolStripButton();
     this.MainMenu1             = new System.Windows.Forms.MenuStrip();
     this.miFile                = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileNew             = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileLoad            = new System.Windows.Forms.ToolStripMenuItem();
     this.miMRUFiles            = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileSave            = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileSaveAs          = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileClose           = new System.Windows.Forms.ToolStripMenuItem();
     this.N1 = new System.Windows.Forms.ToolStripSeparator();
     this.miFileProperties = new System.Windows.Forms.ToolStripMenuItem();
     this.N2                       = new System.Windows.Forms.ToolStripSeparator();
     this.miExport                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miExportToExcelFile      = new System.Windows.Forms.ToolStripMenuItem();
     this.N3                       = new System.Windows.Forms.ToolStripSeparator();
     this.miExit                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miEdit                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordAdd              = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordEdit             = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordDelete           = new System.Windows.Forms.ToolStripMenuItem();
     this.N15                      = new System.Windows.Forms.ToolStripSeparator();
     this.miSearch                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miFilter                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree               = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeAncestors          = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeDescendants        = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeBoth               = new System.Windows.Forms.ToolStripMenuItem();
     this.miAncestorsCircle        = new System.Windows.Forms.ToolStripMenuItem();
     this.miDescendantsCircle      = new System.Windows.Forms.ToolStripMenuItem();
     this.N6                       = new System.Windows.Forms.ToolStripSeparator();
     this.miPedigreeAscend         = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_dAboville     = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_Konovalov     = new System.Windows.Forms.ToolStripMenuItem();
     this.miExportToFamilyBook     = new System.Windows.Forms.ToolStripMenuItem();
     this.N7                       = new System.Windows.Forms.ToolStripSeparator();
     this.miMap                    = new System.Windows.Forms.ToolStripMenuItem();
     this.N8                       = new System.Windows.Forms.ToolStripSeparator();
     this.miStats                  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     this.miRelationshipCalculator = new System.Windows.Forms.ToolStripMenuItem();
     this.miService                = new System.Windows.Forms.ToolStripMenuItem();
     this.miOrganizer              = new System.Windows.Forms.ToolStripMenuItem();
     this.miSlideshow              = new System.Windows.Forms.ToolStripMenuItem();
     this.N9                       = new System.Windows.Forms.ToolStripSeparator();
     this.miScripts                = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeTools              = new System.Windows.Forms.ToolStripMenuItem();
     this.N10                      = new System.Windows.Forms.ToolStripSeparator();
     this.miOptions                = new System.Windows.Forms.ToolStripMenuItem();
     this.miPlugins                = new System.Windows.Forms.ToolStripMenuItem();
     this.miHelp                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miContext                = new System.Windows.Forms.ToolStripMenuItem();
     this.N12                      = new System.Windows.Forms.ToolStripSeparator();
     this.miLogSend                = new System.Windows.Forms.ToolStripMenuItem();
     this.miLogView                = new System.Windows.Forms.ToolStripMenuItem();
     this.N13                      = new System.Windows.Forms.ToolStripSeparator();
     this.miAbout                  = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolTip1                 = new System.Windows.Forms.ToolTip(this.components);
     this.contextMenu              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miContRecordAdd          = new System.Windows.Forms.ToolStripMenuItem();
     this.miContRecordEdit         = new System.Windows.Forms.ToolStripMenuItem();
     this.miContRecordDelete       = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordDuplicate        = new System.Windows.Forms.ToolStripMenuItem();
     this.tabsRecords              = new System.Windows.Forms.TabControl();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel2)).BeginInit();
     this.ToolBar1.SuspendLayout();
     this.MenuPedigree.SuspendLayout();
     this.MainMenu1.SuspendLayout();
     this.contextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // StatusBar
     //
     this.StatusBar.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.StatusBar.Location = new System.Drawing.Point(0, 438);
     this.StatusBar.Margin   = new System.Windows.Forms.Padding(2);
     this.StatusBar.Name     = "StatusBar";
     this.StatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.StatusBarPanel1,
         this.StatusBarPanel2
     });
     this.StatusBar.ShowPanels  = true;
     this.StatusBar.Size        = new System.Drawing.Size(976, 24);
     this.StatusBar.TabIndex    = 0;
     this.StatusBar.DrawItem   += new System.Windows.Forms.StatusBarDrawItemEventHandler(this.StatusBar_DrawItem);
     this.StatusBar.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.StatusBar_PanelClick);
     //
     // StatusBarPanel1
     //
     this.StatusBarPanel1.Name  = "StatusBarPanel1";
     this.StatusBarPanel1.Width = 50;
     //
     // StatusBarPanel2
     //
     this.StatusBarPanel2.Name  = "StatusBarPanel2";
     this.StatusBarPanel2.Style = System.Windows.Forms.StatusBarPanelStyle.OwnerDraw;
     this.StatusBarPanel2.Width = 24;
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbFileNew,
         this.tbFileLoad,
         this.tbLoadMRU,
         this.tbFileSave,
         this.TBS1,
         this.tbRecordAdd,
         this.tbRecordEdit,
         this.tbRecordDelete,
         this.TBS2,
         this.tbFilter,
         this.TBS4,
         this.tbTreeAncestors,
         this.tbTreeDescendants,
         this.tbTreeBoth,
         this.TBS5,
         this.tbPedigree,
         this.TBS6,
         this.tbStats,
         this.TBS7,
         this.tbPrev,
         this.tbNext,
         this.TBS8,
         this.tbDocPreview,
         this.tbDocPrint
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 28);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(976, 25);
     this.ToolBar1.TabIndex = 0;
     //
     // tbFileNew
     //
     this.tbFileNew.Name   = "tbFileNew";
     this.tbFileNew.Size   = new System.Drawing.Size(23, 22);
     this.tbFileNew.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbFileLoad
     //
     this.tbFileLoad.Name   = "tbFileLoad";
     this.tbFileLoad.Size   = new System.Drawing.Size(23, 22);
     this.tbFileLoad.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbLoadMRU
     //
     this.tbLoadMRU.AutoToolTip           = false;
     this.tbLoadMRU.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.None;
     this.tbLoadMRU.DropDown              = this.MenuMRU;
     this.tbLoadMRU.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbLoadMRU.Name = "tbLoadMRU";
     this.tbLoadMRU.Size = new System.Drawing.Size(13, 22);
     this.tbLoadMRU.Text = "tbLoadMRU";
     //
     // MenuMRU
     //
     this.MenuMRU.Name      = "MenuMRU";
     this.MenuMRU.OwnerItem = this.tbLoadMRU;
     this.MenuMRU.Size      = new System.Drawing.Size(61, 4);
     //
     // tbFileSave
     //
     this.tbFileSave.Name   = "tbFileSave";
     this.tbFileSave.Size   = new System.Drawing.Size(23, 22);
     this.tbFileSave.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS1
     //
     this.TBS1.Name = "TBS1";
     this.TBS1.Size = new System.Drawing.Size(6, 25);
     //
     // tbRecordAdd
     //
     this.tbRecordAdd.Name   = "tbRecordAdd";
     this.tbRecordAdd.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordAdd.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbRecordEdit
     //
     this.tbRecordEdit.Name   = "tbRecordEdit";
     this.tbRecordEdit.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordEdit.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbRecordDelete
     //
     this.tbRecordDelete.Name   = "tbRecordDelete";
     this.tbRecordDelete.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordDelete.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS2
     //
     this.TBS2.Name = "TBS2";
     this.TBS2.Size = new System.Drawing.Size(6, 25);
     //
     // tbFilter
     //
     this.tbFilter.ImageTransparentColor = System.Drawing.Color.White;
     this.tbFilter.Name   = "tbFilter";
     this.tbFilter.Size   = new System.Drawing.Size(23, 22);
     this.tbFilter.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS4
     //
     this.TBS4.Name = "TBS4";
     this.TBS4.Size = new System.Drawing.Size(6, 25);
     //
     // tbTreeAncestors
     //
     this.tbTreeAncestors.Name   = "tbTreeAncestors";
     this.tbTreeAncestors.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeAncestors.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbTreeDescendants
     //
     this.tbTreeDescendants.Name   = "tbTreeDescendants";
     this.tbTreeDescendants.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeDescendants.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbTreeBoth
     //
     this.tbTreeBoth.Name   = "tbTreeBoth";
     this.tbTreeBoth.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeBoth.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS5
     //
     this.TBS5.Name = "TBS5";
     this.TBS5.Size = new System.Drawing.Size(6, 25);
     //
     // tbPedigree
     //
     this.tbPedigree.DropDown = this.MenuPedigree;
     this.tbPedigree.Name     = "tbPedigree";
     this.tbPedigree.Size     = new System.Drawing.Size(13, 22);
     //
     // MenuPedigree
     //
     this.MenuPedigree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPedigree_dAboville2,
         this.miPedigree_Konovalov2
     });
     this.MenuPedigree.Name      = "MenuPedigree";
     this.MenuPedigree.OwnerItem = this.tbPedigree;
     this.MenuPedigree.Size      = new System.Drawing.Size(70, 48);
     //
     // miPedigree_dAboville2
     //
     this.miPedigree_dAboville2.Name   = "miPedigree_dAboville2";
     this.miPedigree_dAboville2.Size   = new System.Drawing.Size(69, 22);
     this.miPedigree_dAboville2.Click += new System.EventHandler(this.miPedigree_dAbovilleClick);
     //
     // miPedigree_Konovalov2
     //
     this.miPedigree_Konovalov2.Name   = "miPedigree_Konovalov2";
     this.miPedigree_Konovalov2.Size   = new System.Drawing.Size(69, 22);
     this.miPedigree_Konovalov2.Click += new System.EventHandler(this.miPedigree_KonovalovClick);
     //
     // TBS6
     //
     this.TBS6.Name = "TBS6";
     this.TBS6.Size = new System.Drawing.Size(6, 25);
     //
     // tbStats
     //
     this.tbStats.Name   = "tbStats";
     this.tbStats.Size   = new System.Drawing.Size(23, 22);
     this.tbStats.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS7
     //
     this.TBS7.Name = "TBS7";
     this.TBS7.Size = new System.Drawing.Size(6, 25);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 22);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 22);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS8
     //
     this.TBS8.Name = "TBS8";
     this.TBS8.Size = new System.Drawing.Size(6, 25);
     //
     // tbDocPreview
     //
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPreview.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbDocPrint
     //
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPrint.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // MainMenu1
     //
     this.MainMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miFile,
         this.miEdit,
         this.miPedigree,
         this.miService,
         this.miPlugins,
         this.miHelp
     });
     this.MainMenu1.Location = new System.Drawing.Point(0, 0);
     this.MainMenu1.Name     = "MainMenu1";
     this.MainMenu1.Padding  = new System.Windows.Forms.Padding(5, 2, 0, 2);
     this.MainMenu1.Size     = new System.Drawing.Size(976, 28);
     this.MainMenu1.TabIndex = 0;
     this.MainMenu1.Tag      = "";
     //
     // miFile
     //
     this.miFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miFileNew,
         this.miFileLoad,
         this.miMRUFiles,
         this.miFileSave,
         this.miFileSaveAs,
         this.miFileClose,
         this.N1,
         this.miFileProperties,
         this.N2,
         this.miExport,
         this.N3,
         this.miExit
     });
     this.miFile.Name = "miFile";
     this.miFile.Size = new System.Drawing.Size(44, 24);
     this.miFile.Text = "File";
     //
     // miFileNew
     //
     this.miFileNew.Name         = "miFileNew";
     this.miFileNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.miFileNew.Size         = new System.Drawing.Size(204, 24);
     this.miFileNew.Text         = "miFileNew";
     this.miFileNew.Click       += new System.EventHandler(this.miFileNew_Click);
     //
     // miFileLoad
     //
     this.miFileLoad.Name         = "miFileLoad";
     this.miFileLoad.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.miFileLoad.Size         = new System.Drawing.Size(204, 24);
     this.miFileLoad.Text         = "miFileLoad";
     this.miFileLoad.Click       += new System.EventHandler(this.miFileLoad_Click);
     //
     // miMRUFiles
     //
     this.miMRUFiles.Enabled = false;
     this.miMRUFiles.Name    = "miMRUFiles";
     this.miMRUFiles.Size    = new System.Drawing.Size(204, 24);
     this.miMRUFiles.Text    = "miMRUFiles";
     //
     // miFileSave
     //
     this.miFileSave.Name         = "miFileSave";
     this.miFileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.miFileSave.Size         = new System.Drawing.Size(204, 24);
     this.miFileSave.Text         = "miFileSave";
     this.miFileSave.Click       += new System.EventHandler(this.miFileSave_Click);
     //
     // miFileSaveAs
     //
     this.miFileSaveAs.Name   = "miFileSaveAs";
     this.miFileSaveAs.Size   = new System.Drawing.Size(204, 24);
     this.miFileSaveAs.Text   = "miFileSaveAs";
     this.miFileSaveAs.Click += new System.EventHandler(this.miFileSaveAs_Click);
     //
     // miFileClose
     //
     this.miFileClose.Name   = "miFileClose";
     this.miFileClose.Size   = new System.Drawing.Size(204, 24);
     this.miFileClose.Text   = "miFileClose";
     this.miFileClose.Click += new System.EventHandler(this.miFileClose_Click);
     //
     // N1
     //
     this.N1.Name = "N1";
     this.N1.Size = new System.Drawing.Size(201, 6);
     //
     // miFileProperties
     //
     this.miFileProperties.Name   = "miFileProperties";
     this.miFileProperties.Size   = new System.Drawing.Size(204, 24);
     this.miFileProperties.Text   = "miFileProperties";
     this.miFileProperties.Click += new System.EventHandler(this.miFileProperties_Click);
     //
     // N2
     //
     this.N2.Name = "N2";
     this.N2.Size = new System.Drawing.Size(201, 6);
     //
     // miExport
     //
     this.miExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miExportToExcelFile
     });
     this.miExport.Name = "miExport";
     this.miExport.Size = new System.Drawing.Size(204, 24);
     this.miExport.Text = "miExport";
     //
     // miExportToExcelFile
     //
     this.miExportToExcelFile.Name   = "miExportToExcelFile";
     this.miExportToExcelFile.Size   = new System.Drawing.Size(212, 24);
     this.miExportToExcelFile.Text   = "miExportToExcelFile";
     this.miExportToExcelFile.Click += new System.EventHandler(this.miExportToExcelFile_Click);
     //
     // N3
     //
     this.N3.Name = "N3";
     this.N3.Size = new System.Drawing.Size(201, 6);
     //
     // miExit
     //
     this.miExit.Name         = "miExit";
     this.miExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.miExit.Size         = new System.Drawing.Size(204, 24);
     this.miExit.Text         = "miExit";
     this.miExit.Click       += new System.EventHandler(this.miExit_Click);
     //
     // miEdit
     //
     this.miEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miRecordAdd,
         this.miRecordEdit,
         this.miRecordDelete,
         this.N15,
         this.miSearch,
         this.miFilter
     });
     this.miEdit.Name = "miEdit";
     this.miEdit.Size = new System.Drawing.Size(47, 24);
     this.miEdit.Text = "Edit";
     //
     // miRecordAdd
     //
     this.miRecordAdd.Name         = "miRecordAdd";
     this.miRecordAdd.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
     this.miRecordAdd.Size         = new System.Drawing.Size(235, 24);
     this.miRecordAdd.Text         = "miRecordAdd";
     this.miRecordAdd.Click       += new System.EventHandler(this.miRecordAdd_Click);
     //
     // miRecordEdit
     //
     this.miRecordEdit.Name   = "miRecordEdit";
     this.miRecordEdit.Size   = new System.Drawing.Size(235, 24);
     this.miRecordEdit.Text   = "miRecordEdit";
     this.miRecordEdit.Click += new System.EventHandler(this.miRecordEdit_Click);
     //
     // miRecordDelete
     //
     this.miRecordDelete.Name         = "miRecordDelete";
     this.miRecordDelete.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
     this.miRecordDelete.Size         = new System.Drawing.Size(235, 24);
     this.miRecordDelete.Text         = "miRecordDelete";
     this.miRecordDelete.Click       += new System.EventHandler(this.miRecordDelete_Click);
     //
     // N15
     //
     this.N15.Name = "N15";
     this.N15.Size = new System.Drawing.Size(232, 6);
     //
     // miSearch
     //
     this.miSearch.Name   = "miSearch";
     this.miSearch.Size   = new System.Drawing.Size(235, 24);
     this.miSearch.Text   = "miSearch";
     this.miSearch.Click += new System.EventHandler(this.miSearch_Click);
     //
     // miFilter
     //
     this.miFilter.Name         = "miFilter";
     this.miFilter.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
     this.miFilter.Size         = new System.Drawing.Size(235, 24);
     this.miFilter.Text         = "miFilter";
     this.miFilter.Click       += new System.EventHandler(this.miFilter_Click);
     //
     // miPedigree
     //
     this.miPedigree.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miTreeAncestors,
         this.miTreeDescendants,
         this.miTreeBoth,
         this.miAncestorsCircle,
         this.miDescendantsCircle,
         this.N6,
         this.miPedigreeAscend,
         this.miPedigree_dAboville,
         this.miPedigree_Konovalov,
         this.miExportToFamilyBook,
         this.N7,
         this.miMap,
         this.N8,
         this.miStats,
         this.toolStripSeparator1,
         this.miRelationshipCalculator
     });
     this.miPedigree.Name = "miPedigree";
     this.miPedigree.Size = new System.Drawing.Size(80, 24);
     this.miPedigree.Text = "Pedigree";
     //
     // miTreeAncestors
     //
     this.miTreeAncestors.Name         = "miTreeAncestors";
     this.miTreeAncestors.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.miTreeAncestors.Size         = new System.Drawing.Size(281, 24);
     this.miTreeAncestors.Text         = "miTreeAncestors";
     this.miTreeAncestors.Click       += new System.EventHandler(this.miTreeAncestors_Click);
     //
     // miTreeDescendants
     //
     this.miTreeDescendants.Name         = "miTreeDescendants";
     this.miTreeDescendants.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.miTreeDescendants.Size         = new System.Drawing.Size(281, 24);
     this.miTreeDescendants.Text         = "miTreeDescendants";
     this.miTreeDescendants.Click       += new System.EventHandler(this.miTreeDescendants_Click);
     //
     // miTreeBoth
     //
     this.miTreeBoth.Name   = "miTreeBoth";
     this.miTreeBoth.Size   = new System.Drawing.Size(281, 24);
     this.miTreeBoth.Text   = "miTreeBoth";
     this.miTreeBoth.Click += new System.EventHandler(this.miTreeBoth_Click);
     //
     // miAncestorsCircle
     //
     this.miAncestorsCircle.Name   = "miAncestorsCircle";
     this.miAncestorsCircle.Size   = new System.Drawing.Size(281, 24);
     this.miAncestorsCircle.Text   = "miAncestorsCircle";
     this.miAncestorsCircle.Click += new System.EventHandler(this.miAncestorsCircle_Click);
     //
     // miDescendantsCircle
     //
     this.miDescendantsCircle.Name   = "miDescendantsCircle";
     this.miDescendantsCircle.Size   = new System.Drawing.Size(281, 24);
     this.miDescendantsCircle.Text   = "miDescendantsCircle";
     this.miDescendantsCircle.Click += new System.EventHandler(this.miDescendantsCircle_Click);
     //
     // N6
     //
     this.N6.Name = "N6";
     this.N6.Size = new System.Drawing.Size(278, 6);
     //
     // miPedigreeAscend
     //
     this.miPedigreeAscend.Name   = "miPedigreeAscend";
     this.miPedigreeAscend.Size   = new System.Drawing.Size(281, 24);
     this.miPedigreeAscend.Text   = "miPedigreeAscend";
     this.miPedigreeAscend.Click += new System.EventHandler(this.miPedigreeAscend_Click);
     //
     // miPedigree_dAboville
     //
     this.miPedigree_dAboville.Name         = "miPedigree_dAboville";
     this.miPedigree_dAboville.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.miPedigree_dAboville.Size         = new System.Drawing.Size(281, 24);
     this.miPedigree_dAboville.Text         = "miPedigree_dAboville";
     this.miPedigree_dAboville.Click       += new System.EventHandler(this.miPedigree_dAbovilleClick);
     //
     // miPedigree_Konovalov
     //
     this.miPedigree_Konovalov.Name         = "miPedigree_Konovalov";
     this.miPedigree_Konovalov.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
     this.miPedigree_Konovalov.Size         = new System.Drawing.Size(281, 24);
     this.miPedigree_Konovalov.Text         = "miPedigree_Konovalov";
     this.miPedigree_Konovalov.Click       += new System.EventHandler(this.miPedigree_KonovalovClick);
     //
     // miExportToFamilyBook
     //
     this.miExportToFamilyBook.Name   = "miExportToFamilyBook";
     this.miExportToFamilyBook.Size   = new System.Drawing.Size(281, 24);
     this.miExportToFamilyBook.Text   = "miExportToFamilyBook";
     this.miExportToFamilyBook.Click += new System.EventHandler(this.miExportToFamilyBook_Click);
     //
     // N7
     //
     this.N7.Name = "N7";
     this.N7.Size = new System.Drawing.Size(278, 6);
     //
     // miMap
     //
     this.miMap.Name         = "miMap";
     this.miMap.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
     this.miMap.Size         = new System.Drawing.Size(281, 24);
     this.miMap.Text         = "miMap";
     this.miMap.Click       += new System.EventHandler(this.miMap_Click);
     //
     // N8
     //
     this.N8.Name = "N8";
     this.N8.Size = new System.Drawing.Size(278, 6);
     //
     // miStats
     //
     this.miStats.Name         = "miStats";
     this.miStats.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
     this.miStats.Size         = new System.Drawing.Size(281, 24);
     this.miStats.Text         = "miStats";
     this.miStats.Click       += new System.EventHandler(this.miStats_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(278, 6);
     //
     // miRelationshipCalculator
     //
     this.miRelationshipCalculator.Name   = "miRelationshipCalculator";
     this.miRelationshipCalculator.Size   = new System.Drawing.Size(281, 24);
     this.miRelationshipCalculator.Text   = "miRelationshipCalculator";
     this.miRelationshipCalculator.Click += new System.EventHandler(this.miRelationshipCalculator_Click);
     //
     // miService
     //
     this.miService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miOrganizer,
         this.miSlideshow,
         this.N9,
         this.miScripts,
         this.miTreeTools,
         this.N10,
         this.miOptions
     });
     this.miService.Name = "miService";
     this.miService.Size = new System.Drawing.Size(68, 24);
     this.miService.Text = "Service";
     //
     // miOrganizer
     //
     this.miOrganizer.Name   = "miOrganizer";
     this.miOrganizer.Size   = new System.Drawing.Size(204, 24);
     this.miOrganizer.Text   = "miOrganizer";
     this.miOrganizer.Click += new System.EventHandler(this.miOrganizer_Click);
     //
     // miSlideshow
     //
     this.miSlideshow.Name   = "miSlideshow";
     this.miSlideshow.Size   = new System.Drawing.Size(204, 24);
     this.miSlideshow.Text   = "miSlideshow";
     this.miSlideshow.Click += new System.EventHandler(this.miSlideshow_Click);
     //
     // N9
     //
     this.N9.Name = "N9";
     this.N9.Size = new System.Drawing.Size(201, 6);
     //
     // miScripts
     //
     this.miScripts.Name         = "miScripts";
     this.miScripts.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F11)));
     this.miScripts.Size         = new System.Drawing.Size(204, 24);
     this.miScripts.Text         = "miScripts";
     this.miScripts.Click       += new System.EventHandler(this.miScripts_Click);
     //
     // miTreeTools
     //
     this.miTreeTools.Name   = "miTreeTools";
     this.miTreeTools.Size   = new System.Drawing.Size(204, 24);
     this.miTreeTools.Text   = "miTreeTools";
     this.miTreeTools.Click += new System.EventHandler(this.miTreeTools_Click);
     //
     // N10
     //
     this.N10.Name = "N10";
     this.N10.Size = new System.Drawing.Size(201, 6);
     //
     // miOptions
     //
     this.miOptions.Name   = "miOptions";
     this.miOptions.Size   = new System.Drawing.Size(204, 24);
     this.miOptions.Text   = "miOptions";
     this.miOptions.Click += new System.EventHandler(this.miOptions_Click);
     //
     // miPlugins
     //
     this.miPlugins.Name = "miPlugins";
     this.miPlugins.Size = new System.Drawing.Size(68, 24);
     this.miPlugins.Text = "Plugins";
     //
     // miHelp
     //
     this.miHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContext,
         this.N12,
         this.miLogSend,
         this.miLogView,
         this.N13,
         this.miAbout
     });
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new System.Drawing.Size(53, 24);
     this.miHelp.Text = "Help";
     //
     // miContext
     //
     this.miContext.Name         = "miContext";
     this.miContext.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.miContext.Size         = new System.Drawing.Size(170, 24);
     this.miContext.Text         = "miContext";
     this.miContext.Click       += new System.EventHandler(this.miContext_Click);
     //
     // N12
     //
     this.N12.Name = "N12";
     this.N12.Size = new System.Drawing.Size(167, 6);
     //
     // miLogSend
     //
     this.miLogSend.Name   = "miLogSend";
     this.miLogSend.Size   = new System.Drawing.Size(170, 24);
     this.miLogSend.Text   = "miLogSend";
     this.miLogSend.Click += new System.EventHandler(this.miLogSend_Click);
     //
     // miLogView
     //
     this.miLogView.Name   = "miLogView";
     this.miLogView.Size   = new System.Drawing.Size(170, 24);
     this.miLogView.Text   = "miLogView";
     this.miLogView.Click += new System.EventHandler(this.miLogView_Click);
     //
     // N13
     //
     this.N13.Name = "N13";
     this.N13.Size = new System.Drawing.Size(167, 6);
     //
     // miAbout
     //
     this.miAbout.Name   = "miAbout";
     this.miAbout.Size   = new System.Drawing.Size(170, 24);
     this.miAbout.Text   = "miAbout";
     this.miAbout.Click += new System.EventHandler(this.miAbout_Click);
     //
     // contextMenu
     //
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContRecordAdd,
         this.miContRecordEdit,
         this.miContRecordDelete,
         this.miRecordDuplicate
     });
     this.contextMenu.Name     = "contextMenu";
     this.contextMenu.Size     = new System.Drawing.Size(218, 100);
     this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenu_Opening);
     //
     // miContRecordAdd
     //
     this.miContRecordAdd.Name   = "miContRecordAdd";
     this.miContRecordAdd.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordAdd.Text   = "miContRecordAdd";
     this.miContRecordAdd.Click += new System.EventHandler(this.miRecordAdd_Click);
     //
     // miContRecordEdit
     //
     this.miContRecordEdit.Name   = "miContRecordEdit";
     this.miContRecordEdit.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordEdit.Text   = "miContRecordEdit";
     this.miContRecordEdit.Click += new System.EventHandler(this.miRecordEdit_Click);
     //
     // miContRecordDelete
     //
     this.miContRecordDelete.Name   = "miContRecordDelete";
     this.miContRecordDelete.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordDelete.Text   = "miContRecordDelete";
     this.miContRecordDelete.Click += new System.EventHandler(this.miRecordDelete_Click);
     //
     // miRecordDuplicate
     //
     this.miRecordDuplicate.Name   = "miRecordDuplicate";
     this.miRecordDuplicate.Size   = new System.Drawing.Size(217, 24);
     this.miRecordDuplicate.Text   = "miRecordDuplicate";
     this.miRecordDuplicate.Click += new System.EventHandler(this.miRecordDuplicate_Click);
     //
     // tabsRecords
     //
     this.tabsRecords.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tabsRecords.Location              = new System.Drawing.Point(0, 53);
     this.tabsRecords.Margin                = new System.Windows.Forms.Padding(2);
     this.tabsRecords.Name                  = "tabsRecords";
     this.tabsRecords.SelectedIndex         = 0;
     this.tabsRecords.Size                  = new System.Drawing.Size(976, 385);
     this.tabsRecords.TabIndex              = 3;
     this.tabsRecords.SelectedIndexChanged += new System.EventHandler(this.PageRecords_SelectedIndexChanged);
     //
     // BaseWinSDI
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(976, 462);
     this.Controls.Add(this.tabsRecords);
     this.Controls.Add(this.StatusBar);
     this.Controls.Add(this.ToolBar1);
     this.Controls.Add(this.MainMenu1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview      = true;
     this.MainMenuStrip   = this.MainMenu1;
     this.Margin          = new System.Windows.Forms.Padding(2);
     this.Name            = "BaseWinSDI";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "BaseWinSDI";
     this.Activated      += new System.EventHandler(this.Form_Activated);
     this.Deactivate     += new System.EventHandler(this.Form_Deactivate);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Form_Closed);
     this.Load           += new System.EventHandler(this.Form_Load);
     this.VisibleChanged += new System.EventHandler(this.Form_Show);
     this.DragDrop       += new System.Windows.Forms.DragEventHandler(this.Form_DragDrop);
     this.DragEnter      += new System.Windows.Forms.DragEventHandler(this.Form_DragEnter);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown);
     this.Resize         += new System.EventHandler(this.Form_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel2)).EndInit();
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.MenuPedigree.ResumeLayout(false);
     this.MainMenu1.ResumeLayout(false);
     this.MainMenu1.PerformLayout();
     this.contextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #20
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.WBrowser_Excel = new System.Windows.Forms.WebBrowser();
     this.OpenFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.MStrip_Open = new System.Windows.Forms.MenuStrip();
     this.操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.打开Excel文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.创建工作表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MStrip_Open.SuspendLayout();
     this.SuspendLayout();
     //
     // WBrowser_Excel
     //
     this.WBrowser_Excel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.WBrowser_Excel.Location = new System.Drawing.Point(0, 25);
     this.WBrowser_Excel.MinimumSize = new System.Drawing.Size(20, 20);
     this.WBrowser_Excel.Name = "WBrowser_Excel";
     this.WBrowser_Excel.Size = new System.Drawing.Size(550, 313);
     this.WBrowser_Excel.TabIndex = 1;
     //
     // MStrip_Open
     //
     this.MStrip_Open.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.操作ToolStripMenuItem});
     this.MStrip_Open.Location = new System.Drawing.Point(0, 0);
     this.MStrip_Open.Name = "MStrip_Open";
     this.MStrip_Open.Size = new System.Drawing.Size(550, 25);
     this.MStrip_Open.TabIndex = 2;
     this.MStrip_Open.Text = "menuStrip1";
     //
     // 操作ToolStripMenuItem
     //
     this.操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.打开Excel文件ToolStripMenuItem,
     this.创建工作表ToolStripMenuItem});
     this.操作ToolStripMenuItem.Name = "操作ToolStripMenuItem";
     this.操作ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
     this.操作ToolStripMenuItem.Text = "操作";
     //
     // 打开Excel文件ToolStripMenuItem
     //
     this.打开Excel文件ToolStripMenuItem.Name = "打开Excel文件ToolStripMenuItem";
     this.打开Excel文件ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
     this.打开Excel文件ToolStripMenuItem.Text = "打开Excel文件";
     this.打开Excel文件ToolStripMenuItem.Click += new System.EventHandler(this.打开Excel文件ToolStripMenuItem_Click);
     //
     // 创建工作表ToolStripMenuItem
     //
     this.创建工作表ToolStripMenuItem.Name = "创建工作表ToolStripMenuItem";
     this.创建工作表ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
     this.创建工作表ToolStripMenuItem.Text = "创建工作表";
     this.创建工作表ToolStripMenuItem.Click += new System.EventHandler(this.创建工作表ToolStripMenuItem_Click);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(550, 338);
     this.Controls.Add(this.WBrowser_Excel);
     this.Controls.Add(this.MStrip_Open);
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "为一个Excel文件创建多个工作表";
     this.MStrip_Open.ResumeLayout(false);
     this.MStrip_Open.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.menuVentanaPrincipal = new System.Windows.Forms.MenuStrip();
     this.cuentasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.asientosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.crearAsientoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.verAsientosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cierresContablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.reportesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aBalanceDeComprobaciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.estadoDeResultadosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.balanceGeneralToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sociosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ingresarNuevoSocioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.verSocioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.configuraciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.serviciosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.agregarServicioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lblEmpresa = new System.Windows.Forms.Label();
     this.logoBox = new System.Windows.Forms.PictureBox();
     this.lblCedula = new System.Windows.Forms.Label();
     this.lblTel = new System.Windows.Forms.Label();
     this.lblF = new System.Windows.Forms.Label();
     this.proyectosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.agregarProyectosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.verProyectosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuVentanaPrincipal.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoBox)).BeginInit();
     this.SuspendLayout();
     //
     // menuVentanaPrincipal
     //
     this.menuVentanaPrincipal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cuentasToolStripMenuItem,
     this.asientosToolStripMenuItem,
     this.cierresContablesToolStripMenuItem,
     this.reportesToolStripMenuItem,
     this.sociosToolStripMenuItem,
     this.proyectosToolStripMenuItem,
     this.serviciosToolStripMenuItem,
     this.configuraciónToolStripMenuItem});
     this.menuVentanaPrincipal.Location = new System.Drawing.Point(0, 0);
     this.menuVentanaPrincipal.Name = "menuVentanaPrincipal";
     this.menuVentanaPrincipal.Size = new System.Drawing.Size(720, 24);
     this.menuVentanaPrincipal.TabIndex = 0;
     this.menuVentanaPrincipal.Text = "menuStrip1";
     //
     // cuentasToolStripMenuItem
     //
     this.cuentasToolStripMenuItem.Name = "cuentasToolStripMenuItem";
     this.cuentasToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
     this.cuentasToolStripMenuItem.Text = "Cuentas";
     this.cuentasToolStripMenuItem.Click += new System.EventHandler(this.cuentasToolStripMenuItem_Click);
     //
     // asientosToolStripMenuItem
     //
     this.asientosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.crearAsientoToolStripMenuItem,
     this.verAsientosToolStripMenuItem});
     this.asientosToolStripMenuItem.Name = "asientosToolStripMenuItem";
     this.asientosToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
     this.asientosToolStripMenuItem.Text = "Asientos";
     //
     // crearAsientoToolStripMenuItem
     //
     this.crearAsientoToolStripMenuItem.Name = "crearAsientoToolStripMenuItem";
     this.crearAsientoToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
     this.crearAsientoToolStripMenuItem.Text = "Crear Asiento";
     this.crearAsientoToolStripMenuItem.Click += new System.EventHandler(this.crearAsientoToolStripMenuItem_Click);
     //
     // verAsientosToolStripMenuItem
     //
     this.verAsientosToolStripMenuItem.Name = "verAsientosToolStripMenuItem";
     this.verAsientosToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
     this.verAsientosToolStripMenuItem.Text = "Ver Asientos";
     this.verAsientosToolStripMenuItem.Click += new System.EventHandler(this.verAsientosToolStripMenuItem_Click);
     //
     // cierresContablesToolStripMenuItem
     //
     this.cierresContablesToolStripMenuItem.Name = "cierresContablesToolStripMenuItem";
     this.cierresContablesToolStripMenuItem.Size = new System.Drawing.Size(101, 20);
     this.cierresContablesToolStripMenuItem.Text = "Cierre Contable";
     this.cierresContablesToolStripMenuItem.Click += new System.EventHandler(this.cierresContablesToolStripMenuItem_Click);
     //
     // reportesToolStripMenuItem
     //
     this.reportesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aBalanceDeComprobaciónToolStripMenuItem,
     this.estadoDeResultadosToolStripMenuItem,
     this.balanceGeneralToolStripMenuItem});
     this.reportesToolStripMenuItem.Name = "reportesToolStripMenuItem";
     this.reportesToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
     this.reportesToolStripMenuItem.Text = "Reportes";
     //
     // aBalanceDeComprobaciónToolStripMenuItem
     //
     this.aBalanceDeComprobaciónToolStripMenuItem.Name = "aBalanceDeComprobaciónToolStripMenuItem";
     this.aBalanceDeComprobaciónToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.aBalanceDeComprobaciónToolStripMenuItem.Text = "Balance de comprobación";
     this.aBalanceDeComprobaciónToolStripMenuItem.Click += new System.EventHandler(this.aBalanceDeComprobaciónToolStripMenuItem_Click);
     //
     // estadoDeResultadosToolStripMenuItem
     //
     this.estadoDeResultadosToolStripMenuItem.Name = "estadoDeResultadosToolStripMenuItem";
     this.estadoDeResultadosToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.estadoDeResultadosToolStripMenuItem.Text = "Estado de resultados";
     this.estadoDeResultadosToolStripMenuItem.Click += new System.EventHandler(this.estadoDeResultadosToolStripMenuItem_Click);
     //
     // balanceGeneralToolStripMenuItem
     //
     this.balanceGeneralToolStripMenuItem.Name = "balanceGeneralToolStripMenuItem";
     this.balanceGeneralToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.balanceGeneralToolStripMenuItem.Text = "Balance general";
     this.balanceGeneralToolStripMenuItem.Click += new System.EventHandler(this.balanceGeneralToolStripMenuItem_Click);
     //
     // sociosToolStripMenuItem
     //
     this.sociosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ingresarNuevoSocioToolStripMenuItem,
     this.verSocioToolStripMenuItem});
     this.sociosToolStripMenuItem.Name = "sociosToolStripMenuItem";
     this.sociosToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     this.sociosToolStripMenuItem.Text = "Socios";
     //
     // ingresarNuevoSocioToolStripMenuItem
     //
     this.ingresarNuevoSocioToolStripMenuItem.Name = "ingresarNuevoSocioToolStripMenuItem";
     this.ingresarNuevoSocioToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     this.ingresarNuevoSocioToolStripMenuItem.Text = "Ingresar Nuevo Socio";
     this.ingresarNuevoSocioToolStripMenuItem.Click += new System.EventHandler(this.ingresarNuevoSocioToolStripMenuItem_Click);
     //
     // verSocioToolStripMenuItem
     //
     this.verSocioToolStripMenuItem.Name = "verSocioToolStripMenuItem";
     this.verSocioToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     this.verSocioToolStripMenuItem.Text = "Ver Socio";
     this.verSocioToolStripMenuItem.Click += new System.EventHandler(this.verSocioToolStripMenuItem_Click);
     //
     // configuraciónToolStripMenuItem
     //
     this.configuraciónToolStripMenuItem.Name = "configuraciónToolStripMenuItem";
     this.configuraciónToolStripMenuItem.Size = new System.Drawing.Size(95, 20);
     this.configuraciónToolStripMenuItem.Text = "Configuración";
     this.configuraciónToolStripMenuItem.Click += new System.EventHandler(this.configuraciónToolStripMenuItem_Click);
     //
     // serviciosToolStripMenuItem
     //
     this.serviciosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.agregarServicioToolStripMenuItem});
     this.serviciosToolStripMenuItem.Name = "serviciosToolStripMenuItem";
     this.serviciosToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
     this.serviciosToolStripMenuItem.Text = "Servicios";
     //
     // agregarServicioToolStripMenuItem
     //
     this.agregarServicioToolStripMenuItem.Name = "agregarServicioToolStripMenuItem";
     this.agregarServicioToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.agregarServicioToolStripMenuItem.Text = "Agregar Servicio";
     this.agregarServicioToolStripMenuItem.Click += new System.EventHandler(this.agregarServicioToolStripMenuItem_Click);
     //
     // lblEmpresa
     //
     this.lblEmpresa.AutoSize = true;
     this.lblEmpresa.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEmpresa.Location = new System.Drawing.Point(369, 48);
     this.lblEmpresa.Name = "lblEmpresa";
     this.lblEmpresa.Size = new System.Drawing.Size(101, 23);
     this.lblEmpresa.TabIndex = 4;
     this.lblEmpresa.Text = "Empresa: ";
     //
     // logoBox
     //
     this.logoBox.Location = new System.Drawing.Point(12, 48);
     this.logoBox.Name = "logoBox";
     this.logoBox.Size = new System.Drawing.Size(315, 212);
     this.logoBox.TabIndex = 5;
     this.logoBox.TabStop = false;
     //
     // lblCedula
     //
     this.lblCedula.AutoSize = true;
     this.lblCedula.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCedula.Location = new System.Drawing.Point(369, 80);
     this.lblCedula.Name = "lblCedula";
     this.lblCedula.Size = new System.Drawing.Size(158, 23);
     this.lblCedula.TabIndex = 6;
     this.lblCedula.Text = "Cédula Jurídica: ";
     //
     // lblTel
     //
     this.lblTel.AutoSize = true;
     this.lblTel.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTel.Location = new System.Drawing.Point(369, 112);
     this.lblTel.Name = "lblTel";
     this.lblTel.Size = new System.Drawing.Size(96, 23);
     this.lblTel.TabIndex = 8;
     this.lblTel.Text = "Teléfono: ";
     //
     // lblF
     //
     this.lblF.AutoSize = true;
     this.lblF.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblF.Location = new System.Drawing.Point(369, 145);
     this.lblF.Name = "lblF";
     this.lblF.Size = new System.Drawing.Size(54, 23);
     this.lblF.TabIndex = 10;
     this.lblF.Text = "Fax: ";
     //
     // proyectosToolStripMenuItem
     //
     this.proyectosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.agregarProyectosToolStripMenuItem,
     this.verProyectosToolStripMenuItem});
     this.proyectosToolStripMenuItem.Name = "proyectosToolStripMenuItem";
     this.proyectosToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
     this.proyectosToolStripMenuItem.Text = "Proyectos";
     //
     // agregarProyectosToolStripMenuItem
     //
     this.agregarProyectosToolStripMenuItem.Name = "agregarProyectosToolStripMenuItem";
     this.agregarProyectosToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
     this.agregarProyectosToolStripMenuItem.Text = "Agregar Proyectos";
     this.agregarProyectosToolStripMenuItem.Click += new System.EventHandler(this.agregarProyectosToolStripMenuItem_Click);
     //
     // verProyectosToolStripMenuItem
     //
     this.verProyectosToolStripMenuItem.Name = "verProyectosToolStripMenuItem";
     this.verProyectosToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
     this.verProyectosToolStripMenuItem.Text = "Ver Proyectos";
     this.verProyectosToolStripMenuItem.Click += new System.EventHandler(this.verProyectosToolStripMenuItem_Click);
     //
     // VentanaPrincipal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(720, 272);
     this.Controls.Add(this.lblF);
     this.Controls.Add(this.lblTel);
     this.Controls.Add(this.lblCedula);
     this.Controls.Add(this.logoBox);
     this.Controls.Add(this.lblEmpresa);
     this.Controls.Add(this.menuVentanaPrincipal);
     this.Name = "VentanaPrincipal";
     this.Text = "Ventana Principal";
     this.menuVentanaPrincipal.ResumeLayout(false);
     this.menuVentanaPrincipal.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vip_room));
     this.textBox20 = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.EnterPatientAddress = new System.Windows.Forms.TextBox();
     this.patient = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.EnterPatientPhoneNumber = new System.Windows.Forms.TextBox();
     this.EnterpatientLastName = new System.Windows.Forms.TextBox();
     this.EnterPatientFirstName = new System.Windows.Forms.TextBox();
     this.EnterPatiendId = new System.Windows.Forms.TextBox();
     this.EnterCheckId = new System.Windows.Forms.Button();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.rectangleShape1 = new Microsoft.VisualBasic.PowerPacks.RectangleShape();
     this.Vip2Photo = new System.Windows.Forms.PictureBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.Vip1PatientName = new System.Windows.Forms.TextBox();
     this.Vip1PatientID = new System.Windows.Forms.TextBox();
     this.Vip1RoomNumber = new System.Windows.Forms.TextBox();
     this.vip1RoomIdText = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.Vip2PatientName = new System.Windows.Forms.TextBox();
     this.Vip2PatientID = new System.Windows.Forms.TextBox();
     this.Vip2RoomNumber = new System.Windows.Forms.TextBox();
     this.Vip2RoomId = new System.Windows.Forms.TextBox();
     this.Vip1photo = new System.Windows.Forms.PictureBox();
     this.Vip3Photo = new System.Windows.Forms.PictureBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.Vip3PatientName = new System.Windows.Forms.TextBox();
     this.Vip3PatientID = new System.Windows.Forms.TextBox();
     this.Vip3RoomNumber = new System.Windows.Forms.TextBox();
     this.Vip3RoomID = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.searchInNormalRoomsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.goBackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.Vip2Photo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Vip1photo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Vip3Photo)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox20
     //
     this.textBox20.Location = new System.Drawing.Point(191, 215);
     this.textBox20.Name = "textBox20";
     this.textBox20.Size = new System.Drawing.Size(135, 20);
     this.textBox20.TabIndex = 196;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(27, 216);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(136, 19);
     this.label24.TabIndex = 195;
     this.label24.Text = "Patient email address";
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label46.Location = new System.Drawing.Point(405, 55);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(280, 23);
     this.label46.TabIndex = 193;
     this.label46.Text = "Search for patients In VIP rooms";
     //
     // EnterPatientAddress
     //
     this.EnterPatientAddress.Location = new System.Drawing.Point(604, 217);
     this.EnterPatientAddress.Name = "EnterPatientAddress";
     this.EnterPatientAddress.Size = new System.Drawing.Size(135, 20);
     this.EnterPatientAddress.TabIndex = 192;
     //
     // patient
     //
     this.patient.AutoSize = true;
     this.patient.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.patient.Location = new System.Drawing.Point(27, 154);
     this.patient.Name = "patient";
     this.patient.Size = new System.Drawing.Size(121, 19);
     this.patient.TabIndex = 191;
     this.patient.Text = "Patient Last Name";
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(353, 216);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(31, 19);
     this.label43.TabIndex = 190;
     this.label43.Text = "OR";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.Location = new System.Drawing.Point(353, 154);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(31, 19);
     this.label42.TabIndex = 189;
     this.label42.Text = "OR";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.Location = new System.Drawing.Point(353, 98);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(31, 19);
     this.label41.TabIndex = 188;
     this.label41.Text = "OR";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(420, 216);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(101, 19);
     this.label31.TabIndex = 187;
     this.label31.Text = "Patient address";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(420, 153);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(141, 19);
     this.label30.TabIndex = 186;
     this.label30.Text = "Patient Phone number";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(420, 98);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(122, 19);
     this.label29.TabIndex = 185;
     this.label29.Text = "Patient First Name";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(27, 97);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(106, 19);
     this.label28.TabIndex = 184;
     this.label28.Text = "Enter Patient ID";
     //
     // EnterPatientPhoneNumber
     //
     this.EnterPatientPhoneNumber.Location = new System.Drawing.Point(604, 155);
     this.EnterPatientPhoneNumber.Name = "EnterPatientPhoneNumber";
     this.EnterPatientPhoneNumber.Size = new System.Drawing.Size(135, 20);
     this.EnterPatientPhoneNumber.TabIndex = 183;
     //
     // EnterpatientLastName
     //
     this.EnterpatientLastName.Location = new System.Drawing.Point(191, 153);
     this.EnterpatientLastName.Name = "EnterpatientLastName";
     this.EnterpatientLastName.Size = new System.Drawing.Size(135, 20);
     this.EnterpatientLastName.TabIndex = 182;
     //
     // EnterPatientFirstName
     //
     this.EnterPatientFirstName.Location = new System.Drawing.Point(604, 96);
     this.EnterPatientFirstName.Name = "EnterPatientFirstName";
     this.EnterPatientFirstName.Size = new System.Drawing.Size(135, 20);
     this.EnterPatientFirstName.TabIndex = 181;
     //
     // EnterPatiendId
     //
     this.EnterPatiendId.Location = new System.Drawing.Point(191, 97);
     this.EnterPatiendId.Name = "EnterPatiendId";
     this.EnterPatiendId.Size = new System.Drawing.Size(135, 20);
     this.EnterPatiendId.TabIndex = 180;
     //
     // EnterCheckId
     //
     this.EnterCheckId.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EnterCheckId.Location = new System.Drawing.Point(835, 149);
     this.EnterCheckId.Name = "EnterCheckId";
     this.EnterCheckId.Size = new System.Drawing.Size(122, 28);
     this.EnterCheckId.TabIndex = 194;
     this.EnterCheckId.Text = "Enter";
     this.EnterCheckId.UseVisualStyleBackColor = true;
     this.EnterCheckId.Click += new System.EventHandler(this.EnterCheckId_Click);
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.rectangleShape1});
     this.shapeContainer1.Size = new System.Drawing.Size(1008, 682);
     this.shapeContainer1.TabIndex = 197;
     this.shapeContainer1.TabStop = false;
     //
     // rectangleShape1
     //
     this.rectangleShape1.Location = new System.Drawing.Point(0, 45);
     this.rectangleShape1.Name = "rectangleShape1";
     this.rectangleShape1.Size = new System.Drawing.Size(979, 202);
     //
     // Vip2Photo
     //
     this.Vip2Photo.Image = ((System.Drawing.Image)(resources.GetObject("Vip2Photo.Image")));
     this.Vip2Photo.Location = new System.Drawing.Point(533, 493);
     this.Vip2Photo.Name = "Vip2Photo";
     this.Vip2Photo.Size = new System.Drawing.Size(85, 88);
     this.Vip2Photo.TabIndex = 230;
     this.Vip2Photo.TabStop = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 388);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(103, 19);
     this.label7.TabIndex = 229;
     this.label7.Text = "Room Number:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 465);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(94, 19);
     this.label8.TabIndex = 228;
     this.label8.Text = "Patient Name:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(8, 354);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(69, 19);
     this.label9.TabIndex = 227;
     this.label9.Text = "Room ID:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(8, 428);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(73, 19);
     this.label10.TabIndex = 226;
     this.label10.Text = "Patient ID:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(8, 533);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(147, 19);
     this.label11.TabIndex = 225;
     this.label11.Text = "Patient personal photo:";
     //
     // Vip1PatientName
     //
     this.Vip1PatientName.Location = new System.Drawing.Point(173, 465);
     this.Vip1PatientName.Name = "Vip1PatientName";
     this.Vip1PatientName.Size = new System.Drawing.Size(135, 20);
     this.Vip1PatientName.TabIndex = 224;
     //
     // Vip1PatientID
     //
     this.Vip1PatientID.Location = new System.Drawing.Point(173, 425);
     this.Vip1PatientID.Name = "Vip1PatientID";
     this.Vip1PatientID.Size = new System.Drawing.Size(135, 20);
     this.Vip1PatientID.TabIndex = 223;
     //
     // Vip1RoomNumber
     //
     this.Vip1RoomNumber.Location = new System.Drawing.Point(173, 385);
     this.Vip1RoomNumber.Name = "Vip1RoomNumber";
     this.Vip1RoomNumber.Size = new System.Drawing.Size(135, 20);
     this.Vip1RoomNumber.TabIndex = 222;
     //
     // vip1RoomIdText
     //
     this.vip1RoomIdText.Location = new System.Drawing.Point(173, 351);
     this.vip1RoomIdText.Name = "vip1RoomIdText";
     this.vip1RoomIdText.Size = new System.Drawing.Size(135, 20);
     this.vip1RoomIdText.TabIndex = 221;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(340, 388);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(103, 19);
     this.label12.TabIndex = 220;
     this.label12.Text = "Room Number:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(340, 465);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(94, 19);
     this.label13.TabIndex = 219;
     this.label13.Text = "Patient Name:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(340, 354);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(69, 19);
     this.label14.TabIndex = 218;
     this.label14.Text = "Room ID:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(340, 428);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(73, 19);
     this.label15.TabIndex = 217;
     this.label15.Text = "Patient ID:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(340, 533);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(147, 19);
     this.label16.TabIndex = 216;
     this.label16.Text = "Patient personal photo:";
     //
     // Vip2PatientName
     //
     this.Vip2PatientName.Location = new System.Drawing.Point(519, 465);
     this.Vip2PatientName.Name = "Vip2PatientName";
     this.Vip2PatientName.Size = new System.Drawing.Size(135, 20);
     this.Vip2PatientName.TabIndex = 215;
     //
     // Vip2PatientID
     //
     this.Vip2PatientID.Location = new System.Drawing.Point(519, 428);
     this.Vip2PatientID.Name = "Vip2PatientID";
     this.Vip2PatientID.Size = new System.Drawing.Size(135, 20);
     this.Vip2PatientID.TabIndex = 214;
     //
     // Vip2RoomNumber
     //
     this.Vip2RoomNumber.Location = new System.Drawing.Point(519, 385);
     this.Vip2RoomNumber.Name = "Vip2RoomNumber";
     this.Vip2RoomNumber.Size = new System.Drawing.Size(135, 20);
     this.Vip2RoomNumber.TabIndex = 213;
     //
     // Vip2RoomId
     //
     this.Vip2RoomId.Location = new System.Drawing.Point(519, 351);
     this.Vip2RoomId.Name = "Vip2RoomId";
     this.Vip2RoomId.Size = new System.Drawing.Size(135, 20);
     this.Vip2RoomId.TabIndex = 212;
     //
     // Vip1photo
     //
     this.Vip1photo.Image = ((System.Drawing.Image)(resources.GetObject("Vip1photo.Image")));
     this.Vip1photo.Location = new System.Drawing.Point(227, 502);
     this.Vip1photo.Name = "Vip1photo";
     this.Vip1photo.Size = new System.Drawing.Size(81, 88);
     this.Vip1photo.TabIndex = 211;
     this.Vip1photo.TabStop = false;
     //
     // Vip3Photo
     //
     this.Vip3Photo.Image = ((System.Drawing.Image)(resources.GetObject("Vip3Photo.Image")));
     this.Vip3Photo.Location = new System.Drawing.Point(893, 491);
     this.Vip3Photo.Name = "Vip3Photo";
     this.Vip3Photo.Size = new System.Drawing.Size(87, 97);
     this.Vip3Photo.TabIndex = 210;
     this.Vip3Photo.TabStop = false;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(683, 388);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(103, 19);
     this.label18.TabIndex = 209;
     this.label18.Text = "Room Number:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(683, 465);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(94, 19);
     this.label19.TabIndex = 208;
     this.label19.Text = "Patient Name:";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(683, 354);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(69, 19);
     this.label20.TabIndex = 207;
     this.label20.Text = "Room ID:";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(683, 428);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(73, 19);
     this.label21.TabIndex = 206;
     this.label21.Text = "Patient ID:";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(683, 533);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(147, 19);
     this.label22.TabIndex = 205;
     this.label22.Text = "Patient personal photo:";
     //
     // Vip3PatientName
     //
     this.Vip3PatientName.Location = new System.Drawing.Point(845, 465);
     this.Vip3PatientName.Name = "Vip3PatientName";
     this.Vip3PatientName.Size = new System.Drawing.Size(135, 20);
     this.Vip3PatientName.TabIndex = 204;
     //
     // Vip3PatientID
     //
     this.Vip3PatientID.Location = new System.Drawing.Point(845, 428);
     this.Vip3PatientID.Name = "Vip3PatientID";
     this.Vip3PatientID.Size = new System.Drawing.Size(135, 20);
     this.Vip3PatientID.TabIndex = 203;
     //
     // Vip3RoomNumber
     //
     this.Vip3RoomNumber.Location = new System.Drawing.Point(845, 388);
     this.Vip3RoomNumber.Name = "Vip3RoomNumber";
     this.Vip3RoomNumber.Size = new System.Drawing.Size(135, 20);
     this.Vip3RoomNumber.TabIndex = 202;
     //
     // Vip3RoomID
     //
     this.Vip3RoomID.Location = new System.Drawing.Point(845, 351);
     this.Vip3RoomID.Name = "Vip3RoomID";
     this.Vip3RoomID.Size = new System.Drawing.Size(135, 20);
     this.Vip3RoomID.TabIndex = 201;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(673, 313);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(322, 23);
     this.label23.TabIndex = 200;
     this.label23.Text = "VIP Patient Rooms Room number : 3";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(340, 313);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(322, 23);
     this.label17.TabIndex = 199;
     this.label17.Text = "VIP Patient Rooms Room number : 2";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(-1, 313);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(322, 23);
     this.label6.TabIndex = 198;
     this.label6.Text = "VIP Patient Rooms Room number : 1";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.searchInNormalRoomsToolStripMenuItem,
     this.goBackToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 231;
     this.menuStrip1.Text = "menuStrip1";
     //
     // searchInNormalRoomsToolStripMenuItem
     //
     this.searchInNormalRoomsToolStripMenuItem.Name = "searchInNormalRoomsToolStripMenuItem";
     this.searchInNormalRoomsToolStripMenuItem.Size = new System.Drawing.Size(145, 20);
     this.searchInNormalRoomsToolStripMenuItem.Text = "Search in normal rooms";
     this.searchInNormalRoomsToolStripMenuItem.Click += new System.EventHandler(this.searchInNormalRoomsToolStripMenuItem_Click);
     //
     // goBackToolStripMenuItem
     //
     this.goBackToolStripMenuItem.Name = "goBackToolStripMenuItem";
     this.goBackToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
     this.goBackToolStripMenuItem.Text = "Go back";
     this.goBackToolStripMenuItem.Click += new System.EventHandler(this.goBackToolStripMenuItem_Click);
     //
     // Vip_room
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1008, 682);
     this.Controls.Add(this.Vip2Photo);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.Vip1PatientName);
     this.Controls.Add(this.Vip1PatientID);
     this.Controls.Add(this.Vip1RoomNumber);
     this.Controls.Add(this.vip1RoomIdText);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.Vip2PatientName);
     this.Controls.Add(this.Vip2PatientID);
     this.Controls.Add(this.Vip2RoomNumber);
     this.Controls.Add(this.Vip2RoomId);
     this.Controls.Add(this.Vip1photo);
     this.Controls.Add(this.Vip3Photo);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.label21);
     this.Controls.Add(this.label22);
     this.Controls.Add(this.Vip3PatientName);
     this.Controls.Add(this.Vip3PatientID);
     this.Controls.Add(this.Vip3RoomNumber);
     this.Controls.Add(this.Vip3RoomID);
     this.Controls.Add(this.label23);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textBox20);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.label46);
     this.Controls.Add(this.EnterPatientAddress);
     this.Controls.Add(this.patient);
     this.Controls.Add(this.label43);
     this.Controls.Add(this.label42);
     this.Controls.Add(this.label41);
     this.Controls.Add(this.label31);
     this.Controls.Add(this.label30);
     this.Controls.Add(this.label29);
     this.Controls.Add(this.label28);
     this.Controls.Add(this.EnterPatientPhoneNumber);
     this.Controls.Add(this.EnterpatientLastName);
     this.Controls.Add(this.EnterPatientFirstName);
     this.Controls.Add(this.EnterPatiendId);
     this.Controls.Add(this.EnterCheckId);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.shapeContainer1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Vip_room";
     this.Text = "Vip_room";
     ((System.ComponentModel.ISupportInitialize)(this.Vip2Photo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Vip1photo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Vip3Photo)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #23
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPrincipal));
     this.panel1           = new System.Windows.Forms.Panel();
     this.lblUsuarioLogado = new System.Windows.Forms.Label();
     this.mnsPrincipal     = new System.Windows.Forms.MenuStrip();
     this.mnCadastrar      = new System.Windows.Forms.ToolStripMenuItem();
     this.mniProduto       = new System.Windows.Forms.ToolStripMenuItem();
     this.mnJanela         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnSobre          = new System.Windows.Forms.ToolStripMenuItem();
     this.mnSair           = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     this.mnsPrincipal.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor             = System.Drawing.Color.Transparent;
     this.panel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.lblUsuarioLogado);
     this.panel1.Location = new System.Drawing.Point(0, 21);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(751, 379);
     this.panel1.TabIndex = 0;
     //
     // lblUsuarioLogado
     //
     this.lblUsuarioLogado.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsuarioLogado.ForeColor = System.Drawing.Color.LimeGreen;
     this.lblUsuarioLogado.Location  = new System.Drawing.Point(377, 34);
     this.lblUsuarioLogado.Name      = "lblUsuarioLogado";
     this.lblUsuarioLogado.Size      = new System.Drawing.Size(300, 59);
     this.lblUsuarioLogado.TabIndex  = 0;
     //
     // mnsPrincipal
     //
     this.mnsPrincipal.BackColor = System.Drawing.Color.Silver;
     this.mnsPrincipal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnCadastrar,
         this.mnJanela,
         this.mnSobre,
         this.mnSair
     });
     this.mnsPrincipal.Location = new System.Drawing.Point(0, 0);
     this.mnsPrincipal.Name     = "mnsPrincipal";
     this.mnsPrincipal.Size     = new System.Drawing.Size(749, 24);
     this.mnsPrincipal.TabIndex = 1;
     this.mnsPrincipal.Text     = "menuStrip1";
     //
     // mnCadastrar
     //
     this.mnCadastrar.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mniProduto
     });
     this.mnCadastrar.Name = "mnCadastrar";
     this.mnCadastrar.Size = new System.Drawing.Size(69, 20);
     this.mnCadastrar.Text = "Cadastrar";
     //
     // mniProduto
     //
     this.mniProduto.BackColor = System.Drawing.Color.Silver;
     this.mniProduto.Name      = "mniProduto";
     this.mniProduto.Size      = new System.Drawing.Size(152, 22);
     this.mniProduto.Text      = "Produto";
     this.mniProduto.Click    += new System.EventHandler(this.MniProdutoClick);
     //
     // mnJanela
     //
     this.mnJanela.Name   = "mnJanela";
     this.mnJanela.Size   = new System.Drawing.Size(51, 20);
     this.mnJanela.Text   = "Janela";
     this.mnJanela.Click += new System.EventHandler(this.MnJanelaClick);
     //
     // mnSobre
     //
     this.mnSobre.Name   = "mnSobre";
     this.mnSobre.Size   = new System.Drawing.Size(49, 20);
     this.mnSobre.Text   = "Sobre";
     this.mnSobre.Click += new System.EventHandler(this.MnSobreClick);
     //
     // mnSair
     //
     this.mnSair.Name   = "mnSair";
     this.mnSair.Size   = new System.Drawing.Size(38, 20);
     this.mnSair.Text   = "Sair";
     this.mnSair.Click += new System.EventHandler(this.MnSairClick);
     //
     // FrmPrincipal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(749, 400);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.mnsPrincipal);
     this.MainMenuStrip = this.mnsPrincipal;
     this.Name          = "FrmPrincipal";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmPrincipal";
     this.panel1.ResumeLayout(false);
     this.mnsPrincipal.ResumeLayout(false);
     this.mnsPrincipal.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #24
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.SplitContainer splitContainer1;
			System.Windows.Forms.SplitContainer splitContainer2;
			System.Windows.Forms.MenuStrip mainMenuStrip;
			System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
			System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
			System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
			System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
			System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
			System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
			System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
			System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
			this.pictureBox = new System.Windows.Forms.PictureBox();
			this.treeViewSubTextures = new System.Windows.Forms.TreeView();
			this.toolStripSubTextures = new System.Windows.Forms.ToolStrip();
			this.toolStripSubTextureAdd = new System.Windows.Forms.ToolStripButton();
			this.toolStripSubTextureRemove = new System.Windows.Forms.ToolStripButton();
			this.propertyGrid = new System.Windows.Forms.PropertyGrid();
			this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.addTextureDialog = new System.Windows.Forms.OpenFileDialog();
			this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
			this.packToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			splitContainer1 = new System.Windows.Forms.SplitContainer();
			splitContainer2 = new System.Windows.Forms.SplitContainer();
			mainMenuStrip = new System.Windows.Forms.MenuStrip();
			fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
			toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
			exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			splitContainer1.Panel1.SuspendLayout();
			splitContainer1.Panel2.SuspendLayout();
			splitContainer1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
			splitContainer2.Panel1.SuspendLayout();
			splitContainer2.Panel2.SuspendLayout();
			splitContainer2.SuspendLayout();
			this.toolStripSubTextures.SuspendLayout();
			mainMenuStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// splitContainer1
			// 
			splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			splitContainer1.Location = new System.Drawing.Point(0, 25);
			splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			splitContainer1.Panel1.AutoScroll = true;
			splitContainer1.Panel1.Controls.Add(this.pictureBox);
			splitContainer1.Panel1.SizeChanged += new System.EventHandler(this.LeftPanel_SizeChanged);
			// 
			// splitContainer1.Panel2
			// 
			splitContainer1.Panel2.Controls.Add(splitContainer2);
			splitContainer1.Size = new System.Drawing.Size(608, 373);
			splitContainer1.SplitterDistance = 309;
			splitContainer1.TabIndex = 0;
			splitContainer1.TabStop = false;
			// 
			// pictureBox
			// 
			this.pictureBox.Location = new System.Drawing.Point(0, 0);
			this.pictureBox.Name = "pictureBox";
			this.pictureBox.Size = new System.Drawing.Size(0, 0);
			this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox.TabIndex = 0;
			this.pictureBox.TabStop = false;
			// 
			// splitContainer2
			// 
			splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
			splitContainer2.Location = new System.Drawing.Point(0, 0);
			splitContainer2.Name = "splitContainer2";
			splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer2.Panel1
			// 
			splitContainer2.Panel1.Controls.Add(this.treeViewSubTextures);
			splitContainer2.Panel1.Controls.Add(this.toolStripSubTextures);
			// 
			// splitContainer2.Panel2
			// 
			splitContainer2.Panel2.Controls.Add(this.propertyGrid);
			splitContainer2.Size = new System.Drawing.Size(293, 371);
			splitContainer2.SplitterDistance = 150;
			splitContainer2.TabIndex = 0;
			splitContainer2.TabStop = false;
			// 
			// treeViewSubTextures
			// 
			this.treeViewSubTextures.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeViewSubTextures.Enabled = false;
			this.treeViewSubTextures.HideSelection = false;
			this.treeViewSubTextures.Location = new System.Drawing.Point(0, 25);
			this.treeViewSubTextures.Name = "treeViewSubTextures";
			this.treeViewSubTextures.ShowRootLines = false;
			this.treeViewSubTextures.Size = new System.Drawing.Size(293, 125);
			this.treeViewSubTextures.TabIndex = 0;
			this.treeViewSubTextures.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewSubTextures_AfterSelect);
			this.treeViewSubTextures.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeViewSubTextures_MouseUp);
			// 
			// toolStripSubTextures
			// 
			this.toolStripSubTextures.Enabled = false;
			this.toolStripSubTextures.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSubTextureAdd,
            this.toolStripSubTextureRemove});
			this.toolStripSubTextures.Location = new System.Drawing.Point(0, 0);
			this.toolStripSubTextures.Name = "toolStripSubTextures";
			this.toolStripSubTextures.Size = new System.Drawing.Size(293, 25);
			this.toolStripSubTextures.TabIndex = 1;
			// 
			// toolStripSubTextureAdd
			// 
			this.toolStripSubTextureAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.toolStripSubTextureAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripSubTextureAdd.Name = "toolStripSubTextureAdd";
			this.toolStripSubTextureAdd.Size = new System.Drawing.Size(45, 22);
			this.toolStripSubTextureAdd.Text = "Add...";
			this.toolStripSubTextureAdd.Click += new System.EventHandler(this.toolStripSubTextureAdd_Click);
			// 
			// toolStripSubTextureRemove
			// 
			this.toolStripSubTextureRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.toolStripSubTextureRemove.Enabled = false;
			this.toolStripSubTextureRemove.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripSubTextureRemove.Name = "toolStripSubTextureRemove";
			this.toolStripSubTextureRemove.Size = new System.Drawing.Size(59, 22);
			this.toolStripSubTextureRemove.Text = "Remove";
			this.toolStripSubTextureRemove.Click += new System.EventHandler(this.toolStripSubTextureRemove_Click);
			// 
			// propertyGrid
			// 
			this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertyGrid.Enabled = false;
			this.propertyGrid.Location = new System.Drawing.Point(0, 0);
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.Size = new System.Drawing.Size(293, 217);
			this.propertyGrid.TabIndex = 0;
			this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged);
			// 
			// mainMenuStrip
			// 
			mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            fileToolStripMenuItem,
            editToolStripMenuItem});
			mainMenuStrip.Location = new System.Drawing.Point(0, 0);
			mainMenuStrip.Name = "mainMenuStrip";
			mainMenuStrip.Size = new System.Drawing.Size(608, 25);
			mainMenuStrip.TabIndex = 1;
			// 
			// fileToolStripMenuItem
			// 
			fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            newToolStripMenuItem,
            openToolStripMenuItem,
            toolStripMenuItem1,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            toolStripMenuItem2,
            this.propertiesToolStripMenuItem,
            toolStripMenuItem3,
            exitToolStripMenuItem});
			fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			fileToolStripMenuItem.Size = new System.Drawing.Size(39, 21);
			fileToolStripMenuItem.Text = "&File";
			// 
			// newToolStripMenuItem
			// 
			newToolStripMenuItem.Name = "newToolStripMenuItem";
			newToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			newToolStripMenuItem.Text = "&New";
			newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
			// 
			// openToolStripMenuItem
			// 
			openToolStripMenuItem.Name = "openToolStripMenuItem";
			openToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			openToolStripMenuItem.Text = "&Open...";
			openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
			// 
			// toolStripMenuItem1
			// 
			toolStripMenuItem1.Name = "toolStripMenuItem1";
			toolStripMenuItem1.Size = new System.Drawing.Size(142, 6);
			// 
			// saveToolStripMenuItem
			// 
			this.saveToolStripMenuItem.Enabled = false;
			this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
			this.saveToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			this.saveToolStripMenuItem.Text = "&Save";
			this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
			// 
			// saveAsToolStripMenuItem
			// 
			this.saveAsToolStripMenuItem.Enabled = false;
			this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
			this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			this.saveAsToolStripMenuItem.Text = "Save &As...";
			// 
			// toolStripMenuItem2
			// 
			toolStripMenuItem2.Name = "toolStripMenuItem2";
			toolStripMenuItem2.Size = new System.Drawing.Size(142, 6);
			// 
			// propertiesToolStripMenuItem
			// 
			this.propertiesToolStripMenuItem.Enabled = false;
			this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
			this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			this.propertiesToolStripMenuItem.Text = "&Properties...";
			this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
			// 
			// toolStripMenuItem3
			// 
			toolStripMenuItem3.Name = "toolStripMenuItem3";
			toolStripMenuItem3.Size = new System.Drawing.Size(142, 6);
			// 
			// exitToolStripMenuItem
			// 
			exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			exitToolStripMenuItem.Text = "E&xit";
			exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
			// 
			// openFileDialog
			// 
			this.openFileDialog.Filter = "Texture Atlas files (*.xml)|*.xml";
			// 
			// addTextureDialog
			// 
			this.addTextureDialog.Filter = "Texture file (*.png)|*.png";
			this.addTextureDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.addTextureDialog_FileOk);
			// 
			// saveFileDialog
			// 
			this.saveFileDialog.Filter = "Texture Atlas files (*.xml)|*.xml";
			// 
			// editToolStripMenuItem
			// 
			editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.packToolStripMenuItem});
			editToolStripMenuItem.Name = "editToolStripMenuItem";
			editToolStripMenuItem.Size = new System.Drawing.Size(42, 21);
			editToolStripMenuItem.Text = "&Edit";
			// 
			// packToolStripMenuItem
			// 
			this.packToolStripMenuItem.Enabled = false;
			this.packToolStripMenuItem.Name = "packToolStripMenuItem";
			this.packToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
			this.packToolStripMenuItem.Text = "&Pack";
			this.packToolStripMenuItem.Click += new System.EventHandler(this.packToolStripMenuItem_Click);
			// 
			// Main
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(608, 398);
			this.Controls.Add(splitContainer1);
			this.Controls.Add(mainMenuStrip);
			this.MainMenuStrip = mainMenuStrip;
			this.Name = "Main";
			this.Text = "Texture Atlas Editor";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
			splitContainer1.Panel1.ResumeLayout(false);
			splitContainer1.Panel1.PerformLayout();
			splitContainer1.Panel2.ResumeLayout(false);
			splitContainer1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
			splitContainer2.Panel1.ResumeLayout(false);
			splitContainer2.Panel1.PerformLayout();
			splitContainer2.Panel2.ResumeLayout(false);
			splitContainer2.ResumeLayout(false);
			this.toolStripSubTextures.ResumeLayout(false);
			this.toolStripSubTextures.PerformLayout();
			mainMenuStrip.ResumeLayout(false);
			mainMenuStrip.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Пример #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmABCDebugger));
     this.txtDebugText = new System.Windows.Forms.TextBox();
     this.mnuMain = new System.Windows.Forms.MenuStrip();
     this.tsmiOption = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSoundScore = new System.Windows.Forms.ToolStripMenuItem();
     this.timAutoScroll = new System.Windows.Forms.Timer(this.components);
     this.sstMain = new System.Windows.Forms.StatusStrip();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.pnlBottomRight = new System.Windows.Forms.Panel();
     this.dgvPartData = new System.Windows.Forms.DataGridView();
     this.pnlBottomLeft = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.pnlScore = new System.Windows.Forms.Panel();
     this.picMain = new System.Windows.Forms.PictureBox();
     this.pnlKeyBord = new System.Windows.Forms.Panel();
     this.picKeyBord = new System.Windows.Forms.PictureBox();
     this.tsMain = new System.Windows.Forms.ToolStrip();
     this.txbtnStop = new System.Windows.Forms.ToolStripButton();
     this.tsbtnPause = new System.Windows.Forms.ToolStripButton();
     this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tslblTime = new System.Windows.Forms.ToolStripLabel();
     this.mnuMain.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.pnlBottomRight.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPartData)).BeginInit();
     this.pnlBottomLeft.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlScore.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picMain)).BeginInit();
     this.pnlKeyBord.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picKeyBord)).BeginInit();
     this.tsMain.SuspendLayout();
     this.SuspendLayout();
     //
     // txtDebugText
     //
     this.txtDebugText.Location = new System.Drawing.Point(4, 4);
     this.txtDebugText.Multiline = true;
     this.txtDebugText.Name = "txtDebugText";
     this.txtDebugText.Size = new System.Drawing.Size(196, 34);
     this.txtDebugText.TabIndex = 0;
     //
     // mnuMain
     //
     this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsmiOption});
     this.mnuMain.Location = new System.Drawing.Point(0, 0);
     this.mnuMain.Name = "mnuMain";
     this.mnuMain.Size = new System.Drawing.Size(831, 26);
     this.mnuMain.TabIndex = 1;
     this.mnuMain.Text = "menuStrip1";
     //
     // tsmiOption
     //
     this.tsmiOption.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsmiSoundScore});
     this.tsmiOption.Name = "tsmiOption";
     this.tsmiOption.Size = new System.Drawing.Size(80, 22);
     this.tsmiOption.Text = "オプション";
     //
     // tsmiSoundScore
     //
     this.tsmiSoundScore.Name = "tsmiSoundScore";
     this.tsmiSoundScore.Size = new System.Drawing.Size(100, 22);
     this.tsmiSoundScore.Text = "音源";
     //
     // timAutoScroll
     //
     this.timAutoScroll.Interval = 1;
     this.timAutoScroll.Tick += new System.EventHandler(this.timAutoScroll_Tick);
     //
     // sstMain
     //
     this.sstMain.Location = new System.Drawing.Point(0, 503);
     this.sstMain.Name = "sstMain";
     this.sstMain.Size = new System.Drawing.Size(831, 22);
     this.sstMain.TabIndex = 6;
     this.sstMain.Text = "statusStrip1";
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.pnlBottomRight);
     this.pnlBottom.Controls.Add(this.pnlBottomLeft);
     this.pnlBottom.Controls.Add(this.panel1);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 339);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(831, 164);
     this.pnlBottom.TabIndex = 7;
     //
     // pnlBottomRight
     //
     this.pnlBottomRight.Controls.Add(this.dgvPartData);
     this.pnlBottomRight.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBottomRight.Location = new System.Drawing.Point(200, 10);
     this.pnlBottomRight.Name = "pnlBottomRight";
     this.pnlBottomRight.Size = new System.Drawing.Size(631, 154);
     this.pnlBottomRight.TabIndex = 10;
     //
     // dgvPartData
     //
     this.dgvPartData.AllowUserToAddRows = false;
     this.dgvPartData.AllowUserToDeleteRows = false;
     this.dgvPartData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPartData.Dock = System.Windows.Forms.DockStyle.Left;
     this.dgvPartData.Location = new System.Drawing.Point(0, 0);
     this.dgvPartData.Name = "dgvPartData";
     this.dgvPartData.RowTemplate.Height = 21;
     this.dgvPartData.Size = new System.Drawing.Size(348, 154);
     this.dgvPartData.TabIndex = 8;
     this.dgvPartData.TabStop = false;
     //
     // pnlBottomLeft
     //
     this.pnlBottomLeft.Controls.Add(this.txtDebugText);
     this.pnlBottomLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlBottomLeft.Location = new System.Drawing.Point(0, 10);
     this.pnlBottomLeft.Name = "pnlBottomLeft";
     this.pnlBottomLeft.Size = new System.Drawing.Size(200, 154);
     this.pnlBottomLeft.TabIndex = 9;
     this.pnlBottomLeft.Visible = false;
     //
     // panel1
     //
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(831, 10);
     this.panel1.TabIndex = 5;
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.pnlScore);
     this.pnlMain.Controls.Add(this.pnlKeyBord);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(0, 57);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(831, 282);
     this.pnlMain.TabIndex = 8;
     //
     // pnlScore
     //
     this.pnlScore.AutoScroll = true;
     this.pnlScore.Controls.Add(this.picMain);
     this.pnlScore.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlScore.Location = new System.Drawing.Point(65, 0);
     this.pnlScore.Name = "pnlScore";
     this.pnlScore.Size = new System.Drawing.Size(766, 282);
     this.pnlScore.TabIndex = 3;
     this.pnlScore.Scroll += new System.Windows.Forms.ScrollEventHandler(this.pnlScore_Scroll);
     //
     // picMain
     //
     this.picMain.Location = new System.Drawing.Point(0, 0);
     this.picMain.Name = "picMain";
     this.picMain.Size = new System.Drawing.Size(337, 50);
     this.picMain.TabIndex = 0;
     this.picMain.TabStop = false;
     this.picMain.Paint += new System.Windows.Forms.PaintEventHandler(this.picMain_Paint);
     this.picMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.picMain_MouseClick);
     //
     // pnlKeyBord
     //
     this.pnlKeyBord.Controls.Add(this.picKeyBord);
     this.pnlKeyBord.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlKeyBord.Location = new System.Drawing.Point(0, 0);
     this.pnlKeyBord.Name = "pnlKeyBord";
     this.pnlKeyBord.Size = new System.Drawing.Size(65, 282);
     this.pnlKeyBord.TabIndex = 2;
     //
     // picKeyBord
     //
     this.picKeyBord.Location = new System.Drawing.Point(0, 0);
     this.picKeyBord.Name = "picKeyBord";
     this.picKeyBord.Size = new System.Drawing.Size(65, 50);
     this.picKeyBord.TabIndex = 1;
     this.picKeyBord.TabStop = false;
     this.picKeyBord.Paint += new System.Windows.Forms.PaintEventHandler(this.picKeyBord_Paint);
     //
     // tsMain
     //
     this.tsMain.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.txbtnStop,
     this.tsbtnPause,
     this.tsbtnStart,
     this.toolStripSeparator1,
     this.tslblTime});
     this.tsMain.Location = new System.Drawing.Point(0, 26);
     this.tsMain.Name = "tsMain";
     this.tsMain.Size = new System.Drawing.Size(831, 31);
     this.tsMain.TabIndex = 9;
     this.tsMain.Text = "toolStrip1";
     //
     // txbtnStop
     //
     this.txbtnStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.txbtnStop.Image = ((System.Drawing.Image)(resources.GetObject("txbtnStop.Image")));
     this.txbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.txbtnStop.Name = "txbtnStop";
     this.txbtnStop.Size = new System.Drawing.Size(28, 28);
     this.txbtnStop.Text = "停止";
     this.txbtnStop.Click += new System.EventHandler(this.txbtnStop_Click);
     //
     // tsbtnPause
     //
     this.tsbtnPause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtnPause.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPause.Image")));
     this.tsbtnPause.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnPause.Name = "tsbtnPause";
     this.tsbtnPause.Size = new System.Drawing.Size(28, 28);
     this.tsbtnPause.Text = "一時停止";
     this.tsbtnPause.Click += new System.EventHandler(this.tsbtnPause_Click);
     //
     // tsbtnStart
     //
     this.tsbtnStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
     this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnStart.Name = "tsbtnStart";
     this.tsbtnStart.Size = new System.Drawing.Size(28, 28);
     this.tsbtnStart.Text = "開始";
     this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // tslblTime
     //
     this.tslblTime.Name = "tslblTime";
     this.tslblTime.Size = new System.Drawing.Size(64, 28);
     this.tslblTime.Text = "00\'00.000";
     //
     // frmABCDebugger
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(831, 525);
     this.Controls.Add(this.pnlMain);
     this.Controls.Add(this.pnlBottom);
     this.Controls.Add(this.sstMain);
     this.Controls.Add(this.tsMain);
     this.Controls.Add(this.mnuMain);
     this.KeyPreview = true;
     this.MainMenuStrip = this.mnuMain;
     this.Name = "frmABCDebugger";
     this.Text = "frmABCDebugger";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmABCDebugger_FormClosing);
     this.ResizeEnd += new System.EventHandler(this.frmABCDebugger_ResizeEnd);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmABCDebugger_KeyDown);
     this.mnuMain.ResumeLayout(false);
     this.mnuMain.PerformLayout();
     this.pnlBottom.ResumeLayout(false);
     this.pnlBottomRight.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvPartData)).EndInit();
     this.pnlBottomLeft.ResumeLayout(false);
     this.pnlBottomLeft.PerformLayout();
     this.pnlMain.ResumeLayout(false);
     this.pnlScore.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picMain)).EndInit();
     this.pnlKeyBord.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picKeyBord)).EndInit();
     this.tsMain.ResumeLayout(false);
     this.tsMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemMain));
     this.appMainMenu = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.navClose = new System.Windows.Forms.ToolStripMenuItem();
     this.navExit = new System.Windows.Forms.ToolStripMenuItem();
     this.navAdministration = new System.Windows.Forms.ToolStripMenuItem();
     this.navTournamentList = new System.Windows.Forms.ToolStripMenuItem();
     this.navMemberList = new System.Windows.Forms.ToolStripMenuItem();
     this.memberImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.currentFormatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.collegiateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navImportDataWstims = new System.Windows.Forms.ToolStripMenuItem();
     this.navTournament = new System.Windows.Forms.ToolStripMenuItem();
     this.navRegistration = new System.Windows.Forms.ToolStripMenuItem();
     this.navTourRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navDivOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navTeamMngt = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.navOfficialWorkAsgmt = new System.Windows.Forms.ToolStripMenuItem();
     this.navOfficialWorkRecord = new System.Windows.Forms.ToolStripMenuItem();
     this.navBoatUse = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.navMasterScorebook = new System.Windows.Forms.ToolStripMenuItem();
     this.navMasterSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navEventRunStats = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.navLoadIwwfHomologation = new System.Windows.Forms.ToolStripMenuItem();
     this.navTourPackage = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalom = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomEntry = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomScorebook = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrick = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickCalc = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickScorebook = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navLoadVideoFiles = new System.Windows.Forms.ToolStripMenuItem();
     this.navJump = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpEntryVideo3Seg = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpSummaryAwards = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpScorebook = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.navVideoJumpSetup = new System.Windows.Forms.ToolStripMenuItem();
     this.navMeterSetup = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.navNopsCalculator = new System.Windows.Forms.ToolStripMenuItem();
     this.navListMaintenance = new System.Windows.Forms.ToolStripMenuItem();
     this.navNopsDataMainenance = new System.Windows.Forms.ToolStripMenuItem();
     this.navViewRankingList = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickListMaint = new System.Windows.Forms.ToolStripMenuItem();
     this.navImportData = new System.Windows.Forms.ToolStripMenuItem();
     this.navMetricTool = new System.Windows.Forms.ToolStripMenuItem();
     this.shrinkDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseToolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navSetDatabase = new System.Windows.Forms.ToolStripMenuItem();
     this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navHelp = new System.Windows.Forms.ToolStripMenuItem();
     this.gettingStartedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.overviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.mdiStatusMsg = new System.Windows.Forms.ToolStripStatusLabel();
     this.appMainMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // appMainMenu
     //
     this.appMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.navAdministration,
     this.navTournament,
     this.navSlalom,
     this.navTrick,
     this.navJump,
     this.toolStripMenuItem2,
     this.windowToolStripMenuItem,
     this.navHelp});
     this.appMainMenu.Location = new System.Drawing.Point(0, 0);
     this.appMainMenu.MdiWindowListItem = this.windowToolStripMenuItem;
     this.appMainMenu.Name = "appMainMenu";
     this.appMainMenu.Size = new System.Drawing.Size(993, 24);
     this.appMainMenu.TabIndex = 1;
     this.appMainMenu.Text = "Main Menu";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripSeparator2,
     this.navClose,
     this.navExit});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(100, 6);
     //
     // navClose
     //
     this.navClose.Name = "navClose";
     this.navClose.Size = new System.Drawing.Size(103, 22);
     this.navClose.Text = "&Close";
     //
     // navExit
     //
     this.navExit.Name = "navExit";
     this.navExit.Size = new System.Drawing.Size(103, 22);
     this.navExit.Text = "E&xit";
     this.navExit.Click += new System.EventHandler(this.navExit_Click);
     //
     // navAdministration
     //
     this.navAdministration.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navTournamentList,
     this.navMemberList,
     this.memberImportToolStripMenuItem});
     this.navAdministration.Name = "navAdministration";
     this.navAdministration.Size = new System.Drawing.Size(98, 20);
     this.navAdministration.Text = "&Administration";
     //
     // navTournamentList
     //
     this.navTournamentList.Name = "navTournamentList";
     this.navTournamentList.Size = new System.Drawing.Size(160, 22);
     this.navTournamentList.Text = "&Tournament List";
     this.navTournamentList.Click += new System.EventHandler(this.navTournamentList_Click);
     //
     // navMemberList
     //
     this.navMemberList.Name = "navMemberList";
     this.navMemberList.Size = new System.Drawing.Size(160, 22);
     this.navMemberList.Text = "&Member List";
     this.navMemberList.Click += new System.EventHandler(this.navMemberList_Click);
     //
     // memberImportToolStripMenuItem
     //
     this.memberImportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.currentFormatToolStripMenuItem,
     this.collegiateToolStripMenuItem,
     this.navImportDataWstims});
     this.memberImportToolStripMenuItem.Name = "memberImportToolStripMenuItem";
     this.memberImportToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.memberImportToolStripMenuItem.Text = "Import";
     this.memberImportToolStripMenuItem.Click += new System.EventHandler(this.navImportNcwsaFile_Click);
     //
     // currentFormatToolStripMenuItem
     //
     this.currentFormatToolStripMenuItem.Name = "currentFormatToolStripMenuItem";
     this.currentFormatToolStripMenuItem.Size = new System.Drawing.Size(245, 22);
     this.currentFormatToolStripMenuItem.Text = "Standard Registration Template";
     this.currentFormatToolStripMenuItem.Click += new System.EventHandler(this.navImportFile_Click);
     //
     // collegiateToolStripMenuItem
     //
     this.collegiateToolStripMenuItem.Name = "collegiateToolStripMenuItem";
     this.collegiateToolStripMenuItem.Size = new System.Drawing.Size(245, 22);
     this.collegiateToolStripMenuItem.Text = "Collegiate Registration Template";
     this.collegiateToolStripMenuItem.Click += new System.EventHandler(this.navImportNcwsaFile_Click);
     //
     // navImportDataWstims
     //
     this.navImportDataWstims.Name = "navImportDataWstims";
     this.navImportDataWstims.Size = new System.Drawing.Size(245, 22);
     this.navImportDataWstims.Text = "WSTIMS For Windows";
     this.navImportDataWstims.Click += new System.EventHandler(this.navImportData_Click);
     //
     // navTournament
     //
     this.navTournament.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navRegistration,
     this.navTourRunningOrder,
     this.navDivOrder,
     this.navTeamMngt,
     this.toolStripSeparator4,
     this.navOfficialWorkAsgmt,
     this.navOfficialWorkRecord,
     this.navBoatUse,
     this.toolStripSeparator5,
     this.navMasterScorebook,
     this.navMasterSummary,
     this.navTeamSummary,
     this.navEventRunStats,
     this.toolStripSeparator1,
     this.navLoadIwwfHomologation,
     this.navTourPackage});
     this.navTournament.Name = "navTournament";
     this.navTournament.Size = new System.Drawing.Size(84, 20);
     this.navTournament.Text = "&Tournament";
     //
     // navRegistration
     //
     this.navRegistration.Name = "navRegistration";
     this.navRegistration.Size = new System.Drawing.Size(230, 22);
     this.navRegistration.Text = "Registration";
     this.navRegistration.Click += new System.EventHandler(this.navRegistration_Click);
     //
     // navTourRunningOrder
     //
     this.navTourRunningOrder.Name = "navTourRunningOrder";
     this.navTourRunningOrder.Size = new System.Drawing.Size(230, 22);
     this.navTourRunningOrder.Text = "Running &Order";
     this.navTourRunningOrder.Click += new System.EventHandler(this.navTourRunningOrder_Click);
     //
     // navDivOrder
     //
     this.navDivOrder.Name = "navDivOrder";
     this.navDivOrder.Size = new System.Drawing.Size(230, 22);
     this.navDivOrder.Text = "Division Order";
     this.navDivOrder.Click += new System.EventHandler(this.navDivOrder_Click);
     //
     // navTeamMngt
     //
     this.navTeamMngt.Name = "navTeamMngt";
     this.navTeamMngt.Size = new System.Drawing.Size(230, 22);
     this.navTeamMngt.Text = "Team Management";
     this.navTeamMngt.Click += new System.EventHandler(this.navTeamMngt_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(227, 6);
     //
     // navOfficialWorkAsgmt
     //
     this.navOfficialWorkAsgmt.Name = "navOfficialWorkAsgmt";
     this.navOfficialWorkAsgmt.Size = new System.Drawing.Size(230, 22);
     this.navOfficialWorkAsgmt.Text = "Official Work Assignment";
     this.navOfficialWorkAsgmt.Click += new System.EventHandler(this.navOfficialWorkAssignment_Click);
     //
     // navOfficialWorkRecord
     //
     this.navOfficialWorkRecord.Name = "navOfficialWorkRecord";
     this.navOfficialWorkRecord.Size = new System.Drawing.Size(230, 22);
     this.navOfficialWorkRecord.Text = "Official &Work Record";
     this.navOfficialWorkRecord.Click += new System.EventHandler(this.navOfficialsWorkRecord_Click);
     //
     // navBoatUse
     //
     this.navBoatUse.Name = "navBoatUse";
     this.navBoatUse.Size = new System.Drawing.Size(230, 22);
     this.navBoatUse.Text = "Boat Use";
     this.navBoatUse.Click += new System.EventHandler(this.navBoatUse_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(227, 6);
     //
     // navMasterScorebook
     //
     this.navMasterScorebook.Name = "navMasterScorebook";
     this.navMasterScorebook.Size = new System.Drawing.Size(230, 22);
     this.navMasterScorebook.Text = "Master Scorebook";
     this.navMasterScorebook.Click += new System.EventHandler(this.navMasterScorebook_Click);
     //
     // navMasterSummary
     //
     this.navMasterSummary.Name = "navMasterSummary";
     this.navMasterSummary.Size = new System.Drawing.Size(230, 22);
     this.navMasterSummary.Text = "Overall Summary";
     this.navMasterSummary.Click += new System.EventHandler(this.navMasterSummary_Click);
     //
     // navTeamSummary
     //
     this.navTeamSummary.Name = "navTeamSummary";
     this.navTeamSummary.Size = new System.Drawing.Size(230, 22);
     this.navTeamSummary.Text = "Team Summary";
     this.navTeamSummary.Click += new System.EventHandler(this.navTeamSummary_Click);
     //
     // navEventRunStats
     //
     this.navEventRunStats.Name = "navEventRunStats";
     this.navEventRunStats.Size = new System.Drawing.Size(230, 22);
     this.navEventRunStats.Text = "Event Stats";
     this.navEventRunStats.Click += new System.EventHandler(this.navEventRunStats_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(227, 6);
     //
     // navLoadIwwfHomologation
     //
     this.navLoadIwwfHomologation.Enabled = false;
     this.navLoadIwwfHomologation.Name = "navLoadIwwfHomologation";
     this.navLoadIwwfHomologation.Size = new System.Drawing.Size(230, 22);
     this.navLoadIwwfHomologation.Text = "Load Iwwf Homologation File";
     this.navLoadIwwfHomologation.Visible = false;
     this.navLoadIwwfHomologation.Click += new System.EventHandler(this.navLoadIwwfHomologation_Click);
     //
     // navTourPackage
     //
     this.navTourPackage.Name = "navTourPackage";
     this.navTourPackage.Size = new System.Drawing.Size(230, 22);
     this.navTourPackage.Text = "Tournament Package Build";
     this.navTourPackage.Click += new System.EventHandler(this.navTourPackage_Click);
     //
     // navSlalom
     //
     this.navSlalom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navSlalomEntry,
     this.navSlalomRunningOrder,
     this.navSlalomSummary,
     this.toolStripMenuItem4,
     this.navSlalomScorebook,
     this.navSlalomTeamSummary});
     this.navSlalom.Name = "navSlalom";
     this.navSlalom.Size = new System.Drawing.Size(55, 20);
     this.navSlalom.Text = "&Slalom";
     //
     // navSlalomEntry
     //
     this.navSlalomEntry.Name = "navSlalomEntry";
     this.navSlalomEntry.Size = new System.Drawing.Size(167, 22);
     this.navSlalomEntry.Text = "Score &Entry";
     this.navSlalomEntry.Click += new System.EventHandler(this.navSlalomEntry_Click);
     //
     // navSlalomRunningOrder
     //
     this.navSlalomRunningOrder.Name = "navSlalomRunningOrder";
     this.navSlalomRunningOrder.Size = new System.Drawing.Size(167, 22);
     this.navSlalomRunningOrder.Text = "&Running Order";
     this.navSlalomRunningOrder.Click += new System.EventHandler(this.navSlalomRunningOrder_Click);
     //
     // navSlalomSummary
     //
     this.navSlalomSummary.Name = "navSlalomSummary";
     this.navSlalomSummary.Size = new System.Drawing.Size(167, 22);
     this.navSlalomSummary.Text = "&Summary";
     this.navSlalomSummary.Click += new System.EventHandler(this.navSlalomSummary_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(167, 22);
     this.toolStripMenuItem4.Text = "&Awards Summary";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.navSlalomSummaryAwards_Click);
     //
     // navSlalomScorebook
     //
     this.navSlalomScorebook.Name = "navSlalomScorebook";
     this.navSlalomScorebook.Size = new System.Drawing.Size(167, 22);
     this.navSlalomScorebook.Text = "Scorebook";
     this.navSlalomScorebook.Visible = false;
     this.navSlalomScorebook.Click += new System.EventHandler(this.navSlalomScorebook_Click);
     //
     // navSlalomTeamSummary
     //
     this.navSlalomTeamSummary.Name = "navSlalomTeamSummary";
     this.navSlalomTeamSummary.Size = new System.Drawing.Size(167, 22);
     this.navSlalomTeamSummary.Text = "&Team Summary";
     this.navSlalomTeamSummary.Click += new System.EventHandler(this.navSlalomTeamSummary_Click);
     //
     // navTrick
     //
     this.navTrick.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navTrickCalc,
     this.navTrickRunningOrder,
     this.navTrickSummary,
     this.toolStripMenuItem3,
     this.navTrickScorebook,
     this.navTrickTeamSummary,
     this.navLoadVideoFiles});
     this.navTrick.Name = "navTrick";
     this.navTrick.Size = new System.Drawing.Size(44, 20);
     this.navTrick.Text = "T&rick";
     //
     // navTrickCalc
     //
     this.navTrickCalc.Name = "navTrickCalc";
     this.navTrickCalc.Size = new System.Drawing.Size(167, 22);
     this.navTrickCalc.Text = "Trick Calculator";
     this.navTrickCalc.Click += new System.EventHandler(this.navTrickCalc_Click);
     //
     // navTrickRunningOrder
     //
     this.navTrickRunningOrder.Name = "navTrickRunningOrder";
     this.navTrickRunningOrder.Size = new System.Drawing.Size(167, 22);
     this.navTrickRunningOrder.Text = "&Running Order";
     this.navTrickRunningOrder.Click += new System.EventHandler(this.navTrickRunningOrder_Click);
     //
     // navTrickSummary
     //
     this.navTrickSummary.Name = "navTrickSummary";
     this.navTrickSummary.Size = new System.Drawing.Size(167, 22);
     this.navTrickSummary.Text = "&Summary";
     this.navTrickSummary.Click += new System.EventHandler(this.navTrickSummary_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(167, 22);
     this.toolStripMenuItem3.Text = "&Awards Summary";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.navTrickSummaryAwards_Click);
     //
     // navTrickScorebook
     //
     this.navTrickScorebook.Name = "navTrickScorebook";
     this.navTrickScorebook.Size = new System.Drawing.Size(167, 22);
     this.navTrickScorebook.Text = "Scorebook";
     this.navTrickScorebook.Visible = false;
     this.navTrickScorebook.Click += new System.EventHandler(this.navTrickScorebook_Click);
     //
     // navTrickTeamSummary
     //
     this.navTrickTeamSummary.Name = "navTrickTeamSummary";
     this.navTrickTeamSummary.Size = new System.Drawing.Size(167, 22);
     this.navTrickTeamSummary.Text = "&Team Summary";
     this.navTrickTeamSummary.Click += new System.EventHandler(this.navTrickTeamSummary_Click);
     //
     // navLoadVideoFiles
     //
     this.navLoadVideoFiles.Name = "navLoadVideoFiles";
     this.navLoadVideoFiles.Size = new System.Drawing.Size(167, 22);
     this.navLoadVideoFiles.Text = "Load Video Files";
     this.navLoadVideoFiles.Click += new System.EventHandler(this.navLoadVideoFiles_Click);
     //
     // navJump
     //
     this.navJump.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navJumpEntryVideo3Seg,
     this.navJumpRunningOrder,
     this.navJumpSummary,
     this.navJumpSummaryAwards,
     this.navJumpScorebook,
     this.navJumpTeamSummary,
     this.toolStripSeparator6,
     this.navVideoJumpSetup,
     this.navMeterSetup});
     this.navJump.Name = "navJump";
     this.navJump.Size = new System.Drawing.Size(48, 20);
     this.navJump.Text = "&Jump";
     //
     // navJumpEntryVideo3Seg
     //
     this.navJumpEntryVideo3Seg.Name = "navJumpEntryVideo3Seg";
     this.navJumpEntryVideo3Seg.Size = new System.Drawing.Size(165, 22);
     this.navJumpEntryVideo3Seg.Text = "Jump Score Entry";
     this.navJumpEntryVideo3Seg.Click += new System.EventHandler(this.navJumpEntryVideo3Seg_Click);
     //
     // navJumpRunningOrder
     //
     this.navJumpRunningOrder.Name = "navJumpRunningOrder";
     this.navJumpRunningOrder.Size = new System.Drawing.Size(165, 22);
     this.navJumpRunningOrder.Text = "&Running Order";
     this.navJumpRunningOrder.Click += new System.EventHandler(this.navJumpRunningOrder_Click);
     //
     // navJumpSummary
     //
     this.navJumpSummary.Name = "navJumpSummary";
     this.navJumpSummary.Size = new System.Drawing.Size(165, 22);
     this.navJumpSummary.Text = "&Summary";
     this.navJumpSummary.Click += new System.EventHandler(this.navJumpSummary_Click);
     //
     // navJumpSummaryAwards
     //
     this.navJumpSummaryAwards.Name = "navJumpSummaryAwards";
     this.navJumpSummaryAwards.Size = new System.Drawing.Size(165, 22);
     this.navJumpSummaryAwards.Text = "&Award Summary";
     this.navJumpSummaryAwards.Click += new System.EventHandler(this.navJumpSummaryAward_Click);
     //
     // navJumpScorebook
     //
     this.navJumpScorebook.Name = "navJumpScorebook";
     this.navJumpScorebook.Size = new System.Drawing.Size(165, 22);
     this.navJumpScorebook.Text = "Scorebook";
     this.navJumpScorebook.Visible = false;
     this.navJumpScorebook.Click += new System.EventHandler(this.navJumpScorebook_Click);
     //
     // navJumpTeamSummary
     //
     this.navJumpTeamSummary.Name = "navJumpTeamSummary";
     this.navJumpTeamSummary.Size = new System.Drawing.Size(165, 22);
     this.navJumpTeamSummary.Text = "&Team Summary";
     this.navJumpTeamSummary.Click += new System.EventHandler(this.navJumpTeamSummary_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(162, 6);
     //
     // navVideoJumpSetup
     //
     this.navVideoJumpSetup.Enabled = false;
     this.navVideoJumpSetup.Name = "navVideoJumpSetup";
     this.navVideoJumpSetup.Size = new System.Drawing.Size(165, 22);
     this.navVideoJumpSetup.Text = "&Video Setup";
     this.navVideoJumpSetup.Visible = false;
     //
     // navMeterSetup
     //
     this.navMeterSetup.Name = "navMeterSetup";
     this.navMeterSetup.Size = new System.Drawing.Size(165, 22);
     this.navMeterSetup.Text = "&Meter Setup";
     this.navMeterSetup.Click += new System.EventHandler(this.navMeterSetup_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navNopsCalculator,
     this.navListMaintenance,
     this.navNopsDataMainenance,
     this.navViewRankingList,
     this.navTrickListMaint,
     this.navImportData,
     this.navMetricTool,
     this.shrinkDatabaseToolStripMenuItem,
     this.toolStripMenuItem1,
     this.databaseToolToolStripMenuItem,
     this.navSetDatabase});
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(47, 20);
     this.toolStripMenuItem2.Text = "T&ools";
     //
     // navNopsCalculator
     //
     this.navNopsCalculator.Name = "navNopsCalculator";
     this.navNopsCalculator.Size = new System.Drawing.Size(184, 22);
     this.navNopsCalculator.Text = "&NOPS Calculator";
     this.navNopsCalculator.Click += new System.EventHandler(this.navNopsCalculator_Click);
     //
     // navListMaintenance
     //
     this.navListMaintenance.Name = "navListMaintenance";
     this.navListMaintenance.Size = new System.Drawing.Size(184, 22);
     this.navListMaintenance.Text = "&List View";
     this.navListMaintenance.Click += new System.EventHandler(this.navListMaintenance_Click);
     //
     // navNopsDataMainenance
     //
     this.navNopsDataMainenance.Name = "navNopsDataMainenance";
     this.navNopsDataMainenance.Size = new System.Drawing.Size(184, 22);
     this.navNopsDataMainenance.Text = "Nops Data View";
     this.navNopsDataMainenance.Click += new System.EventHandler(this.navNopsDataMainenance_Click);
     //
     // navViewRankingList
     //
     this.navViewRankingList.Name = "navViewRankingList";
     this.navViewRankingList.Size = new System.Drawing.Size(184, 22);
     this.navViewRankingList.Text = "&View Ranking List";
     this.navViewRankingList.Click += new System.EventHandler(this.navViewRankingList_Click);
     //
     // navTrickListMaint
     //
     this.navTrickListMaint.Name = "navTrickListMaint";
     this.navTrickListMaint.Size = new System.Drawing.Size(184, 22);
     this.navTrickListMaint.Text = "Trick List View";
     this.navTrickListMaint.Click += new System.EventHandler(this.navTrickListMaint_Click);
     //
     // navImportData
     //
     this.navImportData.Name = "navImportData";
     this.navImportData.Size = new System.Drawing.Size(184, 22);
     this.navImportData.Text = "Import WSTIMS Data";
     this.navImportData.Click += new System.EventHandler(this.navImportData_Click);
     //
     // navMetricTool
     //
     this.navMetricTool.Name = "navMetricTool";
     this.navMetricTool.Size = new System.Drawing.Size(184, 22);
     this.navMetricTool.Text = "Metric Conversion";
     this.navMetricTool.Click += new System.EventHandler(this.navMetricTool_Click);
     //
     // shrinkDatabaseToolStripMenuItem
     //
     this.shrinkDatabaseToolStripMenuItem.Name = "shrinkDatabaseToolStripMenuItem";
     this.shrinkDatabaseToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.shrinkDatabaseToolStripMenuItem.Text = "Compress Database";
     this.shrinkDatabaseToolStripMenuItem.Click += new System.EventHandler(this.shrinkDatabaseToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(184, 22);
     this.toolStripMenuItem1.Text = "Load Data From Log";
     this.toolStripMenuItem1.Visible = false;
     this.toolStripMenuItem1.Click += new System.EventHandler(this.loadDataFromLog_Click);
     //
     // databaseToolToolStripMenuItem
     //
     this.databaseToolToolStripMenuItem.Name = "databaseToolToolStripMenuItem";
     this.databaseToolToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.databaseToolToolStripMenuItem.Text = "Database Tool";
     this.databaseToolToolStripMenuItem.Click += new System.EventHandler(this.databaseToolToolStripMenuItem_Click);
     //
     // navSetDatabase
     //
     this.navSetDatabase.Name = "navSetDatabase";
     this.navSetDatabase.Size = new System.Drawing.Size(184, 22);
     this.navSetDatabase.Text = "Set Database";
     this.navSetDatabase.Click += new System.EventHandler(this.navSetDatabase_Click);
     //
     // windowToolStripMenuItem
     //
     this.windowToolStripMenuItem.Name = "windowToolStripMenuItem";
     this.windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     this.windowToolStripMenuItem.Text = "&Window";
     //
     // navHelp
     //
     this.navHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gettingStartedToolStripMenuItem,
     this.overviewToolStripMenuItem,
     this.navHelpAbout});
     this.navHelp.Name = "navHelp";
     this.navHelp.Size = new System.Drawing.Size(44, 20);
     this.navHelp.Text = "&Help";
     //
     // gettingStartedToolStripMenuItem
     //
     this.gettingStartedToolStripMenuItem.Name = "gettingStartedToolStripMenuItem";
     this.gettingStartedToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
     this.gettingStartedToolStripMenuItem.Text = "&User Guide";
     this.gettingStartedToolStripMenuItem.Click += new System.EventHandler(this.overviewToolStripMenuItem_Click);
     //
     // overviewToolStripMenuItem
     //
     this.overviewToolStripMenuItem.Name = "overviewToolStripMenuItem";
     this.overviewToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
     this.overviewToolStripMenuItem.Text = "&Overview";
     this.overviewToolStripMenuItem.Click += new System.EventHandler(this.overviewToolStripMenuItem_Click);
     //
     // navHelpAbout
     //
     this.navHelpAbout.Name = "navHelpAbout";
     this.navHelpAbout.Size = new System.Drawing.Size(131, 22);
     this.navHelpAbout.Text = "About";
     this.navHelpAbout.Click += new System.EventHandler(this.navHelpAbout_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 549);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(993, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text = "statusStrip1";
     //
     // mdiStatusMsg
     //
     this.mdiStatusMsg.Name = "mdiStatusMsg";
     this.mdiStatusMsg.Size = new System.Drawing.Size(168, 17);
     this.mdiStatusMsg.Text = "Opening Waterski Scoring System";
     //
     // SystemMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.ClientSize = new System.Drawing.Size(993, 571);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.appMainMenu);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.MainMenuStrip = this.appMainMenu;
     this.Name = "SystemMain";
     this.Text = "WSTIMS for Windows";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SystemMain_FormClosed);
     this.Load += new System.EventHandler(this.SystemMain_Load);
     this.appMainMenu.ResumeLayout(false);
     this.appMainMenu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #27
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.txtResult = new System.Windows.Forms.TextBox();
     this.txtExp = new System.Windows.Forms.RichTextBox();
     this.menuRichTextBox = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.粘贴剪切板内容ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.复制计算结果ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.运算符ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.andToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.orToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.xorToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.notToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.sgnToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.intToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.absToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.变量ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.函数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cmbFunSort = new System.Windows.Forms.ToolStripComboBox();
     this.txtSearchKey = new System.Windows.Forms.ToolStripTextBox();
     this.算式ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btnbtnReciprocal = new System.Windows.Forms.Button();
     this.btnANS = new System.Windows.Forms.Button();
     this.btnE = new System.Windows.Forms.Button();
     this.btnPow = new System.Windows.Forms.Button();
     this.btnPI = new System.Windows.Forms.Button();
     this.btnPercent = new System.Windows.Forms.Button();
     this.btnSqrt = new System.Windows.Forms.Button();
     this.btnEqual = new System.Windows.Forms.Button();
     this.btnPoint = new System.Windows.Forms.Button();
     this.btnC = new System.Windows.Forms.Button();
     this.btnBackspace = new System.Windows.Forms.Button();
     this.btnComma = new System.Windows.Forms.Button();
     this.btn_e_ = new System.Windows.Forms.Button();
     this.btnBIN = new System.Windows.Forms.Button();
     this.btnB = new System.Windows.Forms.Button();
     this.btnHEX = new System.Windows.Forms.Button();
     this.btnToB = new System.Windows.Forms.Button();
     this.btnToH = new System.Windows.Forms.Button();
     this.btnMod = new System.Windows.Forms.Button();
     this.btnSum = new System.Windows.Forms.Button();
     this.bnt_C = new System.Windows.Forms.Button();
     this.btnnCr = new System.Windows.Forms.Button();
     this.btnnAr = new System.Windows.Forms.Button();
     this.btnFactorial = new System.Windows.Forms.Button();
     this.btnDivide = new System.Windows.Forms.Button();
     this.btnMultiply = new System.Windows.Forms.Button();
     this.btnMinus = new System.Windows.Forms.Button();
     this.btnPlus = new System.Windows.Forms.Button();
     this.btnPareR = new System.Windows.Forms.Button();
     this.btnPareL = new System.Windows.Forms.Button();
     this.btnExp = new System.Windows.Forms.Button();
     this.btnLog = new System.Windows.Forms.Button();
     this.btnLn = new System.Windows.Forms.Button();
     this.btnOCT = new System.Windows.Forms.Button();
     this.btnTanh = new System.Windows.Forms.Button();
     this.btnCosh = new System.Windows.Forms.Button();
     this.btnSinh = new System.Windows.Forms.Button();
     this.btnAtan = new System.Windows.Forms.Button();
     this.btnAcos = new System.Windows.Forms.Button();
     this.btnAsin = new System.Windows.Forms.Button();
     this.btnTan = new System.Windows.Forms.Button();
     this.btnCos = new System.Windows.Forms.Button();
     this.btnSin = new System.Windows.Forms.Button();
     this.btnDu = new System.Windows.Forms.Button();
     this.btnToO = new System.Windows.Forms.Button();
     this.btnA = new System.Windows.Forms.Button();
     this.btnDms = new System.Windows.Forms.Button();
     this.btn_E = new System.Windows.Forms.Button();
     this.btnS = new System.Windows.Forms.Button();
     this.btnAverage = new System.Windows.Forms.Button();
     this.btnF = new System.Windows.Forms.Button();
     this.btnToDegree = new System.Windows.Forms.Button();
     this.btnD = new System.Windows.Forms.Button();
     this.btn0 = new System.Windows.Forms.Button();
     this.btn3 = new System.Windows.Forms.Button();
     this.btn2 = new System.Windows.Forms.Button();
     this.btn1 = new System.Windows.Forms.Button();
     this.btn6 = new System.Windows.Forms.Button();
     this.btn5 = new System.Windows.Forms.Button();
     this.btn4 = new System.Windows.Forms.Button();
     this.btn9 = new System.Windows.Forms.Button();
     this.btn8 = new System.Windows.Forms.Button();
     this.btn7 = new System.Windows.Forms.Button();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.帮助ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.注册ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.科学型ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.科学计数法ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.双括号ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.移动光标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.功能ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.复制计算结果ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.获取剪切板内容ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.存储计算公式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.存储函数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.人民币大写ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.人民币阿拉伯数字形式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.单步计算ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.语音ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.语音ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.自然读音ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.输入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.求和ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.求平均ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.运算符ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.andToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.orToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.xorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.notToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.sgnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.intToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.absToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
     this.变量ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.算式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.单位转换ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.英里公里ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.海里公里ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.光年公里ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.英寸厘米ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.平方公里亩ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.亩平方公里ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.亩平方米ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.桶立方米ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.千米每小时米每秒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.米每秒千米每小时ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.马赫米每秒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
     this.NotifyMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.显示计算器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.关闭计算器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuRichTextBox.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.NotifyMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // txtResult
     //
     this.txtResult.BackColor = System.Drawing.SystemColors.Window;
     this.txtResult.Location = new System.Drawing.Point(12, 80);
     this.txtResult.Name = "txtResult";
     this.txtResult.ReadOnly = true;
     this.txtResult.Size = new System.Drawing.Size(352, 21);
     this.txtResult.TabIndex = 3;
     //
     // txtExp
     //
     this.txtExp.ContextMenuStrip = this.menuRichTextBox;
     this.txtExp.Location = new System.Drawing.Point(12, 42);
     this.txtExp.Multiline = false;
     this.txtExp.Name = "txtExp";
     this.txtExp.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.txtExp.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.txtExp.Size = new System.Drawing.Size(352, 21);
     this.txtExp.TabIndex = 0;
     this.txtExp.Tag = "";
     this.txtExp.Text = "";
     this.txtExp.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtExp_KeyDown);
     this.txtExp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtExp_MouseDown);
     this.txtExp.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtExp_KeyPress);
     this.txtExp.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtExp_KeyUp);
     this.txtExp.TextChanged += new System.EventHandler(this.txtExp_TextChanged);
     //
     // menuRichTextBox
     //
     this.menuRichTextBox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.粘贴剪切板内容ToolStripMenuItem,
     this.复制计算结果ToolStripMenuItem1,
     this.toolStripSeparator7,
     this.运算符ToolStripMenuItem1,
     this.变量ToolStripMenuItem1,
     this.函数ToolStripMenuItem,
     this.算式ToolStripMenuItem1});
     this.menuRichTextBox.Name = "menuTextBox";
     this.menuRichTextBox.Size = new System.Drawing.Size(155, 142);
     //
     // 粘贴剪切板内容ToolStripMenuItem
     //
     this.粘贴剪切板内容ToolStripMenuItem.Name = "粘贴剪切板内容ToolStripMenuItem";
     this.粘贴剪切板内容ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.粘贴剪切板内容ToolStripMenuItem.Text = "粘贴剪切板内容";
     this.粘贴剪切板内容ToolStripMenuItem.ToolTipText = "粘贴剪切板内容到算式输入框";
     this.粘贴剪切板内容ToolStripMenuItem.Click += new System.EventHandler(this.粘贴剪切板内容ToolStripMenuItem_Click);
     //
     // 复制计算结果ToolStripMenuItem1
     //
     this.复制计算结果ToolStripMenuItem1.Name = "复制计算结果ToolStripMenuItem1";
     this.复制计算结果ToolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
     this.复制计算结果ToolStripMenuItem1.Text = "复制计算结果";
     this.复制计算结果ToolStripMenuItem1.ToolTipText = "复制计算结果到剪切板";
     this.复制计算结果ToolStripMenuItem1.Click += new System.EventHandler(this.复制计算结果ToolStripMenuItem1_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(151, 6);
     //
     // 运算符ToolStripMenuItem1
     //
     this.运算符ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.andToolStripMenuItem1,
     this.orToolStripMenuItem1,
     this.xorToolStripMenuItem1,
     this.notToolStripMenuItem1,
     this.toolStripSeparator11,
     this.sgnToolStripMenuItem1,
     this.intToolStripMenuItem1,
     this.absToolStripMenuItem1,
     this.toolStripSeparator12,
     this.toolStripMenuItem4,
     this.toolStripMenuItem5,
     this.toolStripSeparator13,
     this.toolStripMenuItem6});
     this.运算符ToolStripMenuItem1.Name = "运算符ToolStripMenuItem1";
     this.运算符ToolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
     this.运算符ToolStripMenuItem1.Text = "运算符";
     //
     // andToolStripMenuItem1
     //
     this.andToolStripMenuItem1.Name = "andToolStripMenuItem1";
     this.andToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
     this.andToolStripMenuItem1.Text = "And";
     this.andToolStripMenuItem1.ToolTipText = "按位与";
     this.andToolStripMenuItem1.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // orToolStripMenuItem1
     //
     this.orToolStripMenuItem1.Name = "orToolStripMenuItem1";
     this.orToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
     this.orToolStripMenuItem1.Text = "Or";
     this.orToolStripMenuItem1.ToolTipText = "按位或";
     this.orToolStripMenuItem1.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // xorToolStripMenuItem1
     //
     this.xorToolStripMenuItem1.Name = "xorToolStripMenuItem1";
     this.xorToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
     this.xorToolStripMenuItem1.Text = "Xor";
     this.xorToolStripMenuItem1.ToolTipText = "按位异或";
     this.xorToolStripMenuItem1.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // notToolStripMenuItem1
     //
     this.notToolStripMenuItem1.Name = "notToolStripMenuItem1";
     this.notToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
     this.notToolStripMenuItem1.Text = "Not";
     this.notToolStripMenuItem1.ToolTipText = "按位取反";
     this.notToolStripMenuItem1.Click += new System.EventHandler(this.OpeMenuItem_Click2);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(85, 6);
     //
     // sgnToolStripMenuItem1
     //
     this.sgnToolStripMenuItem1.Name = "sgnToolStripMenuItem1";
     this.sgnToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
     this.sgnToolStripMenuItem1.Text = "Sgn";
     this.sgnToolStripMenuItem1.ToolTipText = "取数值的符号";
     this.sgnToolStripMenuItem1.Click += new System.EventHandler(this.OpeMenuItem_Click2);
     //
     // intToolStripMenuItem1
     //
     this.intToolStripMenuItem1.Name = "intToolStripMenuItem1";
     this.intToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
     this.intToolStripMenuItem1.Text = "Int";
     this.intToolStripMenuItem1.ToolTipText = "取整";
     this.intToolStripMenuItem1.Click += new System.EventHandler(this.OpeMenuItem_Click2);
     //
     // absToolStripMenuItem1
     //
     this.absToolStripMenuItem1.Name = "absToolStripMenuItem1";
     this.absToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
     this.absToolStripMenuItem1.Text = "Abs";
     this.absToolStripMenuItem1.ToolTipText = "取绝对值";
     this.absToolStripMenuItem1.Click += new System.EventHandler(this.OpeMenuItem_Click2);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(85, 6);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(88, 22);
     this.toolStripMenuItem4.Text = "<<";
     this.toolStripMenuItem4.ToolTipText = "按左位移";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(88, 22);
     this.toolStripMenuItem5.Text = ">>";
     this.toolStripMenuItem5.ToolTipText = "按右位移";
     this.toolStripMenuItem5.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(85, 6);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(88, 22);
     this.toolStripMenuItem6.Text = "=";
     this.toolStripMenuItem6.ToolTipText = "等于号,用于给变量赋值";
     this.toolStripMenuItem6.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // 变量ToolStripMenuItem1
     //
     this.变量ToolStripMenuItem1.Name = "变量ToolStripMenuItem1";
     this.变量ToolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
     this.变量ToolStripMenuItem1.Text = "变量";
     //
     // 函数ToolStripMenuItem
     //
     this.函数ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cmbFunSort,
     this.txtSearchKey});
     this.函数ToolStripMenuItem.Name = "函数ToolStripMenuItem";
     this.函数ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.函数ToolStripMenuItem.Text = "函数";
     //
     // cmbFunSort
     //
     this.cmbFunSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbFunSort.Name = "cmbFunSort";
     this.cmbFunSort.Size = new System.Drawing.Size(121, 20);
     this.cmbFunSort.Sorted = true;
     this.cmbFunSort.ToolTipText = "请选择函数类别";
     this.cmbFunSort.SelectedIndexChanged += new System.EventHandler(this.cmbFunSort_SelectedIndexChanged);
     //
     // txtSearchKey
     //
     this.txtSearchKey.BackColor = System.Drawing.SystemColors.Window;
     this.txtSearchKey.Name = "txtSearchKey";
     this.txtSearchKey.Size = new System.Drawing.Size(121, 21);
     this.txtSearchKey.ToolTipText = "请输入搜索关键字";
     this.txtSearchKey.TextChanged += new System.EventHandler(this.toolStripTextBox1_TextChanged);
     //
     // 算式ToolStripMenuItem1
     //
     this.算式ToolStripMenuItem1.Name = "算式ToolStripMenuItem1";
     this.算式ToolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
     this.算式ToolStripMenuItem1.Text = "算式";
     //
     // btnbtnReciprocal
     //
     this.btnbtnReciprocal.Location = new System.Drawing.Point(307, 153);
     this.btnbtnReciprocal.Name = "btnbtnReciprocal";
     this.btnbtnReciprocal.Size = new System.Drawing.Size(45, 45);
     this.btnbtnReciprocal.TabIndex = 68;
     this.btnbtnReciprocal.Tag = "1/";
     this.btnbtnReciprocal.Text = "1/x";
     this.toolTip1.SetToolTip(this.btnbtnReciprocal, "倒数");
     this.btnbtnReciprocal.UseVisualStyleBackColor = true;
     //
     // btnANS
     //
     this.btnANS.Location = new System.Drawing.Point(255, 0);
     this.btnANS.Name = "btnANS";
     this.btnANS.Size = new System.Drawing.Size(45, 45);
     this.btnANS.TabIndex = 67;
     this.btnANS.Tag = "|";
     this.btnANS.Text = "ANS";
     this.toolTip1.SetToolTip(this.btnANS, "输入上次计算结果到算式输入框");
     this.btnANS.UseVisualStyleBackColor = true;
     this.btnANS.Click += new System.EventHandler(this.btnANS_Click);
     //
     // btnE
     //
     this.btnE.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnE.Location = new System.Drawing.Point(51, 153);
     this.btnE.Name = "btnE";
     this.btnE.Size = new System.Drawing.Size(45, 45);
     this.btnE.TabIndex = 66;
     this.btnE.Tag = "E|E";
     this.btnE.Text = "E";
     this.toolTip1.SetToolTip(this.btnE, "科学计数法E");
     this.btnE.UseVisualStyleBackColor = true;
     //
     // btnPow
     //
     this.btnPow.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnPow.Location = new System.Drawing.Point(255, 102);
     this.btnPow.Name = "btnPow";
     this.btnPow.Size = new System.Drawing.Size(45, 45);
     this.btnPow.TabIndex = 65;
     this.btnPow.Tag = "^";
     this.btnPow.Text = "x^y";
     this.toolTip1.SetToolTip(this.btnPow, "乘方");
     this.btnPow.UseVisualStyleBackColor = true;
     //
     // btnPI
     //
     this.btnPI.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnPI.Location = new System.Drawing.Point(307, 0);
     this.btnPI.Name = "btnPI";
     this.btnPI.Size = new System.Drawing.Size(45, 45);
     this.btnPI.TabIndex = 64;
     this.btnPI.Tag = "pi";
     this.btnPI.Text = "pi";
     this.toolTip1.SetToolTip(this.btnPI, "圆周率");
     this.btnPI.UseVisualStyleBackColor = true;
     //
     // btnPercent
     //
     this.btnPercent.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnPercent.Location = new System.Drawing.Point(307, 102);
     this.btnPercent.Name = "btnPercent";
     this.btnPercent.Size = new System.Drawing.Size(45, 45);
     this.btnPercent.TabIndex = 63;
     this.btnPercent.Tag = "%";
     this.btnPercent.Text = "%";
     this.toolTip1.SetToolTip(this.btnPercent, "百分号");
     this.btnPercent.UseVisualStyleBackColor = true;
     //
     // btnSqrt
     //
     this.btnSqrt.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnSqrt.Location = new System.Drawing.Point(255, 153);
     this.btnSqrt.Name = "btnSqrt";
     this.btnSqrt.Size = new System.Drawing.Size(45, 45);
     this.btnSqrt.TabIndex = 62;
     this.btnSqrt.Tag = "sqrt";
     this.btnSqrt.Text = "sqrt";
     this.toolTip1.SetToolTip(this.btnSqrt, "例:\r\nsqrt(2)对2开平方\r\nsqrt(2,4)对2开4次方");
     this.btnSqrt.UseVisualStyleBackColor = true;
     //
     // btnEqual
     //
     this.btnEqual.ForeColor = System.Drawing.Color.Red;
     this.btnEqual.Location = new System.Drawing.Point(204, 153);
     this.btnEqual.Name = "btnEqual";
     this.btnEqual.Size = new System.Drawing.Size(45, 45);
     this.btnEqual.TabIndex = 61;
     this.btnEqual.Tag = "|";
     this.btnEqual.Text = "=";
     this.toolTip1.SetToolTip(this.btnEqual, "等于");
     this.btnEqual.UseVisualStyleBackColor = true;
     //
     // btnPoint
     //
     this.btnPoint.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnPoint.Location = new System.Drawing.Point(102, 153);
     this.btnPoint.Name = "btnPoint";
     this.btnPoint.Size = new System.Drawing.Size(45, 45);
     this.btnPoint.TabIndex = 60;
     this.btnPoint.Tag = ".|点";
     this.btnPoint.Text = ".";
     this.toolTip1.SetToolTip(this.btnPoint, "小数点");
     this.btnPoint.UseVisualStyleBackColor = true;
     //
     // btnC
     //
     this.btnC.ForeColor = System.Drawing.Color.Red;
     this.btnC.Location = new System.Drawing.Point(204, 51);
     this.btnC.Name = "btnC";
     this.btnC.Size = new System.Drawing.Size(45, 45);
     this.btnC.TabIndex = 59;
     this.btnC.Tag = "|清零";
     this.btnC.Text = "C";
     this.toolTip1.SetToolTip(this.btnC, "清除");
     this.btnC.UseVisualStyleBackColor = true;
     this.btnC.Click += new System.EventHandler(this.btnC_Click);
     //
     // btnBackspace
     //
     this.btnBackspace.ForeColor = System.Drawing.Color.Red;
     this.btnBackspace.Location = new System.Drawing.Point(204, 0);
     this.btnBackspace.Name = "btnBackspace";
     this.btnBackspace.Size = new System.Drawing.Size(45, 45);
     this.btnBackspace.TabIndex = 58;
     this.btnBackspace.Tag = "|";
     this.btnBackspace.Text = "←";
     this.toolTip1.SetToolTip(this.btnBackspace, "退格");
     this.btnBackspace.UseVisualStyleBackColor = true;
     this.btnBackspace.Click += new System.EventHandler(this.btnBackspace_Click);
     //
     // btnComma
     //
     this.btnComma.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnComma.Location = new System.Drawing.Point(204, 102);
     this.btnComma.Name = "btnComma";
     this.btnComma.Size = new System.Drawing.Size(45, 45);
     this.btnComma.TabIndex = 41;
     this.btnComma.Tag = ",";
     this.btnComma.Text = ",";
     this.toolTip1.SetToolTip(this.btnComma, "逗号");
     this.btnComma.UseVisualStyleBackColor = true;
     //
     // btn_e_
     //
     this.btn_e_.Location = new System.Drawing.Point(307, 93);
     this.btn_e_.Name = "btn_e_";
     this.btn_e_.Size = new System.Drawing.Size(45, 25);
     this.btn_e_.TabIndex = 96;
     this.btn_e_.Tag = "e";
     this.btn_e_.Text = "e";
     this.toolTip1.SetToolTip(this.btn_e_, "自然常数e");
     this.btn_e_.UseVisualStyleBackColor = true;
     //
     // btnBIN
     //
     this.btnBIN.Location = new System.Drawing.Point(255, 0);
     this.btnBIN.Name = "btnBIN";
     this.btnBIN.Size = new System.Drawing.Size(45, 25);
     this.btnBIN.TabIndex = 95;
     this.btnBIN.Tag = "BIN";
     this.btnBIN.Text = "BIN";
     this.toolTip1.SetToolTip(this.btnBIN, "二进制转十进制,例:1011BIN");
     this.btnBIN.UseVisualStyleBackColor = true;
     //
     // btnB
     //
     this.btnB.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnB.Location = new System.Drawing.Point(51, 93);
     this.btnB.Name = "btnB";
     this.btnB.Size = new System.Drawing.Size(45, 25);
     this.btnB.TabIndex = 94;
     this.btnB.Tag = "B";
     this.btnB.Text = "B";
     this.toolTip1.SetToolTip(this.btnB, "十六进制B");
     this.btnB.UseVisualStyleBackColor = true;
     //
     // btnHEX
     //
     this.btnHEX.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnHEX.Location = new System.Drawing.Point(255, 62);
     this.btnHEX.Name = "btnHEX";
     this.btnHEX.Size = new System.Drawing.Size(45, 25);
     this.btnHEX.TabIndex = 93;
     this.btnHEX.Tag = "HEX";
     this.btnHEX.Text = "HEX";
     this.toolTip1.SetToolTip(this.btnHEX, "十六进制转十进制,例:B5EF8HEX");
     this.btnHEX.UseVisualStyleBackColor = true;
     //
     // btnToB
     //
     this.btnToB.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnToB.Location = new System.Drawing.Point(307, 0);
     this.btnToB.Name = "btnToB";
     this.btnToB.Size = new System.Drawing.Size(45, 25);
     this.btnToB.TabIndex = 92;
     this.btnToB.Tag = "toB";
     this.btnToB.Text = "toB";
     this.toolTip1.SetToolTip(this.btnToB, "十进制转二进制,例:toB(9)");
     this.btnToB.UseVisualStyleBackColor = true;
     //
     // btnToH
     //
     this.btnToH.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnToH.Location = new System.Drawing.Point(307, 62);
     this.btnToH.Name = "btnToH";
     this.btnToH.Size = new System.Drawing.Size(45, 25);
     this.btnToH.TabIndex = 91;
     this.btnToH.Tag = "toH";
     this.btnToH.Text = "toH";
     this.toolTip1.SetToolTip(this.btnToH, "十进制转十六进制,例:toH(999)");
     this.btnToH.UseVisualStyleBackColor = true;
     //
     // btnMod
     //
     this.btnMod.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnMod.Location = new System.Drawing.Point(256, 93);
     this.btnMod.Name = "btnMod";
     this.btnMod.Size = new System.Drawing.Size(45, 25);
     this.btnMod.TabIndex = 90;
     this.btnMod.Tag = "s";
     this.btnMod.Text = "s";
     this.toolTip1.SetToolTip(this.btnMod, "样本标准方差,例:s(4,5,6)");
     this.btnMod.UseVisualStyleBackColor = true;
     //
     // btnSum
     //
     this.btnSum.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnSum.Location = new System.Drawing.Point(204, 93);
     this.btnSum.Name = "btnSum";
     this.btnSum.Size = new System.Drawing.Size(45, 25);
     this.btnSum.TabIndex = 89;
     this.btnSum.Tag = "sum";
     this.btnSum.Text = "sum";
     this.toolTip1.SetToolTip(this.btnSum, "求和,例:sum(-9,5.6*4,2,7)");
     this.btnSum.UseVisualStyleBackColor = true;
     //
     // bnt_C
     //
     this.bnt_C.ForeColor = System.Drawing.SystemColors.ControlText;
     this.bnt_C.Location = new System.Drawing.Point(102, 93);
     this.bnt_C.Name = "bnt_C";
     this.bnt_C.Size = new System.Drawing.Size(45, 25);
     this.bnt_C.TabIndex = 88;
     this.bnt_C.Tag = "C";
     this.bnt_C.Text = "C";
     this.toolTip1.SetToolTip(this.bnt_C, "十六进制C");
     this.bnt_C.UseVisualStyleBackColor = true;
     //
     // btnnCr
     //
     this.btnnCr.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnnCr.Location = new System.Drawing.Point(204, 31);
     this.btnnCr.Name = "btnnCr";
     this.btnnCr.Size = new System.Drawing.Size(45, 25);
     this.btnnCr.TabIndex = 87;
     this.btnnCr.Tag = "nCr";
     this.btnnCr.Text = "nCr";
     this.toolTip1.SetToolTip(this.btnnCr, "组合");
     this.btnnCr.UseVisualStyleBackColor = true;
     //
     // btnnAr
     //
     this.btnnAr.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnnAr.Location = new System.Drawing.Point(204, 0);
     this.btnnAr.Name = "btnnAr";
     this.btnnAr.Size = new System.Drawing.Size(45, 25);
     this.btnnAr.TabIndex = 86;
     this.btnnAr.Tag = "nAr";
     this.btnnAr.Text = "nAr";
     this.toolTip1.SetToolTip(this.btnnAr, "排列");
     this.btnnAr.UseVisualStyleBackColor = true;
     //
     // btnFactorial
     //
     this.btnFactorial.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFactorial.Location = new System.Drawing.Point(205, 62);
     this.btnFactorial.Name = "btnFactorial";
     this.btnFactorial.Size = new System.Drawing.Size(45, 25);
     this.btnFactorial.TabIndex = 69;
     this.btnFactorial.Tag = "!";
     this.btnFactorial.Text = "n!";
     this.toolTip1.SetToolTip(this.btnFactorial, "阶乘");
     this.btnFactorial.UseVisualStyleBackColor = true;
     //
     // btnDivide
     //
     this.btnDivide.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnDivide.Location = new System.Drawing.Point(153, 153);
     this.btnDivide.Name = "btnDivide";
     this.btnDivide.Size = new System.Drawing.Size(45, 45);
     this.btnDivide.TabIndex = 57;
     this.btnDivide.Tag = "/|除以";
     this.btnDivide.Text = "/";
     this.toolTip1.SetToolTip(this.btnDivide, "除");
     this.btnDivide.UseVisualStyleBackColor = true;
     //
     // btnMultiply
     //
     this.btnMultiply.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnMultiply.Location = new System.Drawing.Point(153, 102);
     this.btnMultiply.Name = "btnMultiply";
     this.btnMultiply.Size = new System.Drawing.Size(45, 45);
     this.btnMultiply.TabIndex = 56;
     this.btnMultiply.Tag = "*|乘以";
     this.btnMultiply.Text = "*";
     this.toolTip1.SetToolTip(this.btnMultiply, "乘");
     this.btnMultiply.UseVisualStyleBackColor = true;
     //
     // btnMinus
     //
     this.btnMinus.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnMinus.Location = new System.Drawing.Point(153, 51);
     this.btnMinus.Name = "btnMinus";
     this.btnMinus.Size = new System.Drawing.Size(45, 45);
     this.btnMinus.TabIndex = 55;
     this.btnMinus.Tag = "-|减去";
     this.btnMinus.Text = "-";
     this.toolTip1.SetToolTip(this.btnMinus, "减号或负号");
     this.btnMinus.UseVisualStyleBackColor = true;
     //
     // btnPlus
     //
     this.btnPlus.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnPlus.Location = new System.Drawing.Point(153, 0);
     this.btnPlus.Name = "btnPlus";
     this.btnPlus.Size = new System.Drawing.Size(45, 45);
     this.btnPlus.TabIndex = 54;
     this.btnPlus.Tag = "+|加上";
     this.btnPlus.Text = "+";
     this.toolTip1.SetToolTip(this.btnPlus, "加号或正号");
     this.btnPlus.UseVisualStyleBackColor = true;
     //
     // btnPareR
     //
     this.btnPareR.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnPareR.Location = new System.Drawing.Point(307, 51);
     this.btnPareR.Name = "btnPareR";
     this.btnPareR.Size = new System.Drawing.Size(45, 45);
     this.btnPareR.TabIndex = 53;
     this.btnPareR.Tag = ")";
     this.btnPareR.Text = ")";
     this.toolTip1.SetToolTip(this.btnPareR, "右括号");
     this.btnPareR.UseVisualStyleBackColor = true;
     //
     // btnPareL
     //
     this.btnPareL.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnPareL.Location = new System.Drawing.Point(255, 51);
     this.btnPareL.Name = "btnPareL";
     this.btnPareL.Size = new System.Drawing.Size(45, 45);
     this.btnPareL.TabIndex = 52;
     this.btnPareL.Tag = "(";
     this.btnPareL.Text = "(";
     this.toolTip1.SetToolTip(this.btnPareL, "左括号");
     this.btnPareL.UseVisualStyleBackColor = true;
     //
     // btnExp
     //
     this.btnExp.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnExp.Location = new System.Drawing.Point(153, 62);
     this.btnExp.Name = "btnExp";
     this.btnExp.Size = new System.Drawing.Size(45, 25);
     this.btnExp.TabIndex = 84;
     this.btnExp.Tag = "Exp";
     this.btnExp.Text = "Exp";
     this.toolTip1.SetToolTip(this.btnExp, "常数e的x次方");
     this.btnExp.UseVisualStyleBackColor = true;
     //
     // btnLog
     //
     this.btnLog.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnLog.Location = new System.Drawing.Point(153, 31);
     this.btnLog.Name = "btnLog";
     this.btnLog.Size = new System.Drawing.Size(45, 25);
     this.btnLog.TabIndex = 83;
     this.btnLog.Tag = "log";
     this.btnLog.Text = "log";
     this.toolTip1.SetToolTip(this.btnLog, "例:\r\nlog(9)对9取对数,底数是10\r\nlog(9,3)对9取对数,底数是3");
     this.btnLog.UseVisualStyleBackColor = true;
     //
     // btnLn
     //
     this.btnLn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnLn.Location = new System.Drawing.Point(153, 0);
     this.btnLn.Name = "btnLn";
     this.btnLn.Size = new System.Drawing.Size(45, 25);
     this.btnLn.TabIndex = 82;
     this.btnLn.Tag = "ln";
     this.btnLn.Text = "ln";
     this.toolTip1.SetToolTip(this.btnLn, "以e为底数的对数");
     this.btnLn.UseVisualStyleBackColor = true;
     //
     // btnOCT
     //
     this.btnOCT.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnOCT.Location = new System.Drawing.Point(255, 31);
     this.btnOCT.Name = "btnOCT";
     this.btnOCT.Size = new System.Drawing.Size(45, 25);
     this.btnOCT.TabIndex = 80;
     this.btnOCT.Tag = "OCT";
     this.btnOCT.Text = "OCT";
     this.toolTip1.SetToolTip(this.btnOCT, "八进制转十制,例:4576OCT");
     this.btnOCT.UseVisualStyleBackColor = true;
     //
     // btnTanh
     //
     this.btnTanh.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnTanh.Location = new System.Drawing.Point(102, 62);
     this.btnTanh.Name = "btnTanh";
     this.btnTanh.Size = new System.Drawing.Size(45, 25);
     this.btnTanh.TabIndex = 78;
     this.btnTanh.Tag = "tanh";
     this.btnTanh.Text = "tanh";
     this.toolTip1.SetToolTip(this.btnTanh, "双曲正切");
     this.btnTanh.UseVisualStyleBackColor = true;
     //
     // btnCosh
     //
     this.btnCosh.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnCosh.Location = new System.Drawing.Point(51, 62);
     this.btnCosh.Name = "btnCosh";
     this.btnCosh.Size = new System.Drawing.Size(45, 25);
     this.btnCosh.TabIndex = 77;
     this.btnCosh.Tag = "cosh";
     this.btnCosh.Text = "cosh";
     this.toolTip1.SetToolTip(this.btnCosh, "双曲余弦");
     this.btnCosh.UseVisualStyleBackColor = true;
     //
     // btnSinh
     //
     this.btnSinh.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnSinh.Location = new System.Drawing.Point(0, 62);
     this.btnSinh.Name = "btnSinh";
     this.btnSinh.Size = new System.Drawing.Size(45, 25);
     this.btnSinh.TabIndex = 76;
     this.btnSinh.Tag = "sinh";
     this.btnSinh.Text = "sinh";
     this.toolTip1.SetToolTip(this.btnSinh, "双曲正弦");
     this.btnSinh.UseVisualStyleBackColor = true;
     //
     // btnAtan
     //
     this.btnAtan.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnAtan.Location = new System.Drawing.Point(102, 31);
     this.btnAtan.Name = "btnAtan";
     this.btnAtan.Size = new System.Drawing.Size(45, 25);
     this.btnAtan.TabIndex = 75;
     this.btnAtan.Tag = "atan";
     this.btnAtan.Text = "atan";
     this.toolTip1.SetToolTip(this.btnAtan, "反正切");
     this.btnAtan.UseVisualStyleBackColor = true;
     //
     // btnAcos
     //
     this.btnAcos.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnAcos.Location = new System.Drawing.Point(51, 31);
     this.btnAcos.Name = "btnAcos";
     this.btnAcos.Size = new System.Drawing.Size(45, 25);
     this.btnAcos.TabIndex = 74;
     this.btnAcos.Tag = "acos";
     this.btnAcos.Text = "acos";
     this.toolTip1.SetToolTip(this.btnAcos, "反余弦");
     this.btnAcos.UseVisualStyleBackColor = true;
     //
     // btnAsin
     //
     this.btnAsin.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnAsin.Location = new System.Drawing.Point(0, 31);
     this.btnAsin.Name = "btnAsin";
     this.btnAsin.Size = new System.Drawing.Size(45, 25);
     this.btnAsin.TabIndex = 73;
     this.btnAsin.Tag = "asin";
     this.btnAsin.Text = "asin";
     this.toolTip1.SetToolTip(this.btnAsin, "反正弦");
     this.btnAsin.UseVisualStyleBackColor = true;
     //
     // btnTan
     //
     this.btnTan.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnTan.Location = new System.Drawing.Point(102, 0);
     this.btnTan.Name = "btnTan";
     this.btnTan.Size = new System.Drawing.Size(45, 25);
     this.btnTan.TabIndex = 72;
     this.btnTan.Tag = "tan";
     this.btnTan.Text = "tan";
     this.toolTip1.SetToolTip(this.btnTan, "正切");
     this.btnTan.UseVisualStyleBackColor = true;
     //
     // btnCos
     //
     this.btnCos.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnCos.Location = new System.Drawing.Point(51, 0);
     this.btnCos.Name = "btnCos";
     this.btnCos.Size = new System.Drawing.Size(45, 25);
     this.btnCos.TabIndex = 71;
     this.btnCos.Tag = "cos";
     this.btnCos.Text = "cos";
     this.toolTip1.SetToolTip(this.btnCos, "余弦");
     this.btnCos.UseVisualStyleBackColor = true;
     //
     // btnSin
     //
     this.btnSin.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnSin.Location = new System.Drawing.Point(0, 0);
     this.btnSin.Name = "btnSin";
     this.btnSin.Size = new System.Drawing.Size(45, 25);
     this.btnSin.TabIndex = 70;
     this.btnSin.Tag = "sin";
     this.btnSin.Text = "sin";
     this.toolTip1.SetToolTip(this.btnSin, "正弦\r\n例:\r\nsin(90度)\r\nsin(2pi)");
     this.btnSin.UseVisualStyleBackColor = true;
     //
     // btnDu
     //
     this.btnDu.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnDu.Location = new System.Drawing.Point(153, 93);
     this.btnDu.Name = "btnDu";
     this.btnDu.Size = new System.Drawing.Size(45, 25);
     this.btnDu.TabIndex = 85;
     this.btnDu.Tag = "度";
     this.btnDu.Text = "度";
     this.toolTip1.SetToolTip(this.btnDu, "角度转弧度,例:sin(30度)\r\n其中\'90度\'表示把角度90转换为弧度数");
     this.btnDu.UseVisualStyleBackColor = true;
     //
     // btnToO
     //
     this.btnToO.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnToO.Location = new System.Drawing.Point(307, 31);
     this.btnToO.Name = "btnToO";
     this.btnToO.Size = new System.Drawing.Size(45, 25);
     this.btnToO.TabIndex = 81;
     this.btnToO.Tag = "toO";
     this.btnToO.Text = "toO";
     this.toolTip1.SetToolTip(this.btnToO, "十进制转八进制,例:toO(39)");
     this.btnToO.UseVisualStyleBackColor = true;
     //
     // btnA
     //
     this.btnA.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnA.Location = new System.Drawing.Point(0, 93);
     this.btnA.Name = "btnA";
     this.btnA.Size = new System.Drawing.Size(45, 25);
     this.btnA.TabIndex = 79;
     this.btnA.Tag = "A";
     this.btnA.Text = "A";
     this.toolTip1.SetToolTip(this.btnA, "十六进制A");
     this.btnA.UseVisualStyleBackColor = true;
     //
     // btnDms
     //
     this.btnDms.Location = new System.Drawing.Point(307, 124);
     this.btnDms.Name = "btnDms";
     this.btnDms.Size = new System.Drawing.Size(45, 25);
     this.btnDms.TabIndex = 103;
     this.btnDms.Tag = "dms";
     this.btnDms.Text = "dms";
     this.toolTip1.SetToolTip(this.btnDms, "度分秒转小数形式,例:dms(30,35,59)\r\n小数形式转度分秒,例:dms(30.56)");
     this.btnDms.UseVisualStyleBackColor = true;
     //
     // btn_E
     //
     this.btn_E.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn_E.Location = new System.Drawing.Point(51, 124);
     this.btn_E.Name = "btn_E";
     this.btn_E.Size = new System.Drawing.Size(45, 25);
     this.btn_E.TabIndex = 102;
     this.btn_E.Tag = "E";
     this.btn_E.Text = "E";
     this.toolTip1.SetToolTip(this.btn_E, "十六进制E");
     this.btn_E.UseVisualStyleBackColor = true;
     //
     // btnS
     //
     this.btnS.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnS.Location = new System.Drawing.Point(256, 124);
     this.btnS.Name = "btnS";
     this.btnS.Size = new System.Drawing.Size(45, 25);
     this.btnS.TabIndex = 101;
     this.btnS.Tag = "Mod";
     this.btnS.Text = "Mod";
     this.toolTip1.SetToolTip(this.btnS, "取余,例:6Mod4");
     this.btnS.UseVisualStyleBackColor = true;
     //
     // btnAverage
     //
     this.btnAverage.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnAverage.Location = new System.Drawing.Point(204, 124);
     this.btnAverage.Name = "btnAverage";
     this.btnAverage.Size = new System.Drawing.Size(45, 25);
     this.btnAverage.TabIndex = 100;
     this.btnAverage.Tag = "avg";
     this.btnAverage.Text = "avg";
     this.toolTip1.SetToolTip(this.btnAverage, "求平均,例:avg(-8,6,7,5,8)");
     this.btnAverage.UseVisualStyleBackColor = true;
     //
     // btnF
     //
     this.btnF.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnF.Location = new System.Drawing.Point(102, 124);
     this.btnF.Name = "btnF";
     this.btnF.Size = new System.Drawing.Size(45, 25);
     this.btnF.TabIndex = 99;
     this.btnF.Tag = "F";
     this.btnF.Text = "F";
     this.toolTip1.SetToolTip(this.btnF, "十六进制F");
     this.btnF.UseVisualStyleBackColor = true;
     //
     // btnToDegree
     //
     this.btnToDegree.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnToDegree.Location = new System.Drawing.Point(153, 124);
     this.btnToDegree.Name = "btnToDegree";
     this.btnToDegree.Size = new System.Drawing.Size(45, 25);
     this.btnToDegree.TabIndex = 98;
     this.btnToDegree.Tag = "toDegree";
     this.btnToDegree.Text = "toDgr";
     this.toolTip1.SetToolTip(this.btnToDegree, "弧度转角度,例:toDegree(3.14)");
     this.btnToDegree.UseVisualStyleBackColor = true;
     //
     // btnD
     //
     this.btnD.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnD.Location = new System.Drawing.Point(0, 124);
     this.btnD.Name = "btnD";
     this.btnD.Size = new System.Drawing.Size(45, 25);
     this.btnD.TabIndex = 97;
     this.btnD.Tag = "D";
     this.btnD.Text = "D";
     this.toolTip1.SetToolTip(this.btnD, "十六进制D");
     this.btnD.UseVisualStyleBackColor = true;
     //
     // btn0
     //
     this.btn0.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn0.Location = new System.Drawing.Point(0, 153);
     this.btn0.Name = "btn0";
     this.btn0.Size = new System.Drawing.Size(45, 45);
     this.btn0.TabIndex = 51;
     this.btn0.Tag = "0|_0";
     this.btn0.Text = "0";
     this.btn0.UseVisualStyleBackColor = true;
     //
     // btn3
     //
     this.btn3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn3.Location = new System.Drawing.Point(102, 102);
     this.btn3.Name = "btn3";
     this.btn3.Size = new System.Drawing.Size(45, 45);
     this.btn3.TabIndex = 50;
     this.btn3.Tag = "3|_3";
     this.btn3.Text = "3";
     this.btn3.UseVisualStyleBackColor = true;
     //
     // btn2
     //
     this.btn2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn2.Location = new System.Drawing.Point(51, 102);
     this.btn2.Name = "btn2";
     this.btn2.Size = new System.Drawing.Size(45, 45);
     this.btn2.TabIndex = 49;
     this.btn2.Tag = "2|_2";
     this.btn2.Text = "2";
     this.btn2.UseVisualStyleBackColor = true;
     //
     // btn1
     //
     this.btn1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn1.Location = new System.Drawing.Point(0, 102);
     this.btn1.Name = "btn1";
     this.btn1.Size = new System.Drawing.Size(45, 45);
     this.btn1.TabIndex = 48;
     this.btn1.Tag = "1|_1";
     this.btn1.Text = "1";
     this.btn1.UseVisualStyleBackColor = true;
     //
     // btn6
     //
     this.btn6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn6.Location = new System.Drawing.Point(102, 51);
     this.btn6.Name = "btn6";
     this.btn6.Size = new System.Drawing.Size(45, 45);
     this.btn6.TabIndex = 47;
     this.btn6.Tag = "6|_6";
     this.btn6.Text = "6";
     this.btn6.UseVisualStyleBackColor = true;
     //
     // btn5
     //
     this.btn5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn5.Location = new System.Drawing.Point(51, 51);
     this.btn5.Name = "btn5";
     this.btn5.Size = new System.Drawing.Size(45, 45);
     this.btn5.TabIndex = 46;
     this.btn5.Tag = "5|_5";
     this.btn5.Text = "5";
     this.btn5.UseVisualStyleBackColor = true;
     //
     // btn4
     //
     this.btn4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn4.Location = new System.Drawing.Point(0, 51);
     this.btn4.Name = "btn4";
     this.btn4.Size = new System.Drawing.Size(45, 45);
     this.btn4.TabIndex = 45;
     this.btn4.Tag = "4|_4";
     this.btn4.Text = "4";
     this.btn4.UseVisualStyleBackColor = true;
     //
     // btn9
     //
     this.btn9.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn9.Location = new System.Drawing.Point(102, 0);
     this.btn9.Name = "btn9";
     this.btn9.Size = new System.Drawing.Size(45, 45);
     this.btn9.TabIndex = 44;
     this.btn9.Tag = "9|_9";
     this.btn9.Text = "9";
     this.btn9.UseVisualStyleBackColor = true;
     //
     // btn8
     //
     this.btn8.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn8.Location = new System.Drawing.Point(51, 0);
     this.btn8.Name = "btn8";
     this.btn8.Size = new System.Drawing.Size(45, 45);
     this.btn8.TabIndex = 43;
     this.btn8.Tag = "8|_8";
     this.btn8.Text = "8";
     this.btn8.UseVisualStyleBackColor = true;
     //
     // btn7
     //
     this.btn7.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btn7.Location = new System.Drawing.Point(0, 0);
     this.btn7.Name = "btn7";
     this.btn7.Size = new System.Drawing.Size(45, 45);
     this.btn7.TabIndex = 42;
     this.btn7.Tag = "7|_7";
     this.btn7.Text = "7";
     this.btn7.UseVisualStyleBackColor = true;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.帮助ToolStripMenuItem,
     this.科学型ToolStripMenuItem,
     this.科学计数法ToolStripMenuItem,
     this.双括号ToolStripMenuItem,
     this.移动光标ToolStripMenuItem,
     this.功能ToolStripMenuItem,
     this.语音ToolStripMenuItem,
     this.输入ToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(376, 24);
     this.menuStrip1.TabIndex = 13;
     this.menuStrip1.Text = "menuStrip1";
     //
     // 帮助ToolStripMenuItem
     //
     this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.帮助ToolStripMenuItem1,
     this.注册ToolStripMenuItem,
     this.关于ToolStripMenuItem});
     this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
     this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.帮助ToolStripMenuItem.Text = "帮助";
     //
     // 帮助ToolStripMenuItem1
     //
     this.帮助ToolStripMenuItem1.Name = "帮助ToolStripMenuItem1";
     this.帮助ToolStripMenuItem1.Size = new System.Drawing.Size(94, 22);
     this.帮助ToolStripMenuItem1.Text = "帮助";
     this.帮助ToolStripMenuItem1.Click += new System.EventHandler(this.帮助ToolStripMenuItem1_Click);
     //
     // 注册ToolStripMenuItem
     //
     this.注册ToolStripMenuItem.Name = "注册ToolStripMenuItem";
     this.注册ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
     this.注册ToolStripMenuItem.Text = "注册";
     this.注册ToolStripMenuItem.Click += new System.EventHandler(this.注册ToolStripMenuItem_Click);
     //
     // 关于ToolStripMenuItem
     //
     this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
     this.关于ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
     this.关于ToolStripMenuItem.Text = "关于";
     this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
     //
     // 科学型ToolStripMenuItem
     //
     this.科学型ToolStripMenuItem.Name = "科学型ToolStripMenuItem";
     this.科学型ToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     this.科学型ToolStripMenuItem.Text = "科学型";
     this.科学型ToolStripMenuItem.Click += new System.EventHandler(this.科学型ToolStripMenuItem_Click);
     //
     // 科学计数法ToolStripMenuItem
     //
     this.科学计数法ToolStripMenuItem.Name = "科学计数法ToolStripMenuItem";
     this.科学计数法ToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.科学计数法ToolStripMenuItem.Text = "F-E";
     this.科学计数法ToolStripMenuItem.ToolTipText = "将计算结果转换为科学计数法表示";
     this.科学计数法ToolStripMenuItem.Click += new System.EventHandler(this.科学计数法ToolStripMenuItem_Click);
     //
     // 双括号ToolStripMenuItem
     //
     this.双括号ToolStripMenuItem.Name = "双括号ToolStripMenuItem";
     this.双括号ToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.双括号ToolStripMenuItem.Text = "( )";
     this.双括号ToolStripMenuItem.Click += new System.EventHandler(this.双括号ToolStripMenuItem_Click);
     //
     // 移动光标ToolStripMenuItem
     //
     this.移动光标ToolStripMenuItem.Name = "移动光标ToolStripMenuItem";
     this.移动光标ToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.移动光标ToolStripMenuItem.Text = "|←";
     this.移动光标ToolStripMenuItem.Click += new System.EventHandler(this.移动光标ToolStripMenuItem_Click);
     //
     // 功能ToolStripMenuItem
     //
     this.功能ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.复制计算结果ToolStripMenuItem,
     this.获取剪切板内容ToolStripMenuItem,
     this.toolStripSeparator4,
     this.存储计算公式ToolStripMenuItem,
     this.存储函数ToolStripMenuItem,
     this.toolStripSeparator5,
     this.人民币大写ToolStripMenuItem,
     this.人民币阿拉伯数字形式ToolStripMenuItem,
     this.toolStripSeparator10,
     this.单步计算ToolStripMenuItem});
     this.功能ToolStripMenuItem.Name = "功能ToolStripMenuItem";
     this.功能ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.功能ToolStripMenuItem.Text = "功能";
     //
     // 复制计算结果ToolStripMenuItem
     //
     this.复制计算结果ToolStripMenuItem.Name = "复制计算结果ToolStripMenuItem";
     this.复制计算结果ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.复制计算结果ToolStripMenuItem.Text = "复制计算结果";
     this.复制计算结果ToolStripMenuItem.ToolTipText = "复制计算结果到剪切板";
     this.复制计算结果ToolStripMenuItem.Click += new System.EventHandler(this.复制计算结果ToolStripMenuItem_Click);
     //
     // 获取剪切板内容ToolStripMenuItem
     //
     this.获取剪切板内容ToolStripMenuItem.Name = "获取剪切板内容ToolStripMenuItem";
     this.获取剪切板内容ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.获取剪切板内容ToolStripMenuItem.Text = "粘贴剪切板内容";
     this.获取剪切板内容ToolStripMenuItem.ToolTipText = "粘贴剪切板内容到算式输入框";
     this.获取剪切板内容ToolStripMenuItem.Click += new System.EventHandler(this.获取剪切板内容ToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(187, 6);
     //
     // 存储计算公式ToolStripMenuItem
     //
     this.存储计算公式ToolStripMenuItem.Name = "存储计算公式ToolStripMenuItem";
     this.存储计算公式ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.存储计算公式ToolStripMenuItem.Text = "存储算式";
     this.存储计算公式ToolStripMenuItem.ToolTipText = "存储当前算式";
     this.存储计算公式ToolStripMenuItem.Click += new System.EventHandler(this.存储计算公式ToolStripMenuItem_Click);
     //
     // 存储函数ToolStripMenuItem
     //
     this.存储函数ToolStripMenuItem.Name = "存储函数ToolStripMenuItem";
     this.存储函数ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.存储函数ToolStripMenuItem.Text = "自定义函数";
     this.存储函数ToolStripMenuItem.ToolTipText = "打开函数存储与管理对话框";
     this.存储函数ToolStripMenuItem.Click += new System.EventHandler(this.存储函数ToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(187, 6);
     //
     // 人民币大写ToolStripMenuItem
     //
     this.人民币大写ToolStripMenuItem.Name = "人民币大写ToolStripMenuItem";
     this.人民币大写ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.人民币大写ToolStripMenuItem.Text = "人民币大写形式";
     this.人民币大写ToolStripMenuItem.ToolTipText = "将计算结果转换为人民币大写形式";
     this.人民币大写ToolStripMenuItem.Click += new System.EventHandler(this.人民币大写ToolStripMenuItem_Click);
     //
     // 人民币阿拉伯数字形式ToolStripMenuItem
     //
     this.人民币阿拉伯数字形式ToolStripMenuItem.Name = "人民币阿拉伯数字形式ToolStripMenuItem";
     this.人民币阿拉伯数字形式ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.人民币阿拉伯数字形式ToolStripMenuItem.Text = "人民币阿拉伯数字形式";
     this.人民币阿拉伯数字形式ToolStripMenuItem.ToolTipText = "将计算结果转换为人民币阿拉伯数字形式";
     this.人民币阿拉伯数字形式ToolStripMenuItem.Click += new System.EventHandler(this.人民币阿拉伯数字形式ToolStripMenuItem_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(187, 6);
     //
     // 单步计算ToolStripMenuItem
     //
     this.单步计算ToolStripMenuItem.CheckOnClick = true;
     this.单步计算ToolStripMenuItem.Name = "单步计算ToolStripMenuItem";
     this.单步计算ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.单步计算ToolStripMenuItem.Text = "单步计算";
     this.单步计算ToolStripMenuItem.ToolTipText = "单步计算";
     //
     // 语音ToolStripMenuItem
     //
     this.语音ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.语音ToolStripMenuItem1,
     this.自然读音ToolStripMenuItem});
     this.语音ToolStripMenuItem.Name = "语音ToolStripMenuItem";
     this.语音ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.语音ToolStripMenuItem.Text = "语音";
     //
     // 语音ToolStripMenuItem1
     //
     this.语音ToolStripMenuItem1.Name = "语音ToolStripMenuItem1";
     this.语音ToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
     this.语音ToolStripMenuItem1.Text = "发音";
     this.语音ToolStripMenuItem1.Click += new System.EventHandler(this.语音ToolStripMenuItem1_Click);
     //
     // 自然读音ToolStripMenuItem
     //
     this.自然读音ToolStripMenuItem.Name = "自然读音ToolStripMenuItem";
     this.自然读音ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.自然读音ToolStripMenuItem.Text = "自然读音";
     this.自然读音ToolStripMenuItem.ToolTipText = "例:111读作一百一十一";
     this.自然读音ToolStripMenuItem.Click += new System.EventHandler(this.自然读音ToolStripMenuItem_Click);
     //
     // 输入ToolStripMenuItem
     //
     this.输入ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.求和ToolStripMenuItem,
     this.求平均ToolStripMenuItem,
     this.运算符ToolStripMenuItem,
     this.变量ToolStripMenuItem,
     this.算式ToolStripMenuItem,
     this.单位转换ToolStripMenuItem});
     this.输入ToolStripMenuItem.Name = "输入ToolStripMenuItem";
     this.输入ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.输入ToolStripMenuItem.Text = "输入";
     //
     // 求和ToolStripMenuItem
     //
     this.求和ToolStripMenuItem.Name = "求和ToolStripMenuItem";
     this.求和ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.求和ToolStripMenuItem.Text = "求和";
     this.求和ToolStripMenuItem.Click += new System.EventHandler(this.求和ToolStripMenuItem_Click);
     //
     // 求平均ToolStripMenuItem
     //
     this.求平均ToolStripMenuItem.Name = "求平均ToolStripMenuItem";
     this.求平均ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.求平均ToolStripMenuItem.Text = "求平均";
     this.求平均ToolStripMenuItem.Click += new System.EventHandler(this.求平均ToolStripMenuItem_Click);
     //
     // 运算符ToolStripMenuItem
     //
     this.运算符ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.andToolStripMenuItem,
     this.orToolStripMenuItem,
     this.xorToolStripMenuItem,
     this.notToolStripMenuItem,
     this.toolStripSeparator8,
     this.sgnToolStripMenuItem,
     this.intToolStripMenuItem,
     this.absToolStripMenuItem,
     this.toolStripSeparator9,
     this.toolStripMenuItem2,
     this.toolStripMenuItem3,
     this.toolStripSeparator6,
     this.toolStripMenuItem7});
     this.运算符ToolStripMenuItem.Name = "运算符ToolStripMenuItem";
     this.运算符ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.运算符ToolStripMenuItem.Text = "运算符";
     //
     // andToolStripMenuItem
     //
     this.andToolStripMenuItem.Name = "andToolStripMenuItem";
     this.andToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.andToolStripMenuItem.Text = "And";
     this.andToolStripMenuItem.ToolTipText = "按位与";
     this.andToolStripMenuItem.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // orToolStripMenuItem
     //
     this.orToolStripMenuItem.Name = "orToolStripMenuItem";
     this.orToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.orToolStripMenuItem.Text = "Or";
     this.orToolStripMenuItem.ToolTipText = "按位或";
     this.orToolStripMenuItem.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // xorToolStripMenuItem
     //
     this.xorToolStripMenuItem.Name = "xorToolStripMenuItem";
     this.xorToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.xorToolStripMenuItem.Text = "Xor";
     this.xorToolStripMenuItem.ToolTipText = "按位异或";
     this.xorToolStripMenuItem.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // notToolStripMenuItem
     //
     this.notToolStripMenuItem.Name = "notToolStripMenuItem";
     this.notToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.notToolStripMenuItem.Text = "Not";
     this.notToolStripMenuItem.ToolTipText = "按位取反";
     this.notToolStripMenuItem.Click += new System.EventHandler(this.OpeMenuItem_Click2);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(85, 6);
     //
     // sgnToolStripMenuItem
     //
     this.sgnToolStripMenuItem.Name = "sgnToolStripMenuItem";
     this.sgnToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.sgnToolStripMenuItem.Text = "Sgn";
     this.sgnToolStripMenuItem.ToolTipText = "取数值的符号";
     this.sgnToolStripMenuItem.Click += new System.EventHandler(this.OpeMenuItem_Click2);
     //
     // intToolStripMenuItem
     //
     this.intToolStripMenuItem.Name = "intToolStripMenuItem";
     this.intToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.intToolStripMenuItem.Text = "Int";
     this.intToolStripMenuItem.ToolTipText = "取整";
     this.intToolStripMenuItem.Click += new System.EventHandler(this.OpeMenuItem_Click2);
     //
     // absToolStripMenuItem
     //
     this.absToolStripMenuItem.Name = "absToolStripMenuItem";
     this.absToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.absToolStripMenuItem.Text = "Abs";
     this.absToolStripMenuItem.ToolTipText = "取绝对值";
     this.absToolStripMenuItem.Click += new System.EventHandler(this.OpeMenuItem_Click2);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(85, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(88, 22);
     this.toolStripMenuItem2.Text = "<<";
     this.toolStripMenuItem2.ToolTipText = "按左位移";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(88, 22);
     this.toolStripMenuItem3.Text = ">>";
     this.toolStripMenuItem3.ToolTipText = "按右位移";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(85, 6);
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(88, 22);
     this.toolStripMenuItem7.Text = "=";
     this.toolStripMenuItem7.ToolTipText = "等于号,用于给变量赋值";
     this.toolStripMenuItem7.Click += new System.EventHandler(this.OpeMenuItem_Click);
     //
     // 变量ToolStripMenuItem
     //
     this.变量ToolStripMenuItem.Name = "变量ToolStripMenuItem";
     this.变量ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.变量ToolStripMenuItem.Text = "变量";
     this.变量ToolStripMenuItem.ToolTipText = "存储变量:例ax=-5*sqrt(3)\r\n使用变量:例3+2*ax";
     //
     // 算式ToolStripMenuItem
     //
     this.算式ToolStripMenuItem.Name = "算式ToolStripMenuItem";
     this.算式ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.算式ToolStripMenuItem.Text = "算式";
     //
     // 单位转换ToolStripMenuItem
     //
     this.单位转换ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.英里公里ToolStripMenuItem,
     this.海里公里ToolStripMenuItem,
     this.光年公里ToolStripMenuItem,
     this.英寸厘米ToolStripMenuItem,
     this.toolStripSeparator1,
     this.平方公里亩ToolStripMenuItem,
     this.亩平方公里ToolStripMenuItem,
     this.亩平方米ToolStripMenuItem,
     this.toolStripSeparator3,
     this.桶立方米ToolStripMenuItem,
     this.toolStripSeparator2,
     this.千米每小时米每秒ToolStripMenuItem,
     this.米每秒千米每小时ToolStripMenuItem,
     this.马赫米每秒ToolStripMenuItem});
     this.单位转换ToolStripMenuItem.Name = "单位转换ToolStripMenuItem";
     this.单位转换ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.单位转换ToolStripMenuItem.Text = "单位换算";
     //
     // 英里公里ToolStripMenuItem
     //
     this.英里公里ToolStripMenuItem.Name = "英里公里ToolStripMenuItem";
     this.英里公里ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.英里公里ToolStripMenuItem.Text = "英里->公里";
     this.英里公里ToolStripMenuItem.ToolTipText = "例:\r\nconv(英里,公里,1)\r\nconv(英里,公里,1)*5";
     this.英里公里ToolStripMenuItem.Click += new System.EventHandler(this.英里公里ToolStripMenuItem_Click);
     //
     // 海里公里ToolStripMenuItem
     //
     this.海里公里ToolStripMenuItem.Name = "海里公里ToolStripMenuItem";
     this.海里公里ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.海里公里ToolStripMenuItem.Text = "海里->公里";
     this.海里公里ToolStripMenuItem.Click += new System.EventHandler(this.海里公里ToolStripMenuItem_Click);
     //
     // 光年公里ToolStripMenuItem
     //
     this.光年公里ToolStripMenuItem.Name = "光年公里ToolStripMenuItem";
     this.光年公里ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.光年公里ToolStripMenuItem.Text = "光年->公里";
     this.光年公里ToolStripMenuItem.Click += new System.EventHandler(this.光年公里ToolStripMenuItem_Click);
     //
     // 英寸厘米ToolStripMenuItem
     //
     this.英寸厘米ToolStripMenuItem.Name = "英寸厘米ToolStripMenuItem";
     this.英寸厘米ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.英寸厘米ToolStripMenuItem.Text = "英寸->厘米";
     this.英寸厘米ToolStripMenuItem.Click += new System.EventHandler(this.英寸厘米ToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(175, 6);
     //
     // 平方公里亩ToolStripMenuItem
     //
     this.平方公里亩ToolStripMenuItem.Name = "平方公里亩ToolStripMenuItem";
     this.平方公里亩ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.平方公里亩ToolStripMenuItem.Text = "平方公里->亩";
     this.平方公里亩ToolStripMenuItem.Click += new System.EventHandler(this.平方公里亩ToolStripMenuItem_Click);
     //
     // 亩平方公里ToolStripMenuItem
     //
     this.亩平方公里ToolStripMenuItem.Name = "亩平方公里ToolStripMenuItem";
     this.亩平方公里ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.亩平方公里ToolStripMenuItem.Text = "亩->平方公里";
     this.亩平方公里ToolStripMenuItem.Click += new System.EventHandler(this.亩平方公里ToolStripMenuItem_Click);
     //
     // 亩平方米ToolStripMenuItem
     //
     this.亩平方米ToolStripMenuItem.Name = "亩平方米ToolStripMenuItem";
     this.亩平方米ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.亩平方米ToolStripMenuItem.Text = "亩->平方米";
     this.亩平方米ToolStripMenuItem.Click += new System.EventHandler(this.亩平方米ToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(175, 6);
     //
     // 桶立方米ToolStripMenuItem
     //
     this.桶立方米ToolStripMenuItem.Name = "桶立方米ToolStripMenuItem";
     this.桶立方米ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.桶立方米ToolStripMenuItem.Text = "桶->立方米";
     this.桶立方米ToolStripMenuItem.ToolTipText = "桶:原油数量单位";
     this.桶立方米ToolStripMenuItem.Click += new System.EventHandler(this.桶立方米ToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(175, 6);
     //
     // 千米每小时米每秒ToolStripMenuItem
     //
     this.千米每小时米每秒ToolStripMenuItem.Name = "千米每小时米每秒ToolStripMenuItem";
     this.千米每小时米每秒ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.千米每小时米每秒ToolStripMenuItem.Text = "千米每小时->米每秒";
     this.千米每小时米每秒ToolStripMenuItem.Click += new System.EventHandler(this.千米每小时米每秒ToolStripMenuItem_Click);
     //
     // 米每秒千米每小时ToolStripMenuItem
     //
     this.米每秒千米每小时ToolStripMenuItem.Name = "米每秒千米每小时ToolStripMenuItem";
     this.米每秒千米每小时ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.米每秒千米每小时ToolStripMenuItem.Text = "米每秒->千米每小时";
     this.米每秒千米每小时ToolStripMenuItem.Click += new System.EventHandler(this.米每秒千米每小时ToolStripMenuItem_Click);
     //
     // 马赫米每秒ToolStripMenuItem
     //
     this.马赫米每秒ToolStripMenuItem.Name = "马赫米每秒ToolStripMenuItem";
     this.马赫米每秒ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.马赫米每秒ToolStripMenuItem.Text = "马赫->米每秒";
     this.马赫米每秒ToolStripMenuItem.ToolTipText = "马赫:速度单位";
     this.马赫米每秒ToolStripMenuItem.Click += new System.EventHandler(this.马赫米每秒ToolStripMenuItem_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnbtnReciprocal);
     this.panel1.Controls.Add(this.btnANS);
     this.panel1.Controls.Add(this.btnE);
     this.panel1.Controls.Add(this.btnPow);
     this.panel1.Controls.Add(this.btnPI);
     this.panel1.Controls.Add(this.btnPercent);
     this.panel1.Controls.Add(this.btnSqrt);
     this.panel1.Controls.Add(this.btnEqual);
     this.panel1.Controls.Add(this.btnPoint);
     this.panel1.Controls.Add(this.btnC);
     this.panel1.Controls.Add(this.btnBackspace);
     this.panel1.Controls.Add(this.btnDivide);
     this.panel1.Controls.Add(this.btnMultiply);
     this.panel1.Controls.Add(this.btnMinus);
     this.panel1.Controls.Add(this.btnPlus);
     this.panel1.Controls.Add(this.btnPareR);
     this.panel1.Controls.Add(this.btnPareL);
     this.panel1.Controls.Add(this.btn0);
     this.panel1.Controls.Add(this.btn3);
     this.panel1.Controls.Add(this.btn2);
     this.panel1.Controls.Add(this.btn1);
     this.panel1.Controls.Add(this.btn6);
     this.panel1.Controls.Add(this.btn5);
     this.panel1.Controls.Add(this.btn4);
     this.panel1.Controls.Add(this.btn9);
     this.panel1.Controls.Add(this.btn8);
     this.panel1.Controls.Add(this.btn7);
     this.panel1.Controls.Add(this.btnComma);
     this.panel1.Location = new System.Drawing.Point(12, 118);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(352, 199);
     this.panel1.TabIndex = 69;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnDms);
     this.panel2.Controls.Add(this.btn_E);
     this.panel2.Controls.Add(this.btnS);
     this.panel2.Controls.Add(this.btnAverage);
     this.panel2.Controls.Add(this.btnF);
     this.panel2.Controls.Add(this.btnToDegree);
     this.panel2.Controls.Add(this.btnD);
     this.panel2.Controls.Add(this.btn_e_);
     this.panel2.Controls.Add(this.btnBIN);
     this.panel2.Controls.Add(this.btnB);
     this.panel2.Controls.Add(this.btnHEX);
     this.panel2.Controls.Add(this.btnToB);
     this.panel2.Controls.Add(this.btnToH);
     this.panel2.Controls.Add(this.btnMod);
     this.panel2.Controls.Add(this.btnSum);
     this.panel2.Controls.Add(this.bnt_C);
     this.panel2.Controls.Add(this.btnnCr);
     this.panel2.Controls.Add(this.btnnAr);
     this.panel2.Controls.Add(this.btnDu);
     this.panel2.Controls.Add(this.btnExp);
     this.panel2.Controls.Add(this.btnLog);
     this.panel2.Controls.Add(this.btnLn);
     this.panel2.Controls.Add(this.btnToO);
     this.panel2.Controls.Add(this.btnOCT);
     this.panel2.Controls.Add(this.btnA);
     this.panel2.Controls.Add(this.btnTanh);
     this.panel2.Controls.Add(this.btnCosh);
     this.panel2.Controls.Add(this.btnSinh);
     this.panel2.Controls.Add(this.btnAtan);
     this.panel2.Controls.Add(this.btnAcos);
     this.panel2.Controls.Add(this.btnAsin);
     this.panel2.Controls.Add(this.btnTan);
     this.panel2.Controls.Add(this.btnCos);
     this.panel2.Controls.Add(this.btnSin);
     this.panel2.Controls.Add(this.btnFactorial);
     this.panel2.Location = new System.Drawing.Point(12, 363);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(352, 150);
     this.panel2.TabIndex = 70;
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenuStrip = this.NotifyMenu;
     this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text = "计算器";
     this.notifyIcon1.Visible = true;
     this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
     //
     // NotifyMenu
     //
     this.NotifyMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.显示计算器ToolStripMenuItem,
     this.关闭计算器ToolStripMenuItem});
     this.NotifyMenu.Name = "NotifyMenu";
     this.NotifyMenu.Size = new System.Drawing.Size(131, 48);
     //
     // 显示计算器ToolStripMenuItem
     //
     this.显示计算器ToolStripMenuItem.Name = "显示计算器ToolStripMenuItem";
     this.显示计算器ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.显示计算器ToolStripMenuItem.Text = "显示计算器";
     this.显示计算器ToolStripMenuItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.显示计算器ToolStripMenuItem_MouseDown);
     //
     // 关闭计算器ToolStripMenuItem
     //
     this.关闭计算器ToolStripMenuItem.Name = "关闭计算器ToolStripMenuItem";
     this.关闭计算器ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.关闭计算器ToolStripMenuItem.Text = "关闭计算器";
     this.关闭计算器ToolStripMenuItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.关闭计算器ToolStripMenuItem_MouseDown);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(376, 525);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.txtExp);
     this.Controls.Add(this.txtResult);
     this.Controls.Add(this.menuStrip1);
     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 = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "计算器";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.menuRichTextBox.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.NotifyMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fIleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.penToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.penColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.shapeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rectangleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.freeLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.encodingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aSCIIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uTF8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uTF16ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uTF32ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bigEndianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uTF7ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.printShapesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fIleToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.shapeToolStripMenuItem,
     this.encodingToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(292, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fIleToolStripMenuItem
     //
     this.fIleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.openToolStripMenuItem,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.fIleToolStripMenuItem.Name = "fIleToolStripMenuItem";
     this.fIleToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fIleToolStripMenuItem.Text = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
     this.newToolStripMenuItem.Text = "New";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.newMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
     this.openToolStripMenuItem.Text = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
     this.saveToolStripMenuItem.Text = "Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
     this.saveAsToolStripMenuItem.Text = "SaveAs";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.penToolStripMenuItem,
     this.penColorToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // penToolStripMenuItem
     //
     this.penToolStripMenuItem.Name = "penToolStripMenuItem";
     this.penToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
     this.penToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
     this.penToolStripMenuItem.Text = "Pen Width";
     this.penToolStripMenuItem.Click += new System.EventHandler(this.penWidthMenuItem_Click);
     //
     // penColorToolStripMenuItem
     //
     this.penColorToolStripMenuItem.Name = "penColorToolStripMenuItem";
     this.penColorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.penColorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
     this.penColorToolStripMenuItem.Text = "Pen Color";
     this.penColorToolStripMenuItem.Click += new System.EventHandler(this.penColorMenuItem_Click);
     //
     // shapeToolStripMenuItem
     //
     this.shapeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lineToolStripMenuItem,
     this.rectangleToolStripMenuItem,
     this.freeLineToolStripMenuItem,
     this.textToolStripMenuItem});
     this.shapeToolStripMenuItem.Name = "shapeToolStripMenuItem";
     this.shapeToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.shapeToolStripMenuItem.Text = "Shape";
     //
     // lineToolStripMenuItem
     //
     this.lineToolStripMenuItem.Checked = true;
     this.lineToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.lineToolStripMenuItem.Name = "lineToolStripMenuItem";
     this.lineToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.lineToolStripMenuItem.Text = "Line";
     this.lineToolStripMenuItem.Click += new System.EventHandler(this.lineMenuItem_Click);
     //
     // rectangleToolStripMenuItem
     //
     this.rectangleToolStripMenuItem.Name = "rectangleToolStripMenuItem";
     this.rectangleToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.rectangleToolStripMenuItem.Text = "Rectangle";
     this.rectangleToolStripMenuItem.Click += new System.EventHandler(this.rectangleMenuItem_Click);
     //
     // freeLineToolStripMenuItem
     //
     this.freeLineToolStripMenuItem.Name = "freeLineToolStripMenuItem";
     this.freeLineToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.freeLineToolStripMenuItem.Text = "Free Line";
     this.freeLineToolStripMenuItem.Click += new System.EventHandler(this.freeLineMenuItem_Click);
     //
     // textToolStripMenuItem
     //
     this.textToolStripMenuItem.Name = "textToolStripMenuItem";
     this.textToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.textToolStripMenuItem.Text = "Text";
     this.textToolStripMenuItem.Click += new System.EventHandler(this.textMenuItem_Click);
     //
     // encodingToolStripMenuItem
     //
     this.encodingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aSCIIToolStripMenuItem,
     this.uTF8ToolStripMenuItem,
     this.uTF16ToolStripMenuItem,
     this.uTF32ToolStripMenuItem,
     this.bigEndianToolStripMenuItem,
     this.uTF7ToolStripMenuItem});
     this.encodingToolStripMenuItem.Name = "encodingToolStripMenuItem";
     this.encodingToolStripMenuItem.Size = new System.Drawing.Size(69, 20);
     this.encodingToolStripMenuItem.Text = "Encoding";
     //
     // aSCIIToolStripMenuItem
     //
     this.aSCIIToolStripMenuItem.Checked = true;
     this.aSCIIToolStripMenuItem.CheckOnClick = true;
     this.aSCIIToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.aSCIIToolStripMenuItem.Name = "aSCIIToolStripMenuItem";
     this.aSCIIToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.aSCIIToolStripMenuItem.Text = "ASCII";
     this.aSCIIToolStripMenuItem.Click += new System.EventHandler(this.aSCIIToolStripMenuItem_Click);
     //
     // uTF8ToolStripMenuItem
     //
     this.uTF8ToolStripMenuItem.CheckOnClick = true;
     this.uTF8ToolStripMenuItem.Name = "uTF8ToolStripMenuItem";
     this.uTF8ToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.uTF8ToolStripMenuItem.Text = "UTF8";
     this.uTF8ToolStripMenuItem.Click += new System.EventHandler(this.uTF8ToolStripMenuItem_Click);
     //
     // uTF16ToolStripMenuItem
     //
     this.uTF16ToolStripMenuItem.Name = "uTF16ToolStripMenuItem";
     this.uTF16ToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.uTF16ToolStripMenuItem.Text = "UTF16";
     this.uTF16ToolStripMenuItem.Click += new System.EventHandler(this.uTF16ToolStripMenuItem_Click);
     //
     // uTF32ToolStripMenuItem
     //
     this.uTF32ToolStripMenuItem.Name = "uTF32ToolStripMenuItem";
     this.uTF32ToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.uTF32ToolStripMenuItem.Text = "UTF32";
     this.uTF32ToolStripMenuItem.Click += new System.EventHandler(this.uTF32ToolStripMenuItem_Click);
     //
     // bigEndianToolStripMenuItem
     //
     this.bigEndianToolStripMenuItem.Name = "bigEndianToolStripMenuItem";
     this.bigEndianToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.bigEndianToolStripMenuItem.Text = "UTF16_BigEndian";
     this.bigEndianToolStripMenuItem.Click += new System.EventHandler(this.bigEndianToolStripMenuItem_Click);
     //
     // uTF7ToolStripMenuItem
     //
     this.uTF7ToolStripMenuItem.Name = "uTF7ToolStripMenuItem";
     this.uTF7ToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.uTF7ToolStripMenuItem.Text = "UTF7";
     this.uTF7ToolStripMenuItem.Click += new System.EventHandler(this.uTF7ToolStripMenuItem_Click);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.printShapesToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(140, 26);
     //
     // printShapesToolStripMenuItem
     //
     this.printShapesToolStripMenuItem.Name = "printShapesToolStripMenuItem";
     this.printShapesToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
     this.printShapesToolStripMenuItem.Text = "Print Shapes";
     this.printShapesToolStripMenuItem.Click += new System.EventHandler(this.printShapesMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 273);
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Form1";
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form1_KeyPress);
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove);
     this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseUp);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #29
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.menuStrip1             = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1             = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonNewTask = new System.Windows.Forms.ToolStripButton();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.synchronizeActiveAcccountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.synchromizeAllAccountsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.reinitializeActiveAccountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1          = new System.Windows.Forms.ToolStripSeparator();
     this.optionsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.onlineHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(667, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonNewTask
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(667, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButtonNewTask
     //
     this.toolStripButtonNewTask.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonNewTask.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNewTask.Image")));
     this.toolStripButtonNewTask.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonNewTask.Name = "toolStripButtonNewTask";
     this.toolStripButtonNewTask.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonNewTask.Text = "New Task";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.synchronizeActiveAcccountToolStripMenuItem,
         this.synchromizeAllAccountsToolStripMenuItem,
         this.reinitializeActiveAccountToolStripMenuItem,
         this.toolStripMenuItem1,
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // synchronizeActiveAcccountToolStripMenuItem
     //
     this.synchronizeActiveAcccountToolStripMenuItem.Name = "synchronizeActiveAcccountToolStripMenuItem";
     this.synchronizeActiveAcccountToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
     this.synchronizeActiveAcccountToolStripMenuItem.Text = "Synchronize Active Acccount";
     //
     // synchromizeAllAccountsToolStripMenuItem
     //
     this.synchromizeAllAccountsToolStripMenuItem.Name = "synchromizeAllAccountsToolStripMenuItem";
     this.synchromizeAllAccountsToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
     this.synchromizeAllAccountsToolStripMenuItem.Text = "Synchromize All Accounts";
     //
     // reinitializeActiveAccountToolStripMenuItem
     //
     this.reinitializeActiveAccountToolStripMenuItem.Name = "reinitializeActiveAccountToolStripMenuItem";
     this.reinitializeActiveAccountToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
     this.reinitializeActiveAccountToolStripMenuItem.Text = "Reinitialize Active Account";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(225, 6);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
     this.optionsToolStripMenuItem.Text = "Options...";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.onlineHelpToolStripMenuItem,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // onlineHelpToolStripMenuItem
     //
     this.onlineHelpToolStripMenuItem.Name = "onlineHelpToolStripMenuItem";
     this.onlineHelpToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.onlineHelpToolStripMenuItem.Text = "Online Help...";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.aboutToolStripMenuItem.Text = "&About";
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(667, 480);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "FormMain";
     this.Text          = "Marble Tasks - A Google Task Client";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #30
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.menuStrip1                  = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.openPuzzleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.board    = new System.Windows.Forms.DataGridView();
     this.Column1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.board)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(619, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openPuzzleToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // openPuzzleToolStripMenuItem
     //
     this.openPuzzleToolStripMenuItem.Name   = "openPuzzleToolStripMenuItem";
     this.openPuzzleToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.openPuzzleToolStripMenuItem.Text   = "Open Puzzle";
     this.openPuzzleToolStripMenuItem.Click += new System.EventHandler(this.OpenPuzzleToolStripMenuItemClick);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text   = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // board
     //
     this.board.AllowUserToAddRows          = false;
     this.board.AllowUserToDeleteRows       = false;
     this.board.AllowUserToResizeColumns    = false;
     this.board.AllowUserToResizeRows       = false;
     this.board.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.board.ColumnHeadersVisible        = false;
     this.board.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12,
         this.Column13,
         this.Column14,
         this.Column15,
         this.Column16,
         this.Column17,
         this.Column18,
         this.Column19,
         this.Column20,
         this.Column21
     });
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.Padding            = new System.Windows.Forms.Padding(1);
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.board.DefaultCellStyle               = dataGridViewCellStyle1;
     this.board.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.board.Location          = new System.Drawing.Point(0, 24);
     this.board.Name              = "board";
     this.board.RowHeadersVisible = false;
     this.board.ScrollBars        = System.Windows.Forms.ScrollBars.None;
     this.board.Size              = new System.Drawing.Size(619, 507);
     this.board.TabIndex          = 1;
     this.board.CellPainting     += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.BoardCellPainting);
     this.board.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.BoardCellValueChanged);
     //
     // Column1
     //
     this.Column1.HeaderText = "Column1";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     //
     // Column2
     //
     this.Column2.HeaderText = "Column2";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     //
     // Column3
     //
     this.Column3.HeaderText = "Column3";
     this.Column3.Name       = "Column3";
     this.Column3.ReadOnly   = true;
     //
     // Column4
     //
     this.Column4.HeaderText = "Column4";
     this.Column4.Name       = "Column4";
     this.Column4.ReadOnly   = true;
     //
     // Column5
     //
     this.Column5.HeaderText = "Column5";
     this.Column5.Name       = "Column5";
     this.Column5.ReadOnly   = true;
     //
     // Column6
     //
     this.Column6.HeaderText = "Column6";
     this.Column6.Name       = "Column6";
     this.Column6.ReadOnly   = true;
     //
     // Column7
     //
     this.Column7.HeaderText = "Column7";
     this.Column7.Name       = "Column7";
     this.Column7.ReadOnly   = true;
     //
     // Column8
     //
     this.Column8.HeaderText = "Column8";
     this.Column8.Name       = "Column8";
     this.Column8.ReadOnly   = true;
     //
     // Column9
     //
     this.Column9.HeaderText = "Column9";
     this.Column9.Name       = "Column9";
     this.Column9.ReadOnly   = true;
     //
     // Column10
     //
     this.Column10.HeaderText = "Column10";
     this.Column10.Name       = "Column10";
     this.Column10.ReadOnly   = true;
     //
     // Column11
     //
     this.Column11.HeaderText = "Column11";
     this.Column11.Name       = "Column11";
     this.Column11.ReadOnly   = true;
     //
     // Column12
     //
     this.Column12.HeaderText = "Column12";
     this.Column12.Name       = "Column12";
     this.Column12.ReadOnly   = true;
     //
     // Column13
     //
     this.Column13.HeaderText = "Column13";
     this.Column13.Name       = "Column13";
     this.Column13.ReadOnly   = true;
     //
     // Column14
     //
     this.Column14.HeaderText = "Column14";
     this.Column14.Name       = "Column14";
     this.Column14.ReadOnly   = true;
     //
     // Column15
     //
     this.Column15.HeaderText = "Column15";
     this.Column15.Name       = "Column15";
     this.Column15.ReadOnly   = true;
     //
     // Column16
     //
     this.Column16.HeaderText = "Column16";
     this.Column16.Name       = "Column16";
     this.Column16.ReadOnly   = true;
     //
     // Column17
     //
     this.Column17.HeaderText = "Column17";
     this.Column17.Name       = "Column17";
     this.Column17.ReadOnly   = true;
     //
     // Column18
     //
     this.Column18.HeaderText = "Column18";
     this.Column18.Name       = "Column18";
     this.Column18.ReadOnly   = true;
     //
     // Column19
     //
     this.Column19.HeaderText = "Column19";
     this.Column19.Name       = "Column19";
     this.Column19.ReadOnly   = true;
     //
     // Column20
     //
     this.Column20.HeaderText = "Column20";
     this.Column20.Name       = "Column20";
     this.Column20.ReadOnly   = true;
     //
     // Column21
     //
     this.Column21.HeaderText = "Column21";
     this.Column21.Name       = "Column21";
     this.Column21.ReadOnly   = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(619, 531);
     this.Controls.Add(this.board);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip    = this.menuStrip1;
     this.MaximizeBox      = false;
     this.Name             = "MainForm";
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Crossword Puzzle";
     this.Load            += new System.EventHandler(this.MainFormLoad);
     this.LocationChanged += new System.EventHandler(this.MainFormLocationChanged);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.board)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #31
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.文件ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiNew               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiOpen              = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSave              = new System.Windows.Forms.ToolStripMenuItem();
     this.另存为AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.退出XToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.编辑EToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiUndo              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiCut               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCopy              = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPaste             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDelete            = new System.Windows.Forms.ToolStripMenuItem();
     this.格式FToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiWordWrap          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiFont              = new System.Windows.Forms.ToolStripMenuItem();
     this.查看VToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiStatusBar         = new System.Windows.Forms.ToolStripMenuItem();
     this.帮助HToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.plBorder              = new System.Windows.Forms.Panel();
     this.txtContent            = new System.Windows.Forms.TextBox();
     this.sspStatus             = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslMessage           = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1.SuspendLayout();
     this.sspStatus.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.SystemColors.Window;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.文件ToolStripMenuItem,
         this.编辑EToolStripMenuItem,
         this.格式FToolStripMenuItem,
         this.查看VToolStripMenuItem,
         this.帮助HToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(431, 25);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // 文件ToolStripMenuItem
     //
     this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiNew,
         this.tsmiOpen,
         this.tsmiSave,
         this.另存为AToolStripMenuItem,
         this.toolStripSeparator1,
         this.toolStripSeparator2,
         this.退出XToolStripMenuItem
     });
     this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
     this.文件ToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
     this.文件ToolStripMenuItem.Text = "文件(&F)";
     //
     // tsmiNew
     //
     this.tsmiNew.Name         = "tsmiNew";
     this.tsmiNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.tsmiNew.Size         = new System.Drawing.Size(174, 22);
     this.tsmiNew.Text         = "新建(&N)";
     //
     // tsmiOpen
     //
     this.tsmiOpen.Name         = "tsmiOpen";
     this.tsmiOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.tsmiOpen.Size         = new System.Drawing.Size(174, 22);
     this.tsmiOpen.Text         = "打开(&O)...";
     //
     // tsmiSave
     //
     this.tsmiSave.Name         = "tsmiSave";
     this.tsmiSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.tsmiSave.Size         = new System.Drawing.Size(174, 22);
     this.tsmiSave.Text         = "保存(&S)";
     //
     // 另存为AToolStripMenuItem
     //
     this.另存为AToolStripMenuItem.Name = "另存为AToolStripMenuItem";
     this.另存为AToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
     this.另存为AToolStripMenuItem.Text = "另存为(&A)...";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(171, 6);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(171, 6);
     //
     // 退出XToolStripMenuItem
     //
     this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem";
     this.退出XToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
     this.退出XToolStripMenuItem.Text = "退出(&X)";
     //
     // 编辑EToolStripMenuItem
     //
     this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiUndo,
         this.toolStripSeparator3,
         this.tsmiCut,
         this.tsmiCopy,
         this.tsmiPaste,
         this.tsmiDelete
     });
     this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem";
     this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
     this.编辑EToolStripMenuItem.Text = "编辑(&E)";
     //
     // tsmiUndo
     //
     this.tsmiUndo.Name         = "tsmiUndo";
     this.tsmiUndo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.tsmiUndo.Size         = new System.Drawing.Size(161, 22);
     this.tsmiUndo.Text         = "撤销(&U)";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(158, 6);
     //
     // tsmiCut
     //
     this.tsmiCut.Name         = "tsmiCut";
     this.tsmiCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
     this.tsmiCut.Size         = new System.Drawing.Size(161, 22);
     this.tsmiCut.Text         = "剪切(&T)";
     //
     // tsmiCopy
     //
     this.tsmiCopy.Name         = "tsmiCopy";
     this.tsmiCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.tsmiCopy.Size         = new System.Drawing.Size(161, 22);
     this.tsmiCopy.Text         = "复制(&C)";
     //
     // tsmiPaste
     //
     this.tsmiPaste.Name         = "tsmiPaste";
     this.tsmiPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.tsmiPaste.Size         = new System.Drawing.Size(161, 22);
     this.tsmiPaste.Text         = "粘贴(&P)";
     //
     // tsmiDelete
     //
     this.tsmiDelete.Name         = "tsmiDelete";
     this.tsmiDelete.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
     this.tsmiDelete.Size         = new System.Drawing.Size(161, 22);
     this.tsmiDelete.Text         = "删除(&L)";
     //
     // 格式FToolStripMenuItem
     //
     this.格式FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiWordWrap,
         this.tsmiFont
     });
     this.格式FToolStripMenuItem.Name = "格式FToolStripMenuItem";
     this.格式FToolStripMenuItem.Size = new System.Drawing.Size(62, 21);
     this.格式FToolStripMenuItem.Text = "格式(&O)";
     //
     // tsmiWordWrap
     //
     this.tsmiWordWrap.Name = "tsmiWordWrap";
     this.tsmiWordWrap.Size = new System.Drawing.Size(144, 22);
     this.tsmiWordWrap.Text = "自动换行(&W)";
     //
     // tsmiFont
     //
     this.tsmiFont.Name = "tsmiFont";
     this.tsmiFont.Size = new System.Drawing.Size(144, 22);
     this.tsmiFont.Text = "字体(&F)...";
     //
     // 查看VToolStripMenuItem
     //
     this.查看VToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiStatusBar
     });
     this.查看VToolStripMenuItem.Name = "查看VToolStripMenuItem";
     this.查看VToolStripMenuItem.Size = new System.Drawing.Size(60, 21);
     this.查看VToolStripMenuItem.Text = "查看(&V)";
     //
     // tsmiStatusBar
     //
     this.tsmiStatusBar.Name = "tsmiStatusBar";
     this.tsmiStatusBar.Size = new System.Drawing.Size(127, 22);
     this.tsmiStatusBar.Text = "状态栏(&S)";
     //
     // 帮助HToolStripMenuItem
     //
     this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
     this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
     this.帮助HToolStripMenuItem.Text = "帮助(&H)";
     //
     // plBorder
     //
     this.plBorder.Dock     = System.Windows.Forms.DockStyle.Top;
     this.plBorder.Location = new System.Drawing.Point(0, 25);
     this.plBorder.Name     = "plBorder";
     this.plBorder.Size     = new System.Drawing.Size(431, 2);
     this.plBorder.TabIndex = 2;
     //
     // txtContent
     //
     this.txtContent.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtContent.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.txtContent.Font        = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtContent.Location    = new System.Drawing.Point(0, 27);
     this.txtContent.Multiline   = true;
     this.txtContent.Name        = "txtContent";
     this.txtContent.ScrollBars  = System.Windows.Forms.ScrollBars.Both;
     this.txtContent.Size        = new System.Drawing.Size(431, 339);
     this.txtContent.TabIndex    = 3;
     //
     // sspStatus
     //
     this.sspStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.tsslMessage
     });
     this.sspStatus.Location = new System.Drawing.Point(0, 344);
     this.sspStatus.Name     = "sspStatus";
     this.sspStatus.Size     = new System.Drawing.Size(431, 22);
     this.sspStatus.TabIndex = 4;
     this.sspStatus.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name   = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size   = new System.Drawing.Size(412, 17);
     this.toolStripStatusLabel1.Spring = true;
     //
     // tsslMessage
     //
     this.tsslMessage.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.tsslMessage.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
     this.tsslMessage.Name        = "tsslMessage";
     this.tsslMessage.Size        = new System.Drawing.Size(4, 17);
     //
     // NotePad
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(431, 366);
     this.Controls.Add(this.sspStatus);
     this.Controls.Add(this.txtContent);
     this.Controls.Add(this.plBorder);
     this.Controls.Add(this.menuStrip1);
     this.Name = "NotePad";
     this.Text = "WinForm.Extras Tests";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.sspStatus.ResumeLayout(false);
     this.sspStatus.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     menuStrip1                               = new System.Windows.Forms.MenuStrip();
     fileToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     openToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     closeToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1                      = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     editToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     memoryToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     mapsAndPackageToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     generatePluginsToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator6                      = new System.Windows.Forms.ToolStripSeparator();
     patchesToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     createPatchToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     applyPatchToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     pokePatchToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     xDKToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     screenshotToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator4                      = new System.Windows.Forms.ToolStripSeparator();
     preBetaToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     loadMapToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     swordslayerToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     settlementToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     boneyardToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     ff10prototypeToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3                      = new System.Windows.Forms.ToolStripSeparator();
     publicBetaToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     loadBetaMapToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     swordslayerToolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     settlementToolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     boneyardToolStripMenuItem1               = new System.Windows.Forms.ToolStripMenuItem();
     ff10prototypeToolStripMenuItem1          = new System.Windows.Forms.ToolStripMenuItem();
     printCamDebugInfoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator5                      = new System.Windows.Forms.ToolStripSeparator();
     finalToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     slidersToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     sceneryToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     vehiclesToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     hudToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator8                      = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator7                      = new System.Windows.Forms.ToolStripSeparator();
     gamertagToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     toolStripTextBoxGamertagPoke             = new System.Windows.Forms.ToolStripTextBox();
     pokeToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     openTrayToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     closeTrayToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     consoleIDToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator2                      = new System.Windows.Forms.ToolStripSeparator();
     settingsToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     viewToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     tagComparerToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     finderToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     tagListMergerToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     advancedXeXPokerToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     playerInformationToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     anniversaryMemoryOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     windowToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     tileVerticallyToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     tileHorizontallyToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     cascadeToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     helpToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     buildLogsToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     aboutToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip1.SuspendLayout();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem,
         editToolStripMenuItem,
         viewToolStripMenuItem,
         windowToolStripMenuItem,
         helpToolStripMenuItem
     });
     menuStrip1.Location          = new System.Drawing.Point(0, 0);
     menuStrip1.MdiWindowListItem = windowToolStripMenuItem;
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(831, 24);
     menuStrip1.TabIndex = 1;
     menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         openToolStripMenuItem,
         closeToolStripMenuItem,
         toolStripSeparator1,
         exitToolStripMenuItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "File";
     //
     // openToolStripMenuItem
     //
     openToolStripMenuItem.Name         = "openToolStripMenuItem";
     openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     openToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     openToolStripMenuItem.Text         = "Open";
     openToolStripMenuItem.Click       += new System.EventHandler(openToolStripMenuItem_Click);
     //
     // closeToolStripMenuItem
     //
     closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
     closeToolStripMenuItem.Size   = new System.Drawing.Size(146, 22);
     closeToolStripMenuItem.Text   = "Close";
     closeToolStripMenuItem.Click += new System.EventHandler(closeToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name         = "exitToolStripMenuItem";
     exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     exitToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     exitToolStripMenuItem.Text         = "Exit";
     exitToolStripMenuItem.Click       += new System.EventHandler(exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         memoryToolStripMenuItem,
         mapsAndPackageToolStripMenuItem,
         xDKToolStripMenuItem,
         toolStripSeparator2,
         settingsToolStripMenuItem
     });
     editToolStripMenuItem.Name = "editToolStripMenuItem";
     editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     editToolStripMenuItem.Text = "Edit";
     //
     // memoryToolStripMenuItem
     //
     memoryToolStripMenuItem.Name    = "memoryToolStripMenuItem";
     memoryToolStripMenuItem.Size    = new System.Drawing.Size(173, 22);
     memoryToolStripMenuItem.Text    = "Memory Writer";
     memoryToolStripMenuItem.Visible = false;
     memoryToolStripMenuItem.Click  += new System.EventHandler(memoryToolStripMenuItem_Click);
     //
     // mapsAndPackageToolStripMenuItem
     //
     mapsAndPackageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         generatePluginsToolStripMenuItem,
         toolStripSeparator6,
         patchesToolStripMenuItem
     });
     mapsAndPackageToolStripMenuItem.Name = "mapsAndPackageToolStripMenuItem";
     mapsAndPackageToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     mapsAndPackageToolStripMenuItem.Text = "Maps and Package";
     //
     // generatePluginsToolStripMenuItem
     //
     generatePluginsToolStripMenuItem.Name   = "generatePluginsToolStripMenuItem";
     generatePluginsToolStripMenuItem.Size   = new System.Drawing.Size(163, 22);
     generatePluginsToolStripMenuItem.Text   = "Generate Plugins";
     generatePluginsToolStripMenuItem.Click += new System.EventHandler(generatePluginsToolStripMenuItem_Click);
     //
     // toolStripSeparator6
     //
     toolStripSeparator6.Name = "toolStripSeparator6";
     toolStripSeparator6.Size = new System.Drawing.Size(160, 6);
     //
     // patchesToolStripMenuItem
     //
     patchesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         createPatchToolStripMenuItem,
         applyPatchToolStripMenuItem,
         pokePatchToolStripMenuItem
     });
     patchesToolStripMenuItem.Name = "patchesToolStripMenuItem";
     patchesToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
     patchesToolStripMenuItem.Text = "Patches";
     //
     // createPatchToolStripMenuItem
     //
     createPatchToolStripMenuItem.Name   = "createPatchToolStripMenuItem";
     createPatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     createPatchToolStripMenuItem.Text   = "Create Patch";
     createPatchToolStripMenuItem.Click += new System.EventHandler(createPatchToolStripMenuItem_Click);
     //
     // applyPatchToolStripMenuItem
     //
     applyPatchToolStripMenuItem.Name   = "applyPatchToolStripMenuItem";
     applyPatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     applyPatchToolStripMenuItem.Text   = "Apply Patch";
     applyPatchToolStripMenuItem.Click += new System.EventHandler(applyPatchToolStripMenuItem_Click);
     //
     // pokePatchToolStripMenuItem
     //
     pokePatchToolStripMenuItem.Name   = "pokePatchToolStripMenuItem";
     pokePatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     pokePatchToolStripMenuItem.Text   = "Poke Patch";
     pokePatchToolStripMenuItem.Click += new System.EventHandler(pokePatchToolStripMenuItem_Click);
     //
     // xDKToolStripMenuItem
     //
     xDKToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         screenshotToolStripMenuItem,
         toolStripSeparator4,
         preBetaToolStripMenuItem,
         toolStripSeparator3,
         publicBetaToolStripMenuItem,
         toolStripSeparator5,
         finalToolStripMenuItem,
         toolStripSeparator7,
         gamertagToolStripMenuItem,
         openTrayToolStripMenuItem,
         closeTrayToolStripMenuItem,
         consoleIDToolStripMenuItem
     });
     xDKToolStripMenuItem.Name = "xDKToolStripMenuItem";
     xDKToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     xDKToolStripMenuItem.Text = "Xbox Poking";
     //
     // screenshotToolStripMenuItem
     //
     screenshotToolStripMenuItem.Name         = "screenshotToolStripMenuItem";
     screenshotToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     screenshotToolStripMenuItem.Size         = new System.Drawing.Size(151, 22);
     screenshotToolStripMenuItem.Text         = "Screenshot";
     screenshotToolStripMenuItem.Click       += new System.EventHandler(screenshotToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(148, 6);
     //
     // preBetaToolStripMenuItem
     //
     preBetaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadMapToolStripMenuItem
     });
     preBetaToolStripMenuItem.Name = "preBetaToolStripMenuItem";
     preBetaToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     preBetaToolStripMenuItem.Text = "Pre-Beta";
     //
     // loadMapToolStripMenuItem
     //
     loadMapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         swordslayerToolStripMenuItem,
         settlementToolStripMenuItem,
         boneyardToolStripMenuItem,
         ff10prototypeToolStripMenuItem
     });
     loadMapToolStripMenuItem.Name = "loadMapToolStripMenuItem";
     loadMapToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     loadMapToolStripMenuItem.Text = "Load Map";
     //
     // swordslayerToolStripMenuItem
     //
     swordslayerToolStripMenuItem.Name         = "swordslayerToolStripMenuItem";
     swordslayerToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
     swordslayerToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     swordslayerToolStripMenuItem.Text         = "20_sword_slayer";
     swordslayerToolStripMenuItem.Click       += new System.EventHandler(swordslayerToolStripMenuItem_Click);
     //
     // settlementToolStripMenuItem
     //
     settlementToolStripMenuItem.Name         = "settlementToolStripMenuItem";
     settlementToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
     settlementToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     settlementToolStripMenuItem.Text         = "30_settlement";
     settlementToolStripMenuItem.Click       += new System.EventHandler(settlementToolStripMenuItem_Click);
     //
     // boneyardToolStripMenuItem
     //
     boneyardToolStripMenuItem.Name         = "boneyardToolStripMenuItem";
     boneyardToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
     boneyardToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     boneyardToolStripMenuItem.Text         = "70_boneyard";
     boneyardToolStripMenuItem.Click       += new System.EventHandler(boneyardToolStripMenuItem_Click);
     //
     // ff10prototypeToolStripMenuItem
     //
     ff10prototypeToolStripMenuItem.Name         = "ff10prototypeToolStripMenuItem";
     ff10prototypeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4)));
     ff10prototypeToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     ff10prototypeToolStripMenuItem.Text         = "ff10_prototype";
     ff10prototypeToolStripMenuItem.Click       += new System.EventHandler(ff10prototypeToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(148, 6);
     //
     // publicBetaToolStripMenuItem
     //
     publicBetaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadBetaMapToolStripMenuItem,
         printCamDebugInfoToolStripMenuItem
     });
     publicBetaToolStripMenuItem.Name = "publicBetaToolStripMenuItem";
     publicBetaToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     publicBetaToolStripMenuItem.Text = "Public Beta";
     //
     // loadBetaMapToolStripMenuItem
     //
     loadBetaMapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         swordslayerToolStripMenuItem1,
         settlementToolStripMenuItem1,
         boneyardToolStripMenuItem1,
         ff10prototypeToolStripMenuItem1
     });
     loadBetaMapToolStripMenuItem.Name = "loadBetaMapToolStripMenuItem";
     loadBetaMapToolStripMenuItem.Size = new System.Drawing.Size(263, 22);
     loadBetaMapToolStripMenuItem.Text = "Load Map";
     //
     // swordslayerToolStripMenuItem1
     //
     swordslayerToolStripMenuItem1.Name         = "swordslayerToolStripMenuItem1";
     swordslayerToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                | System.Windows.Forms.Keys.D1)));
     swordslayerToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     swordslayerToolStripMenuItem1.Text   = "20_sword_slayer";
     swordslayerToolStripMenuItem1.Click += new System.EventHandler(swordslayerToolStripMenuItem1_Click);
     //
     // settlementToolStripMenuItem1
     //
     settlementToolStripMenuItem1.Name         = "settlementToolStripMenuItem1";
     settlementToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                               | System.Windows.Forms.Keys.D2)));
     settlementToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     settlementToolStripMenuItem1.Text   = "30_settlement";
     settlementToolStripMenuItem1.Click += new System.EventHandler(settlementToolStripMenuItem1_Click);
     //
     // boneyardToolStripMenuItem1
     //
     boneyardToolStripMenuItem1.Name         = "boneyardToolStripMenuItem1";
     boneyardToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                             | System.Windows.Forms.Keys.D3)));
     boneyardToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     boneyardToolStripMenuItem1.Text   = "70_boneyard";
     boneyardToolStripMenuItem1.Click += new System.EventHandler(boneyardToolStripMenuItem1_Click);
     //
     // ff10prototypeToolStripMenuItem1
     //
     ff10prototypeToolStripMenuItem1.Name         = "ff10prototypeToolStripMenuItem1";
     ff10prototypeToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                  | System.Windows.Forms.Keys.D4)));
     ff10prototypeToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     ff10prototypeToolStripMenuItem1.Text   = "ff10_prototype";
     ff10prototypeToolStripMenuItem1.Click += new System.EventHandler(ff10prototypeToolStripMenuItem1_Click);
     //
     // printCamDebugInfoToolStripMenuItem
     //
     printCamDebugInfoToolStripMenuItem.Name         = "printCamDebugInfoToolStripMenuItem";
     printCamDebugInfoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                     | System.Windows.Forms.Keys.C)));
     printCamDebugInfoToolStripMenuItem.Size   = new System.Drawing.Size(263, 22);
     printCamDebugInfoToolStripMenuItem.Text   = "Print Cam Debug Info";
     printCamDebugInfoToolStripMenuItem.Click += new System.EventHandler(printCamDebugInfoToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     toolStripSeparator5.Name = "toolStripSeparator5";
     toolStripSeparator5.Size = new System.Drawing.Size(148, 6);
     //
     // finalToolStripMenuItem
     //
     finalToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         slidersToolStripMenuItem,
         toolStripSeparator8
     });
     finalToolStripMenuItem.Name = "finalToolStripMenuItem";
     finalToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     finalToolStripMenuItem.Text = "Final";
     //
     // slidersToolStripMenuItem
     //
     slidersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         sceneryToolStripMenuItem,
         vehiclesToolStripMenuItem,
         hudToolStripMenuItem
     });
     slidersToolStripMenuItem.Name = "slidersToolStripMenuItem";
     slidersToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
     slidersToolStripMenuItem.Text = "Sliders";
     //
     // sceneryToolStripMenuItem
     //
     sceneryToolStripMenuItem.Name   = "sceneryToolStripMenuItem";
     sceneryToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     sceneryToolStripMenuItem.Text   = "Scenery";
     sceneryToolStripMenuItem.Click += new System.EventHandler(sceneryToolStripMenuItem_Click);
     //
     // vehiclesToolStripMenuItem
     //
     vehiclesToolStripMenuItem.Name   = "vehiclesToolStripMenuItem";
     vehiclesToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     vehiclesToolStripMenuItem.Text   = "Vehicles";
     vehiclesToolStripMenuItem.Click += new System.EventHandler(vehiclesToolStripMenuItem_Click);
     //
     // hudToolStripMenuItem
     //
     hudToolStripMenuItem.Name   = "hudToolStripMenuItem";
     hudToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     hudToolStripMenuItem.Text   = "Hud";
     hudToolStripMenuItem.Click += new System.EventHandler(hudToolStripMenuItem_Click);
     //
     // toolStripSeparator8
     //
     toolStripSeparator8.Name = "toolStripSeparator8";
     toolStripSeparator8.Size = new System.Drawing.Size(105, 6);
     //
     // toolStripSeparator7
     //
     toolStripSeparator7.Name    = "toolStripSeparator7";
     toolStripSeparator7.Size    = new System.Drawing.Size(148, 6);
     toolStripSeparator7.Visible = false;
     //
     // gamertagToolStripMenuItem
     //
     gamertagToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripTextBoxGamertagPoke,
         pokeToolStripMenuItem
     });
     gamertagToolStripMenuItem.Name    = "gamertagToolStripMenuItem";
     gamertagToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     gamertagToolStripMenuItem.Text    = "Gamertag";
     gamertagToolStripMenuItem.Visible = false;
     //
     // toolStripTextBoxGamertagPoke
     //
     toolStripTextBoxGamertagPoke.BackColor   = System.Drawing.SystemColors.ScrollBar;
     toolStripTextBoxGamertagPoke.Name        = "toolStripTextBoxGamertagPoke";
     toolStripTextBoxGamertagPoke.RightToLeft = System.Windows.Forms.RightToLeft.No;
     toolStripTextBoxGamertagPoke.Size        = new System.Drawing.Size(100, 23);
     //
     // pokeToolStripMenuItem
     //
     pokeToolStripMenuItem.Name   = "pokeToolStripMenuItem";
     pokeToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     pokeToolStripMenuItem.Text   = "Poke";
     pokeToolStripMenuItem.Click += new System.EventHandler(pokeToolStripMenuItem_Click);
     //
     // openTrayToolStripMenuItem
     //
     openTrayToolStripMenuItem.Name    = "openTrayToolStripMenuItem";
     openTrayToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     openTrayToolStripMenuItem.Text    = "Open Tray";
     openTrayToolStripMenuItem.Visible = false;
     openTrayToolStripMenuItem.Click  += new System.EventHandler(openTrayToolStripMenuItem_Click);
     //
     // closeTrayToolStripMenuItem
     //
     closeTrayToolStripMenuItem.Name    = "closeTrayToolStripMenuItem";
     closeTrayToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     closeTrayToolStripMenuItem.Text    = "Close Tray";
     closeTrayToolStripMenuItem.Visible = false;
     closeTrayToolStripMenuItem.Click  += new System.EventHandler(closeTrayToolStripMenuItem_Click);
     //
     // consoleIDToolStripMenuItem
     //
     consoleIDToolStripMenuItem.Name    = "consoleIDToolStripMenuItem";
     consoleIDToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     consoleIDToolStripMenuItem.Text    = "Console ID";
     consoleIDToolStripMenuItem.Visible = false;
     consoleIDToolStripMenuItem.Click  += new System.EventHandler(consoleIDToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(170, 6);
     //
     // settingsToolStripMenuItem
     //
     settingsToolStripMenuItem.Name         = "settingsToolStripMenuItem";
     settingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     settingsToolStripMenuItem.Size         = new System.Drawing.Size(173, 22);
     settingsToolStripMenuItem.Text         = "Settings";
     settingsToolStripMenuItem.Click       += new System.EventHandler(settingsToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         tagComparerToolStripMenuItem,
         finderToolStripMenuItem,
         tagListMergerToolStripMenuItem,
         advancedXeXPokerToolStripMenuItem1,
         playerInformationToolStripMenuItem,
         anniversaryMemoryOffsetToolStripMenuItem
     });
     viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     viewToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     viewToolStripMenuItem.Text = "Tools";
     //
     // tagComparerToolStripMenuItem
     //
     tagComparerToolStripMenuItem.Name   = "tagComparerToolStripMenuItem";
     tagComparerToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     tagComparerToolStripMenuItem.Text   = "Tag Comparer";
     tagComparerToolStripMenuItem.Click += new System.EventHandler(tagComparerToolStripMenuItem_Click);
     //
     // finderToolStripMenuItem
     //
     finderToolStripMenuItem.Name    = "finderToolStripMenuItem";
     finderToolStripMenuItem.Size    = new System.Drawing.Size(219, 22);
     finderToolStripMenuItem.Text    = "Finder";
     finderToolStripMenuItem.Visible = false;
     finderToolStripMenuItem.Click  += new System.EventHandler(finderToolStripMenuItem_Click);
     //
     // tagListMergerToolStripMenuItem
     //
     tagListMergerToolStripMenuItem.Name   = "tagListMergerToolStripMenuItem";
     tagListMergerToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     tagListMergerToolStripMenuItem.Text   = "TagList Merger";
     tagListMergerToolStripMenuItem.Click += new System.EventHandler(tagListMergerToolStripMenuItem_Click);
     //
     // advancedXeXPokerToolStripMenuItem1
     //
     advancedXeXPokerToolStripMenuItem1.Name   = "advancedXeXPokerToolStripMenuItem1";
     advancedXeXPokerToolStripMenuItem1.Size   = new System.Drawing.Size(219, 22);
     advancedXeXPokerToolStripMenuItem1.Text   = "Advanced Poker";
     advancedXeXPokerToolStripMenuItem1.Click += new System.EventHandler(advancedXeXPokerToolStripMenuItem1_Click);
     //
     // playerInformationToolStripMenuItem
     //
     playerInformationToolStripMenuItem.Name   = "playerInformationToolStripMenuItem";
     playerInformationToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     playerInformationToolStripMenuItem.Text   = "Player Information";
     playerInformationToolStripMenuItem.Click += new System.EventHandler(playerInformationToolStripMenuItem_Click);
     //
     // anniversaryMemoryOffsetToolStripMenuItem
     //
     anniversaryMemoryOffsetToolStripMenuItem.Name   = "anniversaryMemoryOffsetToolStripMenuItem";
     anniversaryMemoryOffsetToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     anniversaryMemoryOffsetToolStripMenuItem.Text   = "Anniversary Memory Offset";
     anniversaryMemoryOffsetToolStripMenuItem.Click += new System.EventHandler(anniversaryMemoryOffsetToolStripMenuItem_Click);
     //
     // windowToolStripMenuItem
     //
     windowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         tileVerticallyToolStripMenuItem,
         tileHorizontallyToolStripMenuItem,
         cascadeToolStripMenuItem
     });
     windowToolStripMenuItem.Name = "windowToolStripMenuItem";
     windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     windowToolStripMenuItem.Text = "Window";
     //
     // tileVerticallyToolStripMenuItem
     //
     tileVerticallyToolStripMenuItem.Name   = "tileVerticallyToolStripMenuItem";
     tileVerticallyToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     tileVerticallyToolStripMenuItem.Text   = "Tile Vertically";
     tileVerticallyToolStripMenuItem.Click += new System.EventHandler(tileVerticallyToolStripMenuItem_Click);
     //
     // tileHorizontallyToolStripMenuItem
     //
     tileHorizontallyToolStripMenuItem.Name   = "tileHorizontallyToolStripMenuItem";
     tileHorizontallyToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     tileHorizontallyToolStripMenuItem.Text   = "Tile Horizontally";
     tileHorizontallyToolStripMenuItem.Click += new System.EventHandler(tileHorizontallyToolStripMenuItem_Click);
     //
     // cascadeToolStripMenuItem
     //
     cascadeToolStripMenuItem.Name   = "cascadeToolStripMenuItem";
     cascadeToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     cascadeToolStripMenuItem.Text   = "Cascade";
     cascadeToolStripMenuItem.Click += new System.EventHandler(cascadeToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         buildLogsToolStripMenuItem,
         aboutToolStripMenuItem
     });
     helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     helpToolStripMenuItem.Text = "Help";
     //
     // buildLogsToolStripMenuItem
     //
     buildLogsToolStripMenuItem.Name         = "buildLogsToolStripMenuItem";
     buildLogsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
     buildLogsToolStripMenuItem.Size         = new System.Drawing.Size(181, 22);
     buildLogsToolStripMenuItem.Text         = "Build Logs";
     buildLogsToolStripMenuItem.Click       += new System.EventHandler(buildLogsToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     aboutToolStripMenuItem.Name         = "aboutToolStripMenuItem";
     aboutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                         | System.Windows.Forms.Keys.A)));
     aboutToolStripMenuItem.Size   = new System.Drawing.Size(181, 22);
     aboutToolStripMenuItem.Text   = "About";
     aboutToolStripMenuItem.Click += new System.EventHandler(aboutToolStripMenuItem_Click);
     //
     // Form1
     //
     AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     ClientSize            = new System.Drawing.Size(831, 570);
     Controls.Add(menuStrip1);
     Icon           = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     IsMdiContainer = true;
     KeyPreview     = true;
     MainMenuStrip  = menuStrip1;
     Name           = "Form1";
     ShowIcon       = false;
     Text           = "Ascension";
     WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     FormClosing   += new System.Windows.Forms.FormClosingEventHandler(Form1_FormClosing);
     FormClosed    += new System.Windows.Forms.FormClosedEventHandler(Form1_FormClosed);
     Load          += new System.EventHandler(Form1_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ResumeLayout(false);
     PerformLayout();
 }
Пример #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.stopButton = new System.Windows.Forms.Button();
     this.backRightButton = new System.Windows.Forms.Button();
     this.backButton = new System.Windows.Forms.Button();
     this.backLeftButton = new System.Windows.Forms.Button();
     this.turnLeftButton = new System.Windows.Forms.Button();
     this.turnRightButton = new System.Windows.Forms.Button();
     this.forwardRightButton = new System.Windows.Forms.Button();
     this.forwardButton = new System.Windows.Forms.Button();
     this.forwardLeftButton = new System.Windows.Forms.Button();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDivider1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.connectionMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.connectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.livePanel = new System.Windows.Forms.Panel();
     this.messageBox = new System.Windows.Forms.TextBox();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.speedBar = new System.Windows.Forms.TrackBar();
     this.btCamera = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.statusStrip.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.speedBar)).BeginInit();
     this.SuspendLayout();
     //
     // stopButton
     //
     this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
     this.stopButton.Location = new System.Drawing.Point(793, 69);
     this.stopButton.Name = "stopButton";
     this.stopButton.Size = new System.Drawing.Size(40, 37);
     this.stopButton.TabIndex = 22;
     this.stopButton.Tag = "0";
     this.stopButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // backRightButton
     //
     this.backRightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backRightButton.Image = ((System.Drawing.Image)(resources.GetObject("backRightButton.Image")));
     this.backRightButton.Location = new System.Drawing.Point(841, 114);
     this.backRightButton.Name = "backRightButton";
     this.backRightButton.Size = new System.Drawing.Size(40, 37);
     this.backRightButton.TabIndex = 21;
     this.backRightButton.Tag = "8";
     this.backRightButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.backRightButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // backButton
     //
     this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backButton.Image = ((System.Drawing.Image)(resources.GetObject("backButton.Image")));
     this.backButton.Location = new System.Drawing.Point(793, 114);
     this.backButton.Name = "backButton";
     this.backButton.Size = new System.Drawing.Size(40, 37);
     this.backButton.TabIndex = 20;
     this.backButton.Tag = "6";
     this.backButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.backButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // backLeftButton
     //
     this.backLeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("backLeftButton.Image")));
     this.backLeftButton.Location = new System.Drawing.Point(745, 114);
     this.backLeftButton.Name = "backLeftButton";
     this.backLeftButton.Size = new System.Drawing.Size(40, 37);
     this.backLeftButton.TabIndex = 19;
     this.backLeftButton.Tag = "7";
     this.backLeftButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.backLeftButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // turnLeftButton
     //
     this.turnLeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.turnLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("turnLeftButton.Image")));
     this.turnLeftButton.Location = new System.Drawing.Point(745, 69);
     this.turnLeftButton.Name = "turnLeftButton";
     this.turnLeftButton.Size = new System.Drawing.Size(40, 37);
     this.turnLeftButton.TabIndex = 18;
     this.turnLeftButton.Tag = "4";
     this.turnLeftButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.turnLeftButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // turnRightButton
     //
     this.turnRightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.turnRightButton.Image = ((System.Drawing.Image)(resources.GetObject("turnRightButton.Image")));
     this.turnRightButton.Location = new System.Drawing.Point(841, 69);
     this.turnRightButton.Name = "turnRightButton";
     this.turnRightButton.Size = new System.Drawing.Size(40, 37);
     this.turnRightButton.TabIndex = 17;
     this.turnRightButton.Tag = "5";
     this.turnRightButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.turnRightButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // forwardRightButton
     //
     this.forwardRightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardRightButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardRightButton.Image")));
     this.forwardRightButton.Location = new System.Drawing.Point(841, 25);
     this.forwardRightButton.Name = "forwardRightButton";
     this.forwardRightButton.Size = new System.Drawing.Size(40, 37);
     this.forwardRightButton.TabIndex = 16;
     this.forwardRightButton.Tag = "3";
     this.forwardRightButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.forwardRightButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // forwardButton
     //
     this.forwardButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardButton.Image")));
     this.forwardButton.Location = new System.Drawing.Point(793, 25);
     this.forwardButton.Name = "forwardButton";
     this.forwardButton.Size = new System.Drawing.Size(40, 37);
     this.forwardButton.TabIndex = 15;
     this.forwardButton.Tag = "1";
     this.forwardButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.forwardButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // forwardLeftButton
     //
     this.forwardLeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardLeftButton.Image")));
     this.forwardLeftButton.Location = new System.Drawing.Point(745, 25);
     this.forwardLeftButton.Name = "forwardLeftButton";
     this.forwardLeftButton.Size = new System.Drawing.Size(40, 37);
     this.forwardLeftButton.TabIndex = 14;
     this.forwardLeftButton.Tag = "2";
     this.forwardLeftButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
     this.forwardLeftButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabel});
     this.statusStrip.Location = new System.Drawing.Point(0, 572);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.Size = new System.Drawing.Size(892, 22);
     this.statusStrip.TabIndex = 23;
     this.statusStrip.Text = "statusStrip";
     //
     // statusLabel
     //
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(53, 17);
     this.statusLabel.Text = "status: idle";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileMenu,
     this.connectionMenu});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(892, 24);
     this.menuStrip1.TabIndex = 24;
     this.menuStrip1.Text = "mainMenu";
     //
     // fileMenu
     //
     this.fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuDivider1,
     this.exitMenuItem});
     this.fileMenu.Name = "fileMenu";
     this.fileMenu.Size = new System.Drawing.Size(34, 20);
     this.fileMenu.Text = "File";
     //
     // menuDivider1
     //
     this.menuDivider1.Name = "menuDivider1";
     this.menuDivider1.Size = new System.Drawing.Size(86, 6);
     //
     // exitMenuItem
     //
     this.exitMenuItem.Name = "exitMenuItem";
     this.exitMenuItem.Size = new System.Drawing.Size(89, 22);
     this.exitMenuItem.Text = "Exit";
     //
     // connectionMenu
     //
     this.connectionMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.connectMenuItem});
     this.connectionMenu.Name = "connectionMenu";
     this.connectionMenu.Size = new System.Drawing.Size(71, 20);
     this.connectionMenu.Text = "Connection";
     //
     // connectMenuItem
     //
     this.connectMenuItem.Name = "connectMenuItem";
     this.connectMenuItem.Size = new System.Drawing.Size(98, 22);
     this.connectMenuItem.Text = "Listen";
     this.connectMenuItem.Click += new System.EventHandler(this.connectMenuItem_Click);
     //
     // livePanel
     //
     this.livePanel.Location = new System.Drawing.Point(12, 25);
     this.livePanel.Name = "livePanel";
     this.livePanel.Size = new System.Drawing.Size(720, 443);
     this.livePanel.TabIndex = 25;
     //
     // messageBox
     //
     this.messageBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.messageBox.BackColor = System.Drawing.Color.White;
     this.messageBox.Location = new System.Drawing.Point(12, 481);
     this.messageBox.Multiline = true;
     this.messageBox.Name = "messageBox";
     this.messageBox.ReadOnly = true;
     this.messageBox.Size = new System.Drawing.Size(869, 81);
     this.messageBox.TabIndex = 58;
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(745, 156);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(27, 22);
     this.button1.TabIndex = 59;
     this.button1.Tag = "1";
     this.button1.Text = "1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location = new System.Drawing.Point(778, 156);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(27, 22);
     this.button2.TabIndex = 60;
     this.button2.Tag = "2";
     this.button2.Text = "2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button1_Click);
     //
     // button3
     //
     this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.Location = new System.Drawing.Point(811, 156);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(27, 22);
     this.button3.TabIndex = 61;
     this.button3.Tag = "3";
     this.button3.Text = "3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button1_Click);
     //
     // button4
     //
     this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button4.Location = new System.Drawing.Point(745, 184);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(27, 22);
     this.button4.TabIndex = 62;
     this.button4.Tag = "4";
     this.button4.Text = "4";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button1_Click);
     //
     // button5
     //
     this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button5.Location = new System.Drawing.Point(778, 184);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(27, 22);
     this.button5.TabIndex = 63;
     this.button5.Tag = "5";
     this.button5.Text = "5";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button1_Click);
     //
     // button6
     //
     this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button6.Location = new System.Drawing.Point(811, 184);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(27, 22);
     this.button6.TabIndex = 64;
     this.button6.Tag = "6";
     this.button6.Text = "6";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button1_Click);
     //
     // speedBar
     //
     this.speedBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.speedBar.LargeChange = 50;
     this.speedBar.Location = new System.Drawing.Point(844, 156);
     this.speedBar.Maximum = 1000;
     this.speedBar.Minimum = 100;
     this.speedBar.Name = "speedBar";
     this.speedBar.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.speedBar.Size = new System.Drawing.Size(45, 96);
     this.speedBar.TabIndex = 65;
     this.speedBar.TickFrequency = 50;
     this.speedBar.Value = 350;
     //
     // btCamera
     //
     this.btCamera.Location = new System.Drawing.Point(769, 271);
     this.btCamera.Name = "btCamera";
     this.btCamera.Size = new System.Drawing.Size(69, 31);
     this.btCamera.TabIndex = 66;
     this.btCamera.Text = "Camera";
     this.btCamera.UseVisualStyleBackColor = true;
     this.btCamera.Click += new System.EventHandler(this.btCamera_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(759, 315);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(26, 12);
     this.label1.TabIndex = 67;
     this.label1.Text = "       ";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(892, 594);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btCamera);
     this.Controls.Add(this.speedBar);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.messageBox);
     this.Controls.Add(this.livePanel);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.stopButton);
     this.Controls.Add(this.backRightButton);
     this.Controls.Add(this.backButton);
     this.Controls.Add(this.backLeftButton);
     this.Controls.Add(this.turnLeftButton);
     this.Controls.Add(this.turnRightButton);
     this.Controls.Add(this.forwardRightButton);
     this.Controls.Add(this.forwardButton);
     this.Controls.Add(this.forwardLeftButton);
     this.Location = new System.Drawing.Point(1, 1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "ViLAN Explorer";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.speedBar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainApp));
     this.manMenu = new System.Windows.Forms.MenuStrip();
     this.optionToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.setDatabaseToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.operationToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.resetRuleToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.resetSimulateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.truncateToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.tab_main                 = new System.Windows.Forms.TabControl();
     this.tab_database             = new System.Windows.Forms.TabPage();
     this.pnl_database             = new StockAnalysis.Panel.PanelLoadData();
     this.tab_calcrule             = new System.Windows.Forms.TabPage();
     this.panelCalculate1          = new StockAnalysis.Panel.PanelRule();
     this.tab_combAnalysis         = new System.Windows.Forms.TabPage();
     this.panelAnalysis21          = new StockAnalysis.Panel.PanelAnalysis2();
     this.tab_simulate             = new System.Windows.Forms.TabPage();
     this.pnl_simulate             = new StockAnalysis.Panel.PanelSimulate();
     this.tab_search               = new System.Windows.Forms.TabPage();
     this.pnl_search               = new StockAnalysis.Panel.PanelSearch();
     this.tab_util                 = new System.Windows.Forms.TabPage();
     this.panelUtil1               = new StockAnalysis.PanelUtil();
     this.notifyIcon1              = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip1        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.manMenu.SuspendLayout();
     this.tab_main.SuspendLayout();
     this.tab_database.SuspendLayout();
     this.tab_calcrule.SuspendLayout();
     this.tab_combAnalysis.SuspendLayout();
     this.tab_simulate.SuspendLayout();
     this.tab_search.SuspendLayout();
     this.tab_util.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // manMenu
     //
     this.manMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.optionToolStripMenuItem,
         this.operationToolStripMenuItem
     });
     this.manMenu.Location = new System.Drawing.Point(0, 0);
     this.manMenu.Name     = "manMenu";
     this.manMenu.Size     = new System.Drawing.Size(892, 24);
     this.manMenu.TabIndex = 1;
     this.manMenu.Text     = "manMenu";
     //
     // optionToolStripMenuItem
     //
     this.optionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.setDatabaseToolStripMenuItem
     });
     this.optionToolStripMenuItem.Name = "optionToolStripMenuItem";
     this.optionToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     this.optionToolStripMenuItem.Text = "Option";
     //
     // setDatabaseToolStripMenuItem
     //
     this.setDatabaseToolStripMenuItem.Name   = "setDatabaseToolStripMenuItem";
     this.setDatabaseToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.setDatabaseToolStripMenuItem.Text   = "SetDatabase";
     this.setDatabaseToolStripMenuItem.Click += new System.EventHandler(this.setDatabaseToolStripMenuItem_Click);
     //
     // operationToolStripMenuItem
     //
     this.operationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.resetRuleToolStripMenuItem,
         this.resetSimulateToolStripMenuItem,
         this.truncateToolStripMenuItem
     });
     this.operationToolStripMenuItem.Name = "operationToolStripMenuItem";
     this.operationToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.operationToolStripMenuItem.Text = "Clear";
     //
     // resetRuleToolStripMenuItem
     //
     this.resetRuleToolStripMenuItem.Name   = "resetRuleToolStripMenuItem";
     this.resetRuleToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.resetRuleToolStripMenuItem.Text   = "Reset Rule Filter";
     this.resetRuleToolStripMenuItem.Click += new System.EventHandler(this.resetRuleToolStripMenuItem_Click);
     //
     // resetSimulateToolStripMenuItem
     //
     this.resetSimulateToolStripMenuItem.Name   = "resetSimulateToolStripMenuItem";
     this.resetSimulateToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.resetSimulateToolStripMenuItem.Text   = "Reset Simulate";
     this.resetSimulateToolStripMenuItem.Click += new System.EventHandler(this.resetSimulateToolStripMenuItem_Click);
     //
     // truncateToolStripMenuItem
     //
     this.truncateToolStripMenuItem.Name            = "truncateToolStripMenuItem";
     this.truncateToolStripMenuItem.Size            = new System.Drawing.Size(172, 22);
     this.truncateToolStripMenuItem.Text            = "Truncate All";
     this.truncateToolStripMenuItem.Click          += new System.EventHandler(this.truncateToolStripMenuItem_Click);
     this.truncateToolStripMenuItem.VisibleChanged += new System.EventHandler(this.truncateToolStripMenuItem_VisibleChanged);
     //
     // tab_main
     //
     this.tab_main.Controls.Add(this.tab_database);
     this.tab_main.Controls.Add(this.tab_calcrule);
     this.tab_main.Controls.Add(this.tab_combAnalysis);
     this.tab_main.Controls.Add(this.tab_simulate);
     this.tab_main.Controls.Add(this.tab_search);
     this.tab_main.Controls.Add(this.tab_util);
     this.tab_main.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tab_main.Location              = new System.Drawing.Point(0, 24);
     this.tab_main.Name                  = "tab_main";
     this.tab_main.SelectedIndex         = 0;
     this.tab_main.Size                  = new System.Drawing.Size(892, 560);
     this.tab_main.TabIndex              = 0;
     this.tab_main.SelectedIndexChanged += new System.EventHandler(this.tab_main_SelectedIndexChanged);
     //
     // tab_database
     //
     this.tab_database.Controls.Add(this.pnl_database);
     this.tab_database.Location = new System.Drawing.Point(4, 22);
     this.tab_database.Name     = "tab_database";
     this.tab_database.Padding  = new System.Windows.Forms.Padding(3);
     this.tab_database.Size     = new System.Drawing.Size(884, 534);
     this.tab_database.TabIndex = 0;
     this.tab_database.Text     = "LoadData";
     this.tab_database.UseVisualStyleBackColor = true;
     //
     // pnl_database
     //
     this.pnl_database.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnl_database.Location = new System.Drawing.Point(3, 3);
     this.pnl_database.Name     = "pnl_database";
     this.pnl_database.Size     = new System.Drawing.Size(878, 528);
     this.pnl_database.TabIndex = 0;
     //
     // tab_calcrule
     //
     this.tab_calcrule.Controls.Add(this.panelCalculate1);
     this.tab_calcrule.Location = new System.Drawing.Point(4, 22);
     this.tab_calcrule.Name     = "tab_calcrule";
     this.tab_calcrule.Size     = new System.Drawing.Size(884, 533);
     this.tab_calcrule.TabIndex = 10;
     this.tab_calcrule.Text     = "CalcRule";
     this.tab_calcrule.UseVisualStyleBackColor = true;
     //
     // panelCalculate1
     //
     this.panelCalculate1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelCalculate1.Location = new System.Drawing.Point(0, 0);
     this.panelCalculate1.Name     = "panelCalculate1";
     this.panelCalculate1.Size     = new System.Drawing.Size(884, 533);
     this.panelCalculate1.TabIndex = 0;
     //
     // tab_combAnalysis
     //
     this.tab_combAnalysis.Controls.Add(this.panelAnalysis21);
     this.tab_combAnalysis.Location = new System.Drawing.Point(4, 22);
     this.tab_combAnalysis.Name     = "tab_combAnalysis";
     this.tab_combAnalysis.Size     = new System.Drawing.Size(884, 533);
     this.tab_combAnalysis.TabIndex = 9;
     this.tab_combAnalysis.Text     = "Comb Analysis";
     this.tab_combAnalysis.UseVisualStyleBackColor = true;
     //
     // panelAnalysis21
     //
     this.panelAnalysis21.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelAnalysis21.Location = new System.Drawing.Point(0, 0);
     this.panelAnalysis21.Name     = "panelAnalysis21";
     this.panelAnalysis21.Size     = new System.Drawing.Size(884, 533);
     this.panelAnalysis21.TabIndex = 0;
     //
     // tab_simulate
     //
     this.tab_simulate.Controls.Add(this.pnl_simulate);
     this.tab_simulate.Location = new System.Drawing.Point(4, 22);
     this.tab_simulate.Name     = "tab_simulate";
     this.tab_simulate.Size     = new System.Drawing.Size(884, 533);
     this.tab_simulate.TabIndex = 5;
     this.tab_simulate.Text     = "Simulate";
     this.tab_simulate.UseVisualStyleBackColor = true;
     //
     // pnl_simulate
     //
     this.pnl_simulate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnl_simulate.Location = new System.Drawing.Point(0, 0);
     this.pnl_simulate.Name     = "pnl_simulate";
     this.pnl_simulate.Size     = new System.Drawing.Size(884, 533);
     this.pnl_simulate.TabIndex = 0;
     //
     // tab_search
     //
     this.tab_search.Controls.Add(this.pnl_search);
     this.tab_search.Location = new System.Drawing.Point(4, 22);
     this.tab_search.Name     = "tab_search";
     this.tab_search.Size     = new System.Drawing.Size(884, 533);
     this.tab_search.TabIndex = 3;
     this.tab_search.Text     = "Search";
     this.tab_search.UseVisualStyleBackColor = true;
     //
     // pnl_search
     //
     this.pnl_search.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnl_search.Location = new System.Drawing.Point(0, 0);
     this.pnl_search.Name     = "pnl_search";
     this.pnl_search.Size     = new System.Drawing.Size(884, 533);
     this.pnl_search.TabIndex = 0;
     //
     // tab_util
     //
     this.tab_util.Controls.Add(this.panelUtil1);
     this.tab_util.Location = new System.Drawing.Point(4, 22);
     this.tab_util.Name     = "tab_util";
     this.tab_util.Size     = new System.Drawing.Size(884, 533);
     this.tab_util.TabIndex = 11;
     this.tab_util.Text     = "Utility";
     this.tab_util.UseVisualStyleBackColor = true;
     //
     // panelUtil1
     //
     this.panelUtil1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelUtil1.Location = new System.Drawing.Point(0, 0);
     this.panelUtil1.Name     = "panelUtil1";
     this.panelUtil1.Size     = new System.Drawing.Size(884, 533);
     this.panelUtil1.TabIndex = 0;
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
     this.notifyIcon1.Icon             = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text             = "StockAnalysis";
     this.notifyIcon1.Visible          = true;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.restoreToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(122, 48);
     //
     // restoreToolStripMenuItem
     //
     this.restoreToolStripMenuItem.Name   = "restoreToolStripMenuItem";
     this.restoreToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.restoreToolStripMenuItem.Text   = "Restore";
     this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // MainApp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(892, 584);
     this.Controls.Add(this.tab_main);
     this.Controls.Add(this.manMenu);
     this.Name    = "MainApp";
     this.Text    = "Analysis";
     this.Resize += new System.EventHandler(this.MainApp_Resize);
     this.manMenu.ResumeLayout(false);
     this.manMenu.PerformLayout();
     this.tab_main.ResumeLayout(false);
     this.tab_database.ResumeLayout(false);
     this.tab_calcrule.ResumeLayout(false);
     this.tab_combAnalysis.ResumeLayout(false);
     this.tab_simulate.ResumeLayout(false);
     this.tab_search.ResumeLayout(false);
     this.tab_util.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
       this.btn_close = new System.Windows.Forms.Button();
       this.groupBox1 = new System.Windows.Forms.GroupBox();
       this.dgv_environments = new UberDeployer.WinApp.CustomControls.MyDataGridView();
       this.EnvironmentNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.DatabaseServerColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.pic_indeterminateProgress = new System.Windows.Forms.PictureBox();
       this.btn_diff = new System.Windows.Forms.Button();
       this.dgv_databasesInEnvironments = new System.Windows.Forms.DataGridView();
       this.cb_differencesOnly = new System.Windows.Forms.CheckBox();
       this.gb_diffResults = new System.Windows.Forms.GroupBox();
       this.dgv_databasesVersions = new System.Windows.Forms.DataGridView();
       this.menuStrip1 = new System.Windows.Forms.MenuStrip();
       this.groupBox1.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dgv_environments)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.pic_indeterminateProgress)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.dgv_databasesInEnvironments)).BeginInit();
       this.gb_diffResults.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dgv_databasesVersions)).BeginInit();
       this.SuspendLayout();
       //
       // btn_close
       //
       this.btn_close.Location = new System.Drawing.Point(631, 471);
       this.btn_close.Name = "btn_close";
       this.btn_close.Size = new System.Drawing.Size(75, 23);
       this.btn_close.TabIndex = 12;
       this.btn_close.Text = "Close";
       this.btn_close.UseVisualStyleBackColor = true;
       this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
       //
       // groupBox1
       //
       this.groupBox1.Controls.Add(this.dgv_environments);
       this.groupBox1.Location = new System.Drawing.Point(12, 35);
       this.groupBox1.Name = "groupBox1";
       this.groupBox1.Padding = new System.Windows.Forms.Padding(10);
       this.groupBox1.Size = new System.Drawing.Size(252, 453);
       this.groupBox1.TabIndex = 13;
       this.groupBox1.TabStop = false;
       this.groupBox1.Text = "Environments";
       //
       // dgv_environments
       //
       this.dgv_environments.AllowUserToAddRows = false;
       this.dgv_environments.AllowUserToDeleteRows = false;
       this.dgv_environments.AllowUserToResizeRows = false;
       this.dgv_environments.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
       this.dgv_environments.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dgv_environments.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
       this.dgv_environments.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.EnvironmentNameColumn,
     this.DatabaseServerColumn});
       this.dgv_environments.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dgv_environments.Location = new System.Drawing.Point(10, 23);
       this.dgv_environments.Name = "dgv_environments";
       this.dgv_environments.ReadOnly = true;
       this.dgv_environments.RowHeadersVisible = false;
       this.dgv_environments.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
       this.dgv_environments.Size = new System.Drawing.Size(232, 420);
       this.dgv_environments.TabIndex = 18;
       this.dgv_environments.SelectionChanged += new System.EventHandler(this.dgv_environments_SelectionChanged);
       //
       // EnvironmentNameColumn
       //
       this.EnvironmentNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
       this.EnvironmentNameColumn.DataPropertyName = "Name";
       this.EnvironmentNameColumn.HeaderText = "Name";
       this.EnvironmentNameColumn.Name = "EnvironmentNameColumn";
       this.EnvironmentNameColumn.ReadOnly = true;
       //
       // DatabaseServerColumn
       //
       this.DatabaseServerColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
       this.DatabaseServerColumn.DataPropertyName = "Server";
       this.DatabaseServerColumn.HeaderText = "Server";
       this.DatabaseServerColumn.Name = "DatabaseServerColumn";
       this.DatabaseServerColumn.ReadOnly = true;
       this.DatabaseServerColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
       //
       // pic_indeterminateProgress
       //
       this.pic_indeterminateProgress.Image = global::UberDeployer.WinApp.Properties.Resources.indeterminate_progress;
       this.pic_indeterminateProgress.Location = new System.Drawing.Point(1046, 4);
       this.pic_indeterminateProgress.Name = "pic_indeterminateProgress";
       this.pic_indeterminateProgress.Size = new System.Drawing.Size(16, 16);
       this.pic_indeterminateProgress.TabIndex = 14;
       this.pic_indeterminateProgress.TabStop = false;
       this.pic_indeterminateProgress.Visible = false;
       //
       // btn_diff
       //
       this.btn_diff.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
       this.btn_diff.Location = new System.Drawing.Point(121, 16);
       this.btn_diff.Name = "btn_diff";
       this.btn_diff.Size = new System.Drawing.Size(114, 34);
       this.btn_diff.TabIndex = 15;
       this.btn_diff.Text = "Diff";
       this.btn_diff.UseVisualStyleBackColor = true;
       this.btn_diff.Click += new System.EventHandler(this.btn_diff_Click);
       //
       // dgv_databasesInEnvironments
       //
       this.dgv_databasesInEnvironments.AllowUserToAddRows = false;
       this.dgv_databasesInEnvironments.AllowUserToDeleteRows = false;
       this.dgv_databasesInEnvironments.AllowUserToResizeRows = false;
       this.dgv_databasesInEnvironments.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
       this.dgv_databasesInEnvironments.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
       dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
       dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
       dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
       dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
       dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
       dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
       dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
       this.dgv_databasesInEnvironments.DefaultCellStyle = dataGridViewCellStyle1;
       this.dgv_databasesInEnvironments.Location = new System.Drawing.Point(13, 56);
       this.dgv_databasesInEnvironments.MultiSelect = false;
       this.dgv_databasesInEnvironments.Name = "dgv_databasesInEnvironments";
       this.dgv_databasesInEnvironments.ReadOnly = true;
       this.dgv_databasesInEnvironments.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
       this.dgv_databasesInEnvironments.Size = new System.Drawing.Size(408, 381);
       this.dgv_databasesInEnvironments.TabIndex = 16;
       this.dgv_databasesInEnvironments.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgv_databasesInEnvironments_CellFormatting);
       this.dgv_databasesInEnvironments.SelectionChanged += new System.EventHandler(this.dgv_databasesInEnvironments_SelectionChanged);
       //
       // cb_differencesOnly
       //
       this.cb_differencesOnly.AutoSize = true;
       this.cb_differencesOnly.Checked = true;
       this.cb_differencesOnly.CheckState = System.Windows.Forms.CheckState.Checked;
       this.cb_differencesOnly.Location = new System.Drawing.Point(13, 26);
       this.cb_differencesOnly.Name = "cb_differencesOnly";
       this.cb_differencesOnly.Size = new System.Drawing.Size(102, 17);
       this.cb_differencesOnly.TabIndex = 17;
       this.cb_differencesOnly.Text = "Differences only";
       this.cb_differencesOnly.UseVisualStyleBackColor = true;
       //
       // gb_diffResults
       //
       this.gb_diffResults.Controls.Add(this.dgv_databasesVersions);
       this.gb_diffResults.Controls.Add(this.cb_differencesOnly);
       this.gb_diffResults.Controls.Add(this.btn_diff);
       this.gb_diffResults.Controls.Add(this.dgv_databasesInEnvironments);
       this.gb_diffResults.Controls.Add(this.btn_close);
       this.gb_diffResults.Location = new System.Drawing.Point(270, 35);
       this.gb_diffResults.Name = "gb_diffResults";
       this.gb_diffResults.Padding = new System.Windows.Forms.Padding(10);
       this.gb_diffResults.Size = new System.Drawing.Size(792, 453);
       this.gb_diffResults.TabIndex = 18;
       this.gb_diffResults.TabStop = false;
       this.gb_diffResults.Text = "Diff results";
       //
       // dgv_databasesVersions
       //
       this.dgv_databasesVersions.AllowUserToAddRows = false;
       this.dgv_databasesVersions.AllowUserToDeleteRows = false;
       this.dgv_databasesVersions.AllowUserToResizeRows = false;
       this.dgv_databasesVersions.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
       this.dgv_databasesVersions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
       this.dgv_databasesVersions.Location = new System.Drawing.Point(427, 56);
       this.dgv_databasesVersions.MultiSelect = false;
       this.dgv_databasesVersions.Name = "dgv_databasesVersions";
       this.dgv_databasesVersions.ReadOnly = true;
       this.dgv_databasesVersions.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
       this.dgv_databasesVersions.Size = new System.Drawing.Size(352, 381);
       this.dgv_databasesVersions.TabIndex = 19;
       this.dgv_databasesVersions.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgv_databasesVersions_CellFormatting);
       //
       // menuStrip1
       //
       this.menuStrip1.Location = new System.Drawing.Point(0, 0);
       this.menuStrip1.Name = "menuStrip1";
       this.menuStrip1.Size = new System.Drawing.Size(1074, 24);
       this.menuStrip1.TabIndex = 19;
       this.menuStrip1.Text = "menuStrip1";
       //
       // DbVersionsDiffForm
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size(1074, 497);
       this.Controls.Add(this.gb_diffResults);
       this.Controls.Add(this.pic_indeterminateProgress);
       this.Controls.Add(this.groupBox1);
       this.Controls.Add(this.menuStrip1);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
       this.MainMenuStrip = this.menuStrip1;
       this.MaximizeBox = false;
       this.Name = "DbVersionsDiffForm";
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
       this.Text = "Database versions diff";
       this.Load += new System.EventHandler(this.DbVersionsDiffForm_Load);
       this.groupBox1.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.dgv_environments)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.pic_indeterminateProgress)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.dgv_databasesInEnvironments)).EndInit();
       this.gb_diffResults.ResumeLayout(false);
       this.gb_diffResults.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dgv_databasesVersions)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Пример #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addTravelogueNoteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openExistingShipFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createNewShipDataFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editCurrentShipsDataFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createEmptyNoteFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.skinTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.elegantToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.blackPearlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exactToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.zolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.reportsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cargoManifestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.summaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.detailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cargoHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.travelogueRSSFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showJumpMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.stStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.sbImperialDate = new System.Windows.Forms.ToolStripStatusLabel();
     this.sbCredits = new System.Windows.Forms.ToolStripStatusLabel();
     this.sbCurrentWorld = new System.Windows.Forms.ToolStripStatusLabel();
     this.sbVersion = new System.Windows.Forms.ToolStripStatusLabel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tabInfo = new System.Windows.Forms.TabControl();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.label6 = new System.Windows.Forms.Label();
     this.lbTradeCodes = new System.Windows.Forms.ListBox();
     this.label7 = new System.Windows.Forms.Label();
     this.lbBases = new System.Windows.Forms.ListBox();
     this.lblAlliance = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lvData = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.edNotes = new System.Windows.Forms.TextBox();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.edNPC = new System.Windows.Forms.TextBox();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.lvAvailableCargo = new System.Windows.Forms.ListView();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader20 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader22 = new System.Windows.Forms.ColumnHeader();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnBuy = new System.Windows.Forms.Button();
     this.btnPassengers = new System.Windows.Forms.Button();
     this.btnGenerateCargo = new System.Windows.Forms.Button();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.tvTravelogue = new System.Windows.Forms.TreeView();
     this.tabPage8 = new System.Windows.Forms.TabPage();
     this.tabControl2 = new System.Windows.Forms.TabControl();
     this.tabPage9 = new System.Windows.Forms.TabPage();
     this.lvShipCargo = new System.Windows.Forms.ListView();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader19 = new System.Windows.Forms.ColumnHeader();
     this.cmShipCargo = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.sellCheckedCargosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.detaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.detailedManifestReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage10 = new System.Windows.Forms.TabPage();
     this.lvSold = new System.Windows.Forms.ListView();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader17 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label13 = new System.Windows.Forms.Label();
     this.lblShipName = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.lblManPowJump = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.lblCargo = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.lblCredits = new System.Windows.Forms.Label();
     this.lblShipFileName = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.tabPageJumpRange = new System.Windows.Forms.TabPage();
     this.lvJ6 = new System.Windows.Forms.ListView();
     this.columnHeader18 = new System.Windows.Forms.ColumnHeader();
     this.tabPage11 = new System.Windows.Forms.TabPage();
     this.webBrowser1 = new System.Windows.Forms.WebBrowser();
     this.lblSEC = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ckLimit = new System.Windows.Forms.CheckBox();
     this.btnJump = new System.Windows.Forms.Button();
     this.cbWorlds = new System.Windows.Forms.ComboBox();
     this.cmWorld = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.showSystemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.jumpToThisSystemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.lblShipData = new System.Windows.Forms.Label();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.lblPortModifier = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblTLModifier = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.lblCustomTrade = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.lblMTTrade = new System.Windows.Forms.Label();
     this.lblT5Trade = new System.Windows.Forms.Label();
     this.lblCTTrade = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.skinCrafterLight1 = new DMSoft.SkinCrafterLight();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabInfo.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tabPage4.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage9.SuspendLayout();
     this.cmShipCargo.SuspendLayout();
     this.tabPage10.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tabPageJumpRange.SuspendLayout();
     this.tabPage11.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.cmWorld.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.reportsToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(605, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addTravelogueNoteToolStripMenuItem,
     this.openExistingShipFileToolStripMenuItem,
     this.createNewShipDataFileToolStripMenuItem,
     this.editCurrentShipsDataFileToolStripMenuItem,
     this.createEmptyNoteFileToolStripMenuItem,
     this.toolStripMenuItem1,
     this.skinTypeToolStripMenuItem,
     this.toolStripMenuItem2,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // addTravelogueNoteToolStripMenuItem
     //
     this.addTravelogueNoteToolStripMenuItem.Name = "addTravelogueNoteToolStripMenuItem";
     this.addTravelogueNoteToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.addTravelogueNoteToolStripMenuItem.Text = "add travelogue note";
     this.addTravelogueNoteToolStripMenuItem.Click += new System.EventHandler(this.addTravelogueNoteToolStripMenuItem_Click);
     //
     // openExistingShipFileToolStripMenuItem
     //
     this.openExistingShipFileToolStripMenuItem.Name = "openExistingShipFileToolStripMenuItem";
     this.openExistingShipFileToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.openExistingShipFileToolStripMenuItem.Text = "open existing ship file";
     this.openExistingShipFileToolStripMenuItem.Click += new System.EventHandler(this.openExistingShipFileToolStripMenuItem_Click);
     //
     // createNewShipDataFileToolStripMenuItem
     //
     this.createNewShipDataFileToolStripMenuItem.Name = "createNewShipDataFileToolStripMenuItem";
     this.createNewShipDataFileToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.createNewShipDataFileToolStripMenuItem.Text = "create new ship data file";
     this.createNewShipDataFileToolStripMenuItem.Click += new System.EventHandler(this.createNewShipDataFileToolStripMenuItem_Click);
     //
     // editCurrentShipsDataFileToolStripMenuItem
     //
     this.editCurrentShipsDataFileToolStripMenuItem.Name = "editCurrentShipsDataFileToolStripMenuItem";
     this.editCurrentShipsDataFileToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.editCurrentShipsDataFileToolStripMenuItem.Text = "edit current ship\'s data file";
     this.editCurrentShipsDataFileToolStripMenuItem.Click += new System.EventHandler(this.editCurrentShipsDataFileToolStripMenuItem_Click);
     //
     // createEmptyNoteFileToolStripMenuItem
     //
     this.createEmptyNoteFileToolStripMenuItem.Enabled = false;
     this.createEmptyNoteFileToolStripMenuItem.Name = "createEmptyNoteFileToolStripMenuItem";
     this.createEmptyNoteFileToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.createEmptyNoteFileToolStripMenuItem.Text = "create empty note file";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(209, 6);
     //
     // skinTypeToolStripMenuItem
     //
     this.skinTypeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.noneToolStripMenuItem,
     this.elegantToolStripMenuItem,
     this.blackPearlToolStripMenuItem,
     this.exactToolStripMenuItem,
     this.zolderToolStripMenuItem});
     this.skinTypeToolStripMenuItem.Name = "skinTypeToolStripMenuItem";
     this.skinTypeToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.skinTypeToolStripMenuItem.Text = "Skin type";
     //
     // noneToolStripMenuItem
     //
     this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
     this.noneToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.noneToolStripMenuItem.Text = "None";
     this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
     //
     // elegantToolStripMenuItem
     //
     this.elegantToolStripMenuItem.Name = "elegantToolStripMenuItem";
     this.elegantToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.elegantToolStripMenuItem.Text = "Elegant";
     this.elegantToolStripMenuItem.Click += new System.EventHandler(this.elegantToolStripMenuItem_Click);
     //
     // blackPearlToolStripMenuItem
     //
     this.blackPearlToolStripMenuItem.Name = "blackPearlToolStripMenuItem";
     this.blackPearlToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.blackPearlToolStripMenuItem.Text = "Black Pearl";
     this.blackPearlToolStripMenuItem.Click += new System.EventHandler(this.blackPearlToolStripMenuItem_Click);
     //
     // exactToolStripMenuItem
     //
     this.exactToolStripMenuItem.Name = "exactToolStripMenuItem";
     this.exactToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.exactToolStripMenuItem.Text = "Exact";
     this.exactToolStripMenuItem.Click += new System.EventHandler(this.exactToolStripMenuItem_Click);
     //
     // zolderToolStripMenuItem
     //
     this.zolderToolStripMenuItem.Name = "zolderToolStripMenuItem";
     this.zolderToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.zolderToolStripMenuItem.Text = "Zolder";
     this.zolderToolStripMenuItem.Click += new System.EventHandler(this.zolderToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(209, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // reportsToolStripMenuItem
     //
     this.reportsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cargoManifestToolStripMenuItem,
     this.cargoHistoryToolStripMenuItem,
     this.travelogueRSSFeedToolStripMenuItem,
     this.showJumpMapToolStripMenuItem});
     this.reportsToolStripMenuItem.Name = "reportsToolStripMenuItem";
     this.reportsToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.reportsToolStripMenuItem.Text = "Reports";
     //
     // cargoManifestToolStripMenuItem
     //
     this.cargoManifestToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.summaryToolStripMenuItem,
     this.detailToolStripMenuItem});
     this.cargoManifestToolStripMenuItem.Name = "cargoManifestToolStripMenuItem";
     this.cargoManifestToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.cargoManifestToolStripMenuItem.Text = "Cargo manifest";
     //
     // summaryToolStripMenuItem
     //
     this.summaryToolStripMenuItem.Name = "summaryToolStripMenuItem";
     this.summaryToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.summaryToolStripMenuItem.Text = "Summary";
     this.summaryToolStripMenuItem.Click += new System.EventHandler(this.summaryToolStripMenuItem_Click);
     //
     // detailToolStripMenuItem
     //
     this.detailToolStripMenuItem.Name = "detailToolStripMenuItem";
     this.detailToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.detailToolStripMenuItem.Text = "Detail";
     this.detailToolStripMenuItem.Click += new System.EventHandler(this.detailToolStripMenuItem_Click);
     //
     // cargoHistoryToolStripMenuItem
     //
     this.cargoHistoryToolStripMenuItem.Name = "cargoHistoryToolStripMenuItem";
     this.cargoHistoryToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.cargoHistoryToolStripMenuItem.Text = "Cargo history";
     this.cargoHistoryToolStripMenuItem.Click += new System.EventHandler(this.cargoHistoryToolStripMenuItem_Click);
     //
     // travelogueRSSFeedToolStripMenuItem
     //
     this.travelogueRSSFeedToolStripMenuItem.Name = "travelogueRSSFeedToolStripMenuItem";
     this.travelogueRSSFeedToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.travelogueRSSFeedToolStripMenuItem.Text = "Travelogue RSS Feed";
     this.travelogueRSSFeedToolStripMenuItem.Click += new System.EventHandler(this.travelogueRSSFeedToolStripMenuItem_Click);
     //
     // showJumpMapToolStripMenuItem
     //
     this.showJumpMapToolStripMenuItem.Name = "showJumpMapToolStripMenuItem";
     this.showJumpMapToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.showJumpMapToolStripMenuItem.Text = "show jump map";
     this.showJumpMapToolStripMenuItem.Click += new System.EventHandler(this.showJumpMapToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.stStatus,
     this.sbImperialDate,
     this.sbCredits,
     this.sbCurrentWorld,
     this.sbVersion});
     this.statusStrip1.Location = new System.Drawing.Point(0, 571);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(605, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     //
     // stStatus
     //
     this.stStatus.Name = "stStatus";
     this.stStatus.Size = new System.Drawing.Size(101, 17);
     this.stStatus.Text = "initializing system...";
     //
     // sbImperialDate
     //
     this.sbImperialDate.Name = "sbImperialDate";
     this.sbImperialDate.Size = new System.Drawing.Size(75, 17);
     this.sbImperialDate.Text = "Imperial Date:";
     //
     // sbCredits
     //
     this.sbCredits.Name = "sbCredits";
     this.sbCredits.Size = new System.Drawing.Size(18, 17);
     this.sbCredits.Text = "Cr";
     //
     // sbCurrentWorld
     //
     this.sbCurrentWorld.Name = "sbCurrentWorld";
     this.sbCurrentWorld.Size = new System.Drawing.Size(53, 17);
     this.sbCurrentWorld.Text = "nowhere!";
     //
     // sbVersion
     //
     this.sbVersion.Name = "sbVersion";
     this.sbVersion.Size = new System.Drawing.Size(58, 17);
     this.sbVersion.Text = "<version>";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 24);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(605, 547);
     this.tabControl1.TabIndex = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(597, 521);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Worlds and Cargos";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tabInfo);
     this.groupBox2.Controls.Add(this.lblSEC);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(3, 86);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(591, 432);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Current World Data";
     //
     // tabInfo
     //
     this.tabInfo.Controls.Add(this.tabPage3);
     this.tabInfo.Controls.Add(this.tabPage4);
     this.tabInfo.Controls.Add(this.tabPage6);
     this.tabInfo.Controls.Add(this.tabPage5);
     this.tabInfo.Controls.Add(this.tabPage7);
     this.tabInfo.Controls.Add(this.tabPage8);
     this.tabInfo.Controls.Add(this.tabPageJumpRange);
     this.tabInfo.Controls.Add(this.tabPage11);
     this.tabInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.tabInfo.Location = new System.Drawing.Point(3, 46);
     this.tabInfo.Name = "tabInfo";
     this.tabInfo.SelectedIndex = 0;
     this.tabInfo.Size = new System.Drawing.Size(585, 383);
     this.tabInfo.TabIndex = 1;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.splitContainer1);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(577, 357);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text = "World Data";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvData);
     this.splitContainer1.Size = new System.Drawing.Size(571, 351);
     this.splitContainer1.SplitterDistance = 190;
     this.splitContainer1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.label6, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.lbTradeCodes, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.label7, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.lbBases, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.lblAlliance, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 5);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(190, 351);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(3, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(68, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Trade Codes";
     //
     // lbTradeCodes
     //
     this.lbTradeCodes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbTradeCodes.FormattingEnabled = true;
     this.lbTradeCodes.Location = new System.Drawing.Point(3, 23);
     this.lbTradeCodes.Name = "lbTradeCodes";
     this.lbTradeCodes.Size = new System.Drawing.Size(184, 108);
     this.lbTradeCodes.TabIndex = 1;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(3, 134);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(36, 13);
     this.label7.TabIndex = 2;
     this.label7.Text = "Bases";
     //
     // lbBases
     //
     this.lbBases.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbBases.FormattingEnabled = true;
     this.lbBases.Location = new System.Drawing.Point(3, 157);
     this.lbBases.Name = "lbBases";
     this.lbBases.Size = new System.Drawing.Size(184, 69);
     this.lbBases.TabIndex = 3;
     //
     // lblAlliance
     //
     this.lblAlliance.AutoSize = true;
     this.lblAlliance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAlliance.Location = new System.Drawing.Point(3, 230);
     this.lblAlliance.Name = "lblAlliance";
     this.lblAlliance.Size = new System.Drawing.Size(80, 20);
     this.lblAlliance.TabIndex = 4;
     this.lblAlliance.Text = "<alliance>";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.Location = new System.Drawing.Point(3, 273);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(184, 75);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // lvData
     //
     this.lvData.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.lvData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvData.Location = new System.Drawing.Point(0, 0);
     this.lvData.Name = "lvData";
     this.lvData.Size = new System.Drawing.Size(377, 351);
     this.lvData.TabIndex = 7;
     this.lvData.UseCompatibleStateImageBehavior = false;
     this.lvData.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Data";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Description";
     this.columnHeader2.Width = 234;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.edNotes);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(577, 357);
     this.tabPage4.TabIndex = 1;
     this.tabPage4.Text = "System Notes";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // edNotes
     //
     this.edNotes.AcceptsReturn = true;
     this.edNotes.AcceptsTab = true;
     this.edNotes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.edNotes.Location = new System.Drawing.Point(3, 3);
     this.edNotes.Multiline = true;
     this.edNotes.Name = "edNotes";
     this.edNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.edNotes.Size = new System.Drawing.Size(571, 351);
     this.edNotes.TabIndex = 0;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.edNPC);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Size = new System.Drawing.Size(577, 357);
     this.tabPage6.TabIndex = 3;
     this.tabPage6.Text = "NPC Notes";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // edNPC
     //
     this.edNPC.Dock = System.Windows.Forms.DockStyle.Fill;
     this.edNPC.Location = new System.Drawing.Point(0, 0);
     this.edNPC.Multiline = true;
     this.edNPC.Name = "edNPC";
     this.edNPC.Size = new System.Drawing.Size(577, 357);
     this.edNPC.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.lvAvailableCargo);
     this.tabPage5.Controls.Add(this.panel1);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(577, 357);
     this.tabPage5.TabIndex = 2;
     this.tabPage5.Text = "Trade";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // lvAvailableCargo
     //
     this.lvAvailableCargo.CheckBoxes = true;
     this.lvAvailableCargo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader6,
     this.columnHeader5,
     this.columnHeader20,
     this.columnHeader22});
     this.lvAvailableCargo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvAvailableCargo.Location = new System.Drawing.Point(3, 56);
     this.lvAvailableCargo.Name = "lvAvailableCargo";
     this.lvAvailableCargo.Size = new System.Drawing.Size(571, 298);
     this.lvAvailableCargo.TabIndex = 1;
     this.lvAvailableCargo.UseCompatibleStateImageBehavior = false;
     this.lvAvailableCargo.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Cargo Code";
     this.columnHeader3.Width = 162;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Cost";
     this.columnHeader4.Width = 46;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Tons";
     this.columnHeader6.Width = 49;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Description";
     this.columnHeader5.Width = 222;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "basecost";
     this.columnHeader20.Width = 0;
     //
     // columnHeader22
     //
     this.columnHeader22.Text = "avmod";
     this.columnHeader22.Width = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnBuy);
     this.panel1.Controls.Add(this.btnPassengers);
     this.panel1.Controls.Add(this.btnGenerateCargo);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(571, 53);
     this.panel1.TabIndex = 0;
     //
     // btnBuy
     //
     this.btnBuy.Location = new System.Drawing.Point(403, 14);
     this.btnBuy.Name = "btnBuy";
     this.btnBuy.Size = new System.Drawing.Size(75, 23);
     this.btnBuy.TabIndex = 2;
     this.btnBuy.Text = "buy!";
     this.toolTip1.SetToolTip(this.btnBuy, "purchase checked items");
     this.btnBuy.UseVisualStyleBackColor = true;
     this.btnBuy.Click += new System.EventHandler(this.btnBuy_Click);
     //
     // btnPassengers
     //
     this.btnPassengers.Location = new System.Drawing.Point(161, 14);
     this.btnPassengers.Name = "btnPassengers";
     this.btnPassengers.Size = new System.Drawing.Size(236, 23);
     this.btnPassengers.TabIndex = 1;
     this.btnPassengers.Text = "check for passengers (on day leaving only)";
     this.btnPassengers.UseVisualStyleBackColor = true;
     this.btnPassengers.Click += new System.EventHandler(this.btnPassengers_Click);
     //
     // btnGenerateCargo
     //
     this.btnGenerateCargo.Location = new System.Drawing.Point(12, 14);
     this.btnGenerateCargo.Name = "btnGenerateCargo";
     this.btnGenerateCargo.Size = new System.Drawing.Size(143, 23);
     this.btnGenerateCargo.TabIndex = 0;
     this.btnGenerateCargo.Text = "check for cargo";
     this.btnGenerateCargo.UseVisualStyleBackColor = true;
     this.btnGenerateCargo.Click += new System.EventHandler(this.btnGenerateCargo_Click);
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.tvTravelogue);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(577, 357);
     this.tabPage7.TabIndex = 4;
     this.tabPage7.Text = "Travelogue";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // tvTravelogue
     //
     this.tvTravelogue.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvTravelogue.Location = new System.Drawing.Point(0, 0);
     this.tvTravelogue.Name = "tvTravelogue";
     this.tvTravelogue.Size = new System.Drawing.Size(577, 357);
     this.tvTravelogue.TabIndex = 0;
     //
     // tabPage8
     //
     this.tabPage8.Controls.Add(this.tabControl2);
     this.tabPage8.Controls.Add(this.tableLayoutPanel1);
     this.tabPage8.Controls.Add(this.lblShipFileName);
     this.tabPage8.Controls.Add(this.label12);
     this.tabPage8.Location = new System.Drawing.Point(4, 22);
     this.tabPage8.Name = "tabPage8";
     this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage8.Size = new System.Drawing.Size(577, 357);
     this.tabPage8.TabIndex = 5;
     this.tabPage8.Text = "Ship Info";
     this.tabPage8.UseVisualStyleBackColor = true;
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPage9);
     this.tabControl2.Controls.Add(this.tabPage10);
     this.tabControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.tabControl2.Location = new System.Drawing.Point(3, 146);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(571, 208);
     this.tabControl2.TabIndex = 4;
     //
     // tabPage9
     //
     this.tabPage9.Controls.Add(this.lvShipCargo);
     this.tabPage9.Location = new System.Drawing.Point(4, 22);
     this.tabPage9.Name = "tabPage9";
     this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage9.Size = new System.Drawing.Size(563, 182);
     this.tabPage9.TabIndex = 0;
     this.tabPage9.Text = "Current Cargo";
     this.tabPage9.UseVisualStyleBackColor = true;
     //
     // lvShipCargo
     //
     this.lvShipCargo.CheckBoxes = true;
     this.lvShipCargo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader10,
     this.columnHeader7,
     this.columnHeader8,
     this.columnHeader9,
     this.columnHeader15,
     this.columnHeader16,
     this.columnHeader19});
     this.lvShipCargo.ContextMenuStrip = this.cmShipCargo;
     this.lvShipCargo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvShipCargo.Location = new System.Drawing.Point(3, 3);
     this.lvShipCargo.Name = "lvShipCargo";
     this.lvShipCargo.Size = new System.Drawing.Size(557, 176);
     this.lvShipCargo.TabIndex = 0;
     this.lvShipCargo.UseCompatibleStateImageBehavior = false;
     this.lvShipCargo.View = System.Windows.Forms.View.Details;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Description";
     this.columnHeader10.Width = 161;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Cargo code";
     this.columnHeader7.Width = 166;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Cost";
     this.columnHeader8.Width = 44;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Tons";
     this.columnHeader9.Width = 47;
     //
     // columnHeader15
     //
     this.columnHeader15.Text = "Date";
     //
     // columnHeader16
     //
     this.columnHeader16.Text = "Origination";
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "ID";
     //
     // cmShipCargo
     //
     this.cmShipCargo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.sellCheckedCargosToolStripMenuItem,
     this.detaToolStripMenuItem,
     this.detailedManifestReportToolStripMenuItem});
     this.cmShipCargo.Name = "cmShipCargo";
     this.cmShipCargo.Size = new System.Drawing.Size(206, 70);
     //
     // sellCheckedCargosToolStripMenuItem
     //
     this.sellCheckedCargosToolStripMenuItem.Name = "sellCheckedCargosToolStripMenuItem";
     this.sellCheckedCargosToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
     this.sellCheckedCargosToolStripMenuItem.Text = "sell checked cargos";
     this.sellCheckedCargosToolStripMenuItem.Click += new System.EventHandler(this.sellCheckedCargosToolStripMenuItem_Click);
     //
     // detaToolStripMenuItem
     //
     this.detaToolStripMenuItem.Name = "detaToolStripMenuItem";
     this.detaToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
     this.detaToolStripMenuItem.Text = "summary manifest report";
     this.detaToolStripMenuItem.Click += new System.EventHandler(this.detaToolStripMenuItem_Click);
     //
     // detailedManifestReportToolStripMenuItem
     //
     this.detailedManifestReportToolStripMenuItem.Name = "detailedManifestReportToolStripMenuItem";
     this.detailedManifestReportToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
     this.detailedManifestReportToolStripMenuItem.Text = "detailed manifest report";
     this.detailedManifestReportToolStripMenuItem.Click += new System.EventHandler(this.detailedManifestReportToolStripMenuItem_Click);
     //
     // tabPage10
     //
     this.tabPage10.Controls.Add(this.lvSold);
     this.tabPage10.Location = new System.Drawing.Point(4, 22);
     this.tabPage10.Name = "tabPage10";
     this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage10.Size = new System.Drawing.Size(563, 182);
     this.tabPage10.TabIndex = 1;
     this.tabPage10.Text = "Sold Cargo";
     this.tabPage10.UseVisualStyleBackColor = true;
     //
     // lvSold
     //
     this.lvSold.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader17,
     this.columnHeader14});
     this.lvSold.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSold.Location = new System.Drawing.Point(3, 3);
     this.lvSold.Name = "lvSold";
     this.lvSold.Size = new System.Drawing.Size(557, 176);
     this.lvSold.TabIndex = 0;
     this.lvSold.UseCompatibleStateImageBehavior = false;
     this.lvSold.View = System.Windows.Forms.View.Details;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Code";
     this.columnHeader11.Width = 84;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Description";
     this.columnHeader12.Width = 156;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Cost";
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "Date";
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "Sold Location";
     this.columnHeader14.Width = 165;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.5124F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 71.4876F));
     this.tableLayoutPanel1.Controls.Add(this.label13, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblShipName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label14, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblManPowJump, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label15, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblCargo, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblCredits, 1, 3);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 37);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(484, 103);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(3, 0);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 13);
     this.label13.TabIndex = 0;
     this.label13.Text = "Ship Name";
     //
     // lblShipName
     //
     this.lblShipName.AutoSize = true;
     this.lblShipName.Location = new System.Drawing.Point(141, 0);
     this.lblShipName.Name = "lblShipName";
     this.lblShipName.Size = new System.Drawing.Size(36, 13);
     this.lblShipName.TabIndex = 1;
     this.lblShipName.Text = "<info>";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(3, 27);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(84, 13);
     this.label14.TabIndex = 2;
     this.label14.Text = "Man/Pow/Jump";
     //
     // lblManPowJump
     //
     this.lblManPowJump.AutoSize = true;
     this.lblManPowJump.Location = new System.Drawing.Point(141, 27);
     this.lblManPowJump.Name = "lblManPowJump";
     this.lblManPowJump.Size = new System.Drawing.Size(36, 13);
     this.lblManPowJump.TabIndex = 3;
     this.lblManPowJump.Text = "<info>";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(3, 54);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(35, 13);
     this.label15.TabIndex = 4;
     this.label15.Text = "Cargo";
     //
     // lblCargo
     //
     this.lblCargo.AutoSize = true;
     this.lblCargo.Location = new System.Drawing.Point(141, 54);
     this.lblCargo.Name = "lblCargo";
     this.lblCargo.Size = new System.Drawing.Size(36, 13);
     this.lblCargo.TabIndex = 5;
     this.lblCargo.Text = "<info>";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(3, 81);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(39, 13);
     this.label16.TabIndex = 6;
     this.label16.Text = "Credits";
     //
     // lblCredits
     //
     this.lblCredits.AutoSize = true;
     this.lblCredits.Location = new System.Drawing.Point(141, 81);
     this.lblCredits.Name = "lblCredits";
     this.lblCredits.Size = new System.Drawing.Size(36, 13);
     this.lblCredits.TabIndex = 7;
     this.lblCredits.Text = "<info>";
     //
     // lblShipFileName
     //
     this.lblShipFileName.AutoSize = true;
     this.lblShipFileName.Location = new System.Drawing.Point(59, 13);
     this.lblShipFileName.Name = "lblShipFileName";
     this.lblShipFileName.Size = new System.Drawing.Size(36, 13);
     this.lblShipFileName.TabIndex = 1;
     this.lblShipFileName.Text = "<info>";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 13);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(47, 13);
     this.label12.TabIndex = 0;
     this.label12.Text = "Ship file:";
     //
     // tabPageJumpRange
     //
     this.tabPageJumpRange.Controls.Add(this.lvJ6);
     this.tabPageJumpRange.Location = new System.Drawing.Point(4, 22);
     this.tabPageJumpRange.Name = "tabPageJumpRange";
     this.tabPageJumpRange.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageJumpRange.Size = new System.Drawing.Size(577, 357);
     this.tabPageJumpRange.TabIndex = 6;
     this.tabPageJumpRange.Text = "Jump 6 Systems";
     this.tabPageJumpRange.UseVisualStyleBackColor = true;
     //
     // lvJ6
     //
     this.lvJ6.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader18});
     this.lvJ6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvJ6.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvJ6.Location = new System.Drawing.Point(3, 3);
     this.lvJ6.Name = "lvJ6";
     this.lvJ6.Size = new System.Drawing.Size(571, 351);
     this.lvJ6.TabIndex = 0;
     this.lvJ6.UseCompatibleStateImageBehavior = false;
     this.lvJ6.View = System.Windows.Forms.View.Details;
     this.lvJ6.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvJ6_MouseDoubleClick);
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "System";
     this.columnHeader18.Width = 533;
     //
     // tabPage11
     //
     this.tabPage11.Controls.Add(this.webBrowser1);
     this.tabPage11.Location = new System.Drawing.Point(4, 22);
     this.tabPage11.Name = "tabPage11";
     this.tabPage11.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage11.Size = new System.Drawing.Size(577, 357);
     this.tabPage11.TabIndex = 7;
     this.tabPage11.Text = "TravellerMap";
     this.tabPage11.UseVisualStyleBackColor = true;
     //
     // webBrowser1
     //
     this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowser1.Location = new System.Drawing.Point(3, 3);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name = "webBrowser1";
     this.webBrowser1.Size = new System.Drawing.Size(571, 351);
     this.webBrowser1.TabIndex = 0;
     //
     // lblSEC
     //
     this.lblSEC.AutoSize = true;
     this.lblSEC.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSEC.Location = new System.Drawing.Point(3, 20);
     this.lblSEC.Name = "lblSEC";
     this.lblSEC.Size = new System.Drawing.Size(173, 18);
     this.lblSEC.TabIndex = 0;
     this.lblSEC.Text = "<no current location set>";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ckLimit);
     this.groupBox1.Controls.Add(this.btnJump);
     this.groupBox1.Controls.Add(this.cbWorlds);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(591, 83);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Jump to new system";
     //
     // ckLimit
     //
     this.ckLimit.AutoSize = true;
     this.ckLimit.Location = new System.Drawing.Point(350, 52);
     this.ckLimit.Name = "ckLimit";
     this.ckLimit.Size = new System.Drawing.Size(157, 17);
     this.ckLimit.TabIndex = 3;
     this.ckLimit.Text = "show ONLY worlds in range";
     this.ckLimit.UseVisualStyleBackColor = true;
     this.ckLimit.CheckStateChanged += new System.EventHandler(this.ckLimit_CheckStateChanged);
     //
     // btnJump
     //
     this.btnJump.Location = new System.Drawing.Point(205, 48);
     this.btnJump.Name = "btnJump";
     this.btnJump.Size = new System.Drawing.Size(75, 23);
     this.btnJump.TabIndex = 1;
     this.btnJump.Text = "jump";
     this.btnJump.UseVisualStyleBackColor = true;
     this.btnJump.Click += new System.EventHandler(this.btnJump_Click);
     //
     // cbWorlds
     //
     this.cbWorlds.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.cbWorlds.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbWorlds.ContextMenuStrip = this.cmWorld;
     this.cbWorlds.Cursor = System.Windows.Forms.Cursors.Default;
     this.cbWorlds.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbWorlds.FormattingEnabled = true;
     this.cbWorlds.Location = new System.Drawing.Point(3, 19);
     this.cbWorlds.Name = "cbWorlds";
     this.cbWorlds.Size = new System.Drawing.Size(569, 23);
     this.cbWorlds.TabIndex = 0;
     this.toolTip1.SetToolTip(this.cbWorlds, "world system");
     //
     // cmWorld
     //
     this.cmWorld.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.showSystemToolStripMenuItem,
     this.jumpToThisSystemToolStripMenuItem});
     this.cmWorld.Name = "cmWorld";
     this.cmWorld.Size = new System.Drawing.Size(179, 48);
     //
     // showSystemToolStripMenuItem
     //
     this.showSystemToolStripMenuItem.Name = "showSystemToolStripMenuItem";
     this.showSystemToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.showSystemToolStripMenuItem.Text = "show system";
     this.showSystemToolStripMenuItem.Click += new System.EventHandler(this.showSystemToolStripMenuItem_Click);
     //
     // jumpToThisSystemToolStripMenuItem
     //
     this.jumpToThisSystemToolStripMenuItem.Name = "jumpToThisSystemToolStripMenuItem";
     this.jumpToThisSystemToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.jumpToThisSystemToolStripMenuItem.Text = "jump to this system";
     this.jumpToThisSystemToolStripMenuItem.Click += new System.EventHandler(this.jumpToThisSystemToolStripMenuItem_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(597, 521);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Settings";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.Transparent;
     this.groupBox4.Controls.Add(this.groupBox9);
     this.groupBox4.Controls.Add(this.groupBox6);
     this.groupBox4.Controls.Add(this.groupBox5);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox4.Location = new System.Drawing.Point(3, 3);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(591, 290);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "System Files";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.lblShipData);
     this.groupBox9.Location = new System.Drawing.Point(9, 227);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(487, 35);
     this.groupBox9.TabIndex = 8;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "Ship\'s Data File";
     //
     // lblShipData
     //
     this.lblShipData.AutoSize = true;
     this.lblShipData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblShipData.Location = new System.Drawing.Point(15, 16);
     this.lblShipData.Name = "lblShipData";
     this.lblShipData.Size = new System.Drawing.Size(2, 15);
     this.lblShipData.TabIndex = 5;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.lblPortModifier);
     this.groupBox6.Controls.Add(this.label5);
     this.groupBox6.Controls.Add(this.lblTLModifier);
     this.groupBox6.Controls.Add(this.label4);
     this.groupBox6.Location = new System.Drawing.Point(9, 141);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(487, 80);
     this.groupBox6.TabIndex = 6;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "GURPS WTN Data Files";
     //
     // lblPortModifier
     //
     this.lblPortModifier.AutoSize = true;
     this.lblPortModifier.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblPortModifier.Location = new System.Drawing.Point(123, 49);
     this.lblPortModifier.Name = "lblPortModifier";
     this.lblPortModifier.Size = new System.Drawing.Size(2, 15);
     this.lblPortModifier.TabIndex = 6;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 51);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95, 13);
     this.label5.TabIndex = 5;
     this.label5.Text = "Port Modifier Data:";
     //
     // lblTLModifier
     //
     this.lblTLModifier.AutoSize = true;
     this.lblTLModifier.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTLModifier.Location = new System.Drawing.Point(123, 26);
     this.lblTLModifier.Name = "lblTLModifier";
     this.lblTLModifier.Size = new System.Drawing.Size(2, 15);
     this.lblTLModifier.TabIndex = 4;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 26);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(89, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "TL Modifier Data:";
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.Transparent;
     this.groupBox5.Controls.Add(this.lblCustomTrade);
     this.groupBox5.Controls.Add(this.label9);
     this.groupBox5.Controls.Add(this.lblMTTrade);
     this.groupBox5.Controls.Add(this.lblT5Trade);
     this.groupBox5.Controls.Add(this.lblCTTrade);
     this.groupBox5.Controls.Add(this.label3);
     this.groupBox5.Controls.Add(this.label2);
     this.groupBox5.Controls.Add(this.label1);
     this.groupBox5.Location = new System.Drawing.Point(9, 16);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(487, 119);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Trade Classification Data Files";
     //
     // lblCustomTrade
     //
     this.lblCustomTrade.AutoSize = true;
     this.lblCustomTrade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblCustomTrade.Location = new System.Drawing.Point(126, 96);
     this.lblCustomTrade.Name = "lblCustomTrade";
     this.lblCustomTrade.Size = new System.Drawing.Size(2, 15);
     this.lblCustomTrade.TabIndex = 7;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(15, 98);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(45, 13);
     this.label9.TabIndex = 6;
     this.label9.Text = "Custom:";
     //
     // lblMTTrade
     //
     this.lblMTTrade.AutoSize = true;
     this.lblMTTrade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblMTTrade.Location = new System.Drawing.Point(126, 73);
     this.lblMTTrade.Name = "lblMTTrade";
     this.lblMTTrade.Size = new System.Drawing.Size(2, 15);
     this.lblMTTrade.TabIndex = 5;
     //
     // lblT5Trade
     //
     this.lblT5Trade.AutoSize = true;
     this.lblT5Trade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblT5Trade.Location = new System.Drawing.Point(126, 49);
     this.lblT5Trade.Name = "lblT5Trade";
     this.lblT5Trade.Size = new System.Drawing.Size(2, 15);
     this.lblT5Trade.TabIndex = 4;
     //
     // lblCTTrade
     //
     this.lblCTTrade.AutoSize = true;
     this.lblCTTrade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblCTTrade.Location = new System.Drawing.Point(126, 25);
     this.lblCTTrade.Name = "lblCTTrade";
     this.lblCTTrade.Size = new System.Drawing.Size(2, 15);
     this.lblCTTrade.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(15, 75);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(104, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "Mongoose Traveller:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(15, 49);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(67, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "T5 Traveller:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Classic Traveller:";
     //
     // skinCrafterLight1
     //
     this.skinCrafterLight1.Skin = DMSoft.Skinset.None;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(605, 593);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Form1";
     this.Text = "Traveller";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabInfo.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.tabPage8.ResumeLayout(false);
     this.tabPage8.PerformLayout();
     this.tabControl2.ResumeLayout(false);
     this.tabPage9.ResumeLayout(false);
     this.cmShipCargo.ResumeLayout(false);
     this.tabPage10.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tabPageJumpRange.ResumeLayout(false);
     this.tabPage11.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.cmWorld.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #37
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInicio));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.catalogosToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.peliculasToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPanelDePeliculas                 = new System.Windows.Forms.ToolStripMenuItem();
     this.detalleDeApartadosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clientesToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.MnuPanelDeClientes = new System.Windows.Forms.ToolStripMenuItem();
     this.agregarClientesToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.agregarProductosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.herramientasToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.respaldarBDToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.restaurarBDToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.calculadoraToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.ayudaToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.acercaToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.fAQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.catalogosToolStripMenuItem,
         this.herramientasToolStripMenuItem,
         this.ayudaToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(751, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // catalogosToolStripMenuItem
     //
     this.catalogosToolStripMenuItem.BackColor             = System.Drawing.Color.White;
     this.catalogosToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.catalogosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.peliculasToolStripMenuItem,
         this.clientesToolStripMenuItem,
         this.agregarProductosToolStripMenuItem
     });
     this.catalogosToolStripMenuItem.Name = "catalogosToolStripMenuItem";
     this.catalogosToolStripMenuItem.Size = new System.Drawing.Size(72, 20);
     this.catalogosToolStripMenuItem.Text = "&Catalogos";
     //
     // peliculasToolStripMenuItem
     //
     this.peliculasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuPanelDePeliculas,
         this.detalleDeApartadosToolStripMenuItem
     });
     this.peliculasToolStripMenuItem.Name = "peliculasToolStripMenuItem";
     this.peliculasToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.peliculasToolStripMenuItem.Text = "Apartados";
     //
     // mnuPanelDePeliculas
     //
     this.mnuPanelDePeliculas.Name        = "mnuPanelDePeliculas";
     this.mnuPanelDePeliculas.Size        = new System.Drawing.Size(180, 22);
     this.mnuPanelDePeliculas.Text        = "Panel de apartados";
     this.mnuPanelDePeliculas.ToolTipText = "Gestion de peliculas";
     this.mnuPanelDePeliculas.Click      += new System.EventHandler(this.MnuPanelDePeliculasClick);
     //
     // detalleDeApartadosToolStripMenuItem
     //
     this.detalleDeApartadosToolStripMenuItem.Name   = "detalleDeApartadosToolStripMenuItem";
     this.detalleDeApartadosToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.detalleDeApartadosToolStripMenuItem.Text   = "detalle de apartados";
     this.detalleDeApartadosToolStripMenuItem.Click += new System.EventHandler(this.DetalleDeApartadosToolStripMenuItemClick);
     //
     // clientesToolStripMenuItem
     //
     this.clientesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.MnuPanelDeClientes,
         this.agregarClientesToolStripMenuItem
     });
     this.clientesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("clientesToolStripMenuItem.Image")));
     this.clientesToolStripMenuItem.Name  = "clientesToolStripMenuItem";
     this.clientesToolStripMenuItem.Size  = new System.Drawing.Size(173, 22);
     this.clientesToolStripMenuItem.Text  = "Clientes";
     //
     // MnuPanelDeClientes
     //
     this.MnuPanelDeClientes.Name = "MnuPanelDeClientes";
     this.MnuPanelDeClientes.Size = new System.Drawing.Size(162, 22);
     this.MnuPanelDeClientes.Text = "Panel de clientes";
     //
     // agregarClientesToolStripMenuItem
     //
     this.agregarClientesToolStripMenuItem.Name = "agregarClientesToolStripMenuItem";
     this.agregarClientesToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     this.agregarClientesToolStripMenuItem.Text = "Agregar clientes";
     //
     // agregarProductosToolStripMenuItem
     //
     this.agregarProductosToolStripMenuItem.Name   = "agregarProductosToolStripMenuItem";
     this.agregarProductosToolStripMenuItem.Size   = new System.Drawing.Size(173, 22);
     this.agregarProductosToolStripMenuItem.Text   = "Agregar Productos";
     this.agregarProductosToolStripMenuItem.Click += new System.EventHandler(this.AgregarProductosToolStripMenuItemClick);
     //
     // herramientasToolStripMenuItem
     //
     this.herramientasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.respaldarBDToolStripMenuItem,
         this.restaurarBDToolStripMenuItem,
         this.calculadoraToolStripMenuItem
     });
     this.herramientasToolStripMenuItem.Name = "herramientasToolStripMenuItem";
     this.herramientasToolStripMenuItem.Size = new System.Drawing.Size(90, 20);
     this.herramientasToolStripMenuItem.Text = "Herramientas";
     //
     // respaldarBDToolStripMenuItem
     //
     this.respaldarBDToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("respaldarBDToolStripMenuItem.Image")));
     this.respaldarBDToolStripMenuItem.Name  = "respaldarBDToolStripMenuItem";
     this.respaldarBDToolStripMenuItem.Size  = new System.Drawing.Size(143, 22);
     this.respaldarBDToolStripMenuItem.Text  = "Respaldar BD";
     //
     // restaurarBDToolStripMenuItem
     //
     this.restaurarBDToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("restaurarBDToolStripMenuItem.Image")));
     this.restaurarBDToolStripMenuItem.Name  = "restaurarBDToolStripMenuItem";
     this.restaurarBDToolStripMenuItem.Size  = new System.Drawing.Size(143, 22);
     this.restaurarBDToolStripMenuItem.Text  = "Restaurar BD";
     //
     // calculadoraToolStripMenuItem
     //
     this.calculadoraToolStripMenuItem.Name = "calculadoraToolStripMenuItem";
     this.calculadoraToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
     this.calculadoraToolStripMenuItem.Text = "Calculadora";
     //
     // ayudaToolStripMenuItem
     //
     this.ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.acercaToolStripMenuItem,
         this.fAQToolStripMenuItem
     });
     this.ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     this.ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     this.ayudaToolStripMenuItem.Text = "Ayuda";
     //
     // acercaToolStripMenuItem
     //
     this.acercaToolStripMenuItem.Name = "acercaToolStripMenuItem";
     this.acercaToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
     this.acercaToolStripMenuItem.Text = "Acerca";
     //
     // fAQToolStripMenuItem
     //
     this.fAQToolStripMenuItem.Name = "fAQToolStripMenuItem";
     this.fAQToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
     this.fAQToolStripMenuItem.Text = "FAQ";
     //
     // frmInicio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(751, 390);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.Name           = "frmInicio";
     this.Text           = "frmInicio";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #38
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuQuit = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExtras = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHeaderInfo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuWZCompare = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSaveXML = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLoadXML = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExtract = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuSettings = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.licenseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCloseRender = new System.Windows.Forms.ToolStripMenuItem();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.button8 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.pnlSound = new System.Windows.Forms.Panel();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.label4 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.button5 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.btnSaveMp3 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.lstRender = new System.Windows.Forms.ListBox();
     this.chkNPC = new System.Windows.Forms.CheckBox();
     this.chkMob = new System.Windows.Forms.CheckBox();
     this.chkReactor = new System.Windows.Forms.CheckBox();
     this.chkPortal = new System.Windows.Forms.CheckBox();
     this.button2 = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtType = new System.Windows.Forms.TextBox();
     this.pnlPicture = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblUOL = new System.Windows.Forms.LinkLabel();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.renderContainer = new System.Windows.Forms.SplitContainer();
     this.picRender = new System.Windows.Forms.PictureBox();
     this.cmdCloseRender = new System.Windows.Forms.Button();
     this.cmdSaveRender = new System.Windows.Forms.Button();
     this.cmdRedrawRender = new System.Windows.Forms.Button();
     this.lstRenders = new System.Windows.Forms.ListBox();
     this.chkReactorr = new System.Windows.Forms.CheckBox();
     this.chkPortalr = new System.Windows.Forms.CheckBox();
     this.chkMobr = new System.Windows.Forms.CheckBox();
     this.chkNPCr = new System.Windows.Forms.CheckBox();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.label2 = new System.Windows.Forms.Label();
     this.treeView2 = new System.Windows.Forms.TreeView();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.fullExtractPanel = new System.Windows.Forms.Panel();
     this.label6 = new System.Windows.Forms.Label();
     this.extractCount = new System.Windows.Forms.Label();
     this.extractBar = new System.Windows.Forms.ProgressBar();
     this.extractCancel = new System.Windows.Forms.Button();
     this.extractStart = new System.Windows.Forms.Button();
     this.button9 = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.pnlSound.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.pnlPicture.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.renderContainer.Panel1.SuspendLayout();
     this.renderContainer.Panel2.SuspendLayout();
     this.renderContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picRender)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.fullExtractPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuFile,
     this.mnuExtras,
     this.mnuAbout,
     this.mnuCloseRender});
     this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(846, 25);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // mnuFile
     //
     this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuOpen,
     this.mnuQuit});
     this.mnuFile.Name = "mnuFile";
     this.mnuFile.Size = new System.Drawing.Size(39, 21);
     this.mnuFile.Text = "&File";
     //
     // mnuOpen
     //
     this.mnuOpen.Name = "mnuOpen";
     this.mnuOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.mnuOpen.Size = new System.Drawing.Size(164, 22);
     this.mnuOpen.Text = "&Open...";
     this.mnuOpen.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
     //
     // mnuQuit
     //
     this.mnuQuit.Name = "mnuQuit";
     this.mnuQuit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.mnuQuit.Size = new System.Drawing.Size(164, 22);
     this.mnuQuit.Text = "&Quit";
     this.mnuQuit.Click += new System.EventHandler(this.QuitToolStripMenuItemClick);
     //
     // mnuExtras
     //
     this.mnuExtras.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuHeaderInfo,
     this.mnuWZCompare,
     this.mnuExtract,
     this.toolStripMenuItem3,
     this.findToolStripMenuItem,
     this.toolStripTextBox1,
     this.toolStripMenuItem2,
     this.mnuSettings});
     this.mnuExtras.Name = "mnuExtras";
     this.mnuExtras.Size = new System.Drawing.Size(55, 21);
     this.mnuExtras.Text = "&Extras";
     //
     // mnuHeaderInfo
     //
     this.mnuHeaderInfo.Enabled = false;
     this.mnuHeaderInfo.Name = "mnuHeaderInfo";
     this.mnuHeaderInfo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
     this.mnuHeaderInfo.Size = new System.Drawing.Size(236, 22);
     this.mnuHeaderInfo.Text = "Header information";
     this.mnuHeaderInfo.Click += new System.EventHandler(this.ShowHeaderInformationToolStripMenuItemClick);
     //
     // mnuWZCompare
     //
     this.mnuWZCompare.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuSaveXML,
     this.mnuLoadXML});
     this.mnuWZCompare.Enabled = false;
     this.mnuWZCompare.Name = "mnuWZCompare";
     this.mnuWZCompare.Size = new System.Drawing.Size(236, 22);
     this.mnuWZCompare.Text = "WZ Comparison";
     //
     // mnuSaveXML
     //
     this.mnuSaveXML.Enabled = false;
     this.mnuSaveXML.Name = "mnuSaveXML";
     this.mnuSaveXML.Size = new System.Drawing.Size(208, 22);
     this.mnuSaveXML.Text = "Save XML File...";
     this.mnuSaveXML.Click += new System.EventHandler(this.saveXMLFileToolStripMenuItem_Click);
     //
     // mnuLoadXML
     //
     this.mnuLoadXML.Enabled = false;
     this.mnuLoadXML.Name = "mnuLoadXML";
     this.mnuLoadXML.Size = new System.Drawing.Size(208, 22);
     this.mnuLoadXML.Text = "Compare to XML File...";
     this.mnuLoadXML.Click += new System.EventHandler(this.compareToXMLFileToolStripMenuItem_Click);
     //
     // mnuExtract
     //
     this.mnuExtract.Enabled = false;
     this.mnuExtract.Name = "mnuExtract";
     this.mnuExtract.Size = new System.Drawing.Size(236, 22);
     this.mnuExtract.Text = "Extract everything to disk";
     this.mnuExtract.Click += new System.EventHandler(this.MnuExtractClick);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(233, 6);
     //
     // findToolStripMenuItem
     //
     this.findToolStripMenuItem.Enabled = false;
     this.findToolStripMenuItem.Name = "findToolStripMenuItem";
     this.findToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
     this.findToolStripMenuItem.Text = "Find in tree:";
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(100, 23);
     this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ToolStripTextBox1KeyDown);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(233, 6);
     //
     // mnuSettings
     //
     this.mnuSettings.Name = "mnuSettings";
     this.mnuSettings.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.mnuSettings.Size = new System.Drawing.Size(236, 22);
     this.mnuSettings.Text = "&Settings...";
     this.mnuSettings.Click += new System.EventHandler(this.PreferencesToolStripMenuItemClick);
     //
     // mnuAbout
     //
     this.mnuAbout.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.licenseToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.mnuAbout.Name = "mnuAbout";
     this.mnuAbout.Size = new System.Drawing.Size(26, 21);
     this.mnuAbout.Text = "?";
     //
     // licenseToolStripMenuItem
     //
     this.licenseToolStripMenuItem.Name = "licenseToolStripMenuItem";
     this.licenseToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.licenseToolStripMenuItem.Text = "License";
     this.licenseToolStripMenuItem.Click += new System.EventHandler(this.LicenseToolStripMenuItemClick);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // mnuCloseRender
     //
     this.mnuCloseRender.Name = "mnuCloseRender";
     this.mnuCloseRender.Size = new System.Drawing.Size(98, 21);
     this.mnuCloseRender.Text = "Close Render";
     this.mnuCloseRender.Visible = false;
     this.mnuCloseRender.Click += new System.EventHandler(this.closeRenderToolStripMenuItem_Click);
     //
     // treeView1
     //
     this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeView1.HideSelection = false;
     this.treeView1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.Size = new System.Drawing.Size(164, 242);
     this.treeView1.TabIndex = 2;
     this.treeView1.Tag = "";
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.button9);
     this.groupBox2.Controls.Add(this.button8);
     this.groupBox2.Controls.Add(this.button7);
     this.groupBox2.Controls.Add(this.button6);
     this.groupBox2.Controls.Add(this.pnlSound);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.lstRender);
     this.groupBox2.Controls.Add(this.chkNPC);
     this.groupBox2.Controls.Add(this.chkMob);
     this.groupBox2.Controls.Add(this.chkReactor);
     this.groupBox2.Controls.Add(this.chkPortal);
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.txtType);
     this.groupBox2.Controls.Add(this.pnlPicture);
     this.groupBox2.Controls.Add(this.lblUOL);
     this.groupBox2.Controls.Add(this.textBox8);
     this.groupBox2.Location = new System.Drawing.Point(2, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(657, 513);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Data";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(9, 435);
     this.button8.Name = "button8";
     this.button8.Size = new System.Drawing.Size(52, 23);
     this.button8.TabIndex = 26;
     this.button8.Text = "obj";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(9, 405);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(52, 23);
     this.button7.TabIndex = 25;
     this.button7.Text = "map";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(5, 302);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(54, 38);
     this.button6.TabIndex = 24;
     this.button6.Text = "Extract image";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Visible = false;
     this.button6.Click += new System.EventHandler(this.Button6Click);
     //
     // pnlSound
     //
     this.pnlSound.AutoScroll = true;
     this.pnlSound.AutoSize = true;
     this.pnlSound.Controls.Add(this.checkBox1);
     this.pnlSound.Controls.Add(this.trackBar1);
     this.pnlSound.Controls.Add(this.label4);
     this.pnlSound.Controls.Add(this.textBox1);
     this.pnlSound.Controls.Add(this.label3);
     this.pnlSound.Controls.Add(this.button5);
     this.pnlSound.Controls.Add(this.button4);
     this.pnlSound.Controls.Add(this.button3);
     this.pnlSound.Controls.Add(this.btnSaveMp3);
     this.pnlSound.Location = new System.Drawing.Point(66, 42);
     this.pnlSound.Name = "pnlSound";
     this.pnlSound.Size = new System.Drawing.Size(380, 192);
     this.pnlSound.TabIndex = 23;
     this.pnlSound.Visible = false;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(192, 6);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(58, 19);
     this.checkBox1.TabIndex = 30;
     this.checkBox1.Text = "Loop";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(4, 31);
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Size = new System.Drawing.Size(203, 45);
     this.trackBar1.TabIndex = 29;
     this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
     this.trackBar1.Scroll += new System.EventHandler(this.TrackBar1Scroll);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(213, 32);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 18);
     this.label4.TabIndex = 28;
     this.label4.Text = "00:00 /";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Window;
     this.textBox1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(3, 72);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(293, 117);
     this.textBox1.TabIndex = 27;
     this.textBox1.TabStop = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(259, 32);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(37, 18);
     this.label3.TabIndex = 26;
     this.label3.Text = "00:00";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(125, 3);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(55, 23);
     this.button5.TabIndex = 24;
     this.button5.Text = "Stop";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.Button5Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(64, 3);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(55, 23);
     this.button4.TabIndex = 23;
     this.button4.Text = "Pause";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(3, 3);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(55, 23);
     this.button3.TabIndex = 22;
     this.button3.Text = "Play";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // btnSaveMp3
     //
     this.btnSaveMp3.Location = new System.Drawing.Point(256, 3);
     this.btnSaveMp3.Name = "btnSaveMp3";
     this.btnSaveMp3.Size = new System.Drawing.Size(40, 23);
     this.btnSaveMp3.TabIndex = 19;
     this.btnSaveMp3.Text = "Save";
     this.btnSaveMp3.UseVisualStyleBackColor = true;
     this.btnSaveMp3.Click += new System.EventHandler(this.BtnSaveMp3Click);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 194);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(590, 192);
     this.label1.TabIndex = 5;
     this.label1.Text = resources.GetString("label1.Text");
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(7, 346);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(54, 43);
     this.button1.TabIndex = 21;
     this.button1.Text = "Save image";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // lstRender
     //
     this.lstRender.FormattingEnabled = true;
     this.lstRender.ItemHeight = 12;
     this.lstRender.Items.AddRange(new object[] {
     "None",
     "Black",
     "White"});
     this.lstRender.Location = new System.Drawing.Point(6, 258);
     this.lstRender.Name = "lstRender";
     this.lstRender.Size = new System.Drawing.Size(54, 40);
     this.lstRender.TabIndex = 13;
     this.lstRender.Visible = false;
     //
     // chkNPC
     //
     this.chkNPC.Checked = true;
     this.chkNPC.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkNPC.Location = new System.Drawing.Point(5, 238);
     this.chkNPC.Name = "chkNPC";
     this.chkNPC.Size = new System.Drawing.Size(55, 15);
     this.chkNPC.TabIndex = 12;
     this.chkNPC.Text = "NPCs";
     this.chkNPC.UseVisualStyleBackColor = true;
     this.chkNPC.Visible = false;
     this.chkNPC.CheckedChanged += new System.EventHandler(this.ChkNPCCheckedChanged);
     //
     // chkMob
     //
     this.chkMob.Checked = true;
     this.chkMob.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMob.Location = new System.Drawing.Point(5, 218);
     this.chkMob.Name = "chkMob";
     this.chkMob.Size = new System.Drawing.Size(55, 15);
     this.chkMob.TabIndex = 11;
     this.chkMob.Text = "Mob";
     this.chkMob.UseVisualStyleBackColor = true;
     this.chkMob.Visible = false;
     this.chkMob.CheckedChanged += new System.EventHandler(this.ChkMobCheckedChanged);
     //
     // chkReactor
     //
     this.chkReactor.Checked = true;
     this.chkReactor.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReactor.Location = new System.Drawing.Point(5, 193);
     this.chkReactor.Name = "chkReactor";
     this.chkReactor.Size = new System.Drawing.Size(55, 19);
     this.chkReactor.TabIndex = 10;
     this.chkReactor.Text = "Reactor";
     this.chkReactor.UseVisualStyleBackColor = true;
     this.chkReactor.Visible = false;
     this.chkReactor.CheckedChanged += new System.EventHandler(this.ChkReactorCheckedChanged);
     //
     // chkPortal
     //
     this.chkPortal.Checked = true;
     this.chkPortal.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPortal.Location = new System.Drawing.Point(5, 171);
     this.chkPortal.Name = "chkPortal";
     this.chkPortal.Size = new System.Drawing.Size(55, 20);
     this.chkPortal.TabIndex = 9;
     this.chkPortal.Text = "Portal";
     this.chkPortal.UseVisualStyleBackColor = true;
     this.chkPortal.Visible = false;
     this.chkPortal.CheckedChanged += new System.EventHandler(this.ChkPortalCheckedChanged);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(5, 114);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(54, 50);
     this.button2.TabIndex = 8;
     this.button2.Text = "Render this Map!";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Visible = false;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(6, 64);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(55, 37);
     this.label9.TabIndex = 5;
     this.label9.Text = "Click the picture to save it!";
     this.label9.Visible = false;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 44);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 14);
     this.label8.TabIndex = 3;
     this.label8.Text = "Content:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6, 18);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(42, 17);
     this.label7.TabIndex = 1;
     this.label7.Text = "Type:";
     //
     // txtType
     //
     this.txtType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtType.BackColor = System.Drawing.SystemColors.Window;
     this.txtType.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtType.Location = new System.Drawing.Point(67, 18);
     this.txtType.Multiline = true;
     this.txtType.Name = "txtType";
     this.txtType.ReadOnly = true;
     this.txtType.Size = new System.Drawing.Size(584, 19);
     this.txtType.TabIndex = 0;
     //
     // pnlPicture
     //
     this.pnlPicture.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlPicture.AutoScroll = true;
     this.pnlPicture.BackColor = System.Drawing.SystemColors.Control;
     this.pnlPicture.Controls.Add(this.pictureBox1);
     this.pnlPicture.Location = new System.Drawing.Point(67, 42);
     this.pnlPicture.Name = "pnlPicture";
     this.pnlPicture.Size = new System.Drawing.Size(584, 466);
     this.pnlPicture.TabIndex = 17;
     this.pnlPicture.Visible = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(553, 338);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     this.pictureBox1.Click += new System.EventHandler(this.PictureBox1Click);
     //
     // lblUOL
     //
     this.lblUOL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUOL.BackColor = System.Drawing.SystemColors.Control;
     this.lblUOL.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUOL.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblUOL.Location = new System.Drawing.Point(67, 42);
     this.lblUOL.Name = "lblUOL";
     this.lblUOL.Size = new System.Drawing.Size(408, 30);
     this.lblUOL.TabIndex = 20;
     this.lblUOL.Visible = false;
     this.lblUOL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // textBox8
     //
     this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox8.BackColor = System.Drawing.SystemColors.Window;
     this.textBox8.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(67, 42);
     this.textBox8.Multiline = true;
     this.textBox8.Name = "textBox8";
     this.textBox8.ReadOnly = true;
     this.textBox8.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox8.Size = new System.Drawing.Size(584, 466);
     this.textBox8.TabIndex = 2;
     this.textBox8.Visible = false;
     //
     // renderContainer
     //
     this.renderContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.renderContainer.IsSplitterFixed = true;
     this.renderContainer.Location = new System.Drawing.Point(606, 0);
     this.renderContainer.Name = "renderContainer";
     this.renderContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // renderContainer.Panel1
     //
     this.renderContainer.Panel1.AutoScroll = true;
     this.renderContainer.Panel1.Controls.Add(this.picRender);
     //
     // renderContainer.Panel2
     //
     this.renderContainer.Panel2.Controls.Add(this.cmdCloseRender);
     this.renderContainer.Panel2.Controls.Add(this.cmdSaveRender);
     this.renderContainer.Panel2.Controls.Add(this.cmdRedrawRender);
     this.renderContainer.Panel2.Controls.Add(this.lstRenders);
     this.renderContainer.Panel2.Controls.Add(this.chkReactorr);
     this.renderContainer.Panel2.Controls.Add(this.chkPortalr);
     this.renderContainer.Panel2.Controls.Add(this.chkMobr);
     this.renderContainer.Panel2.Controls.Add(this.chkNPCr);
     this.renderContainer.Size = new System.Drawing.Size(240, 207);
     this.renderContainer.SplitterDistance = 131;
     this.renderContainer.TabIndex = 0;
     this.renderContainer.TabStop = false;
     this.renderContainer.Visible = false;
     //
     // picRender
     //
     this.picRender.Location = new System.Drawing.Point(0, 0);
     this.picRender.Name = "picRender";
     this.picRender.Size = new System.Drawing.Size(279, 128);
     this.picRender.TabIndex = 0;
     this.picRender.TabStop = false;
     //
     // cmdCloseRender
     //
     this.cmdCloseRender.Location = new System.Drawing.Point(399, 34);
     this.cmdCloseRender.Name = "cmdCloseRender";
     this.cmdCloseRender.Size = new System.Drawing.Size(43, 21);
     this.cmdCloseRender.TabIndex = 7;
     this.cmdCloseRender.Text = "Close";
     this.cmdCloseRender.UseVisualStyleBackColor = true;
     this.cmdCloseRender.Click += new System.EventHandler(this.CmdCloseRenderClick);
     //
     // cmdSaveRender
     //
     this.cmdSaveRender.Location = new System.Drawing.Point(269, 34);
     this.cmdSaveRender.Name = "cmdSaveRender";
     this.cmdSaveRender.Size = new System.Drawing.Size(124, 21);
     this.cmdSaveRender.TabIndex = 6;
     this.cmdSaveRender.Text = "Save";
     this.cmdSaveRender.UseVisualStyleBackColor = true;
     this.cmdSaveRender.Click += new System.EventHandler(this.CmdSaveRenderClick);
     //
     // cmdRedrawRender
     //
     this.cmdRedrawRender.Location = new System.Drawing.Point(269, 8);
     this.cmdRedrawRender.Name = "cmdRedrawRender";
     this.cmdRedrawRender.Size = new System.Drawing.Size(173, 20);
     this.cmdRedrawRender.TabIndex = 5;
     this.cmdRedrawRender.Text = "Render with new settings";
     this.cmdRedrawRender.UseVisualStyleBackColor = true;
     this.cmdRedrawRender.Click += new System.EventHandler(this.CmdRedrawRenderClick);
     //
     // lstRenders
     //
     this.lstRenders.FormattingEnabled = true;
     this.lstRenders.ItemHeight = 12;
     this.lstRenders.Items.AddRange(new object[] {
     "None",
     "Black",
     "White"});
     this.lstRenders.Location = new System.Drawing.Point(157, 8);
     this.lstRenders.Name = "lstRenders";
     this.lstRenders.Size = new System.Drawing.Size(106, 52);
     this.lstRenders.TabIndex = 4;
     //
     // chkReactorr
     //
     this.chkReactorr.Checked = true;
     this.chkReactorr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReactorr.Location = new System.Drawing.Point(77, 8);
     this.chkReactorr.Name = "chkReactorr";
     this.chkReactorr.Size = new System.Drawing.Size(74, 20);
     this.chkReactorr.TabIndex = 3;
     this.chkReactorr.Text = "Reactors";
     this.chkReactorr.UseVisualStyleBackColor = true;
     this.chkReactorr.CheckedChanged += new System.EventHandler(this.ChkReactorrCheckedChanged);
     //
     // chkPortalr
     //
     this.chkPortalr.Checked = true;
     this.chkPortalr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPortalr.Location = new System.Drawing.Point(9, 10);
     this.chkPortalr.Name = "chkPortalr";
     this.chkPortalr.Size = new System.Drawing.Size(62, 18);
     this.chkPortalr.TabIndex = 2;
     this.chkPortalr.Text = "Portals";
     this.chkPortalr.UseVisualStyleBackColor = true;
     this.chkPortalr.CheckedChanged += new System.EventHandler(this.ChkPortalrCheckedChanged);
     //
     // chkMobr
     //
     this.chkMobr.Checked = true;
     this.chkMobr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMobr.Location = new System.Drawing.Point(9, 30);
     this.chkMobr.Name = "chkMobr";
     this.chkMobr.Size = new System.Drawing.Size(51, 18);
     this.chkMobr.TabIndex = 1;
     this.chkMobr.Text = "Mob";
     this.chkMobr.UseVisualStyleBackColor = true;
     this.chkMobr.CheckedChanged += new System.EventHandler(this.ChkMobrCheckedChanged);
     //
     // chkNPCr
     //
     this.chkNPCr.Checked = true;
     this.chkNPCr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkNPCr.Location = new System.Drawing.Point(77, 30);
     this.chkNPCr.Name = "chkNPCr";
     this.chkNPCr.Size = new System.Drawing.Size(68, 18);
     this.chkNPCr.TabIndex = 0;
     this.chkNPCr.Text = "NPCs";
     this.chkNPCr.UseVisualStyleBackColor = true;
     this.chkNPCr.CheckedChanged += new System.EventHandler(this.ChkNPCrCheckedChanged);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.toolStripStatusLabel2,
     this.toolStripProgressBar1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 542);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(846, 22);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoSize = false;
     this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(300, 17);
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoSize = false;
     this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(200, 17);
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Visible = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Size = new System.Drawing.Size(846, 516);
     this.splitContainer1.SplitterDistance = 171;
     this.splitContainer1.TabIndex = 5;
     //
     // splitContainer2
     //
     this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.splitContainer2.Location = new System.Drawing.Point(7, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.treeView1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.label2);
     this.splitContainer2.Panel2.Controls.Add(this.treeView2);
     this.splitContainer2.Size = new System.Drawing.Size(164, 505);
     this.splitContainer2.SplitterDistance = 245;
     this.splitContainer2.TabIndex = 4;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 4;
     this.label2.Text = "Image file content:";
     //
     // treeView2
     //
     this.treeView2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView2.HideSelection = false;
     this.treeView2.Location = new System.Drawing.Point(0, 18);
     this.treeView2.Name = "treeView2";
     this.treeView2.Size = new System.Drawing.Size(164, 235);
     this.treeView2.TabIndex = 3;
     this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView2AfterSelect);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
     //
     // fullExtractPanel
     //
     this.fullExtractPanel.Controls.Add(this.label6);
     this.fullExtractPanel.Controls.Add(this.extractCount);
     this.fullExtractPanel.Controls.Add(this.extractBar);
     this.fullExtractPanel.Controls.Add(this.extractCancel);
     this.fullExtractPanel.Controls.Add(this.extractStart);
     this.fullExtractPanel.Location = new System.Drawing.Point(307, 0);
     this.fullExtractPanel.Name = "fullExtractPanel";
     this.fullExtractPanel.Size = new System.Drawing.Size(281, 145);
     this.fullExtractPanel.TabIndex = 6;
     this.fullExtractPanel.Visible = false;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(29, 9);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(203, 34);
     this.label6.TabIndex = 4;
     this.label6.Text = "Full Extract Control Panel";
     //
     // extractCount
     //
     this.extractCount.Location = new System.Drawing.Point(29, 72);
     this.extractCount.Name = "extractCount";
     this.extractCount.Size = new System.Drawing.Size(203, 20);
     this.extractCount.TabIndex = 3;
     this.extractCount.Text = "progress";
     //
     // extractBar
     //
     this.extractBar.Location = new System.Drawing.Point(32, 46);
     this.extractBar.Name = "extractBar";
     this.extractBar.Size = new System.Drawing.Size(200, 18);
     this.extractBar.TabIndex = 2;
     //
     // extractCancel
     //
     this.extractCancel.Location = new System.Drawing.Point(184, 97);
     this.extractCancel.Name = "extractCancel";
     this.extractCancel.Size = new System.Drawing.Size(48, 24);
     this.extractCancel.TabIndex = 1;
     this.extractCancel.Text = "Cancel";
     this.extractCancel.UseVisualStyleBackColor = true;
     this.extractCancel.Click += new System.EventHandler(this.ExtractCancelClick);
     //
     // extractStart
     //
     this.extractStart.Location = new System.Drawing.Point(32, 97);
     this.extractStart.Name = "extractStart";
     this.extractStart.Size = new System.Drawing.Size(146, 24);
     this.extractStart.TabIndex = 0;
     this.extractStart.Text = "Start";
     this.extractStart.UseVisualStyleBackColor = true;
     this.extractStart.Click += new System.EventHandler(this.ExtractStartClick);
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(9, 470);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(52, 23);
     this.button9.TabIndex = 27;
     this.button9.Text = "tile";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(846, 564);
     this.Controls.Add(this.fullExtractPanel);
     this.Controls.Add(this.renderContainer);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.Text = "WZextract";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.pnlSound.ResumeLayout(false);
     this.pnlSound.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.pnlPicture.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.renderContainer.Panel1.ResumeLayout(false);
     this.renderContainer.Panel2.ResumeLayout(false);
     this.renderContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picRender)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.fullExtractPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XMLFileViewerWindow));
     this.kryptonPanel1                 = new Krypton.Toolkit.KryptonPanel();
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator            = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3           = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4           = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.customizeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.indexToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.searchToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.kryptonPanel2                 = new Krypton.Toolkit.KryptonPanel();
     this.statusStrip1                  = new System.Windows.Forms.StatusStrip();
     this.kryptonPanel3                 = new Krypton.Toolkit.KryptonPanel();
     this.seEdit = new EasyScintilla.SimpleEditor();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.ksZoomLevelSlider     = new Krypton.Toolkit.Suite.Extended.Tool.Strip.Items.KryptonSlider();
     this.tsslZoomLevel         = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
     this.kryptonPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.menuStrip1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1103, 24);
     this.kryptonPanel1.TabIndex = 0;
     //
     // menuStrip1
     //
     this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1103, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem,
         this.toolStripSeparator,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.toolStripSeparator1,
         this.printToolStripMenuItem,
         this.printPreviewToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripMenuItem.Name         = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.newToolStripMenuItem.Text         = "&New";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripMenuItem.Name         = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.openToolStripMenuItem.Text         = "&Open";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(177, 6);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripMenuItem.Name         = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.saveToolStripMenuItem.Text         = "&Save";
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.saveAsToolStripMenuItem.Text = "Save &As";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
     this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem.Name         = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.printToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.printToolStripMenuItem.Text         = "&Print";
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
     this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoToolStripMenuItem,
         this.redoToolStripMenuItem,
         this.toolStripSeparator3,
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.toolStripSeparator4,
         this.selectAllToolStripMenuItem
     });
     this.editToolStripMenuItem.Name    = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size    = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text    = "&Edit";
     this.editToolStripMenuItem.Visible = false;
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Name         = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.undoToolStripMenuItem.Text         = "&Undo";
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Name         = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.redoToolStripMenuItem.Text         = "&Redo";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem.Name         = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.cutToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.cutToolStripMenuItem.Text         = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem.Name         = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.copyToolStripMenuItem.Text         = "&Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem.Name         = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.pasteToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.pasteToolStripMenuItem.Text         = "&Paste";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.selectAllToolStripMenuItem.Text = "Select &All";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.customizeToolStripMenuItem,
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name    = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size    = new System.Drawing.Size(46, 20);
     this.toolsToolStripMenuItem.Text    = "&Tools";
     this.toolsToolStripMenuItem.Visible = false;
     //
     // customizeToolStripMenuItem
     //
     this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
     this.customizeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.customizeToolStripMenuItem.Text = "&Customize";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.optionsToolStripMenuItem.Text = "&Options";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.contentsToolStripMenuItem,
         this.indexToolStripMenuItem,
         this.searchToolStripMenuItem,
         this.toolStripSeparator5,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
     this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.contentsToolStripMenuItem.Text = "&Contents";
     //
     // indexToolStripMenuItem
     //
     this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
     this.indexToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.indexToolStripMenuItem.Text = "&Index";
     //
     // searchToolStripMenuItem
     //
     this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
     this.searchToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.searchToolStripMenuItem.Text = "&Search";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.aboutToolStripMenuItem.Text = "&About...";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.statusStrip1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 745);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(1103, 22);
     this.kryptonPanel2.TabIndex = 1;
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.ksZoomLevelSlider,
         this.tsslZoomLevel
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, -1);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(1103, 23);
     this.statusStrip1.TabIndex   = 0;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // kryptonPanel3
     //
     this.kryptonPanel3.Controls.Add(this.seEdit);
     this.kryptonPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel3.Location = new System.Drawing.Point(0, 24);
     this.kryptonPanel3.Name     = "kryptonPanel3";
     this.kryptonPanel3.Size     = new System.Drawing.Size(1103, 721);
     this.kryptonPanel3.TabIndex = 2;
     //
     // seEdit
     //
     this.seEdit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.seEdit.Lexer    = ScintillaNET.Lexer.Xml;
     this.seEdit.Location = new System.Drawing.Point(0, 0);
     this.seEdit.Name     = "seEdit";
     this.seEdit.Size     = new System.Drawing.Size(1103, 721);
     this.seEdit.Styler   = null;
     this.seEdit.TabIndex = 0;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(917, 18);
     this.toolStripStatusLabel1.Spring    = true;
     this.toolStripStatusLabel1.Text      = "Ready";
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ksZoomLevelSlider
     //
     this.ksZoomLevelSlider.BackColor     = System.Drawing.Color.Transparent;
     this.ksZoomLevelSlider.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ksZoomLevelSlider.Name          = "ksZoomLevelSlider";
     this.ksZoomLevelSlider.Size          = new System.Drawing.Size(140, 21);
     this.ksZoomLevelSlider.Steps         = 2;
     this.ksZoomLevelSlider.Text          = "kryptonSlider1";
     this.ksZoomLevelSlider.TrackerSize   = new System.Drawing.Size(140, 21);
     this.ksZoomLevelSlider.ValueChanged += new Krypton.Toolkit.Suite.Extended.Tool.Strip.Items.KryptonSlider.ValueChangedEventHandler(this.ksZoomLevelSlider_ValueChanged);
     //
     // tsslZoomLevel
     //
     this.tsslZoomLevel.Name = "tsslZoomLevel";
     this.tsslZoomLevel.Size = new System.Drawing.Size(31, 18);
     this.tsslZoomLevel.Text = "{0}%";
     //
     // XMLFileViewerWindow
     //
     this.ClientSize = new System.Drawing.Size(1103, 767);
     this.Controls.Add(this.kryptonPanel3);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "XMLFileViewerWindow";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
     this.kryptonPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WebSyncOptions));
     this.cancelButton = new System.Windows.Forms.Button();
     this.okButton = new System.Windows.Forms.Button();
     this.passwordTextBox = new System.Windows.Forms.TextBox();
     this.passwordLabel = new System.Windows.Forms.Label();
     this.userNameTextBox = new System.Windows.Forms.TextBox();
     this.userNameLabel = new System.Windows.Forms.Label();
     this.webSyncUrlTexBox = new System.Windows.Forms.TextBox();
     this.webSyncUrlLabel = new System.Windows.Forms.Label();
     this.optionsPanel = new System.Windows.Forms.Panel();
     this.enableWebSyncChkBox = new System.Windows.Forms.CheckBox();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.mnuTellMeMore = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsPanel.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.cancelButton, "cancelButton");
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.okButton, "okButton");
     this.okButton.Name = "okButton";
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // passwordTextBox
     //
     resources.ApplyResources(this.passwordTextBox, "passwordTextBox");
     this.passwordTextBox.Name = "passwordTextBox";
     //
     // passwordLabel
     //
     resources.ApplyResources(this.passwordLabel, "passwordLabel");
     this.passwordLabel.Name = "passwordLabel";
     //
     // userNameTextBox
     //
     resources.ApplyResources(this.userNameTextBox, "userNameTextBox");
     this.userNameTextBox.Name = "userNameTextBox";
     //
     // userNameLabel
     //
     resources.ApplyResources(this.userNameLabel, "userNameLabel");
     this.userNameLabel.Name = "userNameLabel";
     //
     // webSyncUrlTexBox
     //
     resources.ApplyResources(this.webSyncUrlTexBox, "webSyncUrlTexBox");
     this.webSyncUrlTexBox.Name = "webSyncUrlTexBox";
     //
     // webSyncUrlLabel
     //
     resources.ApplyResources(this.webSyncUrlLabel, "webSyncUrlLabel");
     this.webSyncUrlLabel.Name = "webSyncUrlLabel";
     //
     // optionsPanel
     //
     this.optionsPanel.Controls.Add(this.userNameTextBox);
     this.optionsPanel.Controls.Add(this.webSyncUrlLabel);
     this.optionsPanel.Controls.Add(this.userNameLabel);
     this.optionsPanel.Controls.Add(this.webSyncUrlTexBox);
     this.optionsPanel.Controls.Add(this.passwordLabel);
     this.optionsPanel.Controls.Add(this.passwordTextBox);
     resources.ApplyResources(this.optionsPanel, "optionsPanel");
     this.optionsPanel.Name = "optionsPanel";
     //
     // enableWebSyncChkBox
     //
     resources.ApplyResources(this.enableWebSyncChkBox, "enableWebSyncChkBox");
     this.enableWebSyncChkBox.Name = "enableWebSyncChkBox";
     this.enableWebSyncChkBox.CheckedChanged += new System.EventHandler(this.enableWebSyncChkBox_CheckedChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuTellMeMore});
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     //
     // mnuTellMeMore
     //
     this.mnuTellMeMore.Name = "mnuTellMeMore";
     resources.ApplyResources(this.mnuTellMeMore, "mnuTellMeMore");
     this.mnuTellMeMore.Click += new System.EventHandler(this.mnuTellMeMore_Click);
     //
     // WebSyncOptions
     //
     this.AcceptButton = this.okButton;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.cancelButton;
     this.Controls.Add(this.enableWebSyncChkBox);
     this.Controls.Add(this.optionsPanel);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "WebSyncOptions";
     this.ShowInTaskbar = false;
     this.Load += new System.EventHandler(this.WebSyncOptions_Load);
     this.optionsPanel.ResumeLayout(false);
     this.optionsPanel.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.statusBar = new System.Windows.Forms.StatusStrip();
     this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.mainMenu = new System.Windows.Forms.MenuStrip();
     this.gameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changeLevelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restartMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.backgroundPanel = new System.Windows.Forms.Panel();
     this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.drawingArea = new System.Windows.Forms.PictureBox();
     this.restartButton = new System.Windows.Forms.ToolStripButton();
     this.undoButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.levelCollectionLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.levelLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusBar.SuspendLayout();
     this.mainMenu.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.backgroundPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.drawingArea)).BeginInit();
     this.SuspendLayout();
     //
     // statusBar
     //
     this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.statusLabel,
     this.toolStripStatusLabel4,
     this.toolStripStatusLabel2,
     this.levelCollectionLabel,
     this.toolStripStatusLabel3,
     this.levelLabel});
     this.statusBar.Location = new System.Drawing.Point(0, 480);
     this.statusBar.Name = "statusBar";
     this.statusBar.Size = new System.Drawing.Size(742, 24);
     this.statusBar.TabIndex = 1;
     this.statusBar.Text = "statusBar";
     //
     // statusLabel
     //
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(69, 19);
     this.statusLabel.Text = "Not Playing";
     //
     // mainMenu
     //
     this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gameToolStripMenuItem,
     this.editToolStripMenuItem});
     this.mainMenu.Location = new System.Drawing.Point(0, 0);
     this.mainMenu.Name = "mainMenu";
     this.mainMenu.Size = new System.Drawing.Size(742, 24);
     this.mainMenu.TabIndex = 3;
     this.mainMenu.Text = "menuStrip2";
     //
     // gameToolStripMenuItem
     //
     this.gameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.changeLevelMenuItem,
     this.restartMenuItem,
     this.toolStripSeparator1,
     this.exitMenuItem});
     this.gameToolStripMenuItem.Name = "gameToolStripMenuItem";
     this.gameToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     this.gameToolStripMenuItem.Text = "Game";
     //
     // changeLevelMenuItem
     //
     this.changeLevelMenuItem.Name = "changeLevelMenuItem";
     this.changeLevelMenuItem.Size = new System.Drawing.Size(152, 22);
     this.changeLevelMenuItem.Text = "Change Level";
     this.changeLevelMenuItem.Click += new System.EventHandler(this.changeLevelMenuItem_Click);
     //
     // restartMenuItem
     //
     this.restartMenuItem.Enabled = false;
     this.restartMenuItem.Name = "restartMenuItem";
     this.restartMenuItem.Size = new System.Drawing.Size(152, 22);
     this.restartMenuItem.Text = "Restart Level";
     this.restartMenuItem.Click += new System.EventHandler(this.restartMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // undoMenuItem
     //
     this.undoMenuItem.Enabled = false;
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.Size = new System.Drawing.Size(152, 22);
     this.undoMenuItem.Text = "Undo Move";
     this.undoMenuItem.Click += new System.EventHandler(this.undoMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.restartButton,
     this.toolStripSeparator2,
     this.undoButton});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(742, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text = "toolStrip1";
     //
     // backgroundPanel
     //
     this.backgroundPanel.BackColor = System.Drawing.Color.Khaki;
     this.backgroundPanel.Controls.Add(this.drawingArea);
     this.backgroundPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.backgroundPanel.Location = new System.Drawing.Point(0, 49);
     this.backgroundPanel.Name = "backgroundPanel";
     this.backgroundPanel.Size = new System.Drawing.Size(742, 431);
     this.backgroundPanel.TabIndex = 6;
     //
     // exitMenuItem
     //
     this.exitMenuItem.Name = "exitMenuItem";
     this.exitMenuItem.Size = new System.Drawing.Size(152, 22);
     this.exitMenuItem.Text = "Exit";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // drawingArea
     //
     this.drawingArea.BackgroundImage = global::SokobanNET.Properties.Resources.Floor;
     this.drawingArea.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.drawingArea.Location = new System.Drawing.Point(0, 0);
     this.drawingArea.Name = "drawingArea";
     this.drawingArea.Size = new System.Drawing.Size(315, 249);
     this.drawingArea.TabIndex = 1;
     this.drawingArea.TabStop = false;
     this.drawingArea.Visible = false;
     this.drawingArea.Paint += new System.Windows.Forms.PaintEventHandler(this.drawingArea_Paint);
     //
     // restartButton
     //
     this.restartButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.restartButton.Enabled = false;
     this.restartButton.Image = global::SokobanNET.Properties.Resources.Restart;
     this.restartButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.restartButton.Name = "restartButton";
     this.restartButton.Size = new System.Drawing.Size(23, 22);
     this.restartButton.Text = "Restart Level";
     this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
     //
     // undoButton
     //
     this.undoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoButton.Enabled = false;
     this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
     this.undoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoButton.Name = "undoButton";
     this.undoButton.Size = new System.Drawing.Size(23, 22);
     this.undoButton.Text = "Undo Movement";
     this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(42, 19);
     this.toolStripStatusLabel1.Text = "Status:";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(68, 19);
     this.toolStripStatusLabel2.Text = "Collection:";
     //
     // levelCollectionLabel
     //
     this.levelCollectionLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.levelCollectionLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.levelCollectionLabel.Name = "levelCollectionLabel";
     this.levelCollectionLabel.Size = new System.Drawing.Size(4, 19);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(37, 19);
     this.toolStripStatusLabel3.Text = "Level:";
     //
     // levelLabel
     //
     this.levelLabel.Name = "levelLabel";
     this.levelLabel.Size = new System.Drawing.Size(0, 19);
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(524, 19);
     this.toolStripStatusLabel4.Spring = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(742, 504);
     this.Controls.Add(this.backgroundPanel);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.mainMenu);
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "SokobanNET";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     this.statusBar.ResumeLayout(false);
     this.statusBar.PerformLayout();
     this.mainMenu.ResumeLayout(false);
     this.mainMenu.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.backgroundPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.drawingArea)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NurseMainPage));
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.Observations = new System.Windows.Forms.Button();
     this.HospitalBedAllocation = new System.Windows.Forms.Button();
     this.PatientActivites = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.NurseName = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.Hospital = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.NursePersonalPicture = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.MainProfile = new System.Windows.Forms.ToolStripMenuItem();
     this.logOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // monthCalendar1
     //
     this.monthCalendar1.Enabled = false;
     this.monthCalendar1.Location = new System.Drawing.Point(20, 33);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 0;
     //
     // Observations
     //
     this.Observations.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.Observations.Location = new System.Drawing.Point(20, 207);
     this.Observations.Name = "Observations";
     this.Observations.Size = new System.Drawing.Size(229, 38);
     this.Observations.TabIndex = 1;
     this.Observations.Text = "Observations";
     this.Observations.UseVisualStyleBackColor = true;
     this.Observations.Click += new System.EventHandler(this.Observations_Click);
     //
     // HospitalBedAllocation
     //
     this.HospitalBedAllocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.HospitalBedAllocation.Location = new System.Drawing.Point(20, 251);
     this.HospitalBedAllocation.Name = "HospitalBedAllocation";
     this.HospitalBedAllocation.Size = new System.Drawing.Size(227, 35);
     this.HospitalBedAllocation.TabIndex = 2;
     this.HospitalBedAllocation.Text = "Hospital bed Allocation";
     this.HospitalBedAllocation.UseVisualStyleBackColor = true;
     this.HospitalBedAllocation.Click += new System.EventHandler(this.HospitalBedAllocation_Click);
     //
     // PatientActivites
     //
     this.PatientActivites.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.PatientActivites.Location = new System.Drawing.Point(20, 292);
     this.PatientActivites.Name = "PatientActivites";
     this.PatientActivites.Size = new System.Drawing.Size(227, 35);
     this.PatientActivites.TabIndex = 3;
     this.PatientActivites.Text = "Patient Activities";
     this.PatientActivites.UseVisualStyleBackColor = true;
     this.PatientActivites.Click += new System.EventHandler(this.PatientActivites_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(696, 60);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(312, 492);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // NurseName
     //
     this.NurseName.AutoSize = true;
     this.NurseName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.NurseName.Location = new System.Drawing.Point(323, 33);
     this.NurseName.Name = "NurseName";
     this.NurseName.Size = new System.Drawing.Size(97, 20);
     this.NurseName.TabIndex = 6;
     this.NurseName.Text = "Nurse Name";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(320, 57);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 7;
     //
     // Hospital
     //
     this.Hospital.AutoSize = true;
     this.Hospital.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.Hospital.Location = new System.Drawing.Point(525, 33);
     this.Hospital.Name = "Hospital";
     this.Hospital.Size = new System.Drawing.Size(67, 20);
     this.Hospital.TabIndex = 8;
     this.Hospital.Text = "Hospital";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(514, 57);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 9;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 24);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(8, 661);
     this.splitter1.TabIndex = 10;
     this.splitter1.TabStop = false;
     //
     // NursePersonalPicture
     //
     this.NursePersonalPicture.AutoSize = true;
     this.NursePersonalPicture.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.NursePersonalPicture.Location = new System.Drawing.Point(826, 33);
     this.NursePersonalPicture.Name = "NursePersonalPicture";
     this.NursePersonalPicture.Size = new System.Drawing.Size(170, 20);
     this.NursePersonalPicture.TabIndex = 11;
     this.NursePersonalPicture.Text = "Nurse Personal Picture";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MainProfile,
     this.logOutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 13;
     this.menuStrip1.Text = "menuStrip1";
     //
     // MainProfile
     //
     this.MainProfile.Name = "MainProfile";
     this.MainProfile.Size = new System.Drawing.Size(86, 20);
     this.MainProfile.Text = "Staff Profile";
     this.MainProfile.Click += new System.EventHandler(this.MainProfile_Click);
     //
     // logOutToolStripMenuItem
     //
     this.logOutToolStripMenuItem.Name = "logOutToolStripMenuItem";
     this.logOutToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
     this.logOutToolStripMenuItem.Text = "Exit";
     this.logOutToolStripMenuItem.Click += new System.EventHandler(this.logOutToolStripMenuItem_Click);
     //
     // NurseMainPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1008, 685);
     this.Controls.Add(this.NursePersonalPicture);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.Hospital);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.NurseName);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.PatientActivites);
     this.Controls.Add(this.HospitalBedAllocation);
     this.Controls.Add(this.Observations);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "NurseMainPage";
     this.Text = "Nurse Main Page";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainAssets));
     this.listBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.assetsDataSet1 = new WWassets.assetsDataSet1();
     this.assetsGB = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel5 = new System.Windows.Forms.Panel();
     this.assetsListBox = new System.Windows.Forms.ListBox();
     this.panel4 = new System.Windows.Forms.Panel();
     this.notificationlbl = new System.Windows.Forms.Label();
     this.personPCRB = new System.Windows.Forms.RadioButton();
     this.miscPCRB = new System.Windows.Forms.RadioButton();
     this.panel3 = new System.Windows.Forms.Panel();
     this.serialrb = new System.Windows.Forms.RadioButton();
     this.firstnameRB = new System.Windows.Forms.RadioButton();
     this.lastnameRB = new System.Windows.Forms.RadioButton();
     this.miscnamerb = new System.Windows.Forms.RadioButton();
     this.assetsearchtb = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.miscnamelbl = new System.Windows.Forms.Label();
     this.addAssetBTN = new System.Windows.Forms.Button();
     this.lNameTB = new System.Windows.Forms.TextBox();
     this.firstNameLbl = new System.Windows.Forms.Label();
     this.tagLbl = new System.Windows.Forms.Label();
     this.computerNameTB = new System.Windows.Forms.TextBox();
     this.costcentertb = new System.Windows.Forms.TextBox();
     this.productKeyTB = new System.Windows.Forms.TextBox();
     this.locationcb = new System.Windows.Forms.ComboBox();
     this.dateInServiceTB = new System.Windows.Forms.TextBox();
     this.departmentcb = new System.Windows.Forms.ComboBox();
     this.formfactorcb = new System.Windows.Forms.ComboBox();
     this.fNameTB = new System.Windows.Forms.TextBox();
     this.lNameLbl = new System.Windows.Forms.Label();
     this.pricetb = new System.Windows.Forms.TextBox();
     this.tagNumTB = new System.Windows.Forms.TextBox();
     this.makeLbl = new System.Windows.Forms.Label();
     this.modelLbl = new System.Windows.Forms.Label();
     this.serialLbl = new System.Windows.Forms.Label();
     this.formfactorlbl = new System.Windows.Forms.Label();
     this.makeTB = new System.Windows.Forms.TextBox();
     this.serialTB = new System.Windows.Forms.TextBox();
     this.modelTB = new System.Windows.Forms.TextBox();
     this.pricelbl = new System.Windows.Forms.Label();
     this.locationlbl = new System.Windows.Forms.Label();
     this.costcenterlbl = new System.Windows.Forms.Label();
     this.departmentlbl = new System.Windows.Forms.Label();
     this.dateInServiceLbl = new System.Windows.Forms.Label();
     this.productKeyLbl = new System.Windows.Forms.Label();
     this.computerNameLbl = new System.Windows.Forms.Label();
     this.userInfoTA = new WWassets.assetsDataSet1TableAdapters.userInfoTA();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listTableAdapter1 = new WWassets.assetsDataSetTableAdapters.listTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).BeginInit();
     this.assetsGB.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listBindingSource
     //
     this.listBindingSource.DataMember = "list";
     this.listBindingSource.DataSource = this.assetsDataSet1;
     //
     // assetsDataSet1
     //
     this.assetsDataSet1.DataSetName = "assetsDataSet1";
     this.assetsDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // assetsGB
     //
     this.assetsGB.Controls.Add(this.splitContainer1);
     this.assetsGB.Dock = System.Windows.Forms.DockStyle.Fill;
     this.assetsGB.Location = new System.Drawing.Point(0, 24);
     this.assetsGB.Name = "assetsGB";
     this.assetsGB.Size = new System.Drawing.Size(556, 606);
     this.assetsGB.TabIndex = 1;
     this.assetsGB.TabStop = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Left;
     this.splitContainer1.Location = new System.Drawing.Point(3, 16);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.panel5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panel4);
     this.splitContainer1.Panel2.Controls.Add(this.panel3);
     this.splitContainer1.Panel2.Controls.Add(this.panel2);
     this.splitContainer1.Size = new System.Drawing.Size(545, 587);
     this.splitContainer1.SplitterDistance = 181;
     this.splitContainer1.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.assetsListBox);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(181, 587);
     this.panel5.TabIndex = 0;
     //
     // assetsListBox
     //
     this.assetsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.assetsListBox.FormattingEnabled = true;
     this.assetsListBox.Location = new System.Drawing.Point(0, 0);
     this.assetsListBox.Name = "assetsListBox";
     this.assetsListBox.Size = new System.Drawing.Size(181, 587);
     this.assetsListBox.TabIndex = 0;
     this.assetsListBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.assetsListBox_MouseClick);
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.notificationlbl);
     this.panel4.Controls.Add(this.personPCRB);
     this.panel4.Controls.Add(this.miscPCRB);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(181, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(179, 122);
     this.panel4.TabIndex = 2;
     //
     // notificationlbl
     //
     this.notificationlbl.AutoSize = true;
     this.notificationlbl.Location = new System.Drawing.Point(4, 9);
     this.notificationlbl.Name = "notificationlbl";
     this.notificationlbl.Size = new System.Drawing.Size(168, 26);
     this.notificationlbl.TabIndex = 2;
     this.notificationlbl.Text = "Please select one of the following \r\noptions.";
     //
     // personPCRB
     //
     this.personPCRB.AutoSize = true;
     this.personPCRB.Location = new System.Drawing.Point(14, 44);
     this.personPCRB.Name = "personPCRB";
     this.personPCRB.Size = new System.Drawing.Size(114, 17);
     this.personPCRB.TabIndex = 1;
     this.personPCRB.TabStop = true;
     this.personPCRB.Text = "Personal Computer";
     this.personPCRB.UseVisualStyleBackColor = true;
     //
     // miscPCRB
     //
     this.miscPCRB.AutoSize = true;
     this.miscPCRB.Location = new System.Drawing.Point(14, 67);
     this.miscPCRB.Name = "miscPCRB";
     this.miscPCRB.Size = new System.Drawing.Size(140, 17);
     this.miscPCRB.TabIndex = 0;
     this.miscPCRB.TabStop = true;
     this.miscPCRB.Text = "Miscellaneous Computer";
     this.miscPCRB.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.serialrb);
     this.panel3.Controls.Add(this.firstnameRB);
     this.panel3.Controls.Add(this.lastnameRB);
     this.panel3.Controls.Add(this.miscnamerb);
     this.panel3.Controls.Add(this.assetsearchtb);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(183, 122);
     this.panel3.TabIndex = 1;
     //
     // serialrb
     //
     this.serialrb.AutoSize = true;
     this.serialrb.Location = new System.Drawing.Point(40, 97);
     this.serialrb.Name = "serialrb";
     this.serialrb.Size = new System.Drawing.Size(91, 17);
     this.serialrb.TabIndex = 35;
     this.serialrb.TabStop = true;
     this.serialrb.Text = "Serial Number";
     this.serialrb.UseVisualStyleBackColor = true;
     //
     // firstnameRB
     //
     this.firstnameRB.AutoSize = true;
     this.firstnameRB.Location = new System.Drawing.Point(40, 28);
     this.firstnameRB.Name = "firstnameRB";
     this.firstnameRB.Size = new System.Drawing.Size(75, 17);
     this.firstnameRB.TabIndex = 34;
     this.firstnameRB.TabStop = true;
     this.firstnameRB.Text = "First Name";
     this.firstnameRB.UseVisualStyleBackColor = true;
     //
     // lastnameRB
     //
     this.lastnameRB.AutoSize = true;
     this.lastnameRB.Location = new System.Drawing.Point(40, 51);
     this.lastnameRB.Name = "lastnameRB";
     this.lastnameRB.Size = new System.Drawing.Size(76, 17);
     this.lastnameRB.TabIndex = 1;
     this.lastnameRB.TabStop = true;
     this.lastnameRB.Text = "Last Name";
     this.lastnameRB.UseVisualStyleBackColor = true;
     this.lastnameRB.CheckedChanged += new System.EventHandler(this.lastnameRB_CheckedChanged);
     //
     // miscnamerb
     //
     this.miscnamerb.AutoSize = true;
     this.miscnamerb.Location = new System.Drawing.Point(40, 74);
     this.miscnamerb.Name = "miscnamerb";
     this.miscnamerb.Size = new System.Drawing.Size(78, 17);
     this.miscnamerb.TabIndex = 32;
     this.miscnamerb.TabStop = true;
     this.miscnamerb.Text = "Misc Name";
     this.miscnamerb.UseVisualStyleBackColor = true;
     this.miscnamerb.CheckedChanged += new System.EventHandler(this.miscnamerb_CheckedChanged);
     //
     // assetsearchtb
     //
     this.assetsearchtb.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.assetsearchtb.Location = new System.Drawing.Point(3, 3);
     this.assetsearchtb.Name = "assetsearchtb";
     this.assetsearchtb.Size = new System.Drawing.Size(156, 20);
     this.assetsearchtb.TabIndex = 2;
     this.assetsearchtb.TextChanged += new System.EventHandler(this.assetsearchtb_TextChanged);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.textBox1);
     this.panel2.Controls.Add(this.miscnamelbl);
     this.panel2.Controls.Add(this.addAssetBTN);
     this.panel2.Controls.Add(this.lNameTB);
     this.panel2.Controls.Add(this.firstNameLbl);
     this.panel2.Controls.Add(this.tagLbl);
     this.panel2.Controls.Add(this.computerNameTB);
     this.panel2.Controls.Add(this.costcentertb);
     this.panel2.Controls.Add(this.productKeyTB);
     this.panel2.Controls.Add(this.locationcb);
     this.panel2.Controls.Add(this.dateInServiceTB);
     this.panel2.Controls.Add(this.departmentcb);
     this.panel2.Controls.Add(this.formfactorcb);
     this.panel2.Controls.Add(this.fNameTB);
     this.panel2.Controls.Add(this.lNameLbl);
     this.panel2.Controls.Add(this.pricetb);
     this.panel2.Controls.Add(this.tagNumTB);
     this.panel2.Controls.Add(this.makeLbl);
     this.panel2.Controls.Add(this.modelLbl);
     this.panel2.Controls.Add(this.serialLbl);
     this.panel2.Controls.Add(this.formfactorlbl);
     this.panel2.Controls.Add(this.makeTB);
     this.panel2.Controls.Add(this.serialTB);
     this.panel2.Controls.Add(this.modelTB);
     this.panel2.Controls.Add(this.pricelbl);
     this.panel2.Controls.Add(this.locationlbl);
     this.panel2.Controls.Add(this.costcenterlbl);
     this.panel2.Controls.Add(this.departmentlbl);
     this.panel2.Controls.Add(this.dateInServiceLbl);
     this.panel2.Controls.Add(this.productKeyLbl);
     this.panel2.Controls.Add(this.computerNameLbl);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 122);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(360, 465);
     this.panel2.TabIndex = 0;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(136, 94);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 27;
     //
     // miscnamelbl
     //
     this.miscnamelbl.AutoSize = true;
     this.miscnamelbl.Location = new System.Drawing.Point(67, 101);
     this.miscnamelbl.Name = "miscnamelbl";
     this.miscnamelbl.Size = new System.Drawing.Size(63, 13);
     this.miscnamelbl.TabIndex = 26;
     this.miscnamelbl.Text = "Misc Name:";
     //
     // addAssetBTN
     //
     this.addAssetBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addAssetBTN.Image = global::WWassets.Properties.Resources.add_asset_btn;
     this.addAssetBTN.Location = new System.Drawing.Point(137, 414);
     this.addAssetBTN.Name = "addAssetBTN";
     this.addAssetBTN.Size = new System.Drawing.Size(83, 28);
     this.addAssetBTN.TabIndex = 21;
     this.addAssetBTN.UseVisualStyleBackColor = true;
     this.addAssetBTN.Click += new System.EventHandler(this.addAssetBtn_Click);
     //
     // lNameTB
     //
     this.lNameTB.Location = new System.Drawing.Point(136, 68);
     this.lNameTB.Name = "lNameTB";
     this.lNameTB.Size = new System.Drawing.Size(100, 20);
     this.lNameTB.TabIndex = 11;
     //
     // firstNameLbl
     //
     this.firstNameLbl.AutoSize = true;
     this.firstNameLbl.Location = new System.Drawing.Point(70, 49);
     this.firstNameLbl.Name = "firstNameLbl";
     this.firstNameLbl.Size = new System.Drawing.Size(60, 13);
     this.firstNameLbl.TabIndex = 1;
     this.firstNameLbl.Text = "First Name:";
     //
     // tagLbl
     //
     this.tagLbl.AutoSize = true;
     this.tagLbl.Location = new System.Drawing.Point(91, 23);
     this.tagLbl.Name = "tagLbl";
     this.tagLbl.Size = new System.Drawing.Size(39, 13);
     this.tagLbl.TabIndex = 0;
     this.tagLbl.Text = "Tag #:";
     //
     // computerNameTB
     //
     this.computerNameTB.Enabled = false;
     this.computerNameTB.Location = new System.Drawing.Point(137, 386);
     this.computerNameTB.Name = "computerNameTB";
     this.computerNameTB.Size = new System.Drawing.Size(120, 20);
     this.computerNameTB.TabIndex = 17;
     //
     // costcentertb
     //
     this.costcentertb.Location = new System.Drawing.Point(137, 309);
     this.costcentertb.Name = "costcentertb";
     this.costcentertb.Size = new System.Drawing.Size(109, 20);
     this.costcentertb.TabIndex = 19;
     //
     // productKeyTB
     //
     this.productKeyTB.Location = new System.Drawing.Point(137, 361);
     this.productKeyTB.Name = "productKeyTB";
     this.productKeyTB.Size = new System.Drawing.Size(162, 20);
     this.productKeyTB.TabIndex = 20;
     this.productKeyTB.TextChanged += new System.EventHandler(this.productKeyTB_TextChanged);
     //
     // locationcb
     //
     this.locationcb.FormattingEnabled = true;
     this.locationcb.Items.AddRange(new object[] {
     "Bismarck Truck Center",
     "Dickinson",
     "Fargo Trailer",
     "Minot",
     "Northwest Truck and Trailer",
     "Wallwork Financial",
     "Wallwork Rent a Car",
     "Wallwork Truck Center",
     "Williston",
     "Valley Imports",
     "Valley Wireless"});
     this.locationcb.Location = new System.Drawing.Point(137, 254);
     this.locationcb.Name = "locationcb";
     this.locationcb.Size = new System.Drawing.Size(143, 21);
     this.locationcb.TabIndex = 17;
     //
     // dateInServiceTB
     //
     this.dateInServiceTB.Enabled = false;
     this.dateInServiceTB.Location = new System.Drawing.Point(137, 335);
     this.dateInServiceTB.Name = "dateInServiceTB";
     this.dateInServiceTB.Size = new System.Drawing.Size(120, 20);
     this.dateInServiceTB.TabIndex = 25;
     //
     // departmentcb
     //
     this.departmentcb.FormattingEnabled = true;
     this.departmentcb.Items.AddRange(new object[] {
     "Admin",
     "Financial",
     "Parts",
     "Sales",
     "Outside Sales",
     "Warranty"});
     this.departmentcb.Location = new System.Drawing.Point(137, 281);
     this.departmentcb.Name = "departmentcb";
     this.departmentcb.Size = new System.Drawing.Size(134, 21);
     this.departmentcb.TabIndex = 18;
     //
     // formfactorcb
     //
     this.formfactorcb.FormattingEnabled = true;
     this.formfactorcb.Location = new System.Drawing.Point(137, 200);
     this.formfactorcb.Name = "formfactorcb";
     this.formfactorcb.Size = new System.Drawing.Size(100, 21);
     this.formfactorcb.TabIndex = 15;
     //
     // fNameTB
     //
     this.fNameTB.Location = new System.Drawing.Point(136, 42);
     this.fNameTB.Name = "fNameTB";
     this.fNameTB.Size = new System.Drawing.Size(100, 20);
     this.fNameTB.TabIndex = 10;
     //
     // lNameLbl
     //
     this.lNameLbl.AutoSize = true;
     this.lNameLbl.Location = new System.Drawing.Point(70, 75);
     this.lNameLbl.Name = "lNameLbl";
     this.lNameLbl.Size = new System.Drawing.Size(61, 13);
     this.lNameLbl.TabIndex = 2;
     this.lNameLbl.Text = "Last Name:";
     //
     // pricetb
     //
     this.pricetb.Location = new System.Drawing.Point(137, 228);
     this.pricetb.Name = "pricetb";
     this.pricetb.Size = new System.Drawing.Size(100, 20);
     this.pricetb.TabIndex = 16;
     //
     // tagNumTB
     //
     this.tagNumTB.Enabled = false;
     this.tagNumTB.Location = new System.Drawing.Point(136, 16);
     this.tagNumTB.Name = "tagNumTB";
     this.tagNumTB.Size = new System.Drawing.Size(32, 20);
     this.tagNumTB.TabIndex = 9;
     //
     // makeLbl
     //
     this.makeLbl.AutoSize = true;
     this.makeLbl.Location = new System.Drawing.Point(94, 128);
     this.makeLbl.Name = "makeLbl";
     this.makeLbl.Size = new System.Drawing.Size(37, 13);
     this.makeLbl.TabIndex = 3;
     this.makeLbl.Text = "Make:";
     //
     // modelLbl
     //
     this.modelLbl.AutoSize = true;
     this.modelLbl.Location = new System.Drawing.Point(92, 154);
     this.modelLbl.Name = "modelLbl";
     this.modelLbl.Size = new System.Drawing.Size(39, 13);
     this.modelLbl.TabIndex = 4;
     this.modelLbl.Text = "Model:";
     //
     // serialLbl
     //
     this.serialLbl.AutoSize = true;
     this.serialLbl.Location = new System.Drawing.Point(85, 180);
     this.serialLbl.Name = "serialLbl";
     this.serialLbl.Size = new System.Drawing.Size(46, 13);
     this.serialLbl.TabIndex = 5;
     this.serialLbl.Text = "Serial #:";
     //
     // formfactorlbl
     //
     this.formfactorlbl.AutoSize = true;
     this.formfactorlbl.Location = new System.Drawing.Point(65, 208);
     this.formfactorlbl.Name = "formfactorlbl";
     this.formfactorlbl.Size = new System.Drawing.Size(66, 13);
     this.formfactorlbl.TabIndex = 19;
     this.formfactorlbl.Text = "Form Factor:";
     //
     // makeTB
     //
     this.makeTB.Location = new System.Drawing.Point(137, 121);
     this.makeTB.Name = "makeTB";
     this.makeTB.Size = new System.Drawing.Size(100, 20);
     this.makeTB.TabIndex = 12;
     //
     // serialTB
     //
     this.serialTB.Location = new System.Drawing.Point(137, 173);
     this.serialTB.Name = "serialTB";
     this.serialTB.Size = new System.Drawing.Size(100, 20);
     this.serialTB.TabIndex = 14;
     this.serialTB.TextChanged += new System.EventHandler(this.serialTB_TextChanged);
     //
     // modelTB
     //
     this.modelTB.Location = new System.Drawing.Point(137, 147);
     this.modelTB.Name = "modelTB";
     this.modelTB.Size = new System.Drawing.Size(100, 20);
     this.modelTB.TabIndex = 13;
     //
     // pricelbl
     //
     this.pricelbl.AutoSize = true;
     this.pricelbl.Location = new System.Drawing.Point(97, 235);
     this.pricelbl.Name = "pricelbl";
     this.pricelbl.Size = new System.Drawing.Size(34, 13);
     this.pricelbl.TabIndex = 19;
     this.pricelbl.Text = "Price:";
     //
     // locationlbl
     //
     this.locationlbl.AutoSize = true;
     this.locationlbl.Location = new System.Drawing.Point(80, 262);
     this.locationlbl.Name = "locationlbl";
     this.locationlbl.Size = new System.Drawing.Size(51, 13);
     this.locationlbl.TabIndex = 19;
     this.locationlbl.Text = "Location:";
     //
     // costcenterlbl
     //
     this.costcenterlbl.AutoSize = true;
     this.costcenterlbl.Location = new System.Drawing.Point(66, 316);
     this.costcenterlbl.Name = "costcenterlbl";
     this.costcenterlbl.Size = new System.Drawing.Size(65, 13);
     this.costcenterlbl.TabIndex = 19;
     this.costcenterlbl.Text = "Cost Center:";
     //
     // departmentlbl
     //
     this.departmentlbl.AutoSize = true;
     this.departmentlbl.Location = new System.Drawing.Point(67, 288);
     this.departmentlbl.Name = "departmentlbl";
     this.departmentlbl.Size = new System.Drawing.Size(65, 13);
     this.departmentlbl.TabIndex = 19;
     this.departmentlbl.Text = "Department:";
     //
     // dateInServiceLbl
     //
     this.dateInServiceLbl.AutoSize = true;
     this.dateInServiceLbl.Location = new System.Drawing.Point(47, 342);
     this.dateInServiceLbl.Name = "dateInServiceLbl";
     this.dateInServiceLbl.Size = new System.Drawing.Size(84, 13);
     this.dateInServiceLbl.TabIndex = 6;
     this.dateInServiceLbl.Text = "Date In Service:";
     //
     // productKeyLbl
     //
     this.productKeyLbl.AutoSize = true;
     this.productKeyLbl.Location = new System.Drawing.Point(63, 368);
     this.productKeyLbl.Name = "productKeyLbl";
     this.productKeyLbl.Size = new System.Drawing.Size(68, 13);
     this.productKeyLbl.TabIndex = 7;
     this.productKeyLbl.Text = "Product Key:";
     //
     // computerNameLbl
     //
     this.computerNameLbl.AutoSize = true;
     this.computerNameLbl.Location = new System.Drawing.Point(45, 393);
     this.computerNameLbl.Name = "computerNameLbl";
     this.computerNameLbl.Size = new System.Drawing.Size(86, 13);
     this.computerNameLbl.TabIndex = 8;
     this.computerNameLbl.Text = "Computer Name:";
     //
     // userInfoTA
     //
     this.userInfoTA.ClearBeforeFill = true;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(556, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.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.getHelpToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // getHelpToolStripMenuItem
     //
     this.getHelpToolStripMenuItem.Name = "getHelpToolStripMenuItem";
     this.getHelpToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.getHelpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // listTableAdapter1
     //
     this.listTableAdapter1.ClearBeforeFill = true;
     //
     // mainAssets
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::WWassets.Properties.Resources.tabbackground_copy;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(556, 630);
     this.Controls.Add(this.assetsGB);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "mainAssets";
     this.Text = "Wallwork Assets";
     ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).EndInit();
     this.assetsGB.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.m_tb1stInput = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.m_tb2ndInput = new System.Windows.Forms.TextBox();
     this.m_btnAdd = new System.Windows.Forms.Button();
     this.m_btnMultiply = new System.Windows.Forms.Button();
     this.m_lblFeedback = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearEntriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(18, 109);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(128, 31);
     this.label1.TabIndex = 0;
     this.label1.Text = "1st Input";
     //
     // m_tb1stInput
     //
     this.m_tb1stInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_tb1stInput.Location = new System.Drawing.Point(160, 102);
     this.m_tb1stInput.Name = "m_tb1stInput";
     this.m_tb1stInput.Size = new System.Drawing.Size(149, 38);
     this.m_tb1stInput.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(18, 171);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(136, 31);
     this.label2.TabIndex = 2;
     this.label2.Text = "2nd Input";
     //
     // m_tb2ndInput
     //
     this.m_tb2ndInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_tb2ndInput.Location = new System.Drawing.Point(160, 171);
     this.m_tb2ndInput.Name = "m_tb2ndInput";
     this.m_tb2ndInput.Size = new System.Drawing.Size(149, 38);
     this.m_tb2ndInput.TabIndex = 3;
     //
     // m_btnAdd
     //
     this.m_btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_btnAdd.Location = new System.Drawing.Point(24, 232);
     this.m_btnAdd.Name = "m_btnAdd";
     this.m_btnAdd.Size = new System.Drawing.Size(96, 39);
     this.m_btnAdd.TabIndex = 4;
     this.m_btnAdd.Text = "+";
     this.m_btnAdd.UseVisualStyleBackColor = true;
     this.m_btnAdd.Click += new System.EventHandler(this.m_btnAdd_Click);
     //
     // m_btnMultiply
     //
     this.m_btnMultiply.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_btnMultiply.Location = new System.Drawing.Point(154, 232);
     this.m_btnMultiply.Name = "m_btnMultiply";
     this.m_btnMultiply.Size = new System.Drawing.Size(96, 39);
     this.m_btnMultiply.TabIndex = 5;
     this.m_btnMultiply.Text = "X";
     this.m_btnMultiply.UseVisualStyleBackColor = true;
     this.m_btnMultiply.Click += new System.EventHandler(this.m_btnMultiply_Click);
     //
     // m_lblFeedback
     //
     this.m_lblFeedback.AutoSize = true;
     this.m_lblFeedback.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblFeedback.Location = new System.Drawing.Point(18, 324);
     this.m_lblFeedback.Name = "m_lblFeedback";
     this.m_lblFeedback.Size = new System.Drawing.Size(0, 31);
     this.m_lblFeedback.TabIndex = 6;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(453, 28);
     this.menuStrip1.TabIndex = 7;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.clearEntriesToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24);
     this.fileToolStripMenuItem.Text = "File";
     //
     // clearEntriesToolStripMenuItem
     //
     this.clearEntriesToolStripMenuItem.Name = "clearEntriesToolStripMenuItem";
     this.clearEntriesToolStripMenuItem.Size = new System.Drawing.Size(160, 24);
     this.clearEntriesToolStripMenuItem.Text = "Clear Entries";
     this.clearEntriesToolStripMenuItem.Click += new System.EventHandler(this.Clear_Entries);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(160, 24);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.Exit_Application);
     //
     // Assignment1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(453, 617);
     this.Controls.Add(this.m_lblFeedback);
     this.Controls.Add(this.m_btnMultiply);
     this.Controls.Add(this.m_btnAdd);
     this.Controls.Add(this.m_tb2ndInput);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_tb1stInput);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Assignment1";
     this.Text = "Assignment1";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.manageUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changePsswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startNewYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.initializeDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerTrialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unRegisterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.userHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.troubleshootingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.systemLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutEBusinessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnPOS = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.btnInvoice = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnStock = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItem = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomer = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompany = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.btnShop = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip_Reports = new System.Windows.Forms.ToolStrip();
     this.btnSalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPurchaseReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.btnDailySalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.btnBuyerLedgerReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomerTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompanyTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.btnProfitReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCurrentCashReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItemTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.middlePanel = new System.Windows.Forms.Panel();
     this.lblSologon = new System.Windows.Forms.Label();
     this.lbRegistrationNo = new System.Windows.Forms.Label();
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblAdress = new System.Windows.Forms.Label();
     this.panelToday = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.lvSale = new System.Windows.Forms.ListView();
     this.colSNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colRNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCustomer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTotal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPayment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lvPurchase = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelClock = new System.Windows.Forms.Panel();
     this.lvStockSummary = new System.Windows.Forms.ListView();
     this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colStock = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOnOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colLimit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRefresh = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.lblWatch = new System.Windows.Forms.Label();
     this.topPanel = new System.Windows.Forms.Panel();
     this.lblShopName = new System.Windows.Forms.Label();
     this.logoPanel = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.lblPointofSale = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.toolStrip_Reports.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.middlePanel.SuspendLayout();
     this.panelToday.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelClock.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.topPanel.SuspendLayout();
     this.logoPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("menuStrip1.BackgroundImage")));
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.settingToolStripMenuItem,
     this.databaseManagementToolStripMenuItem,
     this.troubleshootingToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1007, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.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);
     //
     // settingToolStripMenuItem
     //
     this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.manageUserToolStripMenuItem,
     this.changePsswordToolStripMenuItem});
     this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
     this.settingToolStripMenuItem.Size = new System.Drawing.Size(116, 20);
     this.settingToolStripMenuItem.Text = "User Management";
     //
     // manageUserToolStripMenuItem
     //
     this.manageUserToolStripMenuItem.Name = "manageUserToolStripMenuItem";
     this.manageUserToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.manageUserToolStripMenuItem.Text = "Manage User";
     this.manageUserToolStripMenuItem.Click += new System.EventHandler(this.manageUserToolStripMenuItem_Click);
     //
     // changePsswordToolStripMenuItem
     //
     this.changePsswordToolStripMenuItem.Name = "changePsswordToolStripMenuItem";
     this.changePsswordToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.changePsswordToolStripMenuItem.Text = "Change Password";
     this.changePsswordToolStripMenuItem.Click += new System.EventHandler(this.changePsswordToolStripMenuItem_Click);
     //
     // databaseManagementToolStripMenuItem
     //
     this.databaseManagementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.createBackupToolStripMenuItem,
     this.restoreBackupToolStripMenuItem,
     this.startNewYearToolStripMenuItem,
     this.initializeDatabaseToolStripMenuItem,
     this.createDatabaseToolStripMenuItem,
     this.registerTrialToolStripMenuItem,
     this.registerToolStripMenuItem,
     this.unRegisterToolStripMenuItem,
     this.userHistoryToolStripMenuItem});
     this.databaseManagementToolStripMenuItem.Name = "databaseManagementToolStripMenuItem";
     this.databaseManagementToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
     this.databaseManagementToolStripMenuItem.Text = "Administration";
     //
     // createBackupToolStripMenuItem
     //
     this.createBackupToolStripMenuItem.Name = "createBackupToolStripMenuItem";
     this.createBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createBackupToolStripMenuItem.Text = "Create Backup";
     this.createBackupToolStripMenuItem.Click += new System.EventHandler(this.createBackupToolStripMenuItem_Click);
     //
     // restoreBackupToolStripMenuItem
     //
     this.restoreBackupToolStripMenuItem.Name = "restoreBackupToolStripMenuItem";
     this.restoreBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.restoreBackupToolStripMenuItem.Text = "Restore Backup";
     this.restoreBackupToolStripMenuItem.Click += new System.EventHandler(this.restoreBackupToolStripMenuItem_Click);
     //
     // startNewYearToolStripMenuItem
     //
     this.startNewYearToolStripMenuItem.Name = "startNewYearToolStripMenuItem";
     this.startNewYearToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.startNewYearToolStripMenuItem.Text = "Start New Business Year";
     //
     // initializeDatabaseToolStripMenuItem
     //
     this.initializeDatabaseToolStripMenuItem.Name = "initializeDatabaseToolStripMenuItem";
     this.initializeDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.initializeDatabaseToolStripMenuItem.Text = "Initialize Database";
     this.initializeDatabaseToolStripMenuItem.Click += new System.EventHandler(this.initializeDatabaseToolStripMenuItem_Click);
     //
     // createDatabaseToolStripMenuItem
     //
     this.createDatabaseToolStripMenuItem.Name = "createDatabaseToolStripMenuItem";
     this.createDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createDatabaseToolStripMenuItem.Text = "Create Database";
     this.createDatabaseToolStripMenuItem.Click += new System.EventHandler(this.createDatabaseToolStripMenuItem_Click);
     //
     // registerTrialToolStripMenuItem
     //
     this.registerTrialToolStripMenuItem.Name = "registerTrialToolStripMenuItem";
     this.registerTrialToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerTrialToolStripMenuItem.Text = "Register Trial";
     //
     // registerToolStripMenuItem
     //
     this.registerToolStripMenuItem.Name = "registerToolStripMenuItem";
     this.registerToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerToolStripMenuItem.Text = "Register";
     //
     // unRegisterToolStripMenuItem
     //
     this.unRegisterToolStripMenuItem.Name = "unRegisterToolStripMenuItem";
     this.unRegisterToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.unRegisterToolStripMenuItem.Text = "Un Register";
     //
     // userHistoryToolStripMenuItem
     //
     this.userHistoryToolStripMenuItem.Name = "userHistoryToolStripMenuItem";
     this.userHistoryToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.userHistoryToolStripMenuItem.Text = "User History";
     this.userHistoryToolStripMenuItem.Click += new System.EventHandler(this.userHistoryToolStripMenuItem_Click);
     //
     // troubleshootingToolStripMenuItem
     //
     this.troubleshootingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.systemLogToolStripMenuItem});
     this.troubleshootingToolStripMenuItem.Name = "troubleshootingToolStripMenuItem";
     this.troubleshootingToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
     this.troubleshootingToolStripMenuItem.Text = "Troubleshooting";
     //
     // systemLogToolStripMenuItem
     //
     this.systemLogToolStripMenuItem.Name = "systemLogToolStripMenuItem";
     this.systemLogToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.systemLogToolStripMenuItem.Text = "System Log";
     this.systemLogToolStripMenuItem.Click += new System.EventHandler(this.systemLogToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutEBusinessToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutEBusinessToolStripMenuItem
     //
     this.aboutEBusinessToolStripMenuItem.Name = "aboutEBusinessToolStripMenuItem";
     this.aboutEBusinessToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.aboutEBusinessToolStripMenuItem.Text = "About EBusiness";
     //
     // toolStrip1
     //
     this.toolStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip1.BackgroundImage")));
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnPOS,
     this.toolStripSeparator14,
     this.btnInvoice,
     this.toolStripSeparator1,
     this.btnStock,
     this.toolStripSeparator2,
     this.btnItem,
     this.toolStripSeparator3,
     this.btnCustomer,
     this.toolStripSeparator4,
     this.btnCompany,
     this.toolStripSeparator5,
     this.btnOrder,
     this.toolStripSeparator6,
     this.btnShop,
     this.toolStripSeparator13});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1007, 57);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnPOS
     //
     this.btnPOS.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
     this.btnPOS.Image = ((System.Drawing.Image)(resources.GetObject("btnPOS.Image")));
     this.btnPOS.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPOS.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPOS.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPOS.Name = "btnPOS";
     this.btnPOS.Size = new System.Drawing.Size(96, 56);
     this.btnPOS.Text = "&POS";
     this.btnPOS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPOS.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
     this.btnPOS.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPOS.ToolTipText = "POS";
     this.btnPOS.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 57);
     //
     // btnInvoice
     //
     this.btnInvoice.BackColor = System.Drawing.Color.Transparent;
     this.btnInvoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnInvoice.ForeColor = System.Drawing.Color.Navy;
     this.btnInvoice.Image = ((System.Drawing.Image)(resources.GetObject("btnInvoice.Image")));
     this.btnInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnInvoice.Name = "btnInvoice";
     this.btnInvoice.Size = new System.Drawing.Size(114, 54);
     this.btnInvoice.Text = "&Invoice";
     this.btnInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnInvoice.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnInvoice.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 57);
     //
     // btnStock
     //
     this.btnStock.BackColor = System.Drawing.Color.Transparent;
     this.btnStock.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnStock.ForeColor = System.Drawing.Color.Navy;
     this.btnStock.Image = ((System.Drawing.Image)(resources.GetObject("btnStock.Image")));
     this.btnStock.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnStock.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnStock.Name = "btnStock";
     this.btnStock.Size = new System.Drawing.Size(100, 54);
     this.btnStock.Text = "&Stock";
     this.btnStock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnStock.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnStock.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 57);
     //
     // btnItem
     //
     this.btnItem.BackColor = System.Drawing.Color.Transparent;
     this.btnItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnItem.ForeColor = System.Drawing.Color.Navy;
     this.btnItem.Image = ((System.Drawing.Image)(resources.GetObject("btnItem.Image")));
     this.btnItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItem.Name = "btnItem";
     this.btnItem.Size = new System.Drawing.Size(90, 54);
     this.btnItem.Text = "&Item";
     this.btnItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItem.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 57);
     //
     // btnCustomer
     //
     this.btnCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCustomer.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomer.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomer.Image")));
     this.btnCustomer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomer.Name = "btnCustomer";
     this.btnCustomer.Size = new System.Drawing.Size(128, 54);
     this.btnCustomer.Text = "&Customer";
     this.btnCustomer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCustomer.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomer.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 57);
     //
     // btnCompany
     //
     this.btnCompany.BackColor = System.Drawing.Color.Transparent;
     this.btnCompany.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCompany.ForeColor = System.Drawing.Color.Navy;
     this.btnCompany.Image = ((System.Drawing.Image)(resources.GetObject("btnCompany.Image")));
     this.btnCompany.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompany.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompany.Name = "btnCompany";
     this.btnCompany.Size = new System.Drawing.Size(126, 54);
     this.btnCompany.Text = "S&upplier";
     this.btnCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCompany.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompany.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 57);
     //
     // btnOrder
     //
     this.btnOrder.BackColor = System.Drawing.Color.Transparent;
     this.btnOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnOrder.ForeColor = System.Drawing.Color.Navy;
     this.btnOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnOrder.Image")));
     this.btnOrder.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOrder.Name = "btnOrder";
     this.btnOrder.Size = new System.Drawing.Size(102, 54);
     this.btnOrder.Text = "&Order";
     this.btnOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnOrder.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 57);
     //
     // btnShop
     //
     this.btnShop.BackColor = System.Drawing.Color.Transparent;
     this.btnShop.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnShop.ForeColor = System.Drawing.Color.Navy;
     this.btnShop.Image = ((System.Drawing.Image)(resources.GetObject("btnShop.Image")));
     this.btnShop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnShop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnShop.Name = "btnShop";
     this.btnShop.Size = new System.Drawing.Size(97, 54);
     this.btnShop.Text = "S&hop";
     this.btnShop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnShop.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnShop.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(6, 57);
     //
     // toolStrip_Reports
     //
     this.toolStrip_Reports.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip_Reports.BackgroundImage")));
     this.toolStrip_Reports.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip_Reports.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStrip_Reports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnSalesReport,
     this.toolStripSeparator15,
     this.btnPurchaseReport,
     this.toolStripSeparator8,
     this.btnDailySalesReport,
     this.toolStripSeparator11,
     this.btnBuyerLedgerReport,
     this.toolStripSeparator16,
     this.btnCustomerTransaction,
     this.toolStripSeparator18,
     this.btnCompanyTransaction,
     this.toolStripSeparator12,
     this.btnProfitReport,
     this.toolStripSeparator7,
     this.btnCurrentCashReport,
     this.toolStripSeparator9,
     this.btnItemTransaction,
     this.toolStripSeparator10});
     this.toolStrip_Reports.Location = new System.Drawing.Point(0, 81);
     this.toolStrip_Reports.Name = "toolStrip_Reports";
     this.toolStrip_Reports.Size = new System.Drawing.Size(187, 604);
     this.toolStrip_Reports.TabIndex = 2;
     this.toolStrip_Reports.Text = "toolStrip2";
     //
     // btnSalesReport
     //
     this.btnSalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnSalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnSalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnSalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnSalesReport.Image")));
     this.btnSalesReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnSalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnSalesReport.Name = "btnSalesReport";
     this.btnSalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnSalesReport.Text = "&Sales Report";
     this.btnSalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnSalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(184, 6);
     //
     // btnPurchaseReport
     //
     this.btnPurchaseReport.BackColor = System.Drawing.Color.Transparent;
     this.btnPurchaseReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnPurchaseReport.ForeColor = System.Drawing.Color.Navy;
     this.btnPurchaseReport.Image = ((System.Drawing.Image)(resources.GetObject("btnPurchaseReport.Image")));
     this.btnPurchaseReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPurchaseReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPurchaseReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPurchaseReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPurchaseReport.Name = "btnPurchaseReport";
     this.btnPurchaseReport.Size = new System.Drawing.Size(184, 34);
     this.btnPurchaseReport.Text = "&Purchase Report";
     this.btnPurchaseReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPurchaseReport.ToolTipText = "Purchase Report";
     this.btnPurchaseReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(184, 6);
     //
     // btnDailySalesReport
     //
     this.btnDailySalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnDailySalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnDailySalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnDailySalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnDailySalesReport.Image")));
     this.btnDailySalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnDailySalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDailySalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnDailySalesReport.Name = "btnDailySalesReport";
     this.btnDailySalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnDailySalesReport.Text = "&Daily Sales/Purchase";
     this.btnDailySalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnDailySalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(184, 6);
     //
     // btnBuyerLedgerReport
     //
     this.btnBuyerLedgerReport.BackColor = System.Drawing.Color.Transparent;
     this.btnBuyerLedgerReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnBuyerLedgerReport.ForeColor = System.Drawing.Color.Navy;
     this.btnBuyerLedgerReport.Image = ((System.Drawing.Image)(resources.GetObject("btnBuyerLedgerReport.Image")));
     this.btnBuyerLedgerReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBuyerLedgerReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnBuyerLedgerReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBuyerLedgerReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnBuyerLedgerReport.Name = "btnBuyerLedgerReport";
     this.btnBuyerLedgerReport.Size = new System.Drawing.Size(184, 34);
     this.btnBuyerLedgerReport.Text = "&Buyer Ledger";
     this.btnBuyerLedgerReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnBuyerLedgerReport.ToolTipText = "Buyer Ledger";
     this.btnBuyerLedgerReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(184, 6);
     //
     // btnCustomerTransaction
     //
     this.btnCustomerTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomerTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCustomerTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomerTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomerTransaction.Image")));
     this.btnCustomerTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCustomerTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomerTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomerTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCustomerTransaction.Name = "btnCustomerTransaction";
     this.btnCustomerTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCustomerTransaction.Text = "&Customer Transaction";
     this.btnCustomerTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomerTransaction.ToolTipText = "Buyer Ledger";
     this.btnCustomerTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(184, 6);
     //
     // btnCompanyTransaction
     //
     this.btnCompanyTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCompanyTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCompanyTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCompanyTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCompanyTransaction.Image")));
     this.btnCompanyTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCompanyTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompanyTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompanyTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCompanyTransaction.Name = "btnCompanyTransaction";
     this.btnCompanyTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCompanyTransaction.Text = "Supplier Transaction";
     this.btnCompanyTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompanyTransaction.ToolTipText = "Buyer Ledger";
     this.btnCompanyTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(184, 6);
     //
     // btnProfitReport
     //
     this.btnProfitReport.BackColor = System.Drawing.Color.Transparent;
     this.btnProfitReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnProfitReport.ForeColor = System.Drawing.Color.Navy;
     this.btnProfitReport.Image = ((System.Drawing.Image)(resources.GetObject("btnProfitReport.Image")));
     this.btnProfitReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProfitReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnProfitReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnProfitReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnProfitReport.Name = "btnProfitReport";
     this.btnProfitReport.Size = new System.Drawing.Size(184, 34);
     this.btnProfitReport.Text = "&Profit/Loss Report";
     this.btnProfitReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnProfitReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(184, 6);
     //
     // btnCurrentCashReport
     //
     this.btnCurrentCashReport.BackColor = System.Drawing.Color.Transparent;
     this.btnCurrentCashReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCurrentCashReport.ForeColor = System.Drawing.Color.Navy;
     this.btnCurrentCashReport.Image = ((System.Drawing.Image)(resources.GetObject("btnCurrentCashReport.Image")));
     this.btnCurrentCashReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCurrentCashReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCurrentCashReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCurrentCashReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCurrentCashReport.Name = "btnCurrentCashReport";
     this.btnCurrentCashReport.Size = new System.Drawing.Size(184, 34);
     this.btnCurrentCashReport.Text = "&Current Cash Report";
     this.btnCurrentCashReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCurrentCashReport.ToolTipText = "Profit/Loss Report";
     this.btnCurrentCashReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(184, 6);
     //
     // btnItemTransaction
     //
     this.btnItemTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnItemTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnItemTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnItemTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnItemTransaction.Image")));
     this.btnItemTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnItemTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItemTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItemTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnItemTransaction.Name = "btnItemTransaction";
     this.btnItemTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnItemTransaction.Text = "Item Transaction";
     this.btnItemTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItemTransaction.ToolTipText = "Item Transaction";
     this.btnItemTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
     //
     // statusStrip1
     //
     this.statusStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusStrip1.BackgroundImage")));
     this.statusStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(187, 663);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusStrip1.Size = new System.Drawing.Size(820, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text = "Imutex 2011";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripStatusLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel3.Image")));
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(16, 17);
     this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel4.ForeColor = System.Drawing.Color.Navy;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(0, 17);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.SteelBlue;
     this.panel2.Controls.Add(this.middlePanel);
     this.panel2.Controls.Add(this.topPanel);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(187, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(820, 582);
     this.panel2.TabIndex = 5;
     //
     // middlePanel
     //
     this.middlePanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("middlePanel.BackgroundImage")));
     this.middlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.middlePanel.Controls.Add(this.lblSologon);
     this.middlePanel.Controls.Add(this.lbRegistrationNo);
     this.middlePanel.Controls.Add(this.lblPhoneNumber);
     this.middlePanel.Controls.Add(this.lblAdress);
     this.middlePanel.Controls.Add(this.panelToday);
     this.middlePanel.Controls.Add(this.panelClock);
     this.middlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.middlePanel.Location = new System.Drawing.Point(0, 70);
     this.middlePanel.Name = "middlePanel";
     this.middlePanel.Size = new System.Drawing.Size(820, 512);
     this.middlePanel.TabIndex = 1;
     //
     // lblSologon
     //
     this.lblSologon.BackColor = System.Drawing.Color.Transparent;
     this.lblSologon.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblSologon.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
     this.lblSologon.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSologon.Location = new System.Drawing.Point(0, 109);
     this.lblSologon.Name = "lblSologon";
     this.lblSologon.Size = new System.Drawing.Size(591, 44);
     this.lblSologon.TabIndex = 10;
     this.lblSologon.Text = "Shop Slogon";
     this.lblSologon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbRegistrationNo
     //
     this.lbRegistrationNo.BackColor = System.Drawing.Color.Transparent;
     this.lbRegistrationNo.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbRegistrationNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRegistrationNo.ForeColor = System.Drawing.Color.MediumBlue;
     this.lbRegistrationNo.Location = new System.Drawing.Point(0, 77);
     this.lbRegistrationNo.Name = "lbRegistrationNo";
     this.lbRegistrationNo.Size = new System.Drawing.Size(591, 32);
     this.lbRegistrationNo.TabIndex = 9;
     this.lbRegistrationNo.Text = "Shop Reg#";
     this.lbRegistrationNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblPhoneNumber.Location = new System.Drawing.Point(0, 39);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(591, 38);
     this.lblPhoneNumber.TabIndex = 8;
     this.lblPhoneNumber.Text = "Shop Phone";
     this.lblPhoneNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblAdress
     //
     this.lblAdress.BackColor = System.Drawing.Color.Transparent;
     this.lblAdress.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblAdress.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAdress.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.lblAdress.Location = new System.Drawing.Point(0, 0);
     this.lblAdress.Name = "lblAdress";
     this.lblAdress.Size = new System.Drawing.Size(591, 39);
     this.lblAdress.TabIndex = 7;
     this.lblAdress.Text = "Shop Address";
     this.lblAdress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelToday
     //
     this.panelToday.Controls.Add(this.splitContainer1);
     this.panelToday.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelToday.Location = new System.Drawing.Point(0, 213);
     this.panelToday.Name = "panelToday";
     this.panelToday.Size = new System.Drawing.Size(591, 299);
     this.panelToday.TabIndex = 5;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lvSale);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvPurchase);
     this.splitContainer1.Panel2.Controls.Add(this.label6);
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Size = new System.Drawing.Size(591, 299);
     this.splitContainer1.SplitterDistance = 277;
     this.splitContainer1.TabIndex = 0;
     //
     // lvSale
     //
     this.lvSale.BackColor = System.Drawing.Color.Bisque;
     this.lvSale.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvSale.BackgroundImage")));
     this.lvSale.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colSNo,
     this.colRNo,
     this.colCustomer,
     this.colTotal,
     this.colPayment});
     this.lvSale.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSale.GridLines = true;
     this.lvSale.Location = new System.Drawing.Point(0, 23);
     this.lvSale.Name = "lvSale";
     this.lvSale.Size = new System.Drawing.Size(277, 253);
     this.lvSale.TabIndex = 6;
     this.lvSale.UseCompatibleStateImageBehavior = false;
     this.lvSale.View = System.Windows.Forms.View.Details;
     //
     // colSNo
     //
     this.colSNo.Text = "No";
     this.colSNo.Width = 30;
     //
     // colRNo
     //
     this.colRNo.Text = "Receipt";
     this.colRNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colRNo.Width = 50;
     //
     // colCustomer
     //
     this.colCustomer.Text = "Customer";
     this.colCustomer.Width = 80;
     //
     // colTotal
     //
     this.colTotal.Text = "Total";
     this.colTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // colPayment
     //
     this.colPayment.Text = "Payment";
     this.colPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Green;
     this.label2.Dock = System.Windows.Forms.DockStyle.Top;
     this.label2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.Info;
     this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(277, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Today\'s Sale";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.DarkGreen;
     this.label5.Image = ((System.Drawing.Image)(resources.GetObject("label5.Image")));
     this.label5.Location = new System.Drawing.Point(0, 276);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(277, 23);
     this.label5.TabIndex = 0;
     this.label5.Text = "Total Sale : 0.00";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvPurchase
     //
     this.lvPurchase.BackColor = System.Drawing.Color.Bisque;
     this.lvPurchase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvPurchase.BackgroundImage")));
     this.lvPurchase.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5});
     this.lvPurchase.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPurchase.GridLines = true;
     this.lvPurchase.Location = new System.Drawing.Point(0, 23);
     this.lvPurchase.Name = "lvPurchase";
     this.lvPurchase.Size = new System.Drawing.Size(310, 253);
     this.lvPurchase.TabIndex = 7;
     this.lvPurchase.UseCompatibleStateImageBehavior = false;
     this.lvPurchase.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "No";
     this.columnHeader1.Width = 30;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Invoice";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader2.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Supplier";
     this.columnHeader3.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Total";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Payment";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.DarkRed;
     this.label6.Dock = System.Windows.Forms.DockStyle.Top;
     this.label6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Info;
     this.label6.Image = ((System.Drawing.Image)(resources.GetObject("label6.Image")));
     this.label6.Location = new System.Drawing.Point(0, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(310, 23);
     this.label6.TabIndex = 1;
     this.label6.Text = "Today\'s Purchase";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Aqua;
     this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DarkRed;
     this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
     this.label4.Location = new System.Drawing.Point(0, 276);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(310, 23);
     this.label4.TabIndex = 0;
     this.label4.Text = "Total Purchase : 0.00 ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panelClock
     //
     this.panelClock.BackColor = System.Drawing.Color.Transparent;
     this.panelClock.Controls.Add(this.lvStockSummary);
     this.panelClock.Controls.Add(this.btnRefresh);
     this.panelClock.Controls.Add(this.label1);
     this.panelClock.Controls.Add(this.panel1);
     this.panelClock.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelClock.Location = new System.Drawing.Point(591, 0);
     this.panelClock.Name = "panelClock";
     this.panelClock.Size = new System.Drawing.Size(229, 512);
     this.panelClock.TabIndex = 0;
     //
     // lvStockSummary
     //
     this.lvStockSummary.BackColor = System.Drawing.Color.Bisque;
     this.lvStockSummary.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvStockSummary.BackgroundImage")));
     this.lvStockSummary.BackgroundImageTiled = true;
     this.lvStockSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colItem,
     this.colStock,
     this.colOnOrder,
     this.colLimit});
     this.lvStockSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvStockSummary.GridLines = true;
     this.lvStockSummary.Location = new System.Drawing.Point(0, 242);
     this.lvStockSummary.Name = "lvStockSummary";
     this.lvStockSummary.Size = new System.Drawing.Size(229, 247);
     this.lvStockSummary.TabIndex = 3;
     this.lvStockSummary.UseCompatibleStateImageBehavior = false;
     this.lvStockSummary.View = System.Windows.Forms.View.Details;
     //
     // colItem
     //
     this.colItem.Text = "Item";
     this.colItem.Width = 70;
     //
     // colStock
     //
     this.colStock.Text = "Stock";
     this.colStock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colStock.Width = 50;
     //
     // colOnOrder
     //
     this.colOnOrder.Text = "Order";
     this.colOnOrder.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colOnOrder.Width = 50;
     //
     // colLimit
     //
     this.colLimit.Text = "Limit";
     this.colLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colLimit.Width = 50;
     //
     // btnRefresh
     //
     this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.ForeColor = System.Drawing.Color.Blue;
     this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location = new System.Drawing.Point(0, 489);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(229, 23);
     this.btnRefresh.TabIndex = 2;
     this.btnRefresh.Text = "Refresh";
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.Location = new System.Drawing.Point(0, 222);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(229, 20);
     this.label1.TabIndex = 1;
     this.label1.Text = "Short Stock Items ";
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.lblWatch);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(229, 222);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.monthCalendar1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 59);
     this.panel3.Margin = new System.Windows.Forms.Padding(2);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(229, 163);
     this.panel3.TabIndex = 7;
     //
     // monthCalendar1
     //
     this.monthCalendar1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.monthCalendar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.monthCalendar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.monthCalendar1.Location = new System.Drawing.Point(0, 0);
     this.monthCalendar1.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 8;
     this.monthCalendar1.TitleBackColor = System.Drawing.Color.LightSkyBlue;
     //
     // lblWatch
     //
     this.lblWatch.BackColor = System.Drawing.Color.Transparent;
     this.lblWatch.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblWatch.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWatch.ForeColor = System.Drawing.Color.OldLace;
     this.lblWatch.Location = new System.Drawing.Point(0, 0);
     this.lblWatch.Name = "lblWatch";
     this.lblWatch.Size = new System.Drawing.Size(229, 59);
     this.lblWatch.TabIndex = 6;
     this.lblWatch.Text = "00:00:00";
     this.lblWatch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // topPanel
     //
     this.topPanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topPanel.BackgroundImage")));
     this.topPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.topPanel.Controls.Add(this.lblShopName);
     this.topPanel.Controls.Add(this.logoPanel);
     this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name = "topPanel";
     this.topPanel.Size = new System.Drawing.Size(820, 70);
     this.topPanel.TabIndex = 0;
     //
     // lblShopName
     //
     this.lblShopName.BackColor = System.Drawing.Color.Transparent;
     this.lblShopName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblShopName.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblShopName.ForeColor = System.Drawing.Color.Lime;
     this.lblShopName.Location = new System.Drawing.Point(0, 0);
     this.lblShopName.Name = "lblShopName";
     this.lblShopName.Size = new System.Drawing.Size(591, 70);
     this.lblShopName.TabIndex = 1;
     this.lblShopName.Text = "Shop Name";
     this.lblShopName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // logoPanel
     //
     this.logoPanel.BackColor = System.Drawing.Color.Transparent;
     this.logoPanel.Controls.Add(this.label3);
     this.logoPanel.Controls.Add(this.lblPointofSale);
     this.logoPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.logoPanel.Location = new System.Drawing.Point(591, 0);
     this.logoPanel.Name = "logoPanel";
     this.logoPanel.Size = new System.Drawing.Size(229, 70);
     this.logoPanel.TabIndex = 0;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Lavender;
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(229, 35);
     this.label3.TabIndex = 1;
     this.label3.Text = "iMutex";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPointofSale
     //
     this.lblPointofSale.BackColor = System.Drawing.Color.Transparent;
     this.lblPointofSale.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.lblPointofSale.Font = new System.Drawing.Font("Arial Black", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPointofSale.ForeColor = System.Drawing.Color.Lime;
     this.lblPointofSale.Location = new System.Drawing.Point(0, 35);
     this.lblPointofSale.Name = "lblPointofSale";
     this.lblPointofSale.Size = new System.Drawing.Size(229, 35);
     this.lblPointofSale.TabIndex = 0;
     this.lblPointofSale.Text = "Point Of Sale";
     this.lblPointofSale.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // WelcomeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1007, 685);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip_Reports);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize = new System.Drawing.Size(1023, 729);
     this.MinimumSize = new System.Drawing.Size(1023, 704);
     this.Name = "WelcomeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Welcome To iMutex POS";
     this.Load += new System.EventHandler(this.WelcomeForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WelcomeForm_KeyDown);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip_Reports.ResumeLayout(false);
     this.toolStrip_Reports.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.middlePanel.ResumeLayout(false);
     this.panelToday.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panelClock.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.topPanel.ResumeLayout(false);
     this.logoPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Xray));
     this.label44 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.Head = new System.Windows.Forms.PictureBox();
     this.Back = new System.Windows.Forms.PictureBox();
     this.Feet = new System.Windows.Forms.PictureBox();
     this.Elbow = new System.Windows.Forms.PictureBox();
     this.Hand = new System.Windows.Forms.PictureBox();
     this.Leg = new System.Windows.Forms.PictureBox();
     this.Chest = new System.Windows.Forms.PictureBox();
     this.Knee = new System.Windows.Forms.PictureBox();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.goBackToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.goBackToFullBodyPageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.Shoulders = new System.Windows.Forms.PictureBox();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.Head)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Back)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Feet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Elbow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Hand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Leg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Chest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Knee)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Shoulders)).BeginInit();
     this.SuspendLayout();
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.Location = new System.Drawing.Point(614, 59);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(130, 23);
     this.label44.TabIndex = 217;
     this.label44.Text = "5. X Ray Knee";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(237, 404);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(162, 23);
     this.label40.TabIndex = 216;
     this.label40.Text = "6. X Ray Shoulder";
     this.label40.Click += new System.EventHandler(this.label40_Click);
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.Location = new System.Drawing.Point(642, 404);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(142, 23);
     this.label39.TabIndex = 215;
     this.label39.Text = "4. X Ray Elbow";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.Location = new System.Drawing.Point(454, 404);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(129, 23);
     this.label38.TabIndex = 214;
     this.label38.Text = "10. X Ray feet";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(897, 59);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(112, 23);
     this.label37.TabIndex = 213;
     this.label37.Text = "7. X Ray leg";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(12, 59);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(125, 23);
     this.label25.TabIndex = 211;
     this.label25.Text = "1. X Ray head";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(870, 404);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(126, 23);
     this.label21.TabIndex = 210;
     this.label21.Text = "9. X Ray hand";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(21, 404);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(125, 23);
     this.label18.TabIndex = 209;
     this.label18.Text = "3. X Ray back";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(351, 59);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(129, 23);
     this.label20.TabIndex = 208;
     this.label20.Text = "2. X Ray chest";
     //
     // Head
     //
     this.Head.Image = ((System.Drawing.Image)(resources.GetObject("Head.Image")));
     this.Head.Location = new System.Drawing.Point(0, 99);
     this.Head.Name = "Head";
     this.Head.Size = new System.Drawing.Size(279, 234);
     this.Head.TabIndex = 218;
     this.Head.TabStop = false;
     //
     // Back
     //
     this.Back.Image = ((System.Drawing.Image)(resources.GetObject("Back.Image")));
     this.Back.Location = new System.Drawing.Point(0, 440);
     this.Back.Name = "Back";
     this.Back.Size = new System.Drawing.Size(181, 243);
     this.Back.TabIndex = 220;
     this.Back.TabStop = false;
     //
     // Feet
     //
     this.Feet.Image = ((System.Drawing.Image)(resources.GetObject("Feet.Image")));
     this.Feet.Location = new System.Drawing.Point(458, 440);
     this.Feet.Name = "Feet";
     this.Feet.Size = new System.Drawing.Size(109, 239);
     this.Feet.TabIndex = 221;
     this.Feet.TabStop = false;
     this.Feet.Click += new System.EventHandler(this.pictureBox4_Click);
     //
     // Elbow
     //
     this.Elbow.Image = ((System.Drawing.Image)(resources.GetObject("Elbow.Image")));
     this.Elbow.Location = new System.Drawing.Point(606, 440);
     this.Elbow.Name = "Elbow";
     this.Elbow.Size = new System.Drawing.Size(226, 251);
     this.Elbow.TabIndex = 222;
     this.Elbow.TabStop = false;
     //
     // Hand
     //
     this.Hand.Image = ((System.Drawing.Image)(resources.GetObject("Hand.Image")));
     this.Hand.Location = new System.Drawing.Point(843, 440);
     this.Hand.Name = "Hand";
     this.Hand.Size = new System.Drawing.Size(166, 265);
     this.Hand.TabIndex = 225;
     this.Hand.TabStop = false;
     //
     // Leg
     //
     this.Leg.Image = ((System.Drawing.Image)(resources.GetObject("Leg.Image")));
     this.Leg.Location = new System.Drawing.Point(909, 99);
     this.Leg.Name = "Leg";
     this.Leg.Size = new System.Drawing.Size(100, 251);
     this.Leg.TabIndex = 226;
     this.Leg.TabStop = false;
     //
     // Chest
     //
     this.Chest.Image = ((System.Drawing.Image)(resources.GetObject("Chest.Image")));
     this.Chest.Location = new System.Drawing.Point(282, 99);
     this.Chest.Name = "Chest";
     this.Chest.Size = new System.Drawing.Size(235, 174);
     this.Chest.TabIndex = 227;
     this.Chest.TabStop = false;
     //
     // Knee
     //
     this.Knee.Image = ((System.Drawing.Image)(resources.GetObject("Knee.Image")));
     this.Knee.Location = new System.Drawing.Point(536, 99);
     this.Knee.Name = "Knee";
     this.Knee.Size = new System.Drawing.Size(347, 250);
     this.Knee.TabIndex = 228;
     this.Knee.TabStop = false;
     this.Knee.Click += new System.EventHandler(this.pictureBox6_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.goBackToToolStripMenuItem,
     this.goBackToFullBodyPageToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 229;
     this.menuStrip1.Text = "menuStrip1";
     //
     // goBackToToolStripMenuItem
     //
     this.goBackToToolStripMenuItem.Name = "goBackToToolStripMenuItem";
     this.goBackToToolStripMenuItem.Size = new System.Drawing.Size(207, 20);
     this.goBackToToolStripMenuItem.Text = "Go back to medical techintion page";
     this.goBackToToolStripMenuItem.Click += new System.EventHandler(this.goBackToToolStripMenuItem_Click);
     //
     // goBackToFullBodyPageToolStripMenuItem
     //
     this.goBackToFullBodyPageToolStripMenuItem.Name = "goBackToFullBodyPageToolStripMenuItem";
     this.goBackToFullBodyPageToolStripMenuItem.Size = new System.Drawing.Size(155, 20);
     this.goBackToFullBodyPageToolStripMenuItem.Text = "Go back to full body page";
     this.goBackToFullBodyPageToolStripMenuItem.Click += new System.EventHandler(this.goBackToFullBodyPageToolStripMenuItem_Click);
     //
     // Shoulders
     //
     this.Shoulders.Image = ((System.Drawing.Image)(resources.GetObject("Shoulders.Image")));
     this.Shoulders.Location = new System.Drawing.Point(194, 440);
     this.Shoulders.Name = "Shoulders";
     this.Shoulders.Size = new System.Drawing.Size(258, 236);
     this.Shoulders.TabIndex = 230;
     this.Shoulders.TabStop = false;
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // Xray
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1008, 682);
     this.Controls.Add(this.Shoulders);
     this.Controls.Add(this.Knee);
     this.Controls.Add(this.Chest);
     this.Controls.Add(this.Leg);
     this.Controls.Add(this.Hand);
     this.Controls.Add(this.Elbow);
     this.Controls.Add(this.Feet);
     this.Controls.Add(this.Back);
     this.Controls.Add(this.Head);
     this.Controls.Add(this.label44);
     this.Controls.Add(this.label40);
     this.Controls.Add(this.label39);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.label37);
     this.Controls.Add(this.label25);
     this.Controls.Add(this.label21);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Xray";
     this.Text = "Xray";
     this.Load += new System.EventHandler(this.Xray_Load);
     ((System.ComponentModel.ISupportInitialize)(this.Head)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Back)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Feet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Elbow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Hand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Leg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Chest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Knee)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Shoulders)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #47
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMenu));
     this.estado = new System.Windows.Forms.StatusStrip();
     this.lb_texto = new System.Windows.Forms.ToolStripStatusLabel();
     this.lb_estado = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.mnuEntradas = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntAfectaciones = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntAfectacionesSP = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntImpresion = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRpt = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptPartida = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptFolio = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptFolioPartida = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptPedido = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptProveedor = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptDetallado = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEntRptIfai = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSalidas = new System.Windows.Forms.ToolStripMenuItem();
     this.afec_salidas = new System.Windows.Forms.ToolStripMenuItem();
     this.imp_salida = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_salidas = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_partida = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_folio = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_fol_partida = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_area = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_area_costo = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_art_prop = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_prop_area = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_prop_concentrado = new System.Windows.Forms.ToolStripMenuItem();
     this.rep_sal_detallado = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuInventarios = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuInvCierre = new System.Windows.Forms.ToolStripMenuItem();
     this.gen_cierre = new System.Windows.Forms.ToolStripMenuItem();
     this.imp_cierre = new System.Windows.Forms.ToolStripMenuItem();
     this.borrarCierreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registrarInventarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registrarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.marbetesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.asignaciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.impresiónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.conteosToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.erConteoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.doConteoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.difConteosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.impresiónToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.difKardexInventarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.impInventarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRequisicion = new System.Windows.Forms.ToolStripMenuItem();
     this.afectacionesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.impresiónToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.reportesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.costeadaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.porSolicitarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cuadroLicitaciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuReportes = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptExistencias = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptKardex = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptCaducidades = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptSaldos = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptLento = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptNulo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptConsumo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRptPedidosGenerados = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatalogos = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatArticulo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatModificar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatModPartida = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCatModCuadro = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cat_area = new System.Windows.Forms.ToolStripMenuItem();
     this.cat_partida = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCambiar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSalir = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.estado.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // estado
     //
     this.estado.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lb_texto});
     this.estado.Location = new System.Drawing.Point(0, 572);
     this.estado.Name = "estado";
     this.estado.Size = new System.Drawing.Size(1025, 22);
     this.estado.TabIndex = 2;
     this.estado.Text = "StatusStrip";
     //
     // lb_texto
     //
     this.lb_texto.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_texto.Name = "lb_texto";
     this.lb_texto.Size = new System.Drawing.Size(0, 17);
     //
     // lb_estado
     //
     this.lb_estado.Name = "lb_estado";
     this.lb_estado.Size = new System.Drawing.Size(0, 38);
     //
     // toolStripStatusLabel
     //
     this.toolStripStatusLabel.Name = "toolStripStatusLabel";
     this.toolStripStatusLabel.Size = new System.Drawing.Size(40, 17);
     this.toolStripStatusLabel.Text = "Estado";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuEntradas,
     this.mnuSalidas,
     this.mnuInventarios,
     this.mnuRequisicion,
     this.mnuReportes,
     this.mnuCatalogos,
     this.mnuCambiar,
     this.mnuSalir});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1025, 87);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text = "menuStrip1";
     //
     // mnuEntradas
     //
     this.mnuEntradas.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuEntAfectaciones,
     this.mnuEntAfectacionesSP,
     this.mnuEntImpresion,
     this.mnuEntRpt});
     this.mnuEntradas.Image = global::Almacen.View.Properties.Resources.entrada;
     this.mnuEntradas.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuEntradas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuEntradas.Name = "mnuEntradas";
     this.mnuEntradas.Size = new System.Drawing.Size(76, 83);
     this.mnuEntradas.Text = "Entradas";
     this.mnuEntradas.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuEntradas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // mnuEntAfectaciones
     //
     this.mnuEntAfectaciones.Name = "mnuEntAfectaciones";
     this.mnuEntAfectaciones.Size = new System.Drawing.Size(201, 22);
     this.mnuEntAfectaciones.Text = "Afectaciones";
     this.mnuEntAfectaciones.Click += new System.EventHandler(this.afectacionesToolStripMenuItem_Click);
     //
     // mnuEntAfectacionesSP
     //
     this.mnuEntAfectacionesSP.Name = "mnuEntAfectacionesSP";
     this.mnuEntAfectacionesSP.Size = new System.Drawing.Size(201, 22);
     this.mnuEntAfectacionesSP.Text = "Afectaciones Sin Pedido";
     this.mnuEntAfectacionesSP.Visible = false;
     this.mnuEntAfectacionesSP.Click += new System.EventHandler(this.mnuEntAfectacionesSP_Click);
     //
     // mnuEntImpresion
     //
     this.mnuEntImpresion.Name = "mnuEntImpresion";
     this.mnuEntImpresion.Size = new System.Drawing.Size(201, 22);
     this.mnuEntImpresion.Text = "Impresión";
     this.mnuEntImpresion.Click += new System.EventHandler(this.imp_entrada_Click);
     //
     // mnuEntRpt
     //
     this.mnuEntRpt.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuEntRptPartida,
     this.mnuEntRptFolio,
     this.mnuEntRptFolioPartida,
     this.mnuEntRptPedido,
     this.mnuEntRptProveedor,
     this.mnuEntRptDetallado,
     this.mnuEntRptIfai});
     this.mnuEntRpt.Name = "mnuEntRpt";
     this.mnuEntRpt.Size = new System.Drawing.Size(201, 22);
     this.mnuEntRpt.Text = "Reportes";
     //
     // mnuEntRptPartida
     //
     this.mnuEntRptPartida.Name = "mnuEntRptPartida";
     this.mnuEntRptPartida.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptPartida.Text = "Por Partida";
     this.mnuEntRptPartida.Click += new System.EventHandler(this.rep_ent_partida_Click);
     //
     // mnuEntRptFolio
     //
     this.mnuEntRptFolio.Name = "mnuEntRptFolio";
     this.mnuEntRptFolio.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptFolio.Text = "Por Folio";
     this.mnuEntRptFolio.Click += new System.EventHandler(this.rep_ent_folio_Click);
     //
     // mnuEntRptFolioPartida
     //
     this.mnuEntRptFolioPartida.Name = "mnuEntRptFolioPartida";
     this.mnuEntRptFolioPartida.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptFolioPartida.Text = "Por Folio y Partida";
     this.mnuEntRptFolioPartida.Click += new System.EventHandler(this.rep_ent_fol_partida_Click);
     //
     // mnuEntRptPedido
     //
     this.mnuEntRptPedido.Name = "mnuEntRptPedido";
     this.mnuEntRptPedido.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptPedido.Text = "Por Pedido";
     this.mnuEntRptPedido.Click += new System.EventHandler(this.rep_ent_pedido_Click);
     //
     // mnuEntRptProveedor
     //
     this.mnuEntRptProveedor.Name = "mnuEntRptProveedor";
     this.mnuEntRptProveedor.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptProveedor.Text = "Por Proveedor";
     this.mnuEntRptProveedor.Click += new System.EventHandler(this.rep_ent_proveedor_Click);
     //
     // mnuEntRptDetallado
     //
     this.mnuEntRptDetallado.Name = "mnuEntRptDetallado";
     this.mnuEntRptDetallado.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptDetallado.Text = "Detallado";
     this.mnuEntRptDetallado.Click += new System.EventHandler(this.rep_ent_detallado_Click);
     //
     // mnuEntRptIfai
     //
     this.mnuEntRptIfai.Name = "mnuEntRptIfai";
     this.mnuEntRptIfai.Size = new System.Drawing.Size(170, 22);
     this.mnuEntRptIfai.Text = "IFAI";
     this.mnuEntRptIfai.Visible = false;
     this.mnuEntRptIfai.Click += new System.EventHandler(this.mnuEntRptIfai_Click);
     //
     // mnuSalidas
     //
     this.mnuSalidas.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.afec_salidas,
     this.imp_salida,
     this.rep_salidas});
     this.mnuSalidas.Image = global::Almacen.View.Properties.Resources.salidas;
     this.mnuSalidas.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuSalidas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuSalidas.Name = "mnuSalidas";
     this.mnuSalidas.Size = new System.Drawing.Size(76, 83);
     this.mnuSalidas.Text = "Salidas";
     this.mnuSalidas.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuSalidas.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // afec_salidas
     //
     this.afec_salidas.Name = "afec_salidas";
     this.afec_salidas.Size = new System.Drawing.Size(142, 22);
     this.afec_salidas.Text = "Afectaciones";
     this.afec_salidas.Click += new System.EventHandler(this.afec_salidas_Click);
     //
     // imp_salida
     //
     this.imp_salida.Name = "imp_salida";
     this.imp_salida.Size = new System.Drawing.Size(142, 22);
     this.imp_salida.Text = "Impresión";
     this.imp_salida.Click += new System.EventHandler(this.imp_salida_Click);
     //
     // rep_salidas
     //
     this.rep_salidas.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.rep_sal_partida,
     this.rep_sal_folio,
     this.rep_sal_fol_partida,
     this.rep_sal_area,
     this.rep_sal_area_costo,
     this.rep_sal_art_prop,
     this.rep_sal_detallado});
     this.rep_salidas.Name = "rep_salidas";
     this.rep_salidas.Size = new System.Drawing.Size(142, 22);
     this.rep_salidas.Text = "Reportes";
     //
     // rep_sal_partida
     //
     this.rep_sal_partida.Name = "rep_sal_partida";
     this.rep_sal_partida.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_partida.Text = "Por Partida";
     this.rep_sal_partida.Click += new System.EventHandler(this.rep_sal_partida_Click);
     //
     // rep_sal_folio
     //
     this.rep_sal_folio.Name = "rep_sal_folio";
     this.rep_sal_folio.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_folio.Text = "Por Folio";
     this.rep_sal_folio.Click += new System.EventHandler(this.rep_sal_folio_Click);
     //
     // rep_sal_fol_partida
     //
     this.rep_sal_fol_partida.Name = "rep_sal_fol_partida";
     this.rep_sal_fol_partida.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_fol_partida.Text = "Por Folio y Partida";
     this.rep_sal_fol_partida.Click += new System.EventHandler(this.rep_sal_fol_partida_Click);
     //
     // rep_sal_area
     //
     this.rep_sal_area.Name = "rep_sal_area";
     this.rep_sal_area.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_area.Text = "Por Area";
     this.rep_sal_area.Click += new System.EventHandler(this.rep_sal_area_Click);
     //
     // rep_sal_area_costo
     //
     this.rep_sal_area_costo.Name = "rep_sal_area_costo";
     this.rep_sal_area_costo.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_area_costo.Text = "Por Area y Costo";
     this.rep_sal_area_costo.Click += new System.EventHandler(this.rep_sal_area_costo_Click);
     //
     // rep_sal_art_prop
     //
     this.rep_sal_art_prop.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.rep_sal_prop_area,
     this.rep_sal_prop_concentrado});
     this.rep_sal_art_prop.Name = "rep_sal_art_prop";
     this.rep_sal_art_prop.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_art_prop.Text = "Artículos Proporcionados";
     //
     // rep_sal_prop_area
     //
     this.rep_sal_prop_area.Name = "rep_sal_prop_area";
     this.rep_sal_prop_area.Size = new System.Drawing.Size(143, 22);
     this.rep_sal_prop_area.Text = "Por Area";
     this.rep_sal_prop_area.Click += new System.EventHandler(this.rep_sal_prop_area_Click);
     //
     // rep_sal_prop_concentrado
     //
     this.rep_sal_prop_concentrado.Name = "rep_sal_prop_concentrado";
     this.rep_sal_prop_concentrado.Size = new System.Drawing.Size(143, 22);
     this.rep_sal_prop_concentrado.Text = "Concentrado";
     this.rep_sal_prop_concentrado.Click += new System.EventHandler(this.rep_sal_prop_concentrado_Click);
     //
     // rep_sal_detallado
     //
     this.rep_sal_detallado.Name = "rep_sal_detallado";
     this.rep_sal_detallado.Size = new System.Drawing.Size(208, 22);
     this.rep_sal_detallado.Text = "Detallado";
     this.rep_sal_detallado.Click += new System.EventHandler(this.rep_sal_detallado_Click);
     //
     // mnuInventarios
     //
     this.mnuInventarios.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuInvCierre,
     this.registrarInventarioToolStripMenuItem});
     this.mnuInventarios.Image = global::Almacen.View.Properties.Resources.inventario1;
     this.mnuInventarios.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuInventarios.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuInventarios.Name = "mnuInventarios";
     this.mnuInventarios.Size = new System.Drawing.Size(77, 83);
     this.mnuInventarios.Text = "Inventarios";
     this.mnuInventarios.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuInventarios.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // mnuInvCierre
     //
     this.mnuInvCierre.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gen_cierre,
     this.imp_cierre,
     this.borrarCierreToolStripMenuItem});
     this.mnuInvCierre.Name = "mnuInvCierre";
     this.mnuInvCierre.Size = new System.Drawing.Size(153, 22);
     this.mnuInvCierre.Text = "Cierre Mensual";
     //
     // gen_cierre
     //
     this.gen_cierre.Name = "gen_cierre";
     this.gen_cierre.Size = new System.Drawing.Size(149, 22);
     this.gen_cierre.Text = "Generar Cierre";
     this.gen_cierre.Click += new System.EventHandler(this.gen_cierre_Click);
     //
     // imp_cierre
     //
     this.imp_cierre.Name = "imp_cierre";
     this.imp_cierre.Size = new System.Drawing.Size(149, 22);
     this.imp_cierre.Text = "Impresion";
     this.imp_cierre.Click += new System.EventHandler(this.imp_cierre_Click);
     //
     // borrarCierreToolStripMenuItem
     //
     this.borrarCierreToolStripMenuItem.Name = "borrarCierreToolStripMenuItem";
     this.borrarCierreToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.borrarCierreToolStripMenuItem.Text = "Borrar Cierre";
     this.borrarCierreToolStripMenuItem.Click += new System.EventHandler(this.borrarCierreToolStripMenuItem_Click);
     //
     // registrarInventarioToolStripMenuItem
     //
     this.registrarInventarioToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.registrarToolStripMenuItem,
     this.marbetesToolStripMenuItem,
     this.conteosToolStripMenuItem1,
     this.impresiónToolStripMenuItem1});
     this.registrarInventarioToolStripMenuItem.Name = "registrarInventarioToolStripMenuItem";
     this.registrarInventarioToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
     this.registrarInventarioToolStripMenuItem.Text = "Inventarios";
     //
     // registrarToolStripMenuItem
     //
     this.registrarToolStripMenuItem.Name = "registrarToolStripMenuItem";
     this.registrarToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     this.registrarToolStripMenuItem.Text = "Registrar";
     this.registrarToolStripMenuItem.Click += new System.EventHandler(this.registrarToolStripMenuItem_Click);
     //
     // marbetesToolStripMenuItem
     //
     this.marbetesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.asignaciónToolStripMenuItem,
     this.impresiónToolStripMenuItem});
     this.marbetesToolStripMenuItem.Name = "marbetesToolStripMenuItem";
     this.marbetesToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     this.marbetesToolStripMenuItem.Text = "Marbetes";
     //
     // asignaciónToolStripMenuItem
     //
     this.asignaciónToolStripMenuItem.Name = "asignaciónToolStripMenuItem";
     this.asignaciónToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.asignaciónToolStripMenuItem.Text = "Asignación";
     this.asignaciónToolStripMenuItem.Click += new System.EventHandler(this.asignaciónToolStripMenuItem_Click);
     //
     // impresiónToolStripMenuItem
     //
     this.impresiónToolStripMenuItem.Name = "impresiónToolStripMenuItem";
     this.impresiónToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.impresiónToolStripMenuItem.Text = "Impresión";
     this.impresiónToolStripMenuItem.Click += new System.EventHandler(this.impresiónToolStripMenuItem_Click);
     //
     // conteosToolStripMenuItem1
     //
     this.conteosToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.erConteoToolStripMenuItem,
     this.doConteoToolStripMenuItem,
     this.difConteosToolStripMenuItem});
     this.conteosToolStripMenuItem1.Name = "conteosToolStripMenuItem1";
     this.conteosToolStripMenuItem1.Size = new System.Drawing.Size(127, 22);
     this.conteosToolStripMenuItem1.Text = "Conteos";
     //
     // erConteoToolStripMenuItem
     //
     this.erConteoToolStripMenuItem.Name = "erConteoToolStripMenuItem";
     this.erConteoToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.erConteoToolStripMenuItem.Text = "1er Conteo";
     this.erConteoToolStripMenuItem.Click += new System.EventHandler(this.erConteoToolStripMenuItem_Click);
     //
     // doConteoToolStripMenuItem
     //
     this.doConteoToolStripMenuItem.Name = "doConteoToolStripMenuItem";
     this.doConteoToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.doConteoToolStripMenuItem.Text = "2do Conteo";
     this.doConteoToolStripMenuItem.Click += new System.EventHandler(this.doConteoToolStripMenuItem_Click);
     //
     // difConteosToolStripMenuItem
     //
     this.difConteosToolStripMenuItem.Name = "difConteosToolStripMenuItem";
     this.difConteosToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.difConteosToolStripMenuItem.Text = "Diferencia de Conteos";
     this.difConteosToolStripMenuItem.Click += new System.EventHandler(this.difConteosToolStripMenuItem_Click);
     //
     // impresiónToolStripMenuItem1
     //
     this.impresiónToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.difKardexInventarioToolStripMenuItem,
     this.impInventarioToolStripMenuItem});
     this.impresiónToolStripMenuItem1.Name = "impresiónToolStripMenuItem1";
     this.impresiónToolStripMenuItem1.Size = new System.Drawing.Size(127, 22);
     this.impresiónToolStripMenuItem1.Text = "Impresión";
     //
     // difKardexInventarioToolStripMenuItem
     //
     this.difKardexInventarioToolStripMenuItem.Name = "difKardexInventarioToolStripMenuItem";
     this.difKardexInventarioToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.difKardexInventarioToolStripMenuItem.Text = "Dif. Kardex - Inventario";
     this.difKardexInventarioToolStripMenuItem.Click += new System.EventHandler(this.difKardexInventarioToolStripMenuItem_Click);
     //
     // impInventarioToolStripMenuItem
     //
     this.impInventarioToolStripMenuItem.Name = "impInventarioToolStripMenuItem";
     this.impInventarioToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.impInventarioToolStripMenuItem.Text = "Imp. Inventario";
     this.impInventarioToolStripMenuItem.Click += new System.EventHandler(this.impInventarioToolStripMenuItem_Click);
     //
     // mnuRequisicion
     //
     this.mnuRequisicion.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.afectacionesToolStripMenuItem,
     this.impresiónToolStripMenuItem2,
     this.reportesToolStripMenuItem});
     this.mnuRequisicion.Image = global::Almacen.View.Properties.Resources.list;
     this.mnuRequisicion.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuRequisicion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuRequisicion.Name = "mnuRequisicion";
     this.mnuRequisicion.Size = new System.Drawing.Size(80, 83);
     this.mnuRequisicion.Text = "Requisición";
     this.mnuRequisicion.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuRequisicion.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // afectacionesToolStripMenuItem
     //
     this.afectacionesToolStripMenuItem.Name = "afectacionesToolStripMenuItem";
     this.afectacionesToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.afectacionesToolStripMenuItem.Text = "Afectaciones";
     this.afectacionesToolStripMenuItem.Click += new System.EventHandler(this.afectacionesToolStripMenuItem_Click_1);
     //
     // impresiónToolStripMenuItem2
     //
     this.impresiónToolStripMenuItem2.Name = "impresiónToolStripMenuItem2";
     this.impresiónToolStripMenuItem2.Size = new System.Drawing.Size(142, 22);
     this.impresiónToolStripMenuItem2.Text = "Impresión";
     this.impresiónToolStripMenuItem2.Click += new System.EventHandler(this.impresiónToolStripMenuItem2_Click);
     //
     // reportesToolStripMenuItem
     //
     this.reportesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.costeadaToolStripMenuItem,
     this.porSolicitarToolStripMenuItem,
     this.cuadroLicitaciónToolStripMenuItem});
     this.reportesToolStripMenuItem.Name = "reportesToolStripMenuItem";
     this.reportesToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.reportesToolStripMenuItem.Text = "Reportes";
     //
     // costeadaToolStripMenuItem
     //
     this.costeadaToolStripMenuItem.Name = "costeadaToolStripMenuItem";
     this.costeadaToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.costeadaToolStripMenuItem.Text = "Costeada";
     this.costeadaToolStripMenuItem.Click += new System.EventHandler(this.costeadaToolStripMenuItem_Click);
     //
     // porSolicitarToolStripMenuItem
     //
     this.porSolicitarToolStripMenuItem.Name = "porSolicitarToolStripMenuItem";
     this.porSolicitarToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.porSolicitarToolStripMenuItem.Text = "Por Solicitar";
     this.porSolicitarToolStripMenuItem.Click += new System.EventHandler(this.porSolicitarToolStripMenuItem_Click);
     //
     // cuadroLicitaciónToolStripMenuItem
     //
     this.cuadroLicitaciónToolStripMenuItem.Name = "cuadroLicitaciónToolStripMenuItem";
     this.cuadroLicitaciónToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.cuadroLicitaciónToolStripMenuItem.Text = "Cuadro Licitación";
     this.cuadroLicitaciónToolStripMenuItem.Click += new System.EventHandler(this.cuadroLicitaciónToolStripMenuItem_Click);
     //
     // mnuReportes
     //
     this.mnuReportes.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuRptExistencias,
     this.mnuRptKardex,
     this.mnuRptCaducidades,
     this.mnuRptSaldos,
     this.mnuRptLento,
     this.mnuRptNulo,
     this.mnuRptConsumo,
     this.mnuRptPedidosGenerados});
     this.mnuReportes.Image = global::Almacen.View.Properties.Resources.report;
     this.mnuReportes.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuReportes.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuReportes.Name = "mnuReportes";
     this.mnuReportes.Size = new System.Drawing.Size(76, 83);
     this.mnuReportes.Text = "Reportes";
     this.mnuReportes.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuReportes.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // mnuRptExistencias
     //
     this.mnuRptExistencias.Name = "mnuRptExistencias";
     this.mnuRptExistencias.Size = new System.Drawing.Size(194, 22);
     this.mnuRptExistencias.Text = "Existencias";
     this.mnuRptExistencias.Click += new System.EventHandler(this.rep_existencias_Click);
     //
     // mnuRptKardex
     //
     this.mnuRptKardex.ImageTransparentColor = System.Drawing.Color.Black;
     this.mnuRptKardex.Name = "mnuRptKardex";
     this.mnuRptKardex.Size = new System.Drawing.Size(194, 22);
     this.mnuRptKardex.Text = "Kardex";
     this.mnuRptKardex.Click += new System.EventHandler(this.rep_kardex_Click);
     //
     // mnuRptCaducidades
     //
     this.mnuRptCaducidades.ImageTransparentColor = System.Drawing.Color.Black;
     this.mnuRptCaducidades.Name = "mnuRptCaducidades";
     this.mnuRptCaducidades.Size = new System.Drawing.Size(194, 22);
     this.mnuRptCaducidades.Text = "Caducidades";
     this.mnuRptCaducidades.Click += new System.EventHandler(this.rep_caducidades_Click);
     //
     // mnuRptSaldos
     //
     this.mnuRptSaldos.Name = "mnuRptSaldos";
     this.mnuRptSaldos.Size = new System.Drawing.Size(194, 22);
     this.mnuRptSaldos.Text = "Saldos Representativos";
     this.mnuRptSaldos.Click += new System.EventHandler(this.rep_saldos_Click);
     //
     // mnuRptLento
     //
     this.mnuRptLento.Name = "mnuRptLento";
     this.mnuRptLento.Size = new System.Drawing.Size(194, 22);
     this.mnuRptLento.Text = "Lento Movimiento";
     this.mnuRptLento.Click += new System.EventHandler(this.rep_lento_Click);
     //
     // mnuRptNulo
     //
     this.mnuRptNulo.Name = "mnuRptNulo";
     this.mnuRptNulo.Size = new System.Drawing.Size(194, 22);
     this.mnuRptNulo.Text = "Nulo Movimiento";
     this.mnuRptNulo.Click += new System.EventHandler(this.rep_nulo_Click);
     //
     // mnuRptConsumo
     //
     this.mnuRptConsumo.Name = "mnuRptConsumo";
     this.mnuRptConsumo.Size = new System.Drawing.Size(194, 22);
     this.mnuRptConsumo.Text = "Consumo Promedio";
     //
     // mnuRptPedidosGenerados
     //
     this.mnuRptPedidosGenerados.Name = "mnuRptPedidosGenerados";
     this.mnuRptPedidosGenerados.Size = new System.Drawing.Size(194, 22);
     this.mnuRptPedidosGenerados.Text = "Pedidos Generados";
     this.mnuRptPedidosGenerados.Visible = false;
     this.mnuRptPedidosGenerados.Click += new System.EventHandler(this.mnuRptPedidosGenerados_Click);
     //
     // mnuCatalogos
     //
     this.mnuCatalogos.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuCatArticulo,
     this.mnuCatModificar,
     this.toolStripSeparator1,
     this.cat_area,
     this.cat_partida});
     this.mnuCatalogos.Image = global::Almacen.View.Properties.Resources.cata3;
     this.mnuCatalogos.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuCatalogos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuCatalogos.Name = "mnuCatalogos";
     this.mnuCatalogos.Size = new System.Drawing.Size(76, 83);
     this.mnuCatalogos.Text = "Catálogos";
     this.mnuCatalogos.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuCatalogos.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // mnuCatArticulo
     //
     this.mnuCatArticulo.Name = "mnuCatArticulo";
     this.mnuCatArticulo.Size = new System.Drawing.Size(153, 22);
     this.mnuCatArticulo.Text = "Artículos";
     this.mnuCatArticulo.Click += new System.EventHandler(this.cat_articulo_Click);
     //
     // mnuCatModificar
     //
     this.mnuCatModificar.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuCatModPartida,
     this.mnuCatModCuadro});
     this.mnuCatModificar.Name = "mnuCatModificar";
     this.mnuCatModificar.Size = new System.Drawing.Size(153, 22);
     this.mnuCatModificar.Text = "Cambiar de . . .";
     //
     // mnuCatModPartida
     //
     this.mnuCatModPartida.Name = "mnuCatModPartida";
     this.mnuCatModPartida.Size = new System.Drawing.Size(150, 22);
     this.mnuCatModPartida.Text = "Partida";
     this.mnuCatModPartida.Click += new System.EventHandler(this.partidaToolStripMenuItem_Click);
     //
     // mnuCatModCuadro
     //
     this.mnuCatModCuadro.Name = "mnuCatModCuadro";
     this.mnuCatModCuadro.Size = new System.Drawing.Size(150, 22);
     this.mnuCatModCuadro.Text = "Cuadro Basico";
     this.mnuCatModCuadro.Visible = false;
     this.mnuCatModCuadro.Click += new System.EventHandler(this.cuadroBasicoToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(150, 6);
     //
     // cat_area
     //
     this.cat_area.Name = "cat_area";
     this.cat_area.Size = new System.Drawing.Size(153, 22);
     this.cat_area.Text = "Areas";
     this.cat_area.Click += new System.EventHandler(this.cat_area_Click);
     //
     // cat_partida
     //
     this.cat_partida.Name = "cat_partida";
     this.cat_partida.Size = new System.Drawing.Size(153, 22);
     this.cat_partida.Text = "Partidas";
     //
     // mnuCambiar
     //
     this.mnuCambiar.Image = global::Almacen.View.Properties.Resources.home_next_icon1;
     this.mnuCambiar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuCambiar.Name = "mnuCambiar";
     this.mnuCambiar.Size = new System.Drawing.Size(130, 83);
     this.mnuCambiar.Text = "Cambiar de Almacen";
     this.mnuCambiar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.mnuCambiar.Click += new System.EventHandler(this.mnuCambiar_Click);
     //
     // mnuSalir
     //
     this.mnuSalir.Image = global::Almacen.View.Properties.Resources.exit;
     this.mnuSalir.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.mnuSalir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.mnuSalir.Name = "mnuSalir";
     this.mnuSalir.Size = new System.Drawing.Size(76, 83);
     this.mnuSalir.Text = "Salir";
     this.mnuSalir.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.mnuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.mnuSalir.Click += new System.EventHandler(this.exitMenu_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(113, 20);
     this.toolStripMenuItem1.Text = "toolStripMenuItem1";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 68);
     this.toolStripMenuItem2.Text = "toolStripMenuItem2";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(109, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // FrmMenu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(1025, 594);
     this.Controls.Add(this.estado);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "FrmMenu";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frm_Menu_FormClosed);
     this.Load += new System.EventHandler(this.frm_Menu_Load);
     this.estado.ResumeLayout(false);
     this.estado.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #48
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this._dataGridView = new System.Windows.Forms.DataGridView();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this._aggiungiPiantaButton = new System.Windows.Forms.Button();
     this._homeButton = new System.Windows.Forms.Button();
     this._idPianta = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._nomeComune = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._nomeBotanico = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._fabbisognoAcqua = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._mostraGestoriButton = new System.Windows.Forms.DataGridViewButtonColumn();
     this._gestioneFabbisognoButton = new System.Windows.Forms.DataGridViewButtonColumn();
     this._rimuoviPiantaButton = new System.Windows.Forms.DataGridViewButtonColumn();
     ((System.ComponentModel.ISupportInitialize)(this._dataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // _dataGridView
     //
     this._dataGridView.AllowUserToAddRows = false;
     this._dataGridView.AllowUserToDeleteRows = false;
     this._dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this._dataGridView.BackgroundColor = System.Drawing.Color.Silver;
     this._dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this._dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this._dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this._dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this._idPianta,
     this._nomeComune,
     this._nomeBotanico,
     this._fabbisognoAcqua,
     this._mostraGestoriButton,
     this._gestioneFabbisognoButton,
     this._rimuoviPiantaButton});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this._dataGridView.DefaultCellStyle = dataGridViewCellStyle2;
     this._dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this._dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this._dataGridView.Location = new System.Drawing.Point(0, 24);
     this._dataGridView.Name = "_dataGridView";
     this._dataGridView.RowHeadersVisible = false;
     this._dataGridView.Size = new System.Drawing.Size(979, 487);
     this._dataGridView.TabIndex = 1;
     //
     // menuStrip1
     //
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(979, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text = "menuStrip1";
     //
     // _aggiungiPiantaButton
     //
     this._aggiungiPiantaButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this._aggiungiPiantaButton.Location = new System.Drawing.Point(3, 0);
     this._aggiungiPiantaButton.Name = "_aggiungiPiantaButton";
     this._aggiungiPiantaButton.Size = new System.Drawing.Size(137, 23);
     this._aggiungiPiantaButton.TabIndex = 3;
     this._aggiungiPiantaButton.Text = "Aggiungi pianta";
     this._aggiungiPiantaButton.UseVisualStyleBackColor = true;
     this._aggiungiPiantaButton.Click += new System.EventHandler(this._aggiungiPiantaButton_Click);
     //
     // _homeButton
     //
     this._homeButton.Enabled = false;
     this._homeButton.Location = new System.Drawing.Point(159, 0);
     this._homeButton.Name = "_homeButton";
     this._homeButton.Size = new System.Drawing.Size(57, 23);
     this._homeButton.TabIndex = 4;
     this._homeButton.Text = "HOME";
     this._homeButton.UseVisualStyleBackColor = true;
     this._homeButton.Visible = false;
     this._homeButton.Click += new System.EventHandler(this._homeButton_Click);
     //
     // _idPianta
     //
     this._idPianta.HeaderText = "Id";
     this._idPianta.Name = "_idPianta";
     this._idPianta.ReadOnly = true;
     //
     // _nomeComune
     //
     this._nomeComune.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this._nomeComune.HeaderText = "Nome comune";
     this._nomeComune.Name = "_nomeComune";
     this._nomeComune.ReadOnly = true;
     //
     // _nomeBotanico
     //
     this._nomeBotanico.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this._nomeBotanico.HeaderText = "Nome Botanico";
     this._nomeBotanico.Name = "_nomeBotanico";
     this._nomeBotanico.ReadOnly = true;
     //
     // _fabbisognoAcqua
     //
     this._fabbisognoAcqua.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this._fabbisognoAcqua.HeaderText = "Fabbisogno acqua";
     this._fabbisognoAcqua.Name = "_fabbisognoAcqua";
     this._fabbisognoAcqua.Width = 132;
     //
     // _mostraGestoriButton
     //
     this._mostraGestoriButton.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this._mostraGestoriButton.HeaderText = "";
     this._mostraGestoriButton.Name = "_mostraGestoriButton";
     this._mostraGestoriButton.Width = 5;
     //
     // _gestioneFabbisognoButton
     //
     this._gestioneFabbisognoButton.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this._gestioneFabbisognoButton.HeaderText = "";
     this._gestioneFabbisognoButton.Name = "_gestioneFabbisognoButton";
     this._gestioneFabbisognoButton.Width = 5;
     //
     // _rimuoviPiantaButton
     //
     this._rimuoviPiantaButton.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this._rimuoviPiantaButton.HeaderText = "";
     this._rimuoviPiantaButton.Name = "_rimuoviPiantaButton";
     this._rimuoviPiantaButton.ReadOnly = true;
     this._rimuoviPiantaButton.Width = 5;
     //
     // PianteView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.BackColor = System.Drawing.Color.Silver;
     this.Controls.Add(this._homeButton);
     this.Controls.Add(this._aggiungiPiantaButton);
     this.Controls.Add(this._dataGridView);
     this.Controls.Add(this.menuStrip1);
     this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "PianteView";
     this.Size = new System.Drawing.Size(979, 511);
     ((System.ComponentModel.ISupportInitialize)(this._dataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #49
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.DirectoryDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.ExportDialog = new System.Windows.Forms.SaveFileDialog();
     this.ImportDialog = new System.Windows.Forms.OpenFileDialog();
     this.HideIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.HideMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ShowForm = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.AbuotForm = new System.Windows.Forms.ToolStripMenuItem();
     this.ExitForm = new System.Windows.Forms.ToolStripMenuItem();
     this.MainMenu = new System.Windows.Forms.MenuStrip();
     this.MenuFile = new System.Windows.Forms.ToolStripMenuItem();
     this.OpenFolder = new System.Windows.Forms.ToolStripMenuItem();
     this.lastFoldersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.exit = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuService = new System.Windows.Forms.ToolStripMenuItem();
     this.fastST = new System.Windows.Forms.ToolStripMenuItem();
     this.l2ini = new System.Windows.Forms.ToolStripMenuItem();
     this.pathSystem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.Settings = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.StatusProgress = new System.Windows.Forms.ProgressBar();
     this.RightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.CutR = new System.Windows.Forms.ToolStripMenuItem();
     this.CopyR = new System.Windows.Forms.ToolStripMenuItem();
     this.PasteR = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.SelectAll = new System.Windows.Forms.ToolStripMenuItem();
     this.path = new System.Windows.Forms.Label();
     this.StatusLabel = new System.Windows.Forms.Label();
     this.ChLabel = new System.Windows.Forms.Label();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.ChronicleInfo = new System.Windows.Forms.Label();
     this.FileDialog = new System.Windows.Forms.OpenFileDialog();
     this.ColorDialog = new System.Windows.Forms.ColorDialog();
     this.IniTab = new System.Windows.Forms.TabPage();
     this.NumLines = new System.Windows.Forms.Label();
     this.Counts = new System.Windows.Forms.Label();
     this.EncText = new System.Windows.Forms.Label();
     this.EnCod = new System.Windows.Forms.Label();
     this.FileIniComboName = new System.Windows.Forms.ComboBox();
     this.clearl2ini = new System.Windows.Forms.Button();
     this.savel2ini = new System.Windows.Forms.Button();
     this.IniTextBox = new System.Windows.Forms.RichTextBox();
     this.OpenL2iniText = new System.Windows.Forms.Button();
     this.DatTab = new System.Windows.Forms.TabPage();
     this._mergeButton = new com.jds.PathEditor.classes.gui.JButton();
     this.lockBtn = new System.Windows.Forms.CheckBox();
     this.editorBtn = new com.jds.PathEditor.classes.gui.JButton();
     this.startBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.exportBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.importBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.SaveBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.LoadBtn2 = new com.jds.PathEditor.classes.gui.JButton();
     this.FileNameCombo = new System.Windows.Forms.ListBox();
     this.Tabs = new System.Windows.Forms.TabControl();
     this.HideMenu.SuspendLayout();
     this.MainMenu.SuspendLayout();
     this.RightClick.SuspendLayout();
     this.IniTab.SuspendLayout();
     this.DatTab.SuspendLayout();
     this.Tabs.SuspendLayout();
     this.SuspendLayout();
     //
     // DirectoryDialog
     //
     this.DirectoryDialog.Description = "Choose directory where LineageII System.";
     this.DirectoryDialog.ShowNewFolderButton = false;
     //
     // HideIcon
     //
     this.HideIcon.ContextMenuStrip = this.HideMenu;
     this.HideIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("HideIcon.Icon")));
     this.HideIcon.Tag = "Path Editor";
     this.HideIcon.Text = "Path Editor";
     this.HideIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.HideIcon_MouseDoubleClick);
     //
     // HideMenu
     //
     this.HideMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ShowForm,
     this.toolStripSeparator4,
     this.AbuotForm,
     this.ExitForm});
     this.HideMenu.Name = "HideMenu";
     this.HideMenu.Size = new System.Drawing.Size(108, 76);
     this.HideMenu.Text = "HideMenu";
     //
     // ShowForm
     //
     this.ShowForm.Name = "ShowForm";
     this.ShowForm.Size = new System.Drawing.Size(107, 22);
     this.ShowForm.Text = "Show";
     this.ShowForm.Click += new System.EventHandler(this.ShowForm_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(104, 6);
     //
     // AbuotForm
     //
     this.AbuotForm.Name = "AbuotForm";
     this.AbuotForm.Size = new System.Drawing.Size(107, 22);
     this.AbuotForm.Text = "About";
     this.AbuotForm.Click += new System.EventHandler(this.AbuotForm_Click);
     //
     // ExitForm
     //
     this.ExitForm.Name = "ExitForm";
     this.ExitForm.Size = new System.Drawing.Size(107, 22);
     this.ExitForm.Text = "Exit";
     this.ExitForm.Click += new System.EventHandler(this.ExitForm_Click);
     //
     // MainMenu
     //
     this.MainMenu.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuFile,
     this.MenuService,
     this.MenuAbout});
     this.MainMenu.Location = new System.Drawing.Point(0, 0);
     this.MainMenu.Name = "MainMenu";
     this.MainMenu.Size = new System.Drawing.Size(521, 24);
     this.MainMenu.TabIndex = 2;
     this.MainMenu.Text = "menuStrip1";
     //
     // MenuFile
     //
     this.MenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.OpenFolder,
     this.lastFoldersToolStripMenuItem,
     this.toolStripSeparator1,
     this.exit});
     this.MenuFile.Name = "MenuFile";
     this.MenuFile.Size = new System.Drawing.Size(37, 20);
     this.MenuFile.Text = "File";
     //
     // OpenFolder
     //
     this.OpenFolder.Name = "OpenFolder";
     this.OpenFolder.Size = new System.Drawing.Size(136, 22);
     this.OpenFolder.Text = "OpenFolder";
     this.OpenFolder.Click += new System.EventHandler(this.OpenFolder_Click);
     //
     // lastFoldersToolStripMenuItem
     //
     this.lastFoldersToolStripMenuItem.Name = "lastFoldersToolStripMenuItem";
     this.lastFoldersToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.lastFoldersToolStripMenuItem.Text = "Last Folders";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
     //
     // exit
     //
     this.exit.Name = "exit";
     this.exit.Size = new System.Drawing.Size(136, 22);
     this.exit.Text = "Exit";
     this.exit.Click += new System.EventHandler(this.exit_Click);
     //
     // MenuService
     //
     this.MenuService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fastST,
     this.pathSystem,
     this.toolStripSeparator3,
     this.Settings});
     this.MenuService.Name = "MenuService";
     this.MenuService.Size = new System.Drawing.Size(56, 20);
     this.MenuService.Text = "Service";
     //
     // fastST
     //
     this.fastST.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.l2ini});
     this.fastST.Name = "fastST";
     this.fastST.Size = new System.Drawing.Size(140, 22);
     this.fastST.Text = "Fast Settings";
     //
     // l2ini
     //
     this.l2ini.Name = "l2ini";
     this.l2ini.Size = new System.Drawing.Size(99, 22);
     this.l2ini.Text = "l2.ini";
     this.l2ini.Click += new System.EventHandler(this.l2ini_Click);
     //
     // pathSystem
     //
     this.pathSystem.Name = "pathSystem";
     this.pathSystem.Size = new System.Drawing.Size(140, 22);
     this.pathSystem.Text = "Path system";
     this.pathSystem.Click += new System.EventHandler(this.pathSystem_Click_1);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(137, 6);
     //
     // Settings
     //
     this.Settings.Name = "Settings";
     this.Settings.Size = new System.Drawing.Size(140, 22);
     this.Settings.Text = "Settings";
     this.Settings.Click += new System.EventHandler(this.Settings_Click);
     //
     // MenuAbout
     //
     this.MenuAbout.Name = "MenuAbout";
     this.MenuAbout.Size = new System.Drawing.Size(24, 20);
     this.MenuAbout.Text = "?";
     this.MenuAbout.Click += new System.EventHandler(this.MenuAbout_Click_1);
     //
     // StatusProgress
     //
     this.StatusProgress.Location = new System.Drawing.Point(366, 643);
     this.StatusProgress.Name = "StatusProgress";
     this.StatusProgress.Size = new System.Drawing.Size(139, 16);
     this.StatusProgress.TabIndex = 3;
     //
     // RightClick
     //
     this.RightClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CutR,
     this.CopyR,
     this.PasteR,
     this.toolStripSeparator2,
     this.SelectAll});
     this.RightClick.Name = "RightClick";
     this.RightClick.Size = new System.Drawing.Size(123, 98);
     this.RightClick.Text = "Right";
     //
     // CutR
     //
     this.CutR.Name = "CutR";
     this.CutR.Size = new System.Drawing.Size(122, 22);
     this.CutR.Text = "Cut";
     this.CutR.Click += new System.EventHandler(this.CutR_Click);
     //
     // CopyR
     //
     this.CopyR.Name = "CopyR";
     this.CopyR.Size = new System.Drawing.Size(122, 22);
     this.CopyR.Text = "Copy";
     this.CopyR.Click += new System.EventHandler(this.CopyR_Click);
     //
     // PasteR
     //
     this.PasteR.Name = "PasteR";
     this.PasteR.Size = new System.Drawing.Size(122, 22);
     this.PasteR.Text = "Paste";
     this.PasteR.Click += new System.EventHandler(this.PasteR_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(119, 6);
     //
     // SelectAll
     //
     this.SelectAll.Name = "SelectAll";
     this.SelectAll.Size = new System.Drawing.Size(122, 22);
     this.SelectAll.Text = "Select All";
     this.SelectAll.Click += new System.EventHandler(this.SelectAll_Click);
     //
     // path
     //
     this.path.AutoSize = true;
     this.path.BackColor = System.Drawing.Color.Transparent;
     this.path.Location = new System.Drawing.Point(12, 619);
     this.path.Name = "path";
     this.path.Size = new System.Drawing.Size(32, 14);
     this.path.TabIndex = 9;
     this.path.Text = "Path";
     //
     // StatusLabel
     //
     this.StatusLabel.AutoSize = true;
     this.StatusLabel.Location = new System.Drawing.Point(13, 646);
     this.StatusLabel.Name = "StatusLabel";
     this.StatusLabel.Size = new System.Drawing.Size(70, 14);
     this.StatusLabel.TabIndex = 5;
     this.StatusLabel.Text = "StatusLabel";
     //
     // ChLabel
     //
     this.ChLabel.AutoSize = true;
     this.ChLabel.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.ChLabel.Location = new System.Drawing.Point(370, 4);
     this.ChLabel.Name = "ChLabel";
     this.ChLabel.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ChLabel.Size = new System.Drawing.Size(39, 14);
     this.ChLabel.TabIndex = 6;
     this.ChLabel.Text = "NONE";
     this.ChLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.ChLabel.Click += new System.EventHandler(this.ChLabel_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 641);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(521, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text = "statusStrip1";
     //
     // ChronicleInfo
     //
     this.ChronicleInfo.AutoSize = true;
     this.ChronicleInfo.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.ChronicleInfo.Location = new System.Drawing.Point(311, 4);
     this.ChronicleInfo.Name = "ChronicleInfo";
     this.ChronicleInfo.Size = new System.Drawing.Size(60, 14);
     this.ChronicleInfo.TabIndex = 11;
     this.ChronicleInfo.Text = "Chronicle:";
     //
     // FileDialog
     //
     this.FileDialog.Filter = "Binary file|*.exe";
     //
     // ColorDialog
     //
     this.ColorDialog.FullOpen = true;
     //
     // IniTab
     //
     this.IniTab.Controls.Add(this.NumLines);
     this.IniTab.Controls.Add(this.Counts);
     this.IniTab.Controls.Add(this.EncText);
     this.IniTab.Controls.Add(this.EnCod);
     this.IniTab.Controls.Add(this.FileIniComboName);
     this.IniTab.Controls.Add(this.clearl2ini);
     this.IniTab.Controls.Add(this.savel2ini);
     this.IniTab.Controls.Add(this.IniTextBox);
     this.IniTab.Controls.Add(this.OpenL2iniText);
     this.IniTab.Location = new System.Drawing.Point(4, 23);
     this.IniTab.Name = "IniTab";
     this.IniTab.Padding = new System.Windows.Forms.Padding(3);
     this.IniTab.Size = new System.Drawing.Size(489, 552);
     this.IniTab.TabIndex = 1;
     this.IniTab.Text = "ini/int Files";
     this.IniTab.UseVisualStyleBackColor = true;
     //
     // NumLines
     //
     this.NumLines.AutoSize = true;
     this.NumLines.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.NumLines.Location = new System.Drawing.Point(347, 215);
     this.NumLines.Name = "NumLines";
     this.NumLines.Size = new System.Drawing.Size(97, 13);
     this.NumLines.TabIndex = 11;
     this.NumLines.Text = "Number of lines:";
     //
     // Counts
     //
     this.Counts.AutoSize = true;
     this.Counts.Location = new System.Drawing.Point(461, 214);
     this.Counts.Name = "Counts";
     this.Counts.Size = new System.Drawing.Size(14, 14);
     this.Counts.TabIndex = 10;
     this.Counts.Text = "0";
     //
     // EncText
     //
     this.EncText.AutoSize = true;
     this.EncText.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.EncText.Location = new System.Drawing.Point(347, 185);
     this.EncText.Name = "EncText";
     this.EncText.Size = new System.Drawing.Size(60, 13);
     this.EncText.TabIndex = 9;
     this.EncText.Text = "Encoding:";
     //
     // EnCod
     //
     this.EnCod.AutoSize = true;
     this.EnCod.Location = new System.Drawing.Point(422, 185);
     this.EnCod.Name = "EnCod";
     this.EnCod.Size = new System.Drawing.Size(14, 14);
     this.EnCod.TabIndex = 8;
     this.EnCod.Text = "0";
     //
     // FileIniComboName
     //
     this.FileIniComboName.Cursor = System.Windows.Forms.Cursors.Default;
     this.FileIniComboName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.FileIniComboName.Location = new System.Drawing.Point(355, 17);
     this.FileIniComboName.Name = "FileIniComboName";
     this.FileIniComboName.Size = new System.Drawing.Size(128, 22);
     this.FileIniComboName.TabIndex = 5;
     this.FileIniComboName.SelectedIndexChanged += new System.EventHandler(this.FileIniComboName_SelectedIndexChanged);
     //
     // clearl2ini
     //
     this.clearl2ini.Location = new System.Drawing.Point(352, 130);
     this.clearl2ini.Name = "clearl2ini";
     this.clearl2ini.Size = new System.Drawing.Size(131, 30);
     this.clearl2ini.TabIndex = 3;
     this.clearl2ini.Text = "Clear";
     this.clearl2ini.UseVisualStyleBackColor = true;
     this.clearl2ini.Click += new System.EventHandler(this.clearl2ini_Click);
     //
     // savel2ini
     //
     this.savel2ini.Location = new System.Drawing.Point(352, 94);
     this.savel2ini.Name = "savel2ini";
     this.savel2ini.Size = new System.Drawing.Size(131, 30);
     this.savel2ini.TabIndex = 4;
     this.savel2ini.Text = "Save";
     this.savel2ini.UseVisualStyleBackColor = true;
     this.savel2ini.Click += new System.EventHandler(this.savel2ini_Click);
     //
     // IniTextBox
     //
     this.IniTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.IniTextBox.ContextMenuStrip = this.RightClick;
     this.IniTextBox.Enabled = false;
     this.IniTextBox.Location = new System.Drawing.Point(18, 17);
     this.IniTextBox.Name = "IniTextBox";
     this.IniTextBox.Size = new System.Drawing.Size(328, 529);
     this.IniTextBox.TabIndex = 2;
     this.IniTextBox.Text = "";
     //
     // OpenL2iniText
     //
     this.OpenL2iniText.Location = new System.Drawing.Point(352, 58);
     this.OpenL2iniText.Name = "OpenL2iniText";
     this.OpenL2iniText.Size = new System.Drawing.Size(131, 30);
     this.OpenL2iniText.TabIndex = 0;
     this.OpenL2iniText.Text = "Open";
     this.OpenL2iniText.UseVisualStyleBackColor = true;
     this.OpenL2iniText.Click += new System.EventHandler(this.OpenIniButton_Click);
     //
     // DatTab
     //
     this.DatTab.Controls.Add(this._mergeButton);
     this.DatTab.Controls.Add(this.lockBtn);
     this.DatTab.Controls.Add(this.editorBtn);
     this.DatTab.Controls.Add(this.startBtn2);
     this.DatTab.Controls.Add(this.exportBtn2);
     this.DatTab.Controls.Add(this.importBtn2);
     this.DatTab.Controls.Add(this.SaveBtn2);
     this.DatTab.Controls.Add(this.LoadBtn2);
     this.DatTab.Controls.Add(this.FileNameCombo);
     this.DatTab.Location = new System.Drawing.Point(4, 23);
     this.DatTab.Name = "DatTab";
     this.DatTab.Padding = new System.Windows.Forms.Padding(3);
     this.DatTab.Size = new System.Drawing.Size(489, 552);
     this.DatTab.TabIndex = 0;
     this.DatTab.Text = "dat Files";
     this.DatTab.UseVisualStyleBackColor = true;
     //
     // _mergeButton
     //
     this._mergeButton.DescriptionText = "";
     this._mergeButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._mergeButton.HeaderText = "Merge";
     this._mergeButton.Image = global::com.jds.PathEditor.Resources.MERGE;
     this._mergeButton.ImageScalingSize = new System.Drawing.Size(16, 16);
     this._mergeButton.Location = new System.Drawing.Point(361, 256);
     this._mergeButton.Name = "_mergeButton";
     this._mergeButton.Size = new System.Drawing.Size(122, 50);
     this._mergeButton.TabIndex = 9;
     this._mergeButton.Click += new System.EventHandler(this._mergeButton_Click);
     //
     // lockBtn
     //
     this.lockBtn.AutoSize = true;
     this.lockBtn.Location = new System.Drawing.Point(364, 380);
     this.lockBtn.Name = "lockBtn";
     this.lockBtn.Size = new System.Drawing.Size(57, 18);
     this.lockBtn.TabIndex = 8;
     this.lockBtn.Text = "Lock?";
     this.lockBtn.UseVisualStyleBackColor = true;
     this.lockBtn.CheckedChanged += new System.EventHandler(this.lockBtn_CheckedChanged);
     //
     // editorBtn
     //
     this.editorBtn.DescriptionText = "";
     this.editorBtn.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.editorBtn.HeaderText = "Editor";
     this.editorBtn.Image = global::com.jds.PathEditor.Resources.editor;
     this.editorBtn.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.editorBtn.Location = new System.Drawing.Point(361, 312);
     this.editorBtn.Name = "editorBtn";
     this.editorBtn.Size = new System.Drawing.Size(122, 50);
     this.editorBtn.TabIndex = 8;
     this.editorBtn.Click += new System.EventHandler(this.expToWindow_Click);
     //
     // startBtn2
     //
     this.startBtn2.DescriptionText = "";
     this.startBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.startBtn2.HeaderText = "Start L2";
     this.startBtn2.Image = global::com.jds.PathEditor.Resources.START;
     this.startBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.startBtn2.Location = new System.Drawing.Point(361, 493);
     this.startBtn2.Name = "startBtn2";
     this.startBtn2.Size = new System.Drawing.Size(122, 50);
     this.startBtn2.TabIndex = 8;
     this.startBtn2.Click += new System.EventHandler(this.StartL2_Click);
     //
     // exportBtn2
     //
     this.exportBtn2.DescriptionText = "";
     this.exportBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exportBtn2.HeaderText = "Export";
     this.exportBtn2.Image = global::com.jds.PathEditor.Resources.EXPORT;
     this.exportBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.exportBtn2.Location = new System.Drawing.Point(361, 200);
     this.exportBtn2.Name = "exportBtn2";
     this.exportBtn2.Size = new System.Drawing.Size(122, 50);
     this.exportBtn2.TabIndex = 8;
     this.exportBtn2.Click += new System.EventHandler(this.ExpBtn_Click);
     //
     // importBtn2
     //
     this.importBtn2.DescriptionText = "";
     this.importBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.importBtn2.HeaderText = "Import";
     this.importBtn2.Image = global::com.jds.PathEditor.Resources.IMPORT;
     this.importBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.importBtn2.Location = new System.Drawing.Point(361, 140);
     this.importBtn2.Name = "importBtn2";
     this.importBtn2.Size = new System.Drawing.Size(122, 50);
     this.importBtn2.TabIndex = 8;
     this.importBtn2.Click += new System.EventHandler(this.ImpBtn_Click);
     //
     // SaveBtn2
     //
     this.SaveBtn2.DescriptionText = "";
     this.SaveBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.SaveBtn2.HeaderText = "Save";
     this.SaveBtn2.Image = global::com.jds.PathEditor.Resources.SAVE;
     this.SaveBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.SaveBtn2.Location = new System.Drawing.Point(361, 80);
     this.SaveBtn2.Name = "SaveBtn2";
     this.SaveBtn2.Size = new System.Drawing.Size(122, 50);
     this.SaveBtn2.TabIndex = 8;
     this.SaveBtn2.Click += new System.EventHandler(this.SaveBtn_Click);
     //
     // LoadBtn2
     //
     this.LoadBtn2.DescriptionText = "";
     this.LoadBtn2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.LoadBtn2.HeaderText = "Load";
     this.LoadBtn2.Image = global::com.jds.PathEditor.Resources.LOAD;
     this.LoadBtn2.ImageScalingSize = new System.Drawing.Size(16, 16);
     this.LoadBtn2.Location = new System.Drawing.Point(361, 20);
     this.LoadBtn2.Name = "LoadBtn2";
     this.LoadBtn2.Size = new System.Drawing.Size(122, 50);
     this.LoadBtn2.TabIndex = 8;
     this.LoadBtn2.Click += new System.EventHandler(this.LoadBtn_Click);
     //
     // FileNameCombo
     //
     this.FileNameCombo.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FileNameCombo.FormattingEnabled = true;
     this.FileNameCombo.ItemHeight = 14;
     this.FileNameCombo.Location = new System.Drawing.Point(23, 21);
     this.FileNameCombo.Name = "FileNameCombo";
     this.FileNameCombo.Size = new System.Drawing.Size(332, 522);
     this.FileNameCombo.TabIndex = 5;
     this.FileNameCombo.SelectedIndexChanged += new System.EventHandler(this.FileNameCombo_SelectedIndexChanged);
     //
     // Tabs
     //
     this.Tabs.Controls.Add(this.DatTab);
     this.Tabs.Controls.Add(this.IniTab);
     this.Tabs.Location = new System.Drawing.Point(12, 37);
     this.Tabs.Multiline = true;
     this.Tabs.Name = "Tabs";
     this.Tabs.SelectedIndex = 0;
     this.Tabs.Size = new System.Drawing.Size(497, 579);
     this.Tabs.TabIndex = 4;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(521, 663);
     this.Controls.Add(this.StatusProgress);
     this.Controls.Add(this.path);
     this.Controls.Add(this.StatusLabel);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.Tabs);
     this.Controls.Add(this.ChronicleInfo);
     this.Controls.Add(this.ChLabel);
     this.Controls.Add(this.MainMenu);
     this.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.MainMenu;
     this.MaximizeBox = false;
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Path Editor";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.Resize += new System.EventHandler(this.MainForm_Resize);
     this.HideMenu.ResumeLayout(false);
     this.MainMenu.ResumeLayout(false);
     this.MainMenu.PerformLayout();
     this.RightClick.ResumeLayout(false);
     this.IniTab.ResumeLayout(false);
     this.IniTab.PerformLayout();
     this.DatTab.ResumeLayout(false);
     this.DatTab.PerformLayout();
     this.Tabs.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #50
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.настройкаToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.фильтрыToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.выбратьИсходнуюПапкуToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.повторноПрименитьФильтрToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuUseML           = new System.Windows.Forms.ToolStripMenuItem();
     this.comboFilters          = new System.Windows.Forms.ToolStripComboBox();
     this.tbSearch              = new System.Windows.Forms.ToolStripTextBox();
     this.button1               = new System.Windows.Forms.Button();
     this.folderBrowserDialog1  = new System.Windows.Forms.FolderBrowserDialog();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statInfo              = new System.Windows.Forms.ToolStripStatusLabel();
     this.contextMenuStrip1     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.добавитьФайлВИсключениенеПеремещатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьФайлИзИсключенияToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.отметитьВыбранныеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.отметитьВсеToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.снятьВсеОтметкиToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.bindingSource2 = new System.Windows.Forms.BindingSource(this.components);
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.tbLog          = new System.Windows.Forms.TextBox();
     this.dataGridView1  = new SortFaxes.UserDataGridView();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.copyDataGridViewCheckBoxColumn          = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.fileNameDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.destinationDirDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Score = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dateEventDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.настройкаToolStripMenuItem,
         this.comboFilters,
         this.tbSearch
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1193, 27);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // настройкаToolStripMenuItem
     //
     this.настройкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.фильтрыToolStripMenuItem,
         this.выбратьИсходнуюПапкуToolStripMenuItem,
         this.повторноПрименитьФильтрToolStripMenuItem,
         this.tsMenuUseML
     });
     this.настройкаToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.настройкаToolStripMenuItem.Name = "настройкаToolStripMenuItem";
     this.настройкаToolStripMenuItem.Size = new System.Drawing.Size(87, 23);
     this.настройкаToolStripMenuItem.Text = "Настройка";
     //
     // фильтрыToolStripMenuItem
     //
     this.фильтрыToolStripMenuItem.Name   = "фильтрыToolStripMenuItem";
     this.фильтрыToolStripMenuItem.Size   = new System.Drawing.Size(265, 22);
     this.фильтрыToolStripMenuItem.Text   = "Фильтры...";
     this.фильтрыToolStripMenuItem.Click += new System.EventHandler(this.ФильтрыToolStripMenuItemClick);
     //
     // выбратьИсходнуюПапкуToolStripMenuItem
     //
     this.выбратьИсходнуюПапкуToolStripMenuItem.Name   = "выбратьИсходнуюПапкуToolStripMenuItem";
     this.выбратьИсходнуюПапкуToolStripMenuItem.Size   = new System.Drawing.Size(265, 22);
     this.выбратьИсходнуюПапкуToolStripMenuItem.Text   = "Выбрать исходную папку...";
     this.выбратьИсходнуюПапкуToolStripMenuItem.Click += new System.EventHandler(this.ВыбратьИсходнуюПапкуToolStripMenuItemClick);
     //
     // повторноПрименитьФильтрToolStripMenuItem
     //
     this.повторноПрименитьФильтрToolStripMenuItem.Name   = "повторноПрименитьФильтрToolStripMenuItem";
     this.повторноПрименитьФильтрToolStripMenuItem.Size   = new System.Drawing.Size(265, 22);
     this.повторноПрименитьФильтрToolStripMenuItem.Text   = "Повторно применить фильтр";
     this.повторноПрименитьФильтрToolStripMenuItem.Click += new System.EventHandler(this.ПовторноПрименитьФильтрToolStripMenuItemClick);
     //
     // tsMenuUseML
     //
     this.tsMenuUseML.Checked      = true;
     this.tsMenuUseML.CheckOnClick = true;
     this.tsMenuUseML.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.tsMenuUseML.Name         = "tsMenuUseML";
     this.tsMenuUseML.Size         = new System.Drawing.Size(265, 22);
     this.tsMenuUseML.Text         = "Использовать нейросеть";
     this.tsMenuUseML.Click       += new System.EventHandler(this.tsMenuUseML_Click);
     //
     // comboFilters
     //
     this.comboFilters.Name   = "comboFilters";
     this.comboFilters.Size   = new System.Drawing.Size(121, 23);
     this.comboFilters.Click += new System.EventHandler(this.comboFilters_Click);
     //
     // tbSearch
     //
     this.tbSearch.BackColor = System.Drawing.Color.Khaki;
     this.tbSearch.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbSearch.ForeColor = System.Drawing.Color.Crimson;
     this.tbSearch.Name      = "tbSearch";
     this.tbSearch.Size      = new System.Drawing.Size(200, 23);
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.button1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
     this.button1.FlatAppearance.BorderSize  = 2;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.ForeColor = System.Drawing.SystemColors.WindowText;
     this.button1.Location  = new System.Drawing.Point(0, 677);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(333, 31);
     this.button1.TabIndex  = 4;
     this.button1.Text      = "Переместить выбранные файлы";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // folderBrowserDialog1
     //
     this.folderBrowserDialog1.RootFolder          = System.Environment.SpecialFolder.DesktopDirectory;
     this.folderBrowserDialog1.ShowNewFolderButton = false;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.statInfo
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 711);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1193, 22);
     this.statusStrip1.TabIndex = 5;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(38, 17);
     this.toolStripStatusLabel1.Text      = "status";
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // statInfo
     //
     this.statInfo.AutoToolTip  = true;
     this.statInfo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statInfo.ForeColor    = System.Drawing.Color.MidnightBlue;
     this.statInfo.Name         = "statInfo";
     this.statInfo.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.statInfo.Size         = new System.Drawing.Size(10, 17);
     this.statInfo.Text         = ".";
     this.statInfo.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.добавитьФайлВИсключениенеПеремещатьToolStripMenuItem,
         this.удалитьФайлИзИсключенияToolStripMenuItem,
         this.отметитьВыбранныеToolStripMenuItem,
         this.отметитьВсеToolStripMenuItem,
         this.снятьВсеОтметкиToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(336, 114);
     //
     // добавитьФайлВИсключениенеПеремещатьToolStripMenuItem
     //
     this.добавитьФайлВИсключениенеПеремещатьToolStripMenuItem.Name   = "добавитьФайлВИсключениенеПеремещатьToolStripMenuItem";
     this.добавитьФайлВИсключениенеПеремещатьToolStripMenuItem.Size   = new System.Drawing.Size(335, 22);
     this.добавитьФайлВИсключениенеПеремещатьToolStripMenuItem.Text   = "Добавить файл в исключение (не перемещать)";
     this.добавитьФайлВИсключениенеПеремещатьToolStripMenuItem.Click += new System.EventHandler(this.ДобавитьФайлВИсключениенеПеремещатьToolStripMenuItemClick);
     //
     // удалитьФайлИзИсключенияToolStripMenuItem
     //
     this.удалитьФайлИзИсключенияToolStripMenuItem.Name   = "удалитьФайлИзИсключенияToolStripMenuItem";
     this.удалитьФайлИзИсключенияToolStripMenuItem.Size   = new System.Drawing.Size(335, 22);
     this.удалитьФайлИзИсключенияToolStripMenuItem.Text   = "Удалить файл из исключения";
     this.удалитьФайлИзИсключенияToolStripMenuItem.Click += new System.EventHandler(this.УдалитьФайлИзИсключенияToolStripMenuItemClick);
     //
     // отметитьВыбранныеToolStripMenuItem
     //
     this.отметитьВыбранныеToolStripMenuItem.BackColor = System.Drawing.Color.MediumAquamarine;
     this.отметитьВыбранныеToolStripMenuItem.Name      = "отметитьВыбранныеToolStripMenuItem";
     this.отметитьВыбранныеToolStripMenuItem.Size      = new System.Drawing.Size(335, 22);
     this.отметитьВыбранныеToolStripMenuItem.Text      = "Отметить выбранные";
     this.отметитьВыбранныеToolStripMenuItem.Click    += new System.EventHandler(this.отметитьВыбранныеToolStripMenuItem_Click);
     //
     // отметитьВсеToolStripMenuItem
     //
     this.отметитьВсеToolStripMenuItem.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.отметитьВсеToolStripMenuItem.Name      = "отметитьВсеToolStripMenuItem";
     this.отметитьВсеToolStripMenuItem.Size      = new System.Drawing.Size(335, 22);
     this.отметитьВсеToolStripMenuItem.Text      = "Отметить все";
     this.отметитьВсеToolStripMenuItem.Click    += new System.EventHandler(this.отметитьВсеToolStripMenuItem_Click);
     //
     // снятьВсеОтметкиToolStripMenuItem
     //
     this.снятьВсеОтметкиToolStripMenuItem.BackColor = System.Drawing.SystemColors.ControlLight;
     this.снятьВсеОтметкиToolStripMenuItem.Name      = "снятьВсеОтметкиToolStripMenuItem";
     this.снятьВсеОтметкиToolStripMenuItem.Size      = new System.Drawing.Size(335, 22);
     this.снятьВсеОтметкиToolStripMenuItem.Text      = "Снять все отметки";
     this.снятьВсеОтметкиToolStripMenuItem.Click    += new System.EventHandler(this.снятьВсеОтметкиToolStripMenuItem_Click);
     //
     // checkBox1
     //
     this.checkBox1.BackColor = System.Drawing.Color.LightCyan;
     this.checkBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.checkBox1.ForeColor = System.Drawing.Color.Black;
     this.checkBox1.Location  = new System.Drawing.Point(446, 3);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.Size      = new System.Drawing.Size(201, 24);
     this.checkBox1.TabIndex  = 6;
     this.checkBox1.Text      = "Скрыть неотмеченные";
     this.checkBox1.UseVisualStyleBackColor = false;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.CheckBox1CheckedChanged);
     //
     // tbLog
     //
     this.tbLog.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.tbLog.Font       = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbLog.Location   = new System.Drawing.Point(540, 683);
     this.tbLog.Multiline  = true;
     this.tbLog.Name       = "tbLog";
     this.tbLog.ReadOnly   = true;
     this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.tbLog.Size       = new System.Drawing.Size(653, 48);
     this.tbLog.TabIndex   = 7;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows    = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.AutoGenerateColumns         = false;
     this.dataGridView1.CheckedCount                = 0;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.copyDataGridViewCheckBoxColumn,
         this.fileNameDataGridViewTextBoxColumn,
         this.destinationDirDataGridViewTextBoxColumn,
         this.Score,
         this.dateEventDataGridViewTextBoxColumn
     });
     this.dataGridView1.ContextMenuStrip  = this.contextMenuStrip1;
     this.dataGridView1.DataSource        = this.bindingSource1;
     this.dataGridView1.EditMode          = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGridView1.Location          = new System.Drawing.Point(0, 27);
     this.dataGridView1.Name              = "dataGridView1";
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.ShowCellErrors    = false;
     this.dataGridView1.ShowEditingIcon   = false;
     this.dataGridView1.ShowRowErrors     = false;
     this.dataGridView1.Size              = new System.Drawing.Size(1193, 652);
     this.dataGridView1.TabIndex          = 3;
     //
     // bindingSource1
     //
     this.bindingSource1.AllowNew   = false;
     this.bindingSource1.DataSource = typeof(SortFaxes.QFile);
     //
     // copyDataGridViewCheckBoxColumn
     //
     this.copyDataGridViewCheckBoxColumn.DataPropertyName = "Copy";
     this.copyDataGridViewCheckBoxColumn.HeaderText       = "Переместить";
     this.copyDataGridViewCheckBoxColumn.Name             = "copyDataGridViewCheckBoxColumn";
     //
     // fileNameDataGridViewTextBoxColumn
     //
     this.fileNameDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.fileNameDataGridViewTextBoxColumn.DataPropertyName = "FileName";
     this.fileNameDataGridViewTextBoxColumn.HeaderText       = "Имя файла";
     this.fileNameDataGridViewTextBoxColumn.MinimumWidth     = 250;
     this.fileNameDataGridViewTextBoxColumn.Name             = "fileNameDataGridViewTextBoxColumn";
     this.fileNameDataGridViewTextBoxColumn.ReadOnly         = true;
     this.fileNameDataGridViewTextBoxColumn.Width            = 250;
     //
     // destinationDirDataGridViewTextBoxColumn
     //
     this.destinationDirDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.destinationDirDataGridViewTextBoxColumn.DataPropertyName = "DestinationDir";
     this.destinationDirDataGridViewTextBoxColumn.DropDownWidth    = 20;
     this.destinationDirDataGridViewTextBoxColumn.HeaderText       = "Куда";
     this.destinationDirDataGridViewTextBoxColumn.MaxDropDownItems = 12;
     this.destinationDirDataGridViewTextBoxColumn.Name             = "destinationDirDataGridViewTextBoxColumn";
     this.destinationDirDataGridViewTextBoxColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.destinationDirDataGridViewTextBoxColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.destinationDirDataGridViewTextBoxColumn.Width            = 56;
     //
     // Score
     //
     this.Score.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Score.DataPropertyName = "Score";
     this.Score.HeaderText       = "%";
     this.Score.Name             = "Score";
     this.Score.ToolTipText      = "Вероятность угадывания папки для файла";
     this.Score.Width            = 40;
     //
     // dateEventDataGridViewTextBoxColumn
     //
     this.dateEventDataGridViewTextBoxColumn.DataPropertyName = "DateEvent";
     this.dateEventDataGridViewTextBoxColumn.HeaderText       = "Дата события";
     this.dateEventDataGridViewTextBoxColumn.Name             = "dateEventDataGridViewTextBoxColumn";
     this.dateEventDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1193, 733);
     this.Controls.Add(this.tbLog);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip     = this.menuStrip1;
     this.Name              = "MainForm";
     this.RightToLeftLayout = true;
     this.Text              = "SortFaxes";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._rtb_debug            = new iControls.iRichTextBox();
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this._rtc_console          = new iControls.iRichTextConsole();
     this.menuStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(791, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.testToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // testToolStripMenuItem
     //
     this.testToolStripMenuItem.Name   = "testToolStripMenuItem";
     this.testToolStripMenuItem.Size   = new System.Drawing.Size(96, 22);
     this.testToolStripMenuItem.Text   = "Test";
     this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
     //
     // _rtb_debug
     //
     this._rtb_debug.CaretCol  = 0;
     this._rtb_debug.CaretLine = 0;
     this._rtb_debug.CtrlDown  = false;
     this._rtb_debug.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._rtb_debug.Font      = new System.Drawing.Font("Consolas", 12F);
     this._rtb_debug.Location  = new System.Drawing.Point(0, 0);
     this._rtb_debug.Name      = "_rtb_debug";
     this._rtb_debug.Size      = new System.Drawing.Size(334, 463);
     this._rtb_debug.TabIndex  = 0;
     this._rtb_debug.Text      = "";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this._rtb_debug);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this._rtc_console);
     this.splitContainer1.Size             = new System.Drawing.Size(791, 463);
     this.splitContainer1.SplitterDistance = 334;
     this.splitContainer1.TabIndex         = 2;
     //
     // _rtc_console
     //
     this._rtc_console.CaretCol  = 0;
     this._rtc_console.CaretLine = 0;
     this._rtc_console.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._rtc_console.Font      = new System.Drawing.Font("Consolas", 12F);
     this._rtc_console.Location  = new System.Drawing.Point(0, 0);
     this._rtc_console.Name      = "_rtc_console";
     this._rtc_console.Size      = new System.Drawing.Size(453, 463);
     this._rtc_console.TabIndex  = 0;
     this._rtc_console.Text      = "";
     //
     // iConsoles
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(791, 487);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "iConsoles";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "iConsoles";
     this.Load         += new System.EventHandler(this.iConsoles_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dgvData = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnRowAdd = new System.Windows.Forms.Button();
     this.btnColumnAdd = new System.Windows.Forms.Button();
     this.btnDataFileLoad = new System.Windows.Forms.Button();
     this.grpDataType = new System.Windows.Forms.GroupBox();
     this.radDataTypeOrd = new System.Windows.Forms.RadioButton();
     this.radDataTypeInt = new System.Windows.Forms.RadioButton();
     this.radDataTypeFre = new System.Windows.Forms.RadioButton();
     this.btnRun = new System.Windows.Forms.Button();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.dgvStatMeasure = new System.Windows.Forms.DataGridView();
     this.colStatMeasure = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOrder = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.colUse = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.smiDeleteSelCol = new System.Windows.Forms.ToolStripMenuItem();
     this.smiDeleteSelRow = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cmsDataCells = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.smiRenameHeader = new System.Windows.Forms.ToolStripMenuItem();
     this.txtRenameHeader = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.smiRenameColumn = new System.Windows.Forms.ToolStripMenuItem();
     this.smiRenameRow = new System.Windows.Forms.ToolStripMenuItem();
     this.smiRenameTopLeftCell = new System.Windows.Forms.ToolStripMenuItem();
     this.menInputAndSelection = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.aboutStatisticalAnalyzerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.grpDataType.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvStatMeasure)).BeginInit();
     this.cmsDataCells.SuspendLayout();
     this.menInputAndSelection.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvData
     //
     this.dgvData.AllowUserToResizeColumns = false;
     this.dgvData.AllowUserToResizeRows = false;
     this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1});
     this.dgvData.Location = new System.Drawing.Point(0, 90);
     this.dgvData.Name = "dgvData";
     this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     this.dgvData.Size = new System.Drawing.Size(596, 365);
     this.dgvData.TabIndex = 0;
     this.dgvData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellEndEdit);
     this.dgvData.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvData_CellMouseClick);
     this.dgvData.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvData_CellMouseUp);
     this.dgvData.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dgvData_ColumnAdded);
     this.dgvData.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_ColumnHeaderMouseClick);
     this.dgvData.ColumnHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_ColumnHeaderMouseDoubleClick);
     this.dgvData.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvData_DefaultValuesNeeded);
     //
     // Column1
     //
     this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Column1.HeaderText = "Column1";
     this.Column1.Name = "Column1";
     this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column1.Width = 54;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnRowAdd);
     this.groupBox1.Controls.Add(this.btnColumnAdd);
     this.groupBox1.Controls.Add(this.btnDataFileLoad);
     this.groupBox1.Controls.Add(this.dgvData);
     this.groupBox1.Location = new System.Drawing.Point(12, 26);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(596, 461);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Input and Select Data";
     //
     // btnRowAdd
     //
     this.btnRowAdd.Location = new System.Drawing.Point(91, 67);
     this.btnRowAdd.Name = "btnRowAdd";
     this.btnRowAdd.Size = new System.Drawing.Size(79, 21);
     this.btnRowAdd.TabIndex = 9;
     this.btnRowAdd.Text = "Add Ro&w";
     this.btnRowAdd.UseVisualStyleBackColor = true;
     this.btnRowAdd.Click += new System.EventHandler(this.btnRowAdd_Click);
     //
     // btnColumnAdd
     //
     this.btnColumnAdd.Location = new System.Drawing.Point(6, 67);
     this.btnColumnAdd.Name = "btnColumnAdd";
     this.btnColumnAdd.Size = new System.Drawing.Size(79, 21);
     this.btnColumnAdd.TabIndex = 2;
     this.btnColumnAdd.Text = "Add &Column";
     this.btnColumnAdd.UseVisualStyleBackColor = true;
     this.btnColumnAdd.Click += new System.EventHandler(this.btnColumnAdd_Click);
     //
     // btnDataFileLoad
     //
     this.btnDataFileLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDataFileLoad.Location = new System.Drawing.Point(6, 19);
     this.btnDataFileLoad.Name = "btnDataFileLoad";
     this.btnDataFileLoad.Size = new System.Drawing.Size(115, 32);
     this.btnDataFileLoad.TabIndex = 1;
     this.btnDataFileLoad.Text = "&Load Data File";
     this.btnDataFileLoad.UseVisualStyleBackColor = true;
     this.btnDataFileLoad.Click += new System.EventHandler(this.btnDataFileLoad_Click);
     //
     // grpDataType
     //
     this.grpDataType.Controls.Add(this.radDataTypeOrd);
     this.grpDataType.Controls.Add(this.radDataTypeInt);
     this.grpDataType.Controls.Add(this.radDataTypeFre);
     this.grpDataType.Location = new System.Drawing.Point(521, 26);
     this.grpDataType.Name = "grpDataType";
     this.grpDataType.Size = new System.Drawing.Size(87, 88);
     this.grpDataType.TabIndex = 2;
     this.grpDataType.TabStop = false;
     this.grpDataType.Text = "Data Type";
     //
     // radDataTypeOrd
     //
     this.radDataTypeOrd.AutoSize = true;
     this.radDataTypeOrd.Location = new System.Drawing.Point(6, 67);
     this.radDataTypeOrd.Name = "radDataTypeOrd";
     this.radDataTypeOrd.Size = new System.Drawing.Size(58, 17);
     this.radDataTypeOrd.TabIndex = 2;
     this.radDataTypeOrd.TabStop = true;
     this.radDataTypeOrd.Text = "Or&dinal";
     this.radDataTypeOrd.UseVisualStyleBackColor = true;
     this.radDataTypeOrd.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // radDataTypeInt
     //
     this.radDataTypeInt.AutoSize = true;
     this.radDataTypeInt.Location = new System.Drawing.Point(6, 43);
     this.radDataTypeInt.Name = "radDataTypeInt";
     this.radDataTypeInt.Size = new System.Drawing.Size(60, 17);
     this.radDataTypeInt.TabIndex = 1;
     this.radDataTypeInt.TabStop = true;
     this.radDataTypeInt.Text = "&Interval";
     this.radDataTypeInt.UseVisualStyleBackColor = true;
     this.radDataTypeInt.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // radDataTypeFre
     //
     this.radDataTypeFre.AutoSize = true;
     this.radDataTypeFre.Location = new System.Drawing.Point(6, 19);
     this.radDataTypeFre.Name = "radDataTypeFre";
     this.radDataTypeFre.Size = new System.Drawing.Size(75, 17);
     this.radDataTypeFre.TabIndex = 0;
     this.radDataTypeFre.TabStop = true;
     this.radDataTypeFre.Text = "F&requency";
     this.radDataTypeFre.UseVisualStyleBackColor = true;
     this.radDataTypeFre.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // btnRun
     //
     this.btnRun.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRun.Location = new System.Drawing.Point(633, 446);
     this.btnRun.Name = "btnRun";
     this.btnRun.Size = new System.Drawing.Size(312, 35);
     this.btnRun.TabIndex = 1;
     this.btnRun.Text = "R&un";
     this.btnRun.UseVisualStyleBackColor = true;
     this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.dgvStatMeasure);
     this.groupBox5.Location = new System.Drawing.Point(633, 26);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(312, 410);
     this.groupBox5.TabIndex = 13;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Select Statistical Measure(s)";
     //
     // dgvStatMeasure
     //
     this.dgvStatMeasure.AllowUserToAddRows = false;
     this.dgvStatMeasure.AllowUserToResizeColumns = false;
     this.dgvStatMeasure.AllowUserToResizeRows = false;
     this.dgvStatMeasure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvStatMeasure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colStatMeasure,
     this.colOrder,
     this.colUse});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvStatMeasure.DefaultCellStyle = dataGridViewCellStyle2;
     this.dgvStatMeasure.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dgvStatMeasure.Location = new System.Drawing.Point(0, 19);
     this.dgvStatMeasure.Name = "dgvStatMeasure";
     this.dgvStatMeasure.RowHeadersVisible = false;
     this.dgvStatMeasure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dgvStatMeasure.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dgvStatMeasure.Size = new System.Drawing.Size(312, 391);
     this.dgvStatMeasure.TabIndex = 15;
     this.dgvStatMeasure.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStatMeasure_CellMouseUp);
     this.dgvStatMeasure.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStatMeasure_CellValueChanged);
     //
     // colStatMeasure
     //
     this.colStatMeasure.HeaderText = "Statistical Measure";
     this.colStatMeasure.Name = "colStatMeasure";
     this.colStatMeasure.ReadOnly = true;
     this.colStatMeasure.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colStatMeasure.Width = 172;
     //
     // colOrder
     //
     this.colOrder.HeaderText = "Series Order";
     this.colOrder.Name = "colOrder";
     this.colOrder.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colOrder.Width = 90;
     //
     // colUse
     //
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.NullValue = false;
     dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 0, 25, 0);
     this.colUse.DefaultCellStyle = dataGridViewCellStyle1;
     this.colUse.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.colUse.HeaderText = "Use";
     this.colUse.Name = "colUse";
     this.colUse.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colUse.Width = 47;
     //
     // smiDeleteSelCol
     //
     this.smiDeleteSelCol.Name = "smiDeleteSelCol";
     this.smiDeleteSelCol.Size = new System.Drawing.Size(180, 22);
     this.smiDeleteSelCol.Text = "Delete Selected Columns";
     this.smiDeleteSelCol.Click += new System.EventHandler(this.smiDeleteSelCol_Click);
     //
     // smiDeleteSelRow
     //
     this.smiDeleteSelRow.Name = "smiDeleteSelRow";
     this.smiDeleteSelRow.Size = new System.Drawing.Size(180, 22);
     this.smiDeleteSelRow.Text = "Delete Selected Rows";
     this.smiDeleteSelRow.Click += new System.EventHandler(this.smiDeleteSelRow_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
     //
     // cmsDataCells
     //
     this.cmsDataCells.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.smiDeleteSelCol,
     this.smiDeleteSelRow,
     this.toolStripSeparator1,
     this.smiRenameHeader});
     this.cmsDataCells.Name = "contextMenuStrip1";
     this.cmsDataCells.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.cmsDataCells.ShowImageMargin = false;
     this.cmsDataCells.Size = new System.Drawing.Size(181, 76);
     this.cmsDataCells.Opening += new System.ComponentModel.CancelEventHandler(this.cmsDataCells_Opening);
     //
     // smiRenameHeader
     //
     this.smiRenameHeader.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.txtRenameHeader,
     this.toolStripSeparator2,
     this.smiRenameColumn,
     this.smiRenameRow,
     this.smiRenameTopLeftCell});
     this.smiRenameHeader.Name = "smiRenameHeader";
     this.smiRenameHeader.Size = new System.Drawing.Size(180, 22);
     this.smiRenameHeader.Text = "Rename Header";
     //
     // txtRenameHeader
     //
     this.txtRenameHeader.Name = "txtRenameHeader";
     this.txtRenameHeader.Size = new System.Drawing.Size(150, 23);
     this.txtRenameHeader.ToolTipText = "Type new name here";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(220, 6);
     //
     // smiRenameColumn
     //
     this.smiRenameColumn.Name = "smiRenameColumn";
     this.smiRenameColumn.Size = new System.Drawing.Size(223, 22);
     this.smiRenameColumn.Text = "Rename Selected Column(s)";
     this.smiRenameColumn.Click += new System.EventHandler(this.smiRenameColumn_Click);
     //
     // smiRenameRow
     //
     this.smiRenameRow.Name = "smiRenameRow";
     this.smiRenameRow.Size = new System.Drawing.Size(223, 22);
     this.smiRenameRow.Text = "Rename Selected Row(s)";
     this.smiRenameRow.Click += new System.EventHandler(this.smiRenameRow_Click);
     //
     // smiRenameTopLeftCell
     //
     this.smiRenameTopLeftCell.Name = "smiRenameTopLeftCell";
     this.smiRenameTopLeftCell.Size = new System.Drawing.Size(223, 22);
     this.smiRenameTopLeftCell.Text = "Rename Top-left Cell";
     this.smiRenameTopLeftCell.Click += new System.EventHandler(this.smiRenameTopLeftCell_Click);
     //
     // menInputAndSelection
     //
     this.menInputAndSelection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menInputAndSelection.Location = new System.Drawing.Point(0, 0);
     this.menInputAndSelection.Name = "menInputAndSelection";
     this.menInputAndSelection.Size = new System.Drawing.Size(963, 24);
     this.menInputAndSelection.TabIndex = 14;
     this.menInputAndSelection.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openToolStripMenuItem,
     this.toolStripSeparator3,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.openToolStripMenuItem.Text = "&Open...";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(152, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.viewHelpToolStripMenuItem,
     this.toolStripSeparator4,
     this.aboutStatisticalAnalyzerToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // viewHelpToolStripMenuItem
     //
     this.viewHelpToolStripMenuItem.Name = "viewHelpToolStripMenuItem";
     this.viewHelpToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.viewHelpToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
     this.viewHelpToolStripMenuItem.Text = "&View Help...";
     this.viewHelpToolStripMenuItem.Click += new System.EventHandler(this.viewHelpToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(214, 6);
     //
     // aboutStatisticalAnalyzerToolStripMenuItem
     //
     this.aboutStatisticalAnalyzerToolStripMenuItem.Name = "aboutStatisticalAnalyzerToolStripMenuItem";
     this.aboutStatisticalAnalyzerToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
     this.aboutStatisticalAnalyzerToolStripMenuItem.Text = "&About Statistical Analyzer...";
     this.aboutStatisticalAnalyzerToolStripMenuItem.Click += new System.EventHandler(this.aboutStatisticalAnalyzerToolStripMenuItem_Click);
     //
     // InputAndSelectionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(963, 489);
     this.Controls.Add(this.menInputAndSelection);
     this.Controls.Add(this.grpDataType);
     this.Controls.Add(this.btnRun);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MainMenuStrip = this.menInputAndSelection;
     this.MaximizeBox = false;
     this.Name = "InputAndSelectionForm";
     this.Text = "Statistical Analyzer";
     this.Load += new System.EventHandler(this.InputAndSelectionForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.grpDataType.ResumeLayout(false);
     this.grpDataType.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvStatMeasure)).EndInit();
     this.cmsDataCells.ResumeLayout(false);
     this.menInputAndSelection.ResumeLayout(false);
     this.menInputAndSelection.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Mapper));
     this.tabMob = new System.Windows.Forms.TabPage();
     this.btnNewMob = new System.Windows.Forms.Button();
     this.btnAddObject = new System.Windows.Forms.Button();
     this.lblMobs = new System.Windows.Forms.Label();
     this.lblLoadingObjects = new System.Windows.Forms.Label();
     this.panel7 = new System.Windows.Forms.Panel();
     this.btnRemoveLoad = new System.Windows.Forms.Button();
     this.lbLoads = new System.Windows.Forms.ListBox();
     this.btnAddLoad = new System.Windows.Forms.Button();
     this.cboAllObjects = new System.Windows.Forms.ComboBox();
     this.lblMobLoadingObjects = new System.Windows.Forms.Label();
     this.btnObjDetail = new System.Windows.Forms.Button();
     this.btnHighlightSpawns = new System.Windows.Forms.Button();
     this.panel6 = new System.Windows.Forms.Panel();
     this.btnRemoveSpawn = new System.Windows.Forms.Button();
     this.lbSpawns = new System.Windows.Forms.ListBox();
     this.btnAddSpawn = new System.Windows.Forms.Button();
     this.cboAllMobs = new System.Windows.Forms.ComboBox();
     this.lblMobsInRoom = new System.Windows.Forms.Label();
     this.btnMobDetail = new System.Windows.Forms.Button();
     this.lblMobRoomName = new System.Windows.Forms.Label();
     this.lblMobCurrentVNUM = new System.Windows.Forms.Label();
     this.lblMobVNUMPrompt = new System.Windows.Forms.Label();
     this.lblMobCurrentRoom = new System.Windows.Forms.Label();
     this.lblMobCurrentRoomPrompt = new System.Windows.Forms.Label();
     this.lblMobGeneral = new System.Windows.Forms.Label();
     this.panel5 = new System.Windows.Forms.Panel();
     this.lblQuickMobID = new System.Windows.Forms.Label();
     this.lblQuickMobVNUM = new System.Windows.Forms.Label();
     this.lblQuickMobName = new System.Windows.Forms.Label();
     this.cboMaxExisting = new System.Windows.Forms.ComboBox();
     this.lblMaxExisting = new System.Windows.Forms.Label();
     this.lblMobVNUM = new System.Windows.Forms.Label();
     this.lblMobName = new System.Windows.Forms.Label();
     this.tabRoom = new System.Windows.Forms.TabPage();
     this.pnlRoomDetail = new System.Windows.Forms.Panel();
     this.btnCopyRoom = new System.Windows.Forms.Button();
     this.lblRoomRoomNumber = new System.Windows.Forms.Label();
     this.lblDetailRoomNumber = new System.Windows.Forms.Label();
     this.btnSaveRoom = new System.Windows.Forms.Button();
     this.cboSector = new System.Windows.Forms.ComboBox();
     this.txtVNUM = new System.Windows.Forms.TextBox();
     this.txtRoomName = new System.Windows.Forms.TextBox();
     this.txtExtraDescKeywords = new System.Windows.Forms.TextBox();
     this.txtExtraDescription = new System.Windows.Forms.TextBox();
     this.txtDownExit = new System.Windows.Forms.TextBox();
     this.txtUpExit = new System.Windows.Forms.TextBox();
     this.txtWestExit = new System.Windows.Forms.TextBox();
     this.txtEastExit = new System.Windows.Forms.TextBox();
     this.txtSouthExit = new System.Windows.Forms.TextBox();
     this.txtNorthExit = new System.Windows.Forms.TextBox();
     this.lblDownExit = new System.Windows.Forms.Label();
     this.lblUpExit = new System.Windows.Forms.Label();
     this.lblWestExit = new System.Windows.Forms.Label();
     this.lblEastExit = new System.Windows.Forms.Label();
     this.lblSouthExit = new System.Windows.Forms.Label();
     this.lblNorthExit = new System.Windows.Forms.Label();
     this.lblExtraDescription = new System.Windows.Forms.Label();
     this.lblExtraDescKeywords = new System.Windows.Forms.Label();
     this.txtRoomDescription = new System.Windows.Forms.TextBox();
     this.lblRoomDescription = new System.Windows.Forms.Label();
     this.lblTerrain = new System.Windows.Forms.Label();
     this.lblRoomName = new System.Windows.Forms.Label();
     this.lblRoomVNUM = new System.Windows.Forms.Label();
     this.lblButtonName = new System.Windows.Forms.Label();
     this.lblIndoors = new System.Windows.Forms.Label();
     this.btnIndoors = new System.Windows.Forms.Button();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabArea = new System.Windows.Forms.TabPage();
     this.lblMapConfigLabel = new System.Windows.Forms.Label();
     this.pnlMapConfig = new System.Windows.Forms.Panel();
     this.chkAutoMap = new System.Windows.Forms.CheckBox();
     this.lblDefault = new System.Windows.Forms.Label();
     this.btnDefault = new System.Windows.Forms.Button();
     this.lblRoomCount = new System.Windows.Forms.Label();
     this.lblZoomViewLabel = new System.Windows.Forms.Label();
     this.lblRoomCountLabel = new System.Windows.Forms.Label();
     this.lblOverviewRoomName = new System.Windows.Forms.Label();
     this.lblDoorSection = new System.Windows.Forms.Label();
     this.pnlZoom = new System.Windows.Forms.Panel();
     this.btnDoorWest = new System.Windows.Forms.Button();
     this.btnDoorDown = new System.Windows.Forms.Button();
     this.btnDoorSouth = new System.Windows.Forms.Button();
     this.btnDoorEast = new System.Windows.Forms.Button();
     this.btnDoorUp = new System.Windows.Forms.Button();
     this.btnDoorNorth = new System.Windows.Forms.Button();
     this.btnZoomDown = new System.Windows.Forms.PictureBox();
     this.btnZoomUp = new System.Windows.Forms.PictureBox();
     this.lblZ = new System.Windows.Forms.Label();
     this.lblY = new System.Windows.Forms.Label();
     this.lblX = new System.Windows.Forms.Label();
     this.lblCoordZ = new System.Windows.Forms.Label();
     this.lblCoordY = new System.Windows.Forms.Label();
     this.lblCoordX = new System.Windows.Forms.Label();
     this.btnZoomWest = new System.Windows.Forms.Button();
     this.btnZoomEast = new System.Windows.Forms.Button();
     this.btnZoomSouth = new System.Windows.Forms.Button();
     this.btnZoomNorth = new System.Windows.Forms.Button();
     this.btnCurrentZoom = new System.Windows.Forms.Button();
     this.pnlDoor = new System.Windows.Forms.Panel();
     this.btnDeleteDoor = new System.Windows.Forms.Button();
     this.lblDoorID = new System.Windows.Forms.Label();
     this.lblDoorFlag = new System.Windows.Forms.Label();
     this.cboDoorType = new System.Windows.Forms.ComboBox();
     this.lblDoorKey = new System.Windows.Forms.Label();
     this.cboDoorKey = new System.Windows.Forms.ComboBox();
     this.lblDoorObjNum = new System.Windows.Forms.Label();
     this.txtDoorVNUM = new System.Windows.Forms.TextBox();
     this.btnSaveDoor = new System.Windows.Forms.Button();
     this.lblKeywords = new System.Windows.Forms.Label();
     this.txtDoorKeywords = new System.Windows.Forms.TextBox();
     this.lblDirection = new System.Windows.Forms.Label();
     this.cboDirection = new System.Windows.Forms.ComboBox();
     this.lblAreaID = new System.Windows.Forms.Label();
     this.lblGeneral = new System.Windows.Forms.Label();
     this.lblAreaIDPrompt = new System.Windows.Forms.Label();
     this.pnlGeneral = new System.Windows.Forms.Panel();
     this.lblRoomNameLabel = new System.Windows.Forms.Label();
     this.lblCurrentRoomName = new System.Windows.Forms.Label();
     this.lblVNUM = new System.Windows.Forms.Label();
     this.lblCurrentVNUM = new System.Windows.Forms.Label();
     this.lblButtonPrompt = new System.Windows.Forms.Label();
     this.tabAttributes = new System.Windows.Forms.TabPage();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lblAttributesRoomVNUM = new System.Windows.Forms.Label();
     this.lblAttributesRoomNumber = new System.Windows.Forms.Label();
     this.lblAttributesRoomName = new System.Windows.Forms.Label();
     this.lblAttRoomID = new System.Windows.Forms.Label();
     this.lblAttVNUM = new System.Windows.Forms.Label();
     this.lblAttRoomName = new System.Windows.Forms.Label();
     this.btnSaveRoomAttributes = new System.Windows.Forms.Button();
     this.lblAttributes = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.lblNoMob = new System.Windows.Forms.Label();
     this.lblAttDuel = new System.Windows.Forms.Label();
     this.lblAttClan = new System.Windows.Forms.Label();
     this.chkAttDuel = new System.Windows.Forms.CheckBox();
     this.chkAttClan = new System.Windows.Forms.CheckBox();
     this.lblAttPrivate = new System.Windows.Forms.Label();
     this.chkAttPrivate = new System.Windows.Forms.CheckBox();
     this.lblAttNoMagic = new System.Windows.Forms.Label();
     this.chkAttNoMagic = new System.Windows.Forms.CheckBox();
     this.lblAttSafe = new System.Windows.Forms.Label();
     this.chkAttSafe = new System.Windows.Forms.CheckBox();
     this.lblAttDeath = new System.Windows.Forms.Label();
     this.chkAttDeath = new System.Windows.Forms.CheckBox();
     this.lblAttClub = new System.Windows.Forms.Label();
     this.chkAttClub = new System.Windows.Forms.CheckBox();
     this.lblAttArena = new System.Windows.Forms.Label();
     this.lblAttLock = new System.Windows.Forms.Label();
     this.chkAttArena = new System.Windows.Forms.CheckBox();
     this.chkAttLock = new System.Windows.Forms.CheckBox();
     this.lblAttNoMob = new System.Windows.Forms.Label();
     this.chkAttNoMob = new System.Windows.Forms.CheckBox();
     this.lblAttDark = new System.Windows.Forms.Label();
     this.chkAttDark = new System.Windows.Forms.CheckBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.areaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.roomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newMobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.objectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newObjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.lblAreaHeader = new System.Windows.Forms.Label();
     this.tabMob.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel5.SuspendLayout();
     this.tabRoom.SuspendLayout();
     this.pnlRoomDetail.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabArea.SuspendLayout();
     this.pnlMapConfig.SuspendLayout();
     this.pnlZoom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnZoomDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnZoomUp)).BeginInit();
     this.pnlDoor.SuspendLayout();
     this.pnlGeneral.SuspendLayout();
     this.tabAttributes.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabMob
     //
     this.tabMob.BackColor = System.Drawing.Color.LightSlateGray;
     this.tabMob.Controls.Add(this.btnNewMob);
     this.tabMob.Controls.Add(this.btnAddObject);
     this.tabMob.Controls.Add(this.lblMobs);
     this.tabMob.Controls.Add(this.lblLoadingObjects);
     this.tabMob.Controls.Add(this.panel7);
     this.tabMob.Controls.Add(this.btnHighlightSpawns);
     this.tabMob.Controls.Add(this.panel6);
     this.tabMob.Controls.Add(this.lblMobRoomName);
     this.tabMob.Controls.Add(this.lblMobCurrentVNUM);
     this.tabMob.Controls.Add(this.lblMobVNUMPrompt);
     this.tabMob.Controls.Add(this.lblMobCurrentRoom);
     this.tabMob.Controls.Add(this.lblMobCurrentRoomPrompt);
     this.tabMob.Controls.Add(this.lblMobGeneral);
     this.tabMob.Controls.Add(this.panel5);
     this.tabMob.Location = new System.Drawing.Point(4, 22);
     this.tabMob.Name = "tabMob";
     this.tabMob.Padding = new System.Windows.Forms.Padding(3);
     this.tabMob.Size = new System.Drawing.Size(451, 745);
     this.tabMob.TabIndex = 1;
     this.tabMob.Text = "Mobs";
     //
     // btnNewMob
     //
     this.btnNewMob.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNewMob.Location = new System.Drawing.Point(355, 209);
     this.btnNewMob.Name = "btnNewMob";
     this.btnNewMob.Size = new System.Drawing.Size(88, 23);
     this.btnNewMob.TabIndex = 42;
     this.btnNewMob.Text = "New Mob";
     this.btnNewMob.UseVisualStyleBackColor = true;
     this.btnNewMob.Click += new System.EventHandler(this.btnNewMob_Click);
     //
     // btnAddObject
     //
     this.btnAddObject.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddObject.Location = new System.Drawing.Point(355, 494);
     this.btnAddObject.Name = "btnAddObject";
     this.btnAddObject.Size = new System.Drawing.Size(88, 23);
     this.btnAddObject.TabIndex = 48;
     this.btnAddObject.Text = "New Object";
     this.btnAddObject.UseVisualStyleBackColor = true;
     this.btnAddObject.Click += new System.EventHandler(this.btnAddObject_Click);
     //
     // lblMobs
     //
     this.lblMobs.AutoSize = true;
     this.lblMobs.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobs.Location = new System.Drawing.Point(17, 224);
     this.lblMobs.Name = "lblMobs";
     this.lblMobs.Size = new System.Drawing.Size(38, 14);
     this.lblMobs.TabIndex = 38;
     this.lblMobs.Text = "Mobs";
     //
     // lblLoadingObjects
     //
     this.lblLoadingObjects.AutoSize = true;
     this.lblLoadingObjects.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLoadingObjects.Location = new System.Drawing.Point(17, 508);
     this.lblLoadingObjects.Name = "lblLoadingObjects";
     this.lblLoadingObjects.Size = new System.Drawing.Size(49, 14);
     this.lblLoadingObjects.TabIndex = 37;
     this.lblLoadingObjects.Text = "Objects";
     //
     // panel7
     //
     this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel7.Controls.Add(this.btnRemoveLoad);
     this.panel7.Controls.Add(this.lbLoads);
     this.panel7.Controls.Add(this.btnAddLoad);
     this.panel7.Controls.Add(this.cboAllObjects);
     this.panel7.Controls.Add(this.lblMobLoadingObjects);
     this.panel7.Controls.Add(this.btnObjDetail);
     this.panel7.Location = new System.Drawing.Point(17, 523);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(426, 212);
     this.panel7.TabIndex = 36;
     //
     // btnRemoveLoad
     //
     this.btnRemoveLoad.Enabled = false;
     this.btnRemoveLoad.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRemoveLoad.Location = new System.Drawing.Point(308, 173);
     this.btnRemoveLoad.Name = "btnRemoveLoad";
     this.btnRemoveLoad.Size = new System.Drawing.Size(106, 23);
     this.btnRemoveLoad.TabIndex = 53;
     this.btnRemoveLoad.Text = "Remove Load";
     this.btnRemoveLoad.UseVisualStyleBackColor = true;
     this.btnRemoveLoad.Click += new System.EventHandler(this.btnRemoveLoad_Click);
     //
     // lbLoads
     //
     this.lbLoads.BackColor = System.Drawing.Color.LightSlateGray;
     this.lbLoads.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbLoads.FormattingEnabled = true;
     this.lbLoads.ItemHeight = 14;
     this.lbLoads.Location = new System.Drawing.Point(6, 51);
     this.lbLoads.Name = "lbLoads";
     this.lbLoads.Size = new System.Drawing.Size(407, 116);
     this.lbLoads.TabIndex = 51;
     this.lbLoads.SelectedIndexChanged += new System.EventHandler(this.lbLoads_SelectedIndexChanged);
     //
     // btnAddLoad
     //
     this.btnAddLoad.Enabled = false;
     this.btnAddLoad.Location = new System.Drawing.Point(376, 23);
     this.btnAddLoad.Name = "btnAddLoad";
     this.btnAddLoad.Size = new System.Drawing.Size(37, 22);
     this.btnAddLoad.TabIndex = 50;
     this.btnAddLoad.Text = "[ + ]";
     this.btnAddLoad.UseVisualStyleBackColor = true;
     this.btnAddLoad.Click += new System.EventHandler(this.btnAddLoad_Click);
     //
     // cboAllObjects
     //
     this.cboAllObjects.BackColor = System.Drawing.Color.LightSlateGray;
     this.cboAllObjects.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAllObjects.Enabled = false;
     this.cboAllObjects.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboAllObjects.FormattingEnabled = true;
     this.cboAllObjects.Location = new System.Drawing.Point(6, 23);
     this.cboAllObjects.Name = "cboAllObjects";
     this.cboAllObjects.Size = new System.Drawing.Size(367, 22);
     this.cboAllObjects.TabIndex = 49;
     //
     // lblMobLoadingObjects
     //
     this.lblMobLoadingObjects.AutoSize = true;
     this.lblMobLoadingObjects.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobLoadingObjects.Location = new System.Drawing.Point(10, 6);
     this.lblMobLoadingObjects.Name = "lblMobLoadingObjects";
     this.lblMobLoadingObjects.Size = new System.Drawing.Size(173, 14);
     this.lblMobLoadingObjects.TabIndex = 35;
     this.lblMobLoadingObjects.Text = "Objects Currently Loading on Mob:";
     //
     // btnObjDetail
     //
     this.btnObjDetail.Enabled = false;
     this.btnObjDetail.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnObjDetail.Location = new System.Drawing.Point(6, 173);
     this.btnObjDetail.Name = "btnObjDetail";
     this.btnObjDetail.Size = new System.Drawing.Size(87, 23);
     this.btnObjDetail.TabIndex = 52;
     this.btnObjDetail.Text = "Object Detail";
     this.btnObjDetail.UseVisualStyleBackColor = true;
     this.btnObjDetail.Click += new System.EventHandler(this.btnFullObjDetail_Click);
     //
     // btnHighlightSpawns
     //
     this.btnHighlightSpawns.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnHighlightSpawns.Location = new System.Drawing.Point(24, 88);
     this.btnHighlightSpawns.Name = "btnHighlightSpawns";
     this.btnHighlightSpawns.Size = new System.Drawing.Size(96, 23);
     this.btnHighlightSpawns.TabIndex = 41;
     this.btnHighlightSpawns.Text = "Show Spawns";
     this.btnHighlightSpawns.UseVisualStyleBackColor = true;
     this.btnHighlightSpawns.Click += new System.EventHandler(this.btnHighlightSpawns_Click);
     //
     // panel6
     //
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.btnRemoveSpawn);
     this.panel6.Controls.Add(this.lbSpawns);
     this.panel6.Controls.Add(this.btnAddSpawn);
     this.panel6.Controls.Add(this.cboAllMobs);
     this.panel6.Controls.Add(this.lblMobsInRoom);
     this.panel6.Controls.Add(this.btnMobDetail);
     this.panel6.Location = new System.Drawing.Point(17, 238);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(426, 214);
     this.panel6.TabIndex = 35;
     //
     // btnRemoveSpawn
     //
     this.btnRemoveSpawn.Enabled = false;
     this.btnRemoveSpawn.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRemoveSpawn.Location = new System.Drawing.Point(307, 175);
     this.btnRemoveSpawn.Name = "btnRemoveSpawn";
     this.btnRemoveSpawn.Size = new System.Drawing.Size(106, 23);
     this.btnRemoveSpawn.TabIndex = 47;
     this.btnRemoveSpawn.Text = "Remove Spawn";
     this.btnRemoveSpawn.UseVisualStyleBackColor = true;
     this.btnRemoveSpawn.Click += new System.EventHandler(this.btnRemoveSpawn_Click);
     //
     // lbSpawns
     //
     this.lbSpawns.BackColor = System.Drawing.Color.LightSlateGray;
     this.lbSpawns.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbSpawns.FormattingEnabled = true;
     this.lbSpawns.ItemHeight = 14;
     this.lbSpawns.Location = new System.Drawing.Point(6, 54);
     this.lbSpawns.Name = "lbSpawns";
     this.lbSpawns.Size = new System.Drawing.Size(407, 116);
     this.lbSpawns.TabIndex = 45;
     this.lbSpawns.SelectedIndexChanged += new System.EventHandler(this.lbSpawns_SelectedIndexChanged);
     //
     // btnAddSpawn
     //
     this.btnAddSpawn.Enabled = false;
     this.btnAddSpawn.Location = new System.Drawing.Point(377, 24);
     this.btnAddSpawn.Name = "btnAddSpawn";
     this.btnAddSpawn.Size = new System.Drawing.Size(37, 24);
     this.btnAddSpawn.TabIndex = 44;
     this.btnAddSpawn.Text = "[ + ]";
     this.btnAddSpawn.UseVisualStyleBackColor = true;
     this.btnAddSpawn.Click += new System.EventHandler(this.btnAddSpawn_Click);
     //
     // cboAllMobs
     //
     this.cboAllMobs.BackColor = System.Drawing.Color.LightSlateGray;
     this.cboAllMobs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAllMobs.Enabled = false;
     this.cboAllMobs.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboAllMobs.FormattingEnabled = true;
     this.cboAllMobs.Location = new System.Drawing.Point(6, 26);
     this.cboAllMobs.Name = "cboAllMobs";
     this.cboAllMobs.Size = new System.Drawing.Size(367, 22);
     this.cboAllMobs.TabIndex = 43;
     //
     // lblMobsInRoom
     //
     this.lblMobsInRoom.AutoSize = true;
     this.lblMobsInRoom.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobsInRoom.Location = new System.Drawing.Point(8, 9);
     this.lblMobsInRoom.Name = "lblMobsInRoom";
     this.lblMobsInRoom.Size = new System.Drawing.Size(165, 14);
     this.lblMobsInRoom.TabIndex = 3;
     this.lblMobsInRoom.Text = "Mobs Currently Loading in Room:";
     //
     // btnMobDetail
     //
     this.btnMobDetail.Enabled = false;
     this.btnMobDetail.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMobDetail.Location = new System.Drawing.Point(6, 175);
     this.btnMobDetail.Name = "btnMobDetail";
     this.btnMobDetail.Size = new System.Drawing.Size(88, 23);
     this.btnMobDetail.TabIndex = 46;
     this.btnMobDetail.Text = "Mob Detail";
     this.btnMobDetail.UseVisualStyleBackColor = true;
     this.btnMobDetail.Click += new System.EventHandler(this.btnFullDetail_Click);
     //
     // lblMobRoomName
     //
     this.lblMobRoomName.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobRoomName.Location = new System.Drawing.Point(14, 150);
     this.lblMobRoomName.Name = "lblMobRoomName";
     this.lblMobRoomName.Size = new System.Drawing.Size(429, 16);
     this.lblMobRoomName.TabIndex = 26;
     this.lblMobRoomName.Text = "Room Name";
     //
     // lblMobCurrentVNUM
     //
     this.lblMobCurrentVNUM.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobCurrentVNUM.Location = new System.Drawing.Point(364, 125);
     this.lblMobCurrentVNUM.Name = "lblMobCurrentVNUM";
     this.lblMobCurrentVNUM.Size = new System.Drawing.Size(67, 23);
     this.lblMobCurrentVNUM.TabIndex = 25;
     this.lblMobCurrentVNUM.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblMobVNUMPrompt
     //
     this.lblMobVNUMPrompt.AutoSize = true;
     this.lblMobVNUMPrompt.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobVNUMPrompt.Location = new System.Drawing.Point(254, 128);
     this.lblMobVNUMPrompt.Name = "lblMobVNUMPrompt";
     this.lblMobVNUMPrompt.Size = new System.Drawing.Size(112, 16);
     this.lblMobVNUMPrompt.TabIndex = 24;
     this.lblMobVNUMPrompt.Text = "Current VNUM:";
     //
     // lblMobCurrentRoom
     //
     this.lblMobCurrentRoom.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobCurrentRoom.Location = new System.Drawing.Point(122, 121);
     this.lblMobCurrentRoom.Name = "lblMobCurrentRoom";
     this.lblMobCurrentRoom.Size = new System.Drawing.Size(47, 23);
     this.lblMobCurrentRoom.TabIndex = 22;
     this.lblMobCurrentRoom.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblMobCurrentRoomPrompt
     //
     this.lblMobCurrentRoomPrompt.AutoSize = true;
     this.lblMobCurrentRoomPrompt.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobCurrentRoomPrompt.Location = new System.Drawing.Point(14, 128);
     this.lblMobCurrentRoomPrompt.Name = "lblMobCurrentRoomPrompt";
     this.lblMobCurrentRoomPrompt.Size = new System.Drawing.Size(110, 16);
     this.lblMobCurrentRoomPrompt.TabIndex = 23;
     this.lblMobCurrentRoomPrompt.Text = "Current Room:";
     //
     // lblMobGeneral
     //
     this.lblMobGeneral.AutoSize = true;
     this.lblMobGeneral.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobGeneral.Location = new System.Drawing.Point(17, 11);
     this.lblMobGeneral.Name = "lblMobGeneral";
     this.lblMobGeneral.Size = new System.Drawing.Size(82, 14);
     this.lblMobGeneral.TabIndex = 1;
     this.lblMobGeneral.Text = "Selected Mob";
     //
     // panel5
     //
     this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.lblQuickMobID);
     this.panel5.Controls.Add(this.lblQuickMobVNUM);
     this.panel5.Controls.Add(this.lblQuickMobName);
     this.panel5.Controls.Add(this.cboMaxExisting);
     this.panel5.Controls.Add(this.lblMaxExisting);
     this.panel5.Controls.Add(this.lblMobVNUM);
     this.panel5.Controls.Add(this.lblMobName);
     this.panel5.Location = new System.Drawing.Point(17, 25);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(426, 59);
     this.panel5.TabIndex = 0;
     //
     // lblQuickMobID
     //
     this.lblQuickMobID.AutoSize = true;
     this.lblQuickMobID.Location = new System.Drawing.Point(348, 10);
     this.lblQuickMobID.Name = "lblQuickMobID";
     this.lblQuickMobID.Size = new System.Drawing.Size(0, 13);
     this.lblQuickMobID.TabIndex = 15;
     this.lblQuickMobID.Visible = false;
     //
     // lblQuickMobVNUM
     //
     this.lblQuickMobVNUM.AutoSize = true;
     this.lblQuickMobVNUM.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQuickMobVNUM.Location = new System.Drawing.Point(48, 31);
     this.lblQuickMobVNUM.Name = "lblQuickMobVNUM";
     this.lblQuickMobVNUM.Size = new System.Drawing.Size(0, 14);
     this.lblQuickMobVNUM.TabIndex = 14;
     //
     // lblQuickMobName
     //
     this.lblQuickMobName.AutoSize = true;
     this.lblQuickMobName.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQuickMobName.Location = new System.Drawing.Point(48, 10);
     this.lblQuickMobName.Name = "lblQuickMobName";
     this.lblQuickMobName.Size = new System.Drawing.Size(0, 14);
     this.lblQuickMobName.TabIndex = 13;
     //
     // cboMaxExisting
     //
     this.cboMaxExisting.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.cboMaxExisting.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboMaxExisting.FormattingEnabled = true;
     this.cboMaxExisting.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "11",
     "12",
     "13",
     "14",
     "15",
     "16",
     "17",
     "18",
     "19",
     "20"});
     this.cboMaxExisting.Location = new System.Drawing.Point(351, 28);
     this.cboMaxExisting.Name = "cboMaxExisting";
     this.cboMaxExisting.Size = new System.Drawing.Size(62, 22);
     this.cboMaxExisting.TabIndex = 40;
     //
     // lblMaxExisting
     //
     this.lblMaxExisting.AutoSize = true;
     this.lblMaxExisting.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMaxExisting.Location = new System.Drawing.Point(278, 33);
     this.lblMaxExisting.Name = "lblMaxExisting";
     this.lblMaxExisting.Size = new System.Drawing.Size(70, 14);
     this.lblMaxExisting.TabIndex = 11;
     this.lblMaxExisting.Text = "Max Existing:";
     //
     // lblMobVNUM
     //
     this.lblMobVNUM.AutoSize = true;
     this.lblMobVNUM.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobVNUM.Location = new System.Drawing.Point(3, 31);
     this.lblMobVNUM.Name = "lblMobVNUM";
     this.lblMobVNUM.Size = new System.Drawing.Size(40, 14);
     this.lblMobVNUM.TabIndex = 2;
     this.lblMobVNUM.Text = "VNUM:";
     //
     // lblMobName
     //
     this.lblMobName.AutoSize = true;
     this.lblMobName.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobName.Location = new System.Drawing.Point(13, 10);
     this.lblMobName.Name = "lblMobName";
     this.lblMobName.Size = new System.Drawing.Size(30, 14);
     this.lblMobName.TabIndex = 1;
     this.lblMobName.Text = "Mob:";
     //
     // tabRoom
     //
     this.tabRoom.BackColor = System.Drawing.Color.LightSlateGray;
     this.tabRoom.Controls.Add(this.pnlRoomDetail);
     this.tabRoom.Location = new System.Drawing.Point(4, 22);
     this.tabRoom.Name = "tabRoom";
     this.tabRoom.Padding = new System.Windows.Forms.Padding(3);
     this.tabRoom.Size = new System.Drawing.Size(451, 745);
     this.tabRoom.TabIndex = 0;
     this.tabRoom.Text = "Room Detail";
     //
     // pnlRoomDetail
     //
     this.pnlRoomDetail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlRoomDetail.Controls.Add(this.btnCopyRoom);
     this.pnlRoomDetail.Controls.Add(this.lblRoomRoomNumber);
     this.pnlRoomDetail.Controls.Add(this.lblDetailRoomNumber);
     this.pnlRoomDetail.Controls.Add(this.btnSaveRoom);
     this.pnlRoomDetail.Controls.Add(this.cboSector);
     this.pnlRoomDetail.Controls.Add(this.txtVNUM);
     this.pnlRoomDetail.Controls.Add(this.txtRoomName);
     this.pnlRoomDetail.Controls.Add(this.txtExtraDescKeywords);
     this.pnlRoomDetail.Controls.Add(this.txtExtraDescription);
     this.pnlRoomDetail.Controls.Add(this.txtDownExit);
     this.pnlRoomDetail.Controls.Add(this.txtUpExit);
     this.pnlRoomDetail.Controls.Add(this.txtWestExit);
     this.pnlRoomDetail.Controls.Add(this.txtEastExit);
     this.pnlRoomDetail.Controls.Add(this.txtSouthExit);
     this.pnlRoomDetail.Controls.Add(this.txtNorthExit);
     this.pnlRoomDetail.Controls.Add(this.lblDownExit);
     this.pnlRoomDetail.Controls.Add(this.lblUpExit);
     this.pnlRoomDetail.Controls.Add(this.lblWestExit);
     this.pnlRoomDetail.Controls.Add(this.lblEastExit);
     this.pnlRoomDetail.Controls.Add(this.lblSouthExit);
     this.pnlRoomDetail.Controls.Add(this.lblNorthExit);
     this.pnlRoomDetail.Controls.Add(this.lblExtraDescription);
     this.pnlRoomDetail.Controls.Add(this.lblExtraDescKeywords);
     this.pnlRoomDetail.Controls.Add(this.txtRoomDescription);
     this.pnlRoomDetail.Controls.Add(this.lblRoomDescription);
     this.pnlRoomDetail.Controls.Add(this.lblTerrain);
     this.pnlRoomDetail.Controls.Add(this.lblRoomName);
     this.pnlRoomDetail.Controls.Add(this.lblRoomVNUM);
     this.pnlRoomDetail.Location = new System.Drawing.Point(16, 23);
     this.pnlRoomDetail.Name = "pnlRoomDetail";
     this.pnlRoomDetail.Size = new System.Drawing.Size(422, 706);
     this.pnlRoomDetail.TabIndex = 0;
     //
     // btnCopyRoom
     //
     this.btnCopyRoom.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCopyRoom.Location = new System.Drawing.Point(9, 672);
     this.btnCopyRoom.Name = "btnCopyRoom";
     this.btnCopyRoom.Size = new System.Drawing.Size(84, 23);
     this.btnCopyRoom.TabIndex = 25;
     this.btnCopyRoom.Text = "Copy Room";
     this.btnCopyRoom.UseVisualStyleBackColor = true;
     //
     // lblRoomRoomNumber
     //
     this.lblRoomRoomNumber.AutoSize = true;
     this.lblRoomRoomNumber.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRoomRoomNumber.Location = new System.Drawing.Point(106, 48);
     this.lblRoomRoomNumber.Name = "lblRoomRoomNumber";
     this.lblRoomRoomNumber.Size = new System.Drawing.Size(0, 13);
     this.lblRoomRoomNumber.TabIndex = 26;
     //
     // lblDetailRoomNumber
     //
     this.lblDetailRoomNumber.AutoSize = true;
     this.lblDetailRoomNumber.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDetailRoomNumber.Location = new System.Drawing.Point(16, 48);
     this.lblDetailRoomNumber.Name = "lblDetailRoomNumber";
     this.lblDetailRoomNumber.Size = new System.Drawing.Size(77, 14);
     this.lblDetailRoomNumber.TabIndex = 25;
     this.lblDetailRoomNumber.Text = "Room Number:";
     //
     // btnSaveRoom
     //
     this.btnSaveRoom.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSaveRoom.Location = new System.Drawing.Point(331, 673);
     this.btnSaveRoom.Name = "btnSaveRoom";
     this.btnSaveRoom.Size = new System.Drawing.Size(75, 23);
     this.btnSaveRoom.TabIndex = 26;
     this.btnSaveRoom.Text = "Save Room";
     this.btnSaveRoom.UseVisualStyleBackColor = true;
     this.btnSaveRoom.Click += new System.EventHandler(this.btnSaveRoom_Click);
     //
     // cboSector
     //
     this.cboSector.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.cboSector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSector.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboSector.FormattingEnabled = true;
     this.cboSector.Items.AddRange(new object[] {
     "Inside",
     "City",
     "Field",
     "Forest",
     "Hills",
     "Mountain",
     "Water - Swim",
     "Water - No Swim"});
     this.cboSector.Location = new System.Drawing.Point(285, 45);
     this.cboSector.Name = "cboSector";
     this.cboSector.Size = new System.Drawing.Size(121, 22);
     this.cboSector.TabIndex = 14;
     //
     // txtVNUM
     //
     this.txtVNUM.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtVNUM.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtVNUM.Location = new System.Drawing.Point(59, 72);
     this.txtVNUM.Name = "txtVNUM";
     this.txtVNUM.Size = new System.Drawing.Size(100, 20);
     this.txtVNUM.TabIndex = 15;
     //
     // txtRoomName
     //
     this.txtRoomName.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtRoomName.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRoomName.Location = new System.Drawing.Point(15, 19);
     this.txtRoomName.Name = "txtRoomName";
     this.txtRoomName.Size = new System.Drawing.Size(392, 20);
     this.txtRoomName.TabIndex = 13;
     //
     // txtExtraDescKeywords
     //
     this.txtExtraDescKeywords.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtExtraDescKeywords.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExtraDescKeywords.Location = new System.Drawing.Point(14, 430);
     this.txtExtraDescKeywords.Name = "txtExtraDescKeywords";
     this.txtExtraDescKeywords.Size = new System.Drawing.Size(392, 20);
     this.txtExtraDescKeywords.TabIndex = 17;
     //
     // txtExtraDescription
     //
     this.txtExtraDescription.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtExtraDescription.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExtraDescription.Location = new System.Drawing.Point(15, 470);
     this.txtExtraDescription.Name = "txtExtraDescription";
     this.txtExtraDescription.Size = new System.Drawing.Size(392, 20);
     this.txtExtraDescription.TabIndex = 18;
     //
     // txtDownExit
     //
     this.txtDownExit.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtDownExit.Location = new System.Drawing.Point(95, 645);
     this.txtDownExit.Name = "txtDownExit";
     this.txtDownExit.Size = new System.Drawing.Size(312, 22);
     this.txtDownExit.TabIndex = 24;
     //
     // txtUpExit
     //
     this.txtUpExit.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtUpExit.Location = new System.Drawing.Point(95, 617);
     this.txtUpExit.Name = "txtUpExit";
     this.txtUpExit.Size = new System.Drawing.Size(312, 22);
     this.txtUpExit.TabIndex = 23;
     //
     // txtWestExit
     //
     this.txtWestExit.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtWestExit.Location = new System.Drawing.Point(95, 590);
     this.txtWestExit.Name = "txtWestExit";
     this.txtWestExit.Size = new System.Drawing.Size(312, 22);
     this.txtWestExit.TabIndex = 22;
     //
     // txtEastExit
     //
     this.txtEastExit.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtEastExit.Location = new System.Drawing.Point(95, 563);
     this.txtEastExit.Name = "txtEastExit";
     this.txtEastExit.Size = new System.Drawing.Size(312, 22);
     this.txtEastExit.TabIndex = 21;
     //
     // txtSouthExit
     //
     this.txtSouthExit.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtSouthExit.Location = new System.Drawing.Point(95, 536);
     this.txtSouthExit.Name = "txtSouthExit";
     this.txtSouthExit.Size = new System.Drawing.Size(312, 22);
     this.txtSouthExit.TabIndex = 20;
     //
     // txtNorthExit
     //
     this.txtNorthExit.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtNorthExit.Location = new System.Drawing.Point(95, 509);
     this.txtNorthExit.Name = "txtNorthExit";
     this.txtNorthExit.Size = new System.Drawing.Size(312, 22);
     this.txtNorthExit.TabIndex = 19;
     //
     // lblDownExit
     //
     this.lblDownExit.AutoSize = true;
     this.lblDownExit.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDownExit.Location = new System.Drawing.Point(8, 647);
     this.lblDownExit.Name = "lblDownExit";
     this.lblDownExit.Size = new System.Drawing.Size(87, 14);
     this.lblDownExit.TabIndex = 12;
     this.lblDownExit.Text = "Down Exit Desc:";
     //
     // lblUpExit
     //
     this.lblUpExit.AutoSize = true;
     this.lblUpExit.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUpExit.Location = new System.Drawing.Point(24, 620);
     this.lblUpExit.Name = "lblUpExit";
     this.lblUpExit.Size = new System.Drawing.Size(71, 14);
     this.lblUpExit.TabIndex = 11;
     this.lblUpExit.Text = "Up Exit Desc:";
     //
     // lblWestExit
     //
     this.lblWestExit.AutoSize = true;
     this.lblWestExit.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWestExit.Location = new System.Drawing.Point(12, 592);
     this.lblWestExit.Name = "lblWestExit";
     this.lblWestExit.Size = new System.Drawing.Size(83, 14);
     this.lblWestExit.TabIndex = 10;
     this.lblWestExit.Text = "West Exit Desc:";
     //
     // lblEastExit
     //
     this.lblEastExit.AutoSize = true;
     this.lblEastExit.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEastExit.Location = new System.Drawing.Point(16, 566);
     this.lblEastExit.Name = "lblEastExit";
     this.lblEastExit.Size = new System.Drawing.Size(79, 14);
     this.lblEastExit.TabIndex = 9;
     this.lblEastExit.Text = "East Exit Desc:";
     //
     // lblSouthExit
     //
     this.lblSouthExit.AutoSize = true;
     this.lblSouthExit.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSouthExit.Location = new System.Drawing.Point(9, 540);
     this.lblSouthExit.Name = "lblSouthExit";
     this.lblSouthExit.Size = new System.Drawing.Size(86, 14);
     this.lblSouthExit.TabIndex = 8;
     this.lblSouthExit.Text = "South Exit Desc:";
     //
     // lblNorthExit
     //
     this.lblNorthExit.AutoSize = true;
     this.lblNorthExit.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNorthExit.Location = new System.Drawing.Point(11, 514);
     this.lblNorthExit.Name = "lblNorthExit";
     this.lblNorthExit.Size = new System.Drawing.Size(84, 14);
     this.lblNorthExit.TabIndex = 7;
     this.lblNorthExit.Text = "North Exit Desc:";
     //
     // lblExtraDescription
     //
     this.lblExtraDescription.AutoSize = true;
     this.lblExtraDescription.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblExtraDescription.Location = new System.Drawing.Point(15, 453);
     this.lblExtraDescription.Name = "lblExtraDescription";
     this.lblExtraDescription.Size = new System.Drawing.Size(92, 14);
     this.lblExtraDescription.TabIndex = 6;
     this.lblExtraDescription.Text = "Extra Description:";
     //
     // lblExtraDescKeywords
     //
     this.lblExtraDescKeywords.AutoSize = true;
     this.lblExtraDescKeywords.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblExtraDescKeywords.Location = new System.Drawing.Point(15, 415);
     this.lblExtraDescKeywords.Name = "lblExtraDescKeywords";
     this.lblExtraDescKeywords.Size = new System.Drawing.Size(146, 14);
     this.lblExtraDescKeywords.TabIndex = 5;
     this.lblExtraDescKeywords.Text = "Extra Description Keywords:";
     //
     // txtRoomDescription
     //
     this.txtRoomDescription.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtRoomDescription.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRoomDescription.Location = new System.Drawing.Point(15, 114);
     this.txtRoomDescription.Multiline = true;
     this.txtRoomDescription.Name = "txtRoomDescription";
     this.txtRoomDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtRoomDescription.Size = new System.Drawing.Size(392, 289);
     this.txtRoomDescription.TabIndex = 16;
     //
     // lblRoomDescription
     //
     this.lblRoomDescription.AutoSize = true;
     this.lblRoomDescription.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRoomDescription.Location = new System.Drawing.Point(16, 101);
     this.lblRoomDescription.Name = "lblRoomDescription";
     this.lblRoomDescription.Size = new System.Drawing.Size(94, 14);
     this.lblRoomDescription.TabIndex = 3;
     this.lblRoomDescription.Text = "Room Description:";
     //
     // lblTerrain
     //
     this.lblTerrain.AutoSize = true;
     this.lblTerrain.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTerrain.Location = new System.Drawing.Point(243, 48);
     this.lblTerrain.Name = "lblTerrain";
     this.lblTerrain.Size = new System.Drawing.Size(42, 14);
     this.lblTerrain.TabIndex = 2;
     this.lblTerrain.Text = "Sector:";
     //
     // lblRoomName
     //
     this.lblRoomName.AutoSize = true;
     this.lblRoomName.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRoomName.Location = new System.Drawing.Point(16, 5);
     this.lblRoomName.Name = "lblRoomName";
     this.lblRoomName.Size = new System.Drawing.Size(67, 14);
     this.lblRoomName.TabIndex = 1;
     this.lblRoomName.Text = "Room Name:";
     //
     // lblRoomVNUM
     //
     this.lblRoomVNUM.AutoSize = true;
     this.lblRoomVNUM.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRoomVNUM.Location = new System.Drawing.Point(16, 75);
     this.lblRoomVNUM.Name = "lblRoomVNUM";
     this.lblRoomVNUM.Size = new System.Drawing.Size(40, 14);
     this.lblRoomVNUM.TabIndex = 0;
     this.lblRoomVNUM.Text = "VNUM:";
     //
     // lblButtonName
     //
     this.lblButtonName.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblButtonName.Location = new System.Drawing.Point(83, 0);
     this.lblButtonName.Name = "lblButtonName";
     this.lblButtonName.Size = new System.Drawing.Size(71, 23);
     this.lblButtonName.TabIndex = 0;
     this.lblButtonName.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblIndoors
     //
     this.lblIndoors.Location = new System.Drawing.Point(0, 0);
     this.lblIndoors.Name = "lblIndoors";
     this.lblIndoors.Size = new System.Drawing.Size(100, 23);
     this.lblIndoors.TabIndex = 0;
     //
     // btnIndoors
     //
     this.btnIndoors.Location = new System.Drawing.Point(0, 0);
     this.btnIndoors.Name = "btnIndoors";
     this.btnIndoors.Size = new System.Drawing.Size(75, 23);
     this.btnIndoors.TabIndex = 0;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabArea);
     this.tabControl.Controls.Add(this.tabRoom);
     this.tabControl.Controls.Add(this.tabAttributes);
     this.tabControl.Controls.Add(this.tabMob);
     this.tabControl.Enabled = false;
     this.tabControl.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl.Location = new System.Drawing.Point(965, 38);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(459, 771);
     this.tabControl.TabIndex = 7;
     //
     // tabArea
     //
     this.tabArea.BackColor = System.Drawing.Color.LightSlateGray;
     this.tabArea.Controls.Add(this.lblMapConfigLabel);
     this.tabArea.Controls.Add(this.pnlMapConfig);
     this.tabArea.Controls.Add(this.lblRoomCount);
     this.tabArea.Controls.Add(this.lblZoomViewLabel);
     this.tabArea.Controls.Add(this.lblRoomCountLabel);
     this.tabArea.Controls.Add(this.lblOverviewRoomName);
     this.tabArea.Controls.Add(this.lblDoorSection);
     this.tabArea.Controls.Add(this.pnlZoom);
     this.tabArea.Controls.Add(this.pnlDoor);
     this.tabArea.Controls.Add(this.lblAreaID);
     this.tabArea.Controls.Add(this.lblGeneral);
     this.tabArea.Controls.Add(this.lblAreaIDPrompt);
     this.tabArea.Controls.Add(this.pnlGeneral);
     this.tabArea.Location = new System.Drawing.Point(4, 22);
     this.tabArea.Name = "tabArea";
     this.tabArea.Size = new System.Drawing.Size(451, 745);
     this.tabArea.TabIndex = 0;
     this.tabArea.Text = "Area Overview";
     //
     // lblMapConfigLabel
     //
     this.lblMapConfigLabel.AutoSize = true;
     this.lblMapConfigLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMapConfigLabel.Location = new System.Drawing.Point(9, 137);
     this.lblMapConfigLabel.Name = "lblMapConfigLabel";
     this.lblMapConfigLabel.Size = new System.Drawing.Size(131, 14);
     this.lblMapConfigLabel.TabIndex = 26;
     this.lblMapConfigLabel.Text = "Map Creation Behavior";
     //
     // pnlMapConfig
     //
     this.pnlMapConfig.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlMapConfig.Controls.Add(this.chkAutoMap);
     this.pnlMapConfig.Controls.Add(this.lblDefault);
     this.pnlMapConfig.Controls.Add(this.btnDefault);
     this.pnlMapConfig.Location = new System.Drawing.Point(9, 151);
     this.pnlMapConfig.Name = "pnlMapConfig";
     this.pnlMapConfig.Size = new System.Drawing.Size(429, 109);
     this.pnlMapConfig.TabIndex = 25;
     //
     // chkAutoMap
     //
     this.chkAutoMap.AutoSize = true;
     this.chkAutoMap.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAutoMap.Location = new System.Drawing.Point(272, 13);
     this.chkAutoMap.Name = "chkAutoMap";
     this.chkAutoMap.Size = new System.Drawing.Size(138, 18);
     this.chkAutoMap.TabIndex = 4;
     this.chkAutoMap.Text = "Enable Map Creation";
     this.chkAutoMap.UseVisualStyleBackColor = true;
     this.chkAutoMap.CheckedChanged += new System.EventHandler(this.chkAutoMap_CheckedChanged);
     //
     // lblDefault
     //
     this.lblDefault.AutoSize = true;
     this.lblDefault.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDefault.Location = new System.Drawing.Point(35, 14);
     this.lblDefault.Name = "lblDefault";
     this.lblDefault.Size = new System.Drawing.Size(99, 14);
     this.lblDefault.TabIndex = 9;
     this.lblDefault.Text = "Default Room Color";
     //
     // btnDefault
     //
     this.btnDefault.Location = new System.Drawing.Point(11, 9);
     this.btnDefault.Name = "btnDefault";
     this.btnDefault.Size = new System.Drawing.Size(20, 20);
     this.btnDefault.TabIndex = 8;
     this.btnDefault.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
     this.btnDefault.UseVisualStyleBackColor = true;
     this.btnDefault.Click += new System.EventHandler(this.btnDefault_Click);
     //
     // lblRoomCount
     //
     this.lblRoomCount.AutoSize = true;
     this.lblRoomCount.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRoomCount.Location = new System.Drawing.Point(420, 16);
     this.lblRoomCount.Name = "lblRoomCount";
     this.lblRoomCount.Size = new System.Drawing.Size(0, 14);
     this.lblRoomCount.TabIndex = 24;
     this.lblRoomCount.Visible = false;
     //
     // lblZoomViewLabel
     //
     this.lblZoomViewLabel.AutoSize = true;
     this.lblZoomViewLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblZoomViewLabel.Location = new System.Drawing.Point(9, 425);
     this.lblZoomViewLabel.Name = "lblZoomViewLabel";
     this.lblZoomViewLabel.Size = new System.Drawing.Size(120, 14);
     this.lblZoomViewLabel.TabIndex = 21;
     this.lblZoomViewLabel.Text = "Current Room Zoom";
     //
     // lblRoomCountLabel
     //
     this.lblRoomCountLabel.AutoSize = true;
     this.lblRoomCountLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRoomCountLabel.Location = new System.Drawing.Point(346, 16);
     this.lblRoomCountLabel.Name = "lblRoomCountLabel";
     this.lblRoomCountLabel.Size = new System.Drawing.Size(68, 14);
     this.lblRoomCountLabel.TabIndex = 23;
     this.lblRoomCountLabel.Text = "Room Count:";
     this.lblRoomCountLabel.Visible = false;
     //
     // lblOverviewRoomName
     //
     this.lblOverviewRoomName.AutoSize = true;
     this.lblOverviewRoomName.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOverviewRoomName.Location = new System.Drawing.Point(167, 378);
     this.lblOverviewRoomName.Name = "lblOverviewRoomName";
     this.lblOverviewRoomName.Size = new System.Drawing.Size(0, 16);
     this.lblOverviewRoomName.TabIndex = 20;
     //
     // lblDoorSection
     //
     this.lblDoorSection.AutoSize = true;
     this.lblDoorSection.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDoorSection.Location = new System.Drawing.Point(10, 275);
     this.lblDoorSection.Name = "lblDoorSection";
     this.lblDoorSection.Size = new System.Drawing.Size(111, 14);
     this.lblDoorSection.TabIndex = 17;
     this.lblDoorSection.Text = "Door Configuration";
     //
     // pnlZoom
     //
     this.pnlZoom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlZoom.Controls.Add(this.btnDoorWest);
     this.pnlZoom.Controls.Add(this.btnDoorDown);
     this.pnlZoom.Controls.Add(this.btnDoorSouth);
     this.pnlZoom.Controls.Add(this.btnDoorEast);
     this.pnlZoom.Controls.Add(this.btnDoorUp);
     this.pnlZoom.Controls.Add(this.btnDoorNorth);
     this.pnlZoom.Controls.Add(this.btnZoomDown);
     this.pnlZoom.Controls.Add(this.btnZoomUp);
     this.pnlZoom.Controls.Add(this.lblZ);
     this.pnlZoom.Controls.Add(this.lblY);
     this.pnlZoom.Controls.Add(this.lblX);
     this.pnlZoom.Controls.Add(this.lblCoordZ);
     this.pnlZoom.Controls.Add(this.lblCoordY);
     this.pnlZoom.Controls.Add(this.lblCoordX);
     this.pnlZoom.Controls.Add(this.btnZoomWest);
     this.pnlZoom.Controls.Add(this.btnZoomEast);
     this.pnlZoom.Controls.Add(this.btnZoomSouth);
     this.pnlZoom.Controls.Add(this.btnZoomNorth);
     this.pnlZoom.Controls.Add(this.btnCurrentZoom);
     this.pnlZoom.Location = new System.Drawing.Point(9, 439);
     this.pnlZoom.Name = "pnlZoom";
     this.pnlZoom.Size = new System.Drawing.Size(429, 295);
     this.pnlZoom.TabIndex = 14;
     //
     // btnDoorWest
     //
     this.btnDoorWest.Image = ((System.Drawing.Image)(resources.GetObject("btnDoorWest.Image")));
     this.btnDoorWest.Location = new System.Drawing.Point(88, 117);
     this.btnDoorWest.Name = "btnDoorWest";
     this.btnDoorWest.Size = new System.Drawing.Size(54, 58);
     this.btnDoorWest.TabIndex = 28;
     this.btnDoorWest.UseVisualStyleBackColor = true;
     this.btnDoorWest.Visible = false;
     this.btnDoorWest.Click += new System.EventHandler(this.btnDoorWest_Click);
     //
     // btnDoorDown
     //
     this.btnDoorDown.Image = ((System.Drawing.Image)(resources.GetObject("btnDoorDown.Image")));
     this.btnDoorDown.Location = new System.Drawing.Point(88, 220);
     this.btnDoorDown.Name = "btnDoorDown";
     this.btnDoorDown.Size = new System.Drawing.Size(54, 58);
     this.btnDoorDown.TabIndex = 27;
     this.btnDoorDown.UseVisualStyleBackColor = true;
     this.btnDoorDown.Visible = false;
     this.btnDoorDown.Click += new System.EventHandler(this.btnDoorDown_Click);
     //
     // btnDoorSouth
     //
     this.btnDoorSouth.Image = ((System.Drawing.Image)(resources.GetObject("btnDoorSouth.Image")));
     this.btnDoorSouth.Location = new System.Drawing.Point(189, 220);
     this.btnDoorSouth.Name = "btnDoorSouth";
     this.btnDoorSouth.Size = new System.Drawing.Size(54, 58);
     this.btnDoorSouth.TabIndex = 26;
     this.btnDoorSouth.UseVisualStyleBackColor = true;
     this.btnDoorSouth.Visible = false;
     this.btnDoorSouth.Click += new System.EventHandler(this.btnDoorSouth_Click);
     //
     // btnDoorEast
     //
     this.btnDoorEast.Image = ((System.Drawing.Image)(resources.GetObject("btnDoorEast.Image")));
     this.btnDoorEast.Location = new System.Drawing.Point(285, 116);
     this.btnDoorEast.Name = "btnDoorEast";
     this.btnDoorEast.Size = new System.Drawing.Size(54, 58);
     this.btnDoorEast.TabIndex = 25;
     this.btnDoorEast.UseVisualStyleBackColor = true;
     this.btnDoorEast.Visible = false;
     this.btnDoorEast.Click += new System.EventHandler(this.btnDoorEast_Click);
     //
     // btnDoorUp
     //
     this.btnDoorUp.Image = ((System.Drawing.Image)(resources.GetObject("btnDoorUp.Image")));
     this.btnDoorUp.Location = new System.Drawing.Point(285, 17);
     this.btnDoorUp.Name = "btnDoorUp";
     this.btnDoorUp.Size = new System.Drawing.Size(54, 58);
     this.btnDoorUp.TabIndex = 24;
     this.btnDoorUp.UseVisualStyleBackColor = true;
     this.btnDoorUp.Visible = false;
     this.btnDoorUp.Click += new System.EventHandler(this.btnDoorUp_Click);
     //
     // btnDoorNorth
     //
     this.btnDoorNorth.Image = ((System.Drawing.Image)(resources.GetObject("btnDoorNorth.Image")));
     this.btnDoorNorth.Location = new System.Drawing.Point(189, 17);
     this.btnDoorNorth.Name = "btnDoorNorth";
     this.btnDoorNorth.Size = new System.Drawing.Size(54, 58);
     this.btnDoorNorth.TabIndex = 23;
     this.btnDoorNorth.UseVisualStyleBackColor = true;
     this.btnDoorNorth.Visible = false;
     this.btnDoorNorth.Click += new System.EventHandler(this.btnDoorNorth_Click);
     //
     // btnZoomDown
     //
     this.btnZoomDown.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomDown.Image")));
     this.btnZoomDown.Location = new System.Drawing.Point(99, 224);
     this.btnZoomDown.Name = "btnZoomDown";
     this.btnZoomDown.Size = new System.Drawing.Size(58, 50);
     this.btnZoomDown.TabIndex = 0;
     this.btnZoomDown.TabStop = false;
     this.btnZoomDown.Visible = false;
     //
     // btnZoomUp
     //
     this.btnZoomUp.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomUp.Image")));
     this.btnZoomUp.Location = new System.Drawing.Point(289, 21);
     this.btnZoomUp.Name = "btnZoomUp";
     this.btnZoomUp.Size = new System.Drawing.Size(51, 50);
     this.btnZoomUp.TabIndex = 1;
     this.btnZoomUp.TabStop = false;
     this.btnZoomUp.Visible = false;
     //
     // lblZ
     //
     this.lblZ.AutoSize = true;
     this.lblZ.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblZ.Location = new System.Drawing.Point(59, 59);
     this.lblZ.Name = "lblZ";
     this.lblZ.Size = new System.Drawing.Size(14, 15);
     this.lblZ.TabIndex = 22;
     this.lblZ.Text = "0";
     //
     // lblY
     //
     this.lblY.AutoSize = true;
     this.lblY.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblY.Location = new System.Drawing.Point(59, 36);
     this.lblY.Name = "lblY";
     this.lblY.Size = new System.Drawing.Size(14, 15);
     this.lblY.TabIndex = 21;
     this.lblY.Text = "0";
     //
     // lblX
     //
     this.lblX.AutoSize = true;
     this.lblX.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblX.Location = new System.Drawing.Point(59, 14);
     this.lblX.Name = "lblX";
     this.lblX.Size = new System.Drawing.Size(14, 15);
     this.lblX.TabIndex = 20;
     this.lblX.Text = "0";
     //
     // lblCoordZ
     //
     this.lblCoordZ.AutoSize = true;
     this.lblCoordZ.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCoordZ.Location = new System.Drawing.Point(19, 59);
     this.lblCoordZ.Name = "lblCoordZ";
     this.lblCoordZ.Size = new System.Drawing.Size(40, 15);
     this.lblCoordZ.TabIndex = 19;
     this.lblCoordZ.Text = "Level:";
     //
     // lblCoordY
     //
     this.lblCoordY.AutoSize = true;
     this.lblCoordY.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCoordY.Location = new System.Drawing.Point(14, 36);
     this.lblCoordY.Name = "lblCoordY";
     this.lblCoordY.Size = new System.Drawing.Size(45, 15);
     this.lblCoordY.TabIndex = 18;
     this.lblCoordY.Text = "Y-Axis:";
     //
     // lblCoordX
     //
     this.lblCoordX.AutoSize = true;
     this.lblCoordX.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCoordX.Location = new System.Drawing.Point(13, 13);
     this.lblCoordX.Name = "lblCoordX";
     this.lblCoordX.Size = new System.Drawing.Size(47, 15);
     this.lblCoordX.TabIndex = 17;
     this.lblCoordX.Text = "X-Axis:";
     //
     // btnZoomWest
     //
     this.btnZoomWest.BackColor = System.Drawing.Color.Black;
     this.btnZoomWest.Location = new System.Drawing.Point(92, 138);
     this.btnZoomWest.Name = "btnZoomWest";
     this.btnZoomWest.Size = new System.Drawing.Size(50, 14);
     this.btnZoomWest.TabIndex = 4;
     this.btnZoomWest.UseVisualStyleBackColor = false;
     this.btnZoomWest.Visible = false;
     //
     // btnZoomEast
     //
     this.btnZoomEast.BackColor = System.Drawing.Color.Black;
     this.btnZoomEast.Location = new System.Drawing.Point(286, 139);
     this.btnZoomEast.Name = "btnZoomEast";
     this.btnZoomEast.Size = new System.Drawing.Size(50, 14);
     this.btnZoomEast.TabIndex = 3;
     this.btnZoomEast.UseVisualStyleBackColor = false;
     this.btnZoomEast.Visible = false;
     //
     // btnZoomSouth
     //
     this.btnZoomSouth.BackColor = System.Drawing.Color.Black;
     this.btnZoomSouth.Location = new System.Drawing.Point(209, 224);
     this.btnZoomSouth.Name = "btnZoomSouth";
     this.btnZoomSouth.Size = new System.Drawing.Size(14, 50);
     this.btnZoomSouth.TabIndex = 2;
     this.btnZoomSouth.UseVisualStyleBackColor = false;
     this.btnZoomSouth.Visible = false;
     //
     // btnZoomNorth
     //
     this.btnZoomNorth.BackColor = System.Drawing.Color.Black;
     this.btnZoomNorth.Location = new System.Drawing.Point(209, 21);
     this.btnZoomNorth.Name = "btnZoomNorth";
     this.btnZoomNorth.Size = new System.Drawing.Size(14, 50);
     this.btnZoomNorth.TabIndex = 1;
     this.btnZoomNorth.UseVisualStyleBackColor = false;
     this.btnZoomNorth.Visible = false;
     //
     // btnCurrentZoom
     //
     this.btnCurrentZoom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCurrentZoom.Location = new System.Drawing.Point(160, 91);
     this.btnCurrentZoom.Name = "btnCurrentZoom";
     this.btnCurrentZoom.Size = new System.Drawing.Size(110, 110);
     this.btnCurrentZoom.TabIndex = 0;
     this.btnCurrentZoom.UseVisualStyleBackColor = true;
     this.btnCurrentZoom.Visible = false;
     //
     // pnlDoor
     //
     this.pnlDoor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlDoor.Controls.Add(this.btnDeleteDoor);
     this.pnlDoor.Controls.Add(this.lblDoorID);
     this.pnlDoor.Controls.Add(this.lblDoorFlag);
     this.pnlDoor.Controls.Add(this.cboDoorType);
     this.pnlDoor.Controls.Add(this.lblDoorKey);
     this.pnlDoor.Controls.Add(this.cboDoorKey);
     this.pnlDoor.Controls.Add(this.lblDoorObjNum);
     this.pnlDoor.Controls.Add(this.txtDoorVNUM);
     this.pnlDoor.Controls.Add(this.btnSaveDoor);
     this.pnlDoor.Controls.Add(this.lblKeywords);
     this.pnlDoor.Controls.Add(this.txtDoorKeywords);
     this.pnlDoor.Controls.Add(this.lblDirection);
     this.pnlDoor.Controls.Add(this.cboDirection);
     this.pnlDoor.Location = new System.Drawing.Point(9, 289);
     this.pnlDoor.Name = "pnlDoor";
     this.pnlDoor.Size = new System.Drawing.Size(429, 117);
     this.pnlDoor.TabIndex = 12;
     //
     // btnDeleteDoor
     //
     this.btnDeleteDoor.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDeleteDoor.Location = new System.Drawing.Point(339, 60);
     this.btnDeleteDoor.Name = "btnDeleteDoor";
     this.btnDeleteDoor.Size = new System.Drawing.Size(75, 23);
     this.btnDeleteDoor.TabIndex = 23;
     this.btnDeleteDoor.Text = "Delete Door";
     this.btnDeleteDoor.UseVisualStyleBackColor = true;
     this.btnDeleteDoor.Click += new System.EventHandler(this.btnDeleteDoor_Click);
     //
     // lblDoorID
     //
     this.lblDoorID.AutoSize = true;
     this.lblDoorID.Location = new System.Drawing.Point(4, 31);
     this.lblDoorID.Name = "lblDoorID";
     this.lblDoorID.Size = new System.Drawing.Size(0, 13);
     this.lblDoorID.TabIndex = 22;
     this.lblDoorID.Visible = false;
     //
     // lblDoorFlag
     //
     this.lblDoorFlag.AutoSize = true;
     this.lblDoorFlag.Location = new System.Drawing.Point(29, 61);
     this.lblDoorFlag.Name = "lblDoorFlag";
     this.lblDoorFlag.Size = new System.Drawing.Size(62, 13);
     this.lblDoorFlag.TabIndex = 21;
     this.lblDoorFlag.Text = "Door Type:";
     //
     // cboDoorType
     //
     this.cboDoorType.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.cboDoorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDoorType.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboDoorType.FormattingEnabled = true;
     this.cboDoorType.Items.AddRange(new object[] {
     "Pickable",
     "Not Pickable",
     "Special Routine"});
     this.cboDoorType.Location = new System.Drawing.Point(96, 57);
     this.cboDoorType.Name = "cboDoorType";
     this.cboDoorType.Size = new System.Drawing.Size(121, 22);
     this.cboDoorType.TabIndex = 11;
     //
     // lblDoorKey
     //
     this.lblDoorKey.AutoSize = true;
     this.lblDoorKey.Location = new System.Drawing.Point(35, 88);
     this.lblDoorKey.Name = "lblDoorKey";
     this.lblDoorKey.Size = new System.Drawing.Size(56, 13);
     this.lblDoorKey.TabIndex = 19;
     this.lblDoorKey.Text = "Door Key:";
     //
     // cboDoorKey
     //
     this.cboDoorKey.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.cboDoorKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDoorKey.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboDoorKey.FormattingEnabled = true;
     this.cboDoorKey.Location = new System.Drawing.Point(96, 84);
     this.cboDoorKey.Name = "cboDoorKey";
     this.cboDoorKey.Size = new System.Drawing.Size(233, 22);
     this.cboDoorKey.TabIndex = 12;
     //
     // lblDoorObjNum
     //
     this.lblDoorObjNum.AutoSize = true;
     this.lblDoorObjNum.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDoorObjNum.Location = new System.Drawing.Point(15, 35);
     this.lblDoorObjNum.Name = "lblDoorObjNum";
     this.lblDoorObjNum.Size = new System.Drawing.Size(66, 14);
     this.lblDoorObjNum.TabIndex = 17;
     this.lblDoorObjNum.Text = "Door VNUM:";
     //
     // txtDoorVNUM
     //
     this.txtDoorVNUM.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtDoorVNUM.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDoorVNUM.Location = new System.Drawing.Point(96, 32);
     this.txtDoorVNUM.Name = "txtDoorVNUM";
     this.txtDoorVNUM.Size = new System.Drawing.Size(88, 20);
     this.txtDoorVNUM.TabIndex = 9;
     //
     // btnSaveDoor
     //
     this.btnSaveDoor.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSaveDoor.Location = new System.Drawing.Point(339, 84);
     this.btnSaveDoor.Name = "btnSaveDoor";
     this.btnSaveDoor.Size = new System.Drawing.Size(74, 23);
     this.btnSaveDoor.TabIndex = 13;
     this.btnSaveDoor.Text = "Save Door";
     this.btnSaveDoor.UseVisualStyleBackColor = true;
     this.btnSaveDoor.Click += new System.EventHandler(this.btnSaveDoor_Click);
     //
     // lblKeywords
     //
     this.lblKeywords.AutoSize = true;
     this.lblKeywords.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKeywords.Location = new System.Drawing.Point(4, 9);
     this.lblKeywords.Name = "lblKeywords";
     this.lblKeywords.Size = new System.Drawing.Size(87, 14);
     this.lblKeywords.TabIndex = 14;
     this.lblKeywords.Text = "Door Keywords:";
     //
     // txtDoorKeywords
     //
     this.txtDoorKeywords.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtDoorKeywords.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDoorKeywords.Location = new System.Drawing.Point(96, 7);
     this.txtDoorKeywords.Name = "txtDoorKeywords";
     this.txtDoorKeywords.Size = new System.Drawing.Size(318, 20);
     this.txtDoorKeywords.TabIndex = 8;
     //
     // lblDirection
     //
     this.lblDirection.AutoSize = true;
     this.lblDirection.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDirection.Location = new System.Drawing.Point(242, 35);
     this.lblDirection.Name = "lblDirection";
     this.lblDirection.Size = new System.Drawing.Size(78, 14);
     this.lblDirection.TabIndex = 11;
     this.lblDirection.Text = "Door Direction:";
     //
     // cboDirection
     //
     this.cboDirection.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.cboDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDirection.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboDirection.FormattingEnabled = true;
     this.cboDirection.Items.AddRange(new object[] {
     "North",
     "South",
     "East",
     "West",
     "Up",
     "Down"});
     this.cboDirection.Location = new System.Drawing.Point(325, 32);
     this.cboDirection.Name = "cboDirection";
     this.cboDirection.Size = new System.Drawing.Size(88, 22);
     this.cboDirection.TabIndex = 10;
     //
     // lblAreaID
     //
     this.lblAreaID.AutoSize = true;
     this.lblAreaID.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAreaID.Location = new System.Drawing.Point(254, 16);
     this.lblAreaID.Name = "lblAreaID";
     this.lblAreaID.Size = new System.Drawing.Size(0, 14);
     this.lblAreaID.TabIndex = 5;
     this.lblAreaID.Visible = false;
     //
     // lblGeneral
     //
     this.lblGeneral.AutoSize = true;
     this.lblGeneral.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGeneral.Location = new System.Drawing.Point(9, 16);
     this.lblGeneral.Name = "lblGeneral";
     this.lblGeneral.Size = new System.Drawing.Size(50, 14);
     this.lblGeneral.TabIndex = 11;
     this.lblGeneral.Text = "General";
     //
     // lblAreaIDPrompt
     //
     this.lblAreaIDPrompt.AutoSize = true;
     this.lblAreaIDPrompt.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAreaIDPrompt.Location = new System.Drawing.Point(196, 16);
     this.lblAreaIDPrompt.Name = "lblAreaIDPrompt";
     this.lblAreaIDPrompt.Size = new System.Drawing.Size(49, 14);
     this.lblAreaIDPrompt.TabIndex = 4;
     this.lblAreaIDPrompt.Text = "Area ID:";
     this.lblAreaIDPrompt.Visible = false;
     //
     // pnlGeneral
     //
     this.pnlGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlGeneral.Controls.Add(this.lblRoomNameLabel);
     this.pnlGeneral.Controls.Add(this.lblCurrentRoomName);
     this.pnlGeneral.Controls.Add(this.lblVNUM);
     this.pnlGeneral.Controls.Add(this.lblCurrentVNUM);
     this.pnlGeneral.Controls.Add(this.lblButtonName);
     this.pnlGeneral.Controls.Add(this.lblButtonPrompt);
     this.pnlGeneral.Location = new System.Drawing.Point(9, 30);
     this.pnlGeneral.Name = "pnlGeneral";
     this.pnlGeneral.Size = new System.Drawing.Size(429, 87);
     this.pnlGeneral.TabIndex = 10;
     //
     // lblRoomNameLabel
     //
     this.lblRoomNameLabel.AutoSize = true;
     this.lblRoomNameLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRoomNameLabel.Location = new System.Drawing.Point(6, 31);
     this.lblRoomNameLabel.Name = "lblRoomNameLabel";
     this.lblRoomNameLabel.Size = new System.Drawing.Size(67, 14);
     this.lblRoomNameLabel.TabIndex = 22;
     this.lblRoomNameLabel.Text = "Room Name:";
     //
     // lblCurrentRoomName
     //
     this.lblCurrentRoomName.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCurrentRoomName.Location = new System.Drawing.Point(6, 47);
     this.lblCurrentRoomName.Name = "lblCurrentRoomName";
     this.lblCurrentRoomName.Size = new System.Drawing.Size(413, 16);
     this.lblCurrentRoomName.TabIndex = 21;
     //
     // lblVNUM
     //
     this.lblVNUM.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVNUM.Location = new System.Drawing.Point(333, 0);
     this.lblVNUM.Name = "lblVNUM";
     this.lblVNUM.Size = new System.Drawing.Size(88, 23);
     this.lblVNUM.TabIndex = 19;
     this.lblVNUM.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblCurrentVNUM
     //
     this.lblCurrentVNUM.AutoSize = true;
     this.lblCurrentVNUM.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCurrentVNUM.Location = new System.Drawing.Point(253, 8);
     this.lblCurrentVNUM.Name = "lblCurrentVNUM";
     this.lblCurrentVNUM.Size = new System.Drawing.Size(79, 14);
     this.lblCurrentVNUM.TabIndex = 18;
     this.lblCurrentVNUM.Text = "Current VNUM:";
     //
     // lblButtonPrompt
     //
     this.lblButtonPrompt.AutoSize = true;
     this.lblButtonPrompt.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblButtonPrompt.Location = new System.Drawing.Point(6, 8);
     this.lblButtonPrompt.Name = "lblButtonPrompt";
     this.lblButtonPrompt.Size = new System.Drawing.Size(76, 14);
     this.lblButtonPrompt.TabIndex = 16;
     this.lblButtonPrompt.Text = "Current Room:";
     //
     // tabAttributes
     //
     this.tabAttributes.BackColor = System.Drawing.Color.LightSlateGray;
     this.tabAttributes.Controls.Add(this.panel4);
     this.tabAttributes.Controls.Add(this.btnSaveRoomAttributes);
     this.tabAttributes.Controls.Add(this.lblAttributes);
     this.tabAttributes.Controls.Add(this.panel3);
     this.tabAttributes.Location = new System.Drawing.Point(4, 22);
     this.tabAttributes.Name = "tabAttributes";
     this.tabAttributes.Size = new System.Drawing.Size(451, 745);
     this.tabAttributes.TabIndex = 2;
     this.tabAttributes.Text = "Room Attributes";
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.lblAttributesRoomVNUM);
     this.panel4.Controls.Add(this.lblAttributesRoomNumber);
     this.panel4.Controls.Add(this.lblAttributesRoomName);
     this.panel4.Controls.Add(this.lblAttRoomID);
     this.panel4.Controls.Add(this.lblAttVNUM);
     this.panel4.Controls.Add(this.lblAttRoomName);
     this.panel4.Location = new System.Drawing.Point(16, 19);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(421, 91);
     this.panel4.TabIndex = 7;
     //
     // lblAttributesRoomVNUM
     //
     this.lblAttributesRoomVNUM.AutoSize = true;
     this.lblAttributesRoomVNUM.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAttributesRoomVNUM.Location = new System.Drawing.Point(88, 68);
     this.lblAttributesRoomVNUM.Name = "lblAttributesRoomVNUM";
     this.lblAttributesRoomVNUM.Size = new System.Drawing.Size(0, 14);
     this.lblAttributesRoomVNUM.TabIndex = 9;
     //
     // lblAttributesRoomNumber
     //
     this.lblAttributesRoomNumber.AutoSize = true;
     this.lblAttributesRoomNumber.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAttributesRoomNumber.Location = new System.Drawing.Point(88, 45);
     this.lblAttributesRoomNumber.Name = "lblAttributesRoomNumber";
     this.lblAttributesRoomNumber.Size = new System.Drawing.Size(0, 14);
     this.lblAttributesRoomNumber.TabIndex = 8;
     //
     // lblAttributesRoomName
     //
     this.lblAttributesRoomName.AutoSize = true;
     this.lblAttributesRoomName.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAttributesRoomName.Location = new System.Drawing.Point(88, 11);
     this.lblAttributesRoomName.Name = "lblAttributesRoomName";
     this.lblAttributesRoomName.Size = new System.Drawing.Size(0, 14);
     this.lblAttributesRoomName.TabIndex = 7;
     //
     // lblAttRoomID
     //
     this.lblAttRoomID.AutoSize = true;
     this.lblAttRoomID.Location = new System.Drawing.Point(3, 45);
     this.lblAttRoomID.Name = "lblAttRoomID";
     this.lblAttRoomID.Size = new System.Drawing.Size(84, 13);
     this.lblAttRoomID.TabIndex = 5;
     this.lblAttRoomID.Text = "Room Number:";
     //
     // lblAttVNUM
     //
     this.lblAttVNUM.AutoSize = true;
     this.lblAttVNUM.Location = new System.Drawing.Point(44, 68);
     this.lblAttVNUM.Name = "lblAttVNUM";
     this.lblAttVNUM.Size = new System.Drawing.Size(43, 13);
     this.lblAttVNUM.TabIndex = 6;
     this.lblAttVNUM.Text = "VNUM:";
     //
     // lblAttRoomName
     //
     this.lblAttRoomName.AutoSize = true;
     this.lblAttRoomName.Location = new System.Drawing.Point(15, 11);
     this.lblAttRoomName.Name = "lblAttRoomName";
     this.lblAttRoomName.Size = new System.Drawing.Size(72, 13);
     this.lblAttRoomName.TabIndex = 4;
     this.lblAttRoomName.Text = "Room Name:";
     //
     // btnSaveRoomAttributes
     //
     this.btnSaveRoomAttributes.Location = new System.Drawing.Point(334, 706);
     this.btnSaveRoomAttributes.Name = "btnSaveRoomAttributes";
     this.btnSaveRoomAttributes.Size = new System.Drawing.Size(100, 23);
     this.btnSaveRoomAttributes.TabIndex = 39;
     this.btnSaveRoomAttributes.Text = "Save Attributes";
     this.btnSaveRoomAttributes.UseVisualStyleBackColor = true;
     //
     // lblAttributes
     //
     this.lblAttributes.AutoSize = true;
     this.lblAttributes.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAttributes.Location = new System.Drawing.Point(16, 136);
     this.lblAttributes.Name = "lblAttributes";
     this.lblAttributes.Size = new System.Drawing.Size(212, 14);
     this.lblAttributes.TabIndex = 1;
     this.lblAttributes.Text = "Select all Room Attributes that apply :";
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.lblNoMob);
     this.panel3.Controls.Add(this.lblAttDuel);
     this.panel3.Controls.Add(this.lblAttClan);
     this.panel3.Controls.Add(this.chkAttDuel);
     this.panel3.Controls.Add(this.chkAttClan);
     this.panel3.Controls.Add(this.lblAttPrivate);
     this.panel3.Controls.Add(this.chkAttPrivate);
     this.panel3.Controls.Add(this.lblAttNoMagic);
     this.panel3.Controls.Add(this.chkAttNoMagic);
     this.panel3.Controls.Add(this.lblAttSafe);
     this.panel3.Controls.Add(this.chkAttSafe);
     this.panel3.Controls.Add(this.lblAttDeath);
     this.panel3.Controls.Add(this.chkAttDeath);
     this.panel3.Controls.Add(this.lblAttClub);
     this.panel3.Controls.Add(this.chkAttClub);
     this.panel3.Controls.Add(this.lblAttArena);
     this.panel3.Controls.Add(this.lblAttLock);
     this.panel3.Controls.Add(this.chkAttArena);
     this.panel3.Controls.Add(this.chkAttLock);
     this.panel3.Controls.Add(this.lblAttNoMob);
     this.panel3.Controls.Add(this.chkAttNoMob);
     this.panel3.Controls.Add(this.lblAttDark);
     this.panel3.Controls.Add(this.chkAttDark);
     this.panel3.Location = new System.Drawing.Point(16, 153);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(421, 310);
     this.panel3.TabIndex = 0;
     //
     // lblNoMob
     //
     this.lblNoMob.AutoSize = true;
     this.lblNoMob.Location = new System.Drawing.Point(101, 212);
     this.lblNoMob.Name = "lblNoMob";
     this.lblNoMob.Size = new System.Drawing.Size(149, 13);
     this.lblNoMob.TabIndex = 15;
     this.lblNoMob.Text = "Mobs will not wander here.";
     //
     // lblAttDuel
     //
     this.lblAttDuel.AutoSize = true;
     this.lblAttDuel.Location = new System.Drawing.Point(102, 141);
     this.lblAttDuel.Name = "lblAttDuel";
     this.lblAttDuel.Size = new System.Drawing.Size(307, 13);
     this.lblAttDuel.TabIndex = 23;
     this.lblAttDuel.Text = "PvP-friendly.  (Players can kill one another without Penalty)";
     //
     // lblAttClan
     //
     this.lblAttClan.AutoSize = true;
     this.lblAttClan.Location = new System.Drawing.Point(102, 44);
     this.lblAttClan.Name = "lblAttClan";
     this.lblAttClan.Size = new System.Drawing.Size(69, 13);
     this.lblAttClan.TabIndex = 22;
     this.lblAttClan.Text = "Clan House.";
     //
     // chkAttDuel
     //
     this.chkAttDuel.AutoSize = true;
     this.chkAttDuel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttDuel.Location = new System.Drawing.Point(12, 140);
     this.chkAttDuel.Name = "chkAttDuel";
     this.chkAttDuel.Size = new System.Drawing.Size(53, 18);
     this.chkAttDuel.TabIndex = 32;
     this.chkAttDuel.Text = "DUEL";
     this.chkAttDuel.UseVisualStyleBackColor = true;
     //
     // chkAttClan
     //
     this.chkAttClan.AutoSize = true;
     this.chkAttClan.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttClan.Location = new System.Drawing.Point(12, 43);
     this.chkAttClan.Name = "chkAttClan";
     this.chkAttClan.Size = new System.Drawing.Size(56, 18);
     this.chkAttClan.TabIndex = 28;
     this.chkAttClan.Text = "CLAN";
     this.chkAttClan.UseVisualStyleBackColor = true;
     //
     // lblAttPrivate
     //
     this.lblAttPrivate.Location = new System.Drawing.Point(102, 237);
     this.lblAttPrivate.Name = "lblAttPrivate";
     this.lblAttPrivate.Size = new System.Drawing.Size(307, 30);
     this.lblAttPrivate.TabIndex = 15;
     this.lblAttPrivate.Text = "All variations of Relocation or Teleport will not work here.  Random-Room mobs wi" +
     "ll not be placed here.";
     //
     // chkAttPrivate
     //
     this.chkAttPrivate.AutoSize = true;
     this.chkAttPrivate.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttPrivate.Location = new System.Drawing.Point(12, 236);
     this.chkAttPrivate.Name = "chkAttPrivate";
     this.chkAttPrivate.Size = new System.Drawing.Size(70, 18);
     this.chkAttPrivate.TabIndex = 36;
     this.chkAttPrivate.Text = "PRIVATE";
     this.chkAttPrivate.UseVisualStyleBackColor = true;
     //
     // lblAttNoMagic
     //
     this.lblAttNoMagic.AutoSize = true;
     this.lblAttNoMagic.Location = new System.Drawing.Point(102, 189);
     this.lblAttNoMagic.Name = "lblAttNoMagic";
     this.lblAttNoMagic.Size = new System.Drawing.Size(120, 13);
     this.lblAttNoMagic.TabIndex = 14;
     this.lblAttNoMagic.Text = "All Magic is absorbed.";
     //
     // chkAttNoMagic
     //
     this.chkAttNoMagic.AutoSize = true;
     this.chkAttNoMagic.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttNoMagic.Location = new System.Drawing.Point(12, 188);
     this.chkAttNoMagic.Name = "chkAttNoMagic";
     this.chkAttNoMagic.Size = new System.Drawing.Size(84, 18);
     this.chkAttNoMagic.TabIndex = 34;
     this.chkAttNoMagic.Text = "NO_MAGIC";
     this.chkAttNoMagic.UseVisualStyleBackColor = true;
     //
     // lblAttSafe
     //
     this.lblAttSafe.AutoSize = true;
     this.lblAttSafe.Location = new System.Drawing.Point(102, 272);
     this.lblAttSafe.Name = "lblAttSafe";
     this.lblAttSafe.Size = new System.Drawing.Size(146, 13);
     this.lblAttSafe.TabIndex = 9;
     this.lblAttSafe.Text = "Combat cannot occur here.";
     //
     // chkAttSafe
     //
     this.chkAttSafe.AutoSize = true;
     this.chkAttSafe.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttSafe.Location = new System.Drawing.Point(12, 271);
     this.chkAttSafe.Name = "chkAttSafe";
     this.chkAttSafe.Size = new System.Drawing.Size(53, 18);
     this.chkAttSafe.TabIndex = 38;
     this.chkAttSafe.Text = "SAFE";
     this.chkAttSafe.UseVisualStyleBackColor = true;
     //
     // lblAttDeath
     //
     this.lblAttDeath.AutoSize = true;
     this.lblAttDeath.Location = new System.Drawing.Point(102, 116);
     this.lblAttDeath.Name = "lblAttDeath";
     this.lblAttDeath.Size = new System.Drawing.Size(296, 13);
     this.lblAttDeath.TabIndex = 5;
     this.lblAttDeath.Text = "Room is a Death Trap.  Keep Lit so visible on \"exit\" check.";
     //
     // chkAttDeath
     //
     this.chkAttDeath.AutoSize = true;
     this.chkAttDeath.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttDeath.Location = new System.Drawing.Point(12, 115);
     this.chkAttDeath.Name = "chkAttDeath";
     this.chkAttDeath.Size = new System.Drawing.Size(60, 18);
     this.chkAttDeath.TabIndex = 31;
     this.chkAttDeath.Text = "DEATH";
     this.chkAttDeath.UseVisualStyleBackColor = true;
     //
     // lblAttClub
     //
     this.lblAttClub.AutoSize = true;
     this.lblAttClub.Location = new System.Drawing.Point(102, 68);
     this.lblAttClub.Name = "lblAttClub";
     this.lblAttClub.Size = new System.Drawing.Size(171, 13);
     this.lblAttClub.TabIndex = 19;
     this.lblAttClub.Text = "Resting Room, increases Regen.";
     //
     // chkAttClub
     //
     this.chkAttClub.AutoSize = true;
     this.chkAttClub.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttClub.Location = new System.Drawing.Point(12, 67);
     this.chkAttClub.Name = "chkAttClub";
     this.chkAttClub.Size = new System.Drawing.Size(55, 18);
     this.chkAttClub.TabIndex = 29;
     this.chkAttClub.Text = "CLUB";
     this.chkAttClub.UseVisualStyleBackColor = true;
     //
     // lblAttArena
     //
     this.lblAttArena.AutoSize = true;
     this.lblAttArena.Location = new System.Drawing.Point(102, 21);
     this.lblAttArena.Name = "lblAttArena";
     this.lblAttArena.Size = new System.Drawing.Size(119, 13);
     this.lblAttArena.TabIndex = 17;
     this.lblAttArena.Text = "PvP-Friendly with EXP.";
     //
     // lblAttLock
     //
     this.lblAttLock.AutoSize = true;
     this.lblAttLock.Location = new System.Drawing.Point(102, 165);
     this.lblAttLock.Name = "lblAttLock";
     this.lblAttLock.Size = new System.Drawing.Size(205, 13);
     this.lblAttLock.TabIndex = 16;
     this.lblAttLock.Text = "Lesser Gods and Mortals cannot enter.";
     //
     // chkAttArena
     //
     this.chkAttArena.AutoSize = true;
     this.chkAttArena.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttArena.Location = new System.Drawing.Point(12, 20);
     this.chkAttArena.Name = "chkAttArena";
     this.chkAttArena.Size = new System.Drawing.Size(62, 18);
     this.chkAttArena.TabIndex = 27;
     this.chkAttArena.Text = "ARENA";
     this.chkAttArena.UseVisualStyleBackColor = true;
     //
     // chkAttLock
     //
     this.chkAttLock.AutoSize = true;
     this.chkAttLock.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttLock.Location = new System.Drawing.Point(12, 164);
     this.chkAttLock.Name = "chkAttLock";
     this.chkAttLock.Size = new System.Drawing.Size(56, 18);
     this.chkAttLock.TabIndex = 33;
     this.chkAttLock.Text = "LOCK";
     this.chkAttLock.UseVisualStyleBackColor = true;
     //
     // lblAttNoMob
     //
     this.lblAttNoMob.AutoSize = true;
     this.lblAttNoMob.Location = new System.Drawing.Point(102, 189);
     this.lblAttNoMob.Name = "lblAttNoMob";
     this.lblAttNoMob.Size = new System.Drawing.Size(146, 13);
     this.lblAttNoMob.TabIndex = 7;
     this.lblAttNoMob.Text = "No Mobs can wander here.";
     //
     // chkAttNoMob
     //
     this.chkAttNoMob.AutoSize = true;
     this.chkAttNoMob.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttNoMob.Location = new System.Drawing.Point(12, 212);
     this.chkAttNoMob.Name = "chkAttNoMob";
     this.chkAttNoMob.Size = new System.Drawing.Size(72, 18);
     this.chkAttNoMob.TabIndex = 35;
     this.chkAttNoMob.Text = "NO_MOB";
     this.chkAttNoMob.UseVisualStyleBackColor = true;
     //
     // lblAttDark
     //
     this.lblAttDark.AutoSize = true;
     this.lblAttDark.Location = new System.Drawing.Point(102, 92);
     this.lblAttDark.Name = "lblAttDark";
     this.lblAttDark.Size = new System.Drawing.Size(127, 13);
     this.lblAttDark.TabIndex = 3;
     this.lblAttDark.Text = "Requires a Light to see.";
     //
     // chkAttDark
     //
     this.chkAttDark.AutoSize = true;
     this.chkAttDark.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAttDark.Location = new System.Drawing.Point(12, 91);
     this.chkAttDark.Name = "chkAttDark";
     this.chkAttDark.Size = new System.Drawing.Size(55, 18);
     this.chkAttDark.TabIndex = 30;
     this.chkAttDark.Text = "DARK";
     this.chkAttDark.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(26, 33);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(423, 148);
     this.panel1.TabIndex = 0;
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.areaToolStripMenuItem,
     this.roomToolStripMenuItem,
     this.mobToolStripMenuItem,
     this.objectToolStripMenuItem,
     this.helpToolStripMenuItem1});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1450, 24);
     this.menuStrip1.TabIndex = 8;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.openToolStripMenuItem.Text = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // areaToolStripMenuItem
     //
     this.areaToolStripMenuItem.Name = "areaToolStripMenuItem";
     this.areaToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
     this.areaToolStripMenuItem.Text = "Area";
     //
     // roomToolStripMenuItem
     //
     this.roomToolStripMenuItem.Name = "roomToolStripMenuItem";
     this.roomToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.roomToolStripMenuItem.Text = "Room";
     //
     // mobToolStripMenuItem
     //
     this.mobToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newMobToolStripMenuItem});
     this.mobToolStripMenuItem.Name = "mobToolStripMenuItem";
     this.mobToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.mobToolStripMenuItem.Text = "Mob";
     //
     // newMobToolStripMenuItem
     //
     this.newMobToolStripMenuItem.Name = "newMobToolStripMenuItem";
     this.newMobToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.newMobToolStripMenuItem.Text = "New Mob";
     this.newMobToolStripMenuItem.Click += new System.EventHandler(this.newMobToolStripMenuItem_Click);
     //
     // objectToolStripMenuItem
     //
     this.objectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newObjectToolStripMenuItem});
     this.objectToolStripMenuItem.Name = "objectToolStripMenuItem";
     this.objectToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
     this.objectToolStripMenuItem.Text = "Object";
     //
     // newObjectToolStripMenuItem
     //
     this.newObjectToolStripMenuItem.Name = "newObjectToolStripMenuItem";
     this.newObjectToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.newObjectToolStripMenuItem.Text = "New Object";
     this.newObjectToolStripMenuItem.Click += new System.EventHandler(this.newObjectToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem1
     //
     this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
     this.helpToolStripMenuItem1.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem1.Text = "Help";
     //
     // lblAreaHeader
     //
     this.lblAreaHeader.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAreaHeader.Location = new System.Drawing.Point(12, 29);
     this.lblAreaHeader.Name = "lblAreaHeader";
     this.lblAreaHeader.Size = new System.Drawing.Size(947, 23);
     this.lblAreaHeader.TabIndex = 9;
     this.lblAreaHeader.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Mapper
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.DimGray;
     this.ClientSize = new System.Drawing.Size(1450, 821);
     this.Controls.Add(this.lblAreaHeader);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Mapper";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "GizMaker";
     this.tabMob.ResumeLayout(false);
     this.tabMob.PerformLayout();
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.tabRoom.ResumeLayout(false);
     this.pnlRoomDetail.ResumeLayout(false);
     this.pnlRoomDetail.PerformLayout();
     this.tabControl.ResumeLayout(false);
     this.tabArea.ResumeLayout(false);
     this.tabArea.PerformLayout();
     this.pnlMapConfig.ResumeLayout(false);
     this.pnlMapConfig.PerformLayout();
     this.pnlZoom.ResumeLayout(false);
     this.pnlZoom.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnZoomDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnZoomUp)).EndInit();
     this.pnlDoor.ResumeLayout(false);
     this.pnlDoor.PerformLayout();
     this.pnlGeneral.ResumeLayout(false);
     this.pnlGeneral.PerformLayout();
     this.tabAttributes.ResumeLayout(false);
     this.tabAttributes.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #54
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.lstNodes                       = new System.Windows.Forms.ListBox();
     this.statusStripMain                = new System.Windows.Forms.StatusStrip();
     this.btnRemove                      = new System.Windows.Forms.Button();
     this.btnAdd                         = new System.Windows.Forms.Button();
     this.txtIPAddress                   = new System.Windows.Forms.TextBox();
     this.lblSystemIP                    = new System.Windows.Forms.Label();
     this.btnNodeBackup                  = new System.Windows.Forms.Button();
     this.btnNetworkBackup               = new System.Windows.Forms.Button();
     this.picYantra                      = new System.Windows.Forms.PictureBox();
     this.menuStripMain                  = new System.Windows.Forms.MenuStrip();
     this.nodesToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.networkStatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.networkLogToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.sendTextToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutYantraToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.btnStart                       = new System.Windows.Forms.Button();
     this.groupBox1                      = new System.Windows.Forms.GroupBox();
     this.lblList                        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.picYantra)).BeginInit();
     this.menuStripMain.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // lstNodes
     //
     this.lstNodes.FormattingEnabled = true;
     this.lstNodes.ItemHeight        = 16;
     this.lstNodes.Items.AddRange(new object[] {
         "127.0.0.1:9090",
         "127.0.0.2:9090",
         "127.0.0.3:9090"
     });
     this.lstNodes.Location              = new System.Drawing.Point(17, 69);
     this.lstNodes.Margin                = new System.Windows.Forms.Padding(4);
     this.lstNodes.Name                  = "lstNodes";
     this.lstNodes.Size                  = new System.Drawing.Size(251, 132);
     this.lstNodes.Sorted                = true;
     this.lstNodes.TabIndex              = 0;
     this.lstNodes.SelectedIndexChanged += new System.EventHandler(this.LstNodesSelectedIndexChanged);
     //
     // statusStripMain
     //
     this.statusStripMain.Location = new System.Drawing.Point(0, 350);
     this.statusStripMain.Name     = "statusStripMain";
     this.statusStripMain.Padding  = new System.Windows.Forms.Padding(1, 0, 19, 0);
     this.statusStripMain.Size     = new System.Drawing.Size(578, 22);
     this.statusStripMain.TabIndex = 1;
     this.statusStripMain.Text     = "statusStrip1";
     //
     // btnRemove
     //
     this.btnRemove.Location = new System.Drawing.Point(17, 207);
     this.btnRemove.Margin   = new System.Windows.Forms.Padding(4);
     this.btnRemove.Name     = "btnRemove";
     this.btnRemove.Size     = new System.Drawing.Size(123, 24);
     this.btnRemove.TabIndex = 2;
     this.btnRemove.Text     = "Remove Node";
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click += new System.EventHandler(this.BtnRemoveClick);
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(121, 52);
     this.btnAdd.Margin   = new System.Windows.Forms.Padding(4);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(124, 22);
     this.btnAdd.TabIndex = 3;
     this.btnAdd.Text     = "Add Node";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.BtnAddClick);
     //
     // txtIPAddress
     //
     this.txtIPAddress.Location = new System.Drawing.Point(7, 22);
     this.txtIPAddress.Margin   = new System.Windows.Forms.Padding(4);
     this.txtIPAddress.Name     = "txtIPAddress";
     this.txtIPAddress.Size     = new System.Drawing.Size(238, 22);
     this.txtIPAddress.TabIndex = 4;
     //
     // lblSystemIP
     //
     this.lblSystemIP.Location  = new System.Drawing.Point(275, 43);
     this.lblSystemIP.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblSystemIP.Name      = "lblSystemIP";
     this.lblSystemIP.Size      = new System.Drawing.Size(284, 22);
     this.lblSystemIP.TabIndex  = 5;
     this.lblSystemIP.Text      = "System IP:";
     this.lblSystemIP.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnNodeBackup
     //
     this.btnNodeBackup.Location = new System.Drawing.Point(275, 305);
     this.btnNodeBackup.Margin   = new System.Windows.Forms.Padding(4);
     this.btnNodeBackup.Name     = "btnNodeBackup";
     this.btnNodeBackup.Size     = new System.Drawing.Size(137, 28);
     this.btnNodeBackup.TabIndex = 6;
     this.btnNodeBackup.Text     = "Node Backup";
     this.btnNodeBackup.UseVisualStyleBackColor = true;
     this.btnNodeBackup.Click += new System.EventHandler(this.BtnNodeBackupClick);
     //
     // btnNetworkBackup
     //
     this.btnNetworkBackup.Location = new System.Drawing.Point(420, 305);
     this.btnNetworkBackup.Margin   = new System.Windows.Forms.Padding(4);
     this.btnNetworkBackup.Name     = "btnNetworkBackup";
     this.btnNetworkBackup.Size     = new System.Drawing.Size(136, 28);
     this.btnNetworkBackup.TabIndex = 7;
     this.btnNetworkBackup.Text     = "Network Backup";
     this.btnNetworkBackup.UseVisualStyleBackColor = true;
     this.btnNetworkBackup.Click += new System.EventHandler(this.BtnNetworkBackupClick);
     //
     // picYantra
     //
     this.picYantra.BackColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.picYantra.Image         = ((System.Drawing.Image)(resources.GetObject("picYantra.Image")));
     this.picYantra.Location      = new System.Drawing.Point(275, 69);
     this.picYantra.Margin        = new System.Windows.Forms.Padding(4);
     this.picYantra.Name          = "picYantra";
     this.picYantra.Size          = new System.Drawing.Size(284, 224);
     this.picYantra.SizeMode      = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picYantra.TabIndex      = 8;
     this.picYantra.TabStop       = false;
     this.picYantra.UseWaitCursor = true;
     //
     // menuStripMain
     //
     this.menuStripMain.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.nodesToolStripMenuItem,
         this.optionsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStripMain.Location = new System.Drawing.Point(0, 0);
     this.menuStripMain.Name     = "menuStripMain";
     this.menuStripMain.Padding  = new System.Windows.Forms.Padding(8, 2, 0, 2);
     this.menuStripMain.Size     = new System.Drawing.Size(578, 25);
     this.menuStripMain.TabIndex = 9;
     this.menuStripMain.Text     = "menuStrip1";
     //
     // nodesToolStripMenuItem
     //
     this.nodesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.networkStatusToolStripMenuItem,
         this.networkLogToolStripMenuItem
     });
     this.nodesToolStripMenuItem.Name = "nodesToolStripMenuItem";
     this.nodesToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
     this.nodesToolStripMenuItem.Text = "Nodes";
     //
     // networkStatusToolStripMenuItem
     //
     this.networkStatusToolStripMenuItem.Name   = "networkStatusToolStripMenuItem";
     this.networkStatusToolStripMenuItem.Size   = new System.Drawing.Size(164, 22);
     this.networkStatusToolStripMenuItem.Text   = "Network Status";
     this.networkStatusToolStripMenuItem.Click += new System.EventHandler(this.NetworkStatusToolStripMenuItemClick);
     //
     // networkLogToolStripMenuItem
     //
     this.networkLogToolStripMenuItem.Name   = "networkLogToolStripMenuItem";
     this.networkLogToolStripMenuItem.Size   = new System.Drawing.Size(164, 22);
     this.networkLogToolStripMenuItem.Text   = "Network Log";
     this.networkLogToolStripMenuItem.Click += new System.EventHandler(this.NetworkLogToolStripMenuItemClick);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.sendTextToolStripMenuItem
     });
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(78, 21);
     this.optionsToolStripMenuItem.Text = "Broadcast";
     //
     // sendTextToolStripMenuItem
     //
     this.sendTextToolStripMenuItem.Name   = "sendTextToolStripMenuItem";
     this.sendTextToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.sendTextToolStripMenuItem.Text   = "Send Text";
     this.sendTextToolStripMenuItem.Click += new System.EventHandler(this.SendTextToolStripMenuItemClick);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutYantraToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(47, 21);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutYantraToolStripMenuItem
     //
     this.aboutYantraToolStripMenuItem.Name   = "aboutYantraToolStripMenuItem";
     this.aboutYantraToolStripMenuItem.Size   = new System.Drawing.Size(151, 22);
     this.aboutYantraToolStripMenuItem.Text   = "About Yantra";
     this.aboutYantraToolStripMenuItem.Click += new System.EventHandler(this.AboutYantraToolStripMenuItemClick);
     //
     // btnStart
     //
     this.btnStart.Location = new System.Drawing.Point(199, 207);
     this.btnStart.Name     = "btnStart";
     this.btnStart.Size     = new System.Drawing.Size(69, 23);
     this.btnStart.TabIndex = 12;
     this.btnStart.Text     = "Start";
     this.btnStart.UseVisualStyleBackColor = true;
     this.btnStart.Click += new System.EventHandler(this.BtnStartClick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtIPAddress);
     this.groupBox1.Controls.Add(this.btnAdd);
     this.groupBox1.Location = new System.Drawing.Point(16, 247);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(252, 84);
     this.groupBox1.TabIndex = 14;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Enter IP Address to add to list.";
     //
     // lblList
     //
     this.lblList.Location = new System.Drawing.Point(17, 43);
     this.lblList.Name     = "lblList";
     this.lblList.Size     = new System.Drawing.Size(251, 23);
     this.lblList.TabIndex = 16;
     this.lblList.Text     = "Nodes Connected.";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(578, 372);
     this.Controls.Add(this.lblList);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnStart);
     this.Controls.Add(this.btnRemove);
     this.Controls.Add(this.picYantra);
     this.Controls.Add(this.btnNetworkBackup);
     this.Controls.Add(this.btnNodeBackup);
     this.Controls.Add(this.lblSystemIP);
     this.Controls.Add(this.statusStripMain);
     this.Controls.Add(this.menuStripMain);
     this.Controls.Add(this.lstNodes);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.IsMdiContainer  = true;
     this.MainMenuStrip   = this.menuStripMain;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "MainForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "VM.Yantra.GUI Blockchain";
     this.Load           += new System.EventHandler(this.MainFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.picYantra)).EndInit();
     this.menuStripMain.ResumeLayout(false);
     this.menuStripMain.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.cargarNivelesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.crearNivelesToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlCrearNivel  = new System.Windows.Forms.Panel();
     this.nudSegundos    = new System.Windows.Forms.NumericUpDown();
     this.label2         = new System.Windows.Forms.Label();
     this.button1        = new System.Windows.Forms.Button();
     this.fichaPreview   = new ZinLockGrafico.Ficha();
     this.ficha1         = new ZinLockGrafico.Ficha();
     this.ficha6         = new ZinLockGrafico.Ficha();
     this.ficha5         = new ZinLockGrafico.Ficha();
     this.ficha4         = new ZinLockGrafico.Ficha();
     this.ficha3         = new ZinLockGrafico.Ficha();
     this.ficha2         = new ZinLockGrafico.Ficha();
     this.label1         = new System.Windows.Forms.Label();
     this.mapaBuilder    = new ZinLockGrafico.Mapa();
     this.txtNombreNivel = new System.Windows.Forms.TextBox();
     this.btnGuardar     = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.pnlCrearNivel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudSegundos)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cargarNivelesToolStripMenuItem,
         this.crearNivelesToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(471, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // cargarNivelesToolStripMenuItem
     //
     this.cargarNivelesToolStripMenuItem.Name   = "cargarNivelesToolStripMenuItem";
     this.cargarNivelesToolStripMenuItem.Size   = new System.Drawing.Size(95, 20);
     this.cargarNivelesToolStripMenuItem.Text   = "Cargar Niveles";
     this.cargarNivelesToolStripMenuItem.Click += new System.EventHandler(this.CargarNivelesToolStripMenuItemClick);
     //
     // crearNivelesToolStripMenuItem
     //
     this.crearNivelesToolStripMenuItem.Name   = "crearNivelesToolStripMenuItem";
     this.crearNivelesToolStripMenuItem.Size   = new System.Drawing.Size(88, 20);
     this.crearNivelesToolStripMenuItem.Text   = "Crear Niveles";
     this.crearNivelesToolStripMenuItem.Click += new System.EventHandler(this.CrearNivelesToolStripMenuItemClick);
     //
     // pnlCrearNivel
     //
     this.pnlCrearNivel.Controls.Add(this.nudSegundos);
     this.pnlCrearNivel.Controls.Add(this.label2);
     this.pnlCrearNivel.Controls.Add(this.button1);
     this.pnlCrearNivel.Controls.Add(this.fichaPreview);
     this.pnlCrearNivel.Controls.Add(this.ficha1);
     this.pnlCrearNivel.Controls.Add(this.ficha6);
     this.pnlCrearNivel.Controls.Add(this.ficha5);
     this.pnlCrearNivel.Controls.Add(this.ficha4);
     this.pnlCrearNivel.Controls.Add(this.ficha3);
     this.pnlCrearNivel.Controls.Add(this.ficha2);
     this.pnlCrearNivel.Controls.Add(this.label1);
     this.pnlCrearNivel.Controls.Add(this.mapaBuilder);
     this.pnlCrearNivel.Controls.Add(this.txtNombreNivel);
     this.pnlCrearNivel.Controls.Add(this.btnGuardar);
     this.pnlCrearNivel.Location = new System.Drawing.Point(4, 28);
     this.pnlCrearNivel.Name     = "pnlCrearNivel";
     this.pnlCrearNivel.Size     = new System.Drawing.Size(466, 325);
     this.pnlCrearNivel.TabIndex = 1;
     //
     // nudSegundos
     //
     this.nudSegundos.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nudSegundos.Location = new System.Drawing.Point(350, 64);
     this.nudSegundos.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.nudSegundos.Name      = "nudSegundos";
     this.nudSegundos.Size      = new System.Drawing.Size(98, 20);
     this.nudSegundos.TabIndex  = 14;
     this.nudSegundos.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.nudSegundos.Value     = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(357, 49);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(85, 23);
     this.label2.TabIndex = 12;
     this.label2.Text     = "Segundos Nivel";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(354, 289);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(20, 23);
     this.button1.TabIndex = 11;
     this.button1.Text     = "P";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // fichaPreview
     //
     this.fichaPreview.Location = new System.Drawing.Point(374, 87);
     this.fichaPreview.Name     = "fichaPreview";
     this.fichaPreview.Numero   = 6;
     this.fichaPreview.Size     = new System.Drawing.Size(59, 59);
     this.fichaPreview.TabIndex = 10;
     //
     // ficha1
     //
     this.ficha1.Location    = new System.Drawing.Point(413, 241);
     this.ficha1.Name        = "ficha1";
     this.ficha1.Numero      = 1;
     this.ficha1.Size        = new System.Drawing.Size(42, 42);
     this.ficha1.TabIndex    = 9;
     this.ficha1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha6
     //
     this.ficha6.Location    = new System.Drawing.Point(357, 241);
     this.ficha6.Name        = "ficha6";
     this.ficha6.Numero      = 6;
     this.ficha6.Size        = new System.Drawing.Size(42, 42);
     this.ficha6.TabIndex    = 8;
     this.ficha6.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha5
     //
     this.ficha5.Location    = new System.Drawing.Point(413, 193);
     this.ficha5.Name        = "ficha5";
     this.ficha5.Numero      = 5;
     this.ficha5.Size        = new System.Drawing.Size(42, 42);
     this.ficha5.TabIndex    = 7;
     this.ficha5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha4
     //
     this.ficha4.Location    = new System.Drawing.Point(357, 193);
     this.ficha4.Name        = "ficha4";
     this.ficha4.Numero      = 4;
     this.ficha4.Size        = new System.Drawing.Size(42, 42);
     this.ficha4.TabIndex    = 6;
     this.ficha4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha3
     //
     this.ficha3.Location    = new System.Drawing.Point(413, 145);
     this.ficha3.Name        = "ficha3";
     this.ficha3.Numero      = 3;
     this.ficha3.Size        = new System.Drawing.Size(42, 42);
     this.ficha3.TabIndex    = 5;
     this.ficha3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // ficha2
     //
     this.ficha2.Location    = new System.Drawing.Point(357, 145);
     this.ficha2.Name        = "ficha2";
     this.ficha2.Numero      = 2;
     this.ficha2.Size        = new System.Drawing.Size(42, 42);
     this.ficha2.TabIndex    = 4;
     this.ficha2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FichaMouseClick);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(357, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Nombre Nivel";
     //
     // mapaBuilder
     //
     this.mapaBuilder.BackColor             = System.Drawing.Color.White;
     this.mapaBuilder.Bloqueado             = false;
     this.mapaBuilder.EsMapaDeSolucion      = true;
     this.mapaBuilder.Location              = new System.Drawing.Point(17, 9);
     this.mapaBuilder.MostrarFichas         = true;
     this.mapaBuilder.Name                  = "mapaBuilder";
     this.mapaBuilder.PosicionFichaAMover   = new System.Drawing.Point(0, 0);
     this.mapaBuilder.PosicionFinMovimiento = new System.Drawing.Point(0, 0);
     this.mapaBuilder.Size                  = new System.Drawing.Size(303, 303);
     this.mapaBuilder.TabIndex              = 2;
     this.mapaBuilder.ValorSuelo            = 1;
     //
     // txtNombreNivel
     //
     this.txtNombreNivel.Location = new System.Drawing.Point(350, 26);
     this.txtNombreNivel.Name     = "txtNombreNivel";
     this.txtNombreNivel.Size     = new System.Drawing.Size(98, 20);
     this.txtNombreNivel.TabIndex = 1;
     //
     // btnGuardar
     //
     this.btnGuardar.Location = new System.Drawing.Point(380, 289);
     this.btnGuardar.Name     = "btnGuardar";
     this.btnGuardar.Size     = new System.Drawing.Size(75, 23);
     this.btnGuardar.TabIndex = 0;
     this.btnGuardar.Text     = "Guardar";
     this.btnGuardar.UseVisualStyleBackColor = true;
     this.btnGuardar.Click += new System.EventHandler(this.BtnGuardarClick);
     //
     // frmNivelesExtra
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(471, 358);
     this.Controls.Add(this.pnlCrearNivel);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainMenuStrip   = this.menuStrip1;
     this.MaximizeBox     = false;
     this.Name            = "frmNivelesExtra";
     this.Text            = "Niveles Extra";
     this.DragDrop       += new System.Windows.Forms.DragEventHandler(this.FrmNivelesExtraDragDrop);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.pnlCrearNivel.ResumeLayout(false);
     this.pnlCrearNivel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudSegundos)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #56
0
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.MainMenu1 = new System.Windows.Forms.MenuStrip();
			this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCustomer = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuProviders = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuSales = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuDatabase = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuDataAction_0 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuDataAction_1 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuDataAction_2 = new System.Windows.Forms.ToolStripSeparator();
			this._mnuDataAction_3 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuClear_0 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuClear_1 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuClear_2 = new System.Windows.Forms.ToolStripSeparator();
			this._mnuClear_3 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuDataAction_4 = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuReports = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuReport = new System.Windows.Forms.ToolStripMenuItem();
			this._lExit_1 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOrders = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCreateOrderRequest = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOrderRequestsApproval = new System.Windows.Forms.ToolStripMenuItem();
			this.lExit2 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuCreateOrderReception = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOrderReceptionsApproval = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuMainInventory = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAddStockManually = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAdjustStockManually = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAccounts = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuProducts = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCategories = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuSecurity = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuViewHelp = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
			this.sbStatusBar = new System.Windows.Forms.StatusStrip();
			this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
			this._sbStatusBar_Panel2 = new System.Windows.Forms.ToolStripStatusLabel();
			this._sbStatusBar_Panel3 = new System.Windows.Forms.ToolStripStatusLabel();
			this.sbStatusBar.SuspendLayout();
			this.SuspendLayout();
			// 
			// MainMenu1
			// 
			this.MainMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuFile, this.mnuOrders, this.mnuMainInventory, this.mnuAccounts, this.mnuHelp});
			// 
			// mnuFile
			// 
			this.mnuFile.Available = true;
			this.mnuFile.Checked = false;
			this.mnuFile.Enabled = true;
			this.mnuFile.MergeAction = System.Windows.Forms.MergeAction.Remove;
			this.mnuFile.Name = "mnuFile";
			this.mnuFile.Text = "&File";
			this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuCustomer, this.mnuProviders, this.mnuSales, this.mnuDatabase, this.mnuReports, this._lExit_1, this.mnuExit});
			// 
			// mnuCustomer
			// 
			this.mnuCustomer.Available = true;
			this.mnuCustomer.Checked = false;
			this.mnuCustomer.Enabled = true;
			this.mnuCustomer.Name = "mnuCustomer";
			this.mnuCustomer.Text = "&Manage Customers";
			this.mnuCustomer.Click += new System.EventHandler(this.mnuCustomer_Click);
			// 
			// mnuProviders
			// 
			this.mnuProviders.Available = true;
			this.mnuProviders.Checked = false;
			this.mnuProviders.Enabled = true;
			this.mnuProviders.Name = "mnuProviders";
			this.mnuProviders.Text = "Manage Su&ppliers ";
			this.mnuProviders.Click += new System.EventHandler(this.mnuProviders_Click);
			// 
			// mnuSales
			// 
			this.mnuSales.Available = true;
			this.mnuSales.Checked = false;
			this.mnuSales.Enabled = true;
			this.mnuSales.Name = "mnuSales";
			this.mnuSales.Text = "&Sales";
			// 
			// mnuDatabase
			// 
			this.mnuDatabase.Available = false;
			this.mnuDatabase.Checked = false;
			this.mnuDatabase.Enabled = true;
			this.mnuDatabase.Name = "mnuDatabase";
			this.mnuDatabase.Text = "&Database";
			this.mnuDatabase.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this._mnuDataAction_0, this._mnuDataAction_1, this._mnuDataAction_2, this._mnuDataAction_3, this._mnuDataAction_4});
			// 
			// _mnuDataAction_0
			// 
			this._mnuDataAction_0.Available = true;
			this._mnuDataAction_0.Checked = false;
			this._mnuDataAction_0.Enabled = true;
			this._mnuDataAction_0.Name = "_mnuDataAction_0";
			this._mnuDataAction_0.Text = "&Back up";
			// 
			// _mnuDataAction_1
			// 
			this._mnuDataAction_1.Available = true;
			this._mnuDataAction_1.Checked = false;
			this._mnuDataAction_1.Enabled = true;
			this._mnuDataAction_1.Name = "_mnuDataAction_1";
			this._mnuDataAction_1.Text = "&Restore";
			// 
			// _mnuDataAction_2
			// 
			this._mnuDataAction_2.Available = true;
			this._mnuDataAction_2.Enabled = true;
			this._mnuDataAction_2.Name = "_mnuDataAction_2";
			// 
			// _mnuDataAction_3
			// 
			this._mnuDataAction_3.Available = true;
			this._mnuDataAction_3.Checked = false;
			this._mnuDataAction_3.Enabled = true;
			this._mnuDataAction_3.Name = "_mnuDataAction_3";
			this._mnuDataAction_3.Text = "C&lear records";
			this._mnuDataAction_3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this._mnuClear_0, this._mnuClear_1, this._mnuClear_2, this._mnuClear_3});
			// 
			// _mnuClear_0
			// 
			this._mnuClear_0.Available = true;
			this._mnuClear_0.Checked = false;
			this._mnuClear_0.Enabled = true;
			this._mnuClear_0.Name = "_mnuClear_0";
			this._mnuClear_0.Text = "&Inventory Items";
			// 
			// _mnuClear_1
			// 
			this._mnuClear_1.Available = true;
			this._mnuClear_1.Checked = false;
			this._mnuClear_1.Enabled = true;
			this._mnuClear_1.Name = "_mnuClear_1";
			this._mnuClear_1.Text = "&Transaction Items";
			// 
			// _mnuClear_2
			// 
			this._mnuClear_2.Available = true;
			this._mnuClear_2.Enabled = true;
			this._mnuClear_2.Name = "_mnuClear_2";
			// 
			// _mnuClear_3
			// 
			this._mnuClear_3.Available = true;
			this._mnuClear_3.Checked = false;
			this._mnuClear_3.Enabled = true;
			this._mnuClear_3.Name = "_mnuClear_3";
			this._mnuClear_3.Text = "&All items";
			// 
			// _mnuDataAction_4
			// 
			this._mnuDataAction_4.Available = true;
			this._mnuDataAction_4.Checked = false;
			this._mnuDataAction_4.Enabled = true;
			this._mnuDataAction_4.Name = "_mnuDataAction_4";
			this._mnuDataAction_4.Text = "&Compact";
			// 
			// mnuReports
			// 
			this.mnuReports.Available = false;
			this.mnuReports.Checked = false;
			this.mnuReports.Enabled = true;
			this.mnuReports.Name = "mnuReports";
			this.mnuReports.Text = "&Reports";
			this.mnuReports.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuReport});
			// 
			// mnuReport
			// 
			this.mnuReport.Available = true;
			this.mnuReport.Checked = false;
			this.mnuReport.Enabled = true;
			this.mnuReport.Name = "mnuReport";
			this.mnuReport.Text = "&Sales Report";
			// 
			// _lExit_1
			// 
			this._lExit_1.Available = true;
			this._lExit_1.Enabled = true;
			this._lExit_1.Name = "_lExit_1";
			// 
			// mnuExit
			// 
			this.mnuExit.Available = true;
			this.mnuExit.Checked = false;
			this.mnuExit.Enabled = true;
			this.mnuExit.Name = "mnuExit";
			this.mnuExit.Text = "&Exit";
			this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
			// 
			// mnuOrders
			// 
			this.mnuOrders.Available = true;
			this.mnuOrders.Checked = false;
			this.mnuOrders.Enabled = true;
			this.mnuOrders.MergeAction = System.Windows.Forms.MergeAction.Remove;
			this.mnuOrders.Name = "mnuOrders";
			this.mnuOrders.Text = "&Orders";
			this.mnuOrders.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuCreateOrderRequest, this.mnuOrderRequestsApproval, this.lExit2, this.mnuCreateOrderReception, this.mnuOrderReceptionsApproval});
			// 
			// mnuCreateOrderRequest
			// 
			this.mnuCreateOrderRequest.Available = true;
			this.mnuCreateOrderRequest.Checked = false;
			this.mnuCreateOrderRequest.Enabled = true;
			this.mnuCreateOrderRequest.Name = "mnuCreateOrderRequest";
			this.mnuCreateOrderRequest.Text = "Create Order";
			this.mnuCreateOrderRequest.Click += new System.EventHandler(this.mnuCreateOrderRequest_Click);
			// 
			// mnuOrderRequestsApproval
			// 
			this.mnuOrderRequestsApproval.Available = true;
			this.mnuOrderRequestsApproval.Checked = false;
			this.mnuOrderRequestsApproval.Enabled = true;
			this.mnuOrderRequestsApproval.Name = "mnuOrderRequestsApproval";
			this.mnuOrderRequestsApproval.Text = "Create Invoice";
			this.mnuOrderRequestsApproval.Click += new System.EventHandler(this.mnuOrderRequestsApproval_Click);
			// 
			// lExit2
			// 
			this.lExit2.Available = true;
			this.lExit2.Enabled = true;
			this.lExit2.Name = "lExit2";
			// 
			// mnuCreateOrderReception
			// 
			this.mnuCreateOrderReception.Available = true;
			this.mnuCreateOrderReception.Checked = false;
			this.mnuCreateOrderReception.Enabled = true;
			this.mnuCreateOrderReception.Name = "mnuCreateOrderReception";
			this.mnuCreateOrderReception.Text = "Add Stock Order";
			this.mnuCreateOrderReception.Click += new System.EventHandler(this.mnuCreateOrderReception_Click);
			// 
			// mnuOrderReceptionsApproval
			// 
			this.mnuOrderReceptionsApproval.Available = true;
			this.mnuOrderReceptionsApproval.Checked = false;
			this.mnuOrderReceptionsApproval.Enabled = true;
			this.mnuOrderReceptionsApproval.Name = "mnuOrderReceptionsApproval";
			this.mnuOrderReceptionsApproval.Text = "Add Stock to Inventory";
			this.mnuOrderReceptionsApproval.Click += new System.EventHandler(this.mnuOrderReceptionsApproval_Click);
			// 
			// mnuMainInventory
			// 
			this.mnuMainInventory.Available = true;
			this.mnuMainInventory.Checked = false;
			this.mnuMainInventory.Enabled = true;
			this.mnuMainInventory.MergeAction = System.Windows.Forms.MergeAction.Remove;
			this.mnuMainInventory.Name = "mnuMainInventory";
			this.mnuMainInventory.Text = "&Inventory";
			this.mnuMainInventory.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuAddStockManually, this.mnuAdjustStockManually});
			// 
			// mnuAddStockManually
			// 
			this.mnuAddStockManually.Available = true;
			this.mnuAddStockManually.Checked = false;
			this.mnuAddStockManually.Enabled = true;
			this.mnuAddStockManually.Name = "mnuAddStockManually";
			this.mnuAddStockManually.Text = "Inventory Update";
			this.mnuAddStockManually.Click += new System.EventHandler(this.mnuAddStockManually_Click);
			// 
			// mnuAdjustStockManually
			// 
			this.mnuAdjustStockManually.Available = true;
			this.mnuAdjustStockManually.Checked = false;
			this.mnuAdjustStockManually.Enabled = true;
			this.mnuAdjustStockManually.Name = "mnuAdjustStockManually";
			this.mnuAdjustStockManually.Text = "Inventory Adjust";
			this.mnuAdjustStockManually.Click += new System.EventHandler(this.mnuAdjustStockManually_Click);
			// 
			// mnuAccounts
			// 
			this.mnuAccounts.Available = true;
			this.mnuAccounts.Checked = false;
			this.mnuAccounts.Enabled = true;
			this.mnuAccounts.MergeAction = System.Windows.Forms.MergeAction.Remove;
			this.mnuAccounts.Name = "mnuAccounts";
			this.mnuAccounts.Text = "&Maintenance";
			this.mnuAccounts.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuProducts, this.mnuCategories, this.mnuSecurity});
			// 
			// mnuProducts
			// 
			this.mnuProducts.Available = true;
			this.mnuProducts.Checked = false;
			this.mnuProducts.Enabled = true;
			this.mnuProducts.Name = "mnuProducts";
			this.mnuProducts.Text = "Manage Products";
			this.mnuProducts.Click += new System.EventHandler(this.mnuProducts_Click);
			// 
			// mnuCategories
			// 
			this.mnuCategories.Available = true;
			this.mnuCategories.Checked = false;
			this.mnuCategories.Enabled = true;
			this.mnuCategories.Name = "mnuCategories";
			this.mnuCategories.Text = "Manage Product Categories";
			this.mnuCategories.Click += new System.EventHandler(this.mnuCategories_Click);
			// 
			// mnuSecurity
			// 
			this.mnuSecurity.Available = true;
			this.mnuSecurity.Checked = false;
			this.mnuSecurity.Enabled = true;
			this.mnuSecurity.Name = "mnuSecurity";
			this.mnuSecurity.Text = "Manage Users";
			this.mnuSecurity.Click += new System.EventHandler(this.mnuSecurity_Click);
			// 
			// mnuHelp
			// 
			this.mnuHelp.Available = true;
			this.mnuHelp.Checked = false;
			this.mnuHelp.Enabled = true;
			this.mnuHelp.MergeAction = System.Windows.Forms.MergeAction.Remove;
			this.mnuHelp.Name = "mnuHelp";
			this.mnuHelp.Text = "&Help";
			this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuViewHelp, this.mnuAbout});
			// 
			// mnuViewHelp
			// 
			this.mnuViewHelp.Available = true;
			this.mnuViewHelp.Checked = false;
			this.mnuViewHelp.Enabled = true;
			this.mnuViewHelp.Name = "mnuViewHelp";
			this.mnuViewHelp.Text = "&View Help";
			// 
			// mnuAbout
			// 
			this.mnuAbout.Available = true;
			this.mnuAbout.Checked = false;
			this.mnuAbout.Enabled = true;
			this.mnuAbout.Name = "mnuAbout";
			this.mnuAbout.Text = "&About";
			this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
			// 
			// sbStatusBar
			// 
			this.sbStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.sbStatusBar.Location = new System.Drawing.Point(0, 490);
			this.sbStatusBar.Name = "sbStatusBar";
			this.sbStatusBar.ShowItemToolTips = true;
			this.sbStatusBar.Size = new System.Drawing.Size(765, 25);
			this.sbStatusBar.TabIndex = 0;
			this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this._sbStatusBar_Panel1});
			this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this._sbStatusBar_Panel2});
			this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this._sbStatusBar_Panel3});
			// 
			// _sbStatusBar_Panel1
			// 
			this._sbStatusBar_Panel1.AutoSize = true;
			this._sbStatusBar_Panel1.AutoSize = false;
			this._sbStatusBar_Panel1.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides) (System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
			this._sbStatusBar_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
			this._sbStatusBar_Panel1.DoubleClickEnabled = true;
			this._sbStatusBar_Panel1.Margin = new System.Windows.Forms.Padding(0);
			this._sbStatusBar_Panel1.Size = new System.Drawing.Size(552, 25);
			this._sbStatusBar_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			// 
			// _sbStatusBar_Panel2
			// 
			this._sbStatusBar_Panel2.AutoSize = false;
			this._sbStatusBar_Panel2.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides) (System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
			this._sbStatusBar_Panel2.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
			this._sbStatusBar_Panel2.DoubleClickEnabled = true;
			this._sbStatusBar_Panel2.Margin = new System.Windows.Forms.Padding(0);
			this._sbStatusBar_Panel2.Size = new System.Drawing.Size(96, 25);
			this._sbStatusBar_Panel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this._sbStatusBar_Panel2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			// 
			// _sbStatusBar_Panel3
			// 
			this._sbStatusBar_Panel3.AutoSize = false;
			this._sbStatusBar_Panel3.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides) (System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
			this._sbStatusBar_Panel3.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
			this._sbStatusBar_Panel3.DoubleClickEnabled = true;
			this._sbStatusBar_Panel3.Margin = new System.Windows.Forms.Padding(0);
			this._sbStatusBar_Panel3.Size = new System.Drawing.Size(96, 25);
			this._sbStatusBar_Panel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this._sbStatusBar_Panel3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			// 
			// frmMain
			// 
			this.BackColor = System.Drawing.SystemColors.AppWorkspace;
			this.ClientSize = new System.Drawing.Size(765, 515);
			this.Controls.Add(this.sbStatusBar);
			this.Controls.Add(MainMenu1);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.Enabled = true;
			this.IsMdiContainer = true;
			this.Location = new System.Drawing.Point(15, 57);
			this.Name = "frmMain";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Text = "Sales Agent";
			this.WindowState = System.Windows.Forms.FormWindowState.Normal;
			this.sbStatusBar.ResumeLayout(false);
			this.ResumeLayout(false);
		}
Пример #57
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.MenuStrip          menuStrip1;
     System.Windows.Forms.ToolStripMenuItem  fileToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  preferencesToolStripMenuItem;
     System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
     System.Windows.Forms.ToolStripMenuItem  exitToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  viewToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  caretModeToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  engineToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  useLocalEngineToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  addRemoteEngineToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  switchRemoteEngineToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  helpToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem  aboutToolStripMenuItem;
     this.statusStrip1                   = new System.Windows.Forms.StatusStrip();
     this._Statusbar                     = new System.Windows.Forms.ToolStripStatusLabel();
     this._NetworkStatusbar              = new System.Windows.Forms.ToolStripStatusLabel();
     this._ProgressBar                   = new System.Windows.Forms.ToolStripProgressBar();
     this._Notebook                      = new Smuxi.Frontend.Swf.Notebook();
     this._Entry                         = new Smuxi.Frontend.Swf.Entry();
     menuStrip1                          = new System.Windows.Forms.MenuStrip();
     fileToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     preferencesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem1                  = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     viewToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     caretModeToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     engineToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     useLocalEngineToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     addRemoteEngineToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     switchRemoteEngineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     helpToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     aboutToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem,
         viewToolStripMenuItem,
         engineToolStripMenuItem,
         helpToolStripMenuItem
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(784, 24);
     menuStrip1.TabIndex = 0;
     menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         preferencesToolStripMenuItem,
         toolStripMenuItem1,
         exitToolStripMenuItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "&File";
     //
     // preferencesToolStripMenuItem
     //
     preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
     preferencesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     preferencesToolStripMenuItem.Text = "&Preferences...";
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name         = "exitToolStripMenuItem";
     exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
     exitToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     exitToolStripMenuItem.Text         = "E&xit";
     //
     // viewToolStripMenuItem
     //
     viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         caretModeToolStripMenuItem
     });
     viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     viewToolStripMenuItem.Text = "&View";
     //
     // caretModeToolStripMenuItem
     //
     caretModeToolStripMenuItem.CheckOnClick = true;
     caretModeToolStripMenuItem.Name         = "caretModeToolStripMenuItem";
     caretModeToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F7;
     caretModeToolStripMenuItem.Size         = new System.Drawing.Size(155, 22);
     caretModeToolStripMenuItem.Text         = "&Caret Mode";
     //
     // engineToolStripMenuItem
     //
     engineToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         useLocalEngineToolStripMenuItem,
         addRemoteEngineToolStripMenuItem,
         switchRemoteEngineToolStripMenuItem
     });
     engineToolStripMenuItem.Name = "engineToolStripMenuItem";
     engineToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     engineToolStripMenuItem.Text = "&Engine";
     //
     // useLocalEngineToolStripMenuItem
     //
     useLocalEngineToolStripMenuItem.Name = "useLocalEngineToolStripMenuItem";
     useLocalEngineToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
     useLocalEngineToolStripMenuItem.Text = "&Use Local Engine";
     //
     // addRemoteEngineToolStripMenuItem
     //
     addRemoteEngineToolStripMenuItem.Name = "addRemoteEngineToolStripMenuItem";
     addRemoteEngineToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
     addRemoteEngineToolStripMenuItem.Text = "&Add Remote Engine";
     //
     // switchRemoteEngineToolStripMenuItem
     //
     switchRemoteEngineToolStripMenuItem.Name = "switchRemoteEngineToolStripMenuItem";
     switchRemoteEngineToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
     switchRemoteEngineToolStripMenuItem.Text = "&Switch Remote Engine";
     //
     // helpToolStripMenuItem
     //
     helpToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         aboutToolStripMenuItem
     });
     helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     aboutToolStripMenuItem.Text = "&About";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._NetworkStatusbar,
         this._Statusbar,
         this._ProgressBar
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 540);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(784, 24);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // _Statusbar
     //
     this._Statusbar.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this._Statusbar.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
     this._Statusbar.Name        = "_Statusbar";
     this._Statusbar.Size        = new System.Drawing.Size(318, 19);
     this._Statusbar.Spring      = true;
     this._Statusbar.Text        = "Status";
     this._Statusbar.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _NetworkStatusbar
     //
     this._NetworkStatusbar.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                                   | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this._NetworkStatusbar.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
     this._NetworkStatusbar.Name        = "_NetworkStatusbar";
     this._NetworkStatusbar.Size        = new System.Drawing.Size(318, 19);
     this._NetworkStatusbar.Spring      = true;
     this._NetworkStatusbar.Text        = "NetworkStatus";
     this._NetworkStatusbar.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _ProgressBar
     //
     this._ProgressBar.Name = "_ProgressBar";
     this._ProgressBar.Size = new System.Drawing.Size(100, 18);
     //
     // _Notebook
     //
     this._Notebook.Dock          = System.Windows.Forms.DockStyle.Fill;
     this._Notebook.Location      = new System.Drawing.Point(0, 24);
     this._Notebook.Name          = "_Notebook";
     this._Notebook.SelectedIndex = 0;
     this._Notebook.Size          = new System.Drawing.Size(784, 496);
     this._Notebook.TabIndex      = 2;
     //
     // _Entry
     //
     this._Entry.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._Entry.Location = new System.Drawing.Point(0, 520);
     this._Entry.Name     = "_Entry";
     this._Entry.Size     = new System.Drawing.Size(784, 20);
     this._Entry.TabIndex = 3;
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 564);
     this.Controls.Add(this._Notebook);
     this.Controls.Add(this._Entry);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(menuStrip1);
     this.MainMenuStrip = menuStrip1;
     this.Name          = "MainWindow";
     this.Text          = "Smuxi - Smart MUltipleXed Irc";
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #58
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sQLDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.oDataFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sharePointFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.editFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cloneFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.deleteFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.purgeFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GridView = new System.Windows.Forms.DataGridView();
     this.Action = new System.Windows.Forms.DataGridViewLinkColumn();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ShowError = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.JobStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridView)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.createToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
     this.menuStrip1.Size = new System.Drawing.Size(649, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(91, 22);
     this.exitToolStripMenuItem.Text = "&Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // createToolStripMenuItem
     //
     this.createToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newFeedToolStripMenuItem,
     this.toolStripSeparator1,
     this.editFeedToolStripMenuItem,
     this.cloneFeedToolStripMenuItem,
     this.toolStripSeparator2,
     this.deleteFeedToolStripMenuItem,
     this.purgeFeedToolStripMenuItem});
     this.createToolStripMenuItem.Name = "createToolStripMenuItem";
     this.createToolStripMenuItem.Size = new System.Drawing.Size(36, 20);
     this.createToolStripMenuItem.Text = "&Job";
     this.createToolStripMenuItem.Click += new System.EventHandler(this.createToolStripMenuItem_Click);
     //
     // newFeedToolStripMenuItem
     //
     this.newFeedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.sQLDatabaseToolStripMenuItem,
     this.oDataFeedToolStripMenuItem,
     this.sharePointFeedToolStripMenuItem});
     this.newFeedToolStripMenuItem.Name = "newFeedToolStripMenuItem";
     this.newFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.newFeedToolStripMenuItem.Text = "&Add";
     //
     // sQLDatabaseToolStripMenuItem
     //
     this.sQLDatabaseToolStripMenuItem.Name = "sQLDatabaseToolStripMenuItem";
     this.sQLDatabaseToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.sQLDatabaseToolStripMenuItem.Text = "&SQL Server/SQL Database";
     this.sQLDatabaseToolStripMenuItem.Click += new System.EventHandler(this.sQLDatabaseToolStripMenuItem_Click);
     //
     // oDataFeedToolStripMenuItem
     //
     this.oDataFeedToolStripMenuItem.Enabled = false;
     this.oDataFeedToolStripMenuItem.Name = "oDataFeedToolStripMenuItem";
     this.oDataFeedToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.oDataFeedToolStripMenuItem.Text = "OData Feed";
     //
     // sharePointFeedToolStripMenuItem
     //
     this.sharePointFeedToolStripMenuItem.Enabled = false;
     this.sharePointFeedToolStripMenuItem.Name = "sharePointFeedToolStripMenuItem";
     this.sharePointFeedToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.sharePointFeedToolStripMenuItem.Text = "SharePoint Feed";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // editFeedToolStripMenuItem
     //
     this.editFeedToolStripMenuItem.Enabled = false;
     this.editFeedToolStripMenuItem.Name = "editFeedToolStripMenuItem";
     this.editFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.editFeedToolStripMenuItem.Text = "&Update";
     this.editFeedToolStripMenuItem.Click += new System.EventHandler(this.editFeedToolStripMenuItem_Click);
     //
     // cloneFeedToolStripMenuItem
     //
     this.cloneFeedToolStripMenuItem.Enabled = false;
     this.cloneFeedToolStripMenuItem.Name = "cloneFeedToolStripMenuItem";
     this.cloneFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.cloneFeedToolStripMenuItem.Text = "&Clone";
     this.cloneFeedToolStripMenuItem.Click += new System.EventHandler(this.cloneFeedToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
     //
     // deleteFeedToolStripMenuItem
     //
     this.deleteFeedToolStripMenuItem.Enabled = false;
     this.deleteFeedToolStripMenuItem.Name = "deleteFeedToolStripMenuItem";
     this.deleteFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.deleteFeedToolStripMenuItem.Text = "&Remove";
     this.deleteFeedToolStripMenuItem.Click += new System.EventHandler(this.deleteFeedToolStripMenuItem_Click);
     //
     // purgeFeedToolStripMenuItem
     //
     this.purgeFeedToolStripMenuItem.Enabled = false;
     this.purgeFeedToolStripMenuItem.Name = "purgeFeedToolStripMenuItem";
     this.purgeFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.purgeFeedToolStripMenuItem.Text = "&Purge";
     this.purgeFeedToolStripMenuItem.Click += new System.EventHandler(this.purgeFeedToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.aboutToolStripMenuItem.Text = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // GridView
     //
     this.GridView.AllowUserToAddRows = false;
     this.GridView.AllowUserToDeleteRows = false;
     this.GridView.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
     this.GridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.GridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.GridView.BackgroundColor = System.Drawing.SystemColors.Control;
     this.GridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.GridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.GridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Action});
     this.GridView.ContextMenuStrip = this.contextMenuStrip1;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.GridView.DefaultCellStyle = dataGridViewCellStyle3;
     this.GridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GridView.GridColor = System.Drawing.SystemColors.Control;
     this.GridView.Location = new System.Drawing.Point(0, 0);
     this.GridView.Margin = new System.Windows.Forms.Padding(4);
     this.GridView.MultiSelect = false;
     this.GridView.Name = "GridView";
     this.GridView.ReadOnly = true;
     this.GridView.RowHeadersVisible = false;
     this.GridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.GridView.Size = new System.Drawing.Size(649, 215);
     this.GridView.TabIndex = 1;
     this.GridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_CellClick);
     this.GridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_CellDoubleClick);
     this.GridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.GridView_CellFormatting);
     this.GridView.SelectionChanged += new System.EventHandler(this.GridView_SelectionChanged);
     this.GridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GridView_KeyDown);
     this.GridView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.GridView_MouseDown);
     //
     // Action
     //
     this.Action.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Action.DefaultCellStyle = dataGridViewCellStyle2;
     this.Action.HeaderText = "Action";
     this.Action.Name = "Action";
     this.Action.ReadOnly = true;
     this.Action.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Action.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Action.Text = "Start Job";
     this.Action.Width = 5;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ShowError});
     this.contextMenuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table;
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(170, 26);
     //
     // ShowError
     //
     this.ShowError.Name = "ShowError";
     this.ShowError.Size = new System.Drawing.Size(169, 22);
     this.ShowError.Text = "Show Error Details";
     this.ShowError.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.JobStatus});
     this.statusStrip1.Location = new System.Drawing.Point(0, 6);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(649, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text = "statusStrip1";
     //
     // JobStatus
     //
     this.JobStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.JobStatus.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.JobStatus.Name = "JobStatus";
     this.JobStatus.Size = new System.Drawing.Size(0, 17);
     this.JobStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.GridView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
     this.splitContainer1.Panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.splitContainer1.Panel2MinSize = 15;
     this.splitContainer1.Size = new System.Drawing.Size(649, 244);
     this.splitContainer1.SplitterDistance = 215;
     this.splitContainer1.SplitterWidth = 1;
     this.splitContainer1.TabIndex = 3;
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(649, 268);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuStrip1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.MinimizeBox = false;
     this.Name = "FormMain";
     this.Text = "Power BI Live Datasets";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
     this.Load += new System.EventHandler(this.FormMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridView)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.MenuStrip mnuVoiceSearch;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVoiceSearch));
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tblVoiceSearch        = new System.Windows.Forms.TableLayoutPanel();
     this.dgdDisplayResult      = new System.Windows.Forms.DataGridView();
     this.pnlVoiceSearch        = new System.Windows.Forms.Panel();
     this.lblNoResult           = new System.Windows.Forms.Label();
     this.cmdStart               = new System.Windows.Forms.Button();
     this.lblName                = new System.Windows.Forms.Label();
     this.cmdStop                = new System.Windows.Forms.Button();
     this.txtNameSearch          = new System.Windows.Forms.TextBox();
     this.toolTip1               = new System.Windows.Forms.ToolTip(this.components);
     this.patientBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.patient_DetailsDataSet = new Voice_PM_Search.Patient_DetailsDataSet();
     this.patientTableAdapter    = new Voice_PM_Search.Patient_DetailsDataSetTableAdapters.PatientTableAdapter();
     mnuVoiceSearch              = new System.Windows.Forms.MenuStrip();
     mnuVoiceSearch.SuspendLayout();
     this.tblVoiceSearch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgdDisplayResult)).BeginInit();
     this.pnlVoiceSearch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.patientBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.patient_DetailsDataSet)).BeginInit();
     this.SuspendLayout();
     //
     // mnuVoiceSearch
     //
     mnuVoiceSearch.BackColor             = System.Drawing.Color.Transparent;
     mnuVoiceSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     mnuVoiceSearch.ImageScalingSize      = new System.Drawing.Size(24, 24);
     mnuVoiceSearch.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     mnuVoiceSearch.Location   = new System.Drawing.Point(2, 2);
     mnuVoiceSearch.Name       = "mnuVoiceSearch";
     mnuVoiceSearch.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     mnuVoiceSearch.Size       = new System.Drawing.Size(712, 33);
     mnuVoiceSearch.TabIndex   = 13;
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.helpToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name        = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size        = new System.Drawing.Size(50, 29);
     this.fileToolStripMenuItem.Text        = "&File";
     this.fileToolStripMenuItem.ToolTipText = "File";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.Name         = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
     this.helpToolStripMenuItem.Size         = new System.Drawing.Size(192, 30);
     this.helpToolStripMenuItem.Text         = "&Help";
     this.helpToolStripMenuItem.ToolTipText  = "Help";
     this.helpToolStripMenuItem.Click       += new System.EventHandler(this.HelpToolStripMenuItemClick);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name         = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.exitToolStripMenuItem.Size         = new System.Drawing.Size(192, 30);
     this.exitToolStripMenuItem.Text         = "&Exit";
     this.exitToolStripMenuItem.ToolTipText  = "Exit";
     this.exitToolStripMenuItem.Click       += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // tblVoiceSearch
     //
     this.tblVoiceSearch.AutoSize              = true;
     this.tblVoiceSearch.BackColor             = System.Drawing.SystemColors.InactiveBorder;
     this.tblVoiceSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tblVoiceSearch.CellBorderStyle       = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
     this.tblVoiceSearch.ColumnCount           = 1;
     this.tblVoiceSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblVoiceSearch.Controls.Add(this.dgdDisplayResult, 0, 2);
     this.tblVoiceSearch.Controls.Add(mnuVoiceSearch, 0, 0);
     this.tblVoiceSearch.Controls.Add(this.pnlVoiceSearch, 0, 1);
     this.tblVoiceSearch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tblVoiceSearch.Location = new System.Drawing.Point(0, 0);
     this.tblVoiceSearch.Margin   = new System.Windows.Forms.Padding(0);
     this.tblVoiceSearch.Name     = "tblVoiceSearch";
     this.tblVoiceSearch.RowCount = 3;
     this.tblVoiceSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tblVoiceSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55F));
     this.tblVoiceSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 45F));
     this.tblVoiceSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tblVoiceSearch.Size     = new System.Drawing.Size(716, 592);
     this.tblVoiceSearch.TabIndex = 0;
     //
     // dgdDisplayResult
     //
     this.dgdDisplayResult.AllowUserToAddRows          = false;
     this.dgdDisplayResult.AllowUserToOrderColumns     = true;
     this.dgdDisplayResult.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgdDisplayResult.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
     this.dgdDisplayResult.BackgroundColor             = System.Drawing.Color.White;
     this.dgdDisplayResult.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgdDisplayResult.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
     this.dgdDisplayResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgdDisplayResult.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.dgdDisplayResult.GridColor             = System.Drawing.SystemColors.ControlLightLight;
     this.dgdDisplayResult.Location              = new System.Drawing.Point(5, 345);
     this.dgdDisplayResult.Name                  = "dgdDisplayResult";
     this.dgdDisplayResult.ReadOnly              = true;
     this.dgdDisplayResult.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dgdDisplayResult.RowHeadersVisible     = false;
     this.dgdDisplayResult.RowTemplate.Height    = 28;
     this.dgdDisplayResult.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgdDisplayResult.ShowEditingIcon       = false;
     this.dgdDisplayResult.Size                  = new System.Drawing.Size(706, 242);
     this.dgdDisplayResult.TabIndex              = 27;
     this.toolTip1.SetToolTip(this.dgdDisplayResult, "Search Result");
     //
     // pnlVoiceSearch
     //
     this.pnlVoiceSearch.AutoScroll            = true;
     this.pnlVoiceSearch.BackColor             = System.Drawing.Color.White;
     this.pnlVoiceSearch.BackgroundImage       = Voice_PM_Search.VoiceSearchResources.chemical_pharmaceutical_industry_call_center_services;
     this.pnlVoiceSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pnlVoiceSearch.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlVoiceSearch.Controls.Add(this.lblNoResult);
     this.pnlVoiceSearch.Controls.Add(this.cmdStart);
     this.pnlVoiceSearch.Controls.Add(this.lblName);
     this.pnlVoiceSearch.Controls.Add(this.cmdStop);
     this.pnlVoiceSearch.Controls.Add(this.txtNameSearch);
     this.pnlVoiceSearch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlVoiceSearch.Location = new System.Drawing.Point(2, 39);
     this.pnlVoiceSearch.Margin   = new System.Windows.Forms.Padding(0);
     this.pnlVoiceSearch.Name     = "pnlVoiceSearch";
     this.pnlVoiceSearch.Size     = new System.Drawing.Size(712, 301);
     this.pnlVoiceSearch.TabIndex = 26;
     //
     // lblNoResult
     //
     this.lblNoResult.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.lblNoResult.AutoSize  = true;
     this.lblNoResult.BackColor = System.Drawing.Color.Transparent;
     this.lblNoResult.Font      = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNoResult.Location  = new System.Drawing.Point(262, 253);
     this.lblNoResult.Name      = "lblNoResult";
     this.lblNoResult.Size      = new System.Drawing.Size(163, 21);
     this.lblNoResult.TabIndex  = 15;
     this.lblNoResult.Text      = "No Result Found";
     //
     // cmdStart
     //
     this.cmdStart.Anchor                = System.Windows.Forms.AnchorStyles.None;
     this.cmdStart.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.cmdStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.cmdStart.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cmdStart.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdStart.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdStart.Location          = new System.Drawing.Point(226, 177);
     this.cmdStart.MaximumSize       = new System.Drawing.Size(104, 41);
     this.cmdStart.Name              = "cmdStart";
     this.cmdStart.Size              = new System.Drawing.Size(67, 41);
     this.cmdStart.TabIndex          = 1;
     this.cmdStart.Text              = "&Start";
     this.cmdStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.cmdStart, "Start Recording");
     this.cmdStart.UseVisualStyleBackColor = false;
     this.cmdStart.Click += new System.EventHandler(this.CmdStartClick);
     //
     // lblName
     //
     this.lblName.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.lblName.AutoSize  = true;
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.Font      = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblName.Location  = new System.Drawing.Point(133, 129);
     this.lblName.Name      = "lblName";
     this.lblName.Size      = new System.Drawing.Size(78, 21);
     this.lblName.TabIndex  = 14;
     this.lblName.Text      = "NAME :";
     this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdStop
     //
     this.cmdStop.Anchor                = System.Windows.Forms.AnchorStyles.None;
     this.cmdStop.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.cmdStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.cmdStop.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cmdStop.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdStop.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdStop.Location          = new System.Drawing.Point(429, 177);
     this.cmdStop.MaximumSize       = new System.Drawing.Size(104, 41);
     this.cmdStop.Name              = "cmdStop";
     this.cmdStop.Size              = new System.Drawing.Size(67, 41);
     this.cmdStop.TabIndex          = 2;
     this.cmdStop.Text              = "S&top";
     this.cmdStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.cmdStop, "Stop Recording");
     this.cmdStop.UseVisualStyleBackColor = false;
     this.cmdStop.Click += new System.EventHandler(this.CmdStopClick);
     //
     // txtNameSearch
     //
     this.txtNameSearch.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.txtNameSearch.HideSelection = false;
     this.txtNameSearch.Location      = new System.Drawing.Point(226, 127);
     this.txtNameSearch.MaxLength     = 20;
     this.txtNameSearch.Name          = "txtNameSearch";
     this.txtNameSearch.Size          = new System.Drawing.Size(270, 26);
     this.txtNameSearch.TabIndex      = 3;
     this.toolTip1.SetToolTip(this.txtNameSearch, "Search Box");
     this.txtNameSearch.TextChanged += new System.EventHandler(this.NameSearchTextChange);
     //
     // toolTip1
     //
     this.toolTip1.ShowAlways = true;
     //
     // patientBindingSource
     //
     this.patientBindingSource.DataMember = "Patient";
     this.patientBindingSource.DataSource = this.patient_DetailsDataSet;
     //
     // patient_DetailsDataSet
     //
     this.patient_DetailsDataSet.DataSetName             = "Patient_DetailsDataSet";
     this.patient_DetailsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // patientTableAdapter
     //
     this.patientTableAdapter.ClearBeforeFill = true;
     //
     // frmVoiceSearch
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll            = true;
     this.AutoSize              = true;
     this.BackColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(716, 592);
     this.Controls.Add(this.tblVoiceSearch);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MainMenuStrip = mnuVoiceSearch;
     this.Name          = "frmVoiceSearch";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Voice PM Search";
     this.Load         += new System.EventHandler(this.frmVoiceSearchLoad);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.VoiceSearchKeyDown);
     mnuVoiceSearch.ResumeLayout(false);
     mnuVoiceSearch.PerformLayout();
     this.tblVoiceSearch.ResumeLayout(false);
     this.tblVoiceSearch.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgdDisplayResult)).EndInit();
     this.pnlVoiceSearch.ResumeLayout(false);
     this.pnlVoiceSearch.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.patientBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.patient_DetailsDataSet)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #60
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChromeTMS));
     this.kryptonPanel1                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.ss                            = new System.Windows.Forms.StatusStrip();
     this.tslExample                    = new System.Windows.Forms.ToolStripStatusLabel();
     this.kryptonPanel2                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonPanel3                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator            = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3           = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4           = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.customizeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.indexToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.searchToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsc                           = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip1                    = new System.Windows.Forms.ToolStrip();
     this.newToolStripButton            = new System.Windows.Forms.ToolStripButton();
     this.openToolStripButton           = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton           = new System.Windows.Forms.ToolStripButton();
     this.printToolStripButton          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6           = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripButton            = new System.Windows.Forms.ToolStripButton();
     this.copyToolStripButton           = new System.Windows.Forms.ToolStripButton();
     this.pasteToolStripButton          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7           = new System.Windows.Forms.ToolStripSeparator();
     this.helpToolStripButton           = new System.Windows.Forms.ToolStripButton();
     this.kryptonPanel4                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.ss.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
     this.kryptonPanel3.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.tsc.ContentPanel.SuspendLayout();
     this.tsc.TopToolStripPanel.SuspendLayout();
     this.tsc.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel4)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.ss);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 333);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(441, 22);
     this.kryptonPanel1.TabIndex = 0;
     //
     // ss
     //
     this.ss.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ss.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tslExample
     });
     this.ss.Location   = new System.Drawing.Point(0, 0);
     this.ss.Name       = "ss";
     this.ss.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.ss.Size       = new System.Drawing.Size(441, 22);
     this.ss.TabIndex   = 0;
     this.ss.Text       = "statusStrip1";
     //
     // tslExample
     //
     this.tslExample.Name = "tslExample";
     this.tslExample.Size = new System.Drawing.Size(110, 17);
     this.tslExample.Text = "Status Text Example";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.menuStrip1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(441, 22);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kryptonPanel3
     //
     this.kryptonPanel3.Controls.Add(this.tsc);
     this.kryptonPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel3.Location = new System.Drawing.Point(0, 22);
     this.kryptonPanel3.Name     = "kryptonPanel3";
     this.kryptonPanel3.Size     = new System.Drawing.Size(441, 311);
     this.kryptonPanel3.TabIndex = 2;
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(441, 22);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem,
         this.toolStripSeparator,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.toolStripSeparator1,
         this.printToolStripMenuItem,
         this.printPreviewToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 18);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripMenuItem.Name         = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.newToolStripMenuItem.Text         = "&New";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripMenuItem.Name         = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.openToolStripMenuItem.Text         = "&Open";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(143, 6);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripMenuItem.Name         = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.saveToolStripMenuItem.Text         = "&Save";
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.saveAsToolStripMenuItem.Text = "Save &As";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
     this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem.Name         = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.printToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.printToolStripMenuItem.Text         = "&Print";
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
     this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(143, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoToolStripMenuItem,
         this.redoToolStripMenuItem,
         this.toolStripSeparator3,
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.toolStripSeparator4,
         this.selectAllToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 18);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Name         = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.undoToolStripMenuItem.Text         = "&Undo";
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Name         = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.redoToolStripMenuItem.Text         = "&Redo";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(141, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem.Name         = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.cutToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.cutToolStripMenuItem.Text         = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem.Name         = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.copyToolStripMenuItem.Text         = "&Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem.Name         = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.pasteToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.pasteToolStripMenuItem.Text         = "&Paste";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(141, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.selectAllToolStripMenuItem.Text = "Select &All";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.customizeToolStripMenuItem,
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(47, 18);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // customizeToolStripMenuItem
     //
     this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
     this.customizeToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.customizeToolStripMenuItem.Text = "&Customize";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.optionsToolStripMenuItem.Text = "&Options";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.contentsToolStripMenuItem,
         this.indexToolStripMenuItem,
         this.searchToolStripMenuItem,
         this.toolStripSeparator5,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 18);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
     this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.contentsToolStripMenuItem.Text = "&Contents";
     //
     // indexToolStripMenuItem
     //
     this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
     this.indexToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.indexToolStripMenuItem.Text = "&Index";
     //
     // searchToolStripMenuItem
     //
     this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
     this.searchToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.searchToolStripMenuItem.Text = "&Search";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.aboutToolStripMenuItem.Text = "&About...";
     //
     // tsc
     //
     //
     // tsc.ContentPanel
     //
     this.tsc.ContentPanel.Controls.Add(this.kryptonPanel4);
     this.tsc.ContentPanel.Size = new System.Drawing.Size(441, 286);
     this.tsc.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tsc.Location = new System.Drawing.Point(0, 0);
     this.tsc.Name     = "tsc";
     this.tsc.Size     = new System.Drawing.Size(441, 311);
     this.tsc.TabIndex = 0;
     this.tsc.Text     = "toolStripContainer1";
     //
     // tsc.TopToolStripPanel
     //
     this.tsc.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripButton,
         this.openToolStripButton,
         this.saveToolStripButton,
         this.printToolStripButton,
         this.toolStripSeparator6,
         this.cutToolStripButton,
         this.copyToolStripButton,
         this.pasteToolStripButton,
         this.toolStripSeparator7,
         this.helpToolStripButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(208, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // newToolStripButton
     //
     this.newToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
     this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripButton.Name = "newToolStripButton";
     this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.newToolStripButton.Text = "&New";
     //
     // openToolStripButton
     //
     this.openToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
     this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripButton.Name = "openToolStripButton";
     this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.openToolStripButton.Text = "&Open";
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveToolStripButton.Text = "&Save";
     //
     // printToolStripButton
     //
     this.printToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripButton.Name = "printToolStripButton";
     this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.printToolStripButton.Text = "&Print";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // cutToolStripButton
     //
     this.cutToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
     this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripButton.Name = "cutToolStripButton";
     this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.cutToolStripButton.Text = "C&ut";
     //
     // copyToolStripButton
     //
     this.copyToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
     this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripButton.Name = "copyToolStripButton";
     this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.copyToolStripButton.Text = "&Copy";
     //
     // pasteToolStripButton
     //
     this.pasteToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
     this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripButton.Name = "pasteToolStripButton";
     this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.pasteToolStripButton.Text = "&Paste";
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // helpToolStripButton
     //
     this.helpToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.helpToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
     this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.helpToolStripButton.Name = "helpToolStripButton";
     this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.helpToolStripButton.Text = "He&lp";
     //
     // kryptonPanel4
     //
     this.kryptonPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel4.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel4.Name     = "kryptonPanel4";
     this.kryptonPanel4.Size     = new System.Drawing.Size(441, 286);
     this.kryptonPanel4.TabIndex = 0;
     //
     // ChromeTMS
     //
     this.ClientSize = new System.Drawing.Size(441, 355);
     this.Controls.Add(this.kryptonPanel3);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "ChromeTMS";
     this.Text          = "Chrome && TMS";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ss.ResumeLayout(false);
     this.ss.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
     this.kryptonPanel3.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tsc.ContentPanel.ResumeLayout(false);
     this.tsc.TopToolStripPanel.ResumeLayout(false);
     this.tsc.TopToolStripPanel.PerformLayout();
     this.tsc.ResumeLayout(false);
     this.tsc.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel4)).EndInit();
     this.ResumeLayout(false);
 }