/// <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(MainForm));
     this.mainTab             = new System.Windows.Forms.CustomTabControl();
     this.modTab              = new System.Windows.Forms.TabPage();
     this.modListPanel        = new System.Windows.Forms.Panel();
     this.mainModList         = new System.Windows.Forms.ListView();
     this.modColumn           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.typeColumn          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.manageModBtnPanel   = new System.Windows.Forms.Panel();
     this.modDescriptionLabel = new PlumMod.GrowLabel();
     this.disableModBtn       = new System.Windows.Forms.Button();
     this.enableModBtn        = new System.Windows.Forms.Button();
     this.refreshListBtn      = new System.Windows.Forms.Button();
     this.removeModBtn        = new System.Windows.Forms.Button();
     this.addModBtn           = new System.Windows.Forms.Button();
     this.configTab           = new System.Windows.Forms.TabPage();
     this.modConfigPanel      = new System.Windows.Forms.Panel();
     this.configListBox       = new System.Windows.Forms.ListBox();
     this.modConfigBtnPanel   = new System.Windows.Forms.Panel();
     this.deleteModConfigBtn  = new System.Windows.Forms.Button();
     this.loadConfigBtn       = new System.Windows.Forms.Button();
     this.saveConfigBtn       = new System.Windows.Forms.Button();
     this.utilTab             = new System.Windows.Forms.TabPage();
     this.tuneLabel           = new PlumMod.GrowLabel();
     this.tuneBtm             = new System.Windows.Forms.Button();
     this.clearCacheBtn       = new System.Windows.Forms.Button();
     this.resHeight           = new System.Windows.Forms.NumericUpDown();
     this.resWidth            = new System.Windows.Forms.NumericUpDown();
     this.fullScreenToggle    = new JCS.ToggleSwitch();
     this.showModsToggle      = new JCS.ToggleSwitch();
     this.packageModToggle    = new JCS.ToggleSwitch();
     this.scriptModToggle     = new JCS.ToggleSwitch();
     this.cacheLabel          = new PlumMod.GrowLabel();
     this.heightLabel         = new PlumMod.GrowLabel();
     this.widthLabel          = new PlumMod.GrowLabel();
     this.fullScreenLabel     = new PlumMod.GrowLabel();
     this.showModsLabel       = new PlumMod.GrowLabel();
     this.packageModLabel     = new PlumMod.GrowLabel();
     this.scriptModLabel      = new PlumMod.GrowLabel();
     this.aboutTab            = new System.Windows.Forms.TabPage();
     this.githubBtn           = new System.Windows.Forms.Button();
     this.websiteBtn          = new System.Windows.Forms.Button();
     this.aboutLogo           = new System.Windows.Forms.PictureBox();
     this.aboutLabel          = new PlumMod.GrowLabel();
     this.simsFolderDialog    = new System.Windows.Forms.FolderBrowserDialog();
     this.mainToolTip         = new System.Windows.Forms.ToolTip(this.components);
     this.addModDialog        = new System.Windows.Forms.OpenFileDialog();
     this.mainTab.SuspendLayout();
     this.modTab.SuspendLayout();
     this.modListPanel.SuspendLayout();
     this.manageModBtnPanel.SuspendLayout();
     this.configTab.SuspendLayout();
     this.modConfigPanel.SuspendLayout();
     this.modConfigBtnPanel.SuspendLayout();
     this.utilTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resHeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resWidth)).BeginInit();
     this.aboutTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.aboutLogo)).BeginInit();
     this.SuspendLayout();
     //
     // mainTab
     //
     this.mainTab.Controls.Add(this.modTab);
     this.mainTab.Controls.Add(this.configTab);
     this.mainTab.Controls.Add(this.utilTab);
     this.mainTab.Controls.Add(this.aboutTab);
     //
     //
     //
     this.mainTab.DisplayStyleProvider.BorderColor         = System.Drawing.SystemColors.ControlDark;
     this.mainTab.DisplayStyleProvider.BorderColorHot      = System.Drawing.SystemColors.ControlDark;
     this.mainTab.DisplayStyleProvider.BorderColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
     this.mainTab.DisplayStyleProvider.CloserColor         = System.Drawing.Color.DarkGray;
     this.mainTab.DisplayStyleProvider.FocusTrack          = true;
     this.mainTab.DisplayStyleProvider.HotTrack            = true;
     this.mainTab.DisplayStyleProvider.ImageAlign          = System.Drawing.ContentAlignment.MiddleLeft;
     this.mainTab.DisplayStyleProvider.Opacity             = 1F;
     this.mainTab.DisplayStyleProvider.Overlap             = 0;
     this.mainTab.DisplayStyleProvider.Padding             = new System.Drawing.Point(6, 3);
     this.mainTab.DisplayStyleProvider.Radius            = 2;
     this.mainTab.DisplayStyleProvider.ShowTabCloser     = false;
     this.mainTab.DisplayStyleProvider.TextColor         = System.Drawing.SystemColors.ControlText;
     this.mainTab.DisplayStyleProvider.TextColorDisabled = System.Drawing.SystemColors.ControlDark;
     this.mainTab.DisplayStyleProvider.TextColorSelected = System.Drawing.SystemColors.ControlText;
     this.mainTab.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.mainTab.Font          = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainTab.HotTrack      = true;
     this.mainTab.ItemSize      = new System.Drawing.Size(180, 22);
     this.mainTab.Location      = new System.Drawing.Point(0, 0);
     this.mainTab.Name          = "mainTab";
     this.mainTab.SelectedIndex = 0;
     this.mainTab.Size          = new System.Drawing.Size(912, 632);
     this.mainTab.TabIndex      = 0;
     //
     // modTab
     //
     this.modTab.Controls.Add(this.modListPanel);
     this.modTab.Controls.Add(this.manageModBtnPanel);
     this.modTab.Location = new System.Drawing.Point(4, 27);
     this.modTab.Name     = "modTab";
     this.modTab.Padding  = new System.Windows.Forms.Padding(3);
     this.modTab.Size     = new System.Drawing.Size(904, 601);
     this.modTab.TabIndex = 0;
     this.modTab.Text     = "Manage Mods";
     this.modTab.UseVisualStyleBackColor = true;
     //
     // modListPanel
     //
     this.modListPanel.Controls.Add(this.mainModList);
     this.modListPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.modListPanel.Location = new System.Drawing.Point(3, 3);
     this.modListPanel.Name     = "modListPanel";
     this.modListPanel.Size     = new System.Drawing.Size(898, 489);
     this.modListPanel.TabIndex = 2;
     this.mainToolTip.SetToolTip(this.modListPanel, "Manage currently installed mods, or add new ones.");
     //
     // mainModList
     //
     this.mainModList.CheckBoxes = true;
     this.mainModList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.modColumn,
         this.typeColumn
     });
     this.mainModList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mainModList.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainModList.Location = new System.Drawing.Point(0, 0);
     this.mainModList.Name     = "mainModList";
     this.mainModList.Size     = new System.Drawing.Size(898, 489);
     this.mainModList.Sorting  = System.Windows.Forms.SortOrder.Ascending;
     this.mainModList.TabIndex = 0;
     this.mainModList.UseCompatibleStateImageBehavior = false;
     this.mainModList.View                  = System.Windows.Forms.View.Details;
     this.mainModList.ItemChecked          += new System.Windows.Forms.ItemCheckedEventHandler(this.MainModListItemChecked);
     this.mainModList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.mainModList_ItemSelectionChanged);
     //
     // modColumn
     //
     this.modColumn.Text  = "Mod";
     this.modColumn.Width = 467;
     //
     // typeColumn
     //
     this.typeColumn.Text  = "Type";
     this.typeColumn.Width = 287;
     //
     // manageModBtnPanel
     //
     this.manageModBtnPanel.Controls.Add(this.modDescriptionLabel);
     this.manageModBtnPanel.Controls.Add(this.disableModBtn);
     this.manageModBtnPanel.Controls.Add(this.enableModBtn);
     this.manageModBtnPanel.Controls.Add(this.refreshListBtn);
     this.manageModBtnPanel.Controls.Add(this.removeModBtn);
     this.manageModBtnPanel.Controls.Add(this.addModBtn);
     this.manageModBtnPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.manageModBtnPanel.Location = new System.Drawing.Point(3, 492);
     this.manageModBtnPanel.Name     = "manageModBtnPanel";
     this.manageModBtnPanel.Size     = new System.Drawing.Size(898, 106);
     this.manageModBtnPanel.TabIndex = 1;
     //
     // modDescriptionLabel
     //
     this.modDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.modDescriptionLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.modDescriptionLabel.Location = new System.Drawing.Point(382, 3);
     this.modDescriptionLabel.Name     = "modDescriptionLabel";
     this.modDescriptionLabel.Size     = new System.Drawing.Size(501, 0);
     this.modDescriptionLabel.TabIndex = 99;
     //
     // disableModBtn
     //
     this.disableModBtn.Enabled = false;
     this.disableModBtn.FlatAppearance.BorderSize = 0;
     this.disableModBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.disableModBtn.Image     = global::PlumMod.Properties.Resources.No;
     this.disableModBtn.Location  = new System.Drawing.Point(308, 21);
     this.disableModBtn.Name      = "disableModBtn";
     this.disableModBtn.Size      = new System.Drawing.Size(68, 64);
     this.disableModBtn.TabIndex  = 5;
     this.mainToolTip.SetToolTip(this.disableModBtn, "Disable selected mod(s).");
     this.disableModBtn.UseVisualStyleBackColor = true;
     this.disableModBtn.Click += new System.EventHandler(this.disableModBtn_Click);
     //
     // enableModBtn
     //
     this.enableModBtn.Enabled = false;
     this.enableModBtn.FlatAppearance.BorderSize = 0;
     this.enableModBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.enableModBtn.Image     = global::PlumMod.Properties.Resources.Ok;
     this.enableModBtn.Location  = new System.Drawing.Point(234, 21);
     this.enableModBtn.Name      = "enableModBtn";
     this.enableModBtn.Size      = new System.Drawing.Size(68, 64);
     this.enableModBtn.TabIndex  = 4;
     this.mainToolTip.SetToolTip(this.enableModBtn, "Enable selected mod(s).");
     this.enableModBtn.UseVisualStyleBackColor = true;
     this.enableModBtn.Click += new System.EventHandler(this.enableModBtn_Click);
     //
     // refreshListBtn
     //
     this.refreshListBtn.FlatAppearance.BorderSize = 0;
     this.refreshListBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.refreshListBtn.Image     = global::PlumMod.Properties.Resources.Refresh;
     this.refreshListBtn.Location  = new System.Drawing.Point(160, 21);
     this.refreshListBtn.Name      = "refreshListBtn";
     this.refreshListBtn.Size      = new System.Drawing.Size(68, 64);
     this.refreshListBtn.TabIndex  = 3;
     this.mainToolTip.SetToolTip(this.refreshListBtn, "Refresh mod list.");
     this.refreshListBtn.UseVisualStyleBackColor = true;
     this.refreshListBtn.Click += new System.EventHandler(this.refreshListBtn_Click);
     //
     // removeModBtn
     //
     this.removeModBtn.Enabled = false;
     this.removeModBtn.FlatAppearance.BorderSize = 0;
     this.removeModBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.removeModBtn.Image     = global::PlumMod.Properties.Resources.Minus;
     this.removeModBtn.Location  = new System.Drawing.Point(86, 21);
     this.removeModBtn.Name      = "removeModBtn";
     this.removeModBtn.Size      = new System.Drawing.Size(68, 64);
     this.removeModBtn.TabIndex  = 2;
     this.mainToolTip.SetToolTip(this.removeModBtn, "Delete selected mod(s).");
     this.removeModBtn.UseVisualStyleBackColor = true;
     this.removeModBtn.Click += new System.EventHandler(this.removeModBtn_Click);
     //
     // addModBtn
     //
     this.addModBtn.FlatAppearance.BorderSize = 0;
     this.addModBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addModBtn.Image     = global::PlumMod.Properties.Resources.Plus;
     this.addModBtn.Location  = new System.Drawing.Point(11, 21);
     this.addModBtn.Name      = "addModBtn";
     this.addModBtn.Size      = new System.Drawing.Size(68, 64);
     this.addModBtn.TabIndex  = 1;
     this.mainToolTip.SetToolTip(this.addModBtn, "Add mod(s).");
     this.addModBtn.UseVisualStyleBackColor = true;
     this.addModBtn.Click += new System.EventHandler(this.AddModBtnClick);
     //
     // configTab
     //
     this.configTab.Controls.Add(this.modConfigPanel);
     this.configTab.Controls.Add(this.modConfigBtnPanel);
     this.configTab.Location = new System.Drawing.Point(4, 27);
     this.configTab.Name     = "configTab";
     this.configTab.Padding  = new System.Windows.Forms.Padding(3);
     this.configTab.Size     = new System.Drawing.Size(904, 601);
     this.configTab.TabIndex = 1;
     this.configTab.Text     = "Manage Configurations";
     this.configTab.UseVisualStyleBackColor = true;
     this.configTab.Enter += new System.EventHandler(this.configTab_Enter);
     //
     // modConfigPanel
     //
     this.modConfigPanel.Controls.Add(this.configListBox);
     this.modConfigPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.modConfigPanel.Location = new System.Drawing.Point(3, 3);
     this.modConfigPanel.Name     = "modConfigPanel";
     this.modConfigPanel.Size     = new System.Drawing.Size(792, 595);
     this.modConfigPanel.TabIndex = 1;
     //
     // configListBox
     //
     this.configListBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.configListBox.FormattingEnabled = true;
     this.configListBox.ItemHeight        = 16;
     this.configListBox.Location          = new System.Drawing.Point(0, 0);
     this.configListBox.Name     = "configListBox";
     this.configListBox.Size     = new System.Drawing.Size(792, 595);
     this.configListBox.TabIndex = 3;
     //
     // modConfigBtnPanel
     //
     this.modConfigBtnPanel.Controls.Add(this.deleteModConfigBtn);
     this.modConfigBtnPanel.Controls.Add(this.loadConfigBtn);
     this.modConfigBtnPanel.Controls.Add(this.saveConfigBtn);
     this.modConfigBtnPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.modConfigBtnPanel.Location = new System.Drawing.Point(795, 3);
     this.modConfigBtnPanel.Name     = "modConfigBtnPanel";
     this.modConfigBtnPanel.Size     = new System.Drawing.Size(106, 595);
     this.modConfigBtnPanel.TabIndex = 0;
     //
     // deleteModConfigBtn
     //
     this.deleteModConfigBtn.FlatAppearance.BorderSize = 0;
     this.deleteModConfigBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.deleteModConfigBtn.Image     = global::PlumMod.Properties.Resources.Trash;
     this.deleteModConfigBtn.Location  = new System.Drawing.Point(19, 155);
     this.deleteModConfigBtn.Name      = "deleteModConfigBtn";
     this.deleteModConfigBtn.Size      = new System.Drawing.Size(68, 64);
     this.deleteModConfigBtn.TabIndex  = 2;
     this.mainToolTip.SetToolTip(this.deleteModConfigBtn, "Delete selected mod configuration");
     this.deleteModConfigBtn.UseVisualStyleBackColor = true;
     this.deleteModConfigBtn.Click += new System.EventHandler(this.deleteModConfigBtn_Click);
     //
     // loadConfigBtn
     //
     this.loadConfigBtn.FlatAppearance.BorderSize = 0;
     this.loadConfigBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.loadConfigBtn.Image     = global::PlumMod.Properties.Resources.Folder_Up;
     this.loadConfigBtn.Location  = new System.Drawing.Point(19, 85);
     this.loadConfigBtn.Name      = "loadConfigBtn";
     this.loadConfigBtn.Size      = new System.Drawing.Size(68, 64);
     this.loadConfigBtn.TabIndex  = 1;
     this.mainToolTip.SetToolTip(this.loadConfigBtn, "Open selected mod configuration.");
     this.loadConfigBtn.UseVisualStyleBackColor = true;
     this.loadConfigBtn.Click += new System.EventHandler(this.loadConfigBtn_Click);
     //
     // saveConfigBtn
     //
     this.saveConfigBtn.FlatAppearance.BorderSize = 0;
     this.saveConfigBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.saveConfigBtn.Image     = global::PlumMod.Properties.Resources.Save;
     this.saveConfigBtn.Location  = new System.Drawing.Point(19, 15);
     this.saveConfigBtn.Name      = "saveConfigBtn";
     this.saveConfigBtn.Size      = new System.Drawing.Size(68, 64);
     this.saveConfigBtn.TabIndex  = 0;
     this.mainToolTip.SetToolTip(this.saveConfigBtn, "Save current configuration.");
     this.saveConfigBtn.UseVisualStyleBackColor = true;
     this.saveConfigBtn.Click += new System.EventHandler(this.saveConfigBtn_Click);
     //
     // utilTab
     //
     this.utilTab.Controls.Add(this.tuneLabel);
     this.utilTab.Controls.Add(this.tuneBtm);
     this.utilTab.Controls.Add(this.clearCacheBtn);
     this.utilTab.Controls.Add(this.resHeight);
     this.utilTab.Controls.Add(this.resWidth);
     this.utilTab.Controls.Add(this.fullScreenToggle);
     this.utilTab.Controls.Add(this.showModsToggle);
     this.utilTab.Controls.Add(this.packageModToggle);
     this.utilTab.Controls.Add(this.scriptModToggle);
     this.utilTab.Controls.Add(this.cacheLabel);
     this.utilTab.Controls.Add(this.heightLabel);
     this.utilTab.Controls.Add(this.widthLabel);
     this.utilTab.Controls.Add(this.fullScreenLabel);
     this.utilTab.Controls.Add(this.showModsLabel);
     this.utilTab.Controls.Add(this.packageModLabel);
     this.utilTab.Controls.Add(this.scriptModLabel);
     this.utilTab.Location = new System.Drawing.Point(4, 27);
     this.utilTab.Name     = "utilTab";
     this.utilTab.Size     = new System.Drawing.Size(904, 601);
     this.utilTab.TabIndex = 2;
     this.utilTab.Text     = "Utilities";
     this.utilTab.UseVisualStyleBackColor = true;
     //
     // tuneLabel
     //
     this.tuneLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.tuneLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tuneLabel.Location = new System.Drawing.Point(165, 341);
     this.tuneLabel.Name     = "tuneLabel";
     this.tuneLabel.Size     = new System.Drawing.Size(731, 51);
     this.tuneLabel.TabIndex = 99;
     this.tuneLabel.Text     = "As tunning is still a little messy in The Sims 4, you may need to prepare your re" +
                               "source.cfg and mods folder for some tunning mods.\r\n";
     //
     // tuneBtm
     //
     this.tuneBtm.Location = new System.Drawing.Point(25, 341);
     this.tuneBtm.Name     = "tuneBtm";
     this.tuneBtm.Size     = new System.Drawing.Size(115, 39);
     this.tuneBtm.TabIndex = 7;
     this.tuneBtm.Text     = "Tunning Prep";
     this.tuneBtm.UseVisualStyleBackColor = true;
     this.tuneBtm.Click += new System.EventHandler(this.tuneBtm_Click);
     //
     // clearCacheBtn
     //
     this.clearCacheBtn.Location = new System.Drawing.Point(25, 273);
     this.clearCacheBtn.Name     = "clearCacheBtn";
     this.clearCacheBtn.Size     = new System.Drawing.Size(115, 39);
     this.clearCacheBtn.TabIndex = 6;
     this.clearCacheBtn.Text     = "Clear Cache";
     this.clearCacheBtn.UseVisualStyleBackColor = true;
     this.clearCacheBtn.Click += new System.EventHandler(this.clearCacheBtn_Click);
     //
     // resHeight
     //
     this.resHeight.Location = new System.Drawing.Point(25, 231);
     this.resHeight.Maximum  = new decimal(new int[] {
         2160,
         0,
         0,
         0
     });
     this.resHeight.Minimum = new decimal(new int[] {
         480,
         0,
         0,
         0
     });
     this.resHeight.Name     = "resHeight";
     this.resHeight.Size     = new System.Drawing.Size(75, 22);
     this.resHeight.TabIndex = 5;
     this.resHeight.Value    = new decimal(new int[] {
         480,
         0,
         0,
         0
     });
     this.resHeight.ValueChanged += new System.EventHandler(this.ResHeightValueChanged);
     //
     // resWidth
     //
     this.resWidth.Location = new System.Drawing.Point(25, 188);
     this.resWidth.Maximum  = new decimal(new int[] {
         4096,
         0,
         0,
         0
     });
     this.resWidth.Minimum = new decimal(new int[] {
         800,
         0,
         0,
         0
     });
     this.resWidth.Name     = "resWidth";
     this.resWidth.Size     = new System.Drawing.Size(75, 22);
     this.resWidth.TabIndex = 4;
     this.resWidth.Value    = new decimal(new int[] {
         800,
         0,
         0,
         0
     });
     this.resWidth.ValueChanged += new System.EventHandler(this.ResWidthValueChanged);
     //
     // fullScreenToggle
     //
     this.fullScreenToggle.Location        = new System.Drawing.Point(25, 146);
     this.fullScreenToggle.Name            = "fullScreenToggle";
     this.fullScreenToggle.OffFont         = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fullScreenToggle.OnFont          = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fullScreenToggle.Size            = new System.Drawing.Size(56, 20);
     this.fullScreenToggle.Style           = JCS.ToggleSwitch.ToggleSwitchStyle.IOS5;
     this.fullScreenToggle.TabIndex        = 3;
     this.fullScreenToggle.CheckedChanged += new JCS.ToggleSwitch.CheckedChangedDelegate(this.fullScreenToggle_CheckedChanged);
     //
     // showModsToggle
     //
     this.showModsToggle.Location        = new System.Drawing.Point(25, 103);
     this.showModsToggle.Name            = "showModsToggle";
     this.showModsToggle.OffFont         = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showModsToggle.OnFont          = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showModsToggle.Size            = new System.Drawing.Size(56, 20);
     this.showModsToggle.Style           = JCS.ToggleSwitch.ToggleSwitchStyle.IOS5;
     this.showModsToggle.TabIndex        = 2;
     this.showModsToggle.CheckedChanged += new JCS.ToggleSwitch.CheckedChangedDelegate(this.showModsToggle_CheckedChanged);
     //
     // packageModToggle
     //
     this.packageModToggle.Location        = new System.Drawing.Point(25, 18);
     this.packageModToggle.Name            = "packageModToggle";
     this.packageModToggle.OffFont         = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.packageModToggle.OnFont          = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.packageModToggle.Size            = new System.Drawing.Size(56, 20);
     this.packageModToggle.Style           = JCS.ToggleSwitch.ToggleSwitchStyle.IOS5;
     this.packageModToggle.TabIndex        = 0;
     this.packageModToggle.CheckedChanged += new JCS.ToggleSwitch.CheckedChangedDelegate(this.PackageModToggleCheckedChanged);
     //
     // scriptModToggle
     //
     this.scriptModToggle.Location        = new System.Drawing.Point(25, 61);
     this.scriptModToggle.Name            = "scriptModToggle";
     this.scriptModToggle.OffFont         = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scriptModToggle.OnFont          = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scriptModToggle.Size            = new System.Drawing.Size(56, 20);
     this.scriptModToggle.Style           = JCS.ToggleSwitch.ToggleSwitchStyle.IOS5;
     this.scriptModToggle.TabIndex        = 1;
     this.scriptModToggle.CheckedChanged += new JCS.ToggleSwitch.CheckedChangedDelegate(this.ScriptModToggleCheckedChanged);
     //
     // cacheLabel
     //
     this.cacheLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.cacheLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cacheLabel.Location = new System.Drawing.Point(165, 273);
     this.cacheLabel.Name     = "cacheLabel";
     this.cacheLabel.Size     = new System.Drawing.Size(731, 68);
     this.cacheLabel.TabIndex = 99;
     this.cacheLabel.Text     = "Sometimes issues can occur when the game is caching. Clearing the game\'s cache ca" +
                                "n sometimes fix performance and game lauching issues. It is recommended you clea" +
                                "r the cache every once in a while.\r\n";
     //
     // heightLabel
     //
     this.heightLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.heightLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.heightLabel.Location = new System.Drawing.Point(120, 231);
     this.heightLabel.Name     = "heightLabel";
     this.heightLabel.Size     = new System.Drawing.Size(776, 17);
     this.heightLabel.TabIndex = 99;
     this.heightLabel.Text     = "Set resolution height.";
     //
     // widthLabel
     //
     this.widthLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.widthLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.widthLabel.Location = new System.Drawing.Point(120, 188);
     this.widthLabel.Name     = "widthLabel";
     this.widthLabel.Size     = new System.Drawing.Size(776, 17);
     this.widthLabel.TabIndex = 99;
     this.widthLabel.Text     = "Set resolution width.";
     //
     // fullScreenLabel
     //
     this.fullScreenLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.fullScreenLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fullScreenLabel.Location = new System.Drawing.Point(120, 146);
     this.fullScreenLabel.Name     = "fullScreenLabel";
     this.fullScreenLabel.Size     = new System.Drawing.Size(776, 17);
     this.fullScreenLabel.TabIndex = 99;
     this.fullScreenLabel.Text     = "Enable/Disable Fullscreen mode.";
     //
     // showModsLabel
     //
     this.showModsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.showModsLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showModsLabel.Location = new System.Drawing.Point(120, 103);
     this.showModsLabel.Name     = "showModsLabel";
     this.showModsLabel.Size     = new System.Drawing.Size(776, 17);
     this.showModsLabel.TabIndex = 99;
     this.showModsLabel.Text     = "Enable/Disable showing mods list on game startup.";
     //
     // packageModLabel
     //
     this.packageModLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.packageModLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.packageModLabel.Location = new System.Drawing.Point(120, 18);
     this.packageModLabel.Name     = "packageModLabel";
     this.packageModLabel.Size     = new System.Drawing.Size(776, 17);
     this.packageModLabel.TabIndex = 99;
     this.packageModLabel.Text     = "Enable/Disable Sims 4 mods globally. This affects both \"Package\" and \"Script\" typ" +
                                     "e mods.";
     //
     // scriptModLabel
     //
     this.scriptModLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.scriptModLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scriptModLabel.Location = new System.Drawing.Point(120, 61);
     this.scriptModLabel.Name     = "scriptModLabel";
     this.scriptModLabel.Size     = new System.Drawing.Size(776, 17);
     this.scriptModLabel.TabIndex = 99;
     this.scriptModLabel.Text     = "Enable/Disable script mods (REQUIRES mods to be ENABLED globally). This affects \"" +
                                    "Script\" type mods.";
     //
     // aboutTab
     //
     this.aboutTab.Controls.Add(this.githubBtn);
     this.aboutTab.Controls.Add(this.websiteBtn);
     this.aboutTab.Controls.Add(this.aboutLogo);
     this.aboutTab.Controls.Add(this.aboutLabel);
     this.aboutTab.Location = new System.Drawing.Point(4, 27);
     this.aboutTab.Name     = "aboutTab";
     this.aboutTab.Size     = new System.Drawing.Size(904, 601);
     this.aboutTab.TabIndex = 3;
     this.aboutTab.Text     = "About";
     this.aboutTab.UseVisualStyleBackColor = true;
     //
     // githubBtn
     //
     this.githubBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.githubBtn.Location = new System.Drawing.Point(662, 551);
     this.githubBtn.Name     = "githubBtn";
     this.githubBtn.Size     = new System.Drawing.Size(114, 42);
     this.githubBtn.TabIndex = 1;
     this.githubBtn.Text     = "GitHub Repo";
     this.mainToolTip.SetToolTip(this.githubBtn, "Open up PlumMod\'s GitHub repo.");
     this.githubBtn.UseVisualStyleBackColor = true;
     this.githubBtn.Click += new System.EventHandler(this.githubBtn_Click);
     //
     // websiteBtn
     //
     this.websiteBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.websiteBtn.Location = new System.Drawing.Point(782, 551);
     this.websiteBtn.Name     = "websiteBtn";
     this.websiteBtn.Size     = new System.Drawing.Size(114, 42);
     this.websiteBtn.TabIndex = 2;
     this.websiteBtn.Text     = "Website";
     this.mainToolTip.SetToolTip(this.websiteBtn, "Open up Lomeli\'s website.");
     this.websiteBtn.UseVisualStyleBackColor = true;
     this.websiteBtn.Click += new System.EventHandler(this.websiteBtn_Click);
     //
     // aboutLogo
     //
     this.aboutLogo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.aboutLogo.Image        = global::PlumMod.Properties.Resources.plummodbanner;
     this.aboutLogo.InitialImage = null;
     this.aboutLogo.Location     = new System.Drawing.Point(147, 0);
     this.aboutLogo.Name         = "aboutLogo";
     this.aboutLogo.Size         = new System.Drawing.Size(629, 249);
     this.aboutLogo.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.aboutLogo.TabIndex     = 0;
     this.aboutLogo.TabStop      = false;
     //
     // aboutLabel
     //
     this.aboutLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.aboutLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aboutLabel.Location = new System.Drawing.Point(3, 252);
     this.aboutLabel.Name     = "aboutLabel";
     this.aboutLabel.Size     = new System.Drawing.Size(893, 242);
     this.aboutLabel.TabIndex = 99;
     this.aboutLabel.Text     = resources.GetString("aboutLabel.Text");
     //
     // addModDialog
     //
     this.addModDialog.Filter = "Valid Mod Types (*.package, *.zip, *.ts4script)|*.package;*.zip;*.ts4script|Packa" +
                                "ge Mod (*.package)|*.package|Script Mod (*.zip, *.ts4script)|*.zip;*.ts4script|A" +
                                "ll files|*.*";
     this.addModDialog.Multiselect = true;
     this.addModDialog.Title       = "Select mod(s) to add";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(912, 632);
     this.Controls.Add(this.mainTab);
     this.Font  = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "MainForm";
     this.Text  = "PlumMod";
     this.Load += new System.EventHandler(this.MainFormLoad);
     this.mainTab.ResumeLayout(false);
     this.modTab.ResumeLayout(false);
     this.modListPanel.ResumeLayout(false);
     this.manageModBtnPanel.ResumeLayout(false);
     this.configTab.ResumeLayout(false);
     this.modConfigPanel.ResumeLayout(false);
     this.modConfigBtnPanel.ResumeLayout(false);
     this.utilTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resHeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resWidth)).EndInit();
     this.aboutTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.aboutLogo)).EndInit();
     this.ResumeLayout(false);
 }
示例#2
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(main));
     this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
     this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar16 = new DevComponents.DotNetBar.RibbonBar();
     this.Exit = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
     this.Refresh = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
     this._save = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
     this._open = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
     this._newproject = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar9 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar8 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar7 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar15 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar12 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar11 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar10 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar14 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
     this._File = new DevComponents.DotNetBar.RibbonTabItem();
     this._Edit = new DevComponents.DotNetBar.RibbonTabItem();
     this._Test = new DevComponents.DotNetBar.RibbonTabItem();
     this.ribbonTabItem3 = new DevComponents.DotNetBar.RibbonTabItem();
     this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
     this._New = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
     this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
     this.dockSite4 = new DevComponents.DotNetBar.DockSite();
     this.dockSite1 = new DevComponents.DotNetBar.DockSite();
     this.bar1 = new DevComponents.DotNetBar.Bar();
     this.panelDockContainer1 = new DevComponents.DotNetBar.PanelDockContainer();
     this.treeViewproject = new System.Windows.Forms.TreeView();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addNewFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.spyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockSite2 = new DevComponents.DotNetBar.DockSite();
     this.dockSite8 = new DevComponents.DotNetBar.DockSite();
     this.dockSite5 = new DevComponents.DotNetBar.DockSite();
     this.dockSite6 = new DevComponents.DotNetBar.DockSite();
     this.dockSite7 = new DevComponents.DotNetBar.DockSite();
     this.dockSite3 = new DevComponents.DotNetBar.DockSite();
     this.metroTileItem2 = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.closeTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.tabControl1 = new System.Windows.Forms.CustomTabControl();
     this.ribbonControl1.SuspendLayout();
     this.ribbonPanel1.SuspendLayout();
     this.ribbonPanel2.SuspendLayout();
     this.ribbonPanel4.SuspendLayout();
     this.ribbonPanel5.SuspendLayout();
     this.dockSite1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.bar1.SuspendLayout();
     this.panelDockContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.contextMenuStrip2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     //
     //
     //
     this.ribbonControl1.BackgroundStyle.Class = "";
     this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonControl1.CaptionVisible = true;
     this.ribbonControl1.Controls.Add(this.ribbonPanel1);
     this.ribbonControl1.Controls.Add(this.ribbonPanel2);
     this.ribbonControl1.Controls.Add(this.ribbonPanel4);
     this.ribbonControl1.Controls.Add(this.ribbonPanel5);
     this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this._File,
     this._Edit,
     this._Test,
     this.ribbonTabItem3});
     this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.ribbonControl1.Location = new System.Drawing.Point(5, 1);
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
     this.ribbonControl1.Size = new System.Drawing.Size(996, 129);
     this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
     this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
     this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
     this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
     this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
     this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>";
     this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel";
     this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
     this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
     this.ribbonControl1.SystemText.QatDialogOkButton = "OK";
     this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove";
     this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
     this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
     this.ribbonControl1.TabGroupHeight = 14;
     this.ribbonControl1.TabIndex = 0;
     this.ribbonControl1.Text = "ribbonControl1";
     //
     // ribbonPanel1
     //
     this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel1.Controls.Add(this.ribbonBar16);
     this.ribbonPanel1.Controls.Add(this.ribbonBar13);
     this.ribbonPanel1.Controls.Add(this.ribbonBar3);
     this.ribbonPanel1.Controls.Add(this.ribbonBar2);
     this.ribbonPanel1.Controls.Add(this.ribbonBar1);
     this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel1.Location = new System.Drawing.Point(0, 53);
     this.ribbonPanel1.MaximumSize = new System.Drawing.Size(0, 70);
     this.ribbonPanel1.Name = "ribbonPanel1";
     this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribbonPanel1.Size = new System.Drawing.Size(996, 70);
     //
     //
     //
     this.ribbonPanel1.Style.Class = "";
     this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel1.StyleMouseDown.Class = "";
     this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel1.StyleMouseOver.Class = "";
     this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel1.TabIndex = 1;
     //
     // ribbonBar16
     //
     this.ribbonBar16.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar16.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar16.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar16.BackgroundStyle.Class = "";
     this.ribbonBar16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar16.ContainerControlProcessDialogKey = true;
     this.ribbonBar16.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar16.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.Exit});
     this.ribbonBar16.Location = new System.Drawing.Point(306, 0);
     this.ribbonBar16.Name = "ribbonBar16";
     this.ribbonBar16.Size = new System.Drawing.Size(100, 67);
     this.ribbonBar16.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar16.TabIndex = 4;
     //
     //
     //
     this.ribbonBar16.TitleStyle.Class = "";
     this.ribbonBar16.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar16.TitleStyleMouseOver.Class = "";
     this.ribbonBar16.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // Exit
     //
     this.Exit.Image = ((System.Drawing.Image)(resources.GetObject("Exit.Image")));
     this.Exit.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.Exit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.Exit.Name = "Exit";
     this.Exit.SubItemsExpandWidth = 14;
     this.Exit.Text = "<div width=\"70\"  align=\"center\">Exit</div>";
     this.Exit.Click += new System.EventHandler(this.Exit_Click);
     //
     // ribbonBar13
     //
     this.ribbonBar13.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar13.BackgroundStyle.Class = "";
     this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar13.ContainerControlProcessDialogKey = true;
     this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.Refresh});
     this.ribbonBar13.Location = new System.Drawing.Point(232, 0);
     this.ribbonBar13.MaximumSize = new System.Drawing.Size(100, 100);
     this.ribbonBar13.Name = "ribbonBar13";
     this.ribbonBar13.Size = new System.Drawing.Size(74, 67);
     this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar13.TabIndex = 3;
     //
     //
     //
     this.ribbonBar13.TitleStyle.Class = "";
     this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar13.TitleStyleMouseOver.Class = "";
     this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // Refresh
     //
     this.Refresh.Image = ((System.Drawing.Image)(resources.GetObject("Refresh.Image")));
     this.Refresh.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.Refresh.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.Refresh.Name = "Refresh";
     this.Refresh.SubItemsExpandWidth = 14;
     this.Refresh.Text = "<div width=\"70\"  align=\"center\">Refersh</div>";
     this.Refresh.Click += new System.EventHandler(this.Refresh_Click);
     //
     // ribbonBar3
     //
     this.ribbonBar3.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar3.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar3.BackgroundStyle.Class = "";
     this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar3.ContainerControlProcessDialogKey = true;
     this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this._save});
     this.ribbonBar3.Location = new System.Drawing.Point(158, 0);
     this.ribbonBar3.MaximumSize = new System.Drawing.Size(100, 100);
     this.ribbonBar3.Name = "ribbonBar3";
     this.ribbonBar3.Size = new System.Drawing.Size(74, 67);
     this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar3.TabIndex = 2;
     //
     //
     //
     this.ribbonBar3.TitleStyle.Class = "";
     this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar3.TitleStyleMouseOver.Class = "";
     this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // _save
     //
     this._save.Image = ((System.Drawing.Image)(resources.GetObject("_save.Image")));
     this._save.ImageFixedSize = new System.Drawing.Size(30, 30);
     this._save.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this._save.Name = "_save";
     this._save.SubItemsExpandWidth = 14;
     this._save.Text = "<div width=\"70\"  align=\"center\">Save</div>";
     this._save.Click += new System.EventHandler(this.buttonItem5_Click);
     //
     // ribbonBar2
     //
     this.ribbonBar2.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar2.BackgroundStyle.Class = "";
     this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar2.ContainerControlProcessDialogKey = true;
     this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this._open});
     this.ribbonBar2.Location = new System.Drawing.Point(79, 0);
     this.ribbonBar2.MaximumSize = new System.Drawing.Size(100, 100);
     this.ribbonBar2.Name = "ribbonBar2";
     this.ribbonBar2.Size = new System.Drawing.Size(79, 67);
     this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar2.TabIndex = 1;
     //
     //
     //
     this.ribbonBar2.TitleStyle.Class = "";
     this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar2.TitleStyleMouseOver.Class = "";
     this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // _open
     //
     this._open.Image = ((System.Drawing.Image)(resources.GetObject("_open.Image")));
     this._open.ImageFixedSize = new System.Drawing.Size(30, 30);
     this._open.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this._open.Name = "_open";
     this._open.SubItemsExpandWidth = 14;
     this._open.Text = "<div width=\"70\"  align=\"center\">Open</div>";
     this._open.Click += new System.EventHandler(this.buttonItem3_Click);
     //
     // ribbonBar1
     //
     this.ribbonBar1.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar1.BackgroundStyle.Class = "";
     this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar1.ContainerControlProcessDialogKey = true;
     this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this._newproject});
     this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar1.MaximumSize = new System.Drawing.Size(100, 100);
     this.ribbonBar1.Name = "ribbonBar1";
     this.ribbonBar1.Size = new System.Drawing.Size(76, 67);
     this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar1.TabIndex = 0;
     //
     //
     //
     this.ribbonBar1.TitleStyle.Class = "";
     this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar1.TitleStyleMouseOver.Class = "";
     this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // _newproject
     //
     this._newproject.Image = ((System.Drawing.Image)(resources.GetObject("_newproject.Image")));
     this._newproject.ImageFixedSize = new System.Drawing.Size(30, 30);
     this._newproject.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this._newproject.Name = "_newproject";
     this._newproject.SubItemsExpandWidth = 14;
     this._newproject.Text = "<div width=\"70\"  align=\"center\">New Project</div>";
     this._newproject.Click += new System.EventHandler(this.buttonItem2_Click);
     //
     // ribbonPanel2
     //
     this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel2.Controls.Add(this.ribbonBar9);
     this.ribbonPanel2.Controls.Add(this.ribbonBar8);
     this.ribbonPanel2.Controls.Add(this.ribbonBar7);
     this.ribbonPanel2.Controls.Add(this.ribbonBar6);
     this.ribbonPanel2.Controls.Add(this.ribbonBar5);
     this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel2.Location = new System.Drawing.Point(0, 53);
     this.ribbonPanel2.Name = "ribbonPanel2";
     this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribbonPanel2.Size = new System.Drawing.Size(996, 74);
     //
     //
     //
     this.ribbonPanel2.Style.Class = "";
     this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel2.StyleMouseDown.Class = "";
     this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel2.StyleMouseOver.Class = "";
     this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel2.TabIndex = 2;
     this.ribbonPanel2.Visible = false;
     //
     // ribbonBar9
     //
     this.ribbonBar9.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar9.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar9.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar9.BackgroundStyle.Class = "";
     this.ribbonBar9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar9.ContainerControlProcessDialogKey = true;
     this.ribbonBar9.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar9.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem14});
     this.ribbonBar9.Location = new System.Drawing.Point(403, 0);
     this.ribbonBar9.Name = "ribbonBar9";
     this.ribbonBar9.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar9.TabIndex = 4;
     //
     //
     //
     this.ribbonBar9.TitleStyle.Class = "";
     this.ribbonBar9.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar9.TitleStyleMouseOver.Class = "";
     this.ribbonBar9.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem14
     //
     this.buttonItem14.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem14.Image")));
     this.buttonItem14.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem14.Name = "buttonItem14";
     this.buttonItem14.SubItemsExpandWidth = 14;
     this.buttonItem14.Text = "<div width=\"70\"  align=\"center\">Parse</div>";
     //
     // ribbonBar8
     //
     this.ribbonBar8.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar8.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar8.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar8.BackgroundStyle.Class = "";
     this.ribbonBar8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar8.ContainerControlProcessDialogKey = true;
     this.ribbonBar8.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar8.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem13});
     this.ribbonBar8.Location = new System.Drawing.Point(303, 0);
     this.ribbonBar8.Name = "ribbonBar8";
     this.ribbonBar8.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar8.TabIndex = 3;
     //
     //
     //
     this.ribbonBar8.TitleStyle.Class = "";
     this.ribbonBar8.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar8.TitleStyleMouseOver.Class = "";
     this.ribbonBar8.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem13
     //
     this.buttonItem13.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem13.Image")));
     this.buttonItem13.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem13.Name = "buttonItem13";
     this.buttonItem13.SubItemsExpandWidth = 14;
     this.buttonItem13.Text = "<div width=\"70\"  align=\"center\">Cut</div>";
     //
     // ribbonBar7
     //
     this.ribbonBar7.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar7.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar7.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar7.BackgroundStyle.Class = "";
     this.ribbonBar7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar7.ContainerControlProcessDialogKey = true;
     this.ribbonBar7.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar7.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem12});
     this.ribbonBar7.Location = new System.Drawing.Point(203, 0);
     this.ribbonBar7.Name = "ribbonBar7";
     this.ribbonBar7.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar7.TabIndex = 2;
     //
     //
     //
     this.ribbonBar7.TitleStyle.Class = "";
     this.ribbonBar7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar7.TitleStyleMouseOver.Class = "";
     this.ribbonBar7.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem12
     //
     this.buttonItem12.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem12.Image")));
     this.buttonItem12.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem12.Name = "buttonItem12";
     this.buttonItem12.SubItemsExpandWidth = 14;
     this.buttonItem12.Text = "<div width=\"70\"  align=\"center\">Copy</div>";
     //
     // ribbonBar6
     //
     this.ribbonBar6.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar6.BackgroundStyle.Class = "";
     this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar6.ContainerControlProcessDialogKey = true;
     this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem8});
     this.ribbonBar6.Location = new System.Drawing.Point(103, 0);
     this.ribbonBar6.Name = "ribbonBar6";
     this.ribbonBar6.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar6.TabIndex = 1;
     //
     //
     //
     this.ribbonBar6.TitleStyle.Class = "";
     this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar6.TitleStyleMouseOver.Class = "";
     this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem8
     //
     this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
     this.buttonItem8.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem8.Name = "buttonItem8";
     this.buttonItem8.SubItemsExpandWidth = 14;
     this.buttonItem8.Text = "<div width=\"70\"  align=\"center\">Redo</div>";
     //
     // ribbonBar5
     //
     this.ribbonBar5.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar5.BackgroundStyle.Class = "";
     this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar5.ContainerControlProcessDialogKey = true;
     this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem11});
     this.ribbonBar5.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar5.Name = "ribbonBar5";
     this.ribbonBar5.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar5.TabIndex = 0;
     //
     //
     //
     this.ribbonBar5.TitleStyle.Class = "";
     this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar5.TitleStyleMouseOver.Class = "";
     this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem11
     //
     this.buttonItem11.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem11.Image")));
     this.buttonItem11.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem11.Name = "buttonItem11";
     this.buttonItem11.SubItemsExpandWidth = 14;
     this.buttonItem11.Text = "<div width=\"70\"  align=\"center\">Undo</div>";
     //
     // ribbonPanel4
     //
     this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel4.Controls.Add(this.ribbonBar4);
     this.ribbonPanel4.Controls.Add(this.ribbonBar15);
     this.ribbonPanel4.Controls.Add(this.ribbonBar12);
     this.ribbonPanel4.Controls.Add(this.ribbonBar11);
     this.ribbonPanel4.Controls.Add(this.ribbonBar10);
     this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel4.Location = new System.Drawing.Point(0, 53);
     this.ribbonPanel4.Name = "ribbonPanel4";
     this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribbonPanel4.Size = new System.Drawing.Size(996, 74);
     //
     //
     //
     this.ribbonPanel4.Style.Class = "";
     this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel4.StyleMouseDown.Class = "";
     this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel4.StyleMouseOver.Class = "";
     this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel4.TabIndex = 4;
     this.ribbonPanel4.Visible = false;
     //
     // ribbonBar4
     //
     this.ribbonBar4.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar4.BackgroundStyle.Class = "";
     this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar4.ContainerControlProcessDialogKey = true;
     this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem5});
     this.ribbonBar4.Location = new System.Drawing.Point(403, 0);
     this.ribbonBar4.Name = "ribbonBar4";
     this.ribbonBar4.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar4.TabIndex = 4;
     //
     //
     //
     this.ribbonBar4.TitleStyle.Class = "";
     this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar4.TitleStyleMouseOver.Class = "";
     this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem5
     //
     this.buttonItem5.Enabled = false;
     this.buttonItem5.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem5.Image")));
     this.buttonItem5.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem5.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem5.Name = "buttonItem5";
     this.buttonItem5.SubItemsExpandWidth = 14;
     this.buttonItem5.Text = "<div width=\"70\"  align=\"center\">Spy</div>";
     this.buttonItem5.Click += new System.EventHandler(this.buttonItem5_Click_1);
     //
     // ribbonBar15
     //
     this.ribbonBar15.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar15.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar15.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar15.BackgroundStyle.Class = "";
     this.ribbonBar15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar15.ContainerControlProcessDialogKey = true;
     this.ribbonBar15.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar15.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem2});
     this.ribbonBar15.Location = new System.Drawing.Point(303, 0);
     this.ribbonBar15.Name = "ribbonBar15";
     this.ribbonBar15.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar15.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar15.TabIndex = 3;
     this.ribbonBar15.Text = " ";
     //
     //
     //
     this.ribbonBar15.TitleStyle.Class = "";
     this.ribbonBar15.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar15.TitleStyleMouseOver.Class = "";
     this.ribbonBar15.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem2
     //
     this.buttonItem2.Enabled = false;
     this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image")));
     this.buttonItem2.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.SubItemsExpandWidth = 14;
     this.buttonItem2.Text = "<div width=\"70\"  align=\"center\">Resum</div>";
     this.buttonItem2.Click += new System.EventHandler(this.buttonItem2_Click_1);
     //
     // ribbonBar12
     //
     this.ribbonBar12.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar12.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar12.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar12.BackgroundStyle.Class = "";
     this.ribbonBar12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar12.ContainerControlProcessDialogKey = true;
     this.ribbonBar12.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar12.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem4});
     this.ribbonBar12.Location = new System.Drawing.Point(203, 0);
     this.ribbonBar12.Name = "ribbonBar12";
     this.ribbonBar12.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar12.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar12.TabIndex = 2;
     //
     //
     //
     this.ribbonBar12.TitleStyle.Class = "";
     this.ribbonBar12.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar12.TitleStyleMouseOver.Class = "";
     this.ribbonBar12.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem4
     //
     this.buttonItem4.Enabled = false;
     this.buttonItem4.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem4.Image")));
     this.buttonItem4.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem4.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem4.Name = "buttonItem4";
     this.buttonItem4.SubItemsExpandWidth = 14;
     this.buttonItem4.Text = "<div width=\"70\"  align=\"center\">Stop</div>";
     this.buttonItem4.Click += new System.EventHandler(this.buttonItem4_Click);
     //
     // ribbonBar11
     //
     this.ribbonBar11.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar11.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar11.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar11.BackgroundStyle.Class = "";
     this.ribbonBar11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar11.ContainerControlProcessDialogKey = true;
     this.ribbonBar11.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar11.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem16});
     this.ribbonBar11.Location = new System.Drawing.Point(103, 0);
     this.ribbonBar11.Name = "ribbonBar11";
     this.ribbonBar11.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar11.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar11.TabIndex = 1;
     //
     //
     //
     this.ribbonBar11.TitleStyle.Class = "";
     this.ribbonBar11.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar11.TitleStyleMouseOver.Class = "";
     this.ribbonBar11.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem16
     //
     this.buttonItem16.Enabled = false;
     this.buttonItem16.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem16.Image")));
     this.buttonItem16.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem16.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem16.Name = "buttonItem16";
     this.buttonItem16.SubItemsExpandWidth = 14;
     this.buttonItem16.Text = "<div width=\"70\"  align=\"center\">Pause</div>";
     this.buttonItem16.Click += new System.EventHandler(this.buttonItem16_Click);
     //
     // ribbonBar10
     //
     this.ribbonBar10.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar10.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar10.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar10.BackgroundStyle.Class = "";
     this.ribbonBar10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar10.ContainerControlProcessDialogKey = true;
     this.ribbonBar10.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar10.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem15});
     this.ribbonBar10.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar10.Name = "ribbonBar10";
     this.ribbonBar10.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar10.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar10.TabIndex = 0;
     //
     //
     //
     this.ribbonBar10.TitleStyle.Class = "";
     this.ribbonBar10.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar10.TitleStyleMouseOver.Class = "";
     this.ribbonBar10.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem15
     //
     this.buttonItem15.Enabled = false;
     this.buttonItem15.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem15.Image")));
     this.buttonItem15.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem15.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem15.Name = "buttonItem15";
     this.buttonItem15.SubItemsExpandWidth = 14;
     this.buttonItem15.Text = "<div width=\"70\"  align=\"center\">Run</div>";
     this.buttonItem15.Click += new System.EventHandler(this.buttonItem15_Click);
     //
     // ribbonPanel5
     //
     this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel5.Controls.Add(this.ribbonBar14);
     this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel5.Location = new System.Drawing.Point(0, 53);
     this.ribbonPanel5.Name = "ribbonPanel5";
     this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribbonPanel5.Size = new System.Drawing.Size(996, 74);
     //
     //
     //
     this.ribbonPanel5.Style.Class = "";
     this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel5.StyleMouseDown.Class = "";
     this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel5.StyleMouseOver.Class = "";
     this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel5.TabIndex = 5;
     this.ribbonPanel5.Visible = false;
     //
     // ribbonBar14
     //
     this.ribbonBar14.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar14.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar14.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar14.BackgroundStyle.Class = "";
     this.ribbonBar14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar14.ContainerControlProcessDialogKey = true;
     this.ribbonBar14.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar14.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem3});
     this.ribbonBar14.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar14.Name = "ribbonBar14";
     this.ribbonBar14.Size = new System.Drawing.Size(100, 71);
     this.ribbonBar14.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar14.TabIndex = 0;
     //
     //
     //
     this.ribbonBar14.TitleStyle.Class = "";
     this.ribbonBar14.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar14.TitleStyleMouseOver.Class = "";
     this.ribbonBar14.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem3
     //
     this.buttonItem3.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem3.Image")));
     this.buttonItem3.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem3.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem3.Name = "buttonItem3";
     this.buttonItem3.SubItemsExpandWidth = 14;
     this.buttonItem3.Text = "<div width=\"70\"  align=\"center\">Hướng dẫn\r\n</div>";
     //
     // _File
     //
     this._File.Checked = true;
     this._File.Name = "_File";
     this._File.Panel = this.ribbonPanel1;
     this._File.Text = "FILE";
     //
     // _Edit
     //
     this._Edit.Name = "_Edit";
     this._Edit.Panel = this.ribbonPanel2;
     this._Edit.Text = "EDIT";
     //
     // _Test
     //
     this._Test.Name = "_Test";
     this._Test.Panel = this.ribbonPanel4;
     this._Test.Text = "TEST";
     //
     // ribbonTabItem3
     //
     this.ribbonTabItem3.Name = "ribbonTabItem3";
     this.ribbonTabItem3.Panel = this.ribbonPanel5;
     this.ribbonTabItem3.Text = "ABOUT";
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue;
     this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(26))))));
     //
     // _New
     //
     this._New.Image = ((System.Drawing.Image)(resources.GetObject("_New.Image")));
     this._New.ImageFixedSize = new System.Drawing.Size(40, 40);
     this._New.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this._New.Name = "_New";
     this._New.SubItemsExpandWidth = 14;
     this._New.Text = "New File";
     //
     // buttonItem1
     //
     this.buttonItem1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem1.Image")));
     this.buttonItem1.ImageFixedSize = new System.Drawing.Size(40, 40);
     this.buttonItem1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.SubItemsExpandWidth = 14;
     this.buttonItem1.Text = "New File";
     //
     // buttonItem9
     //
     this.buttonItem9.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem9.Image")));
     this.buttonItem9.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem9.Name = "buttonItem9";
     this.buttonItem9.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem10});
     this.buttonItem9.SubItemsExpandWidth = 14;
     this.buttonItem9.Text = "<div width=\"70\"  align=\"center\">New File</div>";
     //
     // buttonItem10
     //
     this.buttonItem10.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem10.Image")));
     this.buttonItem10.ImageFixedSize = new System.Drawing.Size(40, 40);
     this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem10.Name = "buttonItem10";
     this.buttonItem10.SubItemsExpandWidth = 14;
     this.buttonItem10.Text = "<div width=\"70\" align=\"center\">Close</div>";
     //
     // dotNetBarManager1
     //
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
     this.dotNetBarManager1.BottomDockSite = this.dockSite4;
     this.dotNetBarManager1.EnableFullSizeDock = false;
     this.dotNetBarManager1.LeftDockSite = this.dockSite1;
     this.dotNetBarManager1.ParentForm = this;
     this.dotNetBarManager1.RightDockSite = this.dockSite2;
     this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
     this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
     this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
     this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
     this.dotNetBarManager1.TopDockSite = this.dockSite3;
     //
     // dockSite4
     //
     this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite4.Location = new System.Drawing.Point(5, 516);
     this.dockSite4.Name = "dockSite4";
     this.dockSite4.Size = new System.Drawing.Size(996, 0);
     this.dockSite4.TabIndex = 4;
     this.dockSite4.TabStop = false;
     //
     // dockSite1
     //
     this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite1.Controls.Add(this.bar1);
     this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
     ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar1, 246, 386)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
     this.dockSite1.Location = new System.Drawing.Point(5, 130);
     this.dockSite1.Name = "dockSite1";
     this.dockSite1.Size = new System.Drawing.Size(249, 386);
     this.dockSite1.TabIndex = 1;
     this.dockSite1.TabStop = false;
     //
     // bar1
     //
     this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
     this.bar1.AccessibleName = "DotNetBar Bar";
     this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.bar1.CanDockBottom = false;
     this.bar1.CloseSingleTab = true;
     this.bar1.Controls.Add(this.panelDockContainer1);
     this.bar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.bar1.DockOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.bar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.dockContainerItem1});
     this.bar1.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
     this.bar1.Location = new System.Drawing.Point(0, 0);
     this.bar1.Name = "bar1";
     this.bar1.Size = new System.Drawing.Size(246, 386);
     this.bar1.Stretch = true;
     this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.bar1.TabIndex = 0;
     this.bar1.TabStop = false;
     this.bar1.Text = "Solution Explorer";
     //
     // panelDockContainer1
     //
     this.panelDockContainer1.Controls.Add(this.treeViewproject);
     this.panelDockContainer1.Location = new System.Drawing.Point(3, 23);
     this.panelDockContainer1.Name = "panelDockContainer1";
     this.panelDockContainer1.Size = new System.Drawing.Size(240, 360);
     this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelDockContainer1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelDockContainer1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelDockContainer1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelDockContainer1.Style.GradientAngle = 90;
     this.panelDockContainer1.StyleMouseDown.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(142)))), ((int)(((byte)(75)))));
     this.panelDockContainer1.StyleMouseDown.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(139)))));
     this.panelDockContainer1.StyleMouseDown.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     this.panelDockContainer1.StyleMouseDown.ForeColor.Color = System.Drawing.SystemColors.ControlText;
     this.panelDockContainer1.StyleMouseOver.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(204)))));
     this.panelDockContainer1.StyleMouseOver.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(208)))), ((int)(((byte)(145)))));
     this.panelDockContainer1.StyleMouseOver.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     this.panelDockContainer1.StyleMouseOver.ForeColor.Color = System.Drawing.SystemColors.ControlText;
     this.panelDockContainer1.TabIndex = 0;
     //
     // treeViewproject
     //
     this.treeViewproject.ContextMenuStrip = this.contextMenuStrip1;
     this.treeViewproject.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeViewproject.ImageIndex = 0;
     this.treeViewproject.ImageList = this.imageList1;
     this.treeViewproject.Location = new System.Drawing.Point(0, 0);
     this.treeViewproject.Name = "treeViewproject";
     this.treeViewproject.SelectedImageIndex = 0;
     this.treeViewproject.Size = new System.Drawing.Size(240, 360);
     this.treeViewproject.TabIndex = 0;
     this.treeViewproject.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.treeViewproject.DoubleClick += new System.EventHandler(this.treeViewproject_DoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addNewFileToolStripMenuItem,
     this.deleteToolStripMenuItem,
     this.runToolStripMenuItem,
     this.spyToolStripMenuItem,
     this.refreshToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(145, 114);
     //
     // addNewFileToolStripMenuItem
     //
     this.addNewFileToolStripMenuItem.Name = "addNewFileToolStripMenuItem";
     this.addNewFileToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.addNewFileToolStripMenuItem.Text = "Add New File";
     this.addNewFileToolStripMenuItem.Click += new System.EventHandler(this.addNewFileToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // runToolStripMenuItem
     //
     this.runToolStripMenuItem.Enabled = false;
     this.runToolStripMenuItem.Name = "runToolStripMenuItem";
     this.runToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.runToolStripMenuItem.Text = "Run";
     this.runToolStripMenuItem.Click += new System.EventHandler(this.runToolStripMenuItem_Click);
     //
     // spyToolStripMenuItem
     //
     this.spyToolStripMenuItem.Name = "spyToolStripMenuItem";
     this.spyToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.spyToolStripMenuItem.Text = "Spy";
     this.spyToolStripMenuItem.Click += new System.EventHandler(this.spyToolStripMenuItem_Click_1);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.refreshToolStripMenuItem.Text = "Refresh";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "xls.png");
     this.imageList1.Images.SetKeyName(1, "folder-512.png");
     //
     // dockContainerItem1
     //
     this.dockContainerItem1.Control = this.panelDockContainer1;
     this.dockContainerItem1.Name = "dockContainerItem1";
     this.dockContainerItem1.Text = "Solution Explorer";
     //
     // dockSite2
     //
     this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite2.Location = new System.Drawing.Point(1001, 130);
     this.dockSite2.Name = "dockSite2";
     this.dockSite2.Size = new System.Drawing.Size(0, 386);
     this.dockSite2.TabIndex = 2;
     this.dockSite2.TabStop = false;
     //
     // dockSite8
     //
     this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite8.Location = new System.Drawing.Point(5, 516);
     this.dockSite8.Name = "dockSite8";
     this.dockSite8.Size = new System.Drawing.Size(996, 0);
     this.dockSite8.TabIndex = 8;
     this.dockSite8.TabStop = false;
     //
     // dockSite5
     //
     this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite5.Location = new System.Drawing.Point(5, 1);
     this.dockSite5.Name = "dockSite5";
     this.dockSite5.Size = new System.Drawing.Size(0, 515);
     this.dockSite5.TabIndex = 5;
     this.dockSite5.TabStop = false;
     //
     // dockSite6
     //
     this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite6.Location = new System.Drawing.Point(1001, 1);
     this.dockSite6.Name = "dockSite6";
     this.dockSite6.Size = new System.Drawing.Size(0, 515);
     this.dockSite6.TabIndex = 6;
     this.dockSite6.TabStop = false;
     //
     // dockSite7
     //
     this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite7.Location = new System.Drawing.Point(5, 1);
     this.dockSite7.Name = "dockSite7";
     this.dockSite7.Size = new System.Drawing.Size(996, 0);
     this.dockSite7.TabIndex = 7;
     this.dockSite7.TabStop = false;
     //
     // dockSite3
     //
     this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite3.Location = new System.Drawing.Point(5, 1);
     this.dockSite3.Name = "dockSite3";
     this.dockSite3.Size = new System.Drawing.Size(996, 0);
     this.dockSite3.TabIndex = 3;
     this.dockSite3.TabStop = false;
     //
     // metroTileItem2
     //
     this.metroTileItem2.Name = "metroTileItem2";
     this.metroTileItem2.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.metroTileItem2.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(83)))), ((int)(((byte)(117)))));
     this.metroTileItem2.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(103)))), ((int)(((byte)(155)))));
     this.metroTileItem2.TileStyle.BackColorGradientAngle = 45;
     this.metroTileItem2.TileStyle.Class = "";
     this.metroTileItem2.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTileItem2.TileStyle.PaddingBottom = 4;
     this.metroTileItem2.TileStyle.PaddingLeft = 4;
     this.metroTileItem2.TileStyle.PaddingRight = 4;
     this.metroTileItem2.TileStyle.PaddingTop = 4;
     this.metroTileItem2.TileStyle.TextColor = System.Drawing.Color.White;
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.closeTabToolStripMenuItem,
     this.copyToolStripMenuItem});
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(127, 48);
     //
     // closeTabToolStripMenuItem
     //
     this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem";
     this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.closeTabToolStripMenuItem.Text = "Close Tab";
     this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.closeTabToolStripMenuItem_Click_1);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.copyToolStripMenuItem.Text = "Copy";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.pictureBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 28);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(739, 354);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Start Page";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(733, 348);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // tabControl1
     //
     this.tabControl1.AllowDrop = true;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.DisplayStyle = System.Windows.Forms.TabStyle.IE8;
     //
     //
     //
     this.tabControl1.DisplayStyleProvider.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.tabControl1.DisplayStyleProvider.BorderColorHot = System.Drawing.SystemColors.ControlDark;
     this.tabControl1.DisplayStyleProvider.BorderColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
     this.tabControl1.DisplayStyleProvider.CloserColor = System.Drawing.Color.DarkGray;
     this.tabControl1.DisplayStyleProvider.CloserColorActive = System.Drawing.Color.Red;
     this.tabControl1.DisplayStyleProvider.FocusTrack = false;
     this.tabControl1.DisplayStyleProvider.HotTrack = true;
     this.tabControl1.DisplayStyleProvider.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tabControl1.DisplayStyleProvider.Opacity = 1F;
     this.tabControl1.DisplayStyleProvider.Overlap = 0;
     this.tabControl1.DisplayStyleProvider.Padding = new System.Drawing.Point(6, 5);
     this.tabControl1.DisplayStyleProvider.Radius = 3;
     this.tabControl1.DisplayStyleProvider.ShowTabCloser = true;
     this.tabControl1.DisplayStyleProvider.TextColor = System.Drawing.SystemColors.ControlText;
     this.tabControl1.DisplayStyleProvider.TextColorDisabled = System.Drawing.SystemColors.ControlDark;
     this.tabControl1.DisplayStyleProvider.TextColorSelected = System.Drawing.SystemColors.ControlText;
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.HotTrack = true;
     this.tabControl1.ImageList = this.imageList1;
     this.tabControl1.Location = new System.Drawing.Point(254, 130);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(747, 386);
     this.tabControl1.TabIndex = 9;
     this.tabControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseDown);
     //
     // main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(1006, 518);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.dockSite2);
     this.Controls.Add(this.dockSite1);
     this.Controls.Add(this.ribbonControl1);
     this.Controls.Add(this.dockSite3);
     this.Controls.Add(this.dockSite4);
     this.Controls.Add(this.dockSite5);
     this.Controls.Add(this.dockSite6);
     this.Controls.Add(this.dockSite7);
     this.Controls.Add(this.dockSite8);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Automation Test";
     this.Load += new System.EventHandler(this.main_Load);
     this.ribbonControl1.ResumeLayout(false);
     this.ribbonControl1.PerformLayout();
     this.ribbonPanel1.ResumeLayout(false);
     this.ribbonPanel2.ResumeLayout(false);
     this.ribbonPanel4.ResumeLayout(false);
     this.ribbonPanel5.ResumeLayout(false);
     this.dockSite1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     this.bar1.ResumeLayout(false);
     this.panelDockContainer1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.contextMenuStrip2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#3
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(frmMain));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.strmenuHeThong = new System.Windows.Forms.ToolStripMenuItem();
     this.strDangNhap = new System.Windows.Forms.ToolStripMenuItem();
     this.projectToolStripNewProject = new System.Windows.Forms.ToolStripMenuItem();
     this.strDangXuat = new System.Windows.Forms.ToolStripMenuItem();
     this.projectToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this._btSave = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.strmenuTroGiup = new System.Windows.Forms.ToolStripMenuItem();
     this.strThongTin = new System.Windows.Forms.ToolStripMenuItem();
     this.strLienHe = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.projectExploreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.execureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.thoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tácGiảToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.metroShell1 = new DevComponents.DotNetBar.Metro.MetroShell();
     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.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonRun = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonPause = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonStop = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonUndo = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonRedo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = 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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
     this.dockSite4 = new DevComponents.DotNetBar.DockSite();
     this.dockSite1 = new DevComponents.DotNetBar.DockSite();
     this.bar1 = new DevComponents.DotNetBar.Bar();
     this.panelDockContainer1 = new DevComponents.DotNetBar.PanelDockContainer();
     this._treeViewProjectExplore = new System.Windows.Forms.TreeView();
     this.contextMenuStripTreeView = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.runToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.addFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageListTrV = new System.Windows.Forms.ImageList(this.components);
     this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockSite2 = new DevComponents.DotNetBar.DockSite();
     this.dockSite8 = new DevComponents.DotNetBar.DockSite();
     this.dockSite5 = new DevComponents.DotNetBar.DockSite();
     this.dockSite6 = new DevComponents.DotNetBar.DockSite();
     this.dockSite7 = new DevComponents.DotNetBar.DockSite();
     this.dockSite3 = new DevComponents.DotNetBar.DockSite();
     this.tabControl1X = new System.Windows.Forms.TabControl();
     this.tabPageHex = new System.Windows.Forms.TabPage();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.tabPageText = new System.Windows.Forms.TabPage();
     this.tabControl2 = new System.Windows.Forms.TabControl();
     this.tabMenu = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.itemPanel4 = new DevComponents.DotNetBar.ItemPanel();
     this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer();
     this.metroTileItem4 = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.itemPanel5 = new DevComponents.DotNetBar.ItemPanel();
     this.itemContainer5 = new DevComponents.DotNetBar.ItemContainer();
     this.metroTileItem5 = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.itemPanel6 = new DevComponents.DotNetBar.ItemPanel();
     this.itemContainer6 = new DevComponents.DotNetBar.ItemContainer();
     this.metroTileItem6 = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.itemPanel7 = new DevComponents.DotNetBar.ItemPanel();
     this.itemContainer7 = new DevComponents.DotNetBar.ItemContainer();
     this.metroTileItem7 = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.itemPanel3 = new DevComponents.DotNetBar.ItemPanel();
     this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer();
     this.metroTileItem3 = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.itemPanel1 = new DevComponents.DotNetBar.ItemPanel();
     this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer();
     this.metroTileItem1 = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.itemPanel2 = new DevComponents.DotNetBar.ItemPanel();
     this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer();
     this.metroTileItem2 = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.tabPageExcell = new System.Windows.Forms.TabPage();
     this.tabControl1 = new System.Windows.Forms.CustomTabControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.tabPage23 = new System.Windows.Forms.TabPage();
     this.tabPage21 = new System.Windows.Forms.TabPage();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.dockSite1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.bar1.SuspendLayout();
     this.panelDockContainer1.SuspendLayout();
     this.contextMenuStripTreeView.SuspendLayout();
     this.tabControl1X.SuspendLayout();
     this.tabPageHex.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tabPageText.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabMenu.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.tabPageExcell.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.strmenuHeThong,
     this.strmenuTroGiup,
     this.viewToolStripMenuItem,
     this.execureToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(5, 25);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(851, 24);
     this.menuStrip1.TabIndex = 12;
     this.menuStrip1.Text = "menuStrip1";
     //
     // strmenuHeThong
     //
     this.strmenuHeThong.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.strDangNhap,
     this.strDangXuat,
     this._btSave,
     this.exitToolStripMenuItem});
     this.strmenuHeThong.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.strmenuHeThong.ForeColor = System.Drawing.Color.White;
     this.strmenuHeThong.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.strmenuHeThong.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.strmenuHeThong.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.strmenuHeThong.Name = "strmenuHeThong";
     this.strmenuHeThong.Size = new System.Drawing.Size(37, 20);
     this.strmenuHeThong.Text = "&File";
     //
     // strDangNhap
     //
     this.strDangNhap.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("strDangNhap.BackgroundImage")));
     this.strDangNhap.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.projectToolStripNewProject});
     this.strDangNhap.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.strDangNhap.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.strDangNhap.Name = "strDangNhap";
     this.strDangNhap.Size = new System.Drawing.Size(138, 22);
     this.strDangNhap.Text = "New";
     //
     // projectToolStripNewProject
     //
     this.projectToolStripNewProject.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("projectToolStripNewProject.BackgroundImage")));
     this.projectToolStripNewProject.ForeColor = System.Drawing.Color.White;
     this.projectToolStripNewProject.Image = ((System.Drawing.Image)(resources.GetObject("projectToolStripNewProject.Image")));
     this.projectToolStripNewProject.Name = "projectToolStripNewProject";
     this.projectToolStripNewProject.Size = new System.Drawing.Size(111, 22);
     this.projectToolStripNewProject.Text = "Project";
     this.projectToolStripNewProject.Click += new System.EventHandler(this.projectToolStripNewProject_Click);
     //
     // strDangXuat
     //
     this.strDangXuat.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("strDangXuat.BackgroundImage")));
     this.strDangXuat.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.projectToolStripMenuItem1});
     this.strDangXuat.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.strDangXuat.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.strDangXuat.Name = "strDangXuat";
     this.strDangXuat.Size = new System.Drawing.Size(138, 22);
     this.strDangXuat.Text = "Open";
     //
     // projectToolStripMenuItem1
     //
     this.projectToolStripMenuItem1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("projectToolStripMenuItem1.BackgroundImage")));
     this.projectToolStripMenuItem1.ForeColor = System.Drawing.Color.White;
     this.projectToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("projectToolStripMenuItem1.Image")));
     this.projectToolStripMenuItem1.Name = "projectToolStripMenuItem1";
     this.projectToolStripMenuItem1.Size = new System.Drawing.Size(111, 22);
     this.projectToolStripMenuItem1.Text = "Project";
     this.projectToolStripMenuItem1.Click += new System.EventHandler(this.projectToolStripMenuItem1_Click);
     //
     // _btSave
     //
     this._btSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("_btSave.BackgroundImage")));
     this._btSave.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this._btSave.Image = ((System.Drawing.Image)(resources.GetObject("_btSave.Image")));
     this._btSave.Name = "_btSave";
     this._btSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this._btSave.Size = new System.Drawing.Size(138, 22);
     this._btSave.Text = "Save";
     this._btSave.Click += new System.EventHandler(this._btSave_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.BackgroundImage")));
     this.exitToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.exitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.Image")));
     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(138, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // strmenuTroGiup
     //
     this.strmenuTroGiup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.strThongTin,
     this.strLienHe});
     this.strmenuTroGiup.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.strmenuTroGiup.ForeColor = System.Drawing.Color.White;
     this.strmenuTroGiup.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.strmenuTroGiup.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.strmenuTroGiup.Name = "strmenuTroGiup";
     this.strmenuTroGiup.Size = new System.Drawing.Size(39, 20);
     this.strmenuTroGiup.Text = "&Edit";
     //
     // strThongTin
     //
     this.strThongTin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("strThongTin.BackgroundImage")));
     this.strThongTin.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.strThongTin.Image = ((System.Drawing.Image)(resources.GetObject("strThongTin.Image")));
     this.strThongTin.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.strThongTin.Name = "strThongTin";
     this.strThongTin.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.strThongTin.Size = new System.Drawing.Size(144, 22);
     this.strThongTin.Text = "Undo";
     //
     // strLienHe
     //
     this.strLienHe.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("strLienHe.BackgroundImage")));
     this.strLienHe.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.strLienHe.Image = ((System.Drawing.Image)(resources.GetObject("strLienHe.Image")));
     this.strLienHe.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.strLienHe.Name = "strLienHe";
     this.strLienHe.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.strLienHe.Size = new System.Drawing.Size(144, 22);
     this.strLienHe.Text = "Redo";
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.projectExploreToolStripMenuItem});
     this.viewToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.viewToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "&View";
     //
     // projectExploreToolStripMenuItem
     //
     this.projectExploreToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("projectExploreToolStripMenuItem.BackgroundImage")));
     this.projectExploreToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.projectExploreToolStripMenuItem.Name = "projectExploreToolStripMenuItem";
     this.projectExploreToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.projectExploreToolStripMenuItem.Text = "Project Explore";
     //
     // execureToolStripMenuItem
     //
     this.execureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runToolStripMenuItem,
     this.pauseToolStripMenuItem,
     this.stopToolStripMenuItem});
     this.execureToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.execureToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.execureToolStripMenuItem.Name = "execureToolStripMenuItem";
     this.execureToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
     this.execureToolStripMenuItem.Text = "&Execure";
     //
     // runToolStripMenuItem
     //
     this.runToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("runToolStripMenuItem.BackgroundImage")));
     this.runToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.runToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("runToolStripMenuItem.Image")));
     this.runToolStripMenuItem.Name = "runToolStripMenuItem";
     this.runToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.runToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.runToolStripMenuItem.Text = "Run";
     //
     // pauseToolStripMenuItem
     //
     this.pauseToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pauseToolStripMenuItem.BackgroundImage")));
     this.pauseToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.pauseToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pauseToolStripMenuItem.Image")));
     this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
     this.pauseToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.pauseToolStripMenuItem.Text = "Pause";
     //
     // stopToolStripMenuItem
     //
     this.stopToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("stopToolStripMenuItem.BackgroundImage")));
     this.stopToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.stopToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("stopToolStripMenuItem.Image")));
     this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
     this.stopToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.stopToolStripMenuItem.Text = "Stop";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.thoToolStripMenuItem,
     this.tácGiảToolStripMenuItem});
     this.aboutToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
     this.aboutToolStripMenuItem.Text = "&About";
     //
     // thoToolStripMenuItem
     //
     this.thoToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("thoToolStripMenuItem.BackgroundImage")));
     this.thoToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.thoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("thoToolStripMenuItem.Image")));
     this.thoToolStripMenuItem.Name = "thoToolStripMenuItem";
     this.thoToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.thoToolStripMenuItem.Text = "Thông Tin Phần Mềm";
     //
     // tácGiảToolStripMenuItem
     //
     this.tácGiảToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tácGiảToolStripMenuItem.BackgroundImage")));
     this.tácGiảToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.tácGiảToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("tácGiảToolStripMenuItem.Image")));
     this.tácGiảToolStripMenuItem.Name = "tácGiảToolStripMenuItem";
     this.tácGiảToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.tácGiảToolStripMenuItem.Text = "Tác Giả";
     //
     // metroShell1
     //
     this.metroShell1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.metroShell1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("metroShell1.BackgroundImage")));
     this.metroShell1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     //
     //
     //
     this.metroShell1.BackgroundStyle.Class = "";
     this.metroShell1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroShell1.CaptionVisible = true;
     this.metroShell1.Dock = System.Windows.Forms.DockStyle.Top;
     this.metroShell1.ForeColor = System.Drawing.Color.DimGray;
     this.metroShell1.HelpButtonText = null;
     this.metroShell1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.metroShell1.Location = new System.Drawing.Point(5, 1);
     this.metroShell1.Name = "metroShell1";
     this.metroShell1.Size = new System.Drawing.Size(851, 24);
     this.metroShell1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
     this.metroShell1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
     this.metroShell1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
     this.metroShell1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
     this.metroShell1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
     this.metroShell1.SystemText.QatDialogAddButton = "&Add >>";
     this.metroShell1.SystemText.QatDialogCancelButton = "Cancel";
     this.metroShell1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
     this.metroShell1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
     this.metroShell1.SystemText.QatDialogOkButton = "OK";
     this.metroShell1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
     this.metroShell1.SystemText.QatDialogRemoveButton = "&Remove";
     this.metroShell1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
     this.metroShell1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
     this.metroShell1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
     this.metroShell1.TabIndex = 11;
     this.metroShell1.TabStripFont = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.metroShell1.Text = "metroShell1";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripButton,
     this.openToolStripButton,
     this.saveToolStripButton,
     this.toolStripSeparator,
     this.toolStripButtonRun,
     this.toolStripButtonPause,
     this.toolStripButtonStop,
     this.toolStripSeparator1,
     this.toolStripButtonUndo,
     this.toolStripButtonRedo,
     this.toolStripSeparator2,
     this.cutToolStripButton,
     this.copyToolStripButton,
     this.pasteToolStripButton,
     this.toolStripSeparator3,
     this.helpToolStripButton});
     this.toolStrip1.Location = new System.Drawing.Point(5, 49);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(851, 25);
     this.toolStrip1.TabIndex = 13;
     this.toolStrip1.Text = "toolStrip1";
     //
     // 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";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonRun
     //
     this.toolStripButtonRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonRun.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRun.Image")));
     this.toolStripButtonRun.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonRun.Name = "toolStripButtonRun";
     this.toolStripButtonRun.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonRun.Text = "&Run";
     //
     // toolStripButtonPause
     //
     this.toolStripButtonPause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonPause.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPause.Image")));
     this.toolStripButtonPause.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonPause.Name = "toolStripButtonPause";
     this.toolStripButtonPause.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonPause.Text = "&Pause";
     //
     // toolStripButtonStop
     //
     this.toolStripButtonStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonStop.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonStop.Image")));
     this.toolStripButtonStop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonStop.Name = "toolStripButtonStop";
     this.toolStripButtonStop.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonStop.Text = "&Stop";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonUndo
     //
     this.toolStripButtonUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonUndo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonUndo.Image")));
     this.toolStripButtonUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonUndo.Name = "toolStripButtonUndo";
     this.toolStripButtonUndo.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonUndo.Text = "&Undo";
     //
     // toolStripButtonRedo
     //
     this.toolStripButtonRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonRedo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRedo.Image")));
     this.toolStripButtonRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonRedo.Name = "toolStripButtonRedo";
     this.toolStripButtonRedo.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonRedo.Text = "&Redo";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.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";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.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";
     //
     // dotNetBarManager1
     //
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
     this.dotNetBarManager1.BottomDockSite = this.dockSite4;
     this.dotNetBarManager1.EnableFullSizeDock = false;
     this.dotNetBarManager1.LeftDockSite = this.dockSite1;
     this.dotNetBarManager1.ParentForm = this;
     this.dotNetBarManager1.RightDockSite = this.dockSite2;
     this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
     this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
     this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
     this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
     this.dotNetBarManager1.TopDockSite = this.dockSite3;
     //
     // dockSite4
     //
     this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite4.Location = new System.Drawing.Point(5, 479);
     this.dockSite4.Name = "dockSite4";
     this.dockSite4.Size = new System.Drawing.Size(851, 0);
     this.dockSite4.TabIndex = 17;
     this.dockSite4.TabStop = false;
     //
     // dockSite1
     //
     this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite1.Controls.Add(this.bar1);
     this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
     ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar1, 169, 405)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
     this.dockSite1.Location = new System.Drawing.Point(5, 74);
     this.dockSite1.Name = "dockSite1";
     this.dockSite1.Size = new System.Drawing.Size(172, 405);
     this.dockSite1.TabIndex = 14;
     this.dockSite1.TabStop = false;
     //
     // bar1
     //
     this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
     this.bar1.AccessibleName = "DotNetBar Bar";
     this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.bar1.CloseSingleTab = true;
     this.bar1.Controls.Add(this.panelDockContainer1);
     this.bar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.dockContainerItem1});
     this.bar1.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
     this.bar1.Location = new System.Drawing.Point(0, 0);
     this.bar1.Name = "bar1";
     this.bar1.Size = new System.Drawing.Size(169, 405);
     this.bar1.Stretch = true;
     this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.bar1.TabIndex = 0;
     this.bar1.TabStop = false;
     this.bar1.Text = "Solution Explore";
     //
     // panelDockContainer1
     //
     this.panelDockContainer1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.panelDockContainer1.Controls.Add(this._treeViewProjectExplore);
     this.panelDockContainer1.Location = new System.Drawing.Point(3, 23);
     this.panelDockContainer1.Name = "panelDockContainer1";
     this.panelDockContainer1.Size = new System.Drawing.Size(163, 379);
     this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelDockContainer1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelDockContainer1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelDockContainer1.Style.GradientAngle = 90;
     this.panelDockContainer1.TabIndex = 0;
     //
     // _treeViewProjectExplore
     //
     this._treeViewProjectExplore.ContextMenuStrip = this.contextMenuStripTreeView;
     this._treeViewProjectExplore.Dock = System.Windows.Forms.DockStyle.Fill;
     this._treeViewProjectExplore.ImageIndex = 0;
     this._treeViewProjectExplore.ImageList = this.imageListTrV;
     this._treeViewProjectExplore.Location = new System.Drawing.Point(0, 0);
     this._treeViewProjectExplore.Name = "_treeViewProjectExplore";
     this._treeViewProjectExplore.SelectedImageIndex = 0;
     this._treeViewProjectExplore.Size = new System.Drawing.Size(163, 379);
     this._treeViewProjectExplore.TabIndex = 0;
     this._treeViewProjectExplore.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this._treeViewProjectExplore_AfterSelect);
     this._treeViewProjectExplore.DoubleClick += new System.EventHandler(this._treeViewProjectExplore_DoubleClick);
     //
     // contextMenuStripTreeView
     //
     this.contextMenuStripTreeView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runToolStripMenuItem1,
     this.addFileToolStripMenuItem,
     this.deleteToolStripMenuItem});
     this.contextMenuStripTreeView.Name = "contextMenuStripTreeView";
     this.contextMenuStripTreeView.Size = new System.Drawing.Size(118, 70);
     //
     // runToolStripMenuItem1
     //
     this.runToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("runToolStripMenuItem1.Image")));
     this.runToolStripMenuItem1.Name = "runToolStripMenuItem1";
     this.runToolStripMenuItem1.Size = new System.Drawing.Size(117, 22);
     this.runToolStripMenuItem1.Text = "Run";
     this.runToolStripMenuItem1.Click += new System.EventHandler(this.runToolStripMenuItem1_Click);
     //
     // addFileToolStripMenuItem
     //
     this.addFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addFileToolStripMenuItem.Image")));
     this.addFileToolStripMenuItem.Name = "addFileToolStripMenuItem";
     this.addFileToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     this.addFileToolStripMenuItem.Text = "Add File";
     this.addFileToolStripMenuItem.Click += new System.EventHandler(this.addFileToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem.Image")));
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     //
     // imageListTrV
     //
     this.imageListTrV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTrV.ImageStream")));
     this.imageListTrV.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListTrV.Images.SetKeyName(0, "1.png");
     this.imageListTrV.Images.SetKeyName(1, "2.png");
     this.imageListTrV.Images.SetKeyName(2, "Folder.png");
     //
     // dockContainerItem1
     //
     this.dockContainerItem1.Control = this.panelDockContainer1;
     this.dockContainerItem1.Name = "dockContainerItem1";
     this.dockContainerItem1.Text = "dockContainerItem1";
     //
     // dockSite2
     //
     this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite2.Location = new System.Drawing.Point(856, 74);
     this.dockSite2.Name = "dockSite2";
     this.dockSite2.Size = new System.Drawing.Size(0, 405);
     this.dockSite2.TabIndex = 15;
     this.dockSite2.TabStop = false;
     //
     // dockSite8
     //
     this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite8.Location = new System.Drawing.Point(5, 479);
     this.dockSite8.Name = "dockSite8";
     this.dockSite8.Size = new System.Drawing.Size(851, 0);
     this.dockSite8.TabIndex = 21;
     this.dockSite8.TabStop = false;
     //
     // dockSite5
     //
     this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite5.Location = new System.Drawing.Point(5, 1);
     this.dockSite5.Name = "dockSite5";
     this.dockSite5.Size = new System.Drawing.Size(0, 478);
     this.dockSite5.TabIndex = 18;
     this.dockSite5.TabStop = false;
     //
     // dockSite6
     //
     this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite6.Location = new System.Drawing.Point(856, 1);
     this.dockSite6.Name = "dockSite6";
     this.dockSite6.Size = new System.Drawing.Size(0, 478);
     this.dockSite6.TabIndex = 19;
     this.dockSite6.TabStop = false;
     //
     // dockSite7
     //
     this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite7.Location = new System.Drawing.Point(5, 1);
     this.dockSite7.Name = "dockSite7";
     this.dockSite7.Size = new System.Drawing.Size(851, 0);
     this.dockSite7.TabIndex = 20;
     this.dockSite7.TabStop = false;
     //
     // dockSite3
     //
     this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite3.Location = new System.Drawing.Point(5, 1);
     this.dockSite3.Name = "dockSite3";
     this.dockSite3.Size = new System.Drawing.Size(851, 0);
     this.dockSite3.TabIndex = 16;
     this.dockSite3.TabStop = false;
     //
     // tabControl1X
     //
     this.tabControl1X.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabControl1X.Controls.Add(this.tabPageHex);
     this.tabControl1X.Controls.Add(this.tabPageText);
     this.tabControl1X.Controls.Add(this.tabPageExcell);
     this.tabControl1X.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1X.Location = new System.Drawing.Point(177, 74);
     this.tabControl1X.Name = "tabControl1X";
     this.tabControl1X.SelectedIndex = 0;
     this.tabControl1X.Size = new System.Drawing.Size(679, 405);
     this.tabControl1X.TabIndex = 22;
     //
     // tabPageHex
     //
     this.tabPageHex.Controls.Add(this.pictureBox1);
     this.tabPageHex.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPageHex.Location = new System.Drawing.Point(4, 25);
     this.tabPageHex.Name = "tabPageHex";
     this.tabPageHex.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageHex.Size = new System.Drawing.Size(671, 376);
     this.tabPageHex.TabIndex = 0;
     this.tabPageHex.Text = "Introduction";
     this.tabPageHex.UseVisualStyleBackColor = true;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(665, 370);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // tabPageText
     //
     this.tabPageText.Controls.Add(this.tabControl2);
     this.tabPageText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPageText.Location = new System.Drawing.Point(4, 25);
     this.tabPageText.Name = "tabPageText";
     this.tabPageText.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageText.Size = new System.Drawing.Size(671, 376);
     this.tabPageText.TabIndex = 1;
     this.tabPageText.Text = "Short Menu";
     this.tabPageText.UseVisualStyleBackColor = true;
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabMenu);
     this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl2.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.tabControl2.Location = new System.Drawing.Point(3, 3);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(665, 370);
     this.tabControl2.TabIndex = 21;
     //
     // tabMenu
     //
     this.tabMenu.Controls.Add(this.tableLayoutPanel1);
     this.tabMenu.Location = new System.Drawing.Point(4, 22);
     this.tabMenu.Name = "tabMenu";
     this.tabMenu.Padding = new System.Windows.Forms.Padding(3);
     this.tabMenu.Size = new System.Drawing.Size(657, 344);
     this.tabMenu.TabIndex = 1;
     this.tabMenu.Text = "Short Menu";
     this.tabMenu.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 616F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelX1, 1, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 300F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 9F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(651, 338);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.56995F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69.43005F));
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(41, 59);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(610, 294);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.17172F));
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel5, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.itemPanel3, 0, 0);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(189, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 2;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.69444F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 197F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(418, 288);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Controls.Add(this.itemPanel4, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.itemPanel5, 1, 0);
     this.tableLayoutPanel5.Controls.Add(this.itemPanel6, 0, 1);
     this.tableLayoutPanel5.Controls.Add(this.itemPanel7, 1, 1);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 94);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 2;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(412, 191);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // itemPanel4
     //
     //
     //
     //
     this.itemPanel4.BackgroundStyle.Class = "ItemPanel";
     this.itemPanel4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel4.ContainerControlProcessDialogKey = true;
     this.itemPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer4});
     this.itemPanel4.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel4.Location = new System.Drawing.Point(3, 3);
     this.itemPanel4.Name = "itemPanel4";
     this.itemPanel4.Size = new System.Drawing.Size(200, 89);
     this.itemPanel4.TabIndex = 0;
     this.itemPanel4.Text = "itemPanel4";
     //
     // itemContainer4
     //
     //
     //
     //
     this.itemContainer4.BackgroundStyle.Class = "";
     this.itemContainer4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer4.Name = "itemContainer4";
     this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.metroTileItem4});
     //
     // metroTileItem4
     //
     this.metroTileItem4.Name = "metroTileItem4";
     this.metroTileItem4.Text = "metroTileItem4";
     this.metroTileItem4.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     this.metroTileItem4.TileSize = new System.Drawing.Size(200, 90);
     //
     //
     //
     this.metroTileItem4.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(83)))), ((int)(((byte)(117)))));
     this.metroTileItem4.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(103)))), ((int)(((byte)(155)))));
     this.metroTileItem4.TileStyle.BackColorGradientAngle = 45;
     this.metroTileItem4.TileStyle.Class = "";
     this.metroTileItem4.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTileItem4.TileStyle.PaddingBottom = 4;
     this.metroTileItem4.TileStyle.PaddingLeft = 4;
     this.metroTileItem4.TileStyle.PaddingRight = 4;
     this.metroTileItem4.TileStyle.PaddingTop = 4;
     this.metroTileItem4.TileStyle.TextColor = System.Drawing.Color.White;
     //
     // itemPanel5
     //
     //
     //
     //
     this.itemPanel5.BackgroundStyle.Class = "ItemPanel";
     this.itemPanel5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel5.ContainerControlProcessDialogKey = true;
     this.itemPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer5});
     this.itemPanel5.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel5.Location = new System.Drawing.Point(209, 3);
     this.itemPanel5.Name = "itemPanel5";
     this.itemPanel5.Size = new System.Drawing.Size(200, 89);
     this.itemPanel5.TabIndex = 1;
     this.itemPanel5.Text = "itemPanel5";
     //
     // itemContainer5
     //
     //
     //
     //
     this.itemContainer5.BackgroundStyle.Class = "";
     this.itemContainer5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer5.Name = "itemContainer5";
     this.itemContainer5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.metroTileItem5});
     //
     // metroTileItem5
     //
     this.metroTileItem5.Name = "metroTileItem5";
     this.metroTileItem5.Text = "metroTileItem5";
     this.metroTileItem5.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.DarkOlive;
     this.metroTileItem5.TileSize = new System.Drawing.Size(200, 90);
     //
     //
     //
     this.metroTileItem5.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(96)))));
     this.metroTileItem5.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(86)))));
     this.metroTileItem5.TileStyle.BackColorGradientAngle = 45;
     this.metroTileItem5.TileStyle.Class = "";
     this.metroTileItem5.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTileItem5.TileStyle.PaddingBottom = 4;
     this.metroTileItem5.TileStyle.PaddingLeft = 4;
     this.metroTileItem5.TileStyle.PaddingRight = 4;
     this.metroTileItem5.TileStyle.PaddingTop = 4;
     this.metroTileItem5.TileStyle.TextColor = System.Drawing.Color.White;
     //
     // itemPanel6
     //
     //
     //
     //
     this.itemPanel6.BackgroundStyle.Class = "ItemPanel";
     this.itemPanel6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel6.ContainerControlProcessDialogKey = true;
     this.itemPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer6});
     this.itemPanel6.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel6.Location = new System.Drawing.Point(3, 98);
     this.itemPanel6.Name = "itemPanel6";
     this.itemPanel6.Size = new System.Drawing.Size(200, 90);
     this.itemPanel6.TabIndex = 2;
     this.itemPanel6.Text = "itemPanel6";
     //
     // itemContainer6
     //
     //
     //
     //
     this.itemContainer6.BackgroundStyle.Class = "";
     this.itemContainer6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer6.Name = "itemContainer6";
     this.itemContainer6.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.metroTileItem6});
     //
     // metroTileItem6
     //
     this.metroTileItem6.Name = "metroTileItem6";
     this.metroTileItem6.Text = "metroTileItem6";
     this.metroTileItem6.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.RedOrange;
     this.metroTileItem6.TileSize = new System.Drawing.Size(200, 90);
     //
     //
     //
     this.metroTileItem6.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(60)))), ((int)(((byte)(0)))));
     this.metroTileItem6.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(57)))), ((int)(((byte)(0)))));
     this.metroTileItem6.TileStyle.BackColorGradientAngle = 45;
     this.metroTileItem6.TileStyle.Class = "";
     this.metroTileItem6.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTileItem6.TileStyle.PaddingBottom = 4;
     this.metroTileItem6.TileStyle.PaddingLeft = 4;
     this.metroTileItem6.TileStyle.PaddingRight = 4;
     this.metroTileItem6.TileStyle.PaddingTop = 4;
     this.metroTileItem6.TileStyle.TextColor = System.Drawing.Color.White;
     //
     // itemPanel7
     //
     //
     //
     //
     this.itemPanel7.BackgroundStyle.Class = "ItemPanel";
     this.itemPanel7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel7.ContainerControlProcessDialogKey = true;
     this.itemPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel7.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer7});
     this.itemPanel7.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel7.Location = new System.Drawing.Point(209, 98);
     this.itemPanel7.Name = "itemPanel7";
     this.itemPanel7.Size = new System.Drawing.Size(200, 90);
     this.itemPanel7.TabIndex = 3;
     this.itemPanel7.Text = "itemPanel7";
     //
     // itemContainer7
     //
     //
     //
     //
     this.itemContainer7.BackgroundStyle.Class = "";
     this.itemContainer7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer7.Name = "itemContainer7";
     this.itemContainer7.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.metroTileItem7});
     //
     // metroTileItem7
     //
     this.metroTileItem7.Name = "metroTileItem7";
     this.metroTileItem7.Text = "metroTileItem7";
     this.metroTileItem7.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Magenta;
     this.metroTileItem7.TileSize = new System.Drawing.Size(200, 90);
     //
     //
     //
     this.metroTileItem7.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(151)))), ((int)(((byte)(42)))));
     this.metroTileItem7.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(177)))), ((int)(((byte)(51)))));
     this.metroTileItem7.TileStyle.BackColorGradientAngle = 45;
     this.metroTileItem7.TileStyle.Class = "";
     this.metroTileItem7.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTileItem7.TileStyle.PaddingBottom = 4;
     this.metroTileItem7.TileStyle.PaddingLeft = 4;
     this.metroTileItem7.TileStyle.PaddingRight = 4;
     this.metroTileItem7.TileStyle.PaddingTop = 4;
     this.metroTileItem7.TileStyle.TextColor = System.Drawing.Color.White;
     //
     // itemPanel3
     //
     //
     //
     //
     this.itemPanel3.BackgroundStyle.Class = "ItemPanel";
     this.itemPanel3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel3.ContainerControlProcessDialogKey = true;
     this.itemPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer3});
     this.itemPanel3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel3.Location = new System.Drawing.Point(3, 3);
     this.itemPanel3.Name = "itemPanel3";
     this.itemPanel3.Size = new System.Drawing.Size(412, 85);
     this.itemPanel3.TabIndex = 1;
     this.itemPanel3.Text = "itemPanel3";
     //
     // itemContainer3
     //
     //
     //
     //
     this.itemContainer3.BackgroundStyle.Class = "";
     this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer3.Name = "itemContainer3";
     this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.metroTileItem3});
     //
     // metroTileItem3
     //
     this.metroTileItem3.Name = "metroTileItem3";
     this.metroTileItem3.Text = "metroTileItem3";
     this.metroTileItem3.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Green;
     this.metroTileItem3.TileSize = new System.Drawing.Size(420, 90);
     //
     //
     //
     this.metroTileItem3.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(187)))), ((int)(((byte)(17)))));
     this.metroTileItem3.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(176)))), ((int)(((byte)(16)))));
     this.metroTileItem3.TileStyle.BackColorGradientAngle = 45;
     this.metroTileItem3.TileStyle.Class = "";
     this.metroTileItem3.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTileItem3.TileStyle.PaddingBottom = 4;
     this.metroTileItem3.TileStyle.PaddingLeft = 4;
     this.metroTileItem3.TileStyle.PaddingRight = 4;
     this.metroTileItem3.TileStyle.PaddingTop = 4;
     this.metroTileItem3.TileStyle.TextColor = System.Drawing.Color.White;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.itemPanel1, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.itemPanel2, 0, 1);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 143F));
     this.tableLayoutPanel4.Size = new System.Drawing.Size(180, 288);
     this.tableLayoutPanel4.TabIndex = 1;
     //
     // itemPanel1
     //
     //
     //
     //
     this.itemPanel1.BackgroundStyle.Class = "ItemPanel";
     this.itemPanel1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel1.ContainerControlProcessDialogKey = true;
     this.itemPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer1});
     this.itemPanel1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel1.Location = new System.Drawing.Point(3, 3);
     this.itemPanel1.Name = "itemPanel1";
     this.itemPanel1.Size = new System.Drawing.Size(174, 139);
     this.itemPanel1.TabIndex = 0;
     this.itemPanel1.Text = "itemPanel1";
     //
     // itemContainer1
     //
     //
     //
     //
     this.itemContainer1.BackgroundStyle.Class = "";
     this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer1.Name = "itemContainer1";
     this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.metroTileItem1});
     //
     // metroTileItem1
     //
     this.metroTileItem1.Name = "metroTileItem1";
     this.metroTileItem1.Text = "metroTileItem1";
     this.metroTileItem1.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Teal;
     this.metroTileItem1.TileSize = new System.Drawing.Size(180, 150);
     //
     //
     //
     this.metroTileItem1.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(169)))), ((int)(((byte)(142)))));
     this.metroTileItem1.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(187)))), ((int)(((byte)(158)))));
     this.metroTileItem1.TileStyle.BackColorGradientAngle = 45;
     this.metroTileItem1.TileStyle.Class = "";
     this.metroTileItem1.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTileItem1.TileStyle.PaddingBottom = 4;
     this.metroTileItem1.TileStyle.PaddingLeft = 4;
     this.metroTileItem1.TileStyle.PaddingRight = 4;
     this.metroTileItem1.TileStyle.PaddingTop = 4;
     this.metroTileItem1.TileStyle.TextColor = System.Drawing.Color.White;
     this.metroTileItem1.TitleTextColor = System.Drawing.SystemColors.MenuHighlight;
     //
     // itemPanel2
     //
     //
     //
     //
     this.itemPanel2.BackgroundStyle.Class = "ItemPanel";
     this.itemPanel2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel2.ContainerControlProcessDialogKey = true;
     this.itemPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer2});
     this.itemPanel2.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel2.Location = new System.Drawing.Point(3, 148);
     this.itemPanel2.Name = "itemPanel2";
     this.itemPanel2.Size = new System.Drawing.Size(174, 137);
     this.itemPanel2.TabIndex = 1;
     this.itemPanel2.Text = "itemPanel2";
     //
     // itemContainer2
     //
     //
     //
     //
     this.itemContainer2.BackgroundStyle.Class = "";
     this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer2.Name = "itemContainer2";
     this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.metroTileItem2});
     //
     // metroTileItem2
     //
     this.metroTileItem2.Name = "metroTileItem2";
     this.metroTileItem2.Text = "metroTileItem2";
     this.metroTileItem2.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Orange;
     this.metroTileItem2.TileSize = new System.Drawing.Size(180, 150);
     //
     //
     //
     this.metroTileItem2.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(131)))), ((int)(((byte)(0)))));
     this.metroTileItem2.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(136)))), ((int)(((byte)(0)))));
     this.metroTileItem2.TileStyle.BackColorGradientAngle = 45;
     this.metroTileItem2.TileStyle.Class = "";
     this.metroTileItem2.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTileItem2.TileStyle.PaddingBottom = 4;
     this.metroTileItem2.TileStyle.PaddingLeft = 4;
     this.metroTileItem2.TileStyle.PaddingRight = 4;
     this.metroTileItem2.TileStyle.PaddingTop = 4;
     this.metroTileItem2.TileStyle.TextColor = System.Drawing.Color.White;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(41, 3);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(183, 50);
     this.labelX1.TabIndex = 1;
     this.labelX1.Text = "<b><font size=\'26\' color=\'#00B7EF\'>Menu</font></b>";
     //
     // tabPageExcell
     //
     this.tabPageExcell.Controls.Add(this.tabControl1);
     this.tabPageExcell.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPageExcell.Location = new System.Drawing.Point(4, 25);
     this.tabPageExcell.Name = "tabPageExcell";
     this.tabPageExcell.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageExcell.Size = new System.Drawing.Size(671, 376);
     this.tabPageExcell.TabIndex = 2;
     this.tabPageExcell.Text = "Excel";
     this.tabPageExcell.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.DisplayStyle = System.Windows.Forms.TabStyle.Chrome;
     //
     //
     //
     this.tabControl1.DisplayStyleProvider.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.tabControl1.DisplayStyleProvider.BorderColorHot = System.Drawing.SystemColors.ControlDark;
     this.tabControl1.DisplayStyleProvider.BorderColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
     this.tabControl1.DisplayStyleProvider.CloserColor = System.Drawing.Color.DarkGray;
     this.tabControl1.DisplayStyleProvider.CloserColorActive = System.Drawing.Color.White;
     this.tabControl1.DisplayStyleProvider.FocusTrack = false;
     this.tabControl1.DisplayStyleProvider.HotTrack = true;
     this.tabControl1.DisplayStyleProvider.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tabControl1.DisplayStyleProvider.Opacity = 1F;
     this.tabControl1.DisplayStyleProvider.Overlap = 16;
     this.tabControl1.DisplayStyleProvider.Padding = new System.Drawing.Point(7, 5);
     this.tabControl1.DisplayStyleProvider.Radius = 16;
     this.tabControl1.DisplayStyleProvider.ShowTabCloser = true;
     this.tabControl1.DisplayStyleProvider.TextColor = System.Drawing.SystemColors.ControlText;
     this.tabControl1.DisplayStyleProvider.TextColorDisabled = System.Drawing.SystemColors.ControlDark;
     this.tabControl1.DisplayStyleProvider.TextColorSelected = System.Drawing.SystemColors.ControlText;
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.HotTrack = true;
     this.tabControl1.ImageList = this.imageList1;
     this.tabControl1.Location = new System.Drawing.Point(3, 3);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(665, 370);
     this.tabControl1.TabIndex = 6;
     this.tabControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseDown);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "battery.png");
     this.imageList1.Images.SetKeyName(1, "book_open.png");
     this.imageList1.Images.SetKeyName(2, "brush3.png");
     this.imageList1.Images.SetKeyName(3, "calculator.png");
     this.imageList1.Images.SetKeyName(4, "cd_music.png");
     this.imageList1.Images.SetKeyName(5, "Close");
     this.imageList1.Images.SetKeyName(6, "google_favicon.png");
     //
     // tabPage23
     //
     this.tabPage23.ImageKey = "(none)";
     this.tabPage23.Location = new System.Drawing.Point(4, 27);
     this.tabPage23.Name = "tabPage23";
     this.tabPage23.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage23.Size = new System.Drawing.Size(657, 339);
     this.tabPage23.TabIndex = 2;
     this.tabPage23.Text = "tabPage23";
     this.tabPage23.UseVisualStyleBackColor = true;
     //
     // tabPage21
     //
     this.tabPage21.ImageKey = "(none)";
     this.tabPage21.Location = new System.Drawing.Point(4, 27);
     this.tabPage21.Name = "tabPage21";
     this.tabPage21.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage21.Size = new System.Drawing.Size(657, 339);
     this.tabPage21.TabIndex = 0;
     this.tabPage21.Text = "Allgemein";
     this.tabPage21.UseVisualStyleBackColor = true;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(861, 481);
     this.Controls.Add(this.tabControl1X);
     this.Controls.Add(this.dockSite2);
     this.Controls.Add(this.dockSite1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.metroShell1);
     this.Controls.Add(this.dockSite3);
     this.Controls.Add(this.dockSite4);
     this.Controls.Add(this.dockSite5);
     this.Controls.Add(this.dockSite6);
     this.Controls.Add(this.dockSite7);
     this.Controls.Add(this.dockSite8);
     this.Name = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmMain";
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.dockSite1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     this.bar1.ResumeLayout(false);
     this.panelDockContainer1.ResumeLayout(false);
     this.contextMenuStripTreeView.ResumeLayout(false);
     this.tabControl1X.ResumeLayout(false);
     this.tabPageHex.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tabPageText.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.tabMenu.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tabPageExcell.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }