예제 #1
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(MainForm));
     this.list = new System.Windows.Forms.ListView();
     this.list_Property = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.list_Value = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.mnxList = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnxListCopy = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
     this.mnxListSelectAll = new System.Windows.Forms.ToolStripMenuItem();
     this.bwExecutor = new System.ComponentModel.BackgroundWorker();
     this.mnuNew = new System.Windows.Forms.ToolStripButton();
     this.mnuAttach = new System.Windows.Forms.ToolStripSplitButton();
     this.mnuAttachReadOnly = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuOpen = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuDetach = new System.Windows.Forms.ToolStripButton();
     this.mnuApp = new System.Windows.Forms.ToolStripDropDownButton();
     this.mnuAppOptions = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuApp0 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuAppFeedback = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAppUpgrade = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAppDonate = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuApp1 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuAppAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuRefresh = new System.Windows.Forms.ToolStripButton();
     this.mnu = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuAutomount = new System.Windows.Forms.ToolStripSplitButton();
     this.mnuAutomountNormal = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAutomountReadonly = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuAutomountDisable = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDrive = new System.Windows.Forms.ToolStripSplitButton();
     this.staErrorStolenExtension = new System.Windows.Forms.StatusStrip();
     this.staErrorStolenExtensionText = new System.Windows.Forms.ToolStripStatusLabel();
     this.staErrorServiceMissing = new System.Windows.Forms.StatusStrip();
     this.staErrorServiceMissingText = new System.Windows.Forms.ToolStripStatusLabel();
     this.staErrorServiceNotRunning = new System.Windows.Forms.StatusStrip();
     this.staErrorServiceNotRunningText = new System.Windows.Forms.ToolStripStatusLabel();
     this.tmrUpdateMenu = new System.Windows.Forms.Timer(this.components);
     this.mnxList.SuspendLayout();
     this.mnu.SuspendLayout();
     this.staErrorStolenExtension.SuspendLayout();
     this.staErrorServiceMissing.SuspendLayout();
     this.staErrorServiceNotRunning.SuspendLayout();
     this.SuspendLayout();
     //
     // list
     //
     this.list.AllowDrop = true;
     this.list.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.list.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.list_Property,
     this.list_Value});
     this.list.ContextMenuStrip = this.mnxList;
     this.list.Dock = System.Windows.Forms.DockStyle.Fill;
     this.list.FullRowSelect = true;
     this.list.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.list.HideSelection = false;
     this.list.Location = new System.Drawing.Point(0, 32);
     this.list.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.list.Name = "list";
     this.list.Size = new System.Drawing.Size(677, 462);
     this.list.TabIndex = 2;
     this.list.UseCompatibleStateImageBehavior = false;
     this.list.View = System.Windows.Forms.View.Details;
     this.list.DragDrop += new System.Windows.Forms.DragEventHandler(this.list_DragDrop);
     this.list.DragEnter += new System.Windows.Forms.DragEventHandler(this.list_DragEnter);
     //
     // list_Property
     //
     this.list_Property.Text = "Property";
     this.list_Property.Width = 150;
     //
     // list_Value
     //
     this.list_Value.Text = "Value";
     this.list_Value.Width = 408;
     //
     // mnxList
     //
     this.mnxList.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.mnxList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnxListCopy,
     this.toolStripMenuItem6,
     this.mnxListSelectAll});
     this.mnxList.Name = "mnxListAddress";
     this.mnxList.Size = new System.Drawing.Size(229, 70);
     this.mnxList.Opening += new System.ComponentModel.CancelEventHandler(this.mnxList_Opening);
     //
     // mnxListCopy
     //
     this.mnxListCopy.Image = ((System.Drawing.Image)(resources.GetObject("mnxListCopy.Image")));
     this.mnxListCopy.Name = "mnxListCopy";
     this.mnxListCopy.ShortcutKeyDisplayString = "Ctrl+C";
     this.mnxListCopy.Size = new System.Drawing.Size(228, 30);
     this.mnxListCopy.Text = "&Copy";
     this.mnxListCopy.Click += new System.EventHandler(this.mnxListCopy_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(225, 6);
     //
     // mnxListSelectAll
     //
     this.mnxListSelectAll.Name = "mnxListSelectAll";
     this.mnxListSelectAll.ShortcutKeyDisplayString = "Ctrl+A";
     this.mnxListSelectAll.Size = new System.Drawing.Size(228, 30);
     this.mnxListSelectAll.Text = "&Select all";
     this.mnxListSelectAll.Click += new System.EventHandler(this.mnxListSelectAll_Click);
     //
     // bwExecutor
     //
     this.bwExecutor.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwExecutor_DoWork);
     this.bwExecutor.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bwExecutor_RunWorkerCompleted);
     //
     // mnuNew
     //
     this.mnuNew.Image = global::VhdAttach.Properties.Resources.mnuNew_16;
     this.mnuNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuNew.Name = "mnuNew";
     this.mnuNew.Size = new System.Drawing.Size(71, 29);
     this.mnuNew.Text = "New";
     this.mnuNew.ToolTipText = "New virtual disk (Ctrl+N)";
     this.mnuNew.Click += new System.EventHandler(this.mnuFile_Click);
     //
     // mnuAttach
     //
     this.mnuAttach.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuAttachReadOnly});
     this.mnuAttach.Enabled = false;
     this.mnuAttach.Image = global::VhdAttach.Properties.Resources.mnuAttach_16;
     this.mnuAttach.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuAttach.Name = "mnuAttach";
     this.mnuAttach.Size = new System.Drawing.Size(104, 29);
     this.mnuAttach.Text = "Attach";
     this.mnuAttach.ToolTipText = "Attach virtual disk (F6)";
     this.mnuAttach.ButtonClick += new System.EventHandler(this.mnuAttach_ButtonClick);
     //
     // mnuAttachReadOnly
     //
     this.mnuAttachReadOnly.Name = "mnuAttachReadOnly";
     this.mnuAttachReadOnly.Size = new System.Drawing.Size(229, 30);
     this.mnuAttachReadOnly.Text = "Attach read-only";
     this.mnuAttachReadOnly.Click += new System.EventHandler(this.mnuAttachReadOnly_Click);
     //
     // mnuOpen
     //
     this.mnuOpen.Image = global::VhdAttach.Properties.Resources.mnuOpen_16;
     this.mnuOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuOpen.Name = "mnuOpen";
     this.mnuOpen.Size = new System.Drawing.Size(97, 29);
     this.mnuOpen.Text = "Open";
     this.mnuOpen.ToolTipText = "Open virtual disk (Ctrl+O)";
     this.mnuOpen.ButtonClick += new System.EventHandler(this.mnuOpen_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 32);
     //
     // mnuDetach
     //
     this.mnuDetach.Enabled = false;
     this.mnuDetach.Image = global::VhdAttach.Properties.Resources.mnuDetach_16;
     this.mnuDetach.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuDetach.Name = "mnuDetach";
     this.mnuDetach.Size = new System.Drawing.Size(91, 29);
     this.mnuDetach.Text = "Detach";
     this.mnuDetach.ToolTipText = "Detach virtual disk";
     this.mnuDetach.Click += new System.EventHandler(this.mnuDetach_Click);
     //
     // mnuApp
     //
     this.mnuApp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.mnuApp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mnuApp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuAppOptions,
     this.mnuApp0,
     this.mnuAppFeedback,
     this.mnuAppUpgrade,
     this.mnuAppDonate,
     this.mnuApp1,
     this.mnuAppAbout});
     this.mnuApp.Image = global::VhdAttach.Properties.Resources.mnuApp_16;
     this.mnuApp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuApp.Name = "mnuApp";
     this.mnuApp.Size = new System.Drawing.Size(38, 29);
     this.mnuApp.Text = "Application";
     //
     // mnuAppOptions
     //
     this.mnuAppOptions.Name = "mnuAppOptions";
     this.mnuAppOptions.Size = new System.Drawing.Size(244, 30);
     this.mnuAppOptions.Text = "&Options";
     this.mnuAppOptions.Click += new System.EventHandler(this.mnuAppOptions_Click);
     //
     // mnuApp0
     //
     this.mnuApp0.Name = "mnuApp0";
     this.mnuApp0.Size = new System.Drawing.Size(241, 6);
     //
     // mnuAppFeedback
     //
     this.mnuAppFeedback.Name = "mnuAppFeedback";
     this.mnuAppFeedback.Size = new System.Drawing.Size(244, 30);
     this.mnuAppFeedback.Text = "Send &feedback";
     this.mnuAppFeedback.Click += new System.EventHandler(this.mnuAppFeedback_Click);
     //
     // mnuAppUpgrade
     //
     this.mnuAppUpgrade.Name = "mnuAppUpgrade";
     this.mnuAppUpgrade.Size = new System.Drawing.Size(244, 30);
     this.mnuAppUpgrade.Text = "Check for &upgrade";
     this.mnuAppUpgrade.Click += new System.EventHandler(this.mnuAppUpgrade_Click);
     //
     // mnuAppDonate
     //
     this.mnuAppDonate.Name = "mnuAppDonate";
     this.mnuAppDonate.Size = new System.Drawing.Size(244, 30);
     this.mnuAppDonate.Text = "&Donate";
     this.mnuAppDonate.Click += new System.EventHandler(this.mnuAppDonate_Click);
     //
     // mnuApp1
     //
     this.mnuApp1.Name = "mnuApp1";
     this.mnuApp1.Size = new System.Drawing.Size(241, 6);
     //
     // mnuAppAbout
     //
     this.mnuAppAbout.Name = "mnuAppAbout";
     this.mnuAppAbout.Size = new System.Drawing.Size(244, 30);
     this.mnuAppAbout.Text = "&About";
     this.mnuAppAbout.Click += new System.EventHandler(this.mnuAppAbout_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 32);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 32);
     //
     // mnuRefresh
     //
     this.mnuRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mnuRefresh.Enabled = false;
     this.mnuRefresh.Image = global::VhdAttach.Properties.Resources.mnuRefresh_16;
     this.mnuRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuRefresh.Name = "mnuRefresh";
     this.mnuRefresh.Size = new System.Drawing.Size(24, 24);
     this.mnuRefresh.Text = "Refresh";
     this.mnuRefresh.ToolTipText = "Refresh (F5)";
     this.mnuRefresh.Click += new System.EventHandler(this.mnuRefresh_Click);
     //
     // mnu
     //
     this.mnu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.mnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuNew,
     this.mnuOpen,
     this.toolStripSeparator1,
     this.mnuAttach,
     this.mnuDetach,
     this.mnuApp,
     this.toolStripSeparator4,
     this.toolStripSeparator5,
     this.mnuAutomount,
     this.toolStripSeparator2,
     this.mnuDrive,
     this.toolStripSeparator3,
     this.mnuRefresh});
     this.mnu.Location = new System.Drawing.Point(0, 0);
     this.mnu.Name = "mnu";
     this.mnu.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.mnu.Size = new System.Drawing.Size(677, 32);
     this.mnu.Stretch = true;
     this.mnu.TabIndex = 1;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 32);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 32);
     //
     // mnuAutomount
     //
     this.mnuAutomount.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuAutomountNormal,
     this.mnuAutomountReadonly,
     this.toolStripMenuItem2,
     this.mnuAutomountDisable});
     this.mnuAutomount.Enabled = false;
     this.mnuAutomount.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuAutomount.Name = "mnuAutomount";
     this.mnuAutomount.Size = new System.Drawing.Size(132, 29);
     this.mnuAutomount.Text = "Auto-mount";
     this.mnuAutomount.ButtonClick += new System.EventHandler(this.mnuAutomount_ButtonClick);
     this.mnuAutomount.DropDownOpening += new System.EventHandler(this.mnuAutomount_DropDownOpening);
     //
     // mnuAutomountNormal
     //
     this.mnuAutomountNormal.Name = "mnuAutomountNormal";
     this.mnuAutomountNormal.Size = new System.Drawing.Size(277, 30);
     this.mnuAutomountNormal.Text = "Auto-mount";
     this.mnuAutomountNormal.Click += new System.EventHandler(this.mnuAutomountNormal_Click);
     //
     // mnuAutomountReadonly
     //
     this.mnuAutomountReadonly.Image = ((System.Drawing.Image)(resources.GetObject("mnuAutomountReadonly.Image")));
     this.mnuAutomountReadonly.Name = "mnuAutomountReadonly";
     this.mnuAutomountReadonly.Size = new System.Drawing.Size(277, 30);
     this.mnuAutomountReadonly.Text = "Auto-mount read-only";
     this.mnuAutomountReadonly.Click += new System.EventHandler(this.mnuAutomountReadonly_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(274, 6);
     //
     // mnuAutomountDisable
     //
     this.mnuAutomountDisable.Name = "mnuAutomountDisable";
     this.mnuAutomountDisable.Size = new System.Drawing.Size(277, 30);
     this.mnuAutomountDisable.Text = "Do not auto-mount";
     this.mnuAutomountDisable.Click += new System.EventHandler(this.mnuAutomountDisable_Click);
     //
     // mnuDrive
     //
     this.mnuDrive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.mnuDrive.Enabled = false;
     this.mnuDrive.Image = ((System.Drawing.Image)(resources.GetObject("mnuDrive.Image")));
     this.mnuDrive.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuDrive.Name = "mnuDrive";
     this.mnuDrive.Size = new System.Drawing.Size(74, 29);
     this.mnuDrive.Text = "Drive";
     this.mnuDrive.ButtonClick += new System.EventHandler(this.mnuDrive_ButtonClick);
     this.mnuDrive.DropDownOpening += new System.EventHandler(this.mnuDrive_DropDownOpening);
     //
     // staErrorStolenExtension
     //
     this.staErrorStolenExtension.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.staErrorStolenExtension.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.staErrorStolenExtensionText});
     this.staErrorStolenExtension.Location = new System.Drawing.Point(0, 462);
     this.staErrorStolenExtension.Name = "staErrorStolenExtension";
     this.staErrorStolenExtension.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.staErrorStolenExtension.Size = new System.Drawing.Size(655, 31);
     this.staErrorStolenExtension.TabIndex = 3;
     this.staErrorStolenExtension.Visible = false;
     //
     // staErrorStolenExtensionText
     //
     this.staErrorStolenExtensionText.Image = ((System.Drawing.Image)(resources.GetObject("staErrorStolenExtensionText.Image")));
     this.staErrorStolenExtensionText.IsLink = true;
     this.staErrorStolenExtensionText.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.staErrorStolenExtensionText.Margin = new System.Windows.Forms.Padding(1, 3, 0, 2);
     this.staErrorStolenExtensionText.Name = "staErrorStolenExtensionText";
     this.staErrorStolenExtensionText.Size = new System.Drawing.Size(443, 26);
     this.staErrorStolenExtensionText.Text = "Another application is registered for VHD extension.";
     this.staErrorStolenExtensionText.Click += new System.EventHandler(this.staStolenExtensionText_Click);
     //
     // staErrorServiceMissing
     //
     this.staErrorServiceMissing.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.staErrorServiceMissing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.staErrorServiceMissingText});
     this.staErrorServiceMissing.Location = new System.Drawing.Point(0, 462);
     this.staErrorServiceMissing.Name = "staErrorServiceMissing";
     this.staErrorServiceMissing.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.staErrorServiceMissing.Size = new System.Drawing.Size(655, 31);
     this.staErrorServiceMissing.TabIndex = 4;
     this.staErrorServiceMissing.Visible = false;
     //
     // staErrorServiceMissingText
     //
     this.staErrorServiceMissingText.Image = ((System.Drawing.Image)(resources.GetObject("staErrorServiceMissingText.Image")));
     this.staErrorServiceMissingText.IsLink = true;
     this.staErrorServiceMissingText.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.staErrorServiceMissingText.Margin = new System.Windows.Forms.Padding(1, 3, 0, 2);
     this.staErrorServiceMissingText.Name = "staErrorServiceMissingText";
     this.staErrorServiceMissingText.Size = new System.Drawing.Size(327, 26);
     this.staErrorServiceMissingText.Text = "Service is not installed. Click to install.";
     this.staErrorServiceMissingText.Click += new System.EventHandler(this.staErrorServiceMissingText_Click);
     //
     // staErrorServiceNotRunning
     //
     this.staErrorServiceNotRunning.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.staErrorServiceNotRunning.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.staErrorServiceNotRunningText});
     this.staErrorServiceNotRunning.Location = new System.Drawing.Point(0, 462);
     this.staErrorServiceNotRunning.Name = "staErrorServiceNotRunning";
     this.staErrorServiceNotRunning.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.staErrorServiceNotRunning.Size = new System.Drawing.Size(655, 31);
     this.staErrorServiceNotRunning.TabIndex = 5;
     this.staErrorServiceNotRunning.Visible = false;
     //
     // staErrorServiceNotRunningText
     //
     this.staErrorServiceNotRunningText.Image = ((System.Drawing.Image)(resources.GetObject("staErrorServiceNotRunningText.Image")));
     this.staErrorServiceNotRunningText.IsLink = true;
     this.staErrorServiceNotRunningText.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.staErrorServiceNotRunningText.Margin = new System.Windows.Forms.Padding(1, 3, 0, 2);
     this.staErrorServiceNotRunningText.Name = "staErrorServiceNotRunningText";
     this.staErrorServiceNotRunningText.Size = new System.Drawing.Size(313, 26);
     this.staErrorServiceNotRunningText.Text = "Service is not running. Click to start.";
     this.staErrorServiceNotRunningText.Click += new System.EventHandler(this.staErrorServiceNotRunningText_Click);
     //
     // tmrUpdateMenu
     //
     this.tmrUpdateMenu.Enabled = true;
     this.tmrUpdateMenu.Interval = 1000;
     this.tmrUpdateMenu.Tick += new System.EventHandler(this.tmrUpdateMenu_Tick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(677, 494);
     this.Controls.Add(this.list);
     this.Controls.Add(this.staErrorStolenExtension);
     this.Controls.Add(this.staErrorServiceMissing);
     this.Controls.Add(this.staErrorServiceNotRunning);
     this.Controls.Add(this.mnu);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MinimumSize = new System.Drawing.Size(402, 236);
     this.Name = "MainForm";
     this.Text = "VHD Attach";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing);
     this.Load += new System.EventHandler(this.Form_Load);
     this.Resize += new System.EventHandler(this.Form_Resize);
     this.mnxList.ResumeLayout(false);
     this.mnu.ResumeLayout(false);
     this.mnu.PerformLayout();
     this.staErrorStolenExtension.ResumeLayout(false);
     this.staErrorStolenExtension.PerformLayout();
     this.staErrorServiceMissing.ResumeLayout(false);
     this.staErrorServiceMissing.PerformLayout();
     this.staErrorServiceNotRunning.ResumeLayout(false);
     this.staErrorServiceNotRunning.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.menuStrip = new System.Windows.Forms.MenuStrip();
     this.fileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.recentProjectsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.projectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.propertiesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.generateParentMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.generateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.generateWithOptionsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.addToAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.classesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.addDefaultClassAnnotationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addClassAttributeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addDefaultPropertyAnnotationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.foreignKeysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addDefaultForeignKeyAnnotationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addForeignKeyAttributeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uniqueIndicesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addDefaultUniqueIndexAnnotationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aPIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addCreateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addDeleteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addAPIAttributeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.classesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeDefaultClassAnnotationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.propertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.removeDefaultPropertyAnnotationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.foreignKeysToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.removeDefaultForeignKeyAnnotationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aPIToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.removeCreateMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.removeDeleteMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.metricsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.batchEditMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.feedbackMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.samplesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip = new System.Windows.Forms.ToolStrip();
     this.newButton = new System.Windows.Forms.ToolStripButton();
     this.openButton = new System.Windows.Forms.ToolStripButton();
     this.saveButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.propertiesButton = new System.Windows.Forms.ToolStripButton();
     this.refreshButton = new System.Windows.Forms.ToolStripButton();
     this.generateButton = new System.Windows.Forms.ToolStripSplitButton();
     this.generateWithOptionsButton = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.contentSplitContainer = new System.Windows.Forms.SplitContainer();
     this.leftSplitContainer = new System.Windows.Forms.SplitContainer();
     this.projectToolbox = new QuantumConcepts.Common.Forms.UI.Controls.Toolbox();
     this.projectTreeview = new System.Windows.Forms.TreeView();
     this.propertiesToolbox = new QuantumConcepts.Common.Forms.UI.Controls.Toolbox();
     this.optionsPlaceholderPanel = new System.Windows.Forms.Panel();
     this.documentsTabControl = new QuantumConcepts.Common.Forms.UI.Controls.ClosableTabControl();
     this.contentWatermarkPictureBox = new System.Windows.Forms.PictureBox();
     this.watermarkPictureBox = new System.Windows.Forms.PictureBox();
     this.progressPanel = new QuantumConcepts.CodeGenerator.Client.UI.Controls.ProgressPanel();
     this.menuStrip.SuspendLayout();
     this.toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.contentSplitContainer)).BeginInit();
     this.contentSplitContainer.Panel1.SuspendLayout();
     this.contentSplitContainer.Panel2.SuspendLayout();
     this.contentSplitContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.leftSplitContainer)).BeginInit();
     this.leftSplitContainer.Panel1.SuspendLayout();
     this.leftSplitContainer.Panel2.SuspendLayout();
     this.leftSplitContainer.SuspendLayout();
     this.projectToolbox.SuspendLayout();
     this.propertiesToolbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.contentWatermarkPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.watermarkPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileMenuItem,
     this.projectMenuItem,
     this.toolsMenuItem,
     this.helpMenuItem});
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name = "menuStrip";
     this.menuStrip.Size = new System.Drawing.Size(919, 24);
     this.menuStrip.TabIndex = 1;
     this.menuStrip.Text = "menuStrip1";
     //
     // fileMenuItem
     //
     this.fileMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newMenuItem,
     this.openMenuItem,
     this.saveMenuItem,
     this.saveAsMenuItem,
     this.toolStripMenuItem1,
     this.recentProjectsMenuItem,
     this.toolStripSeparator2,
     this.exitMenuItem});
     this.fileMenuItem.Name = "fileMenuItem";
     this.fileMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileMenuItem.Text = "&File";
     //
     // newMenuItem
     //
     this.newMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newMenuItem.Image")));
     this.newMenuItem.Name = "newMenuItem";
     this.newMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newMenuItem.Size = new System.Drawing.Size(195, 22);
     this.newMenuItem.Text = "&New...";
     this.newMenuItem.Click += new System.EventHandler(this.new_Click);
     //
     // openMenuItem
     //
     this.openMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openMenuItem.Image")));
     this.openMenuItem.Name = "openMenuItem";
     this.openMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openMenuItem.Size = new System.Drawing.Size(195, 22);
     this.openMenuItem.Text = "&Open...";
     this.openMenuItem.Click += new System.EventHandler(this.open_Click);
     //
     // saveMenuItem
     //
     this.saveMenuItem.Enabled = false;
     this.saveMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveMenuItem.Image")));
     this.saveMenuItem.Name = "saveMenuItem";
     this.saveMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveMenuItem.Size = new System.Drawing.Size(195, 22);
     this.saveMenuItem.Text = "&Save";
     this.saveMenuItem.Click += new System.EventHandler(this.save_Click);
     //
     // saveAsMenuItem
     //
     this.saveAsMenuItem.Enabled = false;
     this.saveAsMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveAsMenuItem.Image")));
     this.saveAsMenuItem.Name = "saveAsMenuItem";
     this.saveAsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.S)));
     this.saveAsMenuItem.Size = new System.Drawing.Size(195, 22);
     this.saveAsMenuItem.Text = "&Save As...";
     this.saveAsMenuItem.Click += new System.EventHandler(this.saveAs_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 6);
     //
     // recentProjectsMenuItem
     //
     this.recentProjectsMenuItem.Name = "recentProjectsMenuItem";
     this.recentProjectsMenuItem.Size = new System.Drawing.Size(195, 22);
     this.recentProjectsMenuItem.Text = "Recent Projects";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(192, 6);
     //
     // exitMenuItem
     //
     this.exitMenuItem.Name = "exitMenuItem";
     this.exitMenuItem.Size = new System.Drawing.Size(195, 22);
     this.exitMenuItem.Text = "E&xit";
     this.exitMenuItem.Click += new System.EventHandler(this.exit_Click);
     //
     // projectMenuItem
     //
     this.projectMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.propertiesMenuItem,
     this.refreshMenuItem,
     this.generateParentMenuItem,
     this.toolStripSeparator1,
     this.addToAllToolStripMenuItem,
     this.removeAllToolStripMenuItem});
     this.projectMenuItem.Enabled = false;
     this.projectMenuItem.Name = "projectMenuItem";
     this.projectMenuItem.Size = new System.Drawing.Size(56, 20);
     this.projectMenuItem.Text = "&Project";
     //
     // propertiesMenuItem
     //
     this.propertiesMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("propertiesMenuItem.Image")));
     this.propertiesMenuItem.Name = "propertiesMenuItem";
     this.propertiesMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.P)));
     this.propertiesMenuItem.Size = new System.Drawing.Size(209, 22);
     this.propertiesMenuItem.Text = "&Properties...";
     this.propertiesMenuItem.Click += new System.EventHandler(this.properties_Click);
     //
     // refreshMenuItem
     //
     this.refreshMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("refreshMenuItem.Image")));
     this.refreshMenuItem.Name = "refreshMenuItem";
     this.refreshMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.R)));
     this.refreshMenuItem.Size = new System.Drawing.Size(209, 22);
     this.refreshMenuItem.Text = "&Refresh";
     this.refreshMenuItem.Click += new System.EventHandler(this.refresh_Click);
     //
     // generateParentMenuItem
     //
     this.generateParentMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.generateMenuItem,
     this.generateWithOptionsMenuItem});
     this.generateParentMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("generateParentMenuItem.Image")));
     this.generateParentMenuItem.Name = "generateParentMenuItem";
     this.generateParentMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.G)));
     this.generateParentMenuItem.Size = new System.Drawing.Size(209, 22);
     this.generateParentMenuItem.Text = "&Generate";
     //
     // generateMenuItem
     //
     this.generateMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("generateMenuItem.Image")));
     this.generateMenuItem.Name = "generateMenuItem";
     this.generateMenuItem.Size = new System.Drawing.Size(203, 22);
     this.generateMenuItem.Text = "Generate";
     this.generateMenuItem.Click += new System.EventHandler(this.generate_Click);
     //
     // generateWithOptionsMenuItem
     //
     this.generateWithOptionsMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("generateWithOptionsMenuItem.Image")));
     this.generateWithOptionsMenuItem.Name = "generateWithOptionsMenuItem";
     this.generateWithOptionsMenuItem.Size = new System.Drawing.Size(203, 22);
     this.generateWithOptionsMenuItem.Text = "Generate With Options...";
     this.generateWithOptionsMenuItem.Click += new System.EventHandler(this.generateWithOptions_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(206, 6);
     //
     // addToAllToolStripMenuItem
     //
     this.addToAllToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.classesToolStripMenuItem1,
     this.propertiesToolStripMenuItem,
     this.foreignKeysToolStripMenuItem,
     this.uniqueIndicesMenuItem,
     this.aPIToolStripMenuItem});
     this.addToAllToolStripMenuItem.Name = "addToAllToolStripMenuItem";
     this.addToAllToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
     this.addToAllToolStripMenuItem.Text = "Add to All";
     //
     // classesToolStripMenuItem1
     //
     this.classesToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addDefaultClassAnnotationMenuItem,
     this.addClassAttributeMenuItem});
     this.classesToolStripMenuItem1.Name = "classesToolStripMenuItem1";
     this.classesToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
     this.classesToolStripMenuItem1.Text = "Classes";
     //
     // addDefaultClassAnnotationMenuItem
     //
     this.addDefaultClassAnnotationMenuItem.Name = "addDefaultClassAnnotationMenuItem";
     this.addDefaultClassAnnotationMenuItem.Size = new System.Drawing.Size(175, 22);
     this.addDefaultClassAnnotationMenuItem.Text = "Default Annotation";
     this.addDefaultClassAnnotationMenuItem.Click += new System.EventHandler(this.addDefaultClassAnnotationMenuItem_Click);
     //
     // addClassAttributeMenuItem
     //
     this.addClassAttributeMenuItem.Name = "addClassAttributeMenuItem";
     this.addClassAttributeMenuItem.Size = new System.Drawing.Size(175, 22);
     this.addClassAttributeMenuItem.Text = "Attribute...";
     this.addClassAttributeMenuItem.Click += new System.EventHandler(this.addClassAttributeMenuItem_Click);
     //
     // propertiesToolStripMenuItem
     //
     this.propertiesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addDefaultPropertyAnnotationMenuItem});
     this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
     this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.propertiesToolStripMenuItem.Text = "Properties";
     //
     // addDefaultPropertyAnnotationMenuItem
     //
     this.addDefaultPropertyAnnotationMenuItem.Name = "addDefaultPropertyAnnotationMenuItem";
     this.addDefaultPropertyAnnotationMenuItem.Size = new System.Drawing.Size(175, 22);
     this.addDefaultPropertyAnnotationMenuItem.Text = "Default Annotation";
     this.addDefaultPropertyAnnotationMenuItem.Click += new System.EventHandler(this.addDefaultPropertyAnnotationMenuItem_Click);
     //
     // foreignKeysToolStripMenuItem
     //
     this.foreignKeysToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addDefaultForeignKeyAnnotationMenuItem,
     this.addForeignKeyAttributeMenuItem});
     this.foreignKeysToolStripMenuItem.Name = "foreignKeysToolStripMenuItem";
     this.foreignKeysToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.foreignKeysToolStripMenuItem.Text = "Foreign Keys";
     //
     // addDefaultForeignKeyAnnotationMenuItem
     //
     this.addDefaultForeignKeyAnnotationMenuItem.Name = "addDefaultForeignKeyAnnotationMenuItem";
     this.addDefaultForeignKeyAnnotationMenuItem.Size = new System.Drawing.Size(175, 22);
     this.addDefaultForeignKeyAnnotationMenuItem.Text = "Default Annotation";
     this.addDefaultForeignKeyAnnotationMenuItem.Click += new System.EventHandler(this.addDefaultForeignKeyAnnotationMenuItem_Click);
     //
     // addForeignKeyAttributeMenuItem
     //
     this.addForeignKeyAttributeMenuItem.Name = "addForeignKeyAttributeMenuItem";
     this.addForeignKeyAttributeMenuItem.Size = new System.Drawing.Size(175, 22);
     this.addForeignKeyAttributeMenuItem.Text = "Attribute...";
     this.addForeignKeyAttributeMenuItem.Click += new System.EventHandler(this.addForeignKeyAttributeMenuItem_Click);
     //
     // uniqueIndicesMenuItem
     //
     this.uniqueIndicesMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addDefaultUniqueIndexAnnotationMenuItem});
     this.uniqueIndicesMenuItem.Name = "uniqueIndicesMenuItem";
     this.uniqueIndicesMenuItem.Size = new System.Drawing.Size(152, 22);
     this.uniqueIndicesMenuItem.Text = "Unique Indices";
     //
     // addDefaultUniqueIndexAnnotationMenuItem
     //
     this.addDefaultUniqueIndexAnnotationMenuItem.Name = "addDefaultUniqueIndexAnnotationMenuItem";
     this.addDefaultUniqueIndexAnnotationMenuItem.Size = new System.Drawing.Size(175, 22);
     this.addDefaultUniqueIndexAnnotationMenuItem.Text = "Default Annotation";
     this.addDefaultUniqueIndexAnnotationMenuItem.Click += new System.EventHandler(this.addDefaultUniqueIndexAnnotationMenuItem_Click);
     //
     // aPIToolStripMenuItem
     //
     this.aPIToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addCreateMenuItem,
     this.addDeleteMenuItem,
     this.addAPIAttributeMenuItem});
     this.aPIToolStripMenuItem.Name = "aPIToolStripMenuItem";
     this.aPIToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.aPIToolStripMenuItem.Text = "API";
     //
     // addCreateMenuItem
     //
     this.addCreateMenuItem.Name = "addCreateMenuItem";
     this.addCreateMenuItem.Size = new System.Drawing.Size(130, 22);
     this.addCreateMenuItem.Text = "Create";
     this.addCreateMenuItem.Click += new System.EventHandler(this.addCreateAPIMenuItem_Click);
     //
     // addDeleteMenuItem
     //
     this.addDeleteMenuItem.Name = "addDeleteMenuItem";
     this.addDeleteMenuItem.Size = new System.Drawing.Size(130, 22);
     this.addDeleteMenuItem.Text = "Delete";
     this.addDeleteMenuItem.Click += new System.EventHandler(this.addDeleteAPIMenuItem_Click);
     //
     // addAPIAttributeMenuItem
     //
     this.addAPIAttributeMenuItem.Name = "addAPIAttributeMenuItem";
     this.addAPIAttributeMenuItem.Size = new System.Drawing.Size(130, 22);
     this.addAPIAttributeMenuItem.Text = "Attribute...";
     this.addAPIAttributeMenuItem.Click += new System.EventHandler(this.addAPIAttributeMenuItem_Click);
     //
     // removeAllToolStripMenuItem
     //
     this.removeAllToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.classesToolStripMenuItem,
     this.propertiesToolStripMenuItem1,
     this.foreignKeysToolStripMenuItem1,
     this.aPIToolStripMenuItem1});
     this.removeAllToolStripMenuItem.Name = "removeAllToolStripMenuItem";
     this.removeAllToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
     this.removeAllToolStripMenuItem.Text = "Remove From All";
     //
     // classesToolStripMenuItem
     //
     this.classesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removeDefaultClassAnnotationMenuItem});
     this.classesToolStripMenuItem.Name = "classesToolStripMenuItem";
     this.classesToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.classesToolStripMenuItem.Text = "Classes";
     //
     // removeDefaultClassAnnotationMenuItem
     //
     this.removeDefaultClassAnnotationMenuItem.Name = "removeDefaultClassAnnotationMenuItem";
     this.removeDefaultClassAnnotationMenuItem.Size = new System.Drawing.Size(175, 22);
     this.removeDefaultClassAnnotationMenuItem.Text = "Default Annotation";
     this.removeDefaultClassAnnotationMenuItem.Click += new System.EventHandler(this.removeDefaultClassAnnotationMenuItem_Click);
     //
     // propertiesToolStripMenuItem1
     //
     this.propertiesToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removeDefaultPropertyAnnotationMenuItem});
     this.propertiesToolStripMenuItem1.Name = "propertiesToolStripMenuItem1";
     this.propertiesToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
     this.propertiesToolStripMenuItem1.Text = "Properties";
     //
     // removeDefaultPropertyAnnotationMenuItem
     //
     this.removeDefaultPropertyAnnotationMenuItem.Name = "removeDefaultPropertyAnnotationMenuItem";
     this.removeDefaultPropertyAnnotationMenuItem.Size = new System.Drawing.Size(175, 22);
     this.removeDefaultPropertyAnnotationMenuItem.Text = "Default Annotation";
     this.removeDefaultPropertyAnnotationMenuItem.Click += new System.EventHandler(this.removeDefaultPropertyAnnotationToolStripMenuItem_Click);
     //
     // foreignKeysToolStripMenuItem1
     //
     this.foreignKeysToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removeDefaultForeignKeyAnnotationMenuItem});
     this.foreignKeysToolStripMenuItem1.Name = "foreignKeysToolStripMenuItem1";
     this.foreignKeysToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
     this.foreignKeysToolStripMenuItem1.Text = "Foreign Keys";
     //
     // removeDefaultForeignKeyAnnotationMenuItem
     //
     this.removeDefaultForeignKeyAnnotationMenuItem.Name = "removeDefaultForeignKeyAnnotationMenuItem";
     this.removeDefaultForeignKeyAnnotationMenuItem.Size = new System.Drawing.Size(175, 22);
     this.removeDefaultForeignKeyAnnotationMenuItem.Text = "Default Annotation";
     this.removeDefaultForeignKeyAnnotationMenuItem.Click += new System.EventHandler(this.removeDefaultForeignKeyAnnotationMenuItem_Click);
     //
     // aPIToolStripMenuItem1
     //
     this.aPIToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removeCreateMenuItem1,
     this.removeDeleteMenuItem1});
     this.aPIToolStripMenuItem1.Name = "aPIToolStripMenuItem1";
     this.aPIToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
     this.aPIToolStripMenuItem1.Text = "API";
     //
     // removeCreateMenuItem1
     //
     this.removeCreateMenuItem1.Name = "removeCreateMenuItem1";
     this.removeCreateMenuItem1.Size = new System.Drawing.Size(108, 22);
     this.removeCreateMenuItem1.Text = "Create";
     this.removeCreateMenuItem1.Click += new System.EventHandler(this.removeCreateAPIMenuItem_Click);
     //
     // removeDeleteMenuItem1
     //
     this.removeDeleteMenuItem1.Name = "removeDeleteMenuItem1";
     this.removeDeleteMenuItem1.Size = new System.Drawing.Size(108, 22);
     this.removeDeleteMenuItem1.Text = "Delete";
     this.removeDeleteMenuItem1.Click += new System.EventHandler(this.removeDeleteAPIMenuItem_Click);
     //
     // toolsMenuItem
     //
     this.toolsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.metricsMenuItem,
     this.batchEditMenuItem});
     this.toolsMenuItem.Enabled = false;
     this.toolsMenuItem.Name = "toolsMenuItem";
     this.toolsMenuItem.Size = new System.Drawing.Size(47, 20);
     this.toolsMenuItem.Text = "&Tools";
     //
     // metricsMenuItem
     //
     this.metricsMenuItem.Name = "metricsMenuItem";
     this.metricsMenuItem.Size = new System.Drawing.Size(136, 22);
     this.metricsMenuItem.Text = "&Metrics...";
     this.metricsMenuItem.Click += new System.EventHandler(this.metricsMenuItem_Click);
     //
     // batchEditMenuItem
     //
     this.batchEditMenuItem.Name = "batchEditMenuItem";
     this.batchEditMenuItem.Size = new System.Drawing.Size(136, 22);
     this.batchEditMenuItem.Text = "&Batch Edit...";
     this.batchEditMenuItem.Click += new System.EventHandler(this.batchEditMenuItem_Click);
     //
     // helpMenuItem
     //
     this.helpMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.feedbackMenuItem,
     this.toolStripSeparator3,
     this.samplesMenuItem,
     this.aboutMenuItem});
     this.helpMenuItem.Name = "helpMenuItem";
     this.helpMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpMenuItem.Text = "&Help";
     //
     // feedbackMenuItem
     //
     this.feedbackMenuItem.Name = "feedbackMenuItem";
     this.feedbackMenuItem.Size = new System.Drawing.Size(133, 22);
     this.feedbackMenuItem.Text = "&Feedback...";
     this.feedbackMenuItem.Click += new System.EventHandler(this.feedbackMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(130, 6);
     //
     // samplesMenuItem
     //
     this.samplesMenuItem.Name = "samplesMenuItem";
     this.samplesMenuItem.Size = new System.Drawing.Size(133, 22);
     this.samplesMenuItem.Text = "Samples...";
     this.samplesMenuItem.Click += new System.EventHandler(this.samplesMenuItem_Click);
     //
     // aboutMenuItem
     //
     this.aboutMenuItem.Name = "aboutMenuItem";
     this.aboutMenuItem.Size = new System.Drawing.Size(133, 22);
     this.aboutMenuItem.Text = "&About...";
     this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
     //
     // toolStrip
     //
     this.toolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newButton,
     this.openButton,
     this.saveButton,
     this.toolStripSeparator,
     this.propertiesButton,
     this.refreshButton,
     this.generateButton});
     this.toolStrip.Location = new System.Drawing.Point(0, 24);
     this.toolStrip.Name = "toolStrip";
     this.toolStrip.Size = new System.Drawing.Size(919, 39);
     this.toolStrip.TabIndex = 1;
     this.toolStrip.TabStop = true;
     //
     // newButton
     //
     this.newButton.Image = ((System.Drawing.Image)(resources.GetObject("newButton.Image")));
     this.newButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newButton.Name = "newButton";
     this.newButton.Size = new System.Drawing.Size(67, 36);
     this.newButton.Text = "&New";
     this.newButton.Click += new System.EventHandler(this.new_Click);
     //
     // openButton
     //
     this.openButton.Image = ((System.Drawing.Image)(resources.GetObject("openButton.Image")));
     this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openButton.Name = "openButton";
     this.openButton.Size = new System.Drawing.Size(72, 36);
     this.openButton.Text = "&Open";
     this.openButton.Click += new System.EventHandler(this.open_Click);
     //
     // saveButton
     //
     this.saveButton.Enabled = false;
     this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
     this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveButton.Name = "saveButton";
     this.saveButton.Size = new System.Drawing.Size(67, 36);
     this.saveButton.Text = "&Save";
     this.saveButton.Click += new System.EventHandler(this.save_Click);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 39);
     //
     // propertiesButton
     //
     this.propertiesButton.Enabled = false;
     this.propertiesButton.Image = ((System.Drawing.Image)(resources.GetObject("propertiesButton.Image")));
     this.propertiesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.propertiesButton.Name = "propertiesButton";
     this.propertiesButton.Size = new System.Drawing.Size(108, 36);
     this.propertiesButton.Text = "Properties...";
     this.propertiesButton.Click += new System.EventHandler(this.properties_Click);
     //
     // refreshButton
     //
     this.refreshButton.Enabled = false;
     this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
     this.refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.refreshButton.Name = "refreshButton";
     this.refreshButton.Size = new System.Drawing.Size(82, 36);
     this.refreshButton.Text = "Refresh";
     this.refreshButton.Click += new System.EventHandler(this.refresh_Click);
     //
     // generateButton
     //
     this.generateButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.generateWithOptionsButton});
     this.generateButton.Enabled = false;
     this.generateButton.Image = ((System.Drawing.Image)(resources.GetObject("generateButton.Image")));
     this.generateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.generateButton.Name = "generateButton";
     this.generateButton.Size = new System.Drawing.Size(102, 36);
     this.generateButton.Text = "Generate";
     this.generateButton.ButtonClick += new System.EventHandler(this.generate_Click);
     //
     // generateWithOptionsButton
     //
     this.generateWithOptionsButton.Name = "generateWithOptionsButton";
     this.generateWithOptionsButton.Size = new System.Drawing.Size(203, 22);
     this.generateWithOptionsButton.Text = "Generate With Options...";
     this.generateWithOptionsButton.Click += new System.EventHandler(this.generateWithOptions_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.DefaultExt = "xml";
     this.openFileDialog.FileName = "openFileDialog1";
     this.openFileDialog.Filter = "XML Stylesheets (*.xsl, *.xslt)|*.xsl;*.xslt";
     this.openFileDialog.Title = "Choose a StyleSheet...";
     //
     // contentSplitContainer
     //
     this.contentSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.contentSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.contentSplitContainer.Location = new System.Drawing.Point(0, 63);
     this.contentSplitContainer.Name = "contentSplitContainer";
     //
     // contentSplitContainer.Panel1
     //
     this.contentSplitContainer.Panel1.Controls.Add(this.leftSplitContainer);
     this.contentSplitContainer.Panel1MinSize = 300;
     //
     // contentSplitContainer.Panel2
     //
     this.contentSplitContainer.Panel2.Controls.Add(this.documentsTabControl);
     this.contentSplitContainer.Panel2.Controls.Add(this.contentWatermarkPictureBox);
     this.contentSplitContainer.Size = new System.Drawing.Size(919, 563);
     this.contentSplitContainer.SplitterDistance = 300;
     this.contentSplitContainer.TabIndex = 2;
     this.contentSplitContainer.Visible = false;
     //
     // leftSplitContainer
     //
     this.leftSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.leftSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.leftSplitContainer.Location = new System.Drawing.Point(0, 0);
     this.leftSplitContainer.Name = "leftSplitContainer";
     this.leftSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // leftSplitContainer.Panel1
     //
     this.leftSplitContainer.Panel1.Controls.Add(this.projectToolbox);
     //
     // leftSplitContainer.Panel2
     //
     this.leftSplitContainer.Panel2.Controls.Add(this.propertiesToolbox);
     this.leftSplitContainer.Panel2MinSize = 300;
     this.leftSplitContainer.Size = new System.Drawing.Size(300, 563);
     this.leftSplitContainer.SplitterDistance = 254;
     this.leftSplitContainer.TabIndex = 1;
     //
     // projectToolbox
     //
     this.projectToolbox.Controls.Add(this.projectTreeview);
     this.projectToolbox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.projectToolbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.projectToolbox.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.projectToolbox.HeaderAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.projectToolbox.HeaderText = "Project Explorer";
     this.projectToolbox.Location = new System.Drawing.Point(0, 0);
     this.projectToolbox.Name = "projectToolbox";
     this.projectToolbox.Orientation = QuantumConcepts.Common.Forms.UI.Controls.ToolboxOrientation.None;
     this.projectToolbox.Size = new System.Drawing.Size(300, 254);
     this.projectToolbox.TabIndex = 1;
     //
     // projectTreeview
     //
     this.projectTreeview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.projectTreeview.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.projectTreeview.FullRowSelect = true;
     this.projectTreeview.Location = new System.Drawing.Point(0, 20);
     this.projectTreeview.Name = "projectTreeview";
     this.projectTreeview.Size = new System.Drawing.Size(300, 234);
     this.projectTreeview.TabIndex = 2;
     this.projectTreeview.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.projectTreeview_AfterSelect);
     this.projectTreeview.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.projectTreeview_NodeMouseDoubleClick);
     //
     // propertiesToolbox
     //
     this.propertiesToolbox.Controls.Add(this.optionsPlaceholderPanel);
     this.propertiesToolbox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertiesToolbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.propertiesToolbox.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.propertiesToolbox.HeaderAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.propertiesToolbox.HeaderText = "Properties";
     this.propertiesToolbox.Location = new System.Drawing.Point(0, 0);
     this.propertiesToolbox.Name = "propertiesToolbox";
     this.propertiesToolbox.Orientation = QuantumConcepts.Common.Forms.UI.Controls.ToolboxOrientation.None;
     this.propertiesToolbox.Size = new System.Drawing.Size(300, 305);
     this.propertiesToolbox.TabIndex = 2;
     //
     // optionsPlaceholderPanel
     //
     this.optionsPlaceholderPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.optionsPlaceholderPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.optionsPlaceholderPanel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.optionsPlaceholderPanel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.optionsPlaceholderPanel.Location = new System.Drawing.Point(0, 20);
     this.optionsPlaceholderPanel.Name = "optionsPlaceholderPanel";
     this.optionsPlaceholderPanel.Size = new System.Drawing.Size(300, 285);
     this.optionsPlaceholderPanel.TabIndex = 1;
     //
     // documentsTabControl
     //
     this.documentsTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.documentsTabControl.Location = new System.Drawing.Point(0, 0);
     this.documentsTabControl.Name = "documentsTabControl";
     this.documentsTabControl.SelectedIndex = 0;
     this.documentsTabControl.Size = new System.Drawing.Size(615, 563);
     this.documentsTabControl.TabIndex = 0;
     this.documentsTabControl.Visible = false;
     this.documentsTabControl.TabClosing += new QuantumConcepts.Common.Forms.UI.Controls.ClosableTabControl.TabControlClosingEventHandler(this.documentsTabControl_TabClosing);
     //
     // contentWatermarkPictureBox
     //
     this.contentWatermarkPictureBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.contentWatermarkPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("contentWatermarkPictureBox.Image")));
     this.contentWatermarkPictureBox.Location = new System.Drawing.Point(-18, 219);
     this.contentWatermarkPictureBox.Name = "contentWatermarkPictureBox";
     this.contentWatermarkPictureBox.Size = new System.Drawing.Size(650, 125);
     this.contentWatermarkPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.contentWatermarkPictureBox.TabIndex = 19;
     this.contentWatermarkPictureBox.TabStop = false;
     //
     // watermarkPictureBox
     //
     this.watermarkPictureBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.watermarkPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("watermarkPictureBox.Image")));
     this.watermarkPictureBox.Location = new System.Drawing.Point(134, 251);
     this.watermarkPictureBox.Name = "watermarkPictureBox";
     this.watermarkPictureBox.Size = new System.Drawing.Size(650, 125);
     this.watermarkPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.watermarkPictureBox.TabIndex = 18;
     this.watermarkPictureBox.TabStop = false;
     //
     // progressPanel
     //
     this.progressPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.progressPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.progressPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressPanel.Location = new System.Drawing.Point(303, 296);
     this.progressPanel.Name = "progressPanel";
     this.progressPanel.Size = new System.Drawing.Size(312, 34);
     this.progressPanel.Status = "Status";
     this.progressPanel.TabIndex = 17;
     this.progressPanel.Visible = false;
     //
     // Main
     //
     this.AllowDrop = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(919, 626);
     this.Controls.Add(this.progressPanel);
     this.Controls.Add(this.contentSplitContainer);
     this.Controls.Add(this.toolStrip);
     this.Controls.Add(this.menuStrip);
     this.Controls.Add(this.watermarkPictureBox);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "CodeGenerator";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
     this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainForm_DragDrop);
     this.DragOver += new System.Windows.Forms.DragEventHandler(this.MainForm_DragOver);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.contentSplitContainer.Panel1.ResumeLayout(false);
     this.contentSplitContainer.Panel2.ResumeLayout(false);
     this.contentSplitContainer.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.contentSplitContainer)).EndInit();
     this.contentSplitContainer.ResumeLayout(false);
     this.leftSplitContainer.Panel1.ResumeLayout(false);
     this.leftSplitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.leftSplitContainer)).EndInit();
     this.leftSplitContainer.ResumeLayout(false);
     this.projectToolbox.ResumeLayout(false);
     this.propertiesToolbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.contentWatermarkPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.watermarkPictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrintChequeView));
     this.tsMain = new System.Windows.Forms.ToolStrip();
     this.btnPrint = new System.Windows.Forms.ToolStripButton();
     this.btnPageSetup = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnZoom = new System.Windows.Forms.ToolStripSplitButton();
     this.tsmiZoomActualSize = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoomFullPage = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoomPageWidth = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoomTwoPages = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiZoom500 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoom200 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoom150 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoom100 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoom75 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoom50 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoom25 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiZoom10 = new System.Windows.Forms.ToolStripMenuItem();
     this.btnFirst = new System.Windows.Forms.ToolStripButton();
     this.btnPrev = new System.Windows.Forms.ToolStripButton();
     this.txtStartPage = new System.Windows.Forms.ToolStripTextBox();
     this.lblPageCount = new System.Windows.Forms.ToolStripLabel();
     this.btnNext = new System.Windows.Forms.ToolStripButton();
     this.btnLast = new System.Windows.Forms.ToolStripButton();
     this._separator = new System.Windows.Forms.ToolStripSeparator();
     this.btnCancel = new System.Windows.Forms.ToolStripButton();
     this._preview = new DemoForAIA.ucEnhancedPrintPreview();
     this.tsMain.SuspendLayout();
     this.SuspendLayout();
     //
     // tsMain
     //
     this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnPrint,
     this.btnPageSetup,
     this.toolStripSeparator2,
     this.btnZoom,
     this.btnFirst,
     this.btnPrev,
     this.txtStartPage,
     this.lblPageCount,
     this.btnNext,
     this.btnLast,
     this._separator,
     this.btnCancel});
     this.tsMain.Location = new System.Drawing.Point(0, 0);
     this.tsMain.Name = "tsMain";
     this.tsMain.Size = new System.Drawing.Size(426, 25);
     this.tsMain.TabIndex = 0;
     this.tsMain.Text = "toolStrip1";
     //
     // btnPrint
     //
     this.btnPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
     this.btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(23, 22);
     this.btnPrint.Text = "Print Document";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnPageSetup
     //
     this.btnPageSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnPageSetup.Image = ((System.Drawing.Image)(resources.GetObject("btnPageSetup.Image")));
     this.btnPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPageSetup.Name = "btnPageSetup";
     this.btnPageSetup.Size = new System.Drawing.Size(23, 22);
     this.btnPageSetup.Text = "Page Setup";
     this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // btnZoom
     //
     this.btnZoom.AutoToolTip = false;
     this.btnZoom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsmiZoomActualSize,
     this.tsmiZoomFullPage,
     this.tsmiZoomPageWidth,
     this.tsmiZoomTwoPages,
     this.toolStripMenuItem1,
     this.tsmiZoom500,
     this.tsmiZoom200,
     this.tsmiZoom150,
     this.tsmiZoom100,
     this.tsmiZoom75,
     this.tsmiZoom50,
     this.tsmiZoom25,
     this.tsmiZoom10});
     this.btnZoom.Image = ((System.Drawing.Image)(resources.GetObject("btnZoom.Image")));
     this.btnZoom.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnZoom.Name = "btnZoom";
     this.btnZoom.Size = new System.Drawing.Size(65, 22);
     this.btnZoom.Text = "&Zoom";
     this.btnZoom.ButtonClick += new System.EventHandler(this.btnZoom_ButtonClick);
     this.btnZoom.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.btnZoom_DropDownItemClicked);
     //
     // tsmiZoomActualSize
     //
     this.tsmiZoomActualSize.Image = ((System.Drawing.Image)(resources.GetObject("tsmiZoomActualSize.Image")));
     this.tsmiZoomActualSize.Name = "tsmiZoomActualSize";
     this.tsmiZoomActualSize.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoomActualSize.Text = "Actual Size";
     //
     // tsmiZoomFullPage
     //
     this.tsmiZoomFullPage.Image = ((System.Drawing.Image)(resources.GetObject("tsmiZoomFullPage.Image")));
     this.tsmiZoomFullPage.Name = "tsmiZoomFullPage";
     this.tsmiZoomFullPage.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoomFullPage.Text = "Full Page";
     //
     // tsmiZoomPageWidth
     //
     this.tsmiZoomPageWidth.Image = ((System.Drawing.Image)(resources.GetObject("tsmiZoomPageWidth.Image")));
     this.tsmiZoomPageWidth.Name = "tsmiZoomPageWidth";
     this.tsmiZoomPageWidth.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoomPageWidth.Text = "Page Width";
     //
     // tsmiZoomTwoPages
     //
     this.tsmiZoomTwoPages.Image = ((System.Drawing.Image)(resources.GetObject("tsmiZoomTwoPages.Image")));
     this.tsmiZoomTwoPages.Name = "tsmiZoomTwoPages";
     this.tsmiZoomTwoPages.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoomTwoPages.Text = "Two Pages";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(126, 6);
     //
     // tsmiZoom500
     //
     this.tsmiZoom500.Name = "tsmiZoom500";
     this.tsmiZoom500.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoom500.Text = "500%";
     //
     // tsmiZoom200
     //
     this.tsmiZoom200.Name = "tsmiZoom200";
     this.tsmiZoom200.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoom200.Text = "200%";
     //
     // tsmiZoom150
     //
     this.tsmiZoom150.Name = "tsmiZoom150";
     this.tsmiZoom150.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoom150.Text = "150%";
     //
     // tsmiZoom100
     //
     this.tsmiZoom100.Name = "tsmiZoom100";
     this.tsmiZoom100.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoom100.Text = "100%";
     //
     // tsmiZoom75
     //
     this.tsmiZoom75.Name = "tsmiZoom75";
     this.tsmiZoom75.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoom75.Text = "75%";
     //
     // tsmiZoom50
     //
     this.tsmiZoom50.Name = "tsmiZoom50";
     this.tsmiZoom50.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoom50.Text = "50%";
     //
     // tsmiZoom25
     //
     this.tsmiZoom25.Name = "tsmiZoom25";
     this.tsmiZoom25.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoom25.Text = "25%";
     //
     // tsmiZoom10
     //
     this.tsmiZoom10.Name = "tsmiZoom10";
     this.tsmiZoom10.Size = new System.Drawing.Size(129, 22);
     this.tsmiZoom10.Text = "10%";
     //
     // btnFirst
     //
     this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
     this.btnFirst.ImageTransparentColor = System.Drawing.Color.Red;
     this.btnFirst.Name = "btnFirst";
     this.btnFirst.Size = new System.Drawing.Size(23, 22);
     this.btnFirst.Text = "First Page";
     this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
     //
     // btnPrev
     //
     this.btnPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnPrev.Image = ((System.Drawing.Image)(resources.GetObject("btnPrev.Image")));
     this.btnPrev.ImageTransparentColor = System.Drawing.Color.Red;
     this.btnPrev.Name = "btnPrev";
     this.btnPrev.Size = new System.Drawing.Size(23, 22);
     this.btnPrev.Text = "Previous Page";
     this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
     //
     // txtStartPage
     //
     this.txtStartPage.AutoSize = false;
     this.txtStartPage.Name = "txtStartPage";
     this.txtStartPage.Size = new System.Drawing.Size(32, 21);
     this.txtStartPage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtStartPage.Validating += new System.ComponentModel.CancelEventHandler(this.txtStartPage_Validating);
     this.txtStartPage.Enter += new System.EventHandler(this.txtStartPage_Enter);
     this.txtStartPage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtStartPage_KeyPress);
     //
     // lblPageCount
     //
     this.lblPageCount.Name = "lblPageCount";
     this.lblPageCount.Size = new System.Drawing.Size(10, 22);
     this.lblPageCount.Text = " ";
     //
     // btnNext
     //
     this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
     this.btnNext.ImageTransparentColor = System.Drawing.Color.Red;
     this.btnNext.Name = "btnNext";
     this.btnNext.Size = new System.Drawing.Size(23, 22);
     this.btnNext.Text = "Next Page";
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // btnLast
     //
     this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
     this.btnLast.ImageTransparentColor = System.Drawing.Color.Red;
     this.btnLast.Name = "btnLast";
     this.btnLast.Size = new System.Drawing.Size(23, 22);
     this.btnLast.Text = "Last Page";
     this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
     //
     // _separator
     //
     this._separator.Name = "_separator";
     this._separator.Size = new System.Drawing.Size(6, 25);
     this._separator.Visible = false;
     //
     // btnCancel
     //
     this.btnCancel.AutoToolTip = false;
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(59, 22);
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // _preview
     //
     this._preview.AutoScroll = true;
     this._preview.Dock = System.Windows.Forms.DockStyle.Fill;
     this._preview.PrintDoc = null;
     this._preview.Location = new System.Drawing.Point(0, 25);
     this._preview.Name = "_preview";
     this._preview.Size = new System.Drawing.Size(426, 323);
     this._preview.TabIndex = 1;
     this._preview.PageCountChanged += new System.EventHandler(this._preview_PageCountChanged);
     this._preview.StartPageChanged += new System.EventHandler(this._preview_StartPageChanged);
     //
     // frmPrintCheque
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize = new System.Drawing.Size(426, 348);
     this.Controls.Add(this._preview);
     this.Controls.Add(this.tsMain);
     this.Name = "frmPrintCheque";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Print Preview";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.tsMain.ResumeLayout(false);
     this.tsMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #4
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(FrmMainForm));
     FSoft.EVincaMapper.Common.DockingPanel.DockPanelSkin dockPanelSkin1 = new FSoft.EVincaMapper.Common.DockingPanel.DockPanelSkin();
     FSoft.EVincaMapper.Common.DockingPanel.AutoHideStripSkin autoHideStripSkin1 = new FSoft.EVincaMapper.Common.DockingPanel.AutoHideStripSkin();
     FSoft.EVincaMapper.Common.DockingPanel.DockPanelGradient dockPanelGradient1 = new FSoft.EVincaMapper.Common.DockingPanel.DockPanelGradient();
     FSoft.EVincaMapper.Common.DockingPanel.TabGradient tabGradient1 = new FSoft.EVincaMapper.Common.DockingPanel.TabGradient();
     FSoft.EVincaMapper.Common.DockingPanel.DockPaneStripSkin dockPaneStripSkin1 = new FSoft.EVincaMapper.Common.DockingPanel.DockPaneStripSkin();
     FSoft.EVincaMapper.Common.DockingPanel.DockPaneStripGradient dockPaneStripGradient1 = new FSoft.EVincaMapper.Common.DockingPanel.DockPaneStripGradient();
     FSoft.EVincaMapper.Common.DockingPanel.TabGradient tabGradient2 = new FSoft.EVincaMapper.Common.DockingPanel.TabGradient();
     FSoft.EVincaMapper.Common.DockingPanel.DockPanelGradient dockPanelGradient2 = new FSoft.EVincaMapper.Common.DockingPanel.DockPanelGradient();
     FSoft.EVincaMapper.Common.DockingPanel.TabGradient tabGradient3 = new FSoft.EVincaMapper.Common.DockingPanel.TabGradient();
     FSoft.EVincaMapper.Common.DockingPanel.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new FSoft.EVincaMapper.Common.DockingPanel.DockPaneStripToolWindowGradient();
     FSoft.EVincaMapper.Common.DockingPanel.TabGradient tabGradient4 = new FSoft.EVincaMapper.Common.DockingPanel.TabGradient();
     FSoft.EVincaMapper.Common.DockingPanel.TabGradient tabGradient5 = new FSoft.EVincaMapper.Common.DockingPanel.TabGradient();
     FSoft.EVincaMapper.Common.DockingPanel.DockPanelGradient dockPanelGradient3 = new FSoft.EVincaMapper.Common.DockingPanel.DockPanelGradient();
     FSoft.EVincaMapper.Common.DockingPanel.TabGradient tabGradient6 = new FSoft.EVincaMapper.Common.DockingPanel.TabGradient();
     FSoft.EVincaMapper.Common.DockingPanel.TabGradient tabGradient7 = new FSoft.EVincaMapper.Common.DockingPanel.TabGradient();
     this.mainMenu = new System.Windows.Forms.MenuStrip();
     this.menuItemFile = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemNew = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemOpen = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemClose = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemCloseAll = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemCloseAllButThisOne = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem4 = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemExit = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemView = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemSolutionExplorer = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPropertyWindow = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemToolbox = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemOutputWindow = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemToolBar = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemStatusBar = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuItemLineStyle = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemWindow = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemNewWindow = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.toolBar = new System.Windows.Forms.ToolStrip();
     this.mnuTripNew = new System.Windows.Forms.ToolStripSplitButton();
     this.mnuItemEvincaProcess = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuItemXsltMapping = new System.Windows.Forms.ToolStripMenuItem();
     this.toolBarButtonOpen = new System.Windows.Forms.ToolStripButton();
     this.mnuItemSave = new System.Windows.Forms.ToolStripButton();
     this.toolBarButtonSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolBarButtonSolutionExplorer = new System.Windows.Forms.ToolStripButton();
     this.toolBarButtonPropertyWindow = new System.Windows.Forms.ToolStripButton();
     this.toolBarButtonToolbox = new System.Windows.Forms.ToolStripButton();
     this.toolBarButtonOutputWindow = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.mnuItemTestSingle = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuItemTest = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDeploy = new System.Windows.Forms.ToolStripButton();
     this.dockPanel = new FSoft.EVincaMapper.Common.DockingPanel.DockPanel();
     this.statusBar = new System.Windows.Forms.StatusStrip();
     this.mainMenu.SuspendLayout();
     this.toolBar.SuspendLayout();
     this.dockPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuItemFile,
     this.menuItemView,
     this.menuItemWindow,
     this.menuItemHelp});
     this.mainMenu.Location = new System.Drawing.Point(0, 0);
     this.mainMenu.MdiWindowListItem = this.menuItemWindow;
     this.mainMenu.Name = "mainMenu";
     this.mainMenu.Size = new System.Drawing.Size(739, 24);
     this.mainMenu.TabIndex = 8;
     //
     // menuItemFile
     //
     this.menuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuItemNew,
     this.menuItemOpen,
     this.menuItemClose,
     this.menuItemCloseAll,
     this.menuItemCloseAllButThisOne,
     this.menuItem4,
     this.menuItemExit});
     this.menuItemFile.Name = "menuItemFile";
     this.menuItemFile.Size = new System.Drawing.Size(37, 20);
     this.menuItemFile.Text = "&File";
     //
     // menuItemNew
     //
     this.menuItemNew.Name = "menuItemNew";
     this.menuItemNew.Size = new System.Drawing.Size(191, 22);
     this.menuItemNew.Text = "&New";
     //
     // menuItemOpen
     //
     this.menuItemOpen.Name = "menuItemOpen";
     this.menuItemOpen.Size = new System.Drawing.Size(191, 22);
     this.menuItemOpen.Text = "&Open...";
     this.menuItemOpen.Click += new System.EventHandler(this.menuItemOpen_Click);
     //
     // menuItemClose
     //
     this.menuItemClose.Name = "menuItemClose";
     this.menuItemClose.Size = new System.Drawing.Size(191, 22);
     this.menuItemClose.Text = "&Close";
     this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click);
     //
     // menuItemCloseAll
     //
     this.menuItemCloseAll.Name = "menuItemCloseAll";
     this.menuItemCloseAll.Size = new System.Drawing.Size(191, 22);
     this.menuItemCloseAll.Text = "Close &All";
     this.menuItemCloseAll.Click += new System.EventHandler(this.menuItemCloseAll_Click);
     //
     // menuItemCloseAllButThisOne
     //
     this.menuItemCloseAllButThisOne.Name = "menuItemCloseAllButThisOne";
     this.menuItemCloseAllButThisOne.Size = new System.Drawing.Size(191, 22);
     this.menuItemCloseAllButThisOne.Text = "Close All &But This One";
     this.menuItemCloseAllButThisOne.Click += new System.EventHandler(this.menuItemCloseAllButThisOne_Click);
     //
     // menuItem4
     //
     this.menuItem4.Name = "menuItem4";
     this.menuItem4.Size = new System.Drawing.Size(188, 6);
     //
     // menuItemExit
     //
     this.menuItemExit.Name = "menuItemExit";
     this.menuItemExit.Size = new System.Drawing.Size(191, 22);
     this.menuItemExit.Text = "&Exit";
     this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
     //
     // menuItemView
     //
     this.menuItemView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuItemSolutionExplorer,
     this.menuItemPropertyWindow,
     this.menuItemToolbox,
     this.menuItemOutputWindow,
     this.menuItem1,
     this.menuItemToolBar,
     this.menuItemStatusBar,
     this.toolStripSeparator2,
     this.mnuItemLineStyle});
     this.menuItemView.MergeIndex = 1;
     this.menuItemView.Name = "menuItemView";
     this.menuItemView.Size = new System.Drawing.Size(44, 20);
     this.menuItemView.Text = "&View";
     //
     // menuItemSolutionExplorer
     //
     this.menuItemSolutionExplorer.Name = "menuItemSolutionExplorer";
     this.menuItemSolutionExplorer.Size = new System.Drawing.Size(185, 22);
     this.menuItemSolutionExplorer.Text = "&EVinca Explorer";
     this.menuItemSolutionExplorer.Click += new System.EventHandler(this.menuItemSolutionExplorer_Click);
     //
     // menuItemPropertyWindow
     //
     this.menuItemPropertyWindow.Name = "menuItemPropertyWindow";
     this.menuItemPropertyWindow.ShortcutKeys = System.Windows.Forms.Keys.F4;
     this.menuItemPropertyWindow.Size = new System.Drawing.Size(185, 22);
     this.menuItemPropertyWindow.Text = "&Property Window";
     this.menuItemPropertyWindow.Click += new System.EventHandler(this.menuItemPropertyWindow_Click);
     //
     // menuItemToolbox
     //
     this.menuItemToolbox.Name = "menuItemToolbox";
     this.menuItemToolbox.Size = new System.Drawing.Size(185, 22);
     this.menuItemToolbox.Text = "&EVinca Components";
     this.menuItemToolbox.Click += new System.EventHandler(this.menuItemToolbox_Click);
     //
     // menuItemOutputWindow
     //
     this.menuItemOutputWindow.Name = "menuItemOutputWindow";
     this.menuItemOutputWindow.Size = new System.Drawing.Size(185, 22);
     this.menuItemOutputWindow.Text = "&Output Window";
     this.menuItemOutputWindow.Click += new System.EventHandler(this.menuItemOutputWindow_Click);
     //
     // menuItem1
     //
     this.menuItem1.Name = "menuItem1";
     this.menuItem1.Size = new System.Drawing.Size(182, 6);
     //
     // menuItemToolBar
     //
     this.menuItemToolBar.Checked = true;
     this.menuItemToolBar.CheckState = System.Windows.Forms.CheckState.Checked;
     this.menuItemToolBar.Name = "menuItemToolBar";
     this.menuItemToolBar.Size = new System.Drawing.Size(185, 22);
     this.menuItemToolBar.Text = "Tool &Bar";
     this.menuItemToolBar.Click += new System.EventHandler(this.menuItemToolBar_Click);
     //
     // menuItemStatusBar
     //
     this.menuItemStatusBar.Checked = true;
     this.menuItemStatusBar.CheckState = System.Windows.Forms.CheckState.Checked;
     this.menuItemStatusBar.Name = "menuItemStatusBar";
     this.menuItemStatusBar.Size = new System.Drawing.Size(185, 22);
     this.menuItemStatusBar.Text = "Status B&ar";
     this.menuItemStatusBar.Click += new System.EventHandler(this.menuItemStatusBar_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(182, 6);
     //
     // mnuItemLineStyle
     //
     this.mnuItemLineStyle.Name = "mnuItemLineStyle";
     this.mnuItemLineStyle.Size = new System.Drawing.Size(185, 22);
     this.mnuItemLineStyle.Text = "Link Line Style";
     this.mnuItemLineStyle.Click += new System.EventHandler(this.mnuItemLineStyle_Click);
     //
     // menuItemWindow
     //
     this.menuItemWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuItemNewWindow});
     this.menuItemWindow.MergeIndex = 2;
     this.menuItemWindow.Name = "menuItemWindow";
     this.menuItemWindow.Size = new System.Drawing.Size(63, 20);
     this.menuItemWindow.Text = "&Window";
     //
     // menuItemNewWindow
     //
     this.menuItemNewWindow.Name = "menuItemNewWindow";
     this.menuItemNewWindow.Size = new System.Drawing.Size(145, 22);
     this.menuItemNewWindow.Text = "&New Window";
     //
     // menuItemHelp
     //
     this.menuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuItemAbout});
     this.menuItemHelp.MergeIndex = 3;
     this.menuItemHelp.Name = "menuItemHelp";
     this.menuItemHelp.Size = new System.Drawing.Size(44, 20);
     this.menuItemHelp.Text = "&Help";
     //
     // menuItemAbout
     //
     this.menuItemAbout.Name = "menuItemAbout";
     this.menuItemAbout.Size = new System.Drawing.Size(179, 22);
     this.menuItemAbout.Text = "&About EVinca Editor";
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     //
     // toolBar
     //
     this.toolBar.ImageList = this.imageList;
     this.toolBar.ImageScalingSize = new System.Drawing.Size(18, 18);
     this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuTripNew,
     this.toolBarButtonOpen,
     this.mnuItemSave,
     this.toolBarButtonSeparator1,
     this.toolBarButtonSolutionExplorer,
     this.toolBarButtonPropertyWindow,
     this.toolBarButtonToolbox,
     this.toolBarButtonOutputWindow,
     this.toolStripSeparator1,
     this.toolStripSplitButton1,
     this.mnuDeploy});
     this.toolBar.Location = new System.Drawing.Point(0, 24);
     this.toolBar.Name = "toolBar";
     this.toolBar.Size = new System.Drawing.Size(739, 25);
     this.toolBar.TabIndex = 9;
     this.toolBar.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolBar_ItemClicked);
     //
     // mnuTripNew
     //
     this.mnuTripNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mnuTripNew.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuItemEvincaProcess,
     this.mnuItemXsltMapping});
     this.mnuTripNew.Image = ((System.Drawing.Image)(resources.GetObject("mnuTripNew.Image")));
     this.mnuTripNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuTripNew.Name = "mnuTripNew";
     this.mnuTripNew.Size = new System.Drawing.Size(34, 22);
     this.mnuTripNew.Text = "Create New";
     //
     // mnuItemEvincaProcess
     //
     this.mnuItemEvincaProcess.Name = "mnuItemEvincaProcess";
     this.mnuItemEvincaProcess.Size = new System.Drawing.Size(185, 22);
     this.mnuItemEvincaProcess.Text = "EVinca Business Flow";
     this.mnuItemEvincaProcess.Click += new System.EventHandler(this.mnuItemEvincaProcess_Click);
     //
     // mnuItemXsltMapping
     //
     this.mnuItemXsltMapping.Name = "mnuItemXsltMapping";
     this.mnuItemXsltMapping.Size = new System.Drawing.Size(185, 22);
     this.mnuItemXsltMapping.Text = "Xslt Mapping";
     this.mnuItemXsltMapping.Click += new System.EventHandler(this.mnuItemXsltMapping_Click);
     //
     // toolBarButtonOpen
     //
     this.toolBarButtonOpen.Image = ((System.Drawing.Image)(resources.GetObject("toolBarButtonOpen.Image")));
     this.toolBarButtonOpen.Name = "toolBarButtonOpen";
     this.toolBarButtonOpen.Size = new System.Drawing.Size(23, 22);
     this.toolBarButtonOpen.ToolTipText = "Open";
     this.toolBarButtonOpen.Click += new System.EventHandler(this.toolBarButtonOpen_Click);
     //
     // mnuItemSave
     //
     this.mnuItemSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mnuItemSave.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemSave.Image")));
     this.mnuItemSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuItemSave.Name = "mnuItemSave";
     this.mnuItemSave.Size = new System.Drawing.Size(23, 22);
     this.mnuItemSave.Text = "&Save";
     this.mnuItemSave.Click += new System.EventHandler(this.mnuItemSave_Click);
     //
     // toolBarButtonSeparator1
     //
     this.toolBarButtonSeparator1.Name = "toolBarButtonSeparator1";
     this.toolBarButtonSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolBarButtonSolutionExplorer
     //
     this.toolBarButtonSolutionExplorer.Image = ((System.Drawing.Image)(resources.GetObject("toolBarButtonSolutionExplorer.Image")));
     this.toolBarButtonSolutionExplorer.Name = "toolBarButtonSolutionExplorer";
     this.toolBarButtonSolutionExplorer.Size = new System.Drawing.Size(23, 22);
     this.toolBarButtonSolutionExplorer.ToolTipText = "EVinca Event Process";
     this.toolBarButtonSolutionExplorer.Click += new System.EventHandler(this.toolBarButtonSolutionExplorer_Click);
     //
     // toolBarButtonPropertyWindow
     //
     this.toolBarButtonPropertyWindow.Image = ((System.Drawing.Image)(resources.GetObject("toolBarButtonPropertyWindow.Image")));
     this.toolBarButtonPropertyWindow.Name = "toolBarButtonPropertyWindow";
     this.toolBarButtonPropertyWindow.Size = new System.Drawing.Size(23, 22);
     this.toolBarButtonPropertyWindow.ToolTipText = "Compoent Property ";
     this.toolBarButtonPropertyWindow.Click += new System.EventHandler(this.toolBarButtonPropertyWindow_Click);
     //
     // toolBarButtonToolbox
     //
     this.toolBarButtonToolbox.ImageIndex = 4;
     this.toolBarButtonToolbox.Name = "toolBarButtonToolbox";
     this.toolBarButtonToolbox.Size = new System.Drawing.Size(23, 22);
     this.toolBarButtonToolbox.ToolTipText = "EVinca Components";
     this.toolBarButtonToolbox.Click += new System.EventHandler(this.toolBarButtonToolbox_Click);
     //
     // toolBarButtonOutputWindow
     //
     this.toolBarButtonOutputWindow.ImageIndex = 5;
     this.toolBarButtonOutputWindow.Name = "toolBarButtonOutputWindow";
     this.toolBarButtonOutputWindow.Size = new System.Drawing.Size(23, 22);
     this.toolBarButtonOutputWindow.ToolTipText = "Message Output";
     this.toolBarButtonOutputWindow.Click += new System.EventHandler(this.toolBarButtonOutputWindow_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuItemTestSingle,
     this.mnuItemTest});
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(34, 22);
     this.toolStripSplitButton1.Text = "Run Component Test";
     //
     // mnuItemTestSingle
     //
     this.mnuItemTestSingle.Name = "mnuItemTestSingle";
     this.mnuItemTestSingle.Size = new System.Drawing.Size(173, 22);
     this.mnuItemTestSingle.Text = "&Single Component";
     this.mnuItemTestSingle.ToolTipText = "Single Test";
     //
     // mnuItemTest
     //
     this.mnuItemTest.Name = "mnuItemTest";
     this.mnuItemTest.Size = new System.Drawing.Size(173, 22);
     this.mnuItemTest.Text = "Full &Flow";
     this.mnuItemTest.ToolTipText = "Process Test";
     //
     // mnuDeploy
     //
     this.mnuDeploy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mnuDeploy.Image = ((System.Drawing.Image)(resources.GetObject("mnuDeploy.Image")));
     this.mnuDeploy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuDeploy.Name = "mnuDeploy";
     this.mnuDeploy.Size = new System.Drawing.Size(23, 22);
     this.mnuDeploy.Text = "Deploy";
     this.mnuDeploy.Click += new System.EventHandler(this.mnuDeploy_Click);
     //
     // dockPanel
     //
     this.dockPanel.ActiveAutoHideContent = null;
     this.dockPanel.Controls.Add(this.statusBar);
     this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dockPanel.DockBackColor = System.Drawing.SystemColors.AppWorkspace;
     this.dockPanel.Location = new System.Drawing.Point(0, 49);
     this.dockPanel.Name = "dockPanel";
     this.dockPanel.Size = new System.Drawing.Size(739, 570);
     dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
     dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
     autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
     tabGradient1.EndColor = System.Drawing.SystemColors.Control;
     tabGradient1.StartColor = System.Drawing.SystemColors.Control;
     tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
     autoHideStripSkin1.TabGradient = tabGradient1;
     autoHideStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
     dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
     tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
     tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
     tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
     dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
     dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
     dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
     dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
     tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
     tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
     tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
     dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
     dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
     dockPaneStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
     tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
     tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
     tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
     dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
     tabGradient5.EndColor = System.Drawing.SystemColors.Control;
     tabGradient5.StartColor = System.Drawing.SystemColors.Control;
     tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
     dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
     dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
     dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
     dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
     tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption;
     tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
     tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText;
     dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
     tabGradient7.EndColor = System.Drawing.Color.Transparent;
     tabGradient7.StartColor = System.Drawing.Color.Transparent;
     tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
     dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
     dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
     dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
     this.dockPanel.Skin = dockPanelSkin1;
     this.dockPanel.TabIndex = 11;
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 548);
     this.statusBar.Name = "statusBar";
     this.statusBar.Size = new System.Drawing.Size(739, 22);
     this.statusBar.TabIndex = 9;
     //
     // FrmMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(739, 619);
     this.Controls.Add(this.dockPanel);
     this.Controls.Add(this.toolBar);
     this.Controls.Add(this.mainMenu);
     this.IsMdiContainer = true;
     this.Name = "FrmMainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "EVinca Editor";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FrmMain2_Load);
     this.mainMenu.ResumeLayout(false);
     this.mainMenu.PerformLayout();
     this.toolBar.ResumeLayout(false);
     this.toolBar.PerformLayout();
     this.dockPanel.ResumeLayout(false);
     this.dockPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.formatCsharpButton             = new System.Windows.Forms.ToolStrip();
     this.sortButton                     = new System.Windows.Forms.ToolStripButton();
     this.sortDelegateButton             = new System.Windows.Forms.ToolStripButton();
     this.sort_proper                    = new System.Windows.Forms.ToolStripButton();
     this.sortFunctionButton             = new System.Windows.Forms.ToolStripButton();
     this.menuItemToCodeButton           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1            = new System.Windows.Forms.ToolStripSeparator();
     this.addPrivateButton               = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2            = new System.Windows.Forms.ToolStripSeparator();
     this.exeButton                      = new System.Windows.Forms.ToolStripButton();
     this.codePreviewButton              = new System.Windows.Forms.ToolStripButton();
     this.toolStrip2                     = new System.Windows.Forms.ToolStrip();
     this.parameterButton                = new System.Windows.Forms.ToolStripSplitButton();
     this.toFloatToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.javaFieldButton1               = new System.Windows.Forms.ToolStripSplitButton();
     this.提取字段名ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.标准化字段名ToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.排序字段ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.JavaStaticKotlinButton         = new System.Windows.Forms.ToolStripButton();
     this.fileButton                     = new System.Windows.Forms.ToolStripSplitButton();
     this.changeHTMLCSSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.排序indexhtmlToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5            = new System.Windows.Forms.ToolStripSeparator();
     this.cleanJavaFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.除文件空行ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.压缩目录下Kotlin文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.压缩安卓项目ToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.压缩子目录ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3            = new System.Windows.Forms.ToolStripSeparator();
     this.制目录结构ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.制目录文件结构ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4            = new System.Windows.Forms.ToolStripSeparator();
     this.合并KT文件ToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.compileStripButton             = new System.Windows.Forms.ToolStripButton();
     this.logButton                      = new System.Windows.Forms.ToolStripSplitButton();
     this.log文件ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.trackerToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.tracker文件ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.sqlStripButton                 = new System.Windows.Forms.ToolStripButton();
     this.stringBuilderButton            = new System.Windows.Forms.ToolStripButton();
     this.toolStrip3                     = new System.Windows.Forms.ToolStrip();
     this.toolStripComboBox1             = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripComboBox2             = new System.Windows.Forms.ToolStripComboBox();
     this.replaceButton                  = new System.Windows.Forms.ToolStripSplitButton();
     this.替换文件中ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.从配置文件替换ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.保留正则表达式ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.模板数组ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1                = new System.Windows.Forms.SplitContainer();
     this.textBox1         = new System.Windows.Forms.TextBox();
     this.textBox2         = new System.Windows.Forms.TextBox();
     this.toolStrip4       = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.formatCsharpButton.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolStrip3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip4.SuspendLayout();
     this.SuspendLayout();
     //
     // formatCsharpButton
     //
     this.formatCsharpButton.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.sortButton,
         this.sortDelegateButton,
         this.sort_proper,
         this.sortFunctionButton,
         this.menuItemToCodeButton,
         this.toolStripSeparator1,
         this.addPrivateButton,
         this.toolStripSeparator2,
         this.exeButton,
         this.codePreviewButton
     });
     this.formatCsharpButton.Location     = new System.Drawing.Point(0, 25);
     this.formatCsharpButton.Name         = "formatCsharpButton";
     this.formatCsharpButton.Size         = new System.Drawing.Size(719, 25);
     this.formatCsharpButton.TabIndex     = 0;
     this.formatCsharpButton.Text         = "toolStrip1";
     this.formatCsharpButton.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ToolStrip1ItemClicked);
     //
     // sortButton
     //
     this.sortButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.sortButton.Image                 = ((System.Drawing.Image)(resources.GetObject("sortButton.Image")));
     this.sortButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sortButton.Name   = "sortButton";
     this.sortButton.Size   = new System.Drawing.Size(36, 22);
     this.sortButton.Text   = "Sort";
     this.sortButton.Click += new System.EventHandler(this.SortButtonClick);
     //
     // sortDelegateButton
     //
     this.sortDelegateButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.sortDelegateButton.Image                 = ((System.Drawing.Image)(resources.GetObject("sortDelegateButton.Image")));
     this.sortDelegateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sortDelegateButton.Name   = "sortDelegateButton";
     this.sortDelegateButton.Size   = new System.Drawing.Size(92, 22);
     this.sortDelegateButton.Text   = "Sort Delegate";
     this.sortDelegateButton.Click += new System.EventHandler(this.SortDelegateButtonClick);
     //
     // sort_proper
     //
     this.sort_proper.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.sort_proper.Image                 = ((System.Drawing.Image)(resources.GetObject("sort_proper.Image")));
     this.sort_proper.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sort_proper.Name   = "sort_proper";
     this.sort_proper.Size   = new System.Drawing.Size(60, 22);
     this.sort_proper.Text   = "Sort Pro";
     this.sort_proper.Click += new System.EventHandler(this.Sort_properClick);
     //
     // sortFunctionButton
     //
     this.sortFunctionButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.sortFunctionButton.Image                 = ((System.Drawing.Image)(resources.GetObject("sortFunctionButton.Image")));
     this.sortFunctionButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sortFunctionButton.Name   = "sortFunctionButton";
     this.sortFunctionButton.Size   = new System.Drawing.Size(60, 22);
     this.sortFunctionButton.Text   = "Sort Fun";
     this.sortFunctionButton.Click += new System.EventHandler(this.SortFunctionButtonClick);
     //
     // menuItemToCodeButton
     //
     this.menuItemToCodeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.menuItemToCodeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("menuItemToCodeButton.Image")));
     this.menuItemToCodeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.menuItemToCodeButton.Name   = "menuItemToCodeButton";
     this.menuItemToCodeButton.Size   = new System.Drawing.Size(75, 22);
     this.menuItemToCodeButton.Text   = "Menu Item";
     this.menuItemToCodeButton.Click += new System.EventHandler(this.MenuItemToCodeButtonClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // addPrivateButton
     //
     this.addPrivateButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.addPrivateButton.Image                 = ((System.Drawing.Image)(resources.GetObject("addPrivateButton.Image")));
     this.addPrivateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.addPrivateButton.Name   = "addPrivateButton";
     this.addPrivateButton.Size   = new System.Drawing.Size(79, 22);
     this.addPrivateButton.Text   = "Add Private";
     this.addPrivateButton.Click += new System.EventHandler(this.AddPrivateButtonClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // exeButton
     //
     this.exeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.exeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("exeButton.Image")));
     this.exeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.exeButton.Name   = "exeButton";
     this.exeButton.Size   = new System.Drawing.Size(34, 22);
     this.exeButton.Text   = "EXE";
     this.exeButton.Click += new System.EventHandler(this.ExeButtonClick);
     //
     // codePreviewButton
     //
     this.codePreviewButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.codePreviewButton.Image                 = ((System.Drawing.Image)(resources.GetObject("codePreviewButton.Image")));
     this.codePreviewButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.codePreviewButton.Name   = "codePreviewButton";
     this.codePreviewButton.Size   = new System.Drawing.Size(43, 22);
     this.codePreviewButton.Text   = "Code";
     this.codePreviewButton.Click += new System.EventHandler(this.CodePreviewButtonClick);
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.parameterButton,
         this.javaFieldButton1,
         this.JavaStaticKotlinButton,
         this.fileButton,
         this.compileStripButton,
         this.logButton,
         this.sqlStripButton,
         this.stringBuilderButton
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 50);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(719, 25);
     this.toolStrip2.TabIndex = 1;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // parameterButton
     //
     this.parameterButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.parameterButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toFloatToolStripMenuItem
     });
     this.parameterButton.Image = ((System.Drawing.Image)(resources.GetObject("parameterButton.Image")));
     this.parameterButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.parameterButton.Name         = "parameterButton";
     this.parameterButton.Size         = new System.Drawing.Size(113, 22);
     this.parameterButton.Text         = "Java Parameter";
     this.parameterButton.ButtonClick += new System.EventHandler(this.ParameterButtonClick);
     //
     // toFloatToolStripMenuItem
     //
     this.toFloatToolStripMenuItem.Name   = "toFloatToolStripMenuItem";
     this.toFloatToolStripMenuItem.Size   = new System.Drawing.Size(127, 22);
     this.toFloatToolStripMenuItem.Text   = ".toFloat()";
     this.toFloatToolStripMenuItem.Click += new System.EventHandler(this.ToFloatToolStripMenuItemClick);
     //
     // javaFieldButton1
     //
     this.javaFieldButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.javaFieldButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.提取字段名ToolStripMenuItem,
         this.标准化字段名ToolStripMenuItem,
         this.排序字段ToolStripMenuItem
     });
     this.javaFieldButton1.Image = ((System.Drawing.Image)(resources.GetObject("javaFieldButton1.Image")));
     this.javaFieldButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.javaFieldButton1.Name         = "javaFieldButton1";
     this.javaFieldButton1.Size         = new System.Drawing.Size(80, 22);
     this.javaFieldButton1.Text         = "Java Field";
     this.javaFieldButton1.ButtonClick += new System.EventHandler(this.JavaFieldButton1Click);
     //
     // 提取字段名ToolStripMenuItem
     //
     this.提取字段名ToolStripMenuItem.Name   = "提取字段名ToolStripMenuItem";
     this.提取字段名ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.提取字段名ToolStripMenuItem.Text   = "提取字段名";
     this.提取字段名ToolStripMenuItem.Click += new System.EventHandler(this.提取字段名ToolStripMenuItemClick);
     //
     // 标准化字段名ToolStripMenuItem
     //
     this.标准化字段名ToolStripMenuItem.Name   = "标准化字段名ToolStripMenuItem";
     this.标准化字段名ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.标准化字段名ToolStripMenuItem.Text   = "标准化字段名";
     this.标准化字段名ToolStripMenuItem.Click += new System.EventHandler(this.标准化字段名ToolStripMenuItemClick);
     //
     // 排序字段ToolStripMenuItem
     //
     this.排序字段ToolStripMenuItem.Name   = "排序字段ToolStripMenuItem";
     this.排序字段ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.排序字段ToolStripMenuItem.Text   = "排序字段";
     this.排序字段ToolStripMenuItem.Click += new System.EventHandler(this.排序字段ToolStripMenuItemClick);
     //
     // JavaStaticKotlinButton
     //
     this.JavaStaticKotlinButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.JavaStaticKotlinButton.Image                 = ((System.Drawing.Image)(resources.GetObject("JavaStaticKotlinButton.Image")));
     this.JavaStaticKotlinButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.JavaStaticKotlinButton.Name   = "JavaStaticKotlinButton";
     this.JavaStaticKotlinButton.Size   = new System.Drawing.Size(80, 22);
     this.JavaStaticKotlinButton.Text   = "Static Const";
     this.JavaStaticKotlinButton.Click += new System.EventHandler(this.JavaStaticKotlinButtonClick);
     //
     // fileButton
     //
     this.fileButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fileButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.changeHTMLCSSToolStripMenuItem,
         this.排序indexhtmlToolStripMenuItem,
         this.toolStripSeparator5,
         this.cleanJavaFileToolStripMenuItem,
         this.除文件空行ToolStripMenuItem,
         this.压缩目录下Kotlin文件ToolStripMenuItem,
         this.压缩安卓项目ToolStripMenuItem,
         this.压缩子目录ToolStripMenuItem,
         this.toolStripSeparator3,
         this.制目录结构ToolStripMenuItem,
         this.制目录文件结构ToolStripMenuItem,
         this.toolStripSeparator4,
         this.合并KT文件ToolStripMenuItem
     });
     this.fileButton.Image = ((System.Drawing.Image)(resources.GetObject("fileButton.Image")));
     this.fileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.fileButton.Name         = "fileButton";
     this.fileButton.Size         = new System.Drawing.Size(48, 22);
     this.fileButton.Text         = "文件";
     this.fileButton.ButtonClick += new System.EventHandler(this.FileButtonButtonClick);
     //
     // changeHTMLCSSToolStripMenuItem
     //
     this.changeHTMLCSSToolStripMenuItem.Name   = "changeHTMLCSSToolStripMenuItem";
     this.changeHTMLCSSToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.changeHTMLCSSToolStripMenuItem.Text   = "Change HTML CSS";
     this.changeHTMLCSSToolStripMenuItem.Click += new System.EventHandler(this.ChangeHTMLCSSToolStripMenuItemClick);
     //
     // 排序indexhtmlToolStripMenuItem
     //
     this.排序indexhtmlToolStripMenuItem.Name   = "排序indexhtmlToolStripMenuItem";
     this.排序indexhtmlToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.排序indexhtmlToolStripMenuItem.Text   = "排序index.html";
     this.排序indexhtmlToolStripMenuItem.Click += new System.EventHandler(this.排序indexhtmlToolStripMenuItemClick);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(190, 6);
     //
     // cleanJavaFileToolStripMenuItem
     //
     this.cleanJavaFileToolStripMenuItem.Name   = "cleanJavaFileToolStripMenuItem";
     this.cleanJavaFileToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.cleanJavaFileToolStripMenuItem.Text   = "Clean Java File";
     this.cleanJavaFileToolStripMenuItem.Click += new System.EventHandler(this.CleanJavaFileToolStripMenuItemClick);
     //
     // 删除文件空行ToolStripMenuItem
     //
     this.除文件空行ToolStripMenuItem.Name   = "删除文件空行ToolStripMenuItem";
     this.除文件空行ToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.除文件空行ToolStripMenuItem.Text   = "删除文件空行";
     this.除文件空行ToolStripMenuItem.Click += new System.EventHandler(this.除文件空行ToolStripMenuItemClick);
     //
     // 压缩目录下Kotlin文件ToolStripMenuItem
     //
     this.压缩目录下Kotlin文件ToolStripMenuItem.Name   = "压缩目录下Kotlin文件ToolStripMenuItem";
     this.压缩目录下Kotlin文件ToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.压缩目录下Kotlin文件ToolStripMenuItem.Text   = "压缩目录下Kotlin文件";
     this.压缩目录下Kotlin文件ToolStripMenuItem.Click += new System.EventHandler(this.压缩目录下Kotlin文件ToolStripMenuItemClick);
     //
     // 压缩安卓项目ToolStripMenuItem
     //
     this.压缩安卓项目ToolStripMenuItem.Name   = "压缩安卓项目ToolStripMenuItem";
     this.压缩安卓项目ToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.压缩安卓项目ToolStripMenuItem.Text   = "压缩安卓项目";
     this.压缩安卓项目ToolStripMenuItem.Click += new System.EventHandler(this.压缩安卓项目ToolStripMenuItemClick);
     //
     // 压缩子目录ToolStripMenuItem
     //
     this.压缩子目录ToolStripMenuItem.Name   = "压缩子目录ToolStripMenuItem";
     this.压缩子目录ToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.压缩子目录ToolStripMenuItem.Text   = "压缩子目录";
     this.压缩子目录ToolStripMenuItem.Click += new System.EventHandler(this.压缩子目录ToolStripMenuItemClick);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(190, 6);
     //
     // 复制目录结构ToolStripMenuItem
     //
     this.制目录结构ToolStripMenuItem.Name   = "复制目录结构ToolStripMenuItem";
     this.制目录结构ToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.制目录结构ToolStripMenuItem.Text   = "复制目录结构";
     this.制目录结构ToolStripMenuItem.Click += new System.EventHandler(this.制目录结构ToolStripMenuItemClick);
     //
     // 复制目录文件结构ToolStripMenuItem
     //
     this.制目录文件结构ToolStripMenuItem.Name   = "复制目录文件结构ToolStripMenuItem";
     this.制目录文件结构ToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.制目录文件结构ToolStripMenuItem.Text   = "复制目录文件结构";
     this.制目录文件结构ToolStripMenuItem.Click += new System.EventHandler(this.制目录文件结构ToolStripMenuItemClick);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(190, 6);
     //
     // 合并KT文件ToolStripMenuItem
     //
     this.合并KT文件ToolStripMenuItem.Name   = "合并KT文件ToolStripMenuItem";
     this.合并KT文件ToolStripMenuItem.Size   = new System.Drawing.Size(193, 22);
     this.合并KT文件ToolStripMenuItem.Text   = "合并KT文件";
     this.合并KT文件ToolStripMenuItem.Click += new System.EventHandler(this.合并KT文件ToolStripMenuItemClick);
     //
     // compileStripButton
     //
     this.compileStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.compileStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("compileStripButton.Image")));
     this.compileStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.compileStripButton.Name   = "compileStripButton";
     this.compileStripButton.Size   = new System.Drawing.Size(36, 22);
     this.compileStripButton.Text   = "编译";
     this.compileStripButton.Click += new System.EventHandler(this.CompileStripButtonClick);
     //
     // logButton
     //
     this.logButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.logButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.log文件ToolStripMenuItem,
         this.trackerToolStripMenuItem,
         this.tracker文件ToolStripMenuItem
     });
     this.logButton.Image = ((System.Drawing.Image)(resources.GetObject("logButton.Image")));
     this.logButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.logButton.Name         = "logButton";
     this.logButton.Size         = new System.Drawing.Size(46, 22);
     this.logButton.Text         = "Log";
     this.logButton.ButtonClick += new System.EventHandler(this.LogButtonButtonClick);
     //
     // log文件ToolStripMenuItem
     //
     this.log文件ToolStripMenuItem.Name   = "log文件ToolStripMenuItem";
     this.log文件ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.log文件ToolStripMenuItem.Text   = "Log文件";
     this.log文件ToolStripMenuItem.Click += new System.EventHandler(this.LogButtonClick);
     //
     // trackerToolStripMenuItem
     //
     this.trackerToolStripMenuItem.Name   = "trackerToolStripMenuItem";
     this.trackerToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.trackerToolStripMenuItem.Text   = "Tracker";
     this.trackerToolStripMenuItem.Click += new System.EventHandler(this.TrackerToolStripMenuItemClick);
     //
     // tracker文件ToolStripMenuItem
     //
     this.tracker文件ToolStripMenuItem.Name   = "tracker文件ToolStripMenuItem";
     this.tracker文件ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.tracker文件ToolStripMenuItem.Text   = "Tracker 文件";
     this.tracker文件ToolStripMenuItem.Click += new System.EventHandler(this.Tracker文件ToolStripMenuItemClick);
     //
     // sqlStripButton
     //
     this.sqlStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.sqlStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("sqlStripButton.Image")));
     this.sqlStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sqlStripButton.Name   = "sqlStripButton";
     this.sqlStripButton.Size   = new System.Drawing.Size(35, 22);
     this.sqlStripButton.Text   = "SQL";
     this.sqlStripButton.Click += new System.EventHandler(this.SqlStripButtonClick);
     //
     // stringBuilderButton
     //
     this.stringBuilderButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.stringBuilderButton.Image                 = ((System.Drawing.Image)(resources.GetObject("stringBuilderButton.Image")));
     this.stringBuilderButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stringBuilderButton.Name   = "stringBuilderButton";
     this.stringBuilderButton.Size   = new System.Drawing.Size(87, 22);
     this.stringBuilderButton.Text   = "StringBuilder";
     this.stringBuilderButton.Click += new System.EventHandler(this.StringBuilderButtonClick);
     //
     // toolStrip3
     //
     this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripComboBox1,
         this.toolStripComboBox2,
         this.replaceButton
     });
     this.toolStrip3.Location = new System.Drawing.Point(0, 75);
     this.toolStrip3.Name     = "toolStrip3";
     this.toolStrip3.Size     = new System.Drawing.Size(719, 25);
     this.toolStrip3.TabIndex = 2;
     this.toolStrip3.Text     = "toolStrip3";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.Items.AddRange(new object[] {
         "(?<=name\\=)\"[^\"]*?\"",
         "Log\\.[a-z]\\([^\\)]*\\)",
         "(?<!//)Log\\.[a-z]\\([^\\)]*\\)",
         "(//\\s)*Tracker\\.[a-z]\\([^\\)]*\\)",
         "(?<=public static final int )[A-Z_0-9]+",
         "^\\s+TODO\\([^\\n]*\\n"
     });
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(300, 25);
     //
     // toolStripComboBox2
     //
     this.toolStripComboBox2.Items.AddRange(new object[] {
         "// $0"
     });
     this.toolStripComboBox2.Name = "toolStripComboBox2";
     this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25);
     //
     // replaceButton
     //
     this.replaceButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.replaceButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.替换文件中ToolStripMenuItem,
         this.从配置文件替换ToolStripMenuItem,
         this.保留正则表达式ToolStripMenuItem,
         this.模板数组ToolStripMenuItem
     });
     this.replaceButton.Image = ((System.Drawing.Image)(resources.GetObject("replaceButton.Image")));
     this.replaceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.replaceButton.Name         = "replaceButton";
     this.replaceButton.Size         = new System.Drawing.Size(48, 22);
     this.replaceButton.Text         = "替换";
     this.replaceButton.ButtonClick += new System.EventHandler(this.ReplaceButtonButtonClick);
     //
     // 替换文件中ToolStripMenuItem
     //
     this.替换文件中ToolStripMenuItem.Name   = "替换文件中ToolStripMenuItem";
     this.替换文件中ToolStripMenuItem.Size   = new System.Drawing.Size(168, 22);
     this.替换文件中ToolStripMenuItem.Text   = "替换文件中";
     this.替换文件中ToolStripMenuItem.Click += new System.EventHandler(this.替换文件中ToolStripMenuItemClick);
     //
     // 从配置文件替换ToolStripMenuItem
     //
     this.从配置文件替换ToolStripMenuItem.Name   = "从配置文件替换ToolStripMenuItem";
     this.从配置文件替换ToolStripMenuItem.Size   = new System.Drawing.Size(168, 22);
     this.从配置文件替换ToolStripMenuItem.Text   = "从配置文件替换";
     this.从配置文件替换ToolStripMenuItem.Click += new System.EventHandler(this.从配置文件替换ToolStripMenuItemClick);
     //
     // 保留正则表达式ToolStripMenuItem
     //
     this.保留正则表达式ToolStripMenuItem.Name   = "保留正则表达式ToolStripMenuItem";
     this.保留正则表达式ToolStripMenuItem.Size   = new System.Drawing.Size(168, 22);
     this.保留正则表达式ToolStripMenuItem.Text   = "保留(正则表达式)";
     this.保留正则表达式ToolStripMenuItem.Click += new System.EventHandler(this.保留正则表达式ToolStripMenuItemClick);
     //
     // 模板数组ToolStripMenuItem
     //
     this.模板数组ToolStripMenuItem.Name   = "模板数组ToolStripMenuItem";
     this.模板数组ToolStripMenuItem.Size   = new System.Drawing.Size(168, 22);
     this.模板数组ToolStripMenuItem.Text   = "模板(数组)";
     this.模板数组ToolStripMenuItem.Click += new System.EventHandler(this.模板数组ToolStripMenuItemClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 100);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.textBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.textBox2);
     this.splitContainer1.Size             = new System.Drawing.Size(719, 111);
     this.splitContainer1.SplitterDistance = 328;
     this.splitContainer1.TabIndex         = 3;
     //
     // textBox1
     //
     this.textBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location   = new System.Drawing.Point(0, 0);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(328, 111);
     this.textBox1.TabIndex   = 0;
     //
     // textBox2
     //
     this.textBox2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Location   = new System.Drawing.Point(0, 0);
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size       = new System.Drawing.Size(387, 111);
     this.textBox2.TabIndex   = 0;
     //
     // toolStrip4
     //
     this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1
     });
     this.toolStrip4.Location = new System.Drawing.Point(0, 0);
     this.toolStrip4.Name     = "toolStrip4";
     this.toolStrip4.Size     = new System.Drawing.Size(719, 25);
     this.toolStrip4.TabIndex = 4;
     this.toolStrip4.Text     = "toolStrip4";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "toolStripButton1";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(719, 211);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip3);
     this.Controls.Add(this.toolStrip2);
     this.Controls.Add(this.formatCsharpButton);
     this.Controls.Add(this.toolStrip4);
     this.Name = "MainForm";
     this.Text = "AndroidCodeGenerate";
     this.formatCsharpButton.ResumeLayout(false);
     this.formatCsharpButton.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip3.ResumeLayout(false);
     this.toolStrip3.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip4.ResumeLayout(false);
     this.toolStrip4.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #6
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.statusStrip = new System.Windows.Forms.StatusStrip();
     this.Stats = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel10 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblencoding = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
     this.btZoom = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolstrip = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator21 = 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.toolStripSeparator36 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.gotobookmark = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.NotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.Menustrip = new SS.Ynote.Engine.Framework.Plugins.Controls.PluginMenuStrip(dockPanel);
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
     this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mirecentfiles = new System.Windows.Forms.ToolStripMenuItem();
     this.openContainingFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveSessionToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pageSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.importToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.fromURLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.fromRTFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fromDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rTFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.zToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator();
     this.textToSpeechToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator28 = new System.Windows.Forms.ToolStripSeparator();
     this.restartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator33 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.charToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.daToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startingSnippetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.batchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.xMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.hTMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.xHTMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cSSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pHPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.javascriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.actionscriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.cCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.javaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qBasicToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.emptyLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.emptyColumnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.searchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.incrementalSearcherToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.indentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.increaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.decreaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.foldingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.foldAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unFoldAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.foldSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unFoldSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.micase = new System.Windows.Forms.ToolStripMenuItem();
     this.toUpperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toLowerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeWordLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeWordRightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator37 = new System.Windows.Forms.ToolStripSeparator();
     this.goWordLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.goWordRightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator38 = new System.Windows.Forms.ToolStripSeparator();
     this.goWordLeftWithSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.goWordRightWithSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.moveSelectedLinesDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.moveSelectedLinesUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.duplicateLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeEmptyLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeCurrentLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.navigationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.gotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.goToEndToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator27 = new System.Windows.Forms.ToolStripSeparator();
     this.navigateForwardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navigateBackwardsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bookmarksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator39 = new System.Windows.Forms.ToolStripSeparator();
     this.navigateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.commentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.insertToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.removeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
     this.editingModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.columnEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator26 = new System.Windows.Forms.ToolStripSeparator();
     this.setSelectedTextAsReadonlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.setSelectedTextAsWritableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator34 = new System.Windows.Forms.ToolStripSeparator();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mitoolbar = new System.Windows.Forms.ToolStripMenuItem();
     this.mistatusbar = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.minimizeToSystemTrayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator35 = new System.Windows.Forms.ToolStripSeparator();
     this.zoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.zoomInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.zoomOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreDefaultZoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fullScreenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.hiddenCharsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.summaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.clipboardHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pluginTreeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.wordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator29 = new System.Windows.Forms.ToolStripSeparator();
     this.autoCompleteMenuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator31 = new System.Windows.Forms.ToolStripSeparator();
     this.cloneDocumentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.langaugeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mitext = new System.Windows.Forms.ToolStripMenuItem();
     this.mibatch = new System.Windows.Forms.ToolStripMenuItem();
     this.misql = new System.Windows.Forms.ToolStripMenuItem();
     this.mixml = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator25 = new System.Windows.Forms.ToolStripSeparator();
     this.mihtml = new System.Windows.Forms.ToolStripMenuItem();
     this.micss = new System.Windows.Forms.ToolStripMenuItem();
     this.miphp = new System.Windows.Forms.ToolStripMenuItem();
     this.mijs = new System.Windows.Forms.ToolStripMenuItem();
     this.miasp = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator24 = new System.Windows.Forms.ToolStripSeparator();
     this.mias = new System.Windows.Forms.ToolStripMenuItem();
     this.mics = new System.Windows.Forms.ToolStripMenuItem();
     this.micpp = new System.Windows.Forms.ToolStripMenuItem();
     this.mijava = new System.Windows.Forms.ToolStripMenuItem();
     this.milua = new System.Windows.Forms.ToolStripMenuItem();
     this.mipython = new System.Windows.Forms.ToolStripMenuItem();
     this.miqb = new System.Windows.Forms.ToolStripMenuItem();
     this.miruby = new System.Windows.Forms.ToolStripMenuItem();
     this.mivb = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator32 = new System.Windows.Forms.ToolStripSeparator();
     this.micustom = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.hotKeysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.chooseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
     this.Binding = new System.Windows.Forms.ToolStripMenuItem();
     this.OpenBinding = new System.Windows.Forms.ToolStripMenuItem();
     this.SaveBinding = new System.Windows.Forms.ToolStripMenuItem();
     this.CloseBinding = new System.Windows.Forms.ToolStripMenuItem();
     this.editAutoCompleteMenuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editHighlightingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.batchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pythonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.luaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rubyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.launchInBrowserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.launToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.launchInChromeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.launchInFirefoxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.launchInCommandPromptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.googleSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bingSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wikipediaSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
     this.openCurrentDirCommandPromptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.macrosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.macrostart = new System.Windows.Forms.ToolStripMenuItem();
     this.macrostop = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.macroexec = new System.Windows.Forms.ToolStripMenuItem();
     this.macroexecm = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator30 = new System.Windows.Forms.ToolStripSeparator();
     this.importMacroFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.saveCurrentRecordedMacroToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.macrodataclear = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.raiseIssueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.visitProjectPageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pluginCentralToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip.SuspendLayout();
     this.toolstrip.SuspendLayout();
     this.Menustrip.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip
     //
     this.statusStrip.AccessibleDescription = null;
     this.statusStrip.AccessibleName = null;
     resources.ApplyResources(this.statusStrip, "statusStrip");
     this.statusStrip.BackgroundImage = null;
     this.statusStrip.Font = null;
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.Stats,
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel1,
     this.toolStripStatusLabel10,
     this.lblencoding,
     this.toolStripStatusLabel4,
     this.toolStripStatusLabel5,
     this.toolStripStatusLabel6,
     this.toolStripStatusLabel7,
     this.btZoom});
     this.statusStrip.Name = "statusStrip";
     //
     // Stats
     //
     this.Stats.AccessibleDescription = null;
     this.Stats.AccessibleName = null;
     resources.ApplyResources(this.Stats, "Stats");
     this.Stats.BackgroundImage = null;
     this.Stats.Name = "Stats";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AccessibleDescription = null;
     this.toolStripStatusLabel2.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel2, "toolStripStatusLabel2");
     this.toolStripStatusLabel2.BackgroundImage = null;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.AccessibleDescription = null;
     this.toolStripStatusLabel3.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel3, "toolStripStatusLabel3");
     this.toolStripStatusLabel3.BackgroundImage = null;
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AccessibleDescription = null;
     this.toolStripStatusLabel1.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
     this.toolStripStatusLabel1.BackgroundImage = null;
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     //
     // toolStripStatusLabel10
     //
     this.toolStripStatusLabel10.AccessibleDescription = null;
     this.toolStripStatusLabel10.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel10, "toolStripStatusLabel10");
     this.toolStripStatusLabel10.BackgroundImage = null;
     this.toolStripStatusLabel10.Name = "toolStripStatusLabel10";
     this.toolStripStatusLabel10.Spring = true;
     //
     // lblencoding
     //
     this.lblencoding.AccessibleDescription = null;
     this.lblencoding.AccessibleName = null;
     resources.ApplyResources(this.lblencoding, "lblencoding");
     this.lblencoding.BackgroundImage = null;
     this.lblencoding.Name = "lblencoding";
     this.lblencoding.Text = global::SS.Ynote.Classic.Properties.Settings.Default.Encoding;
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.AccessibleDescription = null;
     this.toolStripStatusLabel4.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel4, "toolStripStatusLabel4");
     this.toolStripStatusLabel4.BackgroundImage = null;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     //
     // toolStripStatusLabel5
     //
     this.toolStripStatusLabel5.AccessibleDescription = null;
     this.toolStripStatusLabel5.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel5, "toolStripStatusLabel5");
     this.toolStripStatusLabel5.BackgroundImage = null;
     this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
     //
     // toolStripStatusLabel6
     //
     this.toolStripStatusLabel6.AccessibleDescription = null;
     this.toolStripStatusLabel6.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel6, "toolStripStatusLabel6");
     this.toolStripStatusLabel6.BackgroundImage = null;
     this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
     //
     // toolStripStatusLabel7
     //
     this.toolStripStatusLabel7.AccessibleDescription = null;
     this.toolStripStatusLabel7.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel7, "toolStripStatusLabel7");
     this.toolStripStatusLabel7.BackgroundImage = null;
     this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
     //
     // btZoom
     //
     this.btZoom.AccessibleDescription = null;
     this.btZoom.AccessibleName = null;
     resources.ApplyResources(this.btZoom, "btZoom");
     this.btZoom.BackgroundImage = null;
     this.btZoom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btZoom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem11,
     this.toolStripMenuItem10,
     this.toolStripMenuItem9,
     this.toolStripMenuItem8,
     this.toolStripMenuItem7,
     this.toolStripMenuItem6});
     this.btZoom.Name = "btZoom";
     //
     // toolStripMenuItem11
     //
     this.toolStripMenuItem11.AccessibleDescription = null;
     this.toolStripMenuItem11.AccessibleName = null;
     resources.ApplyResources(this.toolStripMenuItem11, "toolStripMenuItem11");
     this.toolStripMenuItem11.BackgroundImage = null;
     this.toolStripMenuItem11.Name = "toolStripMenuItem11";
     this.toolStripMenuItem11.ShortcutKeyDisplayString = null;
     this.toolStripMenuItem11.Tag = "300";
     this.toolStripMenuItem11.Click += new System.EventHandler(this.toolStripMenuItem11_Click);
     //
     // toolStripMenuItem10
     //
     this.toolStripMenuItem10.AccessibleDescription = null;
     this.toolStripMenuItem10.AccessibleName = null;
     resources.ApplyResources(this.toolStripMenuItem10, "toolStripMenuItem10");
     this.toolStripMenuItem10.BackgroundImage = null;
     this.toolStripMenuItem10.Name = "toolStripMenuItem10";
     this.toolStripMenuItem10.ShortcutKeyDisplayString = null;
     this.toolStripMenuItem10.Tag = "200";
     this.toolStripMenuItem10.Click += new System.EventHandler(this.toolStripMenuItem10_Click);
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.AccessibleDescription = null;
     this.toolStripMenuItem9.AccessibleName = null;
     resources.ApplyResources(this.toolStripMenuItem9, "toolStripMenuItem9");
     this.toolStripMenuItem9.BackgroundImage = null;
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.ShortcutKeyDisplayString = null;
     this.toolStripMenuItem9.Tag = "150";
     this.toolStripMenuItem9.Click += new System.EventHandler(this.toolStripMenuItem9_Click);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.AccessibleDescription = null;
     this.toolStripMenuItem8.AccessibleName = null;
     resources.ApplyResources(this.toolStripMenuItem8, "toolStripMenuItem8");
     this.toolStripMenuItem8.BackgroundImage = null;
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.ShortcutKeyDisplayString = null;
     this.toolStripMenuItem8.Tag = "100";
     this.toolStripMenuItem8.Click += new System.EventHandler(this.toolStripMenuItem8_Click);
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.AccessibleDescription = null;
     this.toolStripMenuItem7.AccessibleName = null;
     resources.ApplyResources(this.toolStripMenuItem7, "toolStripMenuItem7");
     this.toolStripMenuItem7.BackgroundImage = null;
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.ShortcutKeyDisplayString = null;
     this.toolStripMenuItem7.Tag = "50";
     this.toolStripMenuItem7.Click += new System.EventHandler(this.toolStripMenuItem7_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.AccessibleDescription = null;
     this.toolStripMenuItem6.AccessibleName = null;
     resources.ApplyResources(this.toolStripMenuItem6, "toolStripMenuItem6");
     this.toolStripMenuItem6.BackgroundImage = null;
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.ShortcutKeyDisplayString = null;
     this.toolStripMenuItem6.Tag = "25";
     this.toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItem6_Click);
     //
     // toolstrip
     //
     this.toolstrip.AccessibleDescription = null;
     this.toolstrip.AccessibleName = null;
     resources.ApplyResources(this.toolstrip, "toolstrip");
     this.toolstrip.BackgroundImage = null;
     this.toolstrip.Font = null;
     this.toolstrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripSeparator7,
     this.newToolStripButton,
     this.openToolStripButton,
     this.saveToolStripButton,
     this.printToolStripButton,
     this.toolStripSeparator21,
     this.cutToolStripButton,
     this.copyToolStripButton,
     this.pasteToolStripButton,
     this.toolStripSeparator36,
     this.toolStripButton1,
     this.toolStripButton2,
     this.gotobookmark,
     this.toolStripSeparator6,
     this.helpToolStripButton});
     this.toolstrip.Name = "toolstrip";
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.AccessibleDescription = null;
     this.toolStripSeparator7.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator7, "toolStripSeparator7");
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     //
     // newToolStripButton
     //
     this.newToolStripButton.AccessibleDescription = null;
     this.newToolStripButton.AccessibleName = null;
     resources.ApplyResources(this.newToolStripButton, "newToolStripButton");
     this.newToolStripButton.BackgroundImage = null;
     this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newToolStripButton.Name = "newToolStripButton";
     this.newToolStripButton.Click += new System.EventHandler(this.newToolStripButton_Click_1);
     //
     // openToolStripButton
     //
     this.openToolStripButton.AccessibleDescription = null;
     this.openToolStripButton.AccessibleName = null;
     resources.ApplyResources(this.openToolStripButton, "openToolStripButton");
     this.openToolStripButton.BackgroundImage = null;
     this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton.Name = "openToolStripButton";
     this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click_1);
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.AccessibleDescription = null;
     this.saveToolStripButton.AccessibleName = null;
     resources.ApplyResources(this.saveToolStripButton, "saveToolStripButton");
     this.saveToolStripButton.BackgroundImage = null;
     this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
     //
     // printToolStripButton
     //
     this.printToolStripButton.AccessibleDescription = null;
     this.printToolStripButton.AccessibleName = null;
     resources.ApplyResources(this.printToolStripButton, "printToolStripButton");
     this.printToolStripButton.BackgroundImage = null;
     this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printToolStripButton.Name = "printToolStripButton";
     this.printToolStripButton.Click += new System.EventHandler(this.printToolStripButton_Click_1);
     //
     // toolStripSeparator21
     //
     this.toolStripSeparator21.AccessibleDescription = null;
     this.toolStripSeparator21.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator21, "toolStripSeparator21");
     this.toolStripSeparator21.Name = "toolStripSeparator21";
     //
     // cutToolStripButton
     //
     this.cutToolStripButton.AccessibleDescription = null;
     this.cutToolStripButton.AccessibleName = null;
     resources.ApplyResources(this.cutToolStripButton, "cutToolStripButton");
     this.cutToolStripButton.BackgroundImage = null;
     this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutToolStripButton.Name = "cutToolStripButton";
     this.cutToolStripButton.Click += new System.EventHandler(this.cutToolStripButton_Click_1);
     //
     // copyToolStripButton
     //
     this.copyToolStripButton.AccessibleDescription = null;
     this.copyToolStripButton.AccessibleName = null;
     resources.ApplyResources(this.copyToolStripButton, "copyToolStripButton");
     this.copyToolStripButton.BackgroundImage = null;
     this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyToolStripButton.Name = "copyToolStripButton";
     this.copyToolStripButton.Click += new System.EventHandler(this.copyToolStripButton_Click_1);
     //
     // pasteToolStripButton
     //
     this.pasteToolStripButton.AccessibleDescription = null;
     this.pasteToolStripButton.AccessibleName = null;
     resources.ApplyResources(this.pasteToolStripButton, "pasteToolStripButton");
     this.pasteToolStripButton.BackgroundImage = null;
     this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteToolStripButton.Name = "pasteToolStripButton";
     //
     // toolStripSeparator36
     //
     this.toolStripSeparator36.AccessibleDescription = null;
     this.toolStripSeparator36.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator36, "toolStripSeparator36");
     this.toolStripSeparator36.Name = "toolStripSeparator36";
     //
     // toolStripButton1
     //
     this.toolStripButton1.AccessibleDescription = null;
     this.toolStripButton1.AccessibleName = null;
     resources.ApplyResources(this.toolStripButton1, "toolStripButton1");
     this.toolStripButton1.BackgroundImage = null;
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.AccessibleDescription = null;
     this.toolStripButton2.AccessibleName = null;
     resources.ApplyResources(this.toolStripButton2, "toolStripButton2");
     this.toolStripButton2.BackgroundImage = null;
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // gotobookmark
     //
     this.gotobookmark.AccessibleDescription = null;
     this.gotobookmark.AccessibleName = null;
     resources.ApplyResources(this.gotobookmark, "gotobookmark");
     this.gotobookmark.BackgroundImage = null;
     this.gotobookmark.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.gotobookmark.Name = "gotobookmark";
     this.gotobookmark.DropDownOpening += new System.EventHandler(this.gotobookmark_DropDownOpening);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.AccessibleDescription = null;
     this.toolStripSeparator6.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator6, "toolStripSeparator6");
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     //
     // helpToolStripButton
     //
     this.helpToolStripButton.AccessibleDescription = null;
     this.helpToolStripButton.AccessibleName = null;
     resources.ApplyResources(this.helpToolStripButton, "helpToolStripButton");
     this.helpToolStripButton.BackgroundImage = null;
     this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.helpToolStripButton.Name = "helpToolStripButton";
     //
     // NotifyIcon
     //
     this.NotifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     resources.ApplyResources(this.NotifyIcon, "NotifyIcon");
     this.NotifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon_MouseDoubleClick);
     //
     // Menustrip
     //
     this.Menustrip.AccessibleDescription = null;
     this.Menustrip.AccessibleName = null;
     resources.ApplyResources(this.Menustrip, "Menustrip");
     this.Menustrip.BackgroundImage = null;
     this.Menustrip.Font = null;
     this.Menustrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.langaugeToolStripMenuItem,
     this.settingsToolStripMenuItem,
     this.runToolStripMenuItem,
     this.macrosToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.Menustrip.Name = "Menustrip";
     //
     this.OpenBinding.Text = "Open Binding File";
     this.OpenBinding.Click += new System.EventHandler(OpenBinding_Click);
     this.SaveBinding.Text = "Save Binding File";
     this.SaveBinding.Click += new System.EventHandler(SaveBinding_Click);
     this.CloseBinding.Text = "Close Binding File";
     this.CloseBinding.Click += new System.EventHandler(CloseBinding_Click);
     this.Binding.Name = "Binding";
     this.Binding.Text = "Binding";
     this.Binding.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{
         OpenBinding,
         SaveBinding,
         CloseBinding
     });
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.AccessibleDescription = null;
     this.fileToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
     this.fileToolStripMenuItem.BackgroundImage = null;
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.openToolStripMenuItem,
     this.openSessionToolStripMenuItem,
     this.Binding,
     this.toolStripSeparator22,
     this.propertiesToolStripMenuItem,
     this.mirecentfiles,
     this.openContainingFolderToolStripMenuItem,
     this.toolStripSeparator,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.saveAllToolStripMenuItem,
     this.saveSessionToolStripMenuItem1,
     this.toolStripSeparator1,
     this.printToolStripMenuItem,
     this.pageSetupToolStripMenuItem,
     this.toolStripSeparator2,
     this.importToolStripMenuItem1,
     this.exportToolStripMenuItem,
     this.toolStripSeparator23,
     this.textToSpeechToolStripMenuItem,
     this.toolStripSeparator28,
     this.restartToolStripMenuItem,
     this.toolStripSeparator33,
     this.exitToolStripMenuItem1});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.AccessibleDescription = null;
     this.newToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.newToolStripMenuItem, "newToolStripMenuItem");
     this.newToolStripMenuItem.BackgroundImage = null;
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.AccessibleDescription = null;
     this.openToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
     this.openToolStripMenuItem.BackgroundImage = null;
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // openSessionToolStripMenuItem
     //
     this.openSessionToolStripMenuItem.AccessibleDescription = null;
     this.openSessionToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.openSessionToolStripMenuItem, "openSessionToolStripMenuItem");
     this.openSessionToolStripMenuItem.BackgroundImage = null;
     this.openSessionToolStripMenuItem.Name = "openSessionToolStripMenuItem";
     this.openSessionToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.openSessionToolStripMenuItem.Click += new System.EventHandler(this.openSessionToolStripMenuItem_Click);
     //
     // toolStripSeparator22
     //
     this.toolStripSeparator22.AccessibleDescription = null;
     this.toolStripSeparator22.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator22, "toolStripSeparator22");
     this.toolStripSeparator22.Name = "toolStripSeparator22";
     //
     // propertiesToolStripMenuItem
     //
     this.propertiesToolStripMenuItem.AccessibleDescription = null;
     this.propertiesToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.propertiesToolStripMenuItem, "propertiesToolStripMenuItem");
     this.propertiesToolStripMenuItem.BackgroundImage = null;
     this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
     this.propertiesToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
     //
     // mirecentfiles
     //
     this.mirecentfiles.AccessibleDescription = null;
     this.mirecentfiles.AccessibleName = null;
     resources.ApplyResources(this.mirecentfiles, "mirecentfiles");
     this.mirecentfiles.BackgroundImage = null;
     this.mirecentfiles.Name = "mirecentfiles";
     this.mirecentfiles.ShortcutKeyDisplayString = null;
     this.mirecentfiles.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.mirecentfiles_DropDownItemClicked);
     //
     // openContainingFolderToolStripMenuItem
     //
     this.openContainingFolderToolStripMenuItem.AccessibleDescription = null;
     this.openContainingFolderToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.openContainingFolderToolStripMenuItem, "openContainingFolderToolStripMenuItem");
     this.openContainingFolderToolStripMenuItem.BackgroundImage = null;
     this.openContainingFolderToolStripMenuItem.Name = "openContainingFolderToolStripMenuItem";
     this.openContainingFolderToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.openContainingFolderToolStripMenuItem.Click += new System.EventHandler(this.openContainingFolderToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.AccessibleDescription = null;
     this.toolStripSeparator.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator, "toolStripSeparator");
     this.toolStripSeparator.Name = "toolStripSeparator";
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.AccessibleDescription = null;
     this.saveToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.saveToolStripMenuItem, "saveToolStripMenuItem");
     this.saveToolStripMenuItem.BackgroundImage = null;
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.AccessibleDescription = null;
     this.saveAsToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.saveAsToolStripMenuItem, "saveAsToolStripMenuItem");
     this.saveAsToolStripMenuItem.BackgroundImage = null;
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // saveAllToolStripMenuItem
     //
     this.saveAllToolStripMenuItem.AccessibleDescription = null;
     this.saveAllToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.saveAllToolStripMenuItem, "saveAllToolStripMenuItem");
     this.saveAllToolStripMenuItem.BackgroundImage = null;
     this.saveAllToolStripMenuItem.Name = "saveAllToolStripMenuItem";
     this.saveAllToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.saveAllToolStripMenuItem.Click += new System.EventHandler(this.saveAllToolStripMenuItem_Click);
     //
     // saveSessionToolStripMenuItem1
     //
     this.saveSessionToolStripMenuItem1.AccessibleDescription = null;
     this.saveSessionToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.saveSessionToolStripMenuItem1, "saveSessionToolStripMenuItem1");
     this.saveSessionToolStripMenuItem1.BackgroundImage = null;
     this.saveSessionToolStripMenuItem1.Name = "saveSessionToolStripMenuItem1";
     this.saveSessionToolStripMenuItem1.ShortcutKeyDisplayString = null;
     this.saveSessionToolStripMenuItem1.Click += new System.EventHandler(this.saveSessionToolStripMenuItem1_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AccessibleDescription = null;
     this.toolStripSeparator1.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.AccessibleDescription = null;
     this.printToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.printToolStripMenuItem, "printToolStripMenuItem");
     this.printToolStripMenuItem.BackgroundImage = null;
     this.printToolStripMenuItem.Name = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
     //
     // pageSetupToolStripMenuItem
     //
     this.pageSetupToolStripMenuItem.AccessibleDescription = null;
     this.pageSetupToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.pageSetupToolStripMenuItem, "pageSetupToolStripMenuItem");
     this.pageSetupToolStripMenuItem.BackgroundImage = null;
     this.pageSetupToolStripMenuItem.Name = "pageSetupToolStripMenuItem";
     this.pageSetupToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.pageSetupToolStripMenuItem.Click += new System.EventHandler(this.pageSetupToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.AccessibleDescription = null;
     this.toolStripSeparator2.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     //
     // importToolStripMenuItem1
     //
     this.importToolStripMenuItem1.AccessibleDescription = null;
     this.importToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.importToolStripMenuItem1, "importToolStripMenuItem1");
     this.importToolStripMenuItem1.BackgroundImage = null;
     this.importToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fromURLToolStripMenuItem,
     this.fromRTFToolStripMenuItem,
     this.fromDirectoryToolStripMenuItem});
     this.importToolStripMenuItem1.Name = "importToolStripMenuItem1";
     this.importToolStripMenuItem1.ShortcutKeyDisplayString = null;
     //
     // fromURLToolStripMenuItem
     //
     this.fromURLToolStripMenuItem.AccessibleDescription = null;
     this.fromURLToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.fromURLToolStripMenuItem, "fromURLToolStripMenuItem");
     this.fromURLToolStripMenuItem.BackgroundImage = null;
     this.fromURLToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripTextBox1});
     this.fromURLToolStripMenuItem.Name = "fromURLToolStripMenuItem";
     this.fromURLToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.AccessibleDescription = null;
     this.toolStripTextBox1.AccessibleName = null;
     resources.ApplyResources(this.toolStripTextBox1, "toolStripTextBox1");
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
     //
     // fromRTFToolStripMenuItem
     //
     this.fromRTFToolStripMenuItem.AccessibleDescription = null;
     this.fromRTFToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.fromRTFToolStripMenuItem, "fromRTFToolStripMenuItem");
     this.fromRTFToolStripMenuItem.BackgroundImage = null;
     this.fromRTFToolStripMenuItem.Name = "fromRTFToolStripMenuItem";
     this.fromRTFToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.fromRTFToolStripMenuItem.Click += new System.EventHandler(this.fromRTFToolStripMenuItem_Click);
     //
     // fromDirectoryToolStripMenuItem
     //
     this.fromDirectoryToolStripMenuItem.AccessibleDescription = null;
     this.fromDirectoryToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.fromDirectoryToolStripMenuItem, "fromDirectoryToolStripMenuItem");
     this.fromDirectoryToolStripMenuItem.BackgroundImage = null;
     this.fromDirectoryToolStripMenuItem.Name = "fromDirectoryToolStripMenuItem";
     this.fromDirectoryToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.fromDirectoryToolStripMenuItem.Click += new System.EventHandler(this.fromDirectoryToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.AccessibleDescription = null;
     this.exportToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
     this.exportToolStripMenuItem.BackgroundImage = null;
     this.exportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.rTFToolStripMenuItem,
     this.zToolStripMenuItem});
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // rTFToolStripMenuItem
     //
     this.rTFToolStripMenuItem.AccessibleDescription = null;
     this.rTFToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.rTFToolStripMenuItem, "rTFToolStripMenuItem");
     this.rTFToolStripMenuItem.BackgroundImage = null;
     this.rTFToolStripMenuItem.Name = "rTFToolStripMenuItem";
     this.rTFToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.rTFToolStripMenuItem.Click += new System.EventHandler(this.rTFToolStripMenuItem_Click);
     //
     // zToolStripMenuItem
     //
     this.zToolStripMenuItem.AccessibleDescription = null;
     this.zToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.zToolStripMenuItem, "zToolStripMenuItem");
     this.zToolStripMenuItem.BackgroundImage = null;
     this.zToolStripMenuItem.Name = "zToolStripMenuItem";
     this.zToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.zToolStripMenuItem.Click += new System.EventHandler(this.zToolStripMenuItem_Click);
     //
     // toolStripSeparator23
     //
     this.toolStripSeparator23.AccessibleDescription = null;
     this.toolStripSeparator23.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator23, "toolStripSeparator23");
     this.toolStripSeparator23.Name = "toolStripSeparator23";
     //
     // textToSpeechToolStripMenuItem
     //
     this.textToSpeechToolStripMenuItem.AccessibleDescription = null;
     this.textToSpeechToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.textToSpeechToolStripMenuItem, "textToSpeechToolStripMenuItem");
     this.textToSpeechToolStripMenuItem.BackgroundImage = null;
     this.textToSpeechToolStripMenuItem.Name = "textToSpeechToolStripMenuItem";
     this.textToSpeechToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.textToSpeechToolStripMenuItem.Click += new System.EventHandler(this.textToSpeechToolStripMenuItem_Click);
     //
     // toolStripSeparator28
     //
     this.toolStripSeparator28.AccessibleDescription = null;
     this.toolStripSeparator28.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator28, "toolStripSeparator28");
     this.toolStripSeparator28.Name = "toolStripSeparator28";
     //
     // restartToolStripMenuItem
     //
     this.restartToolStripMenuItem.AccessibleDescription = null;
     this.restartToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.restartToolStripMenuItem, "restartToolStripMenuItem");
     this.restartToolStripMenuItem.BackgroundImage = null;
     this.restartToolStripMenuItem.Name = "restartToolStripMenuItem";
     this.restartToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.restartToolStripMenuItem.Click += new System.EventHandler(this.restartToolStripMenuItem_Click);
     //
     // toolStripSeparator33
     //
     this.toolStripSeparator33.AccessibleDescription = null;
     this.toolStripSeparator33.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator33, "toolStripSeparator33");
     this.toolStripSeparator33.Name = "toolStripSeparator33";
     //
     // exitToolStripMenuItem1
     //
     this.exitToolStripMenuItem1.AccessibleDescription = null;
     this.exitToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.exitToolStripMenuItem1, "exitToolStripMenuItem1");
     this.exitToolStripMenuItem1.BackgroundImage = null;
     this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
     this.exitToolStripMenuItem1.ShortcutKeyDisplayString = null;
     this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem1_Click);
     //
     System.Windows.Forms.ToolStripMenuItem RemoveLineEndings = new System.Windows.Forms.ToolStripMenuItem();
     RemoveLineEndings.Name = "RemoveLineEndings";
     RemoveLineEndings.Text = "Remove Line Endings";
     RemoveLineEndings.Click += new System.EventHandler(RemoveLineEndings_Click);
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.AccessibleDescription = null;
     this.editToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
     this.editToolStripMenuItem.BackgroundImage = null;
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoToolStripMenuItem,
     this.redoToolStripMenuItem,
     this.toolStripSeparator3,
     this.cutToolStripMenuItem,
     this.copyToolStripMenuItem,
     this.pasteToolStripMenuItem,
     this.toolStripSeparator4,
     this.selectAllToolStripMenuItem,
     this.clearAllToolStripMenuItem,
     this.toolStripSeparator9,
     this.insertToolStripMenuItem,
     this.searchToolStripMenuItem1,
     this.indentToolStripMenuItem,
     this.foldingToolStripMenuItem,
     this.micase,
     this.wordToolStripMenuItem,
     this.lineToolStripMenuItem,
     this.toolStripSeparator10,
     this.navigationToolStripMenuItem,
     this.bookmarksToolStripMenuItem,
     this.commentToolStripMenuItem,
     this.toolStripSeparator19,
     this.editingModeToolStripMenuItem,
     this.columnEditorToolStripMenuItem,
     this.toolStripSeparator26,
     this.setSelectedTextAsReadonlyToolStripMenuItem,
     this.setSelectedTextAsWritableToolStripMenuItem,
     this.toolStripSeparator34});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.AccessibleDescription = null;
     this.undoToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.undoToolStripMenuItem, "undoToolStripMenuItem");
     this.undoToolStripMenuItem.BackgroundImage = null;
     this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.AccessibleDescription = null;
     this.redoToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.redoToolStripMenuItem, "redoToolStripMenuItem");
     this.redoToolStripMenuItem.BackgroundImage = null;
     this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AccessibleDescription = null;
     this.toolStripSeparator3.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.AccessibleDescription = null;
     this.cutToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.cutToolStripMenuItem, "cutToolStripMenuItem");
     this.cutToolStripMenuItem.BackgroundImage = null;
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.AccessibleDescription = null;
     this.copyToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.copyToolStripMenuItem, "copyToolStripMenuItem");
     this.copyToolStripMenuItem.BackgroundImage = null;
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.AccessibleDescription = null;
     this.pasteToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.pasteToolStripMenuItem, "pasteToolStripMenuItem");
     this.pasteToolStripMenuItem.BackgroundImage = null;
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.AccessibleDescription = null;
     this.toolStripSeparator4.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.AccessibleDescription = null;
     this.selectAllToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.selectAllToolStripMenuItem, "selectAllToolStripMenuItem");
     this.selectAllToolStripMenuItem.BackgroundImage = null;
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // clearAllToolStripMenuItem
     //
     this.clearAllToolStripMenuItem.AccessibleDescription = null;
     this.clearAllToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.clearAllToolStripMenuItem, "clearAllToolStripMenuItem");
     this.clearAllToolStripMenuItem.BackgroundImage = null;
     this.clearAllToolStripMenuItem.Name = "clearAllToolStripMenuItem";
     this.clearAllToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.clearAllToolStripMenuItem.Click += new System.EventHandler(this.clearAllToolStripMenuItem_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.AccessibleDescription = null;
     this.toolStripSeparator9.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator9, "toolStripSeparator9");
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     //
     // insertToolStripMenuItem
     //
     this.insertToolStripMenuItem.AccessibleDescription = null;
     this.insertToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.insertToolStripMenuItem, "insertToolStripMenuItem");
     this.insertToolStripMenuItem.BackgroundImage = null;
     this.insertToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.charToolStripMenuItem,
     this.daToolStripMenuItem,
     this.startingSnippetsToolStripMenuItem,
     this.emptyLinesToolStripMenuItem,
     this.emptyColumnsToolStripMenuItem});
     this.insertToolStripMenuItem.Name = "insertToolStripMenuItem";
     this.insertToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // charToolStripMenuItem
     //
     this.charToolStripMenuItem.AccessibleDescription = null;
     this.charToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.charToolStripMenuItem, "charToolStripMenuItem");
     this.charToolStripMenuItem.BackgroundImage = null;
     this.charToolStripMenuItem.Name = "charToolStripMenuItem";
     this.charToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.charToolStripMenuItem.Click += new System.EventHandler(this.charToolStripMenuItem_Click);
     //
     // daToolStripMenuItem
     //
     this.daToolStripMenuItem.AccessibleDescription = null;
     this.daToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.daToolStripMenuItem, "daToolStripMenuItem");
     this.daToolStripMenuItem.BackgroundImage = null;
     this.daToolStripMenuItem.Name = "daToolStripMenuItem";
     this.daToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.daToolStripMenuItem.Click += new System.EventHandler(this.daToolStripMenuItem_Click);
     //
     // startingSnippetsToolStripMenuItem
     //
     this.startingSnippetsToolStripMenuItem.AccessibleDescription = null;
     this.startingSnippetsToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.startingSnippetsToolStripMenuItem, "startingSnippetsToolStripMenuItem");
     this.startingSnippetsToolStripMenuItem.BackgroundImage = null;
     this.startingSnippetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.batchToolStripMenuItem1,
     this.xMLToolStripMenuItem,
     this.hTMLToolStripMenuItem,
     this.xHTMLToolStripMenuItem,
     this.cSSToolStripMenuItem,
     this.pHPToolStripMenuItem,
     this.javascriptToolStripMenuItem,
     this.actionscriptToolStripMenuItem,
     this.cToolStripMenuItem1,
     this.cCToolStripMenuItem,
     this.javaToolStripMenuItem,
     this.qBasicToolStripMenuItem});
     this.startingSnippetsToolStripMenuItem.Name = "startingSnippetsToolStripMenuItem";
     this.startingSnippetsToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // batchToolStripMenuItem1
     //
     this.batchToolStripMenuItem1.AccessibleDescription = null;
     this.batchToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.batchToolStripMenuItem1, "batchToolStripMenuItem1");
     this.batchToolStripMenuItem1.BackgroundImage = null;
     this.batchToolStripMenuItem1.Name = "batchToolStripMenuItem1";
     this.batchToolStripMenuItem1.ShortcutKeyDisplayString = null;
     this.batchToolStripMenuItem1.Click += new System.EventHandler(this.batchToolStripMenuItem1_Click);
     //
     // xMLToolStripMenuItem
     //
     this.xMLToolStripMenuItem.AccessibleDescription = null;
     this.xMLToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.xMLToolStripMenuItem, "xMLToolStripMenuItem");
     this.xMLToolStripMenuItem.BackgroundImage = null;
     this.xMLToolStripMenuItem.Name = "xMLToolStripMenuItem";
     this.xMLToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.xMLToolStripMenuItem.Click += new System.EventHandler(this.xMLToolStripMenuItem_Click);
     //
     // hTMLToolStripMenuItem
     //
     this.hTMLToolStripMenuItem.AccessibleDescription = null;
     this.hTMLToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.hTMLToolStripMenuItem, "hTMLToolStripMenuItem");
     this.hTMLToolStripMenuItem.BackgroundImage = null;
     this.hTMLToolStripMenuItem.Name = "hTMLToolStripMenuItem";
     this.hTMLToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.hTMLToolStripMenuItem.Click += new System.EventHandler(this.hTMLToolStripMenuItem_Click);
     //
     // xHTMLToolStripMenuItem
     //
     this.xHTMLToolStripMenuItem.AccessibleDescription = null;
     this.xHTMLToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.xHTMLToolStripMenuItem, "xHTMLToolStripMenuItem");
     this.xHTMLToolStripMenuItem.BackgroundImage = null;
     this.xHTMLToolStripMenuItem.Name = "xHTMLToolStripMenuItem";
     this.xHTMLToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.xHTMLToolStripMenuItem.Click += new System.EventHandler(this.xHTMLToolStripMenuItem_Click);
     //
     // cSSToolStripMenuItem
     //
     this.cSSToolStripMenuItem.AccessibleDescription = null;
     this.cSSToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.cSSToolStripMenuItem, "cSSToolStripMenuItem");
     this.cSSToolStripMenuItem.BackgroundImage = null;
     this.cSSToolStripMenuItem.Name = "cSSToolStripMenuItem";
     this.cSSToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.cSSToolStripMenuItem.Click += new System.EventHandler(this.cSSToolStripMenuItem_Click);
     //
     // pHPToolStripMenuItem
     //
     this.pHPToolStripMenuItem.AccessibleDescription = null;
     this.pHPToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.pHPToolStripMenuItem, "pHPToolStripMenuItem");
     this.pHPToolStripMenuItem.BackgroundImage = null;
     this.pHPToolStripMenuItem.Name = "pHPToolStripMenuItem";
     this.pHPToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.pHPToolStripMenuItem.Click += new System.EventHandler(this.pHPToolStripMenuItem_Click);
     //
     // javascriptToolStripMenuItem
     //
     this.javascriptToolStripMenuItem.AccessibleDescription = null;
     this.javascriptToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.javascriptToolStripMenuItem, "javascriptToolStripMenuItem");
     this.javascriptToolStripMenuItem.BackgroundImage = null;
     this.javascriptToolStripMenuItem.Name = "javascriptToolStripMenuItem";
     this.javascriptToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.javascriptToolStripMenuItem.Click += new System.EventHandler(this.javascriptToolStripMenuItem_Click);
     //
     // actionscriptToolStripMenuItem
     //
     this.actionscriptToolStripMenuItem.AccessibleDescription = null;
     this.actionscriptToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.actionscriptToolStripMenuItem, "actionscriptToolStripMenuItem");
     this.actionscriptToolStripMenuItem.BackgroundImage = null;
     this.actionscriptToolStripMenuItem.Name = "actionscriptToolStripMenuItem";
     this.actionscriptToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.actionscriptToolStripMenuItem.Click += new System.EventHandler(this.actionscriptToolStripMenuItem_Click);
     //
     // cToolStripMenuItem1
     //
     this.cToolStripMenuItem1.AccessibleDescription = null;
     this.cToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.cToolStripMenuItem1, "cToolStripMenuItem1");
     this.cToolStripMenuItem1.BackgroundImage = null;
     this.cToolStripMenuItem1.Name = "cToolStripMenuItem1";
     this.cToolStripMenuItem1.ShortcutKeyDisplayString = null;
     this.cToolStripMenuItem1.Click += new System.EventHandler(this.cToolStripMenuItem1_Click);
     //
     // cCToolStripMenuItem
     //
     this.cCToolStripMenuItem.AccessibleDescription = null;
     this.cCToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.cCToolStripMenuItem, "cCToolStripMenuItem");
     this.cCToolStripMenuItem.BackgroundImage = null;
     this.cCToolStripMenuItem.Name = "cCToolStripMenuItem";
     this.cCToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.cCToolStripMenuItem.Click += new System.EventHandler(this.cCToolStripMenuItem_Click);
     //
     // javaToolStripMenuItem
     //
     this.javaToolStripMenuItem.AccessibleDescription = null;
     this.javaToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.javaToolStripMenuItem, "javaToolStripMenuItem");
     this.javaToolStripMenuItem.BackgroundImage = null;
     this.javaToolStripMenuItem.Name = "javaToolStripMenuItem";
     this.javaToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.javaToolStripMenuItem.Click += new System.EventHandler(this.javaToolStripMenuItem_Click);
     //
     // qBasicToolStripMenuItem
     //
     this.qBasicToolStripMenuItem.AccessibleDescription = null;
     this.qBasicToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.qBasicToolStripMenuItem, "qBasicToolStripMenuItem");
     this.qBasicToolStripMenuItem.BackgroundImage = null;
     this.qBasicToolStripMenuItem.Name = "qBasicToolStripMenuItem";
     this.qBasicToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.qBasicToolStripMenuItem.Click += new System.EventHandler(this.qBasicToolStripMenuItem_Click);
     //
     // emptyLinesToolStripMenuItem
     //
     this.emptyLinesToolStripMenuItem.AccessibleDescription = null;
     this.emptyLinesToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.emptyLinesToolStripMenuItem, "emptyLinesToolStripMenuItem");
     this.emptyLinesToolStripMenuItem.BackgroundImage = null;
     this.emptyLinesToolStripMenuItem.Name = "emptyLinesToolStripMenuItem";
     this.emptyLinesToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.emptyLinesToolStripMenuItem.Click += new System.EventHandler(this.emptyLinesToolStripMenuItem_Click);
     //
     // emptyColumnsToolStripMenuItem
     //
     this.emptyColumnsToolStripMenuItem.AccessibleDescription = null;
     this.emptyColumnsToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.emptyColumnsToolStripMenuItem, "emptyColumnsToolStripMenuItem");
     this.emptyColumnsToolStripMenuItem.BackgroundImage = null;
     this.emptyColumnsToolStripMenuItem.Name = "emptyColumnsToolStripMenuItem";
     this.emptyColumnsToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.emptyColumnsToolStripMenuItem.Click += new System.EventHandler(this.emptyColumnsToolStripMenuItem_Click);
     //
     // searchToolStripMenuItem1
     //
     this.searchToolStripMenuItem1.AccessibleDescription = null;
     this.searchToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.searchToolStripMenuItem1, "searchToolStripMenuItem1");
     this.searchToolStripMenuItem1.BackgroundImage = null;
     this.searchToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.findToolStripMenuItem,
     this.incrementalSearcherToolStripMenuItem,
     this.replaceToolStripMenuItem,
     this.goToToolStripMenuItem});
     this.searchToolStripMenuItem1.Name = "searchToolStripMenuItem1";
     this.searchToolStripMenuItem1.ShortcutKeyDisplayString = null;
     //
     // findToolStripMenuItem
     //
     this.findToolStripMenuItem.AccessibleDescription = null;
     this.findToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.findToolStripMenuItem, "findToolStripMenuItem");
     this.findToolStripMenuItem.BackgroundImage = null;
     this.findToolStripMenuItem.Name = "findToolStripMenuItem";
     this.findToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.findToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click);
     //
     // incrementalSearcherToolStripMenuItem
     //
     this.incrementalSearcherToolStripMenuItem.AccessibleDescription = null;
     this.incrementalSearcherToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.incrementalSearcherToolStripMenuItem, "incrementalSearcherToolStripMenuItem");
     this.incrementalSearcherToolStripMenuItem.BackgroundImage = null;
     this.incrementalSearcherToolStripMenuItem.Name = "incrementalSearcherToolStripMenuItem";
     this.incrementalSearcherToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.incrementalSearcherToolStripMenuItem.Click += new System.EventHandler(this.incrementalSearcherToolStripMenuItem_Click);
     //
     // replaceToolStripMenuItem
     //
     this.replaceToolStripMenuItem.AccessibleDescription = null;
     this.replaceToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.replaceToolStripMenuItem, "replaceToolStripMenuItem");
     this.replaceToolStripMenuItem.BackgroundImage = null;
     this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
     this.replaceToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click);
     //
     // goToToolStripMenuItem
     //
     this.goToToolStripMenuItem.AccessibleDescription = null;
     this.goToToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.goToToolStripMenuItem, "goToToolStripMenuItem");
     this.goToToolStripMenuItem.BackgroundImage = null;
     this.goToToolStripMenuItem.Name = "goToToolStripMenuItem";
     this.goToToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.goToToolStripMenuItem.Click += new System.EventHandler(this.goToToolStripMenuItem_Click);
     //
     // indentToolStripMenuItem
     //
     this.indentToolStripMenuItem.AccessibleDescription = null;
     this.indentToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.indentToolStripMenuItem, "indentToolStripMenuItem");
     this.indentToolStripMenuItem.BackgroundImage = null;
     this.indentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.increaseToolStripMenuItem,
     this.decreaseToolStripMenuItem});
     this.indentToolStripMenuItem.Name = "indentToolStripMenuItem";
     this.indentToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // increaseToolStripMenuItem
     //
     this.increaseToolStripMenuItem.AccessibleDescription = null;
     this.increaseToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.increaseToolStripMenuItem, "increaseToolStripMenuItem");
     this.increaseToolStripMenuItem.BackgroundImage = null;
     this.increaseToolStripMenuItem.Name = "increaseToolStripMenuItem";
     this.increaseToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.increaseToolStripMenuItem.Click += new System.EventHandler(this.increaseToolStripMenuItem_Click);
     //
     // decreaseToolStripMenuItem
     //
     this.decreaseToolStripMenuItem.AccessibleDescription = null;
     this.decreaseToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.decreaseToolStripMenuItem, "decreaseToolStripMenuItem");
     this.decreaseToolStripMenuItem.BackgroundImage = null;
     this.decreaseToolStripMenuItem.Name = "decreaseToolStripMenuItem";
     this.decreaseToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.decreaseToolStripMenuItem.Click += new System.EventHandler(this.decreaseToolStripMenuItem_Click);
     //
     // foldingToolStripMenuItem
     //
     this.foldingToolStripMenuItem.AccessibleDescription = null;
     this.foldingToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.foldingToolStripMenuItem, "foldingToolStripMenuItem");
     this.foldingToolStripMenuItem.BackgroundImage = null;
     this.foldingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.foldAllToolStripMenuItem,
     this.unFoldAllToolStripMenuItem,
     this.foldSelectedToolStripMenuItem,
     this.unFoldSelectedToolStripMenuItem});
     this.foldingToolStripMenuItem.Name = "foldingToolStripMenuItem";
     this.foldingToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // foldAllToolStripMenuItem
     //
     this.foldAllToolStripMenuItem.AccessibleDescription = null;
     this.foldAllToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.foldAllToolStripMenuItem, "foldAllToolStripMenuItem");
     this.foldAllToolStripMenuItem.BackgroundImage = null;
     this.foldAllToolStripMenuItem.Name = "foldAllToolStripMenuItem";
     this.foldAllToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.foldAllToolStripMenuItem.Click += new System.EventHandler(this.foldAllToolStripMenuItem_Click);
     //
     // unFoldAllToolStripMenuItem
     //
     this.unFoldAllToolStripMenuItem.AccessibleDescription = null;
     this.unFoldAllToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.unFoldAllToolStripMenuItem, "unFoldAllToolStripMenuItem");
     this.unFoldAllToolStripMenuItem.BackgroundImage = null;
     this.unFoldAllToolStripMenuItem.Name = "unFoldAllToolStripMenuItem";
     this.unFoldAllToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.unFoldAllToolStripMenuItem.Click += new System.EventHandler(this.unFoldAllToolStripMenuItem_Click);
     //
     // foldSelectedToolStripMenuItem
     //
     this.foldSelectedToolStripMenuItem.AccessibleDescription = null;
     this.foldSelectedToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.foldSelectedToolStripMenuItem, "foldSelectedToolStripMenuItem");
     this.foldSelectedToolStripMenuItem.BackgroundImage = null;
     this.foldSelectedToolStripMenuItem.Name = "foldSelectedToolStripMenuItem";
     this.foldSelectedToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.foldSelectedToolStripMenuItem.Click += new System.EventHandler(this.foldSelectedToolStripMenuItem_Click);
     //
     // unFoldSelectedToolStripMenuItem
     //
     this.unFoldSelectedToolStripMenuItem.AccessibleDescription = null;
     this.unFoldSelectedToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.unFoldSelectedToolStripMenuItem, "unFoldSelectedToolStripMenuItem");
     this.unFoldSelectedToolStripMenuItem.BackgroundImage = null;
     this.unFoldSelectedToolStripMenuItem.Name = "unFoldSelectedToolStripMenuItem";
     this.unFoldSelectedToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.unFoldSelectedToolStripMenuItem.Click += new System.EventHandler(this.unFoldSelectedToolStripMenuItem_Click);
     //
     // micase
     //
     this.micase.AccessibleDescription = null;
     this.micase.AccessibleName = null;
     resources.ApplyResources(this.micase, "micase");
     this.micase.BackgroundImage = null;
     this.micase.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toUpperToolStripMenuItem,
     this.toLowerToolStripMenuItem});
     this.micase.Name = "micase";
     this.micase.ShortcutKeyDisplayString = null;
     this.micase.DropDownOpening += new System.EventHandler(this.micase_DropDownOpening);
     //
     // toUpperToolStripMenuItem
     //
     this.toUpperToolStripMenuItem.AccessibleDescription = null;
     this.toUpperToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.toUpperToolStripMenuItem, "toUpperToolStripMenuItem");
     this.toUpperToolStripMenuItem.BackgroundImage = null;
     this.toUpperToolStripMenuItem.Name = "toUpperToolStripMenuItem";
     this.toUpperToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.toUpperToolStripMenuItem.Click += new System.EventHandler(this.toUpperToolStripMenuItem_Click);
     //
     // toLowerToolStripMenuItem
     //
     this.toLowerToolStripMenuItem.AccessibleDescription = null;
     this.toLowerToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.toLowerToolStripMenuItem, "toLowerToolStripMenuItem");
     this.toLowerToolStripMenuItem.BackgroundImage = null;
     this.toLowerToolStripMenuItem.Name = "toLowerToolStripMenuItem";
     this.toLowerToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.toLowerToolStripMenuItem.Click += new System.EventHandler(this.toLowerToolStripMenuItem_Click);
     //
     // wordToolStripMenuItem
     //
     this.wordToolStripMenuItem.AccessibleDescription = null;
     this.wordToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.wordToolStripMenuItem, "wordToolStripMenuItem");
     this.wordToolStripMenuItem.BackgroundImage = null;
     this.wordToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removeWordLeftToolStripMenuItem,
     this.removeWordRightToolStripMenuItem,
     this.toolStripSeparator37,
     this.goWordLeftToolStripMenuItem,
     this.goWordRightToolStripMenuItem,
     this.toolStripSeparator38,
     this.goWordLeftWithSelectionToolStripMenuItem,
     this.goWordRightWithSelectionToolStripMenuItem});
     this.wordToolStripMenuItem.Name = "wordToolStripMenuItem";
     this.wordToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // removeWordLeftToolStripMenuItem
     //
     this.removeWordLeftToolStripMenuItem.AccessibleDescription = null;
     this.removeWordLeftToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.removeWordLeftToolStripMenuItem, "removeWordLeftToolStripMenuItem");
     this.removeWordLeftToolStripMenuItem.BackgroundImage = null;
     this.removeWordLeftToolStripMenuItem.Name = "removeWordLeftToolStripMenuItem";
     this.removeWordLeftToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.removeWordLeftToolStripMenuItem.Click += new System.EventHandler(this.removeWordLeftToolStripMenuItem_Click);
     //
     // removeWordRightToolStripMenuItem
     //
     this.removeWordRightToolStripMenuItem.AccessibleDescription = null;
     this.removeWordRightToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.removeWordRightToolStripMenuItem, "removeWordRightToolStripMenuItem");
     this.removeWordRightToolStripMenuItem.BackgroundImage = null;
     this.removeWordRightToolStripMenuItem.Name = "removeWordRightToolStripMenuItem";
     this.removeWordRightToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.removeWordRightToolStripMenuItem.Click += new System.EventHandler(this.removeWordRightToolStripMenuItem_Click);
     //
     // toolStripSeparator37
     //
     this.toolStripSeparator37.AccessibleDescription = null;
     this.toolStripSeparator37.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator37, "toolStripSeparator37");
     this.toolStripSeparator37.Name = "toolStripSeparator37";
     //
     // goWordLeftToolStripMenuItem
     //
     this.goWordLeftToolStripMenuItem.AccessibleDescription = null;
     this.goWordLeftToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.goWordLeftToolStripMenuItem, "goWordLeftToolStripMenuItem");
     this.goWordLeftToolStripMenuItem.BackgroundImage = null;
     this.goWordLeftToolStripMenuItem.Name = "goWordLeftToolStripMenuItem";
     this.goWordLeftToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.goWordLeftToolStripMenuItem.Click += new System.EventHandler(this.goWordLeftToolStripMenuItem_Click);
     //
     // goWordRightToolStripMenuItem
     //
     this.goWordRightToolStripMenuItem.AccessibleDescription = null;
     this.goWordRightToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.goWordRightToolStripMenuItem, "goWordRightToolStripMenuItem");
     this.goWordRightToolStripMenuItem.BackgroundImage = null;
     this.goWordRightToolStripMenuItem.Name = "goWordRightToolStripMenuItem";
     this.goWordRightToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.goWordRightToolStripMenuItem.Click += new System.EventHandler(this.goWordRightToolStripMenuItem_Click);
     //
     // toolStripSeparator38
     //
     this.toolStripSeparator38.AccessibleDescription = null;
     this.toolStripSeparator38.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator38, "toolStripSeparator38");
     this.toolStripSeparator38.Name = "toolStripSeparator38";
     //
     // goWordLeftWithSelectionToolStripMenuItem
     //
     this.goWordLeftWithSelectionToolStripMenuItem.AccessibleDescription = null;
     this.goWordLeftWithSelectionToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.goWordLeftWithSelectionToolStripMenuItem, "goWordLeftWithSelectionToolStripMenuItem");
     this.goWordLeftWithSelectionToolStripMenuItem.BackgroundImage = null;
     this.goWordLeftWithSelectionToolStripMenuItem.Name = "goWordLeftWithSelectionToolStripMenuItem";
     this.goWordLeftWithSelectionToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.goWordLeftWithSelectionToolStripMenuItem.Click += new System.EventHandler(this.goWordLeftWithSelectionToolStripMenuItem_Click);
     //
     // goWordRightWithSelectionToolStripMenuItem
     //
     this.goWordRightWithSelectionToolStripMenuItem.AccessibleDescription = null;
     this.goWordRightWithSelectionToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.goWordRightWithSelectionToolStripMenuItem, "goWordRightWithSelectionToolStripMenuItem");
     this.goWordRightWithSelectionToolStripMenuItem.BackgroundImage = null;
     this.goWordRightWithSelectionToolStripMenuItem.Name = "goWordRightWithSelectionToolStripMenuItem";
     this.goWordRightWithSelectionToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.goWordRightWithSelectionToolStripMenuItem.Click += new System.EventHandler(this.goWordRightWithSelectionToolStripMenuItem_Click);
     //
     // lineToolStripMenuItem
     //
     this.lineToolStripMenuItem.AccessibleDescription = null;
     this.lineToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.lineToolStripMenuItem, "lineToolStripMenuItem");
     this.lineToolStripMenuItem.BackgroundImage = null;
     this.lineToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.moveSelectedLinesDownToolStripMenuItem,
     this.moveSelectedLinesUpToolStripMenuItem,
     this.duplicateLineToolStripMenuItem,
     this.removeEmptyLinesToolStripMenuItem,
     this.removeCurrentLineToolStripMenuItem,
     RemoveLineEndings});
     this.lineToolStripMenuItem.Name = "lineToolStripMenuItem";
     this.lineToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // moveSelectedLinesDownToolStripMenuItem
     //
     this.moveSelectedLinesDownToolStripMenuItem.AccessibleDescription = null;
     this.moveSelectedLinesDownToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.moveSelectedLinesDownToolStripMenuItem, "moveSelectedLinesDownToolStripMenuItem");
     this.moveSelectedLinesDownToolStripMenuItem.BackgroundImage = null;
     this.moveSelectedLinesDownToolStripMenuItem.Name = "moveSelectedLinesDownToolStripMenuItem";
     this.moveSelectedLinesDownToolStripMenuItem.Click += new System.EventHandler(this.moveSelectedLinesDownToolStripMenuItem_Click);
     //
     // moveSelectedLinesUpToolStripMenuItem
     //
     this.moveSelectedLinesUpToolStripMenuItem.AccessibleDescription = null;
     this.moveSelectedLinesUpToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.moveSelectedLinesUpToolStripMenuItem, "moveSelectedLinesUpToolStripMenuItem");
     this.moveSelectedLinesUpToolStripMenuItem.BackgroundImage = null;
     this.moveSelectedLinesUpToolStripMenuItem.Name = "moveSelectedLinesUpToolStripMenuItem";
     this.moveSelectedLinesUpToolStripMenuItem.Click += new System.EventHandler(this.moveSelectedLinesUpToolStripMenuItem_Click);
     //
     // duplicateLineToolStripMenuItem
     //
     this.duplicateLineToolStripMenuItem.AccessibleDescription = null;
     this.duplicateLineToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.duplicateLineToolStripMenuItem, "duplicateLineToolStripMenuItem");
     this.duplicateLineToolStripMenuItem.BackgroundImage = null;
     this.duplicateLineToolStripMenuItem.Name = "duplicateLineToolStripMenuItem";
     this.duplicateLineToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.duplicateLineToolStripMenuItem.Click += new System.EventHandler(this.duplicateLineToolStripMenuItem_Click);
     //
     // removeEmptyLinesToolStripMenuItem
     //
     this.removeEmptyLinesToolStripMenuItem.AccessibleDescription = null;
     this.removeEmptyLinesToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.removeEmptyLinesToolStripMenuItem, "removeEmptyLinesToolStripMenuItem");
     this.removeEmptyLinesToolStripMenuItem.BackgroundImage = null;
     this.removeEmptyLinesToolStripMenuItem.Name = "removeEmptyLinesToolStripMenuItem";
     this.removeEmptyLinesToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.removeEmptyLinesToolStripMenuItem.Click += new System.EventHandler(this.removeEmptyLinesToolStripMenuItem_Click);
     //
     // removeCurrentLineToolStripMenuItem
     //
     this.removeCurrentLineToolStripMenuItem.AccessibleDescription = null;
     this.removeCurrentLineToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.removeCurrentLineToolStripMenuItem, "removeCurrentLineToolStripMenuItem");
     this.removeCurrentLineToolStripMenuItem.BackgroundImage = null;
     this.removeCurrentLineToolStripMenuItem.Name = "removeCurrentLineToolStripMenuItem";
     this.removeCurrentLineToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.removeCurrentLineToolStripMenuItem.Click += new System.EventHandler(this.removeCurrentLineToolStripMenuItem_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.AccessibleDescription = null;
     this.toolStripSeparator10.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator10, "toolStripSeparator10");
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     //
     // navigationToolStripMenuItem
     //
     this.navigationToolStripMenuItem.AccessibleDescription = null;
     this.navigationToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.navigationToolStripMenuItem, "navigationToolStripMenuItem");
     this.navigationToolStripMenuItem.BackgroundImage = null;
     this.navigationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gotToolStripMenuItem,
     this.goToEndToolStripMenuItem,
     this.toolStripSeparator27,
     this.navigateForwardToolStripMenuItem,
     this.navigateBackwardsToolStripMenuItem});
     this.navigationToolStripMenuItem.Name = "navigationToolStripMenuItem";
     this.navigationToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // gotToolStripMenuItem
     //
     this.gotToolStripMenuItem.AccessibleDescription = null;
     this.gotToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.gotToolStripMenuItem, "gotToolStripMenuItem");
     this.gotToolStripMenuItem.BackgroundImage = null;
     this.gotToolStripMenuItem.Name = "gotToolStripMenuItem";
     this.gotToolStripMenuItem.Click += new System.EventHandler(this.gotToolStripMenuItem_Click);
     //
     // goToEndToolStripMenuItem
     //
     this.goToEndToolStripMenuItem.AccessibleDescription = null;
     this.goToEndToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.goToEndToolStripMenuItem, "goToEndToolStripMenuItem");
     this.goToEndToolStripMenuItem.BackgroundImage = null;
     this.goToEndToolStripMenuItem.Name = "goToEndToolStripMenuItem";
     this.goToEndToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.goToEndToolStripMenuItem.Click += new System.EventHandler(this.goToEndToolStripMenuItem_Click);
     //
     // toolStripSeparator27
     //
     this.toolStripSeparator27.AccessibleDescription = null;
     this.toolStripSeparator27.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator27, "toolStripSeparator27");
     this.toolStripSeparator27.Name = "toolStripSeparator27";
     //
     // navigateForwardToolStripMenuItem
     //
     this.navigateForwardToolStripMenuItem.AccessibleDescription = null;
     this.navigateForwardToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.navigateForwardToolStripMenuItem, "navigateForwardToolStripMenuItem");
     this.navigateForwardToolStripMenuItem.BackgroundImage = null;
     this.navigateForwardToolStripMenuItem.Name = "navigateForwardToolStripMenuItem";
     this.navigateForwardToolStripMenuItem.Click += new System.EventHandler(this.navigateForwardToolStripMenuItem_Click);
     //
     // navigateBackwardsToolStripMenuItem
     //
     this.navigateBackwardsToolStripMenuItem.AccessibleDescription = null;
     this.navigateBackwardsToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.navigateBackwardsToolStripMenuItem, "navigateBackwardsToolStripMenuItem");
     this.navigateBackwardsToolStripMenuItem.BackgroundImage = null;
     this.navigateBackwardsToolStripMenuItem.Name = "navigateBackwardsToolStripMenuItem";
     this.navigateBackwardsToolStripMenuItem.Click += new System.EventHandler(this.navigateBackwardsToolStripMenuItem_Click);
     //
     // bookmarksToolStripMenuItem
     //
     this.bookmarksToolStripMenuItem.AccessibleDescription = null;
     this.bookmarksToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.bookmarksToolStripMenuItem, "bookmarksToolStripMenuItem");
     this.bookmarksToolStripMenuItem.BackgroundImage = null;
     this.bookmarksToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addToolStripMenuItem,
     this.removeToolStripMenuItem,
     this.toolStripSeparator39,
     this.navigateToolStripMenuItem});
     this.bookmarksToolStripMenuItem.Name = "bookmarksToolStripMenuItem";
     this.bookmarksToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.AccessibleDescription = null;
     this.addToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.addToolStripMenuItem, "addToolStripMenuItem");
     this.addToolStripMenuItem.BackgroundImage = null;
     this.addToolStripMenuItem.Name = "addToolStripMenuItem";
     this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
     //
     // removeToolStripMenuItem
     //
     this.removeToolStripMenuItem.AccessibleDescription = null;
     this.removeToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.removeToolStripMenuItem, "removeToolStripMenuItem");
     this.removeToolStripMenuItem.BackgroundImage = null;
     this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
     this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
     //
     // toolStripSeparator39
     //
     this.toolStripSeparator39.AccessibleDescription = null;
     this.toolStripSeparator39.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator39, "toolStripSeparator39");
     this.toolStripSeparator39.Name = "toolStripSeparator39";
     //
     // navigateToolStripMenuItem
     //
     this.navigateToolStripMenuItem.AccessibleDescription = null;
     this.navigateToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.navigateToolStripMenuItem, "navigateToolStripMenuItem");
     this.navigateToolStripMenuItem.BackgroundImage = null;
     this.navigateToolStripMenuItem.Name = "navigateToolStripMenuItem";
     this.navigateToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.navigateToolStripMenuItem.Click += new System.EventHandler(this.navigateToolStripMenuItem_Click);
     //
     // commentToolStripMenuItem
     //
     this.commentToolStripMenuItem.AccessibleDescription = null;
     this.commentToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.commentToolStripMenuItem, "commentToolStripMenuItem");
     this.commentToolStripMenuItem.BackgroundImage = null;
     this.commentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.insertToolStripMenuItem1,
     this.removeToolStripMenuItem1});
     this.commentToolStripMenuItem.Name = "commentToolStripMenuItem";
     this.commentToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // insertToolStripMenuItem1
     //
     this.insertToolStripMenuItem1.AccessibleDescription = null;
     this.insertToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.insertToolStripMenuItem1, "insertToolStripMenuItem1");
     this.insertToolStripMenuItem1.BackgroundImage = null;
     this.insertToolStripMenuItem1.Name = "insertToolStripMenuItem1";
     this.insertToolStripMenuItem1.ShortcutKeyDisplayString = null;
     this.insertToolStripMenuItem1.Click += new System.EventHandler(this.insertToolStripMenuItem1_Click);
     //
     // removeToolStripMenuItem1
     //
     this.removeToolStripMenuItem1.AccessibleDescription = null;
     this.removeToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.removeToolStripMenuItem1, "removeToolStripMenuItem1");
     this.removeToolStripMenuItem1.BackgroundImage = null;
     this.removeToolStripMenuItem1.Name = "removeToolStripMenuItem1";
     this.removeToolStripMenuItem1.ShortcutKeyDisplayString = null;
     this.removeToolStripMenuItem1.Click += new System.EventHandler(this.removeToolStripMenuItem1_Click);
     //
     // toolStripSeparator19
     //
     this.toolStripSeparator19.AccessibleDescription = null;
     this.toolStripSeparator19.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator19, "toolStripSeparator19");
     this.toolStripSeparator19.Name = "toolStripSeparator19";
     //
     // editingModeToolStripMenuItem
     //
     this.editingModeToolStripMenuItem.AccessibleDescription = null;
     this.editingModeToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.editingModeToolStripMenuItem, "editingModeToolStripMenuItem");
     this.editingModeToolStripMenuItem.BackgroundImage = null;
     this.editingModeToolStripMenuItem.Name = "editingModeToolStripMenuItem";
     this.editingModeToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.editingModeToolStripMenuItem.Click += new System.EventHandler(this.editingModeToolStripMenuItem_Click);
     //
     // columnEditorToolStripMenuItem
     //
     this.columnEditorToolStripMenuItem.AccessibleDescription = null;
     this.columnEditorToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.columnEditorToolStripMenuItem, "columnEditorToolStripMenuItem");
     this.columnEditorToolStripMenuItem.BackgroundImage = null;
     this.columnEditorToolStripMenuItem.Name = "columnEditorToolStripMenuItem";
     this.columnEditorToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.columnEditorToolStripMenuItem.Click += new System.EventHandler(this.columnEditorToolStripMenuItem_Click);
     //
     // toolStripSeparator26
     //
     this.toolStripSeparator26.AccessibleDescription = null;
     this.toolStripSeparator26.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator26, "toolStripSeparator26");
     this.toolStripSeparator26.Name = "toolStripSeparator26";
     //
     // setSelectedTextAsReadonlyToolStripMenuItem
     //
     this.setSelectedTextAsReadonlyToolStripMenuItem.AccessibleDescription = null;
     this.setSelectedTextAsReadonlyToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.setSelectedTextAsReadonlyToolStripMenuItem, "setSelectedTextAsReadonlyToolStripMenuItem");
     this.setSelectedTextAsReadonlyToolStripMenuItem.BackgroundImage = null;
     this.setSelectedTextAsReadonlyToolStripMenuItem.Name = "setSelectedTextAsReadonlyToolStripMenuItem";
     this.setSelectedTextAsReadonlyToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.setSelectedTextAsReadonlyToolStripMenuItem.Click += new System.EventHandler(this.setSelectedTextAsReadonlyToolStripMenuItem_Click);
     //
     // setSelectedTextAsWritableToolStripMenuItem
     //
     this.setSelectedTextAsWritableToolStripMenuItem.AccessibleDescription = null;
     this.setSelectedTextAsWritableToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.setSelectedTextAsWritableToolStripMenuItem, "setSelectedTextAsWritableToolStripMenuItem");
     this.setSelectedTextAsWritableToolStripMenuItem.BackgroundImage = null;
     this.setSelectedTextAsWritableToolStripMenuItem.Name = "setSelectedTextAsWritableToolStripMenuItem";
     this.setSelectedTextAsWritableToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.setSelectedTextAsWritableToolStripMenuItem.Click += new System.EventHandler(this.setSelectedTextAsWritableToolStripMenuItem_Click);
     //
     // toolStripSeparator34
     //
     this.toolStripSeparator34.AccessibleDescription = null;
     this.toolStripSeparator34.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator34, "toolStripSeparator34");
     this.toolStripSeparator34.Name = "toolStripSeparator34";
     //
     Trasparent.Name = "Transparent";
     Trasparent.Text = "Transparent UI";
     Trasparent.CheckOnClick = true;
     Trasparent.Click += new System.EventHandler(Trasparent_Click);
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.AccessibleDescription = null;
     this.viewToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.viewToolStripMenuItem, "viewToolStripMenuItem");
     this.viewToolStripMenuItem.BackgroundImage = null;
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mitoolbar,
     this.mistatusbar,
     this.toolStripSeparator13,
     this.alwaysOnTopToolStripMenuItem,
     this.minimizeToSystemTrayToolStripMenuItem,
     this.toolStripSeparator35,
     this.zoomToolStripMenuItem,
     Trasparent,
     this.fullScreenToolStripMenuItem,
     this.toolStripSeparator14,
     this.hiddenCharsToolStripMenuItem,
     this.summaryToolStripMenuItem,
     this.toolStripSeparator18,
     this.clipboardHistoryToolStripMenuItem,
     this.pluginTreeToolStripMenuItem,
     this.toolStripSeparator8,
     this.wordWrapToolStripMenuItem,
     this.toolStripSeparator29,
     this.autoCompleteMenuToolStripMenuItem,
     this.toolStripSeparator31,
     this.cloneDocumentToolStripMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // mitoolbar
     //
     this.mitoolbar.AccessibleDescription = null;
     this.mitoolbar.AccessibleName = null;
     resources.ApplyResources(this.mitoolbar, "mitoolbar");
     this.mitoolbar.BackgroundImage = null;
     this.mitoolbar.Checked = true;
     this.mitoolbar.CheckOnClick = true;
     this.mitoolbar.CheckState = System.Windows.Forms.CheckState.Checked;
     this.mitoolbar.Name = "mitoolbar";
     this.mitoolbar.ShortcutKeyDisplayString = null;
     this.mitoolbar.Click += new System.EventHandler(this.mitoolbar_Click);
     //
     // mistatusbar
     //
     this.mistatusbar.AccessibleDescription = null;
     this.mistatusbar.AccessibleName = null;
     resources.ApplyResources(this.mistatusbar, "mistatusbar");
     this.mistatusbar.BackgroundImage = null;
     this.mistatusbar.Checked = true;
     this.mistatusbar.CheckOnClick = true;
     this.mistatusbar.CheckState = System.Windows.Forms.CheckState.Checked;
     this.mistatusbar.Name = "mistatusbar";
     this.mistatusbar.ShortcutKeyDisplayString = null;
     this.mistatusbar.Click += new System.EventHandler(this.mistatusbar_Click);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.AccessibleDescription = null;
     this.toolStripSeparator13.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator13, "toolStripSeparator13");
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     //
     // alwaysOnTopToolStripMenuItem
     //
     this.alwaysOnTopToolStripMenuItem.AccessibleDescription = null;
     this.alwaysOnTopToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.alwaysOnTopToolStripMenuItem, "alwaysOnTopToolStripMenuItem");
     this.alwaysOnTopToolStripMenuItem.BackgroundImage = null;
     this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem";
     this.alwaysOnTopToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click);
     //
     // minimizeToSystemTrayToolStripMenuItem
     //
     this.minimizeToSystemTrayToolStripMenuItem.AccessibleDescription = null;
     this.minimizeToSystemTrayToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.minimizeToSystemTrayToolStripMenuItem, "minimizeToSystemTrayToolStripMenuItem");
     this.minimizeToSystemTrayToolStripMenuItem.BackgroundImage = null;
     this.minimizeToSystemTrayToolStripMenuItem.Name = "minimizeToSystemTrayToolStripMenuItem";
     this.minimizeToSystemTrayToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.minimizeToSystemTrayToolStripMenuItem.Click += new System.EventHandler(this.minimizeToSystemTrayToolStripMenuItem_Click);
     //
     // toolStripSeparator35
     //
     this.toolStripSeparator35.AccessibleDescription = null;
     this.toolStripSeparator35.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator35, "toolStripSeparator35");
     this.toolStripSeparator35.Name = "toolStripSeparator35";
     //
     // zoomToolStripMenuItem
     //
     this.zoomToolStripMenuItem.AccessibleDescription = null;
     this.zoomToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.zoomToolStripMenuItem, "zoomToolStripMenuItem");
     this.zoomToolStripMenuItem.BackgroundImage = null;
     this.zoomToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.zoomInToolStripMenuItem,
     this.zoomOutToolStripMenuItem,
     this.restoreDefaultZoomToolStripMenuItem});
     this.zoomToolStripMenuItem.Name = "zoomToolStripMenuItem";
     this.zoomToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // zoomInToolStripMenuItem
     //
     this.zoomInToolStripMenuItem.AccessibleDescription = null;
     this.zoomInToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.zoomInToolStripMenuItem, "zoomInToolStripMenuItem");
     this.zoomInToolStripMenuItem.BackgroundImage = null;
     this.zoomInToolStripMenuItem.Name = "zoomInToolStripMenuItem";
     this.zoomInToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.zoomInToolStripMenuItem.Click += new System.EventHandler(this.zoomInToolStripMenuItem_Click);
     //
     // zoomOutToolStripMenuItem
     //
     this.zoomOutToolStripMenuItem.AccessibleDescription = null;
     this.zoomOutToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.zoomOutToolStripMenuItem, "zoomOutToolStripMenuItem");
     this.zoomOutToolStripMenuItem.BackgroundImage = null;
     this.zoomOutToolStripMenuItem.Name = "zoomOutToolStripMenuItem";
     this.zoomOutToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.zoomOutToolStripMenuItem.Click += new System.EventHandler(this.zoomOutToolStripMenuItem_Click);
     //
     // restoreDefaultZoomToolStripMenuItem
     //
     this.restoreDefaultZoomToolStripMenuItem.AccessibleDescription = null;
     this.restoreDefaultZoomToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.restoreDefaultZoomToolStripMenuItem, "restoreDefaultZoomToolStripMenuItem");
     this.restoreDefaultZoomToolStripMenuItem.BackgroundImage = null;
     this.restoreDefaultZoomToolStripMenuItem.Name = "restoreDefaultZoomToolStripMenuItem";
     this.restoreDefaultZoomToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.restoreDefaultZoomToolStripMenuItem.Click += new System.EventHandler(this.restoreDefaultZoomToolStripMenuItem_Click);
     //
     // fullScreenToolStripMenuItem
     //
     this.fullScreenToolStripMenuItem.AccessibleDescription = null;
     this.fullScreenToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.fullScreenToolStripMenuItem, "fullScreenToolStripMenuItem");
     this.fullScreenToolStripMenuItem.BackgroundImage = null;
     this.fullScreenToolStripMenuItem.CheckOnClick = true;
     this.fullScreenToolStripMenuItem.Name = "fullScreenToolStripMenuItem";
     this.fullScreenToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.fullScreenToolStripMenuItem.Click += new System.EventHandler(this.fullScreenToolStripMenuItem_Click);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.AccessibleDescription = null;
     this.toolStripSeparator14.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator14, "toolStripSeparator14");
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     //
     // hiddenCharsToolStripMenuItem
     //
     this.hiddenCharsToolStripMenuItem.AccessibleDescription = null;
     this.hiddenCharsToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.hiddenCharsToolStripMenuItem, "hiddenCharsToolStripMenuItem");
     this.hiddenCharsToolStripMenuItem.BackgroundImage = null;
     this.hiddenCharsToolStripMenuItem.CheckOnClick = true;
     this.hiddenCharsToolStripMenuItem.Name = "hiddenCharsToolStripMenuItem";
     this.hiddenCharsToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.hiddenCharsToolStripMenuItem.Click += new System.EventHandler(this.hiddenCharsToolStripMenuItem_Click);
     //
     // summaryToolStripMenuItem
     //
     this.summaryToolStripMenuItem.AccessibleDescription = null;
     this.summaryToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.summaryToolStripMenuItem, "summaryToolStripMenuItem");
     this.summaryToolStripMenuItem.BackgroundImage = null;
     this.summaryToolStripMenuItem.Name = "summaryToolStripMenuItem";
     this.summaryToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.summaryToolStripMenuItem.Click += new System.EventHandler(this.summaryToolStripMenuItem_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.AccessibleDescription = null;
     this.toolStripSeparator18.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator18, "toolStripSeparator18");
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     //
     // clipboardHistoryToolStripMenuItem
     //
     this.clipboardHistoryToolStripMenuItem.AccessibleDescription = null;
     this.clipboardHistoryToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.clipboardHistoryToolStripMenuItem, "clipboardHistoryToolStripMenuItem");
     this.clipboardHistoryToolStripMenuItem.BackgroundImage = null;
     this.clipboardHistoryToolStripMenuItem.Name = "clipboardHistoryToolStripMenuItem";
     this.clipboardHistoryToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.clipboardHistoryToolStripMenuItem.Click += new System.EventHandler(this.clipboardHistoryToolStripMenuItem_Click);
     //
     // pluginTreeToolStripMenuItem
     //
     this.pluginTreeToolStripMenuItem.AccessibleDescription = null;
     this.pluginTreeToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.pluginTreeToolStripMenuItem, "pluginTreeToolStripMenuItem");
     this.pluginTreeToolStripMenuItem.BackgroundImage = null;
     this.pluginTreeToolStripMenuItem.Name = "pluginTreeToolStripMenuItem";
     this.pluginTreeToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.pluginTreeToolStripMenuItem.Click += new System.EventHandler(this.pluginTreeToolStripMenuItem_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.AccessibleDescription = null;
     this.toolStripSeparator8.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator8, "toolStripSeparator8");
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     //
     // wordWrapToolStripMenuItem
     //
     this.wordWrapToolStripMenuItem.AccessibleDescription = null;
     this.wordWrapToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.wordWrapToolStripMenuItem, "wordWrapToolStripMenuItem");
     this.wordWrapToolStripMenuItem.BackgroundImage = null;
     this.wordWrapToolStripMenuItem.CheckOnClick = true;
     this.wordWrapToolStripMenuItem.Name = "wordWrapToolStripMenuItem";
     this.wordWrapToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.wordWrapToolStripMenuItem.Click += new System.EventHandler(this.wordWrapToolStripMenuItem_Click);
     //
     // toolStripSeparator29
     //
     this.toolStripSeparator29.AccessibleDescription = null;
     this.toolStripSeparator29.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator29, "toolStripSeparator29");
     this.toolStripSeparator29.Name = "toolStripSeparator29";
     //
     // autoCompleteMenuToolStripMenuItem
     //
     this.autoCompleteMenuToolStripMenuItem.AccessibleDescription = null;
     this.autoCompleteMenuToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.autoCompleteMenuToolStripMenuItem, "autoCompleteMenuToolStripMenuItem");
     this.autoCompleteMenuToolStripMenuItem.BackgroundImage = null;
     this.autoCompleteMenuToolStripMenuItem.Name = "autoCompleteMenuToolStripMenuItem";
     this.autoCompleteMenuToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.autoCompleteMenuToolStripMenuItem.Click += new System.EventHandler(this.autoCompleteMenuToolStripMenuItem_Click);
     //
     // toolStripSeparator31
     //
     this.toolStripSeparator31.AccessibleDescription = null;
     this.toolStripSeparator31.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator31, "toolStripSeparator31");
     this.toolStripSeparator31.Name = "toolStripSeparator31";
     //
     // cloneDocumentToolStripMenuItem
     //
     this.cloneDocumentToolStripMenuItem.AccessibleDescription = null;
     this.cloneDocumentToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.cloneDocumentToolStripMenuItem, "cloneDocumentToolStripMenuItem");
     this.cloneDocumentToolStripMenuItem.BackgroundImage = null;
     this.cloneDocumentToolStripMenuItem.Name = "cloneDocumentToolStripMenuItem";
     this.cloneDocumentToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.cloneDocumentToolStripMenuItem.Click += new System.EventHandler(this.cloneDocumentToolStripMenuItem_Click);
     //
     // langaugeToolStripMenuItem
     //
     this.langaugeToolStripMenuItem.AccessibleDescription = null;
     this.langaugeToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.langaugeToolStripMenuItem, "langaugeToolStripMenuItem");
     this.langaugeToolStripMenuItem.BackgroundImage = null;
     this.langaugeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mitext,
     this.mibatch,
     this.misql,
     this.mixml,
     this.toolStripSeparator25,
     this.mihtml,
     this.micss,
     this.miphp,
     this.mijs,
     this.miasp,
     this.toolStripSeparator24,
     this.mias,
     this.mics,
     this.micpp,
     this.mijava,
     this.milua,
     this.mipython,
     this.miqb,
     this.miruby,
     this.mivb,
     this.toolStripSeparator32,
     this.micustom});
     this.langaugeToolStripMenuItem.Name = "langaugeToolStripMenuItem";
     this.langaugeToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // mitext
     //
     this.mitext.AccessibleDescription = null;
     this.mitext.AccessibleName = null;
     resources.ApplyResources(this.mitext, "mitext");
     this.mitext.BackgroundImage = null;
     this.mitext.Checked = true;
     this.mitext.CheckState = System.Windows.Forms.CheckState.Checked;
     this.mitext.Name = "mitext";
     this.mitext.ShortcutKeyDisplayString = null;
     this.mitext.Click += new System.EventHandler(this.mitext_Click);
     //
     // mibatch
     //
     this.mibatch.AccessibleDescription = null;
     this.mibatch.AccessibleName = null;
     resources.ApplyResources(this.mibatch, "mibatch");
     this.mibatch.BackgroundImage = null;
     this.mibatch.Name = "mibatch";
     this.mibatch.ShortcutKeyDisplayString = null;
     this.mibatch.Click += new System.EventHandler(this.mibatch_Click);
     //
     // misql
     //
     this.misql.AccessibleDescription = null;
     this.misql.AccessibleName = null;
     resources.ApplyResources(this.misql, "misql");
     this.misql.BackgroundImage = null;
     this.misql.Name = "misql";
     this.misql.ShortcutKeyDisplayString = null;
     this.misql.Click += new System.EventHandler(this.misql_Click);
     //
     // mixml
     //
     this.mixml.AccessibleDescription = null;
     this.mixml.AccessibleName = null;
     resources.ApplyResources(this.mixml, "mixml");
     this.mixml.BackgroundImage = null;
     this.mixml.Name = "mixml";
     this.mixml.ShortcutKeyDisplayString = null;
     this.mixml.Click += new System.EventHandler(this.mixml_Click);
     //
     // toolStripSeparator25
     //
     this.toolStripSeparator25.AccessibleDescription = null;
     this.toolStripSeparator25.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator25, "toolStripSeparator25");
     this.toolStripSeparator25.Name = "toolStripSeparator25";
     //
     // mihtml
     //
     this.mihtml.AccessibleDescription = null;
     this.mihtml.AccessibleName = null;
     resources.ApplyResources(this.mihtml, "mihtml");
     this.mihtml.BackgroundImage = null;
     this.mihtml.Name = "mihtml";
     this.mihtml.ShortcutKeyDisplayString = null;
     this.mihtml.Click += new System.EventHandler(this.mihtml_Click);
     //
     // micss
     //
     this.micss.AccessibleDescription = null;
     this.micss.AccessibleName = null;
     resources.ApplyResources(this.micss, "micss");
     this.micss.BackgroundImage = null;
     this.micss.Name = "micss";
     this.micss.ShortcutKeyDisplayString = null;
     this.micss.Click += new System.EventHandler(this.micss_Click);
     //
     // miphp
     //
     this.miphp.AccessibleDescription = null;
     this.miphp.AccessibleName = null;
     resources.ApplyResources(this.miphp, "miphp");
     this.miphp.BackgroundImage = null;
     this.miphp.Name = "miphp";
     this.miphp.ShortcutKeyDisplayString = null;
     this.miphp.Click += new System.EventHandler(this.miphp_Click);
     //
     // mijs
     //
     this.mijs.AccessibleDescription = null;
     this.mijs.AccessibleName = null;
     resources.ApplyResources(this.mijs, "mijs");
     this.mijs.BackgroundImage = null;
     this.mijs.Name = "mijs";
     this.mijs.ShortcutKeyDisplayString = null;
     this.mijs.Click += new System.EventHandler(this.mijs_Click);
     //
     // miasp
     //
     this.miasp.AccessibleDescription = null;
     this.miasp.AccessibleName = null;
     resources.ApplyResources(this.miasp, "miasp");
     this.miasp.BackgroundImage = null;
     this.miasp.Name = "miasp";
     this.miasp.ShortcutKeyDisplayString = null;
     this.miasp.Click += new System.EventHandler(this.miasp_Click);
     //
     // toolStripSeparator24
     //
     this.toolStripSeparator24.AccessibleDescription = null;
     this.toolStripSeparator24.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator24, "toolStripSeparator24");
     this.toolStripSeparator24.Name = "toolStripSeparator24";
     //
     // mias
     //
     this.mias.AccessibleDescription = null;
     this.mias.AccessibleName = null;
     resources.ApplyResources(this.mias, "mias");
     this.mias.BackgroundImage = null;
     this.mias.Name = "mias";
     this.mias.ShortcutKeyDisplayString = null;
     this.mias.Click += new System.EventHandler(this.mias_Click);
     //
     // mics
     //
     this.mics.AccessibleDescription = null;
     this.mics.AccessibleName = null;
     resources.ApplyResources(this.mics, "mics");
     this.mics.BackgroundImage = null;
     this.mics.Name = "mics";
     this.mics.ShortcutKeyDisplayString = null;
     this.mics.Click += new System.EventHandler(this.mics_Click);
     //
     // micpp
     //
     this.micpp.AccessibleDescription = null;
     this.micpp.AccessibleName = null;
     resources.ApplyResources(this.micpp, "micpp");
     this.micpp.BackgroundImage = null;
     this.micpp.Name = "micpp";
     this.micpp.ShortcutKeyDisplayString = null;
     this.micpp.Click += new System.EventHandler(this.micpp_Click);
     //
     // mijava
     //
     this.mijava.AccessibleDescription = null;
     this.mijava.AccessibleName = null;
     resources.ApplyResources(this.mijava, "mijava");
     this.mijava.BackgroundImage = null;
     this.mijava.Name = "mijava";
     this.mijava.ShortcutKeyDisplayString = null;
     this.mijava.Click += new System.EventHandler(this.mijava_Click);
     //
     // milua
     //
     this.milua.AccessibleDescription = null;
     this.milua.AccessibleName = null;
     resources.ApplyResources(this.milua, "milua");
     this.milua.BackgroundImage = null;
     this.milua.Name = "milua";
     this.milua.ShortcutKeyDisplayString = null;
     this.milua.Click += new System.EventHandler(this.luaToolStripMenuItem_Click);
     //
     // mipython
     //
     this.mipython.AccessibleDescription = null;
     this.mipython.AccessibleName = null;
     resources.ApplyResources(this.mipython, "mipython");
     this.mipython.BackgroundImage = null;
     this.mipython.Name = "mipython";
     this.mipython.ShortcutKeyDisplayString = null;
     this.mipython.Click += new System.EventHandler(this.mipython_Click);
     //
     // miqb
     //
     this.miqb.AccessibleDescription = null;
     this.miqb.AccessibleName = null;
     resources.ApplyResources(this.miqb, "miqb");
     this.miqb.BackgroundImage = null;
     this.miqb.Name = "miqb";
     this.miqb.ShortcutKeyDisplayString = null;
     this.miqb.Click += new System.EventHandler(this.miqb_Click);
     //
     // miruby
     //
     this.miruby.AccessibleDescription = null;
     this.miruby.AccessibleName = null;
     resources.ApplyResources(this.miruby, "miruby");
     this.miruby.BackgroundImage = null;
     this.miruby.Name = "miruby";
     this.miruby.ShortcutKeyDisplayString = null;
     this.miruby.Click += new System.EventHandler(this.miruby_Click);
     //
     // mivb
     //
     this.mivb.AccessibleDescription = null;
     this.mivb.AccessibleName = null;
     resources.ApplyResources(this.mivb, "mivb");
     this.mivb.BackgroundImage = null;
     this.mivb.Name = "mivb";
     this.mivb.ShortcutKeyDisplayString = null;
     this.mivb.Click += new System.EventHandler(this.mivb_Click);
     //
     // toolStripSeparator32
     //
     this.toolStripSeparator32.AccessibleDescription = null;
     this.toolStripSeparator32.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator32, "toolStripSeparator32");
     this.toolStripSeparator32.Name = "toolStripSeparator32";
     //
     // micustom
     //
     this.micustom.AccessibleDescription = null;
     this.micustom.AccessibleName = null;
     resources.ApplyResources(this.micustom, "micustom");
     this.micustom.BackgroundImage = null;
     this.micustom.Name = "micustom";
     this.micustom.ShortcutKeyDisplayString = null;
     this.micustom.Click += new System.EventHandler(this.customToolStripMenuItem_Click);
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.AccessibleDescription = null;
     this.settingsToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
     this.settingsToolStripMenuItem.BackgroundImage = null;
     this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.preferencesToolStripMenuItem,
     this.hotKeysToolStripMenuItem,
     this.importToolStripMenuItem,
     this.toolStripSeparator20,
     this.editAutoCompleteMenuToolStripMenuItem,
     this.editHighlightingToolStripMenuItem});
     this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // preferencesToolStripMenuItem
     //
     this.preferencesToolStripMenuItem.AccessibleDescription = null;
     this.preferencesToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.preferencesToolStripMenuItem, "preferencesToolStripMenuItem");
     this.preferencesToolStripMenuItem.BackgroundImage = null;
     this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
     this.preferencesToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.preferencesToolStripMenuItem.Click += new System.EventHandler(this.preferencesToolStripMenuItem_Click);
     //
     // hotKeysToolStripMenuItem
     //
     this.hotKeysToolStripMenuItem.AccessibleDescription = null;
     this.hotKeysToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.hotKeysToolStripMenuItem, "hotKeysToolStripMenuItem");
     this.hotKeysToolStripMenuItem.BackgroundImage = null;
     this.hotKeysToolStripMenuItem.Name = "hotKeysToolStripMenuItem";
     this.hotKeysToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.hotKeysToolStripMenuItem.Click += new System.EventHandler(this.hotKeysToolStripMenuItem_Click);
     //
     // importToolStripMenuItem
     //
     this.importToolStripMenuItem.AccessibleDescription = null;
     this.importToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
     this.importToolStripMenuItem.BackgroundImage = null;
     this.importToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.chooseToolStripMenuItem,
     this.settingsToolStripMenuItem1});
     this.importToolStripMenuItem.Name = "importToolStripMenuItem";
     this.importToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // chooseToolStripMenuItem
     //
     this.chooseToolStripMenuItem.AccessibleDescription = null;
     this.chooseToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.chooseToolStripMenuItem, "chooseToolStripMenuItem");
     this.chooseToolStripMenuItem.BackgroundImage = null;
     this.chooseToolStripMenuItem.Name = "chooseToolStripMenuItem";
     this.chooseToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.chooseToolStripMenuItem.Click += new System.EventHandler(this.chooseToolStripMenuItem_Click);
     //
     // settingsToolStripMenuItem1
     //
     this.settingsToolStripMenuItem1.AccessibleDescription = null;
     this.settingsToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.settingsToolStripMenuItem1, "settingsToolStripMenuItem1");
     this.settingsToolStripMenuItem1.BackgroundImage = null;
     this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
     this.settingsToolStripMenuItem1.ShortcutKeyDisplayString = null;
     this.settingsToolStripMenuItem1.Click += new System.EventHandler(this.settingsToolStripMenuItem1_Click);
     //
     // toolStripSeparator20
     //
     this.toolStripSeparator20.AccessibleDescription = null;
     this.toolStripSeparator20.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator20, "toolStripSeparator20");
     this.toolStripSeparator20.Name = "toolStripSeparator20";
     //
     // editAutoCompleteMenuToolStripMenuItem
     //
     this.editAutoCompleteMenuToolStripMenuItem.AccessibleDescription = null;
     this.editAutoCompleteMenuToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.editAutoCompleteMenuToolStripMenuItem, "editAutoCompleteMenuToolStripMenuItem");
     this.editAutoCompleteMenuToolStripMenuItem.BackgroundImage = null;
     this.editAutoCompleteMenuToolStripMenuItem.Name = "editAutoCompleteMenuToolStripMenuItem";
     this.editAutoCompleteMenuToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.editAutoCompleteMenuToolStripMenuItem.Click += new System.EventHandler(this.editAutoCompleteMenuToolStripMenuItem_Click);
     //
     // editHighlightingToolStripMenuItem
     //
     this.editHighlightingToolStripMenuItem.AccessibleDescription = null;
     this.editHighlightingToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.editHighlightingToolStripMenuItem, "editHighlightingToolStripMenuItem");
     this.editHighlightingToolStripMenuItem.BackgroundImage = null;
     this.editHighlightingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.batchToolStripMenuItem,
     this.pythonToolStripMenuItem,
     this.luaToolStripMenuItem,
     this.rubyToolStripMenuItem,
     this.textToolStripMenuItem,
     this.cToolStripMenuItem});
     this.editHighlightingToolStripMenuItem.Name = "editHighlightingToolStripMenuItem";
     this.editHighlightingToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // batchToolStripMenuItem
     //
     this.batchToolStripMenuItem.AccessibleDescription = null;
     this.batchToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.batchToolStripMenuItem, "batchToolStripMenuItem");
     this.batchToolStripMenuItem.BackgroundImage = null;
     this.batchToolStripMenuItem.Name = "batchToolStripMenuItem";
     this.batchToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.batchToolStripMenuItem.Click += new System.EventHandler(this.batchToolStripMenuItem_Click);
     //
     // pythonToolStripMenuItem
     //
     this.pythonToolStripMenuItem.AccessibleDescription = null;
     this.pythonToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.pythonToolStripMenuItem, "pythonToolStripMenuItem");
     this.pythonToolStripMenuItem.BackgroundImage = null;
     this.pythonToolStripMenuItem.Name = "pythonToolStripMenuItem";
     this.pythonToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.pythonToolStripMenuItem.Click += new System.EventHandler(this.pythonToolStripMenuItem_Click);
     //
     // luaToolStripMenuItem
     //
     this.luaToolStripMenuItem.AccessibleDescription = null;
     this.luaToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.luaToolStripMenuItem, "luaToolStripMenuItem");
     this.luaToolStripMenuItem.BackgroundImage = null;
     this.luaToolStripMenuItem.Name = "luaToolStripMenuItem";
     this.luaToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.luaToolStripMenuItem.Click += new System.EventHandler(this.luaToolStripMenuItem_Click_1);
     //
     // rubyToolStripMenuItem
     //
     this.rubyToolStripMenuItem.AccessibleDescription = null;
     this.rubyToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.rubyToolStripMenuItem, "rubyToolStripMenuItem");
     this.rubyToolStripMenuItem.BackgroundImage = null;
     this.rubyToolStripMenuItem.Name = "rubyToolStripMenuItem";
     this.rubyToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.rubyToolStripMenuItem.Click += new System.EventHandler(this.rubyToolStripMenuItem_Click);
     //
     // textToolStripMenuItem
     //
     this.textToolStripMenuItem.AccessibleDescription = null;
     this.textToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.textToolStripMenuItem, "textToolStripMenuItem");
     this.textToolStripMenuItem.BackgroundImage = null;
     this.textToolStripMenuItem.Name = "textToolStripMenuItem";
     this.textToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.textToolStripMenuItem.Click += new System.EventHandler(this.textToolStripMenuItem_Click);
     //
     // cToolStripMenuItem
     //
     this.cToolStripMenuItem.AccessibleDescription = null;
     this.cToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.cToolStripMenuItem, "cToolStripMenuItem");
     this.cToolStripMenuItem.BackgroundImage = null;
     this.cToolStripMenuItem.Name = "cToolStripMenuItem";
     this.cToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.cToolStripMenuItem.Click += new System.EventHandler(this.cToolStripMenuItem_Click);
     //
     // runToolStripMenuItem
     //
     this.runToolStripMenuItem.AccessibleDescription = null;
     this.runToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.runToolStripMenuItem, "runToolStripMenuItem");
     this.runToolStripMenuItem.BackgroundImage = null;
     this.runToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runToolStripMenuItem1,
     this.toolStripSeparator15,
     this.launchInBrowserToolStripMenuItem,
     this.launToolStripMenuItem,
     this.launchInChromeToolStripMenuItem,
     this.launchInFirefoxToolStripMenuItem,
     this.launchInCommandPromptToolStripMenuItem,
     this.toolStripSeparator16,
     this.googleSearchToolStripMenuItem,
     this.bingSearchToolStripMenuItem,
     this.wikipediaSearchToolStripMenuItem,
     this.toolStripSeparator17,
     this.openCurrentDirCommandPromptToolStripMenuItem});
     this.runToolStripMenuItem.Name = "runToolStripMenuItem";
     this.runToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // runToolStripMenuItem1
     //
     this.runToolStripMenuItem1.AccessibleDescription = null;
     this.runToolStripMenuItem1.AccessibleName = null;
     resources.ApplyResources(this.runToolStripMenuItem1, "runToolStripMenuItem1");
     this.runToolStripMenuItem1.BackgroundImage = null;
     this.runToolStripMenuItem1.Name = "runToolStripMenuItem1";
     this.runToolStripMenuItem1.ShortcutKeyDisplayString = null;
     this.runToolStripMenuItem1.Click += new System.EventHandler(this.runToolStripMenuItem1_Click);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.AccessibleDescription = null;
     this.toolStripSeparator15.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator15, "toolStripSeparator15");
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     //
     // launchInBrowserToolStripMenuItem
     //
     this.launchInBrowserToolStripMenuItem.AccessibleDescription = null;
     this.launchInBrowserToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.launchInBrowserToolStripMenuItem, "launchInBrowserToolStripMenuItem");
     this.launchInBrowserToolStripMenuItem.BackgroundImage = null;
     this.launchInBrowserToolStripMenuItem.Name = "launchInBrowserToolStripMenuItem";
     this.launchInBrowserToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.launchInBrowserToolStripMenuItem.Click += new System.EventHandler(this.launchInBrowserToolStripMenuItem_Click);
     //
     // launToolStripMenuItem
     //
     this.launToolStripMenuItem.AccessibleDescription = null;
     this.launToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.launToolStripMenuItem, "launToolStripMenuItem");
     this.launToolStripMenuItem.BackgroundImage = null;
     this.launToolStripMenuItem.Name = "launToolStripMenuItem";
     this.launToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.launToolStripMenuItem.Click += new System.EventHandler(this.launToolStripMenuItem_Click);
     //
     // launchInChromeToolStripMenuItem
     //
     this.launchInChromeToolStripMenuItem.AccessibleDescription = null;
     this.launchInChromeToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.launchInChromeToolStripMenuItem, "launchInChromeToolStripMenuItem");
     this.launchInChromeToolStripMenuItem.BackgroundImage = null;
     this.launchInChromeToolStripMenuItem.Name = "launchInChromeToolStripMenuItem";
     this.launchInChromeToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.launchInChromeToolStripMenuItem.Click += new System.EventHandler(this.launchInChromeToolStripMenuItem_Click);
     //
     // launchInFirefoxToolStripMenuItem
     //
     this.launchInFirefoxToolStripMenuItem.AccessibleDescription = null;
     this.launchInFirefoxToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.launchInFirefoxToolStripMenuItem, "launchInFirefoxToolStripMenuItem");
     this.launchInFirefoxToolStripMenuItem.BackgroundImage = null;
     this.launchInFirefoxToolStripMenuItem.Name = "launchInFirefoxToolStripMenuItem";
     this.launchInFirefoxToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.launchInFirefoxToolStripMenuItem.Click += new System.EventHandler(this.launchInFirefoxToolStripMenuItem_Click);
     //
     // launchInCommandPromptToolStripMenuItem
     //
     this.launchInCommandPromptToolStripMenuItem.AccessibleDescription = null;
     this.launchInCommandPromptToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.launchInCommandPromptToolStripMenuItem, "launchInCommandPromptToolStripMenuItem");
     this.launchInCommandPromptToolStripMenuItem.BackgroundImage = null;
     this.launchInCommandPromptToolStripMenuItem.Name = "launchInCommandPromptToolStripMenuItem";
     this.launchInCommandPromptToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.launchInCommandPromptToolStripMenuItem.Click += new System.EventHandler(this.launchInCommandPromptToolStripMenuItem_Click);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.AccessibleDescription = null;
     this.toolStripSeparator16.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator16, "toolStripSeparator16");
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     //
     // googleSearchToolStripMenuItem
     //
     this.googleSearchToolStripMenuItem.AccessibleDescription = null;
     this.googleSearchToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.googleSearchToolStripMenuItem, "googleSearchToolStripMenuItem");
     this.googleSearchToolStripMenuItem.BackgroundImage = null;
     this.googleSearchToolStripMenuItem.Name = "googleSearchToolStripMenuItem";
     this.googleSearchToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.googleSearchToolStripMenuItem.Click += new System.EventHandler(this.googleSearchToolStripMenuItem_Click);
     //
     // bingSearchToolStripMenuItem
     //
     this.bingSearchToolStripMenuItem.AccessibleDescription = null;
     this.bingSearchToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.bingSearchToolStripMenuItem, "bingSearchToolStripMenuItem");
     this.bingSearchToolStripMenuItem.BackgroundImage = null;
     this.bingSearchToolStripMenuItem.Name = "bingSearchToolStripMenuItem";
     this.bingSearchToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.bingSearchToolStripMenuItem.Click += new System.EventHandler(this.bingSearchToolStripMenuItem_Click);
     //
     // wikipediaSearchToolStripMenuItem
     //
     this.wikipediaSearchToolStripMenuItem.AccessibleDescription = null;
     this.wikipediaSearchToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.wikipediaSearchToolStripMenuItem, "wikipediaSearchToolStripMenuItem");
     this.wikipediaSearchToolStripMenuItem.BackgroundImage = null;
     this.wikipediaSearchToolStripMenuItem.Name = "wikipediaSearchToolStripMenuItem";
     this.wikipediaSearchToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.wikipediaSearchToolStripMenuItem.Click += new System.EventHandler(this.wikipediaSearchToolStripMenuItem_Click);
     //
     // toolStripSeparator17
     //
     this.toolStripSeparator17.AccessibleDescription = null;
     this.toolStripSeparator17.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator17, "toolStripSeparator17");
     this.toolStripSeparator17.Name = "toolStripSeparator17";
     //
     // openCurrentDirCommandPromptToolStripMenuItem
     //
     this.openCurrentDirCommandPromptToolStripMenuItem.AccessibleDescription = null;
     this.openCurrentDirCommandPromptToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.openCurrentDirCommandPromptToolStripMenuItem, "openCurrentDirCommandPromptToolStripMenuItem");
     this.openCurrentDirCommandPromptToolStripMenuItem.BackgroundImage = null;
     this.openCurrentDirCommandPromptToolStripMenuItem.Name = "openCurrentDirCommandPromptToolStripMenuItem";
     this.openCurrentDirCommandPromptToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.openCurrentDirCommandPromptToolStripMenuItem.Click += new System.EventHandler(this.openCurrentDirCommandPromptToolStripMenuItem_Click);
     //
     // macrosToolStripMenuItem
     //
     this.macrosToolStripMenuItem.AccessibleDescription = null;
     this.macrosToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.macrosToolStripMenuItem, "macrosToolStripMenuItem");
     this.macrosToolStripMenuItem.BackgroundImage = null;
     this.macrosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.macrostart,
     this.macrostop,
     this.toolStripSeparator11,
     this.macroexec,
     this.macroexecm,
     this.toolStripSeparator30,
     this.importMacroFromFileToolStripMenuItem,
     this.toolStripSeparator12,
     this.saveCurrentRecordedMacroToolStripMenuItem,
     this.macrodataclear});
     this.macrosToolStripMenuItem.Name = "macrosToolStripMenuItem";
     this.macrosToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // macrostart
     //
     this.macrostart.AccessibleDescription = null;
     this.macrostart.AccessibleName = null;
     resources.ApplyResources(this.macrostart, "macrostart");
     this.macrostart.BackgroundImage = null;
     this.macrostart.Name = "macrostart";
     this.macrostart.ShortcutKeyDisplayString = null;
     this.macrostart.Click += new System.EventHandler(this.startRecordingToolStripMenuItem_Click);
     //
     // macrostop
     //
     this.macrostop.AccessibleDescription = null;
     this.macrostop.AccessibleName = null;
     resources.ApplyResources(this.macrostop, "macrostop");
     this.macrostop.BackgroundImage = null;
     this.macrostop.Name = "macrostop";
     this.macrostop.ShortcutKeyDisplayString = null;
     this.macrostop.Click += new System.EventHandler(this.stopRecordingToolStripMenuItem_Click);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.AccessibleDescription = null;
     this.toolStripSeparator11.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator11, "toolStripSeparator11");
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     //
     // macroexec
     //
     this.macroexec.AccessibleDescription = null;
     this.macroexec.AccessibleName = null;
     resources.ApplyResources(this.macroexec, "macroexec");
     this.macroexec.BackgroundImage = null;
     this.macroexec.Name = "macroexec";
     this.macroexec.ShortcutKeyDisplayString = null;
     this.macroexec.Click += new System.EventHandler(this.executeMacrosToolStripMenuItem_Click);
     //
     // macroexecm
     //
     this.macroexecm.AccessibleDescription = null;
     this.macroexecm.AccessibleName = null;
     resources.ApplyResources(this.macroexecm, "macroexecm");
     this.macroexecm.BackgroundImage = null;
     this.macroexecm.Name = "macroexecm";
     this.macroexecm.ShortcutKeyDisplayString = null;
     this.macroexecm.Click += new System.EventHandler(this.executeMacrosMultipleTimesToolStripMenuItem_Click);
     //
     // toolStripSeparator30
     //
     this.toolStripSeparator30.AccessibleDescription = null;
     this.toolStripSeparator30.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator30, "toolStripSeparator30");
     this.toolStripSeparator30.Name = "toolStripSeparator30";
     //
     // importMacroFromFileToolStripMenuItem
     //
     this.importMacroFromFileToolStripMenuItem.AccessibleDescription = null;
     this.importMacroFromFileToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.importMacroFromFileToolStripMenuItem, "importMacroFromFileToolStripMenuItem");
     this.importMacroFromFileToolStripMenuItem.BackgroundImage = null;
     this.importMacroFromFileToolStripMenuItem.Name = "importMacroFromFileToolStripMenuItem";
     this.importMacroFromFileToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.importMacroFromFileToolStripMenuItem.Click += new System.EventHandler(this.importMacroFromFileToolStripMenuItem_Click);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.AccessibleDescription = null;
     this.toolStripSeparator12.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator12, "toolStripSeparator12");
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     //
     // saveCurrentRecordedMacroToolStripMenuItem
     //
     this.saveCurrentRecordedMacroToolStripMenuItem.AccessibleDescription = null;
     this.saveCurrentRecordedMacroToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.saveCurrentRecordedMacroToolStripMenuItem, "saveCurrentRecordedMacroToolStripMenuItem");
     this.saveCurrentRecordedMacroToolStripMenuItem.BackgroundImage = null;
     this.saveCurrentRecordedMacroToolStripMenuItem.Name = "saveCurrentRecordedMacroToolStripMenuItem";
     this.saveCurrentRecordedMacroToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.saveCurrentRecordedMacroToolStripMenuItem.Click += new System.EventHandler(this.saveCurrentRecordedMacroToolStripMenuItem_Click);
     //
     // macrodataclear
     //
     this.macrodataclear.AccessibleDescription = null;
     this.macrodataclear.AccessibleName = null;
     resources.ApplyResources(this.macrodataclear, "macrodataclear");
     this.macrodataclear.BackgroundImage = null;
     this.macrodataclear.Name = "macrodataclear";
     this.macrodataclear.ShortcutKeyDisplayString = null;
     this.macrodataclear.Click += new System.EventHandler(this.clearRecordedMacroDataToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.AccessibleDescription = null;
     this.helpToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
     this.helpToolStripMenuItem.BackgroundImage = null;
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.searchToolStripMenuItem,
     this.checkForUpdatesToolStripMenuItem,
     this.raiseIssueToolStripMenuItem,
     this.visitProjectPageToolStripMenuItem,
     this.pluginCentralToolStripMenuItem,
     this.toolStripSeparator5,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.ShortcutKeyDisplayString = null;
     //
     // searchToolStripMenuItem
     //
     this.searchToolStripMenuItem.AccessibleDescription = null;
     this.searchToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.searchToolStripMenuItem, "searchToolStripMenuItem");
     this.searchToolStripMenuItem.BackgroundImage = null;
     this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
     this.searchToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.searchToolStripMenuItem.Click += new System.EventHandler(this.searchToolStripMenuItem_Click);
     //
     // checkForUpdatesToolStripMenuItem
     //
     this.checkForUpdatesToolStripMenuItem.AccessibleDescription = null;
     this.checkForUpdatesToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.checkForUpdatesToolStripMenuItem, "checkForUpdatesToolStripMenuItem");
     this.checkForUpdatesToolStripMenuItem.BackgroundImage = null;
     this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem";
     this.checkForUpdatesToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdatesToolStripMenuItem_Click);
     //
     // raiseIssueToolStripMenuItem
     //
     this.raiseIssueToolStripMenuItem.AccessibleDescription = null;
     this.raiseIssueToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.raiseIssueToolStripMenuItem, "raiseIssueToolStripMenuItem");
     this.raiseIssueToolStripMenuItem.BackgroundImage = null;
     this.raiseIssueToolStripMenuItem.Name = "raiseIssueToolStripMenuItem";
     this.raiseIssueToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.raiseIssueToolStripMenuItem.Click += new System.EventHandler(this.raiseIssueToolStripMenuItem_Click);
     //
     // visitProjectPageToolStripMenuItem
     //
     this.visitProjectPageToolStripMenuItem.AccessibleDescription = null;
     this.visitProjectPageToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.visitProjectPageToolStripMenuItem, "visitProjectPageToolStripMenuItem");
     this.visitProjectPageToolStripMenuItem.BackgroundImage = null;
     this.visitProjectPageToolStripMenuItem.Name = "visitProjectPageToolStripMenuItem";
     this.visitProjectPageToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.visitProjectPageToolStripMenuItem.Click += new System.EventHandler(this.visitProjectPageToolStripMenuItem_Click);
     //
     // pluginCentralToolStripMenuItem
     //
     this.pluginCentralToolStripMenuItem.AccessibleDescription = null;
     this.pluginCentralToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.pluginCentralToolStripMenuItem, "pluginCentralToolStripMenuItem");
     this.pluginCentralToolStripMenuItem.BackgroundImage = null;
     this.pluginCentralToolStripMenuItem.Name = "pluginCentralToolStripMenuItem";
     this.pluginCentralToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.pluginCentralToolStripMenuItem.Click += new System.EventHandler(this.pluginCentralToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.AccessibleDescription = null;
     this.toolStripSeparator5.AccessibleName = null;
     resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5");
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.AccessibleDescription = null;
     this.aboutToolStripMenuItem.AccessibleName = null;
     resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
     this.aboutToolStripMenuItem.BackgroundImage = null;
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.ShortcutKeyDisplayString = null;
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // Main
     //
     this.AccessibleDescription = null;
     this.AccessibleName = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(dockPanel);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.toolstrip);
     this.Controls.Add(this.Menustrip);
     this.Font = null;
     this.IsMdiContainer = true;
     this.Name = "Main";
     this.Load += new System.EventHandler(this.Main_Load);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.toolstrip.ResumeLayout(false);
     this.toolstrip.PerformLayout();
     this.Menustrip.ResumeLayout(false);
     this.Menustrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 public ClNewRecognitionAlgorithmReciver(System.Windows.Forms.ToolStripSplitButton p_recognitionButton)
 {
     m_recognitionButton = p_recognitionButton;
     m_recognitionButton.DropDownItems.Clear();
 }
예제 #8
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(MetaEditor));
     this.identContext = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.gotoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripButton();
     this.ButtonSave = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripShowAll = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripColorShifting = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripTagType = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripTagName = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripReflexiveNumber = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripInformation = new System.Windows.Forms.ToolStripStatusLabel();
     this.identContext.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // identContext
     //
     this.identContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gotoToolStripMenuItem,
     this.toolStripSeparator,
     this.cutToolStripMenuItem,
     this.copyToolStripMenuItem,
     this.pasteToolStripMenuItem,
     this.deleteToolStripMenuItem});
     this.identContext.Name = "identContext";
     this.identContext.Size = new System.Drawing.Size(187, 164);
     this.identContext.Opening += new System.ComponentModel.CancelEventHandler(this.identContext_Opening);
     //
     // gotoToolStripMenuItem
     //
     this.gotoToolStripMenuItem.Name = "gotoToolStripMenuItem";
     this.gotoToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.gotoToolStripMenuItem.Text = "Go to";
     this.gotoToolStripMenuItem.Visible = false;
     this.gotoToolStripMenuItem.Click += new System.EventHandler(this.gotoToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(176, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.cutToolStripMenuItem.Text = "Cut";
     this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.copyToolStripMenuItem.Text = "Copy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.pasteToolStripMenuItem.Text = "Paste";
     this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.DarkGray;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel1,
     this.ButtonSave,
     this.toolStripSplitButton1,
     this.toolStripButton1,
     this.toolStripSeparator1});
     this.toolStrip1.Location = new System.Drawing.Point(0, 2);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(581, 25);
     this.toolStrip1.TabIndex = 6;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripLabel1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel1.Image")));
     this.toolStripLabel1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(56, 22);
     this.toolStripLabel1.Text = "[ Manual]";
     this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
     //
     // ButtonSave
     //
     this.ButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.ButtonSave.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonSave.Name = "ButtonSave";
     this.ButtonSave.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.ButtonSave.Size = new System.Drawing.Size(45, 22);
     this.ButtonSave.Text = "Save";
     this.ButtonSave.Click += new System.EventHandler(this.SaveButton_DropDown);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem2,
     this.toolStripShowAll,
     this.toolStripColorShifting,
     this.toolStripMenuItem3});
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(48, 22);
     this.toolStripSplitButton1.Text = "Tools";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(200, 22);
     this.toolStripMenuItem2.Text = "Item Selector/Ent Editor";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripShowAll
     //
     this.toolStripShowAll.Name = "toolStripShowAll";
     this.toolStripShowAll.Size = new System.Drawing.Size(200, 22);
     this.toolStripShowAll.Text = "Show.....";
     this.toolStripShowAll.Click += new System.EventHandler(this.toolStripShowAll_Click);
     //
     // toolStripColorShifting
     //
     this.toolStripColorShifting.Name = "toolStripColorShifting";
     this.toolStripColorShifting.Size = new System.Drawing.Size(200, 22);
     this.toolStripColorShifting.Text = "Color Shifting";
     this.toolStripColorShifting.Click += new System.EventHandler(this.toolStripColorShifting_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(200, 22);
     this.toolStripMenuItem3.Text = "About";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.toolStripButton1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.toolStripButton1.Size = new System.Drawing.Size(71, 22);
     this.toolStripButton1.Text = "Sync Xbox";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Location = new System.Drawing.Point(10, 35);
     this.panel1.Name = "panel1";
     this.panel1.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
     this.panel1.Size = new System.Drawing.Size(561, 524);
     this.panel1.TabIndex = 10;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripTagType,
     this.toolStripTagName,
     this.toolStripReflexiveNumber,
     this.toolStripInformation});
     this.statusStrip1.Location = new System.Drawing.Point(0, 710);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(581, 22);
     this.statusStrip1.TabIndex = 11;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripTagType
     //
     this.toolStripTagType.AutoSize = false;
     this.toolStripTagType.BackColor = System.Drawing.Color.Transparent;
     this.toolStripTagType.Name = "toolStripTagType";
     this.toolStripTagType.Size = new System.Drawing.Size(36, 17);
     this.toolStripTagType.Text = "[TYPE]";
     //
     // toolStripTagName
     //
     this.toolStripTagName.BackColor = System.Drawing.Color.Transparent;
     this.toolStripTagName.Name = "toolStripTagName";
     this.toolStripTagName.Size = new System.Drawing.Size(427, 17);
     this.toolStripTagName.Spring = true;
     this.toolStripTagName.Text = "[TAG]";
     this.toolStripTagName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripReflexiveNumber
     //
     this.toolStripReflexiveNumber.BackColor = System.Drawing.Color.Transparent;
     this.toolStripReflexiveNumber.Name = "toolStripReflexiveNumber";
     this.toolStripReflexiveNumber.Size = new System.Drawing.Size(56, 17);
     this.toolStripReflexiveNumber.Text = "Main (0/0)";
     this.toolStripReflexiveNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // toolStripInformation
     //
     this.toolStripInformation.BackColor = System.Drawing.Color.Transparent;
     this.toolStripInformation.ForeColor = System.Drawing.SystemColors.GrayText;
     this.toolStripInformation.Name = "toolStripInformation";
     this.toolStripInformation.Size = new System.Drawing.Size(47, 17);
     this.toolStripInformation.Text = ".: Idle :.";
     this.toolStripInformation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // MetaEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.Gray;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Name = "MetaEditor";
     this.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.Size = new System.Drawing.Size(581, 732);
     this.SizeChanged += new System.EventHandler(this.MetaEditor_SizeChanged);
     this.identContext.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #9
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolStrip1                = new System.Windows.Forms.ToolStrip();
     this.handleLabel1              = new System.Windows.Forms.ToolStripLabel();
     this.handleBox1                = new System.Windows.Forms.ToolStripTextBox();
     this.thresholdLabel1           = new System.Windows.Forms.ToolStripLabel();
     this.thresholdBox1             = new System.Windows.Forms.ToolStripComboBox();
     this.memoryLabel1              = new System.Windows.Forms.ToolStripLabel();
     this.memoryBox1                = new System.Windows.Forms.ToolStripComboBox();
     this.messageLabel1             = new System.Windows.Forms.ToolStripLabel();
     this.chatBox1                  = new System.Windows.Forms.ToolStripTextBox();
     this.startButton1              = new System.Windows.Forms.ToolStripSplitButton();
     this.扫描血量内存地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.发送文本消息ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.勾魂利爪ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.注册药师技能热键ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.keyButton1                = new System.Windows.Forms.ToolStripSplitButton();
     this.f8ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip2                = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1           = new System.Windows.Forms.ToolStripLabel();
     this.handleBox2                = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel2           = new System.Windows.Forms.ToolStripLabel();
     this.thresholdBox2             = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel3           = new System.Windows.Forms.ToolStripLabel();
     this.memoryBox2                = new System.Windows.Forms.ToolStripComboBox();
     this.startButton2              = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripMenuItem1        = new System.Windows.Forms.ToolStripMenuItem();
     this.发送文本消息ToolStripMenuItem1  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButton1     = new System.Windows.Forms.ToolStripSplitButton();
     this.f2ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.f8Item2                 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip3              = new System.Windows.Forms.ToolStrip();
     this.destroyClawsButton      = new System.Windows.Forms.ToolStripButton();
     this.f3F5F4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolStrip3.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.handleLabel1,
         this.handleBox1,
         this.thresholdLabel1,
         this.thresholdBox1,
         this.memoryLabel1,
         this.memoryBox1,
         this.messageLabel1,
         this.chatBox1,
         this.startButton1,
         this.keyButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(767, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // handleLabel1
     //
     this.handleLabel1.Name = "handleLabel1";
     this.handleLabel1.Size = new System.Drawing.Size(32, 22);
     this.handleLabel1.Text = "句柄";
     //
     // handleBox1
     //
     this.handleBox1.Name = "handleBox1";
     this.handleBox1.Size = new System.Drawing.Size(100, 25);
     //
     // thresholdLabel1
     //
     this.thresholdLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.thresholdLabel1.Name         = "thresholdLabel1";
     this.thresholdLabel1.Size         = new System.Drawing.Size(32, 22);
     this.thresholdLabel1.Text         = "阙值";
     //
     // thresholdBox1
     //
     this.thresholdBox1.Name = "thresholdBox1";
     this.thresholdBox1.Size = new System.Drawing.Size(121, 25);
     //
     // memoryLabel1
     //
     this.memoryLabel1.Name = "memoryLabel1";
     this.memoryLabel1.Size = new System.Drawing.Size(56, 22);
     this.memoryLabel1.Text = "内存地址";
     //
     // memoryBox1
     //
     this.memoryBox1.Name = "memoryBox1";
     this.memoryBox1.Size = new System.Drawing.Size(121, 25);
     //
     // messageLabel1
     //
     this.messageLabel1.Name = "messageLabel1";
     this.messageLabel1.Size = new System.Drawing.Size(32, 22);
     this.messageLabel1.Text = "消失";
     //
     // chatBox1
     //
     this.chatBox1.Name = "chatBox1";
     this.chatBox1.Size = new System.Drawing.Size(100, 25);
     //
     // startButton1
     //
     this.startButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.startButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.扫描血量内存地址ToolStripMenuItem,
         this.发送文本消息ToolStripMenuItem,
         this.toolStripSeparator1,
         this.勾魂利爪ToolStripMenuItem,
         this.注册药师技能热键ToolStripMenuItem
     });
     this.startButton1.Image = ((System.Drawing.Image)(resources.GetObject("startButton1.Image")));
     this.startButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.startButton1.Name         = "startButton1";
     this.startButton1.Size         = new System.Drawing.Size(48, 22);
     this.startButton1.Text         = "启动";
     this.startButton1.ButtonClick += new System.EventHandler(this.StartButton1ButtonClick);
     //
     // 扫描血量内存地址ToolStripMenuItem
     //
     this.扫描血量内存地址ToolStripMenuItem.Name   = "扫描血量内存地址ToolStripMenuItem";
     this.扫描血量内存地址ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.扫描血量内存地址ToolStripMenuItem.Text   = "扫描血量内存地址";
     this.扫描血量内存地址ToolStripMenuItem.Click += new System.EventHandler(this.扫描血量内存地址ToolStripMenuItemClick);
     //
     // 发送文本消息ToolStripMenuItem
     //
     this.发送文本消息ToolStripMenuItem.Name   = "发送文本消息ToolStripMenuItem";
     this.发送文本消息ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.发送文本消息ToolStripMenuItem.Text   = "发送文本消息";
     this.发送文本消息ToolStripMenuItem.Click += new System.EventHandler(this.发送文本消息ToolStripMenuItemClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(169, 6);
     //
     // 勾魂利爪ToolStripMenuItem
     //
     this.勾魂利爪ToolStripMenuItem.Name   = "勾魂利爪ToolStripMenuItem";
     this.勾魂利爪ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.勾魂利爪ToolStripMenuItem.Text   = "勾魂利爪";
     this.勾魂利爪ToolStripMenuItem.Click += new System.EventHandler(this.勾魂利爪ToolStripMenuItemClick);
     //
     // 注册药师技能热键ToolStripMenuItem
     //
     this.注册药师技能热键ToolStripMenuItem.Name   = "注册药师技能热键ToolStripMenuItem";
     this.注册药师技能热键ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.注册药师技能热键ToolStripMenuItem.Text   = "注册药师技能热键";
     this.注册药师技能热键ToolStripMenuItem.Click += new System.EventHandler(this.注册药师技能热键ToolStripMenuItemClick);
     //
     // keyButton1
     //
     this.keyButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.keyButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.f8ToolStripMenuItem
     });
     this.keyButton1.Image = ((System.Drawing.Image)(resources.GetObject("keyButton1.Image")));
     this.keyButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.keyButton1.Name = "keyButton1";
     this.keyButton1.Size = new System.Drawing.Size(48, 22);
     this.keyButton1.Text = "按键";
     //
     // f8ToolStripMenuItem
     //
     this.f8ToolStripMenuItem.Name   = "f8ToolStripMenuItem";
     this.f8ToolStripMenuItem.Size   = new System.Drawing.Size(89, 22);
     this.f8ToolStripMenuItem.Text   = "F8";
     this.f8ToolStripMenuItem.Click += new System.EventHandler(this.F8ToolStripMenuItemClick);
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.handleBox2,
         this.toolStripLabel2,
         this.thresholdBox2,
         this.toolStripLabel3,
         this.memoryBox2,
         this.startButton2,
         this.toolStripSplitButton1
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 25);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(767, 25);
     this.toolStrip2.TabIndex = 1;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(32, 22);
     this.toolStripLabel1.Text = "句柄";
     //
     // handleBox2
     //
     this.handleBox2.Name = "handleBox2";
     this.handleBox2.Size = new System.Drawing.Size(100, 25);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripLabel2.Name         = "toolStripLabel2";
     this.toolStripLabel2.Size         = new System.Drawing.Size(32, 22);
     this.toolStripLabel2.Text         = "阙值";
     //
     // thresholdBox2
     //
     this.thresholdBox2.Name = "thresholdBox2";
     this.thresholdBox2.Size = new System.Drawing.Size(121, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(56, 22);
     this.toolStripLabel3.Text = "内存地址";
     //
     // memoryBox2
     //
     this.memoryBox2.Name = "memoryBox2";
     this.memoryBox2.Size = new System.Drawing.Size(121, 25);
     //
     // startButton2
     //
     this.startButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.startButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.发送文本消息ToolStripMenuItem1
     });
     this.startButton2.Image = ((System.Drawing.Image)(resources.GetObject("startButton2.Image")));
     this.startButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.startButton2.Name         = "startButton2";
     this.startButton2.Size         = new System.Drawing.Size(48, 22);
     this.startButton2.Text         = "启动";
     this.startButton2.ButtonClick += new System.EventHandler(this.StartButton2ButtonClick);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem1.Text   = "扫描血量内存地址";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1Click);
     //
     // 发送文本消息ToolStripMenuItem1
     //
     this.发送文本消息ToolStripMenuItem1.Name   = "发送文本消息ToolStripMenuItem1";
     this.发送文本消息ToolStripMenuItem1.Size   = new System.Drawing.Size(172, 22);
     this.发送文本消息ToolStripMenuItem1.Text   = "发送文本消息";
     this.发送文本消息ToolStripMenuItem1.Click += new System.EventHandler(this.发送文本消息ToolStripMenuItem1Click);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.f2ToolStripMenuItem,
         this.f8Item2,
         this.f3F5F4ToolStripMenuItem
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(48, 22);
     this.toolStripSplitButton1.Text = "按键";
     //
     // f2ToolStripMenuItem
     //
     this.f2ToolStripMenuItem.Name   = "f2ToolStripMenuItem";
     this.f2ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.f2ToolStripMenuItem.Text   = "F2";
     this.f2ToolStripMenuItem.Click += new System.EventHandler(this.F8Item2Click);
     //
     // f8Item2
     //
     this.f8Item2.Name   = "f8Item2";
     this.f8Item2.Size   = new System.Drawing.Size(152, 22);
     this.f8Item2.Text   = "F8";
     this.f8Item2.Click += new System.EventHandler(this.F8Item2Click);
     //
     // toolStrip3
     //
     this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.destroyClawsButton
     });
     this.toolStrip3.Location = new System.Drawing.Point(0, 50);
     this.toolStrip3.Name     = "toolStrip3";
     this.toolStrip3.Size     = new System.Drawing.Size(767, 25);
     this.toolStrip3.TabIndex = 2;
     this.toolStrip3.Text     = "toolStrip3";
     //
     // destroyClawsButton
     //
     this.destroyClawsButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.destroyClawsButton.Image                 = ((System.Drawing.Image)(resources.GetObject("destroyClawsButton.Image")));
     this.destroyClawsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.destroyClawsButton.Name   = "destroyClawsButton";
     this.destroyClawsButton.Size   = new System.Drawing.Size(23, 22);
     this.destroyClawsButton.Text   = "toolStripButton1";
     this.destroyClawsButton.Click += new System.EventHandler(this.DestroyClawsButtonClick);
     //
     // f3F5F4ToolStripMenuItem
     //
     this.f3F5F4ToolStripMenuItem.Name   = "f3F5F4ToolStripMenuItem";
     this.f3F5F4ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.f3F5F4ToolStripMenuItem.Text   = "F3+F5+F4";
     this.f3F5F4ToolStripMenuItem.Click += new System.EventHandler(this.F3F5F4ToolStripMenuItemClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(767, 78);
     this.Controls.Add(this.toolStrip3);
     this.Controls.Add(this.toolStrip2);
     this.Controls.Add(this.toolStrip1);
     this.Name         = "MainForm";
     this.Text         = "FFO";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.Load        += new System.EventHandler(this.MainFormLoad);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip3.ResumeLayout(false);
     this.toolStrip3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.formSaver     = new Menees.Windows.Forms.FormSaver(this.components);
     this.progressImage = new System.Windows.Forms.PictureBox();
     this.statusMessage = new System.Windows.Forms.Label();
     this.buttonBar     = new Menees.Windows.Forms.ExtendedToolStrip();
     this.dismissButton = new System.Windows.Forms.ToolStripButton();
     this.snoozeButton  = new System.Windows.Forms.ToolStripSplitButton();
     this.snoozeTimes   = new System.Windows.Forms.ContextMenuStrip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.progressImage)).BeginInit();
     this.buttonBar.SuspendLayout();
     this.SuspendLayout();
     //
     // formSaver
     //
     this.formSaver.AutoLoad         = false;
     this.formSaver.ContainerControl = this;
     this.formSaver.SettingsNodeName = "Status Window";
     this.formSaver.SaveSettings    += new System.EventHandler <Menees.SettingsEventArgs>(this.FormSaver_SaveSettings);
     //
     // progressImage
     //
     this.progressImage.Dock     = System.Windows.Forms.DockStyle.Left;
     this.progressImage.Image    = global::WorkBreak.Properties.Resources.Png48_Stopwatch_00;
     this.progressImage.Location = new System.Drawing.Point(0, 0);
     this.progressImage.Name     = "progressImage";
     this.progressImage.Size     = new System.Drawing.Size(48, 63);
     this.progressImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.progressImage.TabIndex = 4;
     this.progressImage.TabStop  = false;
     //
     // statusMessage
     //
     this.statusMessage.AutoEllipsis = true;
     this.statusMessage.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.statusMessage.Location     = new System.Drawing.Point(48, 0);
     this.statusMessage.Name         = "statusMessage";
     this.statusMessage.Padding      = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.statusMessage.Size         = new System.Drawing.Size(233, 63);
     this.statusMessage.TabIndex     = 0;
     this.statusMessage.Text         = "Ready";
     this.statusMessage.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // buttonBar
     //
     this.buttonBar.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.buttonBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.buttonBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dismissButton,
         this.snoozeButton
     });
     this.buttonBar.LayoutStyle      = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.buttonBar.Location         = new System.Drawing.Point(0, 63);
     this.buttonBar.Name             = "buttonBar";
     this.buttonBar.RenderMode       = System.Windows.Forms.ToolStripRenderMode.System;
     this.buttonBar.ShowItemToolTips = false;
     this.buttonBar.Size             = new System.Drawing.Size(281, 25);
     this.buttonBar.TabIndex         = 1;
     //
     // dismissButton
     //
     this.dismissButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.dismissButton.Image     = global::WorkBreak.Properties.Resources.Dismiss;
     this.dismissButton.Name      = "dismissButton";
     this.dismissButton.Size      = new System.Drawing.Size(67, 22);
     this.dismissButton.Text      = "&Dismiss";
     this.dismissButton.Click    += new System.EventHandler(this.DismissButton_Click);
     //
     // snoozeButton
     //
     this.snoozeButton.DropDown     = this.snoozeTimes;
     this.snoozeButton.Image        = global::WorkBreak.Properties.Resources.Snooze;
     this.snoozeButton.Name         = "snoozeButton";
     this.snoozeButton.Size         = new System.Drawing.Size(77, 22);
     this.snoozeButton.Text         = "&Snooze";
     this.snoozeButton.ButtonClick += new System.EventHandler(this.SnoozeButton_ButtonClick);
     //
     // snoozeTimes
     //
     this.snoozeTimes.Name      = "snoozeTimes";
     this.snoozeTimes.OwnerItem = this.snoozeButton;
     this.snoozeTimes.Size      = new System.Drawing.Size(61, 4);
     //
     // StatusWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(281, 88);
     this.Controls.Add(this.statusMessage);
     this.Controls.Add(this.progressImage);
     this.Controls.Add(this.buttonBar);
     this.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "StatusWindow";
     this.Text            = "Work Break";
     this.TopMost         = true;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.StatusWindow_FormClosing);
     this.Load           += new System.EventHandler(this.StatusWindow_Load);
     this.VisibleChanged += new System.EventHandler(this.StatusWindow_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.progressImage)).EndInit();
     this.buttonBar.ResumeLayout(false);
     this.buttonBar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #11
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GraphView));
     this.toolStrip = new System.Windows.Forms.ToolStrip();
     this.projectionButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.backButton = new System.Windows.Forms.ToolStripButton();
     this.forwardButton = new System.Windows.Forms.ToolStripButton();
     this.zoomInButton = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.saveAsImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsDotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsFSMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.zoomOutButton = new System.Windows.Forms.ToolStripButton();
     this.handButton = new System.Windows.Forms.ToolStripButton();
     this.printButton = new System.Windows.Forms.ToolStripButton();
     this.transitionsButton = new System.Windows.Forms.ToolStripButton();
     this.loopsButton = new System.Windows.Forms.ToolStripButton();
     this.actionLabelsButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.combineActionsButton = new System.Windows.Forms.ToolStripButton();
     this.layoutButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.topToBottomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.leftToRightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rightToLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bottomToTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.stateValuesButton = new System.Windows.Forms.ToolStripButton();
     this.propertiesButton = new System.Windows.Forms.ToolStripButton();
     this.progressBar = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.buttonTimer = new System.Windows.Forms.Timer(this.components);
     this.selectedItemToolTip = new System.Windows.Forms.ToolTip(this.components);
     this.propertyGrid = new System.Windows.Forms.PropertyGrid();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.restoreDefaultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sheHideHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.graphWorker = new System.ComponentModel.BackgroundWorker();
     this.panel1 = new System.Windows.Forms.Panel();
     this.splitterHorizontal = new System.Windows.Forms.Splitter();
     this.imageListProjections = new System.Windows.Forms.ImageList(this.components);
     this.selectNodeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.selectNextNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectPreviousNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel2 = new System.Windows.Forms.Panel();
     this.viewer = new Microsoft.Msagl.GraphViewerGdi.GViewer();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.stateViewer1 = new NModel.Visualization.StateViewer();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.selectNodeContextMenuStrip.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStrip
     //
     this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.projectionButton,
     this.backButton,
     this.forwardButton,
     toolStripSeparator1,
     this.zoomInButton,
     this.saveToolStripSplitButton,
     this.zoomOutButton,
     this.handButton,
     toolStripSeparator2,
     this.printButton,
     toolStripSeparator3,
     this.transitionsButton,
     this.loopsButton,
     this.actionLabelsButton,
     this.toolStripSeparator4,
     this.combineActionsButton,
     this.layoutButton,
     this.toolStripSeparator5,
     this.stateValuesButton,
     this.propertiesButton,
     this.progressBar,
     this.toolStripSeparator6});
     this.toolStrip.Location = new System.Drawing.Point(0, 0);
     this.toolStrip.Name = "toolStrip";
     this.toolStrip.Size = new System.Drawing.Size(719, 25);
     this.toolStrip.TabIndex = 1;
     this.toolStrip.Text = "Tool Strip";
     this.toolStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip_ItemClicked);
     //
     // projectionButton
     //
     this.projectionButton.AutoSize = false;
     this.projectionButton.AutoToolTip = false;
     this.projectionButton.Image = ((System.Drawing.Image)(resources.GetObject("projectionButton.Image")));
     this.projectionButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.projectionButton.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.projectionButton.Name = "projectionButton";
     this.projectionButton.Size = new System.Drawing.Size(98, 22);
     this.projectionButton.Text = "     State Macine";
     this.projectionButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.projectionButton.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     //
     // backButton
     //
     this.backButton.Enabled = false;
     this.backButton.Image = ((System.Drawing.Image)(resources.GetObject("backButton.Image")));
     this.backButton.Name = "backButton";
     this.backButton.Size = new System.Drawing.Size(56, 22);
     this.backButton.Text = "Undo";
     this.backButton.Visible = false;
     this.backButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // forwardButton
     //
     this.forwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.forwardButton.Enabled = false;
     this.forwardButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardButton.Image")));
     this.forwardButton.Name = "forwardButton";
     this.forwardButton.Size = new System.Drawing.Size(23, 22);
     this.forwardButton.Text = "Redo";
     this.forwardButton.Visible = false;
     this.forwardButton.Click += new System.EventHandler(this.forwardButton_Click);
     //
     // zoomInButton
     //
     this.zoomInButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomInButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomInButton.Image")));
     this.zoomInButton.Name = "zoomInButton";
     this.zoomInButton.Size = new System.Drawing.Size(23, 22);
     this.zoomInButton.Text = "Zoom In";
     this.zoomInButton.Click += new System.EventHandler(this.zoomInButton_Click);
     //
     // saveToolStripSplitButton
     //
     this.saveToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.saveAsImageToolStripMenuItem,
     this.saveAsDotToolStripMenuItem,
     this.saveAsFSMToolStripMenuItem});
     this.saveToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripSplitButton.Image")));
     this.saveToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripSplitButton.Name = "saveToolStripSplitButton";
     this.saveToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.saveToolStripSplitButton.Tag = "Image";
     this.saveToolStripSplitButton.Text = "Save as image ...";
     this.saveToolStripSplitButton.ButtonClick += new System.EventHandler(this.saveToolStripSplitButton_ButtonClick);
     //
     // saveAsImageToolStripMenuItem
     //
     this.saveAsImageToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveAsImageToolStripMenuItem.Image")));
     this.saveAsImageToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.saveAsImageToolStripMenuItem.Name = "saveAsImageToolStripMenuItem";
     this.saveAsImageToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.saveAsImageToolStripMenuItem.Text = "Save as Image ...";
     this.saveAsImageToolStripMenuItem.ToolTipText = "Save as Image ...";
     this.saveAsImageToolStripMenuItem.Click += new System.EventHandler(this.saveAsImageToolStripMenuItem_Click);
     //
     // saveAsDotToolStripMenuItem
     //
     this.saveAsDotToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveAsDotToolStripMenuItem.Image")));
     this.saveAsDotToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.saveAsDotToolStripMenuItem.Name = "saveAsDotToolStripMenuItem";
     this.saveAsDotToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.saveAsDotToolStripMenuItem.Text = "Save as Dot ...";
     this.saveAsDotToolStripMenuItem.ToolTipText = "Save as Dot ...";
     this.saveAsDotToolStripMenuItem.Click += new System.EventHandler(this.saveAsDotToolStripMenuItem_Click);
     //
     // saveAsFSMToolStripMenuItem
     //
     this.saveAsFSMToolStripMenuItem.Name = "saveAsFSMToolStripMenuItem";
     this.saveAsFSMToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.saveAsFSMToolStripMenuItem.Text = "Save as FSM ...";
     this.saveAsFSMToolStripMenuItem.Click += new System.EventHandler(this.saveAsFSMToolStripMenuItem_Click);
     //
     // zoomOutButton
     //
     this.zoomOutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomOutButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomOutButton.Image")));
     this.zoomOutButton.Name = "zoomOutButton";
     this.zoomOutButton.Size = new System.Drawing.Size(23, 22);
     this.zoomOutButton.Text = "Zoom Out";
     this.zoomOutButton.Click += new System.EventHandler(this.zoomOutButton_Click);
     //
     // handButton
     //
     this.handButton.CheckOnClick = true;
     this.handButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.handButton.Image = ((System.Drawing.Image)(resources.GetObject("handButton.Image")));
     this.handButton.Name = "handButton";
     this.handButton.Size = new System.Drawing.Size(23, 22);
     this.handButton.Text = "Pan";
     this.handButton.Click += new System.EventHandler(this.handButton_Click);
     //
     // printButton
     //
     this.printButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printButton.Image = ((System.Drawing.Image)(resources.GetObject("printButton.Image")));
     this.printButton.Name = "printButton";
     this.printButton.Size = new System.Drawing.Size(23, 22);
     this.printButton.Text = "&Print";
     this.printButton.Click += new System.EventHandler(this.printButton_Click);
     //
     // transitionsButton
     //
     this.transitionsButton.Checked = true;
     this.transitionsButton.CheckOnClick = true;
     this.transitionsButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.transitionsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.transitionsButton.Image = ((System.Drawing.Image)(resources.GetObject("transitionsButton.Image")));
     this.transitionsButton.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.transitionsButton.Name = "transitionsButton";
     this.transitionsButton.Size = new System.Drawing.Size(23, 22);
     this.transitionsButton.ToolTipText = "Merge labels";
     this.transitionsButton.Click += new System.EventHandler(this.transitionsButton_Click);
     //
     // loopsButton
     //
     this.loopsButton.Checked = true;
     this.loopsButton.CheckOnClick = true;
     this.loopsButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.loopsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.loopsButton.Image = ((System.Drawing.Image)(resources.GetObject("loopsButton.Image")));
     this.loopsButton.Name = "loopsButton";
     this.loopsButton.Size = new System.Drawing.Size(23, 22);
     this.loopsButton.Text = "Show Self-Loops";
     this.loopsButton.Click += new System.EventHandler(this.loopsButton_Click);
     //
     // actionLabelsButton
     //
     this.actionLabelsButton.Checked = true;
     this.actionLabelsButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.actionLabelsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.actionLabelsButton.Image = ((System.Drawing.Image)(resources.GetObject("actionLabelsButton.Image")));
     this.actionLabelsButton.Name = "actionLabelsButton";
     this.actionLabelsButton.Size = new System.Drawing.Size(23, 22);
     this.actionLabelsButton.Text = "Transition Labels";
     this.actionLabelsButton.Click += new System.EventHandler(this.actionLabelsButton_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // combineActionsButton
     //
     this.combineActionsButton.CheckOnClick = true;
     this.combineActionsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.combineActionsButton.Image = ((System.Drawing.Image)(resources.GetObject("combineActionsButton.Image")));
     this.combineActionsButton.Name = "combineActionsButton";
     this.combineActionsButton.Size = new System.Drawing.Size(23, 22);
     this.combineActionsButton.Text = "Combine Start and Finish Actions";
     this.combineActionsButton.Click += new System.EventHandler(this.combineActionsButton_Click);
     //
     // layoutButton
     //
     this.layoutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.layoutButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.topToBottomToolStripMenuItem,
     this.leftToRightToolStripMenuItem,
     this.rightToLeftToolStripMenuItem,
     this.bottomToTopToolStripMenuItem});
     this.layoutButton.Image = ((System.Drawing.Image)(resources.GetObject("layoutButton.Image")));
     this.layoutButton.Name = "layoutButton";
     this.layoutButton.Size = new System.Drawing.Size(29, 22);
     this.layoutButton.Text = "Layout Direction";
     //
     // topToBottomToolStripMenuItem
     //
     this.topToBottomToolStripMenuItem.Checked = true;
     this.topToBottomToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.topToBottomToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("topToBottomToolStripMenuItem.Image")));
     this.topToBottomToolStripMenuItem.Name = "topToBottomToolStripMenuItem";
     this.topToBottomToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.topToBottomToolStripMenuItem.Text = "Top to Bottom";
     this.topToBottomToolStripMenuItem.Click += new System.EventHandler(this.topToBottomToolStripMenuItem_Click);
     //
     // leftToRightToolStripMenuItem
     //
     this.leftToRightToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("leftToRightToolStripMenuItem.Image")));
     this.leftToRightToolStripMenuItem.Name = "leftToRightToolStripMenuItem";
     this.leftToRightToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.leftToRightToolStripMenuItem.Text = "Left to Right";
     this.leftToRightToolStripMenuItem.Click += new System.EventHandler(this.leftToRightToolStripMenuItem_Click);
     //
     // rightToLeftToolStripMenuItem
     //
     this.rightToLeftToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("rightToLeftToolStripMenuItem.Image")));
     this.rightToLeftToolStripMenuItem.Name = "rightToLeftToolStripMenuItem";
     this.rightToLeftToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.rightToLeftToolStripMenuItem.Text = "Right to Left";
     this.rightToLeftToolStripMenuItem.Click += new System.EventHandler(this.rightToLeftToolStripMenuItem_Click);
     //
     // bottomToTopToolStripMenuItem
     //
     this.bottomToTopToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("bottomToTopToolStripMenuItem.Image")));
     this.bottomToTopToolStripMenuItem.Name = "bottomToTopToolStripMenuItem";
     this.bottomToTopToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.bottomToTopToolStripMenuItem.Text = "Bottom to Top";
     this.bottomToTopToolStripMenuItem.Click += new System.EventHandler(this.bottomToTopToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // stateValuesButton
     //
     this.stateValuesButton.CheckOnClick = true;
     this.stateValuesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.stateValuesButton.Image = ((System.Drawing.Image)(resources.GetObject("stateValuesButton.Image")));
     this.stateValuesButton.ImageTransparentColor = System.Drawing.Color.White;
     this.stateValuesButton.Name = "stateValuesButton";
     this.stateValuesButton.Size = new System.Drawing.Size(23, 22);
     this.stateValuesButton.Text = "State Viewer";
     this.stateValuesButton.Click += new System.EventHandler(this.stateValuesButton_Click);
     //
     // propertiesButton
     //
     this.propertiesButton.CheckOnClick = true;
     this.propertiesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.propertiesButton.Image = ((System.Drawing.Image)(resources.GetObject("propertiesButton.Image")));
     this.propertiesButton.Name = "propertiesButton";
     this.propertiesButton.Size = new System.Drawing.Size(23, 22);
     this.propertiesButton.Text = "Advanced Properties";
     this.propertiesButton.Click += new System.EventHandler(this.propertiesButton_Click);
     //
     // progressBar
     //
     this.progressBar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.progressBar.AutoSize = false;
     this.progressBar.Name = "progressBar";
     this.progressBar.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.progressBar.Size = new System.Drawing.Size(100, 15);
     this.progressBar.ToolTipText = "Graph Progress";
     this.progressBar.Visible = false;
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // buttonTimer
     //
     this.buttonTimer.Enabled = true;
     this.buttonTimer.Tick += new System.EventHandler(this.buttonTimer_Tick);
     //
     // selectedItemToolTip
     //
     this.selectedItemToolTip.AutoPopDelay = 32767;
     this.selectedItemToolTip.InitialDelay = 1;
     this.selectedItemToolTip.ReshowDelay = 1;
     //
     // propertyGrid
     //
     this.propertyGrid.ContextMenuStrip = this.contextMenuStrip1;
     this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Top;
     this.propertyGrid.Location = new System.Drawing.Point(0, 0);
     this.propertyGrid.Name = "propertyGrid";
     this.propertyGrid.SelectedObject = this;
     this.propertyGrid.Size = new System.Drawing.Size(229, 253);
     this.propertyGrid.TabIndex = 2;
     this.propertyGrid.ToolbarVisible = false;
     this.propertyGrid.Visible = false;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.restoreDefaultsToolStripMenuItem,
     this.sheHideHelpToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.ShowImageMargin = false;
     this.contextMenuStrip1.Size = new System.Drawing.Size(137, 48);
     //
     // restoreDefaultsToolStripMenuItem
     //
     this.restoreDefaultsToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.restoreDefaultsToolStripMenuItem.Name = "restoreDefaultsToolStripMenuItem";
     this.restoreDefaultsToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.restoreDefaultsToolStripMenuItem.Text = "RestoreDefaults";
     this.restoreDefaultsToolStripMenuItem.Click += new System.EventHandler(this.restoreDefaultsToolStripMenuItem_Click);
     //
     // sheHideHelpToolStripMenuItem
     //
     this.sheHideHelpToolStripMenuItem.Name = "sheHideHelpToolStripMenuItem";
     this.sheHideHelpToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.sheHideHelpToolStripMenuItem.Text = "Show/Hide Help";
     this.sheHideHelpToolStripMenuItem.Click += new System.EventHandler(this.sheHideHelpToolStripMenuItem_Click);
     //
     // graphWorker
     //
     this.graphWorker.WorkerReportsProgress = true;
     this.graphWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.graphWorker_DoWork);
     this.graphWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.graphWorker_RunWorkerCompleted);
     this.graphWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.graphWorker_ProgressChanged);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.stateViewer1);
     this.panel1.Controls.Add(this.splitterHorizontal);
     this.panel1.Controls.Add(this.propertyGrid);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(490, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(229, 420);
     this.panel1.TabIndex = 5;
     this.panel1.Visible = false;
     //
     // splitterHorizontal
     //
     this.splitterHorizontal.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterHorizontal.Location = new System.Drawing.Point(0, 253);
     this.splitterHorizontal.Name = "splitterHorizontal";
     this.splitterHorizontal.Size = new System.Drawing.Size(229, 5);
     this.splitterHorizontal.TabIndex = 5;
     this.splitterHorizontal.TabStop = false;
     this.splitterHorizontal.Visible = false;
     //
     // imageListProjections
     //
     this.imageListProjections.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListProjections.ImageStream")));
     this.imageListProjections.TransparentColor = System.Drawing.Color.White;
     this.imageListProjections.Images.SetKeyName(0, "root");
     this.imageListProjections.Images.SetKeyName(1, "L");
     this.imageListProjections.Images.SetKeyName(2, "R");
     this.imageListProjections.Images.SetKeyName(3, "LL");
     this.imageListProjections.Images.SetKeyName(4, "LR");
     this.imageListProjections.Images.SetKeyName(5, "RL");
     this.imageListProjections.Images.SetKeyName(6, "RR");
     //
     // selectNodeContextMenuStrip
     //
     this.selectNodeContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.selectNextNodeToolStripMenuItem,
     this.selectPreviousNodeToolStripMenuItem});
     this.selectNodeContextMenuStrip.Name = "selectNodeContextMenuStrip";
     this.selectNodeContextMenuStrip.ShowImageMargin = false;
     this.selectNodeContextMenuStrip.ShowItemToolTips = false;
     this.selectNodeContextMenuStrip.Size = new System.Drawing.Size(143, 48);
     this.selectNodeContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.selectNodeContextMenuStrip_Opening);
     //
     // selectNextNodeToolStripMenuItem
     //
     this.selectNextNodeToolStripMenuItem.AutoToolTip = true;
     this.selectNextNodeToolStripMenuItem.Name = "selectNextNodeToolStripMenuItem";
     this.selectNextNodeToolStripMenuItem.ShortcutKeyDisplayString = "n";
     this.selectNextNodeToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.selectNextNodeToolStripMenuItem.Text = "Select Next";
     this.selectNextNodeToolStripMenuItem.ToolTipText = "Select next node";
     this.selectNextNodeToolStripMenuItem.Click += new System.EventHandler(this.selectNextNodeToolStripMenuItem_Click);
     //
     // selectPreviousNodeToolStripMenuItem
     //
     this.selectPreviousNodeToolStripMenuItem.AutoToolTip = true;
     this.selectPreviousNodeToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.selectPreviousNodeToolStripMenuItem.Name = "selectPreviousNodeToolStripMenuItem";
     this.selectPreviousNodeToolStripMenuItem.ShortcutKeyDisplayString = "p";
     this.selectPreviousNodeToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.selectPreviousNodeToolStripMenuItem.Text = "Select Previous";
     this.selectPreviousNodeToolStripMenuItem.ToolTipText = "Select previous node";
     this.selectPreviousNodeToolStripMenuItem.Click += new System.EventHandler(this.selectPreviousNodeToolStripMenuItem_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.viewer);
     this.panel2.Controls.Add(this.splitter1);
     this.panel2.Controls.Add(this.panel1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 25);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(719, 420);
     this.panel2.TabIndex = 6;
     //
     // viewer
     //
     this.viewer.AsyncLayout = false;
     this.viewer.AutoScroll = true;
     this.viewer.BackwardEnabled = false;
     this.viewer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.viewer.ForwardEnabled = false;
     this.viewer.Graph = null;
     this.viewer.Location = new System.Drawing.Point(0, 0);
     this.viewer.MouseHitDistance = 0.05;
     this.viewer.Name = "viewer";
     this.viewer.NavigationVisible = true;
     this.viewer.PanButtonPressed = false;
     this.viewer.SaveButtonVisible = true;
     this.viewer.Size = new System.Drawing.Size(485, 420);
     this.viewer.TabIndex = 7;
     this.viewer.ZoomF = 1;
     this.viewer.ZoomFraction = 0.5;
     this.viewer.ZoomWindowThreshold = 0.05;
     this.viewer.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.viewer_MouseWheel);
     this.viewer.Load += new System.EventHandler(this.viewer_Load);
     this.viewer.ObjectUnderMouseCursorChanged += new System.EventHandler<Microsoft.Msagl.Drawing.ObjectUnderMouseCursorChangedEventArgs>(this.viewer_SelectionChanged);
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(485, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(5, 420);
     this.splitter1.TabIndex = 6;
     this.splitter1.TabStop = false;
     this.splitter1.Visible = false;
     //
     // stateViewer1
     //
     this.stateViewer1.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.stateViewer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.stateViewer1.DefaultModelName = "Fsm";
     this.stateViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.stateViewer1.Location = new System.Drawing.Point(0, 258);
     this.stateViewer1.Margin = new System.Windows.Forms.Padding(4);
     this.stateViewer1.Name = "stateViewer1";
     this.stateViewer1.Size = new System.Drawing.Size(229, 162);
     this.stateViewer1.TabIndex = 4;
     this.stateViewer1.Title = "Selected State";
     this.stateViewer1.TitleVisible = true;
     this.stateViewer1.Visible = false;
     //
     // GraphView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.toolStrip);
     this.Name = "GraphView";
     this.Size = new System.Drawing.Size(719, 445);
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.selectNodeContextMenuStrip.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.aaaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bbbToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.cccToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
     this.button1 = new System.Windows.Forms.Button();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.button2 = new System.Windows.Forms.Button();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.sssToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aaaToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(617, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // aaaToolStripMenuItem
     //
     this.aaaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bbbToolStripMenuItem,
     this.cccToolStripMenuItem,
     this.toolStripComboBox1});
     this.aaaToolStripMenuItem.Name = "aaaToolStripMenuItem";
     this.aaaToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.aaaToolStripMenuItem.Text = "aaa";
     //
     // bbbToolStripMenuItem
     //
     this.bbbToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem2,
     this.toolStripMenuItem3});
     this.bbbToolStripMenuItem.Name = "bbbToolStripMenuItem";
     this.bbbToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
     this.bbbToolStripMenuItem.Text = "bbb";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(95, 22);
     this.toolStripMenuItem2.Text = "111";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(95, 22);
     this.toolStripMenuItem3.Text = "222";
     //
     // cccToolStripMenuItem
     //
     this.cccToolStripMenuItem.Name = "cccToolStripMenuItem";
     this.cccToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12)));
     this.cccToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
     this.cccToolStripMenuItem.Text = "ccc";
     this.cccToolStripMenuItem.Click += new System.EventHandler(this.cccToolStripMenuItem_Click);
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 22);
     this.toolStripComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripComboBox1_KeyDown);
     this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
     //
     // button1
     //
     this.button1.ContextMenuStrip = this.contextMenuStrip1;
     this.button1.Location = new System.Drawing.Point(66, 72);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(147, 72);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 3;
     this.button2.Text = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Checked = true;
     this.toolStripButton1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "toolStripButton1";
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.sssToolStripMenuItem});
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
     this.toolStripSplitButton1.Text = "toolStripSplitButton1";
     //
     // sssToolStripMenuItem
     //
     this.sssToolStripMenuItem.Name = "sssToolStripMenuItem";
     this.sssToolStripMenuItem.Size = new System.Drawing.Size(89, 22);
     this.sssToolStripMenuItem.Text = "sss";
     //
     // toolStrip1
     //
     this.toolStrip1.GripMargin = new System.Windows.Forms.Padding(10, 2, 2, 2);
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.toolStripSplitButton1,
     this.toolStripLabel1,
     this.toolStripComboBox2,
     this.toolStripTextBox1});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size = new System.Drawing.Size(617, 25);
     this.toolStrip1.Stretch = true;
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text = "toolStrip1";
     this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.IsLink = true;
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(88, 22);
     this.toolStripLabel1.Text = "toolStripLabel1";
     //
     // toolStripComboBox2
     //
     this.toolStripComboBox2.Name = "toolStripComboBox2";
     this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25);
     this.toolStripComboBox2.Text = "aaa";
     this.toolStripComboBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripComboBox1_KeyDown);
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(100, 25);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(228, 72);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 4;
     this.button3.Text = "button3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(309, 72);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 5;
     this.button4.Text = "button4";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(617, 407);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.button1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Form2";
     this.Text = "Form2";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #13
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WordTypesWindow));
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.buttonAdd           = new System.Windows.Forms.ToolStripButton();
     this.buttonEdit          = new System.Windows.Forms.ToolStripButton();
     this.buttonDelete        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.buttonGrammatical   = new System.Windows.Forms.ToolStripSplitButton();
     this.treeWordTypes       = new ComponentLib.Controls.TreeViewColumns();
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.menuAdd             = new System.Windows.Forms.ToolStripMenuItem();
     this.menuEdit            = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDelete          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.menuGrammatical     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     resources.ApplyResources(this.toolStrip1, "toolStrip1");
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonAdd,
         this.buttonEdit,
         this.buttonDelete,
         this.toolStripSeparator1,
         this.buttonGrammatical
     });
     this.toolStrip1.Name = "toolStrip1";
     //
     // buttonAdd
     //
     resources.ApplyResources(this.buttonAdd, "buttonAdd");
     this.buttonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonAdd.Image        = global::VocabularyTest.Addons.WordTypeWindow.Images.action_add;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.Click       += new System.EventHandler(this.ButtonAddClick);
     //
     // buttonEdit
     //
     resources.ApplyResources(this.buttonEdit, "buttonEdit");
     this.buttonEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonEdit.Image        = global::VocabularyTest.Addons.WordTypeWindow.Images.action_edit;
     this.buttonEdit.Name         = "buttonEdit";
     this.buttonEdit.Click       += new System.EventHandler(this.ButtonEditClick);
     //
     // buttonDelete
     //
     resources.ApplyResources(this.buttonDelete, "buttonDelete");
     this.buttonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonDelete.Image        = global::VocabularyTest.Addons.WordTypeWindow.Images.action_remove;
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.Click       += new System.EventHandler(this.ButtonDeleteClick);
     //
     // toolStripSeparator1
     //
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     //
     // buttonGrammatical
     //
     resources.ApplyResources(this.buttonGrammatical, "buttonGrammatical");
     this.buttonGrammatical.DisplayStyle     = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.buttonGrammatical.Name             = "buttonGrammatical";
     this.buttonGrammatical.DropDownOpening += new System.EventHandler(this.ButtonGrammaticalDropDownOpening);
     //
     // treeWordTypes
     //
     resources.ApplyResources(this.treeWordTypes, "treeWordTypes");
     this.treeWordTypes.AllowDrop        = true;
     this.treeWordTypes.ContextMenuStrip = this.contextMenuStrip1;
     this.treeWordTypes.DrawMode         = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
     this.treeWordTypes.HideSelection    = false;
     this.treeWordTypes.HotTracking      = true;
     this.treeWordTypes.ItemHeight       = 20;
     this.treeWordTypes.Name             = "treeWordTypes";
     this.treeWordTypes.AfterSelect     += new System.Windows.Forms.TreeViewEventHandler(this.TreeWordTypesAfterSelect);
     this.treeWordTypes.DragDrop        += new System.Windows.Forms.DragEventHandler(this.TreeWordTypesDragDrop);
     this.treeWordTypes.DragOver        += new System.Windows.Forms.DragEventHandler(this.TreeWordTypesDragOver);
     this.treeWordTypes.DoubleClick     += new System.EventHandler(this.ButtonEditClick);
     //
     // contextMenuStrip1
     //
     resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuAdd,
         this.menuEdit,
         this.menuDelete,
         this.toolStripSeparator3,
         this.menuGrammatical
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1Opening);
     //
     // menuAdd
     //
     resources.ApplyResources(this.menuAdd, "menuAdd");
     this.menuAdd.Image  = global::VocabularyTest.Addons.WordTypeWindow.Images.action_add;
     this.menuAdd.Name   = "menuAdd";
     this.menuAdd.Click += new System.EventHandler(this.ButtonAddClick);
     //
     // menuEdit
     //
     resources.ApplyResources(this.menuEdit, "menuEdit");
     this.menuEdit.Image  = global::VocabularyTest.Addons.WordTypeWindow.Images.action_edit;
     this.menuEdit.Name   = "menuEdit";
     this.menuEdit.Click += new System.EventHandler(this.ButtonEditClick);
     //
     // menuDelete
     //
     resources.ApplyResources(this.menuDelete, "menuDelete");
     this.menuDelete.Image  = global::VocabularyTest.Addons.WordTypeWindow.Images.action_remove;
     this.menuDelete.Name   = "menuDelete";
     this.menuDelete.Click += new System.EventHandler(this.ButtonDeleteClick);
     //
     // toolStripSeparator3
     //
     resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     //
     // menuGrammatical
     //
     resources.ApplyResources(this.menuGrammatical, "menuGrammatical");
     this.menuGrammatical.Name = "menuGrammatical";
     //
     // WordTypesWindow
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.treeWordTypes);
     this.Controls.Add(this.toolStrip1);
     this.Name = "WordTypesWindow";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CoolPrintPreviewDialog));
     this._toolStrip = new System.Windows.Forms.ToolStrip();
     this._btnPrint = new System.Windows.Forms.ToolStripButton();
     this._btnPageSetup = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this._btnZoom = new System.Windows.Forms.ToolStripSplitButton();
     this._itemActualSize = new System.Windows.Forms.ToolStripMenuItem();
     this._itemFullPage = new System.Windows.Forms.ToolStripMenuItem();
     this._itemPageWidth = new System.Windows.Forms.ToolStripMenuItem();
     this._itemTwoPages = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this._item500 = new System.Windows.Forms.ToolStripMenuItem();
     this._item200 = new System.Windows.Forms.ToolStripMenuItem();
     this._item150 = new System.Windows.Forms.ToolStripMenuItem();
     this._item100 = new System.Windows.Forms.ToolStripMenuItem();
     this._item75 = new System.Windows.Forms.ToolStripMenuItem();
     this._item50 = new System.Windows.Forms.ToolStripMenuItem();
     this._item25 = new System.Windows.Forms.ToolStripMenuItem();
     this._item10 = new System.Windows.Forms.ToolStripMenuItem();
     this._btnFirst = new System.Windows.Forms.ToolStripButton();
     this._btnPrev = new System.Windows.Forms.ToolStripButton();
     this._txtStartPage = new System.Windows.Forms.ToolStripTextBox();
     this._lblPageCount = new System.Windows.Forms.ToolStripLabel();
     this._btnNext = new System.Windows.Forms.ToolStripButton();
     this._btnLast = new System.Windows.Forms.ToolStripButton();
     this._separator = new System.Windows.Forms.ToolStripSeparator();
     this._btnCancel = new System.Windows.Forms.ToolStripButton();
     this._preview = new CoolPrintPreviewControl();
     this._toolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // _toolStrip
     //
     this._toolStrip.AutoSize = false;
     this._toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this._toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this._btnPrint,
     this._btnPageSetup,
     this.toolStripSeparator2,
     this._btnZoom,
     this._btnFirst,
     this._btnPrev,
     this._txtStartPage,
     this._lblPageCount,
     this._btnNext,
     this._btnLast,
     this._separator,
     this._btnCancel});
     this._toolStrip.Location = new System.Drawing.Point(0, 0);
     this._toolStrip.Name = "_toolStrip";
     this._toolStrip.Size = new System.Drawing.Size(748, 30);
     this._toolStrip.TabIndex = 0;
     this._toolStrip.Text = "toolStrip1";
     //
     // _btnPrint
     //
     this._btnPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("_btnPrint.Image")));
     this._btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._btnPrint.Name = "_btnPrint";
     this._btnPrint.Size = new System.Drawing.Size(23, 27);
     this._btnPrint.Text = "打印文档";
     this._btnPrint.Click += new System.EventHandler(this._btnPrint_Click);
     //
     // _btnPageSetup
     //
     this._btnPageSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._btnPageSetup.Image = ((System.Drawing.Image)(resources.GetObject("_btnPageSetup.Image")));
     this._btnPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._btnPageSetup.Name = "_btnPageSetup";
     this._btnPageSetup.Size = new System.Drawing.Size(23, 27);
     this._btnPageSetup.Text = "页面设置";
     this._btnPageSetup.Click += new System.EventHandler(this._btnPageSetup_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
     //
     // _btnZoom
     //
     this._btnZoom.AutoToolTip = false;
     this._btnZoom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this._itemActualSize,
     this._itemFullPage,
     this._itemTwoPages,
     this._itemPageWidth,
     this.toolStripMenuItem1,
     this._item500,
     this._item200,
     this._item150,
     this._item100,
     this._item75,
     this._item50,
     this._item25,
     this._item10});
     this._btnZoom.Image = ((System.Drawing.Image)(resources.GetObject("_btnZoom.Image")));
     this._btnZoom.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._btnZoom.Name = "_btnZoom";
     this._btnZoom.Size = new System.Drawing.Size(79, 27);
     this._btnZoom.Text = "缩放(&Z)";
     this._btnZoom.ButtonClick += new System.EventHandler(this._btnZoom_ButtonClick);
     this._btnZoom.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this._btnZoom_DropDownItemClicked);
     //
     // _itemActualSize
     //
     this._itemActualSize.Image = ((System.Drawing.Image)(resources.GetObject("_itemActualSize.Image")));
     this._itemActualSize.Name = "_itemActualSize";
     this._itemActualSize.Size = new System.Drawing.Size(118, 22);
     this._itemActualSize.Text = "实际尺寸";
     //
     // _itemFullPage
     //
     this._itemFullPage.Image = ((System.Drawing.Image)(resources.GetObject("_itemFullPage.Image")));
     this._itemFullPage.Name = "_itemFullPage";
     this._itemFullPage.Size = new System.Drawing.Size(118, 22);
     this._itemFullPage.Text = "单页";
     //
     // _itemPageWidth
     //
     this._itemPageWidth.Image = ((System.Drawing.Image)(resources.GetObject("_itemPageWidth.Image")));
     this._itemPageWidth.Name = "_itemPageWidth";
     this._itemPageWidth.Size = new System.Drawing.Size(118, 22);
     this._itemPageWidth.Text = "页宽";
     //
     // _itemTwoPages
     //
     this._itemTwoPages.Image = ((System.Drawing.Image)(resources.GetObject("_itemTwoPages.Image")));
     this._itemTwoPages.Name = "_itemTwoPages";
     this._itemTwoPages.Size = new System.Drawing.Size(118, 22);
     this._itemTwoPages.Text = "双页";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(115, 6);
     //
     // _item500
     //
     this._item500.Name = "_item500";
     this._item500.Size = new System.Drawing.Size(118, 22);
     this._item500.Text = "500%";
     //
     // _item200
     //
     this._item200.Name = "_item200";
     this._item200.Size = new System.Drawing.Size(118, 22);
     this._item200.Text = "200%";
     //
     // _item150
     //
     this._item150.Name = "_item150";
     this._item150.Size = new System.Drawing.Size(118, 22);
     this._item150.Text = "150%";
     //
     // _item100
     //
     this._item100.Name = "_item100";
     this._item100.Size = new System.Drawing.Size(118, 22);
     this._item100.Text = "100%";
     //
     // _item75
     //
     this._item75.Name = "_item75";
     this._item75.Size = new System.Drawing.Size(118, 22);
     this._item75.Text = "75%";
     //
     // _item50
     //
     this._item50.Name = "_item50";
     this._item50.Size = new System.Drawing.Size(118, 22);
     this._item50.Text = "50%";
     //
     // _item25
     //
     this._item25.Name = "_item25";
     this._item25.Size = new System.Drawing.Size(118, 22);
     this._item25.Text = "25%";
     //
     // _item10
     //
     this._item10.Name = "_item10";
     this._item10.Size = new System.Drawing.Size(118, 22);
     this._item10.Text = "10%";
     //
     // _btnFirst
     //
     this._btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("_btnFirst.Image")));
     this._btnFirst.ImageTransparentColor = System.Drawing.Color.Red;
     this._btnFirst.Name = "_btnFirst";
     this._btnFirst.Size = new System.Drawing.Size(23, 27);
     this._btnFirst.Text = "首页";
     this._btnFirst.Click += new System.EventHandler(this._btnFirst_Click);
     //
     // _btnPrev
     //
     this._btnPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._btnPrev.Image = ((System.Drawing.Image)(resources.GetObject("_btnPrev.Image")));
     this._btnPrev.ImageTransparentColor = System.Drawing.Color.Red;
     this._btnPrev.Name = "_btnPrev";
     this._btnPrev.Size = new System.Drawing.Size(23, 27);
     this._btnPrev.Text = "上一页";
     this._btnPrev.Click += new System.EventHandler(this._btnPrev_Click);
     //
     // _txtStartPage
     //
     this._txtStartPage.AutoSize = false;
     this._txtStartPage.Name = "_txtStartPage";
     this._txtStartPage.Size = new System.Drawing.Size(32, 21);
     this._txtStartPage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this._txtStartPage.Validating += new System.ComponentModel.CancelEventHandler(this._txtStartPage_Validating);
     this._txtStartPage.Enter += new System.EventHandler(this._txtStartPage_Enter);
     this._txtStartPage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this._txtStartPage_KeyPress);
     //
     // _lblPageCount
     //
     this._lblPageCount.Name = "_lblPageCount";
     this._lblPageCount.Size = new System.Drawing.Size(11, 27);
     this._lblPageCount.Text = " ";
     //
     // _btnNext
     //
     this._btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._btnNext.Image = ((System.Drawing.Image)(resources.GetObject("_btnNext.Image")));
     this._btnNext.ImageTransparentColor = System.Drawing.Color.Red;
     this._btnNext.Name = "_btnNext";
     this._btnNext.Size = new System.Drawing.Size(23, 27);
     this._btnNext.Text = "下一页";
     this._btnNext.Click += new System.EventHandler(this._btnNext_Click);
     //
     // _btnLast
     //
     this._btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._btnLast.Image = ((System.Drawing.Image)(resources.GetObject("_btnLast.Image")));
     this._btnLast.ImageTransparentColor = System.Drawing.Color.Red;
     this._btnLast.Name = "_btnLast";
     this._btnLast.Size = new System.Drawing.Size(23, 27);
     this._btnLast.Text = "最后一页";
     this._btnLast.Click += new System.EventHandler(this._btnLast_Click);
     //
     // _separator
     //
     this._separator.Name = "_separator";
     this._separator.Size = new System.Drawing.Size(6, 30);
     this._separator.Visible = false;
     //
     // _btnCancel
     //
     this._btnCancel.AutoToolTip = false;
     this._btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("_btnCancel.Image")));
     this._btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._btnCancel.Name = "_btnCancel";
     this._btnCancel.Size = new System.Drawing.Size(49, 27);
     this._btnCancel.Text = "取消";
     this._btnCancel.Click += new System.EventHandler(this._btnCancel_Click);
     //
     // _preview
     //
     this._preview.AutoScroll = true;
     this._preview.Dock = System.Windows.Forms.DockStyle.Fill;
     this._preview.Document = null;
     this._preview.Location = new System.Drawing.Point(0, 30);
     this._preview.Name = "_preview";
     this._preview.Size = new System.Drawing.Size(748, 677);
     this._preview.TabIndex = 1;
     this._preview.PageCountChanged += new System.EventHandler(this._preview_PageCountChanged);
     this._preview.StartPageChanged += new System.EventHandler(this._preview_StartPageChanged);
     //
     // CoolPrintPreviewDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize = new System.Drawing.Size(748, 707);
     this.Controls.Add(this._preview);
     this.Controls.Add(this._toolStrip);
     this.Name = "CoolPrintPreviewDialog";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "打印预览";
     this._toolStrip.ResumeLayout(false);
     this._toolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   System.ComponentModel.ComponentResourceManager resources =
     new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
   this.sectionTree = new System.Windows.Forms.TreeView();
   this.cancelButton = new MediaPortal.UserInterface.Controls.MPButton();
   this.okButton = new MediaPortal.UserInterface.Controls.MPButton();
   this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel();
   this.holderPanel = new System.Windows.Forms.Panel();
   this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine();
   this.applyButton = new MediaPortal.UserInterface.Controls.MPButton();
   this.linkLabel1 = new System.Windows.Forms.LinkLabel();
   this.toolStrip1 = new System.Windows.Forms.ToolStrip();
   this.helpToolStripSplitButton = new System.Windows.Forms.ToolStripButton();
   this.configToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
   this.thumbsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
   this.logsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
   this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
   this.skinsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
   this.toolStripButtonSwitchAdvanced = new System.Windows.Forms.ToolStripButton();
   this.toolStrip1.SuspendLayout();
   this.SuspendLayout();
   // 
   // sectionTree
   // 
   this.sectionTree.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
        | System.Windows.Forms.AnchorStyles.Left)));
   this.sectionTree.FullRowSelect = true;
   this.sectionTree.HideSelection = false;
   this.sectionTree.HotTracking = true;
   this.sectionTree.Indent = 19;
   this.sectionTree.ItemHeight = 16;
   this.sectionTree.Location = new System.Drawing.Point(16, 28);
   this.sectionTree.Name = "sectionTree";
   this.sectionTree.Size = new System.Drawing.Size(184, 486);
   this.sectionTree.TabIndex = 2;
   this.sectionTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.sectionTree_AfterSelect);
   this.sectionTree.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.sectionTree_BeforeSelect);
   // 
   // cancelButton
   // 
   this.cancelButton.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   this.cancelButton.Location = new System.Drawing.Point(621, 537);
   this.cancelButton.Name = "cancelButton";
   this.cancelButton.Size = new System.Drawing.Size(75, 23);
   this.cancelButton.TabIndex = 1;
   this.cancelButton.Text = "&Cancel";
   this.cancelButton.UseVisualStyleBackColor = true;
   this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
   // 
   // okButton
   // 
   this.okButton.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.okButton.Location = new System.Drawing.Point(540, 537);
   this.okButton.Name = "okButton";
   this.okButton.Size = new System.Drawing.Size(75, 23);
   this.okButton.TabIndex = 0;
   this.okButton.Text = "&OK";
   this.okButton.UseVisualStyleBackColor = true;
   this.okButton.Click += new System.EventHandler(this.okButton_Click);
   // 
   // headerLabel
   // 
   this.headerLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.headerLabel.Caption = "";
   this.headerLabel.FirstColor = System.Drawing.SystemColors.InactiveCaption;
   this.headerLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   this.headerLabel.LastColor = System.Drawing.Color.WhiteSmoke;
   this.headerLabel.Location = new System.Drawing.Point(216, 28);
   this.headerLabel.Name = "headerLabel";
   this.headerLabel.PaddingLeft = 2;
   this.headerLabel.Size = new System.Drawing.Size(480, 24);
   this.headerLabel.TabIndex = 3;
   this.headerLabel.TabStop = false;
   this.headerLabel.TextColor = System.Drawing.Color.WhiteSmoke;
   this.headerLabel.TextFont = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular,
                                                       System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   // 
   // holderPanel
   // 
   this.holderPanel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.holderPanel.AutoScroll = true;
   this.holderPanel.BackColor = System.Drawing.SystemColors.Control;
   this.holderPanel.Location = new System.Drawing.Point(216, 58);
   this.holderPanel.Name = "holderPanel";
   this.holderPanel.Size = new System.Drawing.Size(480, 456);
   this.holderPanel.TabIndex = 4;
   // 
   // beveledLine1
   // 
   this.beveledLine1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.beveledLine1.Location = new System.Drawing.Point(8, 527);
   this.beveledLine1.Name = "beveledLine1";
   this.beveledLine1.Size = new System.Drawing.Size(696, 2);
   this.beveledLine1.TabIndex = 5;
   this.beveledLine1.TabStop = false;
   // 
   // applyButton
   // 
   this.applyButton.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.applyButton.Location = new System.Drawing.Point(459, 537);
   this.applyButton.Name = "applyButton";
   this.applyButton.Size = new System.Drawing.Size(75, 23);
   this.applyButton.TabIndex = 6;
   this.applyButton.TabStop = false;
   this.applyButton.Text = "&Apply";
   this.applyButton.UseVisualStyleBackColor = true;
   this.applyButton.Visible = false;
   this.applyButton.Click += new System.EventHandler(this.applyButton_Click);
   // 
   // linkLabel1
   // 
   this.linkLabel1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.linkLabel1.AutoSize = true;
   this.linkLabel1.Location = new System.Drawing.Point(12, 542);
   this.linkLabel1.Name = "linkLabel1";
   this.linkLabel1.Size = new System.Drawing.Size(113, 13);
   this.linkLabel1.TabIndex = 9;
   this.linkLabel1.TabStop = true;
   this.linkLabel1.Text = "Donate to MediaPortal";
   this.linkLabel1.LinkClicked +=
     new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
   // 
   // toolStrip1
   // 
   this.toolStrip1.ImeMode = System.Windows.Forms.ImeMode.On;
   this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
                                    {
                                      this.helpToolStripSplitButton,
                                      this.configToolStripSplitButton,
                                      this.toolStripButtonSwitchAdvanced
                                    });
   this.toolStrip1.Location = new System.Drawing.Point(0, 0);
   this.toolStrip1.Name = "toolStrip1";
   this.toolStrip1.Size = new System.Drawing.Size(712, 25);
   this.toolStrip1.TabIndex = 10;
   this.toolStrip1.Text = "toolStrip1";
   // 
   // helpToolStripSplitButton
   // 
   this.helpToolStripSplitButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.helpToolStripSplitButton.Image = global::MediaPortal.Configuration.Properties.Resources.icon_help;
   this.helpToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.helpToolStripSplitButton.Name = "helpToolStripSplitButton";
   this.helpToolStripSplitButton.Size = new System.Drawing.Size(52, 22);
   this.helpToolStripSplitButton.Text = "Help";
   this.helpToolStripSplitButton.ToolTipText = "Opens the online wiki page for the active configuration section.";
   this.helpToolStripSplitButton.Click += new System.EventHandler(this.helpToolStripSplitButton_Click);
   // 
   // configToolStripSplitButton
   // 
   this.configToolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
                                                            {
                                                              this.thumbsToolStripMenuItem,
                                                              this.logsToolStripMenuItem,
                                                              this.databaseToolStripMenuItem,
                                                              this.skinsToolStripMenuItem
                                                            });
   this.configToolStripSplitButton.Image = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
   this.configToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.configToolStripSplitButton.Name = "configToolStripSplitButton";
   this.configToolStripSplitButton.Size = new System.Drawing.Size(125, 22);
   this.configToolStripSplitButton.Text = "User Config files";
   this.configToolStripSplitButton.ButtonClick += new System.EventHandler(this.configToolStripSplitButton_ButtonClick);
   // 
   // thumbsToolStripMenuItem
   // 
   this.thumbsToolStripMenuItem.Image = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
   this.thumbsToolStripMenuItem.Name = "thumbsToolStripMenuItem";
   this.thumbsToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
   this.thumbsToolStripMenuItem.Text = "Open Thumbs directory";
   this.thumbsToolStripMenuItem.Click += new System.EventHandler(this.thumbsToolStripMenuItem_Click);
   // 
   // logsToolStripMenuItem
   // 
   this.logsToolStripMenuItem.Image = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
   this.logsToolStripMenuItem.Name = "logsToolStripMenuItem";
   this.logsToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
   this.logsToolStripMenuItem.Text = "Open Log directory";
   this.logsToolStripMenuItem.Click += new System.EventHandler(this.logsToolStripMenuItem_Click);
   // 
   // databaseToolStripMenuItem
   // 
   this.databaseToolStripMenuItem.Image = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
   this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
   this.databaseToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
   this.databaseToolStripMenuItem.Text = "Open Database directory";
   this.databaseToolStripMenuItem.Click += new System.EventHandler(this.databaseToolStripMenuItem_Click);
   // 
   // skinsToolStripMenuItem
   // 
   this.skinsToolStripMenuItem.Image = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
   this.skinsToolStripMenuItem.Name = "skinsToolStripMenuItem";
   this.skinsToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
   this.skinsToolStripMenuItem.Text = "Open Skins directory";
   this.skinsToolStripMenuItem.Click += new System.EventHandler(this.skinsToolStripMenuItem_Click);
   // 
   // toolStripButtonSwitchAdvanced
   // 
   this.toolStripButtonSwitchAdvanced.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.toolStripButtonSwitchAdvanced.AutoSize = false;
   this.toolStripButtonSwitchAdvanced.CheckOnClick = true;
   this.toolStripButtonSwitchAdvanced.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
   this.toolStripButtonSwitchAdvanced.Image =
     ((System.Drawing.Image)(resources.GetObject("toolStripButtonSwitchAdvanced.Image")));
   this.toolStripButtonSwitchAdvanced.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.toolStripButtonSwitchAdvanced.Name = "toolStripButtonSwitchAdvanced";
   this.toolStripButtonSwitchAdvanced.Size = new System.Drawing.Size(135, 22);
   this.toolStripButtonSwitchAdvanced.Text = "Switch to expert mode";
   this.toolStripButtonSwitchAdvanced.Click += new System.EventHandler(this.toolStripButtonSwitchAdvanced_Click);
   // 
   // SettingsForm
   // 
   this.AcceptButton = this.okButton;
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.AutoScroll = true;
   this.CancelButton = this.cancelButton;
   this.ClientSize = new System.Drawing.Size(712, 568);
   this.Controls.Add(this.toolStrip1);
   this.Controls.Add(this.linkLabel1);
   this.Controls.Add(this.applyButton);
   this.Controls.Add(this.beveledLine1);
   this.Controls.Add(this.holderPanel);
   this.Controls.Add(this.headerLabel);
   this.Controls.Add(this.okButton);
   this.Controls.Add(this.cancelButton);
   this.Controls.Add(this.sectionTree);
   this.Name = "SettingsForm";
   this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
   this.Text = "MediaPortal - Configuration";
   this.Load += new System.EventHandler(this.SettingsForm_Load);
   this.Closed += new System.EventHandler(this.SettingsForm_Closed);
   this.toolStrip1.ResumeLayout(false);
   this.toolStrip1.PerformLayout();
   this.ResumeLayout(false);
   this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(查询));
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.button1 = new System.Windows.Forms.Button();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.label2 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.radioButton6 = new System.Windows.Forms.RadioButton();
     this.radioButton5 = new System.Windows.Forms.RadioButton();
     this.button11 = new System.Windows.Forms.Button();
     this.label10 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.comboBox4 = new System.Windows.Forms.ComboBox();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.comboBox5 = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.button2 = new System.Windows.Forms.Button();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.button3 = new System.Windows.Forms.Button();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.button4 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(0, 217);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(1279, 418);
     this.dataGridView1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Dock = System.Windows.Forms.DockStyle.Right;
     this.button1.Location = new System.Drawing.Point(1074, 3);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(112, 183);
     this.button1.TabIndex = 1;
     this.button1.Text = "查询";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(101, 47);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(121, 20);
     this.comboBox1.TabIndex = 2;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(1197, 215);
     this.tabControl1.TabIndex = 3;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.comboBox1);
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
     this.tabPage1.Size = new System.Drawing.Size(1189, 189);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "总览";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(42, 50);
     this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 3;
     this.label2.Text = "年级";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Controls.Add(this.textBox1);
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
     this.tabPage2.Size = new System.Drawing.Size(1271, 189);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "题目";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.checkBox2);
     this.groupBox4.Controls.Add(this.radioButton6);
     this.groupBox4.Controls.Add(this.radioButton5);
     this.groupBox4.Controls.Add(this.button11);
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.textBox5);
     this.groupBox4.Controls.Add(this.textBox8);
     this.groupBox4.Location = new System.Drawing.Point(321, 30);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(204, 129);
     this.groupBox4.TabIndex = 17;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "查询";
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(16, 71);
     this.checkBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(72, 16);
     this.checkBox2.TabIndex = 11;
     this.checkBox2.Text = "联合信息";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // radioButton6
     //
     this.radioButton6.AutoSize = true;
     this.radioButton6.Location = new System.Drawing.Point(16, 46);
     this.radioButton6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.radioButton6.Name = "radioButton6";
     this.radioButton6.Size = new System.Drawing.Size(47, 16);
     this.radioButton6.TabIndex = 10;
     this.radioButton6.TabStop = true;
     this.radioButton6.Text = "内容";
     this.radioButton6.UseVisualStyleBackColor = true;
     //
     // radioButton5
     //
     this.radioButton5.AutoSize = true;
     this.radioButton5.Location = new System.Drawing.Point(16, 21);
     this.radioButton5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.radioButton5.Name = "radioButton5";
     this.radioButton5.Size = new System.Drawing.Size(47, 16);
     this.radioButton5.TabIndex = 10;
     this.radioButton5.TabStop = true;
     this.radioButton5.Text = "编号";
     this.radioButton5.UseVisualStyleBackColor = true;
     //
     // button11
     //
     this.button11.Location = new System.Drawing.Point(24, 93);
     this.button11.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.button11.Name = "button11";
     this.button11.Size = new System.Drawing.Size(81, 31);
     this.button11.TabIndex = 9;
     this.button11.Text = "查 询";
     this.button11.UseVisualStyleBackColor = true;
     this.button11.Click += new System.EventHandler(this.button11_Click);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(156, 102);
     this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(29, 12);
     this.label10.TabIndex = 10;
     this.label10.Text = "条数";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(67, 19);
     this.textBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(127, 21);
     this.textBox5.TabIndex = 8;
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(67, 45);
     this.textBox8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(127, 21);
     this.textBox8.TabIndex = 8;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.comboBox3);
     this.groupBox3.Controls.Add(this.comboBox4);
     this.groupBox3.Controls.Add(this.comboBox2);
     this.groupBox3.Controls.Add(this.comboBox5);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Location = new System.Drawing.Point(22, 40);
     this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.groupBox3.Size = new System.Drawing.Size(234, 114);
     this.groupBox3.TabIndex = 16;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "信息";
     //
     // comboBox3
     //
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location = new System.Drawing.Point(135, 16);
     this.comboBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(50, 20);
     this.comboBox3.TabIndex = 17;
     //
     // comboBox4
     //
     this.comboBox4.FormattingEnabled = true;
     this.comboBox4.Location = new System.Drawing.Point(40, 54);
     this.comboBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.comboBox4.Name = "comboBox4";
     this.comboBox4.Size = new System.Drawing.Size(145, 20);
     this.comboBox4.TabIndex = 18;
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(42, 16);
     this.comboBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(50, 20);
     this.comboBox2.TabIndex = 16;
     //
     // comboBox5
     //
     this.comboBox5.FormattingEnabled = true;
     this.comboBox5.Location = new System.Drawing.Point(42, 90);
     this.comboBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.comboBox5.Name = "comboBox5";
     this.comboBox5.Size = new System.Drawing.Size(145, 20);
     this.comboBox5.TabIndex = 19;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 22);
     this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 6;
     this.label3.Text = "年级";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(103, 22);
     this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 7;
     this.label4.Text = "科目";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(10, 58);
     this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(29, 12);
     this.label6.TabIndex = 7;
     this.label6.Text = "章节";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(4, 93);
     this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(35, 12);
     this.label5.TabIndex = 7;
     this.label5.Text = " 课时";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(602, 33);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 4;
     this.label1.Text = "题目号";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(700, 30);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(170, 21);
     this.textBox1.TabIndex = 3;
     //
     // button2
     //
     this.button2.Dock = System.Windows.Forms.DockStyle.Right;
     this.button2.Location = new System.Drawing.Point(1156, 3);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(112, 183);
     this.button2.TabIndex = 2;
     this.button2.Text = "查询";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.radioButton2);
     this.tabPage3.Controls.Add(this.radioButton1);
     this.tabPage3.Controls.Add(this.textBox3);
     this.tabPage3.Controls.Add(this.textBox2);
     this.tabPage3.Controls.Add(this.button3);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
     this.tabPage3.Size = new System.Drawing.Size(1189, 189);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "学生";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(86, 102);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(71, 16);
     this.radioButton2.TabIndex = 6;
     this.radioButton2.Text = "德才学号";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked = true;
     this.radioButton1.Location = new System.Drawing.Point(86, 41);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(47, 16);
     this.radioButton1.TabIndex = 6;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "姓名";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(173, 98);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(100, 21);
     this.textBox3.TabIndex = 4;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(173, 41);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 21);
     this.textBox2.TabIndex = 4;
     //
     // button3
     //
     this.button3.Dock = System.Windows.Forms.DockStyle.Right;
     this.button3.Location = new System.Drawing.Point(1074, 3);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(112, 183);
     this.button3.TabIndex = 3;
     this.button3.Text = "查询";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.toolStripSplitButton1,
     this.toolStripStatusLabel2});
     this.statusStrip1.Location = new System.Drawing.Point(0, 634);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
     this.statusStrip1.Size = new System.Drawing.Size(1197, 22);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(31, 17);
     this.toolStripStatusLabel1.Text = "修改";
     this.toolStripStatusLabel1.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 20);
     this.toolStripSplitButton1.Text = "toolStripSplitButton1";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(31, 17);
     this.toolStripStatusLabel2.Text = "录题";
     this.toolStripStatusLabel2.Click += new System.EventHandler(this.toolStripStatusLabel2_Click);
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.button4);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(1189, 189);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "错题";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // button4
     //
     this.button4.Dock = System.Windows.Forms.DockStyle.Right;
     this.button4.Location = new System.Drawing.Point(1074, 3);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(112, 183);
     this.button4.TabIndex = 4;
     this.button4.Text = "查询";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // 查询
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1197, 656);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.dataGridView1);
     this.Name = "查询";
     this.Text = "查询";
     this.Load += new System.EventHandler(this.查询_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #17
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.qqxxzButton           = new System.Windows.Forms.ToolStripSplitButton();
     this.其他ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.qqzhxButton           = new System.Windows.Forms.ToolStripSplitButton();
     this.自动挂机ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.vkButton         = new System.Windows.Forms.ToolStripTextBox();
     this.textBox1         = new System.Windows.Forms.TextBox();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.qqxxzButton,
         this.qqzhxButton,
         this.vkButton,
         this.toolStripButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(373, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // qqxxzButton
     //
     this.qqxxzButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.qqxxzButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.其他ToolStripMenuItem
     });
     this.qqxxzButton.Image = ((System.Drawing.Image)(resources.GetObject("qqxxzButton.Image")));
     this.qqxxzButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.qqxxzButton.Name         = "qqxxzButton";
     this.qqxxzButton.Size         = new System.Drawing.Size(32, 22);
     this.qqxxzButton.Text         = "toolStripSplitButton1";
     this.qqxxzButton.ButtonClick += new System.EventHandler(this.QqxxzButtonButtonClick);
     //
     // 其他ToolStripMenuItem
     //
     this.其他ToolStripMenuItem.Name         = "其他ToolStripMenuItem";
     this.其他ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
     this.其他ToolStripMenuItem.Size         = new System.Drawing.Size(147, 22);
     this.其他ToolStripMenuItem.Text         = "其他";
     this.其他ToolStripMenuItem.Click       += new System.EventHandler(this.其他ToolStripMenuItemClick);
     //
     // qqzhxButton
     //
     this.qqzhxButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.qqzhxButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.自动挂机ToolStripMenuItem
     });
     this.qqzhxButton.Image = ((System.Drawing.Image)(resources.GetObject("qqzhxButton.Image")));
     this.qqzhxButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.qqzhxButton.Name         = "qqzhxButton";
     this.qqzhxButton.Size         = new System.Drawing.Size(48, 22);
     this.qqzhxButton.Text         = "幻想";
     this.qqzhxButton.ButtonClick += new System.EventHandler(this.QqzhxButtonButtonClick);
     //
     // 自动挂机ToolStripMenuItem
     //
     this.自动挂机ToolStripMenuItem.Name   = "自动挂机ToolStripMenuItem";
     this.自动挂机ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.自动挂机ToolStripMenuItem.Text   = "自动挂机";
     this.自动挂机ToolStripMenuItem.Click += new System.EventHandler(this.自动挂机ToolStripMenuItemClick);
     //
     // vkButton
     //
     this.vkButton.AcceptsTab = true;
     this.vkButton.Name       = "vkButton";
     this.vkButton.Size       = new System.Drawing.Size(100, 25);
     this.vkButton.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.VkButtonKeyPress);
     //
     // textBox1
     //
     this.textBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location   = new System.Drawing.Point(0, 25);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(373, 133);
     this.textBox1.TabIndex   = 1;
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "toolStripButton1";
     this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(373, 158);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "MainForm";
     this.Text = "Panda";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.statusMainForm = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblUserName = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslDepartName = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblDepartName = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolNet = new System.Windows.Forms.ToolStripSplitButton();
     this.menuMain = new System.Windows.Forms.MenuStrip();
     this.memuSysSet = new System.Windows.Forms.ToolStripMenuItem();
     this.memuDataBase = new System.Windows.Forms.ToolStripMenuItem();
     this.memuReader = new System.Windows.Forms.ToolStripMenuItem();
     this.menuPassWord = new System.Windows.Forms.ToolStripMenuItem();
     this.menuICCard = new System.Windows.Forms.ToolStripMenuItem();
     this.menuNavicert = new System.Windows.Forms.ToolStripMenuItem();
     this.menuAddMarkCard = new System.Windows.Forms.ToolStripMenuItem();
     this.menuActiveMarkCard = new System.Windows.Forms.ToolStripMenuItem();
     this.menuAddTempCard = new System.Windows.Forms.ToolStripMenuItem();
     this.标示卡发卡二次打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuBICCard = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuBNavicert = new System.Windows.Forms.ToolStripMenuItem();
     this.电子标签补办ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuMainExit = new System.Windows.Forms.ToolStripMenuItem();
     this.toolMain = new System.Windows.Forms.ToolStrip();
     this.toolDataBase = new System.Windows.Forms.ToolStripButton();
     this.toolReader = new System.Windows.Forms.ToolStripButton();
     this.toolChangePsw = new System.Windows.Forms.ToolStripButton();
     this.toolAddNavicert = new System.Windows.Forms.ToolStripButton();
     this.toolAddMarkCard = new System.Windows.Forms.ToolStripButton();
     this.toolActiveMarkedCard = new System.Windows.Forms.ToolStripButton();
     this.toolAddTempCard = new System.Windows.Forms.ToolStripButton();
     this.toolExit = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusMainForm.SuspendLayout();
     this.menuMain.SuspendLayout();
     this.toolMain.SuspendLayout();
     this.SuspendLayout();
     //
     // statusMainForm
     //
     this.statusMainForm.ImageScalingSize = new System.Drawing.Size(18, 18);
     this.statusMainForm.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.statusMainForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.lblUserName,
     this.toolStripStatusLabel2,
     this.tsslDepartName,
     this.lblDepartName,
     this.toolStripStatusLabel4,
     this.toolNet});
     this.statusMainForm.Location = new System.Drawing.Point(0, 406);
     this.statusMainForm.Name = "statusMainForm";
     this.statusMainForm.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.statusMainForm.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusMainForm.Size = new System.Drawing.Size(647, 24);
     this.statusMainForm.TabIndex = 0;
     this.statusMainForm.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(53, 19);
     this.toolStripStatusLabel1.Text = "登录名:";
     //
     // lblUserName
     //
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(23, 19);
     this.lblUserName.Text = "   ";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(89, 19);
     this.toolStripStatusLabel2.Text = "    所属部门:";
     //
     // tsslDepartName
     //
     this.tsslDepartName.Name = "tsslDepartName";
     this.tsslDepartName.Size = new System.Drawing.Size(0, 19);
     this.tsslDepartName.Tag = "toolStripStatusLabel3";
     //
     // lblDepartName
     //
     this.lblDepartName.Name = "lblDepartName";
     this.lblDepartName.Size = new System.Drawing.Size(23, 19);
     this.lblDepartName.Text = "   ";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(101, 19);
     this.toolStripStatusLabel4.Text = "        网络连接";
     //
     // toolNet
     //
     this.toolNet.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolNet.DropDownButtonWidth = 0;
     this.toolNet.Image = ((System.Drawing.Image)(resources.GetObject("toolNet.Image")));
     this.toolNet.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolNet.Name = "toolNet";
     this.toolNet.Size = new System.Drawing.Size(23, 22);
     this.toolNet.Text = "toolStripSplitButton1";
     //
     // menuMain
     //
     this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.memuSysSet,
     this.menuICCard,
     this.MenuBICCard,
     this.MenuMainExit});
     this.menuMain.Location = new System.Drawing.Point(0, 0);
     this.menuMain.Name = "menuMain";
     this.menuMain.Size = new System.Drawing.Size(647, 24);
     this.menuMain.TabIndex = 1;
     this.menuMain.Text = "menuStrip1";
     //
     // memuSysSet
     //
     this.memuSysSet.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.memuDataBase,
     this.memuReader,
     this.menuPassWord});
     this.memuSysSet.Name = "memuSysSet";
     this.memuSysSet.Size = new System.Drawing.Size(83, 20);
     this.memuSysSet.Tag = "s3001";
     this.memuSysSet.Text = "系统设置(&S)";
     //
     // memuDataBase
     //
     this.memuDataBase.Name = "memuDataBase";
     this.memuDataBase.ShowShortcutKeys = false;
     this.memuDataBase.Size = new System.Drawing.Size(125, 22);
     this.memuDataBase.Tag = "s3002";
     this.memuDataBase.Text = "数据库设置";
     this.memuDataBase.Click += new System.EventHandler(this.memuDataBase_Click);
     //
     // memuReader
     //
     this.memuReader.Name = "memuReader";
     this.memuReader.ShowShortcutKeys = false;
     this.memuReader.Size = new System.Drawing.Size(125, 22);
     this.memuReader.Tag = "s3003";
     this.memuReader.Text = "读卡器设置";
     this.memuReader.Click += new System.EventHandler(this.memuReader_Click);
     //
     // menuPassWord
     //
     this.menuPassWord.Image = ((System.Drawing.Image)(resources.GetObject("menuPassWord.Image")));
     this.menuPassWord.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.menuPassWord.Name = "menuPassWord";
     this.menuPassWord.ShortcutKeyDisplayString = "";
     this.menuPassWord.ShowShortcutKeys = false;
     this.menuPassWord.Size = new System.Drawing.Size(125, 22);
     this.menuPassWord.Tag = "s3004";
     this.menuPassWord.Text = "修改密码";
     this.menuPassWord.Click += new System.EventHandler(this.menuPassWord_Click);
     //
     // menuICCard
     //
     this.menuICCard.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuNavicert,
     this.menuAddMarkCard,
     this.menuActiveMarkCard,
     this.menuAddTempCard,
     this.标示卡发卡二次打印ToolStripMenuItem});
     this.menuICCard.Name = "menuICCard";
     this.menuICCard.Size = new System.Drawing.Size(83, 20);
     this.menuICCard.Tag = "s3100";
     this.menuICCard.Text = "发卡管理(&C)";
     //
     // menuNavicert
     //
     this.menuNavicert.Name = "menuNavicert";
     this.menuNavicert.ShowShortcutKeys = false;
     this.menuNavicert.Size = new System.Drawing.Size(178, 22);
     this.menuNavicert.Tag = "s3101";
     this.menuNavicert.Text = "准运卡办理";
     this.menuNavicert.Click += new System.EventHandler(this.menuNavicert_Click);
     //
     // menuAddMarkCard
     //
     this.menuAddMarkCard.Image = ((System.Drawing.Image)(resources.GetObject("menuAddMarkCard.Image")));
     this.menuAddMarkCard.Name = "menuAddMarkCard";
     this.menuAddMarkCard.ShowShortcutKeys = false;
     this.menuAddMarkCard.Size = new System.Drawing.Size(178, 22);
     this.menuAddMarkCard.Tag = "s3102";
     this.menuAddMarkCard.Text = "标识卡办理";
     this.menuAddMarkCard.Click += new System.EventHandler(this.menuAddMarkCard_Click);
     //
     // menuActiveMarkCard
     //
     this.menuActiveMarkCard.Name = "menuActiveMarkCard";
     this.menuActiveMarkCard.Size = new System.Drawing.Size(178, 22);
     this.menuActiveMarkCard.Tag = "s3014";
     this.menuActiveMarkCard.Text = "标识卡验证";
     this.menuActiveMarkCard.Click += new System.EventHandler(this.menuActiveMarkCard_Click);
     //
     // menuAddTempCard
     //
     this.menuAddTempCard.Name = "menuAddTempCard";
     this.menuAddTempCard.Size = new System.Drawing.Size(178, 22);
     this.menuAddTempCard.Tag = "s3103";
     this.menuAddTempCard.Text = "临时卡办理";
     this.menuAddTempCard.Click += new System.EventHandler(this.menuAddTempCard_Click);
     //
     // 标示卡发卡二次打印ToolStripMenuItem
     //
     this.标示卡发卡二次打印ToolStripMenuItem.Name = "标示卡发卡二次打印ToolStripMenuItem";
     this.标示卡发卡二次打印ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.标示卡发卡二次打印ToolStripMenuItem.Tag = "s3102";
     this.标示卡发卡二次打印ToolStripMenuItem.Text = "标识卡发卡二次打印";
     this.标示卡发卡二次打印ToolStripMenuItem.Click += new System.EventHandler(this.标示卡发卡二次打印ToolStripMenuItem_Click);
     //
     // MenuBICCard
     //
     this.MenuBICCard.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuBNavicert,
     this.电子标签补办ToolStripMenuItem});
     this.MenuBICCard.Name = "MenuBICCard";
     this.MenuBICCard.Size = new System.Drawing.Size(65, 20);
     this.MenuBICCard.Tag = "s3200";
     this.MenuBICCard.Text = "补办管理";
     //
     // MenuBNavicert
     //
     this.MenuBNavicert.Name = "MenuBNavicert";
     this.MenuBNavicert.Size = new System.Drawing.Size(142, 22);
     this.MenuBNavicert.Tag = "s3201";
     this.MenuBNavicert.Text = "准运卡补办";
     this.MenuBNavicert.Click += new System.EventHandler(this.MenuBNavicert_Click);
     //
     // 电子标签补办ToolStripMenuItem
     //
     this.电子标签补办ToolStripMenuItem.Name = "电子标签补办ToolStripMenuItem";
     this.电子标签补办ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.电子标签补办ToolStripMenuItem.Tag = "s3202";
     this.电子标签补办ToolStripMenuItem.Text = "电子标签补办";
     this.电子标签补办ToolStripMenuItem.Click += new System.EventHandler(this.电子标签补办ToolStripMenuItem_Click);
     //
     // MenuMainExit
     //
     this.MenuMainExit.Name = "MenuMainExit";
     this.MenuMainExit.Size = new System.Drawing.Size(41, 20);
     this.MenuMainExit.Tag = "-1";
     this.MenuMainExit.Text = "退出";
     this.MenuMainExit.Click += new System.EventHandler(this.MenuMainExit_Click);
     //
     // toolMain
     //
     this.toolMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(208)))), ((int)(((byte)(248)))));
     this.toolMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolMain.ImageScalingSize = new System.Drawing.Size(23, 20);
     this.toolMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolDataBase,
     this.toolReader,
     this.toolChangePsw,
     this.toolAddNavicert,
     this.toolAddMarkCard,
     this.toolActiveMarkedCard,
     this.toolAddTempCard,
     this.toolExit});
     this.toolMain.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.toolMain.Location = new System.Drawing.Point(0, 24);
     this.toolMain.Name = "toolMain";
     this.toolMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolMain.Size = new System.Drawing.Size(647, 27);
     this.toolMain.TabIndex = 2;
     this.toolMain.Text = "toolStrip1";
     //
     // toolDataBase
     //
     this.toolDataBase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolDataBase.Image = ((System.Drawing.Image)(resources.GetObject("toolDataBase.Image")));
     this.toolDataBase.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolDataBase.Name = "toolDataBase";
     this.toolDataBase.Size = new System.Drawing.Size(27, 24);
     this.toolDataBase.Tag = "s3002";
     this.toolDataBase.Text = "数据库设置";
     this.toolDataBase.Click += new System.EventHandler(this.memuDataBase_Click);
     //
     // toolReader
     //
     this.toolReader.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolReader.Image = ((System.Drawing.Image)(resources.GetObject("toolReader.Image")));
     this.toolReader.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolReader.Name = "toolReader";
     this.toolReader.Size = new System.Drawing.Size(27, 24);
     this.toolReader.Tag = "s3003";
     this.toolReader.Text = "读卡器设置";
     this.toolReader.Click += new System.EventHandler(this.memuReader_Click);
     //
     // toolChangePsw
     //
     this.toolChangePsw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolChangePsw.Image = ((System.Drawing.Image)(resources.GetObject("toolChangePsw.Image")));
     this.toolChangePsw.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolChangePsw.Name = "toolChangePsw";
     this.toolChangePsw.Size = new System.Drawing.Size(27, 24);
     this.toolChangePsw.Tag = "s3004";
     this.toolChangePsw.Text = "修改自己的用户密码";
     this.toolChangePsw.Click += new System.EventHandler(this.menuPassWord_Click);
     //
     // toolAddNavicert
     //
     this.toolAddNavicert.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolAddNavicert.Image = ((System.Drawing.Image)(resources.GetObject("toolAddNavicert.Image")));
     this.toolAddNavicert.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolAddNavicert.Name = "toolAddNavicert";
     this.toolAddNavicert.Size = new System.Drawing.Size(27, 24);
     this.toolAddNavicert.Tag = "s3101";
     this.toolAddNavicert.Text = "准运卡办理";
     this.toolAddNavicert.Click += new System.EventHandler(this.menuNavicert_Click);
     //
     // toolAddMarkCard
     //
     this.toolAddMarkCard.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolAddMarkCard.Image = ((System.Drawing.Image)(resources.GetObject("toolAddMarkCard.Image")));
     this.toolAddMarkCard.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolAddMarkCard.Name = "toolAddMarkCard";
     this.toolAddMarkCard.Size = new System.Drawing.Size(27, 24);
     this.toolAddMarkCard.Tag = "s3102";
     this.toolAddMarkCard.Text = "标识卡办理";
     this.toolAddMarkCard.Click += new System.EventHandler(this.menuAddMarkCard_Click);
     //
     // toolActiveMarkedCard
     //
     this.toolActiveMarkedCard.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolActiveMarkedCard.Image = ((System.Drawing.Image)(resources.GetObject("toolActiveMarkedCard.Image")));
     this.toolActiveMarkedCard.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolActiveMarkedCard.Name = "toolActiveMarkedCard";
     this.toolActiveMarkedCard.Size = new System.Drawing.Size(27, 24);
     this.toolActiveMarkedCard.Tag = "s3104";
     this.toolActiveMarkedCard.Text = "标识卡激活";
     this.toolActiveMarkedCard.Visible = false;
     this.toolActiveMarkedCard.Click += new System.EventHandler(this.menuActiveMarkCard_Click);
     //
     // toolAddTempCard
     //
     this.toolAddTempCard.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolAddTempCard.Image = ((System.Drawing.Image)(resources.GetObject("toolAddTempCard.Image")));
     this.toolAddTempCard.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolAddTempCard.Name = "toolAddTempCard";
     this.toolAddTempCard.Size = new System.Drawing.Size(27, 24);
     this.toolAddTempCard.Tag = "s3103";
     this.toolAddTempCard.Text = "临时卡办理";
     this.toolAddTempCard.Click += new System.EventHandler(this.menuAddTempCard_Click);
     //
     // toolExit
     //
     this.toolExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolExit.Image = ((System.Drawing.Image)(resources.GetObject("toolExit.Image")));
     this.toolExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolExit.Name = "toolExit";
     this.toolExit.Size = new System.Drawing.Size(27, 24);
     this.toolExit.Tag = "-1";
     this.toolExit.Text = "退出";
     this.toolExit.Click += new System.EventHandler(this.menuExit_Click);
     //
     // panel1
     //
     this.panel1.BackgroundImage = global::SendCard.Properties.Resources.Main;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 24);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(647, 406);
     this.panel1.TabIndex = 3;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(647, 430);
     this.Controls.Add(this.toolMain);
     this.Controls.Add(this.statusMainForm);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuMain);
     this.Font = new System.Drawing.Font("新宋体", 9.5F);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuMain;
     this.Name = "MainForm";
     this.Text = "子长煤炭调运发卡系统V2.07";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.statusMainForm.ResumeLayout(false);
     this.statusMainForm.PerformLayout();
     this.menuMain.ResumeLayout(false);
     this.menuMain.PerformLayout();
     this.toolMain.ResumeLayout(false);
     this.toolMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripSplitButton      GitTraySettingsSplitBtn;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GitTrayUI));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.GitStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.GitTrayMenuStrip                   = new System.Windows.Forms.ToolStrip();
     this.GitTrayRepositoryBtn               = new System.Windows.Forms.ToolStripButton();
     this.MenuSeparator1                     = new System.Windows.Forms.ToolStripSeparator();
     this.MenuSeparator2                     = new System.Windows.Forms.ToolStripSeparator();
     this.GitTrayAboutBtn                    = new System.Windows.Forms.ToolStripButton();
     this.viewPanel                          = new System.Windows.Forms.Panel();
     this.mainGridView                       = new MetroFramework.Controls.MetroGrid();
     this.pathDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.activityDataGridViewTextBoxColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gitStatusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gitTrayTableBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.gitTrayDataSet                     = new GitTray.GitTrayDataSet();
     this.StartStopButton                    = new MetroFramework.Controls.MetroButton();
     this.GitTray                        = new System.Windows.Forms.NotifyIcon(this.components);
     this.GitTrayNotifierMenu            = new MetroFramework.Controls.MetroContextMenu(this.components);
     this.showGitTrayToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.dataGridViewTextBoxColumn1     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gitTrayGitSettingsDataSet      = new GitTray.GitTrayGitSettingsDataSet();
     this.gitTrayGitSettingsTableAdapter = new GitTray.GitTrayGitSettingsDataSetTableAdapters.GitSettingsTableAdapter();
     this.gitTraySettingsBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.pathDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gitTrayTableAdapter            = new GitTray.GitTrayDataSetTableAdapters.GitTrayTableTableAdapter();
     GitTraySettingsSplitBtn             = new System.Windows.Forms.ToolStripSplitButton();
     this.GitTrayMenuStrip.SuspendLayout();
     this.viewPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gitTrayTableBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gitTrayDataSet)).BeginInit();
     this.GitTrayNotifierMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gitTrayGitSettingsDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gitTraySettingsBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // GitTraySettingsSplitBtn
     //
     GitTraySettingsSplitBtn.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.GitStripMenuItem
     });
     GitTraySettingsSplitBtn.Image                 = global::GitTray.Properties.Resources.Settings;
     GitTraySettingsSplitBtn.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     GitTraySettingsSplitBtn.ImageTransparentColor = System.Drawing.Color.Transparent;
     GitTraySettingsSplitBtn.Name         = "GitTraySettingsSplitBtn";
     GitTraySettingsSplitBtn.Size         = new System.Drawing.Size(95, 34);
     GitTraySettingsSplitBtn.Text         = "Settings";
     GitTraySettingsSplitBtn.ToolTipText  = "Settings";
     GitTraySettingsSplitBtn.ButtonClick += new System.EventHandler(this.SettingsSplitButton_ButtonClick);
     //
     // GitStripMenuItem
     //
     this.GitStripMenuItem.Image  = global::GitTray.Properties.Resources.Git;
     this.GitStripMenuItem.Name   = "GitStripMenuItem";
     this.GitStripMenuItem.Size   = new System.Drawing.Size(103, 36);
     this.GitStripMenuItem.Text   = "Git";
     this.GitStripMenuItem.Click += new System.EventHandler(this.GitStripMenuItem_Click);
     //
     // GitTrayMenuStrip
     //
     this.GitTrayMenuStrip.BackColor        = System.Drawing.Color.Gainsboro;
     this.GitTrayMenuStrip.Font             = new System.Drawing.Font("Nirmala UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GitTrayMenuStrip.ImageScalingSize = new System.Drawing.Size(30, 30);
     this.GitTrayMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.GitTrayRepositoryBtn,
         this.MenuSeparator1,
         GitTraySettingsSplitBtn,
         this.MenuSeparator2,
         this.GitTrayAboutBtn
     });
     this.GitTrayMenuStrip.LayoutStyle      = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.GitTrayMenuStrip.Location         = new System.Drawing.Point(15, 49);
     this.GitTrayMenuStrip.Name             = "GitTrayMenuStrip";
     this.GitTrayMenuStrip.ShowItemToolTips = false;
     this.GitTrayMenuStrip.Size             = new System.Drawing.Size(810, 37);
     this.GitTrayMenuStrip.TabIndex         = 0;
     this.GitTrayMenuStrip.TabStop          = true;
     //
     // GitTrayRepositoryBtn
     //
     this.GitTrayRepositoryBtn.Image = ((System.Drawing.Image)(resources.GetObject("GitTrayRepositoryBtn.Image")));
     this.GitTrayRepositoryBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.GitTrayRepositoryBtn.Name   = "GitTrayRepositoryBtn";
     this.GitTrayRepositoryBtn.Size   = new System.Drawing.Size(105, 34);
     this.GitTrayRepositoryBtn.Text   = "Repositories";
     this.GitTrayRepositoryBtn.Click += new System.EventHandler(this.ReposButton_Click);
     //
     // MenuSeparator1
     //
     this.MenuSeparator1.AutoSize = false;
     this.MenuSeparator1.Name     = "MenuSeparator1";
     this.MenuSeparator1.Size     = new System.Drawing.Size(6, 34);
     //
     // MenuSeparator2
     //
     this.MenuSeparator2.AutoSize = false;
     this.MenuSeparator2.Name     = "MenuSeparator2";
     this.MenuSeparator2.Size     = new System.Drawing.Size(6, 34);
     //
     // GitTrayAboutBtn
     //
     this.GitTrayAboutBtn.Image = ((System.Drawing.Image)(resources.GetObject("GitTrayAboutBtn.Image")));
     this.GitTrayAboutBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.GitTrayAboutBtn.Name   = "GitTrayAboutBtn";
     this.GitTrayAboutBtn.Size   = new System.Drawing.Size(74, 34);
     this.GitTrayAboutBtn.Text   = "About";
     this.GitTrayAboutBtn.Click += new System.EventHandler(this.AboutButton_Click);
     //
     // viewPanel
     //
     this.viewPanel.BackColor   = System.Drawing.Color.White;
     this.viewPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.viewPanel.Controls.Add(this.mainGridView);
     this.viewPanel.Controls.Add(this.StartStopButton);
     this.viewPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.viewPanel.Location = new System.Drawing.Point(15, 86);
     this.viewPanel.Name     = "viewPanel";
     this.viewPanel.Size     = new System.Drawing.Size(810, 137);
     this.viewPanel.TabIndex = 4;
     //
     // mainGridView
     //
     this.mainGridView.AllowUserToAddRows       = false;
     this.mainGridView.AllowUserToDeleteRows    = false;
     this.mainGridView.AllowUserToResizeRows    = false;
     this.mainGridView.AutoGenerateColumns      = false;
     this.mainGridView.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.mainGridView.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.mainGridView.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.mainGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle1.Font                     = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle1.SelectionBackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle1.SelectionForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle1.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
     this.mainGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.mainGridView.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.mainGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.pathDataGridViewTextBoxColumn,
         this.activityDataGridViewTextBoxColumn,
         this.gitStatusDataGridViewTextBoxColumn
     });
     this.mainGridView.DataSource                = this.gitTrayTableBindingSource;
     dataGridViewCellStyle2.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle2.Font                 = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
     dataGridViewCellStyle2.SelectionBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle2.SelectionForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle2.WrapMode             = System.Windows.Forms.DataGridViewTriState.False;
     this.mainGridView.DefaultCellStyle          = dataGridViewCellStyle2;
     this.mainGridView.EnableHeadersVisualStyles = false;
     this.mainGridView.Font                       = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.mainGridView.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.mainGridView.Location                   = new System.Drawing.Point(5, 2);
     this.mainGridView.Margin                     = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.mainGridView.Name                       = "mainGridView";
     this.mainGridView.ReadOnly                   = true;
     this.mainGridView.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle3.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle3.Font                  = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle3.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionBackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle3.SelectionForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle3.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
     this.mainGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.mainGridView.RowHeadersWidth            = 51;
     this.mainGridView.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.mainGridView.RowTemplate.Height         = 24;
     this.mainGridView.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.mainGridView.Size                       = new System.Drawing.Size(800, 105);
     this.mainGridView.TabIndex                   = 3;
     //
     // pathDataGridViewTextBoxColumn
     //
     this.pathDataGridViewTextBoxColumn.DataPropertyName = "Path";
     this.pathDataGridViewTextBoxColumn.HeaderText       = "Path";
     this.pathDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.pathDataGridViewTextBoxColumn.Name             = "pathDataGridViewTextBoxColumn";
     this.pathDataGridViewTextBoxColumn.ReadOnly         = true;
     this.pathDataGridViewTextBoxColumn.Width            = 695;
     //
     // activityDataGridViewTextBoxColumn
     //
     this.activityDataGridViewTextBoxColumn.DataPropertyName = "Activity";
     this.activityDataGridViewTextBoxColumn.HeaderText       = "Activity";
     this.activityDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.activityDataGridViewTextBoxColumn.Name             = "activityDataGridViewTextBoxColumn";
     this.activityDataGridViewTextBoxColumn.ReadOnly         = true;
     this.activityDataGridViewTextBoxColumn.Width            = 125;
     //
     // gitStatusDataGridViewTextBoxColumn
     //
     this.gitStatusDataGridViewTextBoxColumn.DataPropertyName = "Git Status";
     this.gitStatusDataGridViewTextBoxColumn.HeaderText       = "Git Status";
     this.gitStatusDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.gitStatusDataGridViewTextBoxColumn.Name             = "gitStatusDataGridViewTextBoxColumn";
     this.gitStatusDataGridViewTextBoxColumn.ReadOnly         = true;
     this.gitStatusDataGridViewTextBoxColumn.Width            = 125;
     //
     // gitTrayTableBindingSource
     //
     this.gitTrayTableBindingSource.DataMember = "GitTrayTable";
     this.gitTrayTableBindingSource.DataSource = this.gitTrayDataSet;
     //
     // gitTrayDataSet
     //
     this.gitTrayDataSet.DataSetName             = "GitTrayDataSet";
     this.gitTrayDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // StartStopButton
     //
     this.StartStopButton.BackColor             = System.Drawing.Color.LightGray;
     this.StartStopButton.BackgroundImage       = global::GitTray.Properties.Resources.power;
     this.StartStopButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.StartStopButton.Location      = new System.Drawing.Point(720, 110);
     this.StartStopButton.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.StartStopButton.Name          = "StartStopButton";
     this.StartStopButton.Size          = new System.Drawing.Size(85, 28);
     this.StartStopButton.TabIndex      = 1;
     this.StartStopButton.UseSelectable = true;
     this.StartStopButton.Click        += new System.EventHandler(this.StartStopButton_Click);
     //
     // GitTray
     //
     this.GitTray.BalloonTipIcon     = System.Windows.Forms.ToolTipIcon.Info;
     this.GitTray.ContextMenuStrip   = this.GitTrayNotifierMenu;
     this.GitTray.Icon               = ((System.Drawing.Icon)(resources.GetObject("GitTray.Icon")));
     this.GitTray.Text               = "GitTray";
     this.GitTray.Visible            = true;
     this.GitTray.BalloonTipClicked += new System.EventHandler(this.GitTrayNewUI_Load);
     this.GitTray.MouseDoubleClick  += new System.Windows.Forms.MouseEventHandler(this.GitTray_MouseDoubleClick);
     //
     // GitTrayNotifierMenu
     //
     this.GitTrayNotifierMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.GitTrayNotifierMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showGitTrayToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.GitTrayNotifierMenu.Name = "GitTrayNotifierMenu";
     this.GitTrayNotifierMenu.Size = new System.Drawing.Size(104, 48);
     //
     // showGitTrayToolStripMenuItem
     //
     this.showGitTrayToolStripMenuItem.Name   = "showGitTrayToolStripMenuItem";
     this.showGitTrayToolStripMenuItem.Size   = new System.Drawing.Size(103, 22);
     this.showGitTrayToolStripMenuItem.Text   = "Show";
     this.showGitTrayToolStripMenuItem.Click += new System.EventHandler(this.ShowGitTrayToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(103, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Status";
     this.dataGridViewTextBoxColumn1.FillWeight       = 14.45643F;
     this.dataGridViewTextBoxColumn1.HeaderText       = "Status";
     this.dataGridViewTextBoxColumn1.MinimumWidth     = 6;
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.Width            = 200;
     //
     // gitTrayGitSettingsDataSet
     //
     this.gitTrayGitSettingsDataSet.DataSetName             = "GitTrayGitSettingsDataSet";
     this.gitTrayGitSettingsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gitTrayGitSettingsTableAdapter
     //
     this.gitTrayGitSettingsTableAdapter.ClearBeforeFill = true;
     //
     // pathDataGridViewTextBoxColumn1
     //
     this.pathDataGridViewTextBoxColumn1.DataPropertyName = "Path";
     this.pathDataGridViewTextBoxColumn1.HeaderText       = "Path";
     this.pathDataGridViewTextBoxColumn1.MinimumWidth     = 6;
     this.pathDataGridViewTextBoxColumn1.Name             = "pathDataGridViewTextBoxColumn1";
     this.pathDataGridViewTextBoxColumn1.Width            = 525;
     //
     // gitTrayTableAdapter
     //
     this.gitTrayTableAdapter.ClearBeforeFill = true;
     //
     // GitTrayUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(840, 239);
     this.Controls.Add(this.viewPanel);
     this.Controls.Add(this.GitTrayMenuStrip);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin       = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.MaximizeBox  = false;
     this.Name         = "GitTrayUI";
     this.Padding      = new System.Windows.Forms.Padding(15, 49, 15, 16);
     this.Resizable    = false;
     this.Text         = "GitTray Main Window";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GitTrayNewUI_FormClosing);
     this.Load        += new System.EventHandler(this.GitTrayNewUI_Load);
     this.Resize      += new System.EventHandler(this.GitTrayNewUI_Resize);
     this.GitTrayMenuStrip.ResumeLayout(false);
     this.GitTrayMenuStrip.PerformLayout();
     this.viewPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mainGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gitTrayTableBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gitTrayDataSet)).EndInit();
     this.GitTrayNotifierMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gitTrayGitSettingsDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gitTraySettingsBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #20
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this.splitContainer2       = new System.Windows.Forms.SplitContainer();
     this.splitContainer3       = new System.Windows.Forms.SplitContainer();
     this.treeView1             = new System.Windows.Forms.TreeView();
     this.propertyGrid1         = new System.Windows.Forms.PropertyGrid();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.vertexPointOverlayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wireframeOverlayToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.backfaceCullingToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.tbtn3DView                 = new System.Windows.Forms.ToolStripButton();
     this.tbtnUVView                 = new System.Windows.Forms.ToolStripButton();
     this.menuStrip1                 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.loadToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.logWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.richTextBox1               = new System.Windows.Forms.RichTextBox();
     this.CaffFileContextMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.unloadToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.vertexBatchContextStrip    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.setDefaultTexCoordScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.textureContextStrip        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.recropToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.dumpToXprToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.CaffFileContextMenu.SuspendLayout();
     this.vertexBatchContextStrip.SuspendLayout();
     this.textureContextStrip.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     this.splitContainer1.Panel1.Controls.Add(this.menuStrip1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
     this.splitContainer1.Panel2Collapsed  = true;
     this.splitContainer1.Size             = new System.Drawing.Size(883, 511);
     this.splitContainer1.SplitterDistance = 388;
     this.splitContainer1.TabIndex         = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 24);
     this.splitContainer2.Name     = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer2.Size             = new System.Drawing.Size(883, 487);
     this.splitContainer2.SplitterDistance = 294;
     this.splitContainer2.TabIndex         = 2;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name        = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.treeView1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.propertyGrid1);
     this.splitContainer3.Size             = new System.Drawing.Size(294, 487);
     this.splitContainer3.SplitterDistance = 223;
     this.splitContainer3.TabIndex         = 0;
     //
     // treeView1
     //
     this.treeView1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location        = new System.Drawing.Point(0, 0);
     this.treeView1.Name            = "treeView1";
     this.treeView1.Size            = new System.Drawing.Size(294, 223);
     this.treeView1.TabIndex        = 0;
     this.treeView1.AfterSelect    += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView1NodeMouseClick);
     //
     // propertyGrid1
     //
     this.propertyGrid1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.ControlDark;
     this.propertyGrid1.Location  = new System.Drawing.Point(0, 0);
     this.propertyGrid1.Name      = "propertyGrid1";
     this.propertyGrid1.Size      = new System.Drawing.Size(294, 260);
     this.propertyGrid1.TabIndex  = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButton1,
         this.tbtn3DView,
         this.tbtnUVView
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(585, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.vertexPointOverlayToolStripMenuItem,
         this.wireframeOverlayToolStripMenuItem,
         this.backfaceCullingToolStripMenuItem
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(65, 22);
     this.toolStripSplitButton1.Text = "Options";
     //
     // vertexPointOverlayToolStripMenuItem
     //
     this.vertexPointOverlayToolStripMenuItem.CheckOnClick    = true;
     this.vertexPointOverlayToolStripMenuItem.Name            = "vertexPointOverlayToolStripMenuItem";
     this.vertexPointOverlayToolStripMenuItem.Size            = new System.Drawing.Size(179, 22);
     this.vertexPointOverlayToolStripMenuItem.Text            = "Vertex Point Overlay";
     this.vertexPointOverlayToolStripMenuItem.CheckedChanged += new System.EventHandler(this.VertexPointOverlayToolStripMenuItemCheckedChanged);
     //
     // wireframeOverlayToolStripMenuItem
     //
     this.wireframeOverlayToolStripMenuItem.CheckOnClick    = true;
     this.wireframeOverlayToolStripMenuItem.Name            = "wireframeOverlayToolStripMenuItem";
     this.wireframeOverlayToolStripMenuItem.Size            = new System.Drawing.Size(179, 22);
     this.wireframeOverlayToolStripMenuItem.Text            = "Wireframe Overlay";
     this.wireframeOverlayToolStripMenuItem.CheckedChanged += new System.EventHandler(this.WireframeOverlayToolStripMenuItemCheckedChanged);
     //
     // backfaceCullingToolStripMenuItem
     //
     this.backfaceCullingToolStripMenuItem.CheckOnClick    = true;
     this.backfaceCullingToolStripMenuItem.Name            = "backfaceCullingToolStripMenuItem";
     this.backfaceCullingToolStripMenuItem.Size            = new System.Drawing.Size(179, 22);
     this.backfaceCullingToolStripMenuItem.Text            = "Backface Culling";
     this.backfaceCullingToolStripMenuItem.CheckedChanged += new System.EventHandler(this.BackfaceCullingToolStripMenuItemCheckedChanged);
     //
     // tbtn3DView
     //
     this.tbtn3DView.Checked               = true;
     this.tbtn3DView.CheckOnClick          = true;
     this.tbtn3DView.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.tbtn3DView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbtn3DView.Image                 = ((System.Drawing.Image)(resources.GetObject("tbtn3DView.Image")));
     this.tbtn3DView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtn3DView.Name            = "tbtn3DView";
     this.tbtn3DView.Size            = new System.Drawing.Size(25, 22);
     this.tbtn3DView.Text            = "3D";
     this.tbtn3DView.CheckedChanged += new System.EventHandler(this.Tbtn3DViewCheckedChanged);
     //
     // tbtnUVView
     //
     this.tbtnUVView.CheckOnClick          = true;
     this.tbtnUVView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbtnUVView.Image                 = ((System.Drawing.Image)(resources.GetObject("tbtnUVView.Image")));
     this.tbtnUVView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtnUVView.Name            = "tbtnUVView";
     this.tbtnUVView.Size            = new System.Drawing.Size(26, 22);
     this.tbtnUVView.Text            = "UV";
     this.tbtnUVView.CheckedChanged += new System.EventHandler(this.TbtnUVViewCheckedChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.optionsToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(883, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // loadToolStripMenuItem
     //
     this.loadToolStripMenuItem.Name   = "loadToolStripMenuItem";
     this.loadToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.loadToolStripMenuItem.Text   = "Load";
     this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.logWindowToolStripMenuItem
     });
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.optionsToolStripMenuItem.Text = "Options";
     //
     // logWindowToolStripMenuItem
     //
     this.logWindowToolStripMenuItem.CheckOnClick    = true;
     this.logWindowToolStripMenuItem.Name            = "logWindowToolStripMenuItem";
     this.logWindowToolStripMenuItem.Size            = new System.Drawing.Size(141, 22);
     this.logWindowToolStripMenuItem.Text            = "Log Window";
     this.logWindowToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LogWindowToolStripMenuItemCheckedChanged);
     //
     // richTextBox1
     //
     this.richTextBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Location = new System.Drawing.Point(0, 0);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(150, 46);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text     = "";
     //
     // CaffFileContextMenu
     //
     this.CaffFileContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.unloadToolStripMenuItem,
         this.exportToolStripMenuItem
     });
     this.CaffFileContextMenu.Name = "CaffFileContextMenu";
     this.CaffFileContextMenu.Size = new System.Drawing.Size(113, 48);
     //
     // unloadToolStripMenuItem
     //
     this.unloadToolStripMenuItem.Name   = "unloadToolStripMenuItem";
     this.unloadToolStripMenuItem.Size   = new System.Drawing.Size(112, 22);
     this.unloadToolStripMenuItem.Text   = "Unload";
     this.unloadToolStripMenuItem.Click += new System.EventHandler(this.UnloadToolStripMenuItemClick);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name   = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size   = new System.Drawing.Size(112, 22);
     this.exportToolStripMenuItem.Text   = "Export";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.ExportToolStripMenuItemClick);
     //
     // vertexBatchContextStrip
     //
     this.vertexBatchContextStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.setDefaultTexCoordScaleToolStripMenuItem
     });
     this.vertexBatchContextStrip.Name = "contextMenuStrip1";
     this.vertexBatchContextStrip.Size = new System.Drawing.Size(215, 26);
     //
     // setDefaultTexCoordScaleToolStripMenuItem
     //
     this.setDefaultTexCoordScaleToolStripMenuItem.Name   = "setDefaultTexCoordScaleToolStripMenuItem";
     this.setDefaultTexCoordScaleToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.setDefaultTexCoordScaleToolStripMenuItem.Text   = "Set Default TexCoord Scale";
     this.setDefaultTexCoordScaleToolStripMenuItem.Click += new System.EventHandler(this.SetDefaultTexCoordScaleToolStripMenuItemClick);
     //
     // textureContextStrip
     //
     this.textureContextStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.recropToolStripMenuItem,
         this.dumpToXprToolStripMenuItem
     });
     this.textureContextStrip.Name = "textureContextStrip";
     this.textureContextStrip.Size = new System.Drawing.Size(139, 48);
     //
     // recropToolStripMenuItem
     //
     this.recropToolStripMenuItem.Name   = "recropToolStripMenuItem";
     this.recropToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.recropToolStripMenuItem.Text   = "Recrop";
     this.recropToolStripMenuItem.Click += new System.EventHandler(this.RecropToolStripMenuItemClick);
     //
     // dumpToXprToolStripMenuItem
     //
     this.dumpToXprToolStripMenuItem.Name   = "dumpToXprToolStripMenuItem";
     this.dumpToXprToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.dumpToXprToolStripMenuItem.Text   = "DumpToXpr";
     this.dumpToXprToolStripMenuItem.Click += new System.EventHandler(this.DumpToXprToolStripMenuItemClick);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel2,
         this.toolStripStatusLabel1,
         this.toolStripProgressBar1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 511);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(883, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name     = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripStatusLabel1.Size     = new System.Drawing.Size(0, 17);
     this.toolStripStatusLabel1.Visible  = false;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripProgressBar1.Name      = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size      = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Style     = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.toolStripProgressBar1.Visible   = false;
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name   = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size   = new System.Drawing.Size(868, 17);
     this.toolStripStatusLabel2.Spring = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(883, 533);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Name         = "MainForm";
     this.Text         = "RareView";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.CaffFileContextMenu.ResumeLayout(false);
     this.vertexBatchContextStrip.ResumeLayout(false);
     this.textureContextStrip.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #21
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Browser));
     this.browseSplitter = new System.Windows.Forms.SplitContainer();
     this.folderView = new FileBrowser.BrowserTreeView();
     this.viewSplitContainer = new System.Windows.Forms.SplitContainer();
     this.fileView = new FileBrowser.BrowserListView();
     this.browseToolStrip = new System.Windows.Forms.ToolStripContainer();
     this.navigationBar = new System.Windows.Forms.ToolStrip();
     this.navBackButton = new System.Windows.Forms.ToolStripSplitButton();
     this.navForwardButton = new System.Windows.Forms.ToolStripSplitButton();
     this.navUpButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.navFoldersButton = new System.Windows.Forms.ToolStripButton();
     this.navAddressLabel = new System.Windows.Forms.ToolStripLabel();
     this.navAddressBox = new FileBrowser.BrowserComboBox();
     this.browseSplitter.Panel1.SuspendLayout();
     this.browseSplitter.Panel2.SuspendLayout();
     this.browseSplitter.SuspendLayout();
     this.viewSplitContainer.Panel2.SuspendLayout();
     this.viewSplitContainer.SuspendLayout();
     this.browseToolStrip.ContentPanel.SuspendLayout();
     this.browseToolStrip.TopToolStripPanel.SuspendLayout();
     this.browseToolStrip.SuspendLayout();
     this.navigationBar.SuspendLayout();
     this.SuspendLayout();
     //
     // browseSplitter
     //
     this.browseSplitter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.browseSplitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.browseSplitter.Location = new System.Drawing.Point(0, 0);
     this.browseSplitter.Name = "browseSplitter";
     //
     // browseSplitter.Panel1
     //
     this.browseSplitter.Panel1.Controls.Add(this.folderView);
     //
     // browseSplitter.Panel2
     //
     this.browseSplitter.Panel2.Controls.Add(this.viewSplitContainer);
     this.browseSplitter.Size = new System.Drawing.Size(536, 408);
     this.browseSplitter.SplitterDistance = 162;
     this.browseSplitter.SplitterWidth = 3;
     this.browseSplitter.TabIndex = 0;
     this.browseSplitter.MouseDown += new System.Windows.Forms.MouseEventHandler(this.splitter_MouseDown);
     this.browseSplitter.MouseMove += new System.Windows.Forms.MouseEventHandler(this.splitter_MouseMove);
     this.browseSplitter.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitter_MouseUp);
     //
     // folderView
     //
     this.folderView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.folderView.HideSelection = false;
     this.folderView.HotTracking = true;
     this.folderView.Location = new System.Drawing.Point(0, 0);
     this.folderView.Name = "folderView";
     this.folderView.ShowLines = false;
     this.folderView.ShowRootLines = false;
     this.folderView.Size = new System.Drawing.Size(162, 408);
     this.folderView.TabIndex = 0;
     //
     // viewSplitContainer
     //
     this.viewSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.viewSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.viewSplitContainer.IsSplitterFixed = true;
     this.viewSplitContainer.Location = new System.Drawing.Point(0, 0);
     this.viewSplitContainer.Name = "viewSplitContainer";
     this.viewSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // viewSplitContainer.Panel1
     //
     this.viewSplitContainer.Panel1.BackColor = System.Drawing.Color.White;
     this.viewSplitContainer.Panel1Collapsed = true;
     this.viewSplitContainer.Panel1MinSize = 0;
     //
     // viewSplitContainer.Panel2
     //
     this.viewSplitContainer.Panel2.Controls.Add(this.fileView);
     this.viewSplitContainer.Panel2MinSize = 0;
     this.viewSplitContainer.Size = new System.Drawing.Size(371, 408);
     this.viewSplitContainer.SplitterDistance = 300;
     this.viewSplitContainer.TabIndex = 1;
     this.viewSplitContainer.Resize += new System.EventHandler(this.viewSplitContainer_Resize);
     //
     // fileView
     //
     this.fileView.Alignment = System.Windows.Forms.ListViewAlignment.Left;
     this.fileView.AllowColumnReorder = true;
     this.fileView.ColumnHeaderContextMenu = null;
     this.fileView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fileView.HideSelection = false;
     this.fileView.Location = new System.Drawing.Point(0, 0);
     this.fileView.Name = "fileView";
     this.fileView.OwnerDraw = true;
     this.fileView.Size = new System.Drawing.Size(371, 408);
     this.fileView.SuspendHeaderContextMenu = false;
     this.fileView.TabIndex = 0;
     this.fileView.UseCompatibleStateImageBehavior = false;
     this.fileView.View = System.Windows.Forms.View.List;
     //
     // browseToolStrip
     //
     //
     // browseToolStrip.ContentPanel
     //
     this.browseToolStrip.ContentPanel.Controls.Add(this.browseSplitter);
     this.browseToolStrip.ContentPanel.Size = new System.Drawing.Size(536, 408);
     this.browseToolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
     this.browseToolStrip.LeftToolStripPanelVisible = false;
     this.browseToolStrip.Location = new System.Drawing.Point(0, 0);
     this.browseToolStrip.Name = "browseToolStrip";
     this.browseToolStrip.RightToolStripPanelVisible = false;
     this.browseToolStrip.Size = new System.Drawing.Size(536, 439);
     this.browseToolStrip.TabIndex = 1;
     this.browseToolStrip.Text = "browseToolStrip";
     //
     // browseToolStrip.TopToolStripPanel
     //
     this.browseToolStrip.TopToolStripPanel.Controls.Add(this.navigationBar);
     //
     // navigationBar
     //
     this.navigationBar.CanOverflow = false;
     this.navigationBar.Dock = System.Windows.Forms.DockStyle.None;
     this.navigationBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.navigationBar.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.navigationBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navBackButton,
     this.navForwardButton,
     this.navUpButton,
     this.toolStripSeparator1,
     this.navFoldersButton,
     this.navAddressLabel,
     this.navAddressBox});
     this.navigationBar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.navigationBar.Location = new System.Drawing.Point(0, 0);
     this.navigationBar.Name = "navigationBar";
     this.navigationBar.Size = new System.Drawing.Size(536, 31);
     this.navigationBar.Stretch = true;
     this.navigationBar.TabIndex = 0;
     this.navigationBar.Resize += new System.EventHandler(this.navigationBar_Resize);
     //
     // navBackButton
     //
     this.navBackButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.navBackButton.Enabled = false;
     this.navBackButton.Image =ScreenGrab6.HelperLib.Properties.Resources.BrowserBack;
     this.navBackButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navBackButton.Name = "navBackButton";
     this.navBackButton.Size = new System.Drawing.Size(40, 28);
     this.navBackButton.Text = "Back";
     this.navBackButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navBackButton.ButtonClick += new System.EventHandler(this.navBackForwardButton_ButtonClick);
     this.navBackButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.navBackForwardButton_DropDownItemClicked);
     //
     // navForwardButton
     //
     this.navForwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.navForwardButton.Enabled = false;
     this.navForwardButton.Image = global::ScreenGrab6.HelperLib.Properties.Resources.BrowserForward;
     this.navForwardButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navForwardButton.Name = "navForwardButton";
     this.navForwardButton.Size = new System.Drawing.Size(40, 28);
     this.navForwardButton.Text = "Forward";
     this.navForwardButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navForwardButton.ButtonClick += new System.EventHandler(this.navBackForwardButton_ButtonClick);
     this.navForwardButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.navBackForwardButton_DropDownItemClicked);
     //
     // navUpButton
     //
     this.navUpButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.navUpButton.Image = ((System.Drawing.Image)(resources.GetObject("navUpButton.Image")));
     this.navUpButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navUpButton.Name = "navUpButton";
     this.navUpButton.Size = new System.Drawing.Size(28, 28);
     this.navUpButton.Text = "Up";
     this.navUpButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navUpButton.Click += new System.EventHandler(this.navUpButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // navFoldersButton
     //
     this.navFoldersButton.Checked = true;
     this.navFoldersButton.CheckOnClick = true;
     this.navFoldersButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.navFoldersButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.navFoldersButton.Image = ((System.Drawing.Image)(resources.GetObject("navFoldersButton.Image")));
     this.navFoldersButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navFoldersButton.Name = "navFoldersButton";
     this.navFoldersButton.Size = new System.Drawing.Size(28, 28);
     this.navFoldersButton.Text = "Folders";
     this.navFoldersButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navFoldersButton.CheckedChanged += new System.EventHandler(this.navFoldersButton_CheckedChanged);
     //
     // navAddressLabel
     //
     this.navAddressLabel.MergeIndex = 0;
     this.navAddressLabel.Name = "navAddressLabel";
     this.navAddressLabel.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.navAddressLabel.Size = new System.Drawing.Size(46, 28);
     this.navAddressLabel.Text = "Address";
     //
     // navAddressBox
     //
     this.navAddressBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.navAddressBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
     this.navAddressBox.AutoSize = false;
     this.navAddressBox.CurrentItem = null;
     this.navAddressBox.MaxDropDownItems = 14;
     this.navAddressBox.MergeIndex = 0;
     this.navAddressBox.Name = "navAddressBox";
     this.navAddressBox.Size = new System.Drawing.Size(200, 22);
     //
     // Browser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.browseToolStrip);
     this.Name = "Browser";
     this.Size = new System.Drawing.Size(536, 439);
     this.browseSplitter.Panel1.ResumeLayout(false);
     this.browseSplitter.Panel2.ResumeLayout(false);
     this.browseSplitter.ResumeLayout(false);
     this.viewSplitContainer.Panel2.ResumeLayout(false);
     this.viewSplitContainer.ResumeLayout(false);
     this.browseToolStrip.ContentPanel.ResumeLayout(false);
     this.browseToolStrip.TopToolStripPanel.ResumeLayout(false);
     this.browseToolStrip.TopToolStripPanel.PerformLayout();
     this.browseToolStrip.ResumeLayout(false);
     this.browseToolStrip.PerformLayout();
     this.navigationBar.ResumeLayout(false);
     this.navigationBar.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #22
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(MainForm));
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Rectangle", 0);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Circle", 1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Path", 2);
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("CustomRectangle", 0);
     this.uiCanvas = new System.Windows.Forms.PictureBox();
     this.uiEntityPropertyGrid = new CustomPropertiesGridControl();
     this.GridSite = new System.Windows.Forms.PropertyGrid();
     this.GridSite = new System.Windows.Forms.PropertyGrid();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.uiImportAnOlderVersionOfAGleedFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.uiMoveSelectedItemsToLayerToolMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.copySelectedItemsToLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.linkItemsByACustomPropertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewGrid = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewSnapToGrid = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewWorldOrigin = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolsMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.alignHorizontallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignVerticallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignRotationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.quickGuideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runLevelInYourOwnApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     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.undoButton = new System.Windows.Forms.ToolStripSplitButton();
     this.redoButton = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.uiZoomCombo = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
     this.ShowGridButton = new System.Windows.Forms.ToolStripButton();
     this.SnapToGridButton = new System.Windows.Forms.ToolStripButton();
     this.ShowWorldOriginButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.uiMainPanel = new System.Windows.Forms.SplitContainer();
     this.uiSplitContainerExplorerAndPropertyGrid = new System.Windows.Forms.SplitContainer();
     this._uiLevelExplorer = new LevelExplorerControl();
     this.uiSplitContainerCanvasAndTabs = new System.Windows.Forms.SplitContainer();
     this.uiCategoriesTab = new System.Windows.Forms.TabControl();
     this.uiImageList = new System.Windows.Forms.ImageList(this.components);
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.listView3 = new System.Windows.Forms.ListView();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.listView4 = new System.Windows.Forms.ListView();
     this.listView5 = new System.Windows.Forms.ListView();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.uiMenuStrip = new System.Windows.Forms.MenuStrip();
     this.behaviourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uiStartBehaviourMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uiStopBehaviourMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem23 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem26 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem27 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem28 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem29 = new System.Windows.Forms.ToolStripMenuItem();
     this.uiToolBar = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSplitButton2 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
     this.uiStatusBar = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel8 = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.uiAssetsControl = new AssetsControl();
     ((System.ComponentModel.ISupportInitialize)(this.uiCanvas)).BeginInit();
     this.uiEntityPropertyGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiMainPanel)).BeginInit();
     this.uiMainPanel.Panel1.SuspendLayout();
     this.uiMainPanel.Panel2.SuspendLayout();
     this.uiMainPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainerExplorerAndPropertyGrid)).BeginInit();
     this.uiSplitContainerExplorerAndPropertyGrid.Panel1.SuspendLayout();
     this.uiSplitContainerExplorerAndPropertyGrid.Panel2.SuspendLayout();
     this.uiSplitContainerExplorerAndPropertyGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainerCanvasAndTabs)).BeginInit();
     this.uiSplitContainerCanvasAndTabs.Panel1.SuspendLayout();
     this.uiSplitContainerCanvasAndTabs.Panel2.SuspendLayout();
     this.uiSplitContainerCanvasAndTabs.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.uiMenuStrip.SuspendLayout();
     this.uiToolBar.SuspendLayout();
     this.uiStatusBar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // uiCanvas
     //
     this.uiCanvas.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiCanvas.Location = new System.Drawing.Point(0, 0);
     this.uiCanvas.Margin = new System.Windows.Forms.Padding(0);
     this.uiCanvas.Name = "uiCanvas";
     this.uiCanvas.Size = new System.Drawing.Size(581, 496);
     this.uiCanvas.TabIndex = 0;
     this.uiCanvas.TabStop = false;
     this.uiCanvas.DragDrop += new System.Windows.Forms.DragEventHandler(this.canvasDragDrop);
     this.uiCanvas.DragEnter += new System.Windows.Forms.DragEventHandler(this.canvasDragEnter);
     this.uiCanvas.DragOver += new System.Windows.Forms.DragEventHandler(this.canvasDragOver);
     this.uiCanvas.DragLeave += new System.EventHandler(this.canvasDragLeave);
     this.uiCanvas.MouseEnter += new System.EventHandler(this.canvasMouseEnter);
     this.uiCanvas.MouseLeave += new System.EventHandler(this.canvasMouseLeave);
     this.uiCanvas.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.canvasPreviewKeyDown);
     this.uiCanvas.Resize += new System.EventHandler(this.canvasResize);
     //
     // uiEntityPropertyGrid
     //
     //
     // GridSite
     //
     this.GridSite.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GridSite.Location = new System.Drawing.Point(0, 0);
     this.GridSite.Name = "GridSite";
     this.GridSite.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.GridSite.TabIndex = 0;
     this.GridSite.ToolbarVisible = false;
     this.GridSite.Visible = false;
     this.uiEntityPropertyGrid.Controls.Add(this.GridSite);
     this.uiEntityPropertyGrid.Controls.Add(this.GridSite);
     this.uiEntityPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiEntityPropertyGrid.Location = new System.Drawing.Point(0, 0);
     this.uiEntityPropertyGrid.Name = "uiEntityPropertyGrid";
     this.uiEntityPropertyGrid.Size = new System.Drawing.Size(239, 239);
     this.uiEntityPropertyGrid.TabIndex = 0;
     //
     // GridSite
     //
     this.GridSite.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GridSite.Location = new System.Drawing.Point(0, 0);
     this.GridSite.Name = "GridSite";
     this.GridSite.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.GridSite.Size = new System.Drawing.Size(239, 239);
     this.GridSite.TabIndex = 0;
     this.GridSite.ToolbarVisible = false;
     this.GridSite.Visible = false;
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.openToolStripMenuItem,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.toolStripSeparator5,
     this.uiImportAnOlderVersionOfAGleedFileToolStripMenuItem,
     this.toolStripSeparator1,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     this.fileToolStripMenuItem.DropDownOpening += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpening);
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
     this.newToolStripMenuItem.Text = "New";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.fileNewClicked);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
     this.openToolStripMenuItem.Text = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.fileOpenClicked);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
     this.saveToolStripMenuItem.Text = "Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.fileSave);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12;
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
     this.saveAsToolStripMenuItem.Text = "Save As...";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.onSaveAsClicked);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(269, 6);
     //
     // uiImportAnOlderVersionOfAGleedFileToolStripMenuItem
     //
     this.uiImportAnOlderVersionOfAGleedFileToolStripMenuItem.Name = "uiImportAnOlderVersionOfAGleedFileToolStripMenuItem";
     this.uiImportAnOlderVersionOfAGleedFileToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
     this.uiImportAnOlderVersionOfAGleedFileToolStripMenuItem.Text = "&Import an older version of a Gleed file";
     this.uiImportAnOlderVersionOfAGleedFileToolStripMenuItem.Click += new System.EventHandler(this.whenImportOfOldGleedLevelIsClicked);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(269, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(272, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.onCloseClicked);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoMenuItem,
     this.redoMenuItem,
     this.toolStripSeparator9,
     this.uiMoveSelectedItemsToLayerToolMenu,
     this.copySelectedItemsToLayerToolStripMenuItem,
     this.toolStripSeparator2,
     this.linkItemsByACustomPropertyToolStripMenuItem,
     this.toolStripSeparator3,
     this.selectAllToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // undoMenuItem
     //
     this.undoMenuItem.Enabled = false;
     this.undoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoMenuItem.Image")));
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoMenuItem.Size = new System.Drawing.Size(362, 22);
     this.undoMenuItem.Text = "Undo";
     this.undoMenuItem.Click += new System.EventHandler(this.editUndo);
     //
     // redoMenuItem
     //
     this.redoMenuItem.Enabled = false;
     this.redoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoMenuItem.Image")));
     this.redoMenuItem.Name = "redoMenuItem";
     this.redoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoMenuItem.Size = new System.Drawing.Size(362, 22);
     this.redoMenuItem.Text = "Redo";
     this.redoMenuItem.Click += new System.EventHandler(this.editRedo);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(359, 6);
     //
     // uiMoveSelectedItemsToLayerToolMenu
     //
     this.uiMoveSelectedItemsToLayerToolMenu.Image = ((System.Drawing.Image)(resources.GetObject("uiMoveSelectedItemsToLayerToolMenu.Image")));
     this.uiMoveSelectedItemsToLayerToolMenu.Name = "uiMoveSelectedItemsToLayerToolMenu";
     this.uiMoveSelectedItemsToLayerToolMenu.Size = new System.Drawing.Size(362, 22);
     this.uiMoveSelectedItemsToLayerToolMenu.Text = "Move Selected Items to Layer...";
     this.uiMoveSelectedItemsToLayerToolMenu.ToolTipText = "Moves the selected Items to another existing layer.";
     this.uiMoveSelectedItemsToLayerToolMenu.DropDownOpening += new System.EventHandler(this.moveSelectedItemsToLayerMenuOpening);
     //
     // copySelectedItemsToLayerToolStripMenuItem
     //
     this.copySelectedItemsToLayerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copySelectedItemsToLayerToolStripMenuItem.Image")));
     this.copySelectedItemsToLayerToolStripMenuItem.Name = "copySelectedItemsToLayerToolStripMenuItem";
     this.copySelectedItemsToLayerToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.copySelectedItemsToLayerToolStripMenuItem.Text = "Copy Selected Items to Layer...";
     this.copySelectedItemsToLayerToolStripMenuItem.ToolTipText = "Copies the selected Items to another existing layer.";
     this.copySelectedItemsToLayerToolStripMenuItem.DropDownOpening += new System.EventHandler(this.copySelectedItemsToLayerMenuOpening);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(359, 6);
     //
     // linkItemsByACustomPropertyToolStripMenuItem
     //
     this.linkItemsByACustomPropertyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("linkItemsByACustomPropertyToolStripMenuItem.Image")));
     this.linkItemsByACustomPropertyToolStripMenuItem.Name = "linkItemsByACustomPropertyToolStripMenuItem";
     this.linkItemsByACustomPropertyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.L)));
     this.linkItemsByACustomPropertyToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.linkItemsByACustomPropertyToolStripMenuItem.Text = "Link Selected Items by a CustomProperty";
     this.linkItemsByACustomPropertyToolStripMenuItem.ToolTipText = "Only active if exactly two Items are selected. Adds a Custom Property of type \"It" +
     "em\" resulting in the first Item referring to the Second one. \r\nTwo-way linking a" +
     "lso possible.";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(359, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.selectAllToolStripMenuItem.Text = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.editSelectAll);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ViewGrid,
     this.ViewSnapToGrid,
     this.ViewWorldOrigin});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // ViewGrid
     //
     this.ViewGrid.CheckOnClick = true;
     this.ViewGrid.Image = ((System.Drawing.Image)(resources.GetObject("ViewGrid.Image")));
     this.ViewGrid.Name = "ViewGrid";
     this.ViewGrid.Size = new System.Drawing.Size(142, 22);
     this.ViewGrid.Text = "Grid";
     this.ViewGrid.CheckedChanged += new System.EventHandler(this.viewGridCheckedChanged);
     //
     // ViewSnapToGrid
     //
     this.ViewSnapToGrid.CheckOnClick = true;
     this.ViewSnapToGrid.Image = ((System.Drawing.Image)(resources.GetObject("ViewSnapToGrid.Image")));
     this.ViewSnapToGrid.Name = "ViewSnapToGrid";
     this.ViewSnapToGrid.Size = new System.Drawing.Size(142, 22);
     this.ViewSnapToGrid.Text = "Snap to Grid";
     this.ViewSnapToGrid.CheckedChanged += new System.EventHandler(this.viewSnapToGridCheckedChanged);
     //
     // ViewWorldOrigin
     //
     this.ViewWorldOrigin.CheckOnClick = true;
     this.ViewWorldOrigin.Image = ((System.Drawing.Image)(resources.GetObject("ViewWorldOrigin.Image")));
     this.ViewWorldOrigin.Name = "ViewWorldOrigin";
     this.ViewWorldOrigin.Size = new System.Drawing.Size(142, 22);
     this.ViewWorldOrigin.Text = "World Origin";
     this.ViewWorldOrigin.CheckedChanged += new System.EventHandler(this.viewWorldOriginCheckedChanged);
     //
     // ToolsMenu
     //
     this.ToolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.alignHorizontallyToolStripMenuItem,
     this.alignVerticallyToolStripMenuItem,
     this.alignRotationToolStripMenuItem,
     this.alignScaleToolStripMenuItem});
     this.ToolsMenu.Name = "ToolsMenu";
     this.ToolsMenu.Size = new System.Drawing.Size(57, 20);
     this.ToolsMenu.Text = "&Format";
     this.ToolsMenu.Click += new System.EventHandler(this.toolsMenuClick);
     this.ToolsMenu.MouseEnter += new System.EventHandler(this.toolsMenuMouseEnter);
     //
     // alignHorizontallyToolStripMenuItem
     //
     this.alignHorizontallyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignHorizontallyToolStripMenuItem.Image")));
     this.alignHorizontallyToolStripMenuItem.Name = "alignHorizontallyToolStripMenuItem";
     this.alignHorizontallyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.H)));
     this.alignHorizontallyToolStripMenuItem.Size = new System.Drawing.Size(244, 22);
     this.alignHorizontallyToolStripMenuItem.Text = "Align Horizontally";
     this.alignHorizontallyToolStripMenuItem.ToolTipText = "Adjust the Y-Coordinate of all selected items to be the same as the first selecte" +
     "d item.";
     this.alignHorizontallyToolStripMenuItem.Click += new System.EventHandler(this.toolsAlignHorizontally);
     //
     // alignVerticallyToolStripMenuItem
     //
     this.alignVerticallyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignVerticallyToolStripMenuItem.Image")));
     this.alignVerticallyToolStripMenuItem.Name = "alignVerticallyToolStripMenuItem";
     this.alignVerticallyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.V)));
     this.alignVerticallyToolStripMenuItem.Size = new System.Drawing.Size(244, 22);
     this.alignVerticallyToolStripMenuItem.Text = "Align Vertically";
     this.alignVerticallyToolStripMenuItem.ToolTipText = "Adjust the X-Coordinate of all selected items to be the same as the first selecte" +
     "d item.";
     this.alignVerticallyToolStripMenuItem.Click += new System.EventHandler(this.toolsAlignVertically);
     //
     // alignRotationToolStripMenuItem
     //
     this.alignRotationToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignRotationToolStripMenuItem.Image")));
     this.alignRotationToolStripMenuItem.Name = "alignRotationToolStripMenuItem";
     this.alignRotationToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.R)));
     this.alignRotationToolStripMenuItem.Size = new System.Drawing.Size(244, 22);
     this.alignRotationToolStripMenuItem.Text = "Align Rotation";
     this.alignRotationToolStripMenuItem.ToolTipText = "Adjust the rotation of all selected items to be the same as the first selected it" +
     "em.";
     this.alignRotationToolStripMenuItem.Click += new System.EventHandler(this.toolsAlignRotation);
     //
     // alignScaleToolStripMenuItem
     //
     this.alignScaleToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignScaleToolStripMenuItem.Image")));
     this.alignScaleToolStripMenuItem.Name = "alignScaleToolStripMenuItem";
     this.alignScaleToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
     | System.Windows.Forms.Keys.S)));
     this.alignScaleToolStripMenuItem.Size = new System.Drawing.Size(244, 22);
     this.alignScaleToolStripMenuItem.Text = "Align Scale";
     this.alignScaleToolStripMenuItem.ToolTipText = "Adjust the Scale of all selected items to be the same as the first selected item." +
     "";
     this.alignScaleToolStripMenuItem.Click += new System.EventHandler(this.toolsAlignScale);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.quickGuideToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // quickGuideToolStripMenuItem
     //
     this.quickGuideToolStripMenuItem.Name = "quickGuideToolStripMenuItem";
     this.quickGuideToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.quickGuideToolStripMenuItem.Text = "QuickGuide";
     this.quickGuideToolStripMenuItem.Click += new System.EventHandler(this.helpQuickGuide);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.helpAbout);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runLevelInYourOwnApplicationToolStripMenuItem,
     this.toolStripSeparator4,
     this.settingsToolStripMenuItem1});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // runLevelInYourOwnApplicationToolStripMenuItem
     //
     this.runLevelInYourOwnApplicationToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("runLevelInYourOwnApplicationToolStripMenuItem.Image")));
     this.runLevelInYourOwnApplicationToolStripMenuItem.Name = "runLevelInYourOwnApplicationToolStripMenuItem";
     this.runLevelInYourOwnApplicationToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.runLevelInYourOwnApplicationToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.runLevelInYourOwnApplicationToolStripMenuItem.Text = "Run Level";
     this.runLevelInYourOwnApplicationToolStripMenuItem.ToolTipText = "Run Level in your own application. To use this, define the appropriate settings i" +
     "n the Tools->Settings dialog.";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(141, 6);
     //
     // settingsToolStripMenuItem1
     //
     this.settingsToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem1.Image")));
     this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
     this.settingsToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F9;
     this.settingsToolStripMenuItem1.Size = new System.Drawing.Size(144, 22);
     this.settingsToolStripMenuItem1.Text = "Settings";
     this.settingsToolStripMenuItem1.ToolTipText = "The Settings Dialog.";
     this.settingsToolStripMenuItem1.Click += new System.EventHandler(this.showToolsSettingsForm);
     //
     // 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";
     this.newToolStripButton.Click += new System.EventHandler(this.fileNewClicked);
     //
     // 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";
     this.openToolStripButton.Click += new System.EventHandler(this.fileOpenClicked);
     //
     // 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";
     this.saveToolStripButton.ToolTipText = "Save";
     this.saveToolStripButton.Click += new System.EventHandler(this.fileSave);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // undoButton
     //
     this.undoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
     this.undoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoButton.Name = "undoButton";
     this.undoButton.Size = new System.Drawing.Size(32, 22);
     this.undoButton.Text = "toolStripButton2";
     this.undoButton.ToolTipText = "Undo";
     this.undoButton.ButtonClick += new System.EventHandler(this.editUndo);
     this.undoButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.undoManyCommands);
     //
     // redoButton
     //
     this.redoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoButton.Enabled = false;
     this.redoButton.Image = ((System.Drawing.Image)(resources.GetObject("redoButton.Image")));
     this.redoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.redoButton.Name = "redoButton";
     this.redoButton.Size = new System.Drawing.Size(32, 22);
     this.redoButton.Text = "toolStripButton3";
     this.redoButton.ToolTipText = "Redo";
     this.redoButton.ButtonClick += new System.EventHandler(this.editRedo);
     this.redoButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.redoManyCommands);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(42, 22);
     this.toolStripLabel1.Text = "Zoom:";
     //
     // uiZoomCombo
     //
     this.uiZoomCombo.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.uiZoomCombo.Name = "uiZoomCombo";
     this.uiZoomCombo.Size = new System.Drawing.Size(75, 25);
     this.uiZoomCombo.TextChanged += new System.EventHandler(this.zoomComboTextChanged);
     //
     // toolStripSeparator17
     //
     this.toolStripSeparator17.Name = "toolStripSeparator17";
     this.toolStripSeparator17.Size = new System.Drawing.Size(6, 25);
     //
     // ShowGridButton
     //
     this.ShowGridButton.CheckOnClick = true;
     this.ShowGridButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ShowGridButton.Image = ((System.Drawing.Image)(resources.GetObject("ShowGridButton.Image")));
     this.ShowGridButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ShowGridButton.Name = "ShowGridButton";
     this.ShowGridButton.Size = new System.Drawing.Size(23, 22);
     this.ShowGridButton.Text = "toolStripButton4";
     this.ShowGridButton.ToolTipText = "Show Grid";
     this.ShowGridButton.CheckedChanged += new System.EventHandler(this.showGridButtonCheckedChanged);
     //
     // SnapToGridButton
     //
     this.SnapToGridButton.CheckOnClick = true;
     this.SnapToGridButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.SnapToGridButton.Image = ((System.Drawing.Image)(resources.GetObject("SnapToGridButton.Image")));
     this.SnapToGridButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SnapToGridButton.Name = "SnapToGridButton";
     this.SnapToGridButton.Size = new System.Drawing.Size(23, 22);
     this.SnapToGridButton.Text = "toolStripButton4";
     this.SnapToGridButton.ToolTipText = "Snap to Grid";
     this.SnapToGridButton.CheckedChanged += new System.EventHandler(this.snapToGridButtonCheckedChanged);
     //
     // ShowWorldOriginButton
     //
     this.ShowWorldOriginButton.CheckOnClick = true;
     this.ShowWorldOriginButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ShowWorldOriginButton.Image = ((System.Drawing.Image)(resources.GetObject("ShowWorldOriginButton.Image")));
     this.ShowWorldOriginButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ShowWorldOriginButton.Name = "ShowWorldOriginButton";
     this.ShowWorldOriginButton.Size = new System.Drawing.Size(23, 22);
     this.ShowWorldOriginButton.Text = "toolStripButton4";
     this.ShowWorldOriginButton.ToolTipText = "Show World Origin";
     this.ShowWorldOriginButton.CheckedChanged += new System.EventHandler(this.showWorldOriginButtonCheckedChanged);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Run Level";
     this.toolStripButton2.ToolTipText = "Run Level in your own application. To use this, define the appropriate settings i" +
     "n the Tools->Settings dialog.";
     this.toolStripButton2.Click += new System.EventHandler(this.runLevel);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Settings";
     this.toolStripButton3.Click += new System.EventHandler(this.showToolsSettingsForm);
     //
     // uiMainPanel
     //
     this.uiMainPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.uiMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiMainPanel.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.uiMainPanel.Location = new System.Drawing.Point(0, 0);
     this.uiMainPanel.Name = "uiMainPanel";
     //
     // uiMainPanel.Panel1
     //
     this.uiMainPanel.Panel1.Controls.Add(this.uiSplitContainerExplorerAndPropertyGrid);
     //
     // uiMainPanel.Panel2
     //
     this.uiMainPanel.Panel2.Controls.Add(this.uiSplitContainerCanvasAndTabs);
     this.uiMainPanel.Size = new System.Drawing.Size(832, 713);
     this.uiMainPanel.SplitterDistance = 243;
     this.uiMainPanel.TabIndex = 6;
     //
     // uiSplitContainerExplorerAndPropertyGrid
     //
     this.uiSplitContainerExplorerAndPropertyGrid.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.uiSplitContainerExplorerAndPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiSplitContainerExplorerAndPropertyGrid.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.uiSplitContainerExplorerAndPropertyGrid.Location = new System.Drawing.Point(0, 0);
     this.uiSplitContainerExplorerAndPropertyGrid.Name = "uiSplitContainerExplorerAndPropertyGrid";
     this.uiSplitContainerExplorerAndPropertyGrid.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // uiSplitContainerExplorerAndPropertyGrid.Panel1
     //
     this.uiSplitContainerExplorerAndPropertyGrid.Panel1.Controls.Add(this._uiLevelExplorer);
     //
     // uiSplitContainerExplorerAndPropertyGrid.Panel2
     //
     this.uiSplitContainerExplorerAndPropertyGrid.Panel2.Controls.Add(this.uiEntityPropertyGrid);
     this.uiSplitContainerExplorerAndPropertyGrid.Size = new System.Drawing.Size(243, 713);
     this.uiSplitContainerExplorerAndPropertyGrid.SplitterDistance = 466;
     this.uiSplitContainerExplorerAndPropertyGrid.TabIndex = 0;
     //
     // _uiLevelExplorer
     //
     this._uiLevelExplorer.CheckBoxes = true;
     this._uiLevelExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
     this._uiLevelExplorer.HideContextMenus = false;
     this._uiLevelExplorer.InteractsWithModel = true;
     this._uiLevelExplorer.Location = new System.Drawing.Point(0, 0);
     this._uiLevelExplorer.Name = "_uiLevelExplorer";
     this._uiLevelExplorer.ShowToolStrip = true;
     this._uiLevelExplorer.Size = new System.Drawing.Size(239, 462);
     this._uiLevelExplorer.TabIndex = 2;
     //
     // uiSplitContainerCanvasAndTabs
     //
     this.uiSplitContainerCanvasAndTabs.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.uiSplitContainerCanvasAndTabs.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiSplitContainerCanvasAndTabs.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.uiSplitContainerCanvasAndTabs.Location = new System.Drawing.Point(0, 0);
     this.uiSplitContainerCanvasAndTabs.Name = "uiSplitContainerCanvasAndTabs";
     this.uiSplitContainerCanvasAndTabs.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // uiSplitContainerCanvasAndTabs.Panel1
     //
     this.uiSplitContainerCanvasAndTabs.Panel1.BackColor = System.Drawing.SystemColors.Control;
     this.uiSplitContainerCanvasAndTabs.Panel1.Controls.Add(this.uiCanvas);
     //
     // uiSplitContainerCanvasAndTabs.Panel2
     //
     this.uiSplitContainerCanvasAndTabs.Panel2.BackColor = System.Drawing.SystemColors.Control;
     this.uiSplitContainerCanvasAndTabs.Panel2.Controls.Add(this.uiCategoriesTab);
     this.uiSplitContainerCanvasAndTabs.Size = new System.Drawing.Size(585, 713);
     this.uiSplitContainerCanvasAndTabs.SplitterDistance = 500;
     this.uiSplitContainerCanvasAndTabs.TabIndex = 0;
     //
     // uiCategoriesTab
     //
     this.uiCategoriesTab.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiCategoriesTab.HotTrack = true;
     this.uiCategoriesTab.Location = new System.Drawing.Point(0, 0);
     this.uiCategoriesTab.Name = "uiCategoriesTab";
     this.uiCategoriesTab.SelectedIndex = 0;
     this.uiCategoriesTab.Size = new System.Drawing.Size(581, 205);
     this.uiCategoriesTab.TabIndex = 0;
     //
     // uiImageList
     //
     this.uiImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.uiImageList.ImageSize = new System.Drawing.Size(256, 256);
     this.uiImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.listView3);
     this.tabPage3.Controls.Add(this.button1);
     this.tabPage3.Controls.Add(this.button2);
     this.tabPage3.Controls.Add(this.label3);
     this.tabPage3.Controls.Add(this.comboBox2);
     this.tabPage3.Controls.Add(this.textBox2);
     this.tabPage3.Controls.Add(this.label4);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(743, 167);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text = "Textures";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // listView3
     //
     this.listView3.AllowDrop = true;
     this.listView3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.listView3.HideSelection = false;
     this.listView3.Location = new System.Drawing.Point(9, 34);
     this.listView3.MultiSelect = false;
     this.listView3.Name = "listView3";
     this.listView3.ShowItemToolTips = true;
     this.listView3.Size = new System.Drawing.Size(752, 127);
     this.listView3.TabIndex = 6;
     this.listView3.UseCompatibleStateImageBehavior = false;
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(549, 6);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(60, 23);
     this.button1.TabIndex = 5;
     this.button1.Text = "Choose...";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
     this.button2.Location = new System.Drawing.Point(511, 6);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(32, 23);
     this.button2.TabIndex = 4;
     this.button2.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(657, 11);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(30, 13);
     this.label3.TabIndex = 3;
     this.label3.Text = "Size:";
     //
     // comboBox2
     //
     this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(687, 8);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(74, 21);
     this.comboBox2.TabIndex = 2;
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location = new System.Drawing.Point(51, 8);
     this.textBox2.Name = "textBox2";
     this.textBox2.ReadOnly = true;
     this.textBox2.Size = new System.Drawing.Size(454, 20);
     this.textBox2.TabIndex = 1;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 11);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(39, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "Folder:";
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.listView4);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(743, 167);
     this.tabPage4.TabIndex = 1;
     this.tabPage4.Text = "Primitives";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // listView4
     //
     this.listView4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView4.HideSelection = false;
     listViewItem1.ToolTipText = "A simple rectangle defined by position, width and height. Rectangle Primitives ca" +
     "n be scaled but not rotated.";
     listViewItem2.ToolTipText = "A simple circle defined by position and radius. Circle Primitives can be scaled b" +
     "ut not rotated.";
     listViewItem3.ToolTipText = "A Path is an array of Vector2. Path Primitives can be rotated and scaled.";
     this.listView4.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3,
     listViewItem4});
     this.listView4.Location = new System.Drawing.Point(3, 3);
     this.listView4.MultiSelect = false;
     this.listView4.Name = "listView4";
     this.listView4.ShowItemToolTips = true;
     this.listView4.Size = new System.Drawing.Size(737, 161);
     this.listView4.TabIndex = 0;
     this.listView4.UseCompatibleStateImageBehavior = false;
     //
     // listView5
     //
     this.listView5.AllowDrop = true;
     this.listView5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.listView5.HideSelection = false;
     this.listView5.Location = new System.Drawing.Point(9, 34);
     this.listView5.MultiSelect = false;
     this.listView5.Name = "listView5";
     this.listView5.ShowItemToolTips = true;
     this.listView5.Size = new System.Drawing.Size(788, 127);
     this.listView5.TabIndex = 6;
     this.listView5.UseCompatibleStateImageBehavior = false;
     //
     // button3
     //
     this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.Location = new System.Drawing.Point(585, 6);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(60, 23);
     this.button3.TabIndex = 5;
     this.button3.Text = "Choose...";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button4
     //
     this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
     this.button4.Location = new System.Drawing.Point(547, 6);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(32, 23);
     this.button4.TabIndex = 4;
     this.button4.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(693, 11);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(30, 13);
     this.label5.TabIndex = 3;
     this.label5.Text = "Size:";
     //
     // comboBox3
     //
     this.comboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location = new System.Drawing.Point(723, 8);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(74, 21);
     this.comboBox3.TabIndex = 2;
     //
     // textBox3
     //
     this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox3.Location = new System.Drawing.Point(51, 8);
     this.textBox3.Name = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.Size = new System.Drawing.Size(490, 20);
     this.textBox3.TabIndex = 1;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 11);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(39, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Folder:";
     //
     // uiMenuStrip
     //
     this.uiMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.ToolsMenu,
     this.toolsToolStripMenuItem,
     this.helpToolStripMenuItem,
     this.behaviourToolStripMenuItem});
     this.uiMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.uiMenuStrip.Name = "uiMenuStrip";
     this.uiMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.uiMenuStrip.Size = new System.Drawing.Size(1228, 24);
     this.uiMenuStrip.TabIndex = 4;
     this.uiMenuStrip.Text = "menuStrip1";
     //
     // behaviourToolStripMenuItem
     //
     this.behaviourToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.uiStartBehaviourMenuItem,
     this.uiStopBehaviourMenuItem});
     this.behaviourToolStripMenuItem.Name = "behaviourToolStripMenuItem";
     this.behaviourToolStripMenuItem.Size = new System.Drawing.Size(72, 20);
     this.behaviourToolStripMenuItem.Text = "Behaviour";
     //
     // uiStartBehaviourMenuItem
     //
     this.uiStartBehaviourMenuItem.Name = "uiStartBehaviourMenuItem";
     this.uiStartBehaviourMenuItem.Size = new System.Drawing.Size(98, 22);
     this.uiStartBehaviourMenuItem.Text = "Start";
     this.uiStartBehaviourMenuItem.Click += new System.EventHandler(this.uiStartBehaviourMenuItem_Click);
     //
     // uiStopBehaviourMenuItem
     //
     this.uiStopBehaviourMenuItem.Name = "uiStopBehaviourMenuItem";
     this.uiStopBehaviourMenuItem.Size = new System.Drawing.Size(98, 22);
     this.uiStopBehaviourMenuItem.Text = "Stop";
     this.uiStopBehaviourMenuItem.Click += new System.EventHandler(this.uiStopBehaviourMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem10
     //
     this.toolStripMenuItem10.Name = "toolStripMenuItem10";
     this.toolStripMenuItem10.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripMenuItem11
     //
     this.toolStripMenuItem11.Name = "toolStripMenuItem11";
     this.toolStripMenuItem11.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem12
     //
     this.toolStripMenuItem12.Name = "toolStripMenuItem12";
     this.toolStripMenuItem12.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripMenuItem13
     //
     this.toolStripMenuItem13.Name = "toolStripMenuItem13";
     this.toolStripMenuItem13.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripMenuItem14
     //
     this.toolStripMenuItem14.Name = "toolStripMenuItem14";
     this.toolStripMenuItem14.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem15
     //
     this.toolStripMenuItem15.Name = "toolStripMenuItem15";
     this.toolStripMenuItem15.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem16
     //
     this.toolStripMenuItem16.Name = "toolStripMenuItem16";
     this.toolStripMenuItem16.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem17
     //
     this.toolStripMenuItem17.Name = "toolStripMenuItem17";
     this.toolStripMenuItem17.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem18
     //
     this.toolStripMenuItem18.Name = "toolStripMenuItem18";
     this.toolStripMenuItem18.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem19
     //
     this.toolStripMenuItem19.Name = "toolStripMenuItem19";
     this.toolStripMenuItem19.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem20
     //
     this.toolStripMenuItem20.Name = "toolStripMenuItem20";
     this.toolStripMenuItem20.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem21
     //
     this.toolStripMenuItem21.Name = "toolStripMenuItem21";
     this.toolStripMenuItem21.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem22
     //
     this.toolStripMenuItem22.Name = "toolStripMenuItem22";
     this.toolStripMenuItem22.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem23
     //
     this.toolStripMenuItem23.Name = "toolStripMenuItem23";
     this.toolStripMenuItem23.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem24
     //
     this.toolStripMenuItem24.Name = "toolStripMenuItem24";
     this.toolStripMenuItem24.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem25
     //
     this.toolStripMenuItem25.Name = "toolStripMenuItem25";
     this.toolStripMenuItem25.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem26
     //
     this.toolStripMenuItem26.Name = "toolStripMenuItem26";
     this.toolStripMenuItem26.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem27
     //
     this.toolStripMenuItem27.Name = "toolStripMenuItem27";
     this.toolStripMenuItem27.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripMenuItem28
     //
     this.toolStripMenuItem28.Name = "toolStripMenuItem28";
     this.toolStripMenuItem28.Size = new System.Drawing.Size(32, 19);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripMenuItem29
     //
     this.toolStripMenuItem29.Name = "toolStripMenuItem29";
     this.toolStripMenuItem29.Size = new System.Drawing.Size(32, 19);
     //
     // uiToolBar
     //
     this.uiToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.uiToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripButton,
     this.openToolStripButton,
     this.saveToolStripButton,
     this.toolStripSeparator,
     this.undoButton,
     this.redoButton,
     this.toolStripSeparator8,
     this.toolStripLabel1,
     this.uiZoomCombo,
     this.toolStripSeparator17,
     this.ShowGridButton,
     this.SnapToGridButton,
     this.ShowWorldOriginButton,
     this.toolStripSeparator12,
     this.toolStripButton2,
     this.toolStripSeparator14,
     this.toolStripButton3});
     this.uiToolBar.Location = new System.Drawing.Point(0, 24);
     this.uiToolBar.Name = "uiToolBar";
     this.uiToolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.uiToolBar.Size = new System.Drawing.Size(1228, 25);
     this.uiToolBar.Stretch = true;
     this.uiToolBar.TabIndex = 5;
     this.uiToolBar.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripSplitButton2
     //
     this.toolStripSplitButton2.Name = "toolStripSplitButton2";
     this.toolStripSplitButton2.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 23);
     //
     // toolStripSeparator19
     //
     this.toolStripSeparator19.Name = "toolStripSeparator19";
     this.toolStripSeparator19.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripButton6
     //
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripButton7
     //
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripButton8
     //
     this.toolStripButton8.Name = "toolStripButton8";
     this.toolStripButton8.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripSeparator20
     //
     this.toolStripSeparator20.Name = "toolStripSeparator20";
     this.toolStripSeparator20.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripButton9
     //
     this.toolStripButton9.Name = "toolStripButton9";
     this.toolStripButton9.Size = new System.Drawing.Size(23, 23);
     //
     // toolStripSeparator21
     //
     this.toolStripSeparator21.Name = "toolStripSeparator21";
     this.toolStripSeparator21.Size = new System.Drawing.Size(6, 6);
     //
     // toolStripButton10
     //
     this.toolStripButton10.Name = "toolStripButton10";
     this.toolStripButton10.Size = new System.Drawing.Size(23, 23);
     //
     // uiStatusBar
     //
     this.uiStatusBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.uiStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel5,
     this.toolStripStatusLabel6,
     this.toolStripStatusLabel7,
     this.toolStripStatusLabel8});
     this.uiStatusBar.Location = new System.Drawing.Point(0, 762);
     this.uiStatusBar.Name = "uiStatusBar";
     this.uiStatusBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.uiStatusBar.Size = new System.Drawing.Size(1228, 22);
     this.uiStatusBar.TabIndex = 7;
     this.uiStatusBar.Text = "statusStrip1";
     //
     // toolStripStatusLabel5
     //
     this.toolStripStatusLabel5.AutoSize = false;
     this.toolStripStatusLabel5.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel5.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
     this.toolStripStatusLabel5.Size = new System.Drawing.Size(650, 17);
     this.toolStripStatusLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel6
     //
     this.toolStripStatusLabel6.AutoSize = false;
     this.toolStripStatusLabel6.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel6.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
     this.toolStripStatusLabel6.Size = new System.Drawing.Size(113, 17);
     this.toolStripStatusLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel7
     //
     this.toolStripStatusLabel7.AutoSize = false;
     this.toolStripStatusLabel7.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel7.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
     this.toolStripStatusLabel7.Size = new System.Drawing.Size(109, 17);
     this.toolStripStatusLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel8
     //
     this.toolStripStatusLabel8.AutoSize = false;
     this.toolStripStatusLabel8.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel8.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel8.Name = "toolStripStatusLabel8";
     this.toolStripStatusLabel8.Size = new System.Drawing.Size(60, 17);
     this.toolStripStatusLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.uiMainPanel);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.uiAssetsControl);
     this.splitContainer1.Size = new System.Drawing.Size(1228, 713);
     this.splitContainer1.SplitterDistance = 832;
     this.splitContainer1.TabIndex = 1;
     //
     // uiAssetsControl
     //
     this.uiAssetsControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiAssetsControl.Location = new System.Drawing.Point(0, 0);
     this.uiAssetsControl.Name = "uiAssetsControl";
     this.uiAssetsControl.Size = new System.Drawing.Size(392, 713);
     this.uiAssetsControl.TabIndex = 0;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1228, 784);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.uiStatusBar);
     this.Controls.Add(this.uiToolBar);
     this.Controls.Add(this.uiMenuStrip);
     this.Location = new System.Drawing.Point(10, 10);
     this.Name = "MainForm";
     this.Text = "Oglr";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainFormFormClosing);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.mainFormFormClosed);
     this.Load += new System.EventHandler(this.mainFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.uiCanvas)).EndInit();
     this.uiEntityPropertyGrid.ResumeLayout(false);
     this.uiMainPanel.Panel1.ResumeLayout(false);
     this.uiMainPanel.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiMainPanel)).EndInit();
     this.uiMainPanel.ResumeLayout(false);
     this.uiSplitContainerExplorerAndPropertyGrid.Panel1.ResumeLayout(false);
     this.uiSplitContainerExplorerAndPropertyGrid.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainerExplorerAndPropertyGrid)).EndInit();
     this.uiSplitContainerExplorerAndPropertyGrid.ResumeLayout(false);
     this.uiSplitContainerCanvasAndTabs.Panel1.ResumeLayout(false);
     this.uiSplitContainerCanvasAndTabs.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainerCanvasAndTabs)).EndInit();
     this.uiSplitContainerCanvasAndTabs.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.uiMenuStrip.ResumeLayout(false);
     this.uiMenuStrip.PerformLayout();
     this.uiToolBar.ResumeLayout(false);
     this.uiToolBar.PerformLayout();
     this.uiStatusBar.ResumeLayout(false);
     this.uiStatusBar.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #23
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     this.dpMain = new WeifenLuo.WinFormsUI.Docking.DockPanel();
     this.visualStudioToolStripExtender1 = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components);
     this.vS2005Theme1 = new WeifenLuo.WinFormsUI.Docking.VS2005Theme();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.tsslCompileError = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslCompileWarning = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslCompileStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.TsslLineCol = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tssbOpen = new System.Windows.Forms.ToolStripSplitButton();
     this.tssbSave = new System.Windows.Forms.ToolStripSplitButton();
     this.tssbFind = new System.Windows.Forms.ToolStripSplitButton();
     this.tssbCompile = new System.Windows.Forms.ToolStripSplitButton();
     this.tssbStop = new System.Windows.Forms.ToolStripSplitButton();
     this.tssbSlow = new System.Windows.Forms.ToolStripSplitButton();
     this.tssbFast = new System.Windows.Forms.ToolStripSplitButton();
     this.tssbMIDIKbd = new System.Windows.Forms.ToolStripSplitButton();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.TsmiFile = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiNew = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiOpenFile = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiOpenFolder = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiGwiFileHistory = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiSaveFile = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiSaveAs = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiImport = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExport = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.TsmiExit = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiEdit = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiUndo = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiRedo = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.TsmiFind = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiFindNext = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiFindPrevious = new System.Windows.Forms.ToolStripMenuItem();
     this.表示VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiShowPartCounter = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiShowFolderTree = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiShowErrorList = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiShowLog = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiShowLyrics = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiShowMixer = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiShowMIDIKbd = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.TsmiFunctionKey = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiFncHide = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiFncButtonOnly = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiFncButtonAndText = new System.Windows.Forms.ToolStripMenuItem();
     this.コンパイルCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiCompileAndPlay = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiCompileAndTracePlay = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiCompileAndSkipPlay = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiAllCompile = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiCompile = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiScript = new System.Windows.Forms.ToolStripMenuItem();
     this.ツールTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiOption = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiTutorial = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiReference = new System.Windows.Forms.ToolStripMenuItem();
     this.TsmiAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.timer = new System.Windows.Forms.Timer(this.components);
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dpMain
     //
     this.dpMain.AllowDrop = true;
     resources.ApplyResources(this.dpMain, "dpMain");
     this.dpMain.Name = "dpMain";
     this.dpMain.ShowDocumentIcon = true;
     this.dpMain.ActiveDocumentChanged += new System.EventHandler(this.DpMain_ActiveDocumentChanged);
     this.dpMain.DragDrop += new System.Windows.Forms.DragEventHandler(this.DpMain_DragDrop);
     this.dpMain.DragOver += new System.Windows.Forms.DragEventHandler(this.DpMain_DragOver);
     //
     // visualStudioToolStripExtender1
     //
     this.visualStudioToolStripExtender1.DefaultRenderer = null;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsslCompileError,
     this.tsslCompileWarning,
     this.tsslCompileStatus,
     this.TsslLineCol,
     this.toolStripStatusLabel1,
     this.tssbOpen,
     this.tssbSave,
     this.tssbFind,
     this.tssbCompile,
     this.tssbStop,
     this.tssbSlow,
     this.tssbFast,
     this.tssbMIDIKbd});
     resources.ApplyResources(this.statusStrip1, "statusStrip1");
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.ShowItemToolTips = true;
     //
     // tsslCompileError
     //
     this.tsslCompileError.AutoToolTip = true;
     this.tsslCompileError.Image = global::mml2vgmIDE.Properties.Resources.Error;
     resources.ApplyResources(this.tsslCompileError, "tsslCompileError");
     this.tsslCompileError.Name = "tsslCompileError";
     this.tsslCompileError.Click += new System.EventHandler(this.TsslCompileError_Click);
     //
     // tsslCompileWarning
     //
     this.tsslCompileWarning.AutoToolTip = true;
     this.tsslCompileWarning.Image = global::mml2vgmIDE.Properties.Resources.Warning;
     resources.ApplyResources(this.tsslCompileWarning, "tsslCompileWarning");
     this.tsslCompileWarning.Name = "tsslCompileWarning";
     this.tsslCompileWarning.Click += new System.EventHandler(this.TsslCompileWarning_Click);
     //
     // tsslCompileStatus
     //
     this.tsslCompileStatus.Name = "tsslCompileStatus";
     resources.ApplyResources(this.tsslCompileStatus, "tsslCompileStatus");
     //
     // TsslLineCol
     //
     this.TsslLineCol.Name = "TsslLineCol";
     resources.ApplyResources(this.TsslLineCol, "TsslLineCol");
     //
     // toolStripStatusLabel1
     //
     resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Spring = true;
     //
     // tssbOpen
     //
     this.tssbOpen.DropDownButtonWidth = 0;
     this.tssbOpen.Image = global::mml2vgmIDE.Properties.Resources.F01;
     resources.ApplyResources(this.tssbOpen, "tssbOpen");
     this.tssbOpen.Name = "tssbOpen";
     this.tssbOpen.ButtonClick += new System.EventHandler(this.TssbOpen_ButtonClick);
     //
     // tssbSave
     //
     this.tssbSave.DropDownButtonWidth = 0;
     resources.ApplyResources(this.tssbSave, "tssbSave");
     this.tssbSave.Image = global::mml2vgmIDE.Properties.Resources.F02;
     this.tssbSave.Name = "tssbSave";
     this.tssbSave.ButtonClick += new System.EventHandler(this.TssbSave_ButtonClick);
     //
     // tssbFind
     //
     this.tssbFind.DropDownButtonWidth = 0;
     this.tssbFind.Image = global::mml2vgmIDE.Properties.Resources.F03;
     resources.ApplyResources(this.tssbFind, "tssbFind");
     this.tssbFind.Name = "tssbFind";
     this.tssbFind.ButtonClick += new System.EventHandler(this.TssbFind_ButtonClick);
     //
     // tssbCompile
     //
     this.tssbCompile.DropDownButtonWidth = 0;
     this.tssbCompile.Image = global::mml2vgmIDE.Properties.Resources.F05;
     resources.ApplyResources(this.tssbCompile, "tssbCompile");
     this.tssbCompile.Name = "tssbCompile";
     this.tssbCompile.ButtonClick += new System.EventHandler(this.TssbCompile_ButtonClick);
     //
     // tssbStop
     //
     this.tssbStop.DropDownButtonWidth = 0;
     this.tssbStop.Image = global::mml2vgmIDE.Properties.Resources.F09;
     resources.ApplyResources(this.tssbStop, "tssbStop");
     this.tssbStop.Name = "tssbStop";
     this.tssbStop.ButtonClick += new System.EventHandler(this.TssbStop_ButtonClick);
     //
     // tssbSlow
     //
     this.tssbSlow.DropDownButtonWidth = 0;
     this.tssbSlow.Image = global::mml2vgmIDE.Properties.Resources.F10;
     resources.ApplyResources(this.tssbSlow, "tssbSlow");
     this.tssbSlow.Name = "tssbSlow";
     this.tssbSlow.ButtonClick += new System.EventHandler(this.TssbSlow_ButtonClick);
     //
     // tssbFast
     //
     this.tssbFast.DropDownButtonWidth = 0;
     this.tssbFast.Image = global::mml2vgmIDE.Properties.Resources.F11;
     resources.ApplyResources(this.tssbFast, "tssbFast");
     this.tssbFast.Name = "tssbFast";
     this.tssbFast.ButtonClick += new System.EventHandler(this.TssbFast_ButtonClick);
     //
     // tssbMIDIKbd
     //
     this.tssbMIDIKbd.DropDownButtonWidth = 0;
     this.tssbMIDIKbd.Image = global::mml2vgmIDE.Properties.Resources.F12;
     resources.ApplyResources(this.tssbMIDIKbd, "tssbMIDIKbd");
     this.tssbMIDIKbd.Name = "tssbMIDIKbd";
     this.tssbMIDIKbd.ButtonClick += new System.EventHandler(this.TssbMIDIKbd_ButtonClick);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsmiFile,
     this.TsmiEdit,
     this.表示VToolStripMenuItem,
     this.コンパイルCToolStripMenuItem,
     this.tsmiScript,
     this.ツールTToolStripMenuItem,
     this.TsmiHelp});
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Stretch = false;
     //
     // TsmiFile
     //
     this.TsmiFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsmiNew,
     this.TsmiOpenFile,
     this.TsmiOpenFolder,
     this.tsmiGwiFileHistory,
     this.TsmiSaveFile,
     this.TsmiSaveAs,
     this.toolStripSeparator2,
     this.tsmiImport,
     this.tsmiExport,
     this.toolStripSeparator1,
     this.TsmiExit});
     this.TsmiFile.Name = "TsmiFile";
     resources.ApplyResources(this.TsmiFile, "TsmiFile");
     //
     // TsmiNew
     //
     this.TsmiNew.Name = "TsmiNew";
     resources.ApplyResources(this.TsmiNew, "TsmiNew");
     this.TsmiNew.Click += new System.EventHandler(this.TsmiNew_Click);
     //
     // TsmiOpenFile
     //
     this.TsmiOpenFile.Name = "TsmiOpenFile";
     resources.ApplyResources(this.TsmiOpenFile, "TsmiOpenFile");
     this.TsmiOpenFile.Click += new System.EventHandler(this.TsmiFileOpen_Click);
     //
     // TsmiOpenFolder
     //
     resources.ApplyResources(this.TsmiOpenFolder, "TsmiOpenFolder");
     this.TsmiOpenFolder.Name = "TsmiOpenFolder";
     this.TsmiOpenFolder.Click += new System.EventHandler(this.TsmiOpenFolder_Click);
     //
     // tsmiGwiFileHistory
     //
     this.tsmiGwiFileHistory.Name = "tsmiGwiFileHistory";
     resources.ApplyResources(this.tsmiGwiFileHistory, "tsmiGwiFileHistory");
     //
     // TsmiSaveFile
     //
     resources.ApplyResources(this.TsmiSaveFile, "TsmiSaveFile");
     this.TsmiSaveFile.Name = "TsmiSaveFile";
     this.TsmiSaveFile.Click += new System.EventHandler(this.TsmiSaveFile_Click);
     //
     // TsmiSaveAs
     //
     resources.ApplyResources(this.TsmiSaveAs, "TsmiSaveAs");
     this.TsmiSaveAs.Name = "TsmiSaveAs";
     this.TsmiSaveAs.Click += new System.EventHandler(this.TsmiSaveAs_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // tsmiImport
     //
     this.tsmiImport.Name = "tsmiImport";
     resources.ApplyResources(this.tsmiImport, "tsmiImport");
     this.tsmiImport.Click += new System.EventHandler(this.TsmiImport_Click);
     //
     // tsmiExport
     //
     this.tsmiExport.Name = "tsmiExport";
     resources.ApplyResources(this.tsmiExport, "tsmiExport");
     this.tsmiExport.Click += new System.EventHandler(this.TsmiExport_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // TsmiExit
     //
     this.TsmiExit.Name = "TsmiExit";
     resources.ApplyResources(this.TsmiExit, "TsmiExit");
     this.TsmiExit.Click += new System.EventHandler(this.TsmiExit_Click);
     //
     // TsmiEdit
     //
     this.TsmiEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsmiUndo,
     this.TsmiRedo,
     this.toolStripSeparator4,
     this.TsmiFind,
     this.TsmiFindNext,
     this.TsmiFindPrevious});
     this.TsmiEdit.Name = "TsmiEdit";
     resources.ApplyResources(this.TsmiEdit, "TsmiEdit");
     //
     // TsmiUndo
     //
     resources.ApplyResources(this.TsmiUndo, "TsmiUndo");
     this.TsmiUndo.Name = "TsmiUndo";
     this.TsmiUndo.Click += new System.EventHandler(this.TsmiUndo_Click);
     //
     // TsmiRedo
     //
     resources.ApplyResources(this.TsmiRedo, "TsmiRedo");
     this.TsmiRedo.Name = "TsmiRedo";
     this.TsmiRedo.Click += new System.EventHandler(this.TsmiRedo_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
     //
     // TsmiFind
     //
     this.TsmiFind.Name = "TsmiFind";
     resources.ApplyResources(this.TsmiFind, "TsmiFind");
     this.TsmiFind.Click += new System.EventHandler(this.TsmiFind_Click);
     //
     // TsmiFindNext
     //
     this.TsmiFindNext.Name = "TsmiFindNext";
     resources.ApplyResources(this.TsmiFindNext, "TsmiFindNext");
     this.TsmiFindNext.Click += new System.EventHandler(this.TsmiFindNext_Click);
     //
     // TsmiFindPrevious
     //
     this.TsmiFindPrevious.Name = "TsmiFindPrevious";
     resources.ApplyResources(this.TsmiFindPrevious, "TsmiFindPrevious");
     this.TsmiFindPrevious.Click += new System.EventHandler(this.TsmiFindPrevious_Click);
     //
     // 表示VToolStripMenuItem
     //
     this.表示VToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsmiShowPartCounter,
     this.TsmiShowFolderTree,
     this.TsmiShowErrorList,
     this.TsmiShowLog,
     this.TsmiShowLyrics,
     this.TsmiShowMixer,
     this.TsmiShowMIDIKbd,
     this.toolStripSeparator3,
     this.TsmiFunctionKey});
     this.表示VToolStripMenuItem.Name = "表示VToolStripMenuItem";
     resources.ApplyResources(this.表示VToolStripMenuItem, "表示VToolStripMenuItem");
     //
     // TsmiShowPartCounter
     //
     this.TsmiShowPartCounter.Name = "TsmiShowPartCounter";
     resources.ApplyResources(this.TsmiShowPartCounter, "TsmiShowPartCounter");
     this.TsmiShowPartCounter.Click += new System.EventHandler(this.TsmiShowPartCounter_Click);
     //
     // TsmiShowFolderTree
     //
     this.TsmiShowFolderTree.Name = "TsmiShowFolderTree";
     resources.ApplyResources(this.TsmiShowFolderTree, "TsmiShowFolderTree");
     this.TsmiShowFolderTree.Click += new System.EventHandler(this.TsmiShowFolderTree_Click);
     //
     // TsmiShowErrorList
     //
     this.TsmiShowErrorList.Name = "TsmiShowErrorList";
     resources.ApplyResources(this.TsmiShowErrorList, "TsmiShowErrorList");
     this.TsmiShowErrorList.Click += new System.EventHandler(this.TsmiShowErrorList_Click);
     //
     // TsmiShowLog
     //
     this.TsmiShowLog.Name = "TsmiShowLog";
     resources.ApplyResources(this.TsmiShowLog, "TsmiShowLog");
     this.TsmiShowLog.Click += new System.EventHandler(this.TsmiShowLog_Click);
     //
     // TsmiShowLyrics
     //
     this.TsmiShowLyrics.Name = "TsmiShowLyrics";
     resources.ApplyResources(this.TsmiShowLyrics, "TsmiShowLyrics");
     this.TsmiShowLyrics.Click += new System.EventHandler(this.TsmiShowLyrics_Click);
     //
     // TsmiShowMixer
     //
     this.TsmiShowMixer.Name = "TsmiShowMixer";
     resources.ApplyResources(this.TsmiShowMixer, "TsmiShowMixer");
     this.TsmiShowMixer.Click += new System.EventHandler(this.TsmiShowMixer_Click);
     //
     // TsmiShowMIDIKbd
     //
     this.TsmiShowMIDIKbd.Name = "TsmiShowMIDIKbd";
     resources.ApplyResources(this.TsmiShowMIDIKbd, "TsmiShowMIDIKbd");
     this.TsmiShowMIDIKbd.Click += new System.EventHandler(this.TsmiShowMIDIKbd_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
     //
     // TsmiFunctionKey
     //
     this.TsmiFunctionKey.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsmiFncHide,
     this.TsmiFncButtonOnly,
     this.TsmiFncButtonAndText});
     this.TsmiFunctionKey.Name = "TsmiFunctionKey";
     resources.ApplyResources(this.TsmiFunctionKey, "TsmiFunctionKey");
     //
     // TsmiFncHide
     //
     this.TsmiFncHide.Name = "TsmiFncHide";
     resources.ApplyResources(this.TsmiFncHide, "TsmiFncHide");
     this.TsmiFncHide.Click += new System.EventHandler(this.TsmiFncHide_Click);
     //
     // TsmiFncButtonOnly
     //
     this.TsmiFncButtonOnly.Name = "TsmiFncButtonOnly";
     resources.ApplyResources(this.TsmiFncButtonOnly, "TsmiFncButtonOnly");
     this.TsmiFncButtonOnly.Click += new System.EventHandler(this.TsmiFncButtonOnly_Click);
     //
     // TsmiFncButtonAndText
     //
     this.TsmiFncButtonAndText.Name = "TsmiFncButtonAndText";
     resources.ApplyResources(this.TsmiFncButtonAndText, "TsmiFncButtonAndText");
     this.TsmiFncButtonAndText.Click += new System.EventHandler(this.TsmiFncButtonAndText_Click);
     //
     // コンパイルCToolStripMenuItem
     //
     this.コンパイルCToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsmiCompileAndPlay,
     this.TsmiCompileAndTracePlay,
     this.TsmiCompileAndSkipPlay,
     this.TsmiAllCompile,
     this.TsmiCompile});
     this.コンパイルCToolStripMenuItem.Name = "コンパイルCToolStripMenuItem";
     resources.ApplyResources(this.コンパイルCToolStripMenuItem, "コンパイルCToolStripMenuItem");
     //
     // TsmiCompileAndPlay
     //
     this.TsmiCompileAndPlay.Name = "TsmiCompileAndPlay";
     resources.ApplyResources(this.TsmiCompileAndPlay, "TsmiCompileAndPlay");
     this.TsmiCompileAndPlay.Click += new System.EventHandler(this.TsmiCompileAndPlay_Click);
     //
     // TsmiCompileAndTracePlay
     //
     this.TsmiCompileAndTracePlay.Name = "TsmiCompileAndTracePlay";
     resources.ApplyResources(this.TsmiCompileAndTracePlay, "TsmiCompileAndTracePlay");
     this.TsmiCompileAndTracePlay.Click += new System.EventHandler(this.TsmiCompileAndTracePlay_Click);
     //
     // TsmiCompileAndSkipPlay
     //
     this.TsmiCompileAndSkipPlay.Name = "TsmiCompileAndSkipPlay";
     resources.ApplyResources(this.TsmiCompileAndSkipPlay, "TsmiCompileAndSkipPlay");
     this.TsmiCompileAndSkipPlay.Click += new System.EventHandler(this.TsmiCompileAndSkipPlay_Click);
     //
     // TsmiAllCompile
     //
     resources.ApplyResources(this.TsmiAllCompile, "TsmiAllCompile");
     this.TsmiAllCompile.Name = "TsmiAllCompile";
     //
     // TsmiCompile
     //
     this.TsmiCompile.Name = "TsmiCompile";
     resources.ApplyResources(this.TsmiCompile, "TsmiCompile");
     this.TsmiCompile.Click += new System.EventHandler(this.TsmiCompile_Click);
     //
     // tsmiScript
     //
     this.tsmiScript.Name = "tsmiScript";
     resources.ApplyResources(this.tsmiScript, "tsmiScript");
     //
     // ツールTToolStripMenuItem
     //
     this.ツールTToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsmiOption});
     this.ツールTToolStripMenuItem.Name = "ツールTToolStripMenuItem";
     resources.ApplyResources(this.ツールTToolStripMenuItem, "ツールTToolStripMenuItem");
     //
     // tsmiOption
     //
     this.tsmiOption.Name = "tsmiOption";
     resources.ApplyResources(this.tsmiOption, "tsmiOption");
     this.tsmiOption.Click += new System.EventHandler(this.TsmiOption_Click);
     //
     // TsmiHelp
     //
     this.TsmiHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsmiTutorial,
     this.TsmiReference,
     this.TsmiAbout});
     this.TsmiHelp.Name = "TsmiHelp";
     resources.ApplyResources(this.TsmiHelp, "TsmiHelp");
     //
     // TsmiTutorial
     //
     this.TsmiTutorial.Name = "TsmiTutorial";
     resources.ApplyResources(this.TsmiTutorial, "TsmiTutorial");
     this.TsmiTutorial.Click += new System.EventHandler(this.TsmiTutorial_Click);
     //
     // TsmiReference
     //
     this.TsmiReference.Name = "TsmiReference";
     resources.ApplyResources(this.TsmiReference, "TsmiReference");
     this.TsmiReference.Click += new System.EventHandler(this.TsmiReference_Click);
     //
     // TsmiAbout
     //
     this.TsmiAbout.Name = "TsmiAbout";
     resources.ApplyResources(this.TsmiAbout, "TsmiAbout");
     this.TsmiAbout.Click += new System.EventHandler(this.TsmiAbout_Click);
     //
     // timer
     //
     this.timer.Enabled = true;
     this.timer.Interval = 16;
     this.timer.Tick += new System.EventHandler(this.Timer_Tick);
     //
     // FrmMain
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.dpMain);
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "FrmMain";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
     this.Load += new System.EventHandler(this.FrmMain_Load);
     this.Shown += new System.EventHandler(this.Form1_Shown);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmMain_KeyDown);
     this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FrmMain_KeyUp);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Rectangle", 0);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Circle", 1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Path", 2);
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.CustomPropertyContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteCustomPropertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ItemContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ItemCenterViewEntry = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.renameToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.moveUpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.moveDownToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.addCustomPropertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewGrid = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewSnapToGrid = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewWorldOrigin = new System.Windows.Forms.ToolStripMenuItem();
     this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runLevelInYourOwnApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolsMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.moveSelectedItemsToLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copySelectedItemsToLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.linkItemsByACustomPropertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.alignHorizontallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignVerticallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignRotationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.quickGuideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     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.undoButton = new System.Windows.Forms.ToolStripSplitButton();
     this.redoButton = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.zoomcombo = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
     this.ShowGridButton = new System.Windows.Forms.ToolStripButton();
     this.SnapToGridButton = new System.Windows.Forms.ToolStripButton();
     this.ShowWorldOriginButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.LayerContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.LayerMoveUpEntry = new System.Windows.Forms.ToolStripMenuItem();
     this.LayerMoveDownEntry = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.treetools = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.buttonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.butonMoveUp = new System.Windows.Forms.ToolStripButton();
     this.buttonMoveDown = new System.Windows.Forms.ToolStripButton();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.listView1 = new System.Windows.Forms.ListView();
     this.imageList96 = new System.Windows.Forms.ImageList(this.components);
     this.chooseFolder = new System.Windows.Forms.Button();
     this.buttonFolderUp = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.listView2 = new System.Windows.Forms.ListView();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.imageList48 = new System.Windows.Forms.ImageList(this.components);
     this.imageList64 = new System.Windows.Forms.ImageList(this.components);
     this.imageList128 = new System.Windows.Forms.ImageList(this.components);
     this.imageList256 = new System.Windows.Forms.ImageList(this.components);
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.LevelContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.centerViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.CustomPropertyContextMenu.SuspendLayout();
     this.ItemContextMenu.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.LayerContextMenu.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.treetools.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.LevelContextMenu.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(778, 438);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
     this.pictureBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.pictureBox1_PreviewKeyDown);
     this.pictureBox1.DragOver += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragOver);
     this.pictureBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragDrop);
     this.pictureBox1.Resize += new System.EventHandler(this.pictureBox1_Resize);
     this.pictureBox1.DragLeave += new System.EventHandler(this.pictureBox1_DragLeave);
     this.pictureBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragEnter);
     this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
     //
     // statusStrip1
     //
     this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(0, 694);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusStrip1.Size = new System.Drawing.Size(1002, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoSize = false;
     this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(650, 17);
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoSize = false;
     this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(113, 17);
     this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.AutoSize = false;
     this.toolStripStatusLabel3.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel3.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(109, 17);
     this.toolStripStatusLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.AutoSize = false;
     this.toolStripStatusLabel4.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel4.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(60, 17);
     this.toolStripStatusLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // treeView1
     //
     this.treeView1.AllowDrop = true;
     this.treeView1.CheckBoxes = true;
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.HideSelection = false;
     this.treeView1.ImageIndex = 5;
     this.treeView1.ImageList = this.imageList2;
     this.treeView1.LabelEdit = true;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.SelectedImageIndex = 5;
     this.treeView1.Size = new System.Drawing.Size(212, 151);
     this.treeView1.TabIndex = 2;
     this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
     this.treeView1.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_AfterLabelEdit);
     this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView1_DragDrop);
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
     this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
     this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView1_ItemDrag);
     this.treeView1.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView1_DragOver);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "icon_layer.png");
     this.imageList2.Images.SetKeyName(1, "icon_texture_item.png");
     this.imageList2.Images.SetKeyName(2, "icon_rectangle_item.png");
     this.imageList2.Images.SetKeyName(3, "icon_circle_item.png");
     this.imageList2.Images.SetKeyName(4, "icon_path_item.png");
     this.imageList2.Images.SetKeyName(5, "icon_level.png");
     //
     // propertyGrid1
     //
     this.propertyGrid1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.propertyGrid1.ContextMenuStrip = this.CustomPropertyContextMenu;
     this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.Control;
     this.propertyGrid1.Location = new System.Drawing.Point(3, 16);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.propertyGrid1.Size = new System.Drawing.Size(206, 622);
     this.propertyGrid1.TabIndex = 3;
     this.propertyGrid1.ToolbarVisible = false;
     this.propertyGrid1.Click += new System.EventHandler(this.propertyGrid1_Click);
     this.propertyGrid1.Enter += new System.EventHandler(this.propertyGrid1_Enter);
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // CustomPropertyContextMenu
     //
     this.CustomPropertyContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.deleteCustomPropertyToolStripMenuItem});
     this.CustomPropertyContextMenu.Name = "CustomPropertyContextMenu";
     this.CustomPropertyContextMenu.Size = new System.Drawing.Size(201, 26);
     this.CustomPropertyContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.CustomPropertyContextMenu_Opening);
     //
     // deleteCustomPropertyToolStripMenuItem
     //
     this.deleteCustomPropertyToolStripMenuItem.Name = "deleteCustomPropertyToolStripMenuItem";
     this.deleteCustomPropertyToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
     this.deleteCustomPropertyToolStripMenuItem.Text = "Delete Custom Property";
     this.deleteCustomPropertyToolStripMenuItem.Click += new System.EventHandler(this.deleteCustomProperty);
     //
     // ItemContextMenu
     //
     this.ItemContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ItemCenterViewEntry,
     this.toolStripSeparator5,
     this.renameToolStripMenuItem1,
     this.deleteToolStripMenuItem1,
     this.toolStripSeparator3,
     this.moveUpToolStripMenuItem1,
     this.moveDownToolStripMenuItem1,
     this.toolStripSeparator10,
     this.addCustomPropertyToolStripMenuItem});
     this.ItemContextMenu.Name = "ItemContextMenu";
     this.ItemContextMenu.Size = new System.Drawing.Size(190, 154);
     //
     // ItemCenterViewEntry
     //
     this.ItemCenterViewEntry.Name = "ItemCenterViewEntry";
     this.ItemCenterViewEntry.ShortcutKeys = System.Windows.Forms.Keys.F4;
     this.ItemCenterViewEntry.Size = new System.Drawing.Size(189, 22);
     this.ItemCenterViewEntry.Text = "Center View";
     this.ItemCenterViewEntry.Click += new System.EventHandler(this.ActionCenterView);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(186, 6);
     //
     // renameToolStripMenuItem1
     //
     this.renameToolStripMenuItem1.Name = "renameToolStripMenuItem1";
     this.renameToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.renameToolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.renameToolStripMenuItem1.Text = "Rename";
     this.renameToolStripMenuItem1.Click += new System.EventHandler(this.ActionRename);
     //
     // deleteToolStripMenuItem1
     //
     this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
     this.deleteToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.deleteToolStripMenuItem1.Text = "Delete";
     this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.ActionDelete);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(186, 6);
     //
     // moveUpToolStripMenuItem1
     //
     this.moveUpToolStripMenuItem1.Name = "moveUpToolStripMenuItem1";
     this.moveUpToolStripMenuItem1.ShortcutKeyDisplayString = "";
     this.moveUpToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F7;
     this.moveUpToolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.moveUpToolStripMenuItem1.Text = "Move Up";
     this.moveUpToolStripMenuItem1.Click += new System.EventHandler(this.ActionMoveUp);
     //
     // moveDownToolStripMenuItem1
     //
     this.moveDownToolStripMenuItem1.Name = "moveDownToolStripMenuItem1";
     this.moveDownToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F8;
     this.moveDownToolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.moveDownToolStripMenuItem1.Text = "Move Down";
     this.moveDownToolStripMenuItem1.Click += new System.EventHandler(this.ActionMoveDown);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(186, 6);
     //
     // addCustomPropertyToolStripMenuItem
     //
     this.addCustomPropertyToolStripMenuItem.Name = "addCustomPropertyToolStripMenuItem";
     this.addCustomPropertyToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.addCustomPropertyToolStripMenuItem.Text = "Add Custom Property";
     this.addCustomPropertyToolStripMenuItem.Click += new System.EventHandler(this.ActionAddCustomProperty);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.runToolStripMenuItem,
     this.ToolsMenu,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.menuStrip1.Size = new System.Drawing.Size(1002, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.openToolStripMenuItem,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.toolStripSeparator1,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.newToolStripMenuItem.Text = "New";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.FileNew);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.openToolStripMenuItem.Text = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.FileOpen);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.saveToolStripMenuItem.Text = "Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.FileSave);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12;
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.saveAsToolStripMenuItem.Text = "Save As...";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.FileSaveAs);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.FileExit);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoMenuItem,
     this.redoMenuItem,
     this.toolStripSeparator9,
     this.selectAllToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // undoMenuItem
     //
     this.undoMenuItem.Enabled = false;
     this.undoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoMenuItem.Image")));
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoMenuItem.Size = new System.Drawing.Size(164, 22);
     this.undoMenuItem.Text = "Undo";
     this.undoMenuItem.Click += new System.EventHandler(this.EditUndo);
     //
     // redoMenuItem
     //
     this.redoMenuItem.Enabled = false;
     this.redoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoMenuItem.Image")));
     this.redoMenuItem.Name = "redoMenuItem";
     this.redoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
     this.redoMenuItem.Size = new System.Drawing.Size(164, 22);
     this.redoMenuItem.Text = "Redo";
     this.redoMenuItem.Click += new System.EventHandler(this.EditRedo);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(161, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
     this.selectAllToolStripMenuItem.Text = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.EditSelectAll);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ViewGrid,
     this.ViewSnapToGrid,
     this.ViewWorldOrigin});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // ViewGrid
     //
     this.ViewGrid.CheckOnClick = true;
     this.ViewGrid.Image = ((System.Drawing.Image)(resources.GetObject("ViewGrid.Image")));
     this.ViewGrid.Name = "ViewGrid";
     this.ViewGrid.Size = new System.Drawing.Size(142, 22);
     this.ViewGrid.Text = "Grid";
     this.ViewGrid.CheckedChanged += new System.EventHandler(this.ViewGrid_CheckedChanged);
     //
     // ViewSnapToGrid
     //
     this.ViewSnapToGrid.CheckOnClick = true;
     this.ViewSnapToGrid.Image = ((System.Drawing.Image)(resources.GetObject("ViewSnapToGrid.Image")));
     this.ViewSnapToGrid.Name = "ViewSnapToGrid";
     this.ViewSnapToGrid.Size = new System.Drawing.Size(142, 22);
     this.ViewSnapToGrid.Text = "Snap to Grid";
     this.ViewSnapToGrid.CheckedChanged += new System.EventHandler(this.ViewSnapToGrid_CheckedChanged);
     //
     // ViewWorldOrigin
     //
     this.ViewWorldOrigin.CheckOnClick = true;
     this.ViewWorldOrigin.Image = ((System.Drawing.Image)(resources.GetObject("ViewWorldOrigin.Image")));
     this.ViewWorldOrigin.Name = "ViewWorldOrigin";
     this.ViewWorldOrigin.Size = new System.Drawing.Size(142, 22);
     this.ViewWorldOrigin.Text = "World Origin";
     this.ViewWorldOrigin.CheckedChanged += new System.EventHandler(this.ViewWorldOrigin_CheckedChanged);
     //
     // runToolStripMenuItem
     //
     this.runToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runLevelInYourOwnApplicationToolStripMenuItem});
     this.runToolStripMenuItem.Name = "runToolStripMenuItem";
     this.runToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
     this.runToolStripMenuItem.Text = "Run";
     //
     // runLevelInYourOwnApplicationToolStripMenuItem
     //
     this.runLevelInYourOwnApplicationToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("runLevelInYourOwnApplicationToolStripMenuItem.Image")));
     this.runLevelInYourOwnApplicationToolStripMenuItem.Name = "runLevelInYourOwnApplicationToolStripMenuItem";
     this.runLevelInYourOwnApplicationToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.runLevelInYourOwnApplicationToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.runLevelInYourOwnApplicationToolStripMenuItem.Text = "Run Level";
     this.runLevelInYourOwnApplicationToolStripMenuItem.ToolTipText = "Run Level in your own application. To use this, define the appropriate settings i" +
         "n the Tools->Settings dialog.";
     this.runLevelInYourOwnApplicationToolStripMenuItem.Click += new System.EventHandler(this.RunLevel);
     //
     // ToolsMenu
     //
     this.ToolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.moveSelectedItemsToLayerToolStripMenuItem,
     this.copySelectedItemsToLayerToolStripMenuItem,
     this.toolStripSeparator7,
     this.linkItemsByACustomPropertyToolStripMenuItem,
     this.toolStripSeparator16,
     this.alignHorizontallyToolStripMenuItem,
     this.alignVerticallyToolStripMenuItem,
     this.alignRotationToolStripMenuItem,
     this.alignScaleToolStripMenuItem,
     this.toolStripSeparator6,
     this.settingsToolStripMenuItem1});
     this.ToolsMenu.Name = "ToolsMenu";
     this.ToolsMenu.Size = new System.Drawing.Size(48, 20);
     this.ToolsMenu.Text = "Tools";
     this.ToolsMenu.MouseEnter += new System.EventHandler(this.ToolsMenu_MouseEnter);
     this.ToolsMenu.Click += new System.EventHandler(this.ToolsMenu_Click);
     //
     // moveSelectedItemsToLayerToolStripMenuItem
     //
     this.moveSelectedItemsToLayerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("moveSelectedItemsToLayerToolStripMenuItem.Image")));
     this.moveSelectedItemsToLayerToolStripMenuItem.Name = "moveSelectedItemsToLayerToolStripMenuItem";
     this.moveSelectedItemsToLayerToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.moveSelectedItemsToLayerToolStripMenuItem.Text = "Move Selected Items to Layer...";
     this.moveSelectedItemsToLayerToolStripMenuItem.ToolTipText = "Moves the selected Items to another existing layer.";
     this.moveSelectedItemsToLayerToolStripMenuItem.Click += new System.EventHandler(this.ToolsMoveToLayer);
     //
     // copySelectedItemsToLayerToolStripMenuItem
     //
     this.copySelectedItemsToLayerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copySelectedItemsToLayerToolStripMenuItem.Image")));
     this.copySelectedItemsToLayerToolStripMenuItem.Name = "copySelectedItemsToLayerToolStripMenuItem";
     this.copySelectedItemsToLayerToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.copySelectedItemsToLayerToolStripMenuItem.Text = "Copy Selected Items to Layer...";
     this.copySelectedItemsToLayerToolStripMenuItem.ToolTipText = "Copies the selected Items to another existing layer.";
     this.copySelectedItemsToLayerToolStripMenuItem.Click += new System.EventHandler(this.ToolsCopyToLayer);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(359, 6);
     //
     // linkItemsByACustomPropertyToolStripMenuItem
     //
     this.linkItemsByACustomPropertyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("linkItemsByACustomPropertyToolStripMenuItem.Image")));
     this.linkItemsByACustomPropertyToolStripMenuItem.Name = "linkItemsByACustomPropertyToolStripMenuItem";
     this.linkItemsByACustomPropertyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.L)));
     this.linkItemsByACustomPropertyToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.linkItemsByACustomPropertyToolStripMenuItem.Text = "Link Selected Items by a CustomProperty";
     this.linkItemsByACustomPropertyToolStripMenuItem.ToolTipText = "Only active if exactly two Items are selected. Adds a Custom Property of type \"It" +
         "em\" resulting in the first Item referring to the Second one. \r\nTwo-way linking a" +
         "lso possible.";
     this.linkItemsByACustomPropertyToolStripMenuItem.Click += new System.EventHandler(this.ToolsLinkItems);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(359, 6);
     //
     // alignHorizontallyToolStripMenuItem
     //
     this.alignHorizontallyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignHorizontallyToolStripMenuItem.Image")));
     this.alignHorizontallyToolStripMenuItem.Name = "alignHorizontallyToolStripMenuItem";
     this.alignHorizontallyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.H)));
     this.alignHorizontallyToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.alignHorizontallyToolStripMenuItem.Text = "Align Horizontally";
     this.alignHorizontallyToolStripMenuItem.ToolTipText = "Adjust the Y-Coordinate of all selected items to be the same as the first selecte" +
         "d item.";
     this.alignHorizontallyToolStripMenuItem.Click += new System.EventHandler(this.ToolsAlignHorizontally);
     //
     // alignVerticallyToolStripMenuItem
     //
     this.alignVerticallyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignVerticallyToolStripMenuItem.Image")));
     this.alignVerticallyToolStripMenuItem.Name = "alignVerticallyToolStripMenuItem";
     this.alignVerticallyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.V)));
     this.alignVerticallyToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.alignVerticallyToolStripMenuItem.Text = "Align Vertically";
     this.alignVerticallyToolStripMenuItem.ToolTipText = "Adjust the X-Coordinate of all selected items to be the same as the first selecte" +
         "d item.";
     this.alignVerticallyToolStripMenuItem.Click += new System.EventHandler(this.ToolsAlignVertically);
     //
     // alignRotationToolStripMenuItem
     //
     this.alignRotationToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignRotationToolStripMenuItem.Image")));
     this.alignRotationToolStripMenuItem.Name = "alignRotationToolStripMenuItem";
     this.alignRotationToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.R)));
     this.alignRotationToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.alignRotationToolStripMenuItem.Text = "Align Rotation";
     this.alignRotationToolStripMenuItem.ToolTipText = "Adjust the rotation of all selected items to be the same as the first selected it" +
         "em.";
     this.alignRotationToolStripMenuItem.Click += new System.EventHandler(this.ToolsAlignRotation);
     //
     // alignScaleToolStripMenuItem
     //
     this.alignScaleToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignScaleToolStripMenuItem.Image")));
     this.alignScaleToolStripMenuItem.Name = "alignScaleToolStripMenuItem";
     this.alignScaleToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.S)));
     this.alignScaleToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.alignScaleToolStripMenuItem.Text = "Align Scale";
     this.alignScaleToolStripMenuItem.ToolTipText = "Adjust the Scale of all selected items to be the same as the first selected item." +
         "";
     this.alignScaleToolStripMenuItem.Click += new System.EventHandler(this.ToolsAlignScale);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(359, 6);
     //
     // settingsToolStripMenuItem1
     //
     this.settingsToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem1.Image")));
     this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
     this.settingsToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F9;
     this.settingsToolStripMenuItem1.Size = new System.Drawing.Size(362, 22);
     this.settingsToolStripMenuItem1.Text = "Settings";
     this.settingsToolStripMenuItem1.ToolTipText = "The Settings Dialog.";
     this.settingsToolStripMenuItem1.Click += new System.EventHandler(this.ToolsSettings);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.quickGuideToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // quickGuideToolStripMenuItem
     //
     this.quickGuideToolStripMenuItem.Name = "quickGuideToolStripMenuItem";
     this.quickGuideToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.quickGuideToolStripMenuItem.Text = "QuickGuide";
     this.quickGuideToolStripMenuItem.Click += new System.EventHandler(this.HelpQuickGuide);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.HelpAbout);
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripButton,
     this.openToolStripButton,
     this.saveToolStripButton,
     this.toolStripSeparator,
     this.undoButton,
     this.redoButton,
     this.toolStripSeparator8,
     this.toolStripLabel1,
     this.zoomcombo,
     this.toolStripSeparator17,
     this.ShowGridButton,
     this.SnapToGridButton,
     this.ShowWorldOriginButton,
     this.toolStripSeparator12,
     this.toolStripButton2,
     this.toolStripSeparator14,
     this.toolStripButton3});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size = new System.Drawing.Size(1002, 25);
     this.toolStrip1.Stretch = true;
     this.toolStrip1.TabIndex = 5;
     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";
     this.newToolStripButton.Click += new System.EventHandler(this.FileNew);
     //
     // 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";
     this.openToolStripButton.Click += new System.EventHandler(this.FileOpen);
     //
     // 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";
     this.saveToolStripButton.ToolTipText = "Save";
     this.saveToolStripButton.Click += new System.EventHandler(this.FileSave);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // undoButton
     //
     this.undoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
     this.undoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoButton.Name = "undoButton";
     this.undoButton.Size = new System.Drawing.Size(32, 22);
     this.undoButton.Text = "toolStripButton2";
     this.undoButton.ToolTipText = "Undo";
     this.undoButton.ButtonClick += new System.EventHandler(this.EditUndo);
     this.undoButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.UndoManyCommands);
     //
     // redoButton
     //
     this.redoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoButton.Enabled = false;
     this.redoButton.Image = ((System.Drawing.Image)(resources.GetObject("redoButton.Image")));
     this.redoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.redoButton.Name = "redoButton";
     this.redoButton.Size = new System.Drawing.Size(32, 22);
     this.redoButton.Text = "toolStripButton3";
     this.redoButton.ToolTipText = "Redo";
     this.redoButton.ButtonClick += new System.EventHandler(this.EditRedo);
     this.redoButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.RedoManyCommands);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(42, 22);
     this.toolStripLabel1.Text = "Zoom:";
     //
     // zoomcombo
     //
     this.zoomcombo.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.zoomcombo.Name = "zoomcombo";
     this.zoomcombo.Size = new System.Drawing.Size(75, 25);
     this.zoomcombo.TextChanged += new System.EventHandler(this.zoomcombo_TextChanged);
     //
     // toolStripSeparator17
     //
     this.toolStripSeparator17.Name = "toolStripSeparator17";
     this.toolStripSeparator17.Size = new System.Drawing.Size(6, 25);
     //
     // ShowGridButton
     //
     this.ShowGridButton.CheckOnClick = true;
     this.ShowGridButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ShowGridButton.Image = ((System.Drawing.Image)(resources.GetObject("ShowGridButton.Image")));
     this.ShowGridButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ShowGridButton.Name = "ShowGridButton";
     this.ShowGridButton.Size = new System.Drawing.Size(23, 22);
     this.ShowGridButton.Text = "toolStripButton4";
     this.ShowGridButton.ToolTipText = "Show Grid";
     this.ShowGridButton.CheckedChanged += new System.EventHandler(this.ShowGridButton_CheckedChanged);
     //
     // SnapToGridButton
     //
     this.SnapToGridButton.CheckOnClick = true;
     this.SnapToGridButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.SnapToGridButton.Image = ((System.Drawing.Image)(resources.GetObject("SnapToGridButton.Image")));
     this.SnapToGridButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SnapToGridButton.Name = "SnapToGridButton";
     this.SnapToGridButton.Size = new System.Drawing.Size(23, 22);
     this.SnapToGridButton.Text = "toolStripButton4";
     this.SnapToGridButton.ToolTipText = "Snap to Grid";
     this.SnapToGridButton.CheckedChanged += new System.EventHandler(this.SnapToGridButton_CheckedChanged);
     //
     // ShowWorldOriginButton
     //
     this.ShowWorldOriginButton.CheckOnClick = true;
     this.ShowWorldOriginButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ShowWorldOriginButton.Image = ((System.Drawing.Image)(resources.GetObject("ShowWorldOriginButton.Image")));
     this.ShowWorldOriginButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ShowWorldOriginButton.Name = "ShowWorldOriginButton";
     this.ShowWorldOriginButton.Size = new System.Drawing.Size(23, 22);
     this.ShowWorldOriginButton.Text = "toolStripButton4";
     this.ShowWorldOriginButton.ToolTipText = "Show World Origin";
     this.ShowWorldOriginButton.CheckedChanged += new System.EventHandler(this.ShowWorldOriginButton_CheckedChanged);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Run Level";
     this.toolStripButton2.ToolTipText = "Run Level in your own application. To use this, define the appropriate settings i" +
         "n the Tools->Settings dialog.";
     this.toolStripButton2.Click += new System.EventHandler(this.RunLevel);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Settings";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolsSettings);
     //
     // LayerContextMenu
     //
     this.LayerContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.duplicateToolStripMenuItem,
     this.toolStripSeparator11,
     this.renameToolStripMenuItem,
     this.deleteToolStripMenuItem,
     this.toolStripSeparator2,
     this.LayerMoveUpEntry,
     this.LayerMoveDownEntry,
     this.toolStripSeparator18,
     this.toolStripMenuItem1});
     this.LayerContextMenu.Name = "LayerContextMenu";
     this.LayerContextMenu.Size = new System.Drawing.Size(190, 154);
     //
     // duplicateToolStripMenuItem
     //
     this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
     this.duplicateToolStripMenuItem.ShortcutKeyDisplayString = "";
     this.duplicateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.duplicateToolStripMenuItem.Text = "Duplicate";
     this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.ActionDuplicate);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(186, 6);
     //
     // renameToolStripMenuItem
     //
     this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
     this.renameToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.renameToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.renameToolStripMenuItem.Text = "Rename";
     this.renameToolStripMenuItem.Click += new System.EventHandler(this.ActionRename);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.ActionDelete);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(186, 6);
     //
     // LayerMoveUpEntry
     //
     this.LayerMoveUpEntry.Name = "LayerMoveUpEntry";
     this.LayerMoveUpEntry.ShortcutKeys = System.Windows.Forms.Keys.F7;
     this.LayerMoveUpEntry.Size = new System.Drawing.Size(189, 22);
     this.LayerMoveUpEntry.Text = "Move Up";
     this.LayerMoveUpEntry.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.LayerMoveUpEntry.Click += new System.EventHandler(this.ActionMoveUp);
     //
     // LayerMoveDownEntry
     //
     this.LayerMoveDownEntry.Name = "LayerMoveDownEntry";
     this.LayerMoveDownEntry.ShortcutKeys = System.Windows.Forms.Keys.F8;
     this.LayerMoveDownEntry.Size = new System.Drawing.Size(189, 22);
     this.LayerMoveDownEntry.Text = "Move Down";
     this.LayerMoveDownEntry.Click += new System.EventHandler(this.ActionMoveDown);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(186, 6);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.toolStripMenuItem1.Text = "Add Custom Property";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.ActionAddCustomProperty);
     //
     // splitContainer1
     //
     this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(1002, 645);
     this.splitContainer1.SplitterDistance = 216;
     this.splitContainer1.TabIndex = 6;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.propertyGrid1);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(212, 641);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Inspector";
     this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
     //
     // splitContainer2
     //
     this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer2.Panel1.Controls.Add(this.pictureBox1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer2.Size = new System.Drawing.Size(782, 645);
     this.splitContainer2.SplitterDistance = 442;
     this.splitContainer2.TabIndex = 0;
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupBox2);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer4.Size = new System.Drawing.Size(778, 195);
     this.splitContainer4.SplitterDistance = 218;
     this.splitContainer4.TabIndex = 1;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.treeView1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(212, 151);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(3, 16);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(212, 176);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.treetools);
     this.toolStripContainer1.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     //
     // treetools
     //
     this.treetools.Dock = System.Windows.Forms.DockStyle.None;
     this.treetools.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.treetools.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.buttonDelete,
     this.toolStripSeparator4,
     this.butonMoveUp,
     this.buttonMoveDown});
     this.treetools.Location = new System.Drawing.Point(3, 0);
     this.treetools.Name = "treetools";
     this.treetools.Size = new System.Drawing.Size(101, 25);
     this.treetools.TabIndex = 0;
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "toolStripButton1";
     this.toolStripButton1.ToolTipText = "New Layer (N)";
     this.toolStripButton1.Click += new System.EventHandler(this.ActionNewLayer);
     //
     // buttonDelete
     //
     this.buttonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonDelete.Image = ((System.Drawing.Image)(resources.GetObject("buttonDelete.Image")));
     this.buttonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonDelete.Name = "buttonDelete";
     this.buttonDelete.Size = new System.Drawing.Size(23, 22);
     this.buttonDelete.Text = "Delete";
     this.buttonDelete.ToolTipText = "Delete (Del)";
     this.buttonDelete.Click += new System.EventHandler(this.ActionDelete);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // butonMoveUp
     //
     this.butonMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.butonMoveUp.Image = ((System.Drawing.Image)(resources.GetObject("butonMoveUp.Image")));
     this.butonMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.butonMoveUp.Name = "butonMoveUp";
     this.butonMoveUp.Size = new System.Drawing.Size(23, 22);
     this.butonMoveUp.Text = "toolStripButton3";
     this.butonMoveUp.ToolTipText = "Move Up (F7)";
     this.butonMoveUp.Click += new System.EventHandler(this.ActionMoveUp);
     //
     // buttonMoveDown
     //
     this.buttonMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonMoveDown.Image = ((System.Drawing.Image)(resources.GetObject("buttonMoveDown.Image")));
     this.buttonMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonMoveDown.Name = "buttonMoveDown";
     this.buttonMoveDown.Size = new System.Drawing.Size(23, 22);
     this.buttonMoveDown.Text = "toolStripButton4";
     this.buttonMoveDown.ToolTipText = "Move Down (F8)";
     this.buttonMoveDown.Click += new System.EventHandler(this.ActionMoveDown);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.HotTrack = true;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(556, 195);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.listView1);
     this.tabPage1.Controls.Add(this.chooseFolder);
     this.tabPage1.Controls.Add(this.buttonFolderUp);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.comboBox1);
     this.tabPage1.Controls.Add(this.textBox1);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(548, 169);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Textures";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // listView1
     //
     this.listView1.AllowDrop = true;
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.HideSelection = false;
     this.listView1.LargeImageList = this.imageList96;
     this.listView1.Location = new System.Drawing.Point(9, 34);
     this.listView1.MultiSelect = false;
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(550, 129);
     this.listView1.TabIndex = 6;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
     this.listView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
     this.listView1.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.listView1_GiveFeedback);
     this.listView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView1_ItemDrag);
     this.listView1.DragOver += new System.Windows.Forms.DragEventHandler(this.listView1_DragOver);
     this.listView1.Click += new System.EventHandler(this.listView1_Click);
     //
     // imageList96
     //
     this.imageList96.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList96.ImageSize = new System.Drawing.Size(96, 96);
     this.imageList96.TransparentColor = System.Drawing.Color.Transparent;
     //
     // chooseFolder
     //
     this.chooseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chooseFolder.Location = new System.Drawing.Point(347, 6);
     this.chooseFolder.Name = "chooseFolder";
     this.chooseFolder.Size = new System.Drawing.Size(60, 23);
     this.chooseFolder.TabIndex = 5;
     this.chooseFolder.Text = "Choose...";
     this.chooseFolder.UseVisualStyleBackColor = true;
     this.chooseFolder.Click += new System.EventHandler(this.chooseFolder_Click);
     //
     // buttonFolderUp
     //
     this.buttonFolderUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonFolderUp.Image = ((System.Drawing.Image)(resources.GetObject("buttonFolderUp.Image")));
     this.buttonFolderUp.Location = new System.Drawing.Point(309, 6);
     this.buttonFolderUp.Name = "buttonFolderUp";
     this.buttonFolderUp.Size = new System.Drawing.Size(32, 23);
     this.buttonFolderUp.TabIndex = 4;
     this.buttonFolderUp.UseVisualStyleBackColor = true;
     this.buttonFolderUp.Click += new System.EventHandler(this.buttonFolderUp_Click);
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(455, 11);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(30, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Size:";
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(485, 8);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(74, 21);
     this.comboBox1.TabIndex = 2;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboSize_SelectedIndexChanged);
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(51, 8);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(252, 20);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 11);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(39, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Folder:";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.listView2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(545, 169);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Primitives";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // listView2
     //
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.HideSelection = false;
     listViewItem1.ToolTipText = "A simple rectangle defined by position, width and height. Rectangle Primitives ca" +
         "n be scaled but not rotated.";
     listViewItem2.ToolTipText = "A simple circle defined by position and radius. Circle Primitives can be scaled b" +
         "ut not rotated.";
     listViewItem3.ToolTipText = "A Path is an array of Vector2. Path Primitives can be rotated and scaled.";
     this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3});
     this.listView2.LargeImageList = this.imageList1;
     this.listView2.Location = new System.Drawing.Point(3, 3);
     this.listView2.MultiSelect = false;
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(539, 163);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView2_MouseDoubleClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "primitive_rectangle.png");
     this.imageList1.Images.SetKeyName(1, "primitive_circle.png");
     this.imageList1.Images.SetKeyName(2, "primitive_path.png");
     //
     // imageList48
     //
     this.imageList48.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList48.ImageSize = new System.Drawing.Size(48, 48);
     this.imageList48.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList64
     //
     this.imageList64.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList64.ImageSize = new System.Drawing.Size(64, 64);
     this.imageList64.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList128
     //
     this.imageList128.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList128.ImageSize = new System.Drawing.Size(128, 128);
     this.imageList128.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList256
     //
     this.imageList256.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList256.ImageSize = new System.Drawing.Size(256, 256);
     this.imageList256.TransparentColor = System.Drawing.Color.Transparent;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress = true;
     this.backgroundWorker1.WorkerSupportsCancellation = true;
     this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
     //
     // LevelContextMenu
     //
     this.LevelContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.centerViewToolStripMenuItem,
     this.addLayerToolStripMenuItem,
     this.toolStripSeparator13,
     this.toolStripMenuItem2,
     this.toolStripSeparator15,
     this.toolStripMenuItem6});
     this.LevelContextMenu.Name = "ItemContextMenu";
     this.LevelContextMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.LevelContextMenu.Size = new System.Drawing.Size(190, 104);
     //
     // centerViewToolStripMenuItem
     //
     this.centerViewToolStripMenuItem.Name = "centerViewToolStripMenuItem";
     this.centerViewToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
     this.centerViewToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.centerViewToolStripMenuItem.Text = "Center View";
     this.centerViewToolStripMenuItem.Click += new System.EventHandler(this.ActionCenterView);
     //
     // addLayerToolStripMenuItem
     //
     this.addLayerToolStripMenuItem.Name = "addLayerToolStripMenuItem";
     this.addLayerToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.addLayerToolStripMenuItem.Text = "Add Layer";
     this.addLayerToolStripMenuItem.Click += new System.EventHandler(this.ActionNewLayer);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(186, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.toolStripMenuItem2.Size = new System.Drawing.Size(189, 22);
     this.toolStripMenuItem2.Text = "Rename";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.ActionRename);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(186, 6);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(189, 22);
     this.toolStripMenuItem6.Text = "Add Custom Property";
     this.toolStripMenuItem6.Click += new System.EventHandler(this.ActionAddCustomProperty);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.toolStripContainer1);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(218, 195);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Hierarchy";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1002, 716);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Location = new System.Drawing.Point(10, 10);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.Text = "GLEED2D";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.CustomPropertyContextMenu.ResumeLayout(false);
     this.ItemContextMenu.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.LayerContextMenu.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     this.splitContainer4.ResumeLayout(false);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.treetools.ResumeLayout(false);
     this.treetools.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.LevelContextMenu.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.statusMainForm = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblUserName = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslDepartName = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblDepartName = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolNet = new System.Windows.Forms.ToolStripSplitButton();
     this.menuMain = new System.Windows.Forms.MenuStrip();
     this.memuSysSet = new System.Windows.Forms.ToolStripMenuItem();
     this.memuDataBase = new System.Windows.Forms.ToolStripMenuItem();
     this.menuPassWord = new System.Windows.Forms.ToolStripMenuItem();
     this.menuICCard = new System.Windows.Forms.ToolStripMenuItem();
     this.menuActiveMarkCard = new System.Windows.Forms.ToolStripMenuItem();
     this.标识卡初始化ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuMainExit = new System.Windows.Forms.ToolStripMenuItem();
     this.toolMain = new System.Windows.Forms.ToolStrip();
     this.toolDataBase = new System.Windows.Forms.ToolStripButton();
     this.toolChangePsw = new System.Windows.Forms.ToolStripButton();
     this.toolActiveMarkedCard = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolExit = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusMainForm.SuspendLayout();
     this.menuMain.SuspendLayout();
     this.toolMain.SuspendLayout();
     this.SuspendLayout();
     //
     // statusMainForm
     //
     this.statusMainForm.ImageScalingSize = new System.Drawing.Size(18, 18);
     this.statusMainForm.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.statusMainForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.lblUserName,
     this.toolStripStatusLabel2,
     this.tsslDepartName,
     this.lblDepartName,
     this.toolStripStatusLabel4,
     this.toolNet});
     this.statusMainForm.Location = new System.Drawing.Point(0, 438);
     this.statusMainForm.Name = "statusMainForm";
     this.statusMainForm.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.statusMainForm.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusMainForm.Size = new System.Drawing.Size(834, 24);
     this.statusMainForm.TabIndex = 0;
     this.statusMainForm.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(56, 19);
     this.toolStripStatusLabel1.Text = "登录名:";
     //
     // lblUserName
     //
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(20, 19);
     this.lblUserName.Text = "   ";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(84, 19);
     this.toolStripStatusLabel2.Text = "    所属部门:";
     //
     // tsslDepartName
     //
     this.tsslDepartName.Name = "tsslDepartName";
     this.tsslDepartName.Size = new System.Drawing.Size(0, 19);
     this.tsslDepartName.Tag = "toolStripStatusLabel3";
     //
     // lblDepartName
     //
     this.lblDepartName.Name = "lblDepartName";
     this.lblDepartName.Size = new System.Drawing.Size(20, 19);
     this.lblDepartName.Text = "   ";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(88, 19);
     this.toolStripStatusLabel4.Text = "        网络连接";
     //
     // toolNet
     //
     this.toolNet.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolNet.DropDownButtonWidth = 0;
     this.toolNet.Image = ((System.Drawing.Image)(resources.GetObject("toolNet.Image")));
     this.toolNet.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolNet.Name = "toolNet";
     this.toolNet.Size = new System.Drawing.Size(23, 22);
     this.toolNet.Text = "toolStripSplitButton1";
     //
     // menuMain
     //
     this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.memuSysSet,
     this.menuICCard,
     this.MenuMainExit});
     this.menuMain.Location = new System.Drawing.Point(0, 0);
     this.menuMain.Name = "menuMain";
     this.menuMain.Size = new System.Drawing.Size(834, 25);
     this.menuMain.TabIndex = 1;
     this.menuMain.Text = "menuStrip1";
     //
     // memuSysSet
     //
     this.memuSysSet.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.memuDataBase,
     this.menuPassWord});
     this.memuSysSet.Name = "memuSysSet";
     this.memuSysSet.Size = new System.Drawing.Size(83, 21);
     this.memuSysSet.Tag = "s3001";
     this.memuSysSet.Text = "系统设置(&S)";
     //
     // memuDataBase
     //
     this.memuDataBase.Name = "memuDataBase";
     this.memuDataBase.ShowShortcutKeys = false;
     this.memuDataBase.Size = new System.Drawing.Size(128, 22);
     this.memuDataBase.Tag = "s3002";
     this.memuDataBase.Text = "数据库设置";
     this.memuDataBase.Click += new System.EventHandler(this.memuDataBase_Click);
     //
     // menuPassWord
     //
     this.menuPassWord.Image = ((System.Drawing.Image)(resources.GetObject("menuPassWord.Image")));
     this.menuPassWord.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.menuPassWord.Name = "menuPassWord";
     this.menuPassWord.ShortcutKeyDisplayString = "";
     this.menuPassWord.ShowShortcutKeys = false;
     this.menuPassWord.Size = new System.Drawing.Size(128, 22);
     this.menuPassWord.Tag = "s3004";
     this.menuPassWord.Text = "修改密码";
     this.menuPassWord.Click += new System.EventHandler(this.menuPassWord_Click);
     //
     // menuICCard
     //
     this.menuICCard.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuActiveMarkCard,
     this.标识卡初始化ToolStripMenuItem});
     this.menuICCard.Name = "menuICCard";
     this.menuICCard.Size = new System.Drawing.Size(96, 21);
     this.menuICCard.Tag = "s3100";
     this.menuICCard.Text = "初始化管理(&C)";
     //
     // menuActiveMarkCard
     //
     this.menuActiveMarkCard.Name = "menuActiveMarkCard";
     this.menuActiveMarkCard.Size = new System.Drawing.Size(148, 22);
     this.menuActiveMarkCard.Tag = "s3104";
     this.menuActiveMarkCard.Text = "准运卡初始化";
     this.menuActiveMarkCard.Click += new System.EventHandler(this.menuActiveMarkCard_Click);
     //
     // 标识卡初始化ToolStripMenuItem
     //
     this.标识卡初始化ToolStripMenuItem.Name = "标识卡初始化ToolStripMenuItem";
     this.标识卡初始化ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.标识卡初始化ToolStripMenuItem.Text = "标识卡初始化";
     this.标识卡初始化ToolStripMenuItem.Click += new System.EventHandler(this.标识卡初始化ToolStripMenuItem_Click);
     //
     // MenuMainExit
     //
     this.MenuMainExit.Name = "MenuMainExit";
     this.MenuMainExit.Size = new System.Drawing.Size(44, 21);
     this.MenuMainExit.Tag = "-1";
     this.MenuMainExit.Text = "退出";
     this.MenuMainExit.Click += new System.EventHandler(this.MenuMainExit_Click);
     //
     // toolMain
     //
     this.toolMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(208)))), ((int)(((byte)(248)))));
     this.toolMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolMain.ImageScalingSize = new System.Drawing.Size(23, 20);
     this.toolMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolDataBase,
     this.toolChangePsw,
     this.toolActiveMarkedCard,
     this.toolStripButton1,
     this.toolExit});
     this.toolMain.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.toolMain.Location = new System.Drawing.Point(0, 25);
     this.toolMain.Name = "toolMain";
     this.toolMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolMain.Size = new System.Drawing.Size(834, 27);
     this.toolMain.TabIndex = 2;
     this.toolMain.Text = "toolStrip1";
     //
     // toolDataBase
     //
     this.toolDataBase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolDataBase.Image = ((System.Drawing.Image)(resources.GetObject("toolDataBase.Image")));
     this.toolDataBase.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolDataBase.Name = "toolDataBase";
     this.toolDataBase.Size = new System.Drawing.Size(27, 24);
     this.toolDataBase.Tag = "s3002";
     this.toolDataBase.Text = "数据库设置";
     this.toolDataBase.Click += new System.EventHandler(this.memuDataBase_Click);
     //
     // toolChangePsw
     //
     this.toolChangePsw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolChangePsw.Image = ((System.Drawing.Image)(resources.GetObject("toolChangePsw.Image")));
     this.toolChangePsw.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolChangePsw.Name = "toolChangePsw";
     this.toolChangePsw.Size = new System.Drawing.Size(27, 24);
     this.toolChangePsw.Tag = "s3004";
     this.toolChangePsw.Text = "修改自己的用户密码";
     this.toolChangePsw.Click += new System.EventHandler(this.menuPassWord_Click);
     //
     // toolActiveMarkedCard
     //
     this.toolActiveMarkedCard.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolActiveMarkedCard.Image = ((System.Drawing.Image)(resources.GetObject("toolActiveMarkedCard.Image")));
     this.toolActiveMarkedCard.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolActiveMarkedCard.Name = "toolActiveMarkedCard";
     this.toolActiveMarkedCard.Size = new System.Drawing.Size(27, 24);
     this.toolActiveMarkedCard.Tag = "s3104";
     this.toolActiveMarkedCard.Text = "准运卡初始化";
     this.toolActiveMarkedCard.Click += new System.EventHandler(this.menuActiveMarkCard_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = global::InitializeCard.Properties.Resources.Check;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(27, 24);
     this.toolStripButton1.Text = "标识卡初始化";
     this.toolStripButton1.Click += new System.EventHandler(this.标识卡初始化ToolStripMenuItem_Click);
     //
     // toolExit
     //
     this.toolExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolExit.Image = ((System.Drawing.Image)(resources.GetObject("toolExit.Image")));
     this.toolExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolExit.Name = "toolExit";
     this.toolExit.Size = new System.Drawing.Size(27, 24);
     this.toolExit.Tag = "-1";
     this.toolExit.Text = "退出";
     this.toolExit.Click += new System.EventHandler(this.menuExit_Click);
     //
     // panel1
     //
     this.panel1.BackgroundImage = global::InitializeCard.Properties.Resources.Main2;
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(834, 437);
     this.panel1.TabIndex = 3;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(834, 462);
     this.Controls.Add(this.toolMain);
     this.Controls.Add(this.statusMainForm);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuMain);
     this.Font = new System.Drawing.Font("新宋体", 9.5F);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuMain;
     this.MaximizeBox = false;
     this.Name = "MainForm";
     this.Text = "北京天大天科准运卡标识卡初始化程序V2.01";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.statusMainForm.ResumeLayout(false);
     this.statusMainForm.PerformLayout();
     this.menuMain.ResumeLayout(false);
     this.menuMain.PerformLayout();
     this.toolMain.ResumeLayout(false);
     this.toolMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #26
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(ReportViewer));
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.TestBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dnReport = new System.Windows.Forms.BindingNavigator(this.components);
     this.tspbPrint = new System.Windows.Forms.ToolStripSplitButton();
     this.toolPageSettings = new System.Windows.Forms.ToolStripMenuItem();
     this.toolPreview = new System.Windows.Forms.ToolStripMenuItem();
     this.toolPrint = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolRefresh = new System.Windows.Forms.ToolStripButton();
     this.toolStop = new System.Windows.Forms.ToolStripButton();
     this.toolBack = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolExport = new System.Windows.Forms.ToolStripSplitButton();
     this.toolExcel = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.tspbZoom = new System.Windows.Forms.ToolStripSplitButton();
     this.tool25 = new System.Windows.Forms.ToolStripMenuItem();
     this.tool50 = new System.Windows.Forms.ToolStripMenuItem();
     this.tool100 = new System.Windows.Forms.ToolStripMenuItem();
     this.tool200 = new System.Windows.Forms.ToolStripMenuItem();
     this.tool400 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolWhole = new System.Windows.Forms.ToolStripMenuItem();
     this.toolPageWidth = new System.Windows.Forms.ToolStripMenuItem();
     this.tspbSearch = new System.Windows.Forms.ToolStripSplitButton();
     this.txtSearch = new System.Windows.Forms.ToolStripTextBox();
     this.toolSearch = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolSearchNext = new System.Windows.Forms.ToolStripMenuItem();
     this.tspbNavigation = new System.Windows.Forms.ToolStripSplitButton();
     this.toolFirst = new System.Windows.Forms.ToolStripMenuItem();
     this.toolLast = new System.Windows.Forms.ToolStripMenuItem();
     this.toolPrevious = new System.Windows.Forms.ToolStripMenuItem();
     this.toolNext = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolJump = new System.Windows.Forms.ToolStripMenuItem();
     this.txtJump = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripSeparator();
     this.rptViewer = new Microsoft.Reporting.WinForms.ReportViewer();
     this.PreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
     ((System.ComponentModel.ISupportInitialize)(this.TestBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dnReport)).BeginInit();
     this.dnReport.SuspendLayout();
     this.SuspendLayout();
     //
     // dnReport
     //
     this.dnReport.AddNewItem = null;
     this.dnReport.CountItem = null;
     this.dnReport.DeleteItem = null;
     this.dnReport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tspbPrint,
     this.toolStripSeparator1,
     this.toolRefresh,
     this.toolStop,
     this.toolBack,
     this.toolStripSeparator4,
     this.toolExport,
     this.toolStripSeparator5,
     this.tspbZoom,
     this.tspbSearch,
     this.tspbNavigation,
     this.toolStripButton1});
     this.dnReport.Location = new System.Drawing.Point(0, 0);
     this.dnReport.MoveFirstItem = null;
     this.dnReport.MoveLastItem = null;
     this.dnReport.MoveNextItem = null;
     this.dnReport.MovePreviousItem = null;
     this.dnReport.Name = "dnReport";
     this.dnReport.PositionItem = null;
     this.dnReport.Size = new System.Drawing.Size(641, 25);
     this.dnReport.TabIndex = 0;
     this.dnReport.Text = "bindingNavigator1";
     //
     // tspbPrint
     //
     this.tspbPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tspbPrint.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolPageSettings,
     this.toolPreview,
     this.toolPrint});
     this.tspbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tspbPrint.Image")));
     this.tspbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tspbPrint.Name = "tspbPrint";
     this.tspbPrint.Size = new System.Drawing.Size(45, 22);
     this.tspbPrint.Text = "打印";
     //
     // toolPageSettings
     //
     this.toolPageSettings.Name = "toolPageSettings";
     this.toolPageSettings.Size = new System.Drawing.Size(152, 22);
     this.toolPageSettings.Text = "页面设置";
     this.toolPageSettings.Click += new System.EventHandler(this.toolPageSettings_Click);
     //
     // toolPreview
     //
     this.toolPreview.Name = "toolPreview";
     this.toolPreview.Size = new System.Drawing.Size(152, 22);
     this.toolPreview.Text = "预览";
     this.toolPreview.Click += new System.EventHandler(this.toolPreview_Click);
     //
     // toolPrint
     //
     this.toolPrint.Name = "toolPrint";
     this.toolPrint.Size = new System.Drawing.Size(152, 22);
     this.toolPrint.Text = "打印";
     this.toolPrint.Click += new System.EventHandler(this.toolPrint_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolRefresh
     //
     this.toolRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolRefresh.Name = "toolRefresh";
     this.toolRefresh.Size = new System.Drawing.Size(33, 22);
     this.toolRefresh.Text = "刷新";
     this.toolRefresh.Click += new System.EventHandler(this.toolRefresh_Click);
     //
     // toolStop
     //
     this.toolStop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStop.Name = "toolStop";
     this.toolStop.Size = new System.Drawing.Size(33, 22);
     this.toolStop.Text = "停止";
     this.toolStop.Click += new System.EventHandler(this.toolStop_Click);
     //
     // toolBack
     //
     this.toolBack.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolBack.Name = "toolBack";
     this.toolBack.Size = new System.Drawing.Size(33, 22);
     this.toolBack.Text = "后退";
     this.toolBack.Click += new System.EventHandler(this.toolBack_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // toolExport
     //
     this.toolExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolExcel});
     this.toolExport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolExport.Name = "toolExport";
     this.toolExport.Size = new System.Drawing.Size(45, 22);
     this.toolExport.Text = "输出";
     //
     // toolExcel
     //
     this.toolExcel.Name = "toolExcel";
     this.toolExcel.Size = new System.Drawing.Size(136, 22);
     this.toolExcel.Text = "输出到Excel";
     this.toolExcel.Click += new System.EventHandler(this.toolExcel_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // tspbZoom
     //
     this.tspbZoom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tspbZoom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tool25,
     this.tool50,
     this.tool100,
     this.tool200,
     this.tool400,
     this.toolWhole,
     this.toolPageWidth});
     this.tspbZoom.Image = ((System.Drawing.Image)(resources.GetObject("tspbZoom.Image")));
     this.tspbZoom.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tspbZoom.Name = "tspbZoom";
     this.tspbZoom.Size = new System.Drawing.Size(45, 22);
     this.tspbZoom.Text = "显示";
     //
     // tool25
     //
     this.tool25.Name = "tool25";
     this.tool25.Size = new System.Drawing.Size(130, 22);
     this.tool25.Text = "25%";
     this.tool25.Click += new System.EventHandler(this.tool25_Click);
     //
     // tool50
     //
     this.tool50.Name = "tool50";
     this.tool50.Size = new System.Drawing.Size(130, 22);
     this.tool50.Text = "50%";
     this.tool50.Click += new System.EventHandler(this.tool50_Click);
     //
     // tool100
     //
     this.tool100.Name = "tool100";
     this.tool100.Size = new System.Drawing.Size(130, 22);
     this.tool100.Text = "100%";
     this.tool100.Click += new System.EventHandler(this.tool100_Click);
     //
     // tool200
     //
     this.tool200.Name = "tool200";
     this.tool200.Size = new System.Drawing.Size(130, 22);
     this.tool200.Text = "200%";
     this.tool200.Click += new System.EventHandler(this.tool200_Click);
     //
     // tool400
     //
     this.tool400.Name = "tool400";
     this.tool400.Size = new System.Drawing.Size(130, 22);
     this.tool400.Text = "400%";
     this.tool400.Click += new System.EventHandler(this.tool400_Click);
     //
     // toolWhole
     //
     this.toolWhole.Name = "toolWhole";
     this.toolWhole.Size = new System.Drawing.Size(130, 22);
     this.toolWhole.Text = "&Whole Page";
     this.toolWhole.Click += new System.EventHandler(this.toolWhole_Click);
     //
     // toolPageWidth
     //
     this.toolPageWidth.Name = "toolPageWidth";
     this.toolPageWidth.Size = new System.Drawing.Size(130, 22);
     this.toolPageWidth.Text = "&Page Width";
     this.toolPageWidth.Click += new System.EventHandler(this.toolPageWidth_Click);
     //
     // tspbSearch
     //
     this.tspbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tspbSearch.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.txtSearch,
     this.toolSearch,
     this.toolStripSeparator3,
     this.toolSearchNext});
     this.tspbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tspbSearch.Image")));
     this.tspbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tspbSearch.Name = "tspbSearch";
     this.tspbSearch.Size = new System.Drawing.Size(45, 22);
     this.tspbSearch.Text = "查找";
     //
     // txtSearch
     //
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(100, 21);
     //
     // toolSearch
     //
     this.toolSearch.Name = "toolSearch";
     this.toolSearch.Size = new System.Drawing.Size(160, 22);
     this.toolSearch.Text = "查找";
     this.toolSearch.Click += new System.EventHandler(this.toolSearch_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(157, 6);
     //
     // toolSearchNext
     //
     this.toolSearchNext.Name = "toolSearchNext";
     this.toolSearchNext.Size = new System.Drawing.Size(160, 22);
     this.toolSearchNext.Text = "查找下一个";
     this.toolSearchNext.Click += new System.EventHandler(this.toolSearchNext_Click);
     //
     // tspbNavigation
     //
     this.tspbNavigation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tspbNavigation.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolFirst,
     this.toolLast,
     this.toolPrevious,
     this.toolNext,
     this.toolStripSeparator2,
     this.toolJump,
     this.txtJump});
     this.tspbNavigation.Image = ((System.Drawing.Image)(resources.GetObject("tspbNavigation.Image")));
     this.tspbNavigation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tspbNavigation.Name = "tspbNavigation";
     this.tspbNavigation.Size = new System.Drawing.Size(45, 22);
     this.tspbNavigation.Text = "导航";
     //
     // toolFirst
     //
     this.toolFirst.Name = "toolFirst";
     this.toolFirst.Size = new System.Drawing.Size(178, 22);
     this.toolFirst.Text = "首页";
     this.toolFirst.Click += new System.EventHandler(this.toolFirst_Click);
     //
     // toolLast
     //
     this.toolLast.Name = "toolLast";
     this.toolLast.Size = new System.Drawing.Size(178, 22);
     this.toolLast.Text = "末页";
     this.toolLast.Click += new System.EventHandler(this.toolLast_Click);
     //
     // toolPrevious
     //
     this.toolPrevious.Name = "toolPrevious";
     this.toolPrevious.Size = new System.Drawing.Size(178, 22);
     this.toolPrevious.Text = "上页";
     this.toolPrevious.Click += new System.EventHandler(this.toolPrevious_Click);
     //
     // toolNext
     //
     this.toolNext.Name = "toolNext";
     this.toolNext.Size = new System.Drawing.Size(178, 22);
     this.toolNext.Text = "下页";
     this.toolNext.Click += new System.EventHandler(this.toolNext_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(175, 6);
     //
     // toolJump
     //
     this.toolJump.Name = "toolJump";
     this.toolJump.Size = new System.Drawing.Size(178, 22);
     this.toolJump.Text = "Jump to Specific:";
     this.toolJump.Click += new System.EventHandler(this.toolJump_Click);
     //
     // txtJump
     //
     this.txtJump.Name = "txtJump";
     this.txtJump.Size = new System.Drawing.Size(100, 21);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(6, 25);
     //
     // rptViewer
     //
     this.rptViewer.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource3.Name = "dsTest_Test";
     reportDataSource3.Value = this.TestBindingSource;
     this.rptViewer.LocalReport.DataSources.Add(reportDataSource3);
     this.rptViewer.LocalReport.ReportEmbeddedResource = "ReportProject.Report1.rdlc";
     this.rptViewer.Location = new System.Drawing.Point(0, 25);
     this.rptViewer.Name = "rptViewer";
     this.rptViewer.ShowToolBar = false;
     this.rptViewer.Size = new System.Drawing.Size(641, 486);
     this.rptViewer.TabIndex = 1;
     //
     // PreviewDialog
     //
     this.PreviewDialog.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.PreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.PreviewDialog.ClientSize = new System.Drawing.Size(400, 300);
     this.PreviewDialog.Enabled = true;
     this.PreviewDialog.Icon = ((System.Drawing.Icon)(resources.GetObject("PreviewDialog.Icon")));
     this.PreviewDialog.Name = "printPreviewDialog1";
     this.PreviewDialog.Visible = false;
     //
     // ReportViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(641, 511);
     this.Controls.Add(this.rptViewer);
     this.Controls.Add(this.dnReport);
     this.Name = "ReportViewer";
     this.Text = "报表打印";
     this.Load += new System.EventHandler(this.ReportViewer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.TestBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dnReport)).EndInit();
     this.dnReport.ResumeLayout(false);
     this.dnReport.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #27
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(MetaEditor));
     this.identContext            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.gotoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator      = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1             = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1        = new System.Windows.Forms.ToolStripButton();
     this.ButtonSave             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButton1  = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripMenuItem2     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripShowAll       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripColorShifting = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripButton1       = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1    = new System.Windows.Forms.ToolStripSeparator();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.statusStrip1             = new System.Windows.Forms.StatusStrip();
     this.toolStripTagType         = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripTagName         = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripReflexiveNumber = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripInformation     = new System.Windows.Forms.ToolStripStatusLabel();
     this.identContext.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // identContext
     //
     this.identContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.gotoToolStripMenuItem,
         this.toolStripSeparator,
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.deleteToolStripMenuItem
     });
     this.identContext.Name     = "identContext";
     this.identContext.Size     = new System.Drawing.Size(187, 164);
     this.identContext.Opening += new System.ComponentModel.CancelEventHandler(this.identContext_Opening);
     //
     // gotoToolStripMenuItem
     //
     this.gotoToolStripMenuItem.Name    = "gotoToolStripMenuItem";
     this.gotoToolStripMenuItem.Size    = new System.Drawing.Size(179, 22);
     this.gotoToolStripMenuItem.Text    = "Go to";
     this.gotoToolStripMenuItem.Visible = false;
     this.gotoToolStripMenuItem.Click  += new System.EventHandler(this.gotoToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(176, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Name   = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.cutToolStripMenuItem.Text   = "Cut";
     this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name   = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.copyToolStripMenuItem.Text   = "Copy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Name   = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.pasteToolStripMenuItem.Text   = "Paste";
     this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.DarkGray;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.ButtonSave,
         this.toolStripSplitButton1,
         this.toolStripButton1,
         this.toolStripSeparator1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 2);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(581, 25);
     this.toolStrip1.TabIndex = 6;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripLabel1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripLabel1.Image")));
     this.toolStripLabel1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripLabel1.Name   = "toolStripLabel1";
     this.toolStripLabel1.Size   = new System.Drawing.Size(56, 22);
     this.toolStripLabel1.Text   = "[ Manual]";
     this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
     //
     // ButtonSave
     //
     this.ButtonSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.ButtonSave.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.ButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonSave.Name    = "ButtonSave";
     this.ButtonSave.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.ButtonSave.Size    = new System.Drawing.Size(45, 22);
     this.ButtonSave.Text    = "Save";
     this.ButtonSave.Click  += new System.EventHandler(this.SaveButton_DropDown);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem2,
         this.toolStripShowAll,
         this.toolStripColorShifting,
         this.toolStripMenuItem3
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(48, 22);
     this.toolStripSplitButton1.Text = "Tools";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(200, 22);
     this.toolStripMenuItem2.Text   = "Item Selector/Ent Editor";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripShowAll
     //
     this.toolStripShowAll.Name   = "toolStripShowAll";
     this.toolStripShowAll.Size   = new System.Drawing.Size(200, 22);
     this.toolStripShowAll.Text   = "Show.....";
     this.toolStripShowAll.Click += new System.EventHandler(this.toolStripShowAll_Click);
     //
     // toolStripColorShifting
     //
     this.toolStripColorShifting.Name   = "toolStripColorShifting";
     this.toolStripColorShifting.Size   = new System.Drawing.Size(200, 22);
     this.toolStripColorShifting.Text   = "Color Shifting";
     this.toolStripColorShifting.Click += new System.EventHandler(this.toolStripColorShifting_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name   = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size   = new System.Drawing.Size(200, 22);
     this.toolStripMenuItem3.Text   = "About";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name        = "toolStripButton1";
     this.toolStripButton1.Padding     = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.toolStripButton1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.toolStripButton1.Size        = new System.Drawing.Size(71, 22);
     this.toolStripButton1.Text        = "Sync Xbox";
     this.toolStripButton1.Click      += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripSeparator1.Name      = "toolStripSeparator1";
     this.toolStripSeparator1.Size      = new System.Drawing.Size(6, 25);
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Location   = new System.Drawing.Point(10, 35);
     this.panel1.Name       = "panel1";
     this.panel1.Padding    = new System.Windows.Forms.Padding(10, 0, 10, 0);
     this.panel1.Size       = new System.Drawing.Size(561, 524);
     this.panel1.TabIndex   = 10;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripTagType,
         this.toolStripTagName,
         this.toolStripReflexiveNumber,
         this.toolStripInformation
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 710);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(581, 22);
     this.statusStrip1.TabIndex = 11;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripTagType
     //
     this.toolStripTagType.AutoSize  = false;
     this.toolStripTagType.BackColor = System.Drawing.Color.Transparent;
     this.toolStripTagType.Name      = "toolStripTagType";
     this.toolStripTagType.Size      = new System.Drawing.Size(36, 17);
     this.toolStripTagType.Text      = "[TYPE]";
     //
     // toolStripTagName
     //
     this.toolStripTagName.BackColor = System.Drawing.Color.Transparent;
     this.toolStripTagName.Name      = "toolStripTagName";
     this.toolStripTagName.Size      = new System.Drawing.Size(427, 17);
     this.toolStripTagName.Spring    = true;
     this.toolStripTagName.Text      = "[TAG]";
     this.toolStripTagName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripReflexiveNumber
     //
     this.toolStripReflexiveNumber.BackColor = System.Drawing.Color.Transparent;
     this.toolStripReflexiveNumber.Name      = "toolStripReflexiveNumber";
     this.toolStripReflexiveNumber.Size      = new System.Drawing.Size(56, 17);
     this.toolStripReflexiveNumber.Text      = "Main (0/0)";
     this.toolStripReflexiveNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // toolStripInformation
     //
     this.toolStripInformation.BackColor = System.Drawing.Color.Transparent;
     this.toolStripInformation.ForeColor = System.Drawing.SystemColors.GrayText;
     this.toolStripInformation.Name      = "toolStripInformation";
     this.toolStripInformation.Size      = new System.Drawing.Size(47, 17);
     this.toolStripInformation.Text      = ".: Idle :.";
     this.toolStripInformation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // MetaEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.Color.Gray;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Name         = "MetaEditor";
     this.Padding      = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.Size         = new System.Drawing.Size(581, 732);
     this.SizeChanged += new System.EventHandler(this.MetaEditor_SizeChanged);
     this.identContext.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.CategoriesListView = new System.Windows.Forms.ListView();
     this.ColumnCategoryName = new System.Windows.Forms.ColumnHeader();
     this.ColumnCategoryType = new System.Windows.Forms.ColumnHeader();
     this.ColumnCategoryValue = new System.Windows.Forms.ColumnHeader();
     this.ColumnFrequency = new System.Windows.Forms.ColumnHeader();
     this.CategoriesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.MenuItemNew = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItemNewEnum = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItemNewInterval = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItemEdit = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItemRename = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuItemJoin = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuItemSaveAndQuit = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItemQuitWithoutSave = new System.Windows.Forms.ToolStripMenuItem();
     this.CategoriesToolStrip = new System.Windows.Forms.ToolStrip();
     this.ButtonSaveAndQuit = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.ButtonQuitWithoutSave = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.ButtonNew = new System.Windows.Forms.ToolStripSplitButton();
     this.ToolMenuItemNewEnumeration = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolMenuItemNewInterval = new System.Windows.Forms.ToolStripMenuItem();
     this.ButtonEdit = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.ButtonJoin = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.ButtonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.ToolStripButtonHelp = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.CategoriesContextMenu.SuspendLayout();
     this.CategoriesToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.CategoriesListView);
     this.splitContainer1.Panel1.Controls.Add(this.CategoriesToolStrip);
     this.splitContainer1.Panel1MinSize = 100;
     this.splitContainer1.Panel2Collapsed = true;
     this.splitContainer1.Size = new System.Drawing.Size(846, 558);
     this.splitContainer1.SplitterDistance = 550;
     this.splitContainer1.TabIndex = 0;
     this.splitContainer1.Text = "splitContainer1";
     //
     // CategoriesListView
     //
     this.CategoriesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.ColumnCategoryName,
     this.ColumnCategoryType,
     this.ColumnCategoryValue,
     this.ColumnFrequency});
     this.CategoriesListView.ContextMenuStrip = this.CategoriesContextMenu;
     this.CategoriesListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CategoriesListView.FullRowSelect = true;
     this.CategoriesListView.GridLines = true;
     this.CategoriesListView.LabelEdit = true;
     this.CategoriesListView.Location = new System.Drawing.Point(0, 25);
     this.CategoriesListView.Name = "CategoriesListView";
     this.CategoriesListView.Size = new System.Drawing.Size(846, 533);
     this.CategoriesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
     this.CategoriesListView.TabIndex = 17;
     this.CategoriesListView.UseCompatibleStateImageBehavior = false;
     this.CategoriesListView.View = System.Windows.Forms.View.Details;
     //
     // ColumnCategoryName
     //
     this.ColumnCategoryName.Width = 178;
     //
     // ColumnCategoryType
     //
     this.ColumnCategoryType.Width = 99;
     //
     // ColumnCategoryValue
     //
     this.ColumnCategoryValue.Width = 229;
     //
     // CategoriesContextMenu
     //
     this.CategoriesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuItemNew,
     this.MenuItemEdit,
     this.MenuItemRename,
     this.toolStripSeparator8,
     this.MenuItemJoin,
     this.toolStripSeparator9,
     this.MenuItemDelete,
     this.toolStripSeparator10,
     this.MenuItemSaveAndQuit,
     this.MenuItemQuitWithoutSave});
     this.CategoriesContextMenu.Name = "NewCategoryContextMenu";
     this.CategoriesContextMenu.Size = new System.Drawing.Size(220, 176);
     //
     // MenuItemNew
     //
     this.MenuItemNew.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuItemNewEnum,
     this.MenuItemNewInterval});
     this.MenuItemNew.Name = "MenuItemNew";
     this.MenuItemNew.Size = new System.Drawing.Size(219, 22);
     this.MenuItemNew.Text = "toolStripMenuItem1";
     //
     // MenuItemNewEnum
     //
     this.MenuItemNewEnum.Name = "MenuItemNewEnum";
     this.MenuItemNewEnum.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     this.MenuItemNewEnum.Size = new System.Drawing.Size(217, 22);
     this.MenuItemNewEnum.Text = "toolStripMenuItem1";
     //
     // MenuItemNewInterval
     //
     this.MenuItemNewInterval.Name = "MenuItemNewInterval";
     this.MenuItemNewInterval.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
     this.MenuItemNewInterval.Size = new System.Drawing.Size(217, 22);
     this.MenuItemNewInterval.Text = "toolStripMenuItem1";
     //
     // MenuItemEdit
     //
     this.MenuItemEdit.Enabled = false;
     this.MenuItemEdit.Name = "MenuItemEdit";
     this.MenuItemEdit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.MenuItemEdit.Size = new System.Drawing.Size(219, 22);
     this.MenuItemEdit.Text = "toolStripMenuItem1";
     //
     // MenuItemRename
     //
     this.MenuItemRename.Enabled = false;
     this.MenuItemRename.Name = "MenuItemRename";
     this.MenuItemRename.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.MenuItemRename.Size = new System.Drawing.Size(219, 22);
     this.MenuItemRename.Text = "toolStripMenuItem1";
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(216, 6);
     //
     // MenuItemJoin
     //
     this.MenuItemJoin.Enabled = false;
     this.MenuItemJoin.Name = "MenuItemJoin";
     this.MenuItemJoin.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.J)));
     this.MenuItemJoin.Size = new System.Drawing.Size(219, 22);
     this.MenuItemJoin.Text = "toolStripMenuItem1";
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(216, 6);
     //
     // MenuItemDelete
     //
     this.MenuItemDelete.Enabled = false;
     this.MenuItemDelete.Name = "MenuItemDelete";
     this.MenuItemDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.MenuItemDelete.Size = new System.Drawing.Size(219, 22);
     this.MenuItemDelete.Text = "toolStripMenuItem1";
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(216, 6);
     //
     // MenuItemSaveAndQuit
     //
     this.MenuItemSaveAndQuit.Name = "MenuItemSaveAndQuit";
     this.MenuItemSaveAndQuit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.MenuItemSaveAndQuit.Size = new System.Drawing.Size(219, 22);
     this.MenuItemSaveAndQuit.Text = "toolStripMenuItem1";
     //
     // MenuItemQuitWithoutSave
     //
     this.MenuItemQuitWithoutSave.Name = "MenuItemQuitWithoutSave";
     this.MenuItemQuitWithoutSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
     this.MenuItemQuitWithoutSave.Size = new System.Drawing.Size(219, 22);
     this.MenuItemQuitWithoutSave.Text = "toolStripMenuItem1";
     //
     // CategoriesToolStrip
     //
     this.CategoriesToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ButtonSaveAndQuit,
     this.toolStripSeparator1,
     this.ButtonQuitWithoutSave,
     this.toolStripSeparator5,
     this.ButtonNew,
     this.ButtonEdit,
     this.toolStripSeparator6,
     this.ButtonJoin,
     this.toolStripSeparator7,
     this.ButtonDelete,
     this.toolStripSeparator2,
     this.ToolStripButtonHelp});
     this.CategoriesToolStrip.Location = new System.Drawing.Point(0, 0);
     this.CategoriesToolStrip.Name = "CategoriesToolStrip";
     this.CategoriesToolStrip.Size = new System.Drawing.Size(846, 25);
     this.CategoriesToolStrip.TabIndex = 16;
     this.CategoriesToolStrip.Text = "toolStrip1";
     //
     // ButtonSaveAndQuit
     //
     this.ButtonSaveAndQuit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonSaveAndQuit.Name = "ButtonSaveAndQuit";
     this.ButtonSaveAndQuit.Size = new System.Drawing.Size(106, 22);
     this.ButtonSaveAndQuit.Text = "ButtonSaveAndQuit";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // ButtonQuitWithoutSave
     //
     this.ButtonQuitWithoutSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonQuitWithoutSave.Name = "ButtonQuitWithoutSave";
     this.ButtonQuitWithoutSave.Size = new System.Drawing.Size(125, 22);
     this.ButtonQuitWithoutSave.Text = "ButtonQuitWithoutSave";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // ButtonNew
     //
     this.ButtonNew.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ToolMenuItemNewEnumeration,
     this.ToolMenuItemNewInterval});
     this.ButtonNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonNew.Name = "ButtonNew";
     this.ButtonNew.Size = new System.Drawing.Size(76, 22);
     this.ButtonNew.Text = "ButtonNew";
     //
     // ToolMenuItemNewEnumeration
     //
     this.ToolMenuItemNewEnumeration.Name = "ToolMenuItemNewEnumeration";
     this.ToolMenuItemNewEnumeration.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     this.ToolMenuItemNewEnumeration.Size = new System.Drawing.Size(272, 22);
     this.ToolMenuItemNewEnumeration.Text = "ToolMenuItemNewEnumeration";
     //
     // ToolMenuItemNewInterval
     //
     this.ToolMenuItemNewInterval.Name = "ToolMenuItemNewInterval";
     this.ToolMenuItemNewInterval.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
     this.ToolMenuItemNewInterval.Size = new System.Drawing.Size(272, 22);
     this.ToolMenuItemNewInterval.Text = "ToolMenuItemNewInterval";
     //
     // ButtonEdit
     //
     this.ButtonEdit.Enabled = false;
     this.ButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonEdit.Name = "ButtonEdit";
     this.ButtonEdit.Size = new System.Drawing.Size(61, 22);
     this.ButtonEdit.Text = "ButtonEdit";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // ButtonJoin
     //
     this.ButtonJoin.Enabled = false;
     this.ButtonJoin.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonJoin.Name = "ButtonJoin";
     this.ButtonJoin.Size = new System.Drawing.Size(62, 22);
     this.ButtonJoin.Text = "ButtonJoin";
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // ButtonDelete
     //
     this.ButtonDelete.Enabled = false;
     this.ButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonDelete.Name = "ButtonDelete";
     this.ButtonDelete.Size = new System.Drawing.Size(74, 22);
     this.ButtonDelete.Text = "ButtonDelete";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // ToolStripButtonHelp
     //
     this.ToolStripButtonHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.ToolStripButtonHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonHelp.Name = "ToolStripButtonHelp";
     this.ToolStripButtonHelp.Size = new System.Drawing.Size(89, 22);
     this.ToolStripButtonHelp.Text = "toolStripButton1";
     this.ToolStripButtonHelp.Click += new System.EventHandler(this.ToolStripButtonHelp_Click);
     //
     // MainListView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(846, 558);
     this.Controls.Add(this.splitContainer1);
     this.Name = "MainListView";
     this.Text = "Smart Datalist";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.CategoriesContextMenu.ResumeLayout(false);
     this.CategoriesToolStrip.ResumeLayout(false);
     this.CategoriesToolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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(FormInventaire));
     System.Windows.Forms.ColumnHeader columnFour;
     this.mesIcones = new System.Windows.Forms.ImageList(this.components);
     this.treeViewEmplacement = new System.Windows.Forms.TreeView();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.bSites = new System.Windows.Forms.Button();
     this.comboBoxSite = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listViewBien = new System.Windows.Forms.ListView();
     this.columnIdentifiant = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnAncienCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnDesignation = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnCatégorie = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnDateAcquisitionBien = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnEtat = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnPrix = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnNumSérie = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnMarque = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnParticularité = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnNumFacture = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageListBien = new System.Windows.Forms.ImageList(this.components);
     this.contextMenuBien = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.modifierLeBienToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.supprimerLeBienToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imprimerLeBienToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuEmplacement = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ajouterUnEmplacementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.modifierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.supprimerLemplacementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.associerUnBienToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.imprimerLeCodeBarreDeLemplacementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imprimerEtiquetteBien = new System.Windows.Forms.ToolStripMenuItem();
     this.ImprimerEtiquetteExemplaire = new System.Windows.Forms.ToolStripMenuItem();
     this.cMAjouterEmplacement = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ajouterEmplacementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.menuStrip2 = new System.Windows.Forms.MenuStrip();
     this.editionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.créationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bienToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rapportsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listeDesBiensinventaireGénéralToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listeDesOuvragesinventaireGénéralToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.biensParCatégorieinventaireGénéralToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exemplairesParOuvrageinventaireGénéralToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.biensParInventaireSiteEmplacementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exemplairesParInventairesSiteEmplacementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.comparaisonDeDeuxInventairesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.utilisateursToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.nouvelUtilisateurToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.tSSBEmplacement = new System.Windows.Forms.ToolStripSplitButton();
     this.tSMIAjouterEmplacement = new System.Windows.Forms.ToolStripMenuItem();
     this.tMSIEditerEplacement = new System.Windows.Forms.ToolStripMenuItem();
     this.tMSISupprimerEmplacement = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.tSBCatégorie = new System.Windows.Forms.ToolStripButton();
     this.tSSBBien = new System.Windows.Forms.ToolStripSplitButton();
     this.consulterLesBiensToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ajouterUnBienToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.modifierLeBienSélectionnéToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.tSSBFournisseur = new System.Windows.Forms.ToolStripSplitButton();
     this.tSMIListeFournisseurs = new System.Windows.Forms.ToolStripMenuItem();
     this.tSMIAjouterFournisseur = new System.Windows.Forms.ToolStripMenuItem();
     this.tSSBClient = new System.Windows.Forms.ToolStripSplitButton();
     this.listeDesClientsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ajouterUnClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tSBImprimer = new System.Windows.Forms.ToolStripButton();
     this.tSBComparer = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSplitButton2 = new System.Windows.Forms.ToolStripSplitButton();
     this.lesBonsDeTransfertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.voirLesBonsDeTransfertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.listeDesPVDeCessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ajouterUnPVDeCessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSplitButton3 = new System.Windows.Forms.ToolStripSplitButton();
     this.cloturéToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cloture = new System.Windows.Forms.Button();
     this.lab_inf = new System.Windows.Forms.Label();
     columnFour = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.contextMenuBien.SuspendLayout();
     this.contextMenuEmplacement.SuspendLayout();
     this.cMAjouterEmplacement.SuspendLayout();
     this.menuStrip2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // mesIcones
     //
     this.mesIcones.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("mesIcones.ImageStream")));
     this.mesIcones.TransparentColor = System.Drawing.Color.Transparent;
     this.mesIcones.Images.SetKeyName(0, "grouptree_toggle.gif");
     this.mesIcones.Images.SetKeyName(1, "emplacementSelect1.ico");
     this.mesIcones.Images.SetKeyName(2, "site.jpeg");
     //
     // treeViewEmplacement
     //
     this.treeViewEmplacement.AllowDrop = true;
     this.treeViewEmplacement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.treeViewEmplacement.HideSelection = false;
     this.treeViewEmplacement.ImageIndex = 0;
     this.treeViewEmplacement.ImageList = this.mesIcones;
     this.treeViewEmplacement.LabelEdit = true;
     this.treeViewEmplacement.Location = new System.Drawing.Point(7, 18);
     this.treeViewEmplacement.Name = "treeViewEmplacement";
     this.treeViewEmplacement.SelectedImageIndex = 0;
     this.treeViewEmplacement.Size = new System.Drawing.Size(230, 319);
     this.treeViewEmplacement.StateImageList = this.mesIcones;
     this.treeViewEmplacement.TabIndex = 0;
     this.treeViewEmplacement.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeViewEmplacement_AfterLabelEdit);
     this.treeViewEmplacement.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tV_AfterSelect);
     this.treeViewEmplacement.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeViewEmplacement_DragDrop);
     this.treeViewEmplacement.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeViewEmplacement_DragEnter);
     this.treeViewEmplacement.DragOver += new System.Windows.Forms.DragEventHandler(this.treeViewEmplacement_DragOver);
     this.treeViewEmplacement.DragLeave += new System.EventHandler(this.treeViewEmplacement_DragLeave);
     this.treeViewEmplacement.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeViewEmplacement_MouseDown);
     //
     // splitContainer1
     //
     this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 45);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Gainsboro;
     this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Gainsboro;
     this.splitContainer1.Panel2.Controls.Add(this.listViewBien);
     this.splitContainer1.Size = new System.Drawing.Size(1207, 406);
     this.splitContainer1.SplitterDistance = 258;
     this.splitContainer1.TabIndex = 3;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.bSites);
     this.groupBox2.Controls.Add(this.comboBoxSite);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(5, -1);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(243, 42);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     //
     // bSites
     //
     this.bSites.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bSites.Image = global::solution1.Properties.Resources._3D_Home_641;
     this.bSites.Location = new System.Drawing.Point(281, 13);
     this.bSites.Name = "bSites";
     this.bSites.Size = new System.Drawing.Size(23, 23);
     this.bSites.TabIndex = 3;
     this.bSites.UseVisualStyleBackColor = true;
     this.bSites.Click += new System.EventHandler(this.bSites_Click);
     //
     // comboBoxSite
     //
     this.comboBoxSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxSite.DisplayMember = "Site";
     this.comboBoxSite.FormattingEnabled = true;
     this.comboBoxSite.Location = new System.Drawing.Point(47, 14);
     this.comboBoxSite.Name = "comboBoxSite";
     this.comboBoxSite.Size = new System.Drawing.Size(190, 21);
     this.comboBoxSite.TabIndex = 1;
     this.comboBoxSite.ValueMember = "idSite";
     this.comboBoxSite.SelectedIndexChanged += new System.EventHandler(this.comboBoxSite_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(9, 17);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(37, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Site :";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.treeViewEmplacement);
     this.groupBox1.Location = new System.Drawing.Point(5, 41);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(243, 338);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     //
     // listViewBien
     //
     this.listViewBien.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewBien.BackColor = System.Drawing.SystemColors.Window;
     this.listViewBien.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listViewBien.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnIdentifiant,
     this.columnAncienCode,
     this.columnDesignation,
     this.columnCatégorie,
     this.columnDateAcquisitionBien,
     this.columnEtat,
     this.columnPrix,
     this.columnNumSérie,
     this.columnMarque,
     this.columnParticularité,
     columnFour,
     this.columnNumFacture});
     this.listViewBien.FullRowSelect = true;
     this.listViewBien.GridLines = true;
     this.listViewBien.HideSelection = false;
     this.listViewBien.Location = new System.Drawing.Point(-2, 1);
     this.listViewBien.Name = "listViewBien";
     this.listViewBien.Size = new System.Drawing.Size(940, 379);
     this.listViewBien.SmallImageList = this.imageListBien;
     this.listViewBien.TabIndex = 0;
     this.listViewBien.TileSize = new System.Drawing.Size(50, 50);
     this.listViewBien.UseCompatibleStateImageBehavior = false;
     this.listViewBien.View = System.Windows.Forms.View.Details;
     this.listViewBien.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listViewBien_ItemDrag);
     this.listViewBien.SelectedIndexChanged += new System.EventHandler(this.listViewBien_SelectedIndexChanged);
     this.listViewBien.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listViewBien_MouseDown);
     //
     // columnIdentifiant
     //
     this.columnIdentifiant.Text = "Identifiant";
     this.columnIdentifiant.Width = 126;
     //
     // columnAncienCode
     //
     this.columnAncienCode.Text = "Ancien code";
     this.columnAncienCode.Width = 95;
     //
     // columnDesignation
     //
     this.columnDesignation.Text = "Designation";
     this.columnDesignation.Width = 135;
     //
     // columnCatégorie
     //
     this.columnCatégorie.Text = "Catégorie";
     this.columnCatégorie.Width = 129;
     //
     // columnDateAcquisitionBien
     //
     this.columnDateAcquisitionBien.Text = "Date d\'acquisition";
     this.columnDateAcquisitionBien.Width = 117;
     //
     // columnEtat
     //
     this.columnEtat.Text = "Etat";
     this.columnEtat.Width = 107;
     //
     // columnPrix
     //
     this.columnPrix.Text = "Prix";
     this.columnPrix.Width = 117;
     //
     // columnNumSérie
     //
     this.columnNumSérie.Text = "Numéro de série";
     //
     // columnMarque
     //
     this.columnMarque.Text = "Marque";
     //
     // columnParticularité
     //
     this.columnParticularité.Text = "Particularité";
     this.columnParticularité.Width = 101;
     //
     // columnFour
     //
     columnFour.Text = "Fournisseur";
     //
     // columnNumFacture
     //
     this.columnNumFacture.Text = "Num facture";
     //
     // imageListBien
     //
     this.imageListBien.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListBien.ImageStream")));
     this.imageListBien.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListBien.Images.SetKeyName(0, "bien.ico");
     //
     // contextMenuBien
     //
     this.contextMenuBien.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.modifierLeBienToolStripMenuItem,
     this.supprimerLeBienToolStripMenuItem,
     this.imprimerLeBienToolStripMenuItem});
     this.contextMenuBien.Name = "contextMenuBien";
     this.contextMenuBien.Size = new System.Drawing.Size(243, 70);
     //
     // modifierLeBienToolStripMenuItem
     //
     this.modifierLeBienToolStripMenuItem.Name = "modifierLeBienToolStripMenuItem";
     this.modifierLeBienToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
     this.modifierLeBienToolStripMenuItem.Text = "Modifier le bien";
     this.modifierLeBienToolStripMenuItem.Click += new System.EventHandler(this.modifierLeBienToolStripMenuItem_Click);
     //
     // supprimerLeBienToolStripMenuItem
     //
     this.supprimerLeBienToolStripMenuItem.Name = "supprimerLeBienToolStripMenuItem";
     this.supprimerLeBienToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
     this.supprimerLeBienToolStripMenuItem.Text = "Supprimer le bien";
     this.supprimerLeBienToolStripMenuItem.Click += new System.EventHandler(this.supprimerLeBienToolStripMenuItem_Click);
     //
     // imprimerLeBienToolStripMenuItem
     //
     this.imprimerLeBienToolStripMenuItem.Name = "imprimerLeBienToolStripMenuItem";
     this.imprimerLeBienToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
     this.imprimerLeBienToolStripMenuItem.Text = "Imprimer le code barres du bien";
     this.imprimerLeBienToolStripMenuItem.Click += new System.EventHandler(this.imprimerLeBienToolStripMenuItem_Click);
     //
     // contextMenuEmplacement
     //
     this.contextMenuEmplacement.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ajouterUnEmplacementToolStripMenuItem,
     this.toolStripMenuItem1,
     this.modifierToolStripMenuItem,
     this.supprimerLemplacementToolStripMenuItem,
     this.toolStripSeparator5,
     this.associerUnBienToolStripMenuItem,
     this.toolStripSeparator6,
     this.imprimerLeCodeBarreDeLemplacementToolStripMenuItem,
     this.imprimerEtiquetteBien,
     this.ImprimerEtiquetteExemplaire});
     this.contextMenuEmplacement.Name = "contextMenuEmplacement";
     this.contextMenuEmplacement.Size = new System.Drawing.Size(291, 192);
     //
     // ajouterUnEmplacementToolStripMenuItem
     //
     this.ajouterUnEmplacementToolStripMenuItem.Name = "ajouterUnEmplacementToolStripMenuItem";
     this.ajouterUnEmplacementToolStripMenuItem.Size = new System.Drawing.Size(290, 22);
     this.ajouterUnEmplacementToolStripMenuItem.Text = "Ajouter un emplacement";
     this.ajouterUnEmplacementToolStripMenuItem.Click += new System.EventHandler(this.ajouterUnEmplacementToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(290, 22);
     this.toolStripMenuItem1.Text = "MAJ du responsable";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // modifierToolStripMenuItem
     //
     this.modifierToolStripMenuItem.Name = "modifierToolStripMenuItem";
     this.modifierToolStripMenuItem.Size = new System.Drawing.Size(290, 22);
     this.modifierToolStripMenuItem.Text = "Editer cet emplacement";
     this.modifierToolStripMenuItem.Click += new System.EventHandler(this.modifierToolStripMenuItem_Click);
     //
     // supprimerLemplacementToolStripMenuItem
     //
     this.supprimerLemplacementToolStripMenuItem.Name = "supprimerLemplacementToolStripMenuItem";
     this.supprimerLemplacementToolStripMenuItem.Size = new System.Drawing.Size(290, 22);
     this.supprimerLemplacementToolStripMenuItem.Text = "Supprimer cet emplacement";
     this.supprimerLemplacementToolStripMenuItem.Click += new System.EventHandler(this.supprimerLemplacementToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(287, 6);
     //
     // associerUnBienToolStripMenuItem
     //
     this.associerUnBienToolStripMenuItem.Name = "associerUnBienToolStripMenuItem";
     this.associerUnBienToolStripMenuItem.Size = new System.Drawing.Size(290, 22);
     this.associerUnBienToolStripMenuItem.Text = "Associer un bien";
     this.associerUnBienToolStripMenuItem.Click += new System.EventHandler(this.associerUnBienToolStripMenuItem_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(287, 6);
     //
     // imprimerLeCodeBarreDeLemplacementToolStripMenuItem
     //
     this.imprimerLeCodeBarreDeLemplacementToolStripMenuItem.Name = "imprimerLeCodeBarreDeLemplacementToolStripMenuItem";
     this.imprimerLeCodeBarreDeLemplacementToolStripMenuItem.Size = new System.Drawing.Size(290, 22);
     this.imprimerLeCodeBarreDeLemplacementToolStripMenuItem.Text = "Imprimer l\'étiquette de cet emplacement";
     this.imprimerLeCodeBarreDeLemplacementToolStripMenuItem.Click += new System.EventHandler(this.imprimerLeCodeBarreDeLemplacementToolStripMenuItem_Click);
     //
     // imprimerEtiquetteBien
     //
     this.imprimerEtiquetteBien.Name = "imprimerEtiquetteBien";
     this.imprimerEtiquetteBien.Size = new System.Drawing.Size(290, 22);
     this.imprimerEtiquetteBien.Text = "Imprimer les étiquettes des biens";
     this.imprimerEtiquetteBien.Click += new System.EventHandler(this.imprimerEtiquetteBien_Click);
     //
     // ImprimerEtiquetteExemplaire
     //
     this.ImprimerEtiquetteExemplaire.Name = "ImprimerEtiquetteExemplaire";
     this.ImprimerEtiquetteExemplaire.Size = new System.Drawing.Size(290, 22);
     //
     // cMAjouterEmplacement
     //
     this.cMAjouterEmplacement.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ajouterEmplacementToolStripMenuItem});
     this.cMAjouterEmplacement.Name = "cMAjouterEmplacement";
     this.cMAjouterEmplacement.Size = new System.Drawing.Size(190, 26);
     //
     // ajouterEmplacementToolStripMenuItem
     //
     this.ajouterEmplacementToolStripMenuItem.Name = "ajouterEmplacementToolStripMenuItem";
     this.ajouterEmplacementToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.ajouterEmplacementToolStripMenuItem.Text = "Ajouter emplacement";
     this.ajouterEmplacementToolStripMenuItem.Click += new System.EventHandler(this.ajouterEmplacementToolStripMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.Gainsboro;
     this.statusStrip1.Location = new System.Drawing.Point(0, 429);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(1207, 22);
     this.statusStrip1.TabIndex = 6;
     this.statusStrip1.Text = "statusStrip1";
     //
     // menuStrip2
     //
     this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.editionToolStripMenuItem,
     this.rapportsToolStripMenuItem,
     this.utilisateursToolStripMenuItem,
     this.helpMenu});
     this.menuStrip2.Location = new System.Drawing.Point(0, 0);
     this.menuStrip2.Name = "menuStrip2";
     this.menuStrip2.Size = new System.Drawing.Size(923, 25);
     this.menuStrip2.TabIndex = 7;
     this.menuStrip2.Text = "menuStrip2";
     this.menuStrip2.Visible = false;
     //
     // editionToolStripMenuItem
     //
     this.editionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.créationToolStripMenuItem});
     this.editionToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 10F);
     this.editionToolStripMenuItem.ForeColor = System.Drawing.Color.Gainsboro;
     this.editionToolStripMenuItem.Name = "editionToolStripMenuItem";
     this.editionToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
     this.editionToolStripMenuItem.Text = "Edition";
     //
     // créationToolStripMenuItem
     //
     this.créationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bienToolStripMenuItem});
     this.créationToolStripMenuItem.Name = "créationToolStripMenuItem";
     this.créationToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     this.créationToolStripMenuItem.Text = "Création";
     //
     // bienToolStripMenuItem
     //
     this.bienToolStripMenuItem.Name = "bienToolStripMenuItem";
     this.bienToolStripMenuItem.Size = new System.Drawing.Size(101, 22);
     this.bienToolStripMenuItem.Text = "Bien";
     this.bienToolStripMenuItem.Click += new System.EventHandler(this.bienToolStripMenuItem_Click);
     //
     // rapportsToolStripMenuItem
     //
     this.rapportsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.listeDesBiensinventaireGénéralToolStripMenuItem,
     this.listeDesOuvragesinventaireGénéralToolStripMenuItem,
     this.toolStripSeparator2,
     this.biensParCatégorieinventaireGénéralToolStripMenuItem,
     this.exemplairesParOuvrageinventaireGénéralToolStripMenuItem,
     this.toolStripSeparator3,
     this.biensParInventaireSiteEmplacementToolStripMenuItem,
     this.exemplairesParInventairesSiteEmplacementToolStripMenuItem,
     this.toolStripSeparator4,
     this.comparaisonDeDeuxInventairesToolStripMenuItem});
     this.rapportsToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 10F);
     this.rapportsToolStripMenuItem.ForeColor = System.Drawing.Color.Gainsboro;
     this.rapportsToolStripMenuItem.Name = "rapportsToolStripMenuItem";
     this.rapportsToolStripMenuItem.Size = new System.Drawing.Size(76, 21);
     this.rapportsToolStripMenuItem.Text = "Rapports";
     //
     // listeDesBiensinventaireGénéralToolStripMenuItem
     //
     this.listeDesBiensinventaireGénéralToolStripMenuItem.Name = "listeDesBiensinventaireGénéralToolStripMenuItem";
     this.listeDesBiensinventaireGénéralToolStripMenuItem.Size = new System.Drawing.Size(358, 22);
     this.listeDesBiensinventaireGénéralToolStripMenuItem.Text = "Liste des biens (inventaire général)";
     //
     // listeDesOuvragesinventaireGénéralToolStripMenuItem
     //
     this.listeDesOuvragesinventaireGénéralToolStripMenuItem.Name = "listeDesOuvragesinventaireGénéralToolStripMenuItem";
     this.listeDesOuvragesinventaireGénéralToolStripMenuItem.Size = new System.Drawing.Size(358, 22);
     this.listeDesOuvragesinventaireGénéralToolStripMenuItem.Text = "Liste des ouvrages (inventaire général)";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(355, 6);
     //
     // biensParCatégorieinventaireGénéralToolStripMenuItem
     //
     this.biensParCatégorieinventaireGénéralToolStripMenuItem.Name = "biensParCatégorieinventaireGénéralToolStripMenuItem";
     this.biensParCatégorieinventaireGénéralToolStripMenuItem.Size = new System.Drawing.Size(358, 22);
     this.biensParCatégorieinventaireGénéralToolStripMenuItem.Text = "Biens par catégorie (inventaire général)";
     //
     // exemplairesParOuvrageinventaireGénéralToolStripMenuItem
     //
     this.exemplairesParOuvrageinventaireGénéralToolStripMenuItem.Name = "exemplairesParOuvrageinventaireGénéralToolStripMenuItem";
     this.exemplairesParOuvrageinventaireGénéralToolStripMenuItem.Size = new System.Drawing.Size(358, 22);
     this.exemplairesParOuvrageinventaireGénéralToolStripMenuItem.Text = "Exemplaires par ouvrage (inventaire général)";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(355, 6);
     //
     // biensParInventaireSiteEmplacementToolStripMenuItem
     //
     this.biensParInventaireSiteEmplacementToolStripMenuItem.Name = "biensParInventaireSiteEmplacementToolStripMenuItem";
     this.biensParInventaireSiteEmplacementToolStripMenuItem.Size = new System.Drawing.Size(358, 22);
     this.biensParInventaireSiteEmplacementToolStripMenuItem.Text = "Biens par Inventaire/Site/Emplacement";
     //
     // exemplairesParInventairesSiteEmplacementToolStripMenuItem
     //
     this.exemplairesParInventairesSiteEmplacementToolStripMenuItem.Name = "exemplairesParInventairesSiteEmplacementToolStripMenuItem";
     this.exemplairesParInventairesSiteEmplacementToolStripMenuItem.Size = new System.Drawing.Size(358, 22);
     this.exemplairesParInventairesSiteEmplacementToolStripMenuItem.Text = "Exemplaires par Inventaires/Site/Emplacement";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(355, 6);
     //
     // comparaisonDeDeuxInventairesToolStripMenuItem
     //
     this.comparaisonDeDeuxInventairesToolStripMenuItem.Name = "comparaisonDeDeuxInventairesToolStripMenuItem";
     this.comparaisonDeDeuxInventairesToolStripMenuItem.Size = new System.Drawing.Size(358, 22);
     this.comparaisonDeDeuxInventairesToolStripMenuItem.Text = "Comparaison de deux inventaires";
     this.comparaisonDeDeuxInventairesToolStripMenuItem.Click += new System.EventHandler(this.comparaisonDeDeuxInventairesToolStripMenuItem_Click);
     //
     // utilisateursToolStripMenuItem
     //
     this.utilisateursToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.nouvelUtilisateurToolStripMenuItem});
     this.utilisateursToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 10F);
     this.utilisateursToolStripMenuItem.ForeColor = System.Drawing.Color.Gainsboro;
     this.utilisateursToolStripMenuItem.Name = "utilisateursToolStripMenuItem";
     this.utilisateursToolStripMenuItem.Size = new System.Drawing.Size(84, 21);
     this.utilisateursToolStripMenuItem.Text = "Utilisateurs";
     //
     // nouvelUtilisateurToolStripMenuItem
     //
     this.nouvelUtilisateurToolStripMenuItem.Enabled = false;
     this.nouvelUtilisateurToolStripMenuItem.Name = "nouvelUtilisateurToolStripMenuItem";
     this.nouvelUtilisateurToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
     this.nouvelUtilisateurToolStripMenuItem.Text = "Gestion des utilisateurs";
     //
     // helpMenu
     //
     this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.indexToolStripMenuItem,
     this.toolStripSeparator9,
     this.aboutToolStripMenuItem});
     this.helpMenu.Font = new System.Drawing.Font("Tahoma", 10F);
     this.helpMenu.ForeColor = System.Drawing.Color.Gainsboro;
     this.helpMenu.Name = "helpMenu";
     this.helpMenu.Size = new System.Drawing.Size(46, 21);
     this.helpMenu.Text = "&Help";
     //
     // indexToolStripMenuItem
     //
     this.indexToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("indexToolStripMenuItem.Image")));
     this.indexToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
     this.indexToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
     this.indexToolStripMenuItem.Text = "&Aide";
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(142, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
     this.aboutToolStripMenuItem.Text = "&About ... ...";
     //
     // toolStrip1
     //
     this.toolStrip1.AutoSize = false;
     this.toolStrip1.BackColor = System.Drawing.Color.RoyalBlue;
     this.toolStrip1.BackgroundImage = global::solution1.Properties.Resources.ban;
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.tSSBEmplacement,
     this.toolStripSeparator10,
     this.tSBCatégorie,
     this.tSSBBien,
     this.toolStripSeparator7,
     this.tSSBFournisseur,
     this.tSSBClient,
     this.toolStripSeparator1,
     this.tSBImprimer,
     this.tSBComparer,
     this.toolStripSeparator11,
     this.toolStripSplitButton2,
     this.toolStripSplitButton1,
     this.toolStripSeparator8,
     this.toolStripSplitButton3});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1207, 45);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.AutoSize = false;
     this.toolStripButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = global::solution1.Properties.Resources._3D_Home_642;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(43, 42);
     this.toolStripButton1.Text = "Gestion des sites";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_3);
     //
     // tSSBEmplacement
     //
     this.tSSBEmplacement.AutoSize = false;
     this.tSSBEmplacement.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSSBEmplacement.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tSMIAjouterEmplacement,
     this.tMSIEditerEplacement,
     this.tMSISupprimerEmplacement});
     this.tSSBEmplacement.Image = global::solution1.Properties.Resources.bleu_emplacement_code_pin_icone_3724_96;
     this.tSSBEmplacement.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSSBEmplacement.Name = "tSSBEmplacement";
     this.tSSBEmplacement.Size = new System.Drawing.Size(43, 42);
     this.tSSBEmplacement.Text = "Gestion des Emplacements";
     //
     // tSMIAjouterEmplacement
     //
     this.tSMIAjouterEmplacement.Name = "tSMIAjouterEmplacement";
     this.tSMIAjouterEmplacement.Size = new System.Drawing.Size(211, 22);
     this.tSMIAjouterEmplacement.Text = "Ajouter un emplacement";
     this.tSMIAjouterEmplacement.Click += new System.EventHandler(this.ajouterUnEmplacementToolStripMenuItem1_Click);
     //
     // tMSIEditerEplacement
     //
     this.tMSIEditerEplacement.Name = "tMSIEditerEplacement";
     this.tMSIEditerEplacement.Size = new System.Drawing.Size(211, 22);
     this.tMSIEditerEplacement.Text = "Editer l\'emplacement";
     this.tMSIEditerEplacement.Click += new System.EventHandler(this.tMSIEditerEplacement_Click);
     //
     // tMSISupprimerEmplacement
     //
     this.tMSISupprimerEmplacement.Name = "tMSISupprimerEmplacement";
     this.tMSISupprimerEmplacement.Size = new System.Drawing.Size(211, 22);
     this.tMSISupprimerEmplacement.Text = "Supprimer l\'emplacement";
     this.tMSISupprimerEmplacement.Click += new System.EventHandler(this.tMSISupprimerEmplacement_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(6, 45);
     //
     // tSBCatégorie
     //
     this.tSBCatégorie.AutoSize = false;
     this.tSBCatégorie.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSBCatégorie.Image = ((System.Drawing.Image)(resources.GetObject("tSBCatégorie.Image")));
     this.tSBCatégorie.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSBCatégorie.Name = "tSBCatégorie";
     this.tSBCatégorie.Size = new System.Drawing.Size(43, 42);
     this.tSBCatégorie.Text = "Gestion des catégories";
     this.tSBCatégorie.Click += new System.EventHandler(this.tSBCatégorie_Click);
     //
     // tSSBBien
     //
     this.tSSBBien.AutoSize = false;
     this.tSSBBien.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSSBBien.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.consulterLesBiensToolStripMenuItem,
     this.ajouterUnBienToolStripMenuItem,
     this.modifierLeBienSélectionnéToolStripMenuItem});
     this.tSSBBien.Image = ((System.Drawing.Image)(resources.GetObject("tSSBBien.Image")));
     this.tSSBBien.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSSBBien.Name = "tSSBBien";
     this.tSSBBien.Size = new System.Drawing.Size(43, 42);
     this.tSSBBien.Text = "Les Biens";
     //
     // consulterLesBiensToolStripMenuItem
     //
     this.consulterLesBiensToolStripMenuItem.Name = "consulterLesBiensToolStripMenuItem";
     this.consulterLesBiensToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
     this.consulterLesBiensToolStripMenuItem.Text = "Liste des biens";
     //
     // ajouterUnBienToolStripMenuItem
     //
     this.ajouterUnBienToolStripMenuItem.Name = "ajouterUnBienToolStripMenuItem";
     this.ajouterUnBienToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
     this.ajouterUnBienToolStripMenuItem.Text = "Ajouter un bien";
     this.ajouterUnBienToolStripMenuItem.Click += new System.EventHandler(this.ajouterUnBienToolStripMenuItem_Click);
     //
     // modifierLeBienSélectionnéToolStripMenuItem
     //
     this.modifierLeBienSélectionnéToolStripMenuItem.Name = "modifierLeBienSélectionnéToolStripMenuItem";
     this.modifierLeBienSélectionnéToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
     this.modifierLeBienSélectionnéToolStripMenuItem.Text = "Modifier le bien sélectionné";
     this.modifierLeBienSélectionnéToolStripMenuItem.Click += new System.EventHandler(this.modifierLeBienSélectionnéToolStripMenuItem_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 45);
     //
     // tSSBFournisseur
     //
     this.tSSBFournisseur.AutoSize = false;
     this.tSSBFournisseur.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSSBFournisseur.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tSMIListeFournisseurs,
     this.tSMIAjouterFournisseur});
     this.tSSBFournisseur.Image = global::solution1.Properties.Resources.agt;
     this.tSSBFournisseur.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSSBFournisseur.Name = "tSSBFournisseur";
     this.tSSBFournisseur.Size = new System.Drawing.Size(43, 42);
     this.tSSBFournisseur.Text = "Gestion des fournisseurs";
     //
     // tSMIListeFournisseurs
     //
     this.tSMIListeFournisseurs.Name = "tSMIListeFournisseurs";
     this.tSMIListeFournisseurs.Size = new System.Drawing.Size(192, 22);
     this.tSMIListeFournisseurs.Text = "Liste des fournisseurs";
     this.tSMIListeFournisseurs.Click += new System.EventHandler(this.tSMIListeFournisseurs_Click);
     //
     // tSMIAjouterFournisseur
     //
     this.tSMIAjouterFournisseur.Name = "tSMIAjouterFournisseur";
     this.tSMIAjouterFournisseur.Size = new System.Drawing.Size(192, 22);
     this.tSMIAjouterFournisseur.Text = "Ajouter un fournisseur";
     this.tSMIAjouterFournisseur.Click += new System.EventHandler(this.tSMIAjouterFournisseur_Click);
     //
     // tSSBClient
     //
     this.tSSBClient.AutoSize = false;
     this.tSSBClient.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSSBClient.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.listeDesClientsToolStripMenuItem,
     this.ajouterUnClientToolStripMenuItem});
     this.tSSBClient.Image = global::solution1.Properties.Resources.Login_Manager;
     this.tSSBClient.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSSBClient.Name = "tSSBClient";
     this.tSSBClient.Size = new System.Drawing.Size(43, 42);
     this.tSSBClient.Text = "Gestion Des Clients";
     //
     // listeDesClientsToolStripMenuItem
     //
     this.listeDesClientsToolStripMenuItem.Name = "listeDesClientsToolStripMenuItem";
     this.listeDesClientsToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     this.listeDesClientsToolStripMenuItem.Text = "Liste des clients";
     this.listeDesClientsToolStripMenuItem.Click += new System.EventHandler(this.listeDesClientsToolStripMenuItem_Click);
     //
     // ajouterUnClientToolStripMenuItem
     //
     this.ajouterUnClientToolStripMenuItem.Name = "ajouterUnClientToolStripMenuItem";
     this.ajouterUnClientToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     this.ajouterUnClientToolStripMenuItem.Text = "Ajouter un client";
     this.ajouterUnClientToolStripMenuItem.Click += new System.EventHandler(this.ajouterUnClientToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 45);
     //
     // tSBImprimer
     //
     this.tSBImprimer.AutoSize = false;
     this.tSBImprimer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSBImprimer.Image = ((System.Drawing.Image)(resources.GetObject("tSBImprimer.Image")));
     this.tSBImprimer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSBImprimer.Name = "tSBImprimer";
     this.tSBImprimer.Size = new System.Drawing.Size(43, 42);
     this.tSBImprimer.Text = "Impression d\'étiquettes";
     this.tSBImprimer.ToolTipText = "Imprimer les étiquettes codes-barres des biens et des exemplaires sélectionnés";
     this.tSBImprimer.Click += new System.EventHandler(this.tSBImprimer_Click);
     //
     // tSBComparer
     //
     this.tSBComparer.AutoSize = false;
     this.tSBComparer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSBComparer.Image = ((System.Drawing.Image)(resources.GetObject("tSBComparer.Image")));
     this.tSBComparer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSBComparer.Name = "tSBComparer";
     this.tSBComparer.Size = new System.Drawing.Size(43, 42);
     this.tSBComparer.Text = "Comapraison d\'inventaires";
     this.tSBComparer.ToolTipText = "Comparer deux inventaires";
     this.tSBComparer.Click += new System.EventHandler(this.tSBComparer_Click);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(6, 45);
     //
     // toolStripSplitButton2
     //
     this.toolStripSplitButton2.AutoSize = false;
     this.toolStripSplitButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lesBonsDeTransfertToolStripMenuItem,
     this.voirLesBonsDeTransfertToolStripMenuItem});
     this.toolStripSplitButton2.Image = global::solution1.Properties.Resources._2rightarrow___;
     this.toolStripSplitButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton2.Name = "toolStripSplitButton2";
     this.toolStripSplitButton2.Size = new System.Drawing.Size(43, 42);
     this.toolStripSplitButton2.Text = "Bon De Transfert";
     //
     // lesBonsDeTransfertToolStripMenuItem
     //
     this.lesBonsDeTransfertToolStripMenuItem.Name = "lesBonsDeTransfertToolStripMenuItem";
     this.lesBonsDeTransfertToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
     this.lesBonsDeTransfertToolStripMenuItem.Text = "Liste des bons de transfert";
     this.lesBonsDeTransfertToolStripMenuItem.Click += new System.EventHandler(this.lesBonsDeTransfertToolStripMenuItem_Click);
     //
     // voirLesBonsDeTransfertToolStripMenuItem
     //
     this.voirLesBonsDeTransfertToolStripMenuItem.Name = "voirLesBonsDeTransfertToolStripMenuItem";
     this.voirLesBonsDeTransfertToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
     this.voirLesBonsDeTransfertToolStripMenuItem.Text = "Ajouter un bon de transfert";
     this.voirLesBonsDeTransfertToolStripMenuItem.Click += new System.EventHandler(this.voirLesBonsDeTransfertToolStripMenuItem_Click);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.AutoSize = false;
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.listeDesPVDeCessionToolStripMenuItem,
     this.ajouterUnPVDeCessionToolStripMenuItem});
     this.toolStripSplitButton1.Image = global::solution1.Properties.Resources._2rightarrow__2_;
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(43, 42);
     this.toolStripSplitButton1.Text = "PV De Cession";
     //
     // listeDesPVDeCessionToolStripMenuItem
     //
     this.listeDesPVDeCessionToolStripMenuItem.Name = "listeDesPVDeCessionToolStripMenuItem";
     this.listeDesPVDeCessionToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
     this.listeDesPVDeCessionToolStripMenuItem.Text = "Liste des PV de cession";
     this.listeDesPVDeCessionToolStripMenuItem.Click += new System.EventHandler(this.listeDesPVDeCessionToolStripMenuItem_Click);
     //
     // ajouterUnPVDeCessionToolStripMenuItem
     //
     this.ajouterUnPVDeCessionToolStripMenuItem.Name = "ajouterUnPVDeCessionToolStripMenuItem";
     this.ajouterUnPVDeCessionToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
     this.ajouterUnPVDeCessionToolStripMenuItem.Text = "Ajouter un PV de cession";
     this.ajouterUnPVDeCessionToolStripMenuItem.Click += new System.EventHandler(this.ajouterUnPVDeCessionToolStripMenuItem_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 45);
     //
     // toolStripSplitButton3
     //
     this.toolStripSplitButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cloturéToolStripMenuItem});
     this.toolStripSplitButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton3.Image")));
     this.toolStripSplitButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton3.Name = "toolStripSplitButton3";
     this.toolStripSplitButton3.Size = new System.Drawing.Size(32, 42);
     this.toolStripSplitButton3.Text = "toolStripSplitButton3";
     //
     // cloturéToolStripMenuItem
     //
     this.cloturéToolStripMenuItem.Name = "cloturéToolStripMenuItem";
     this.cloturéToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
     this.cloturéToolStripMenuItem.Text = "Cloturé";
     this.cloturéToolStripMenuItem.Click += new System.EventHandler(this.cloturéToolStripMenuItem_Click);
     //
     // cloture
     //
     this.cloture.Location = new System.Drawing.Point(836, 13);
     this.cloture.Name = "cloture";
     this.cloture.Size = new System.Drawing.Size(75, 23);
     this.cloture.TabIndex = 8;
     this.cloture.Text = "Cloturé";
     this.cloture.UseVisualStyleBackColor = true;
     this.cloture.Visible = false;
     this.cloture.Click += new System.EventHandler(this.cloture_Click);
     //
     // lab_inf
     //
     this.lab_inf.AutoSize = true;
     this.lab_inf.BackColor = System.Drawing.SystemColors.HotTrack;
     this.lab_inf.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lab_inf.ForeColor = System.Drawing.Color.Transparent;
     this.lab_inf.Location = new System.Drawing.Point(597, 13);
     this.lab_inf.Name = "lab_inf";
     this.lab_inf.Size = new System.Drawing.Size(12, 20);
     this.lab_inf.TabIndex = 9;
     this.lab_inf.Text = "l";
     //
     // FormInventaire
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1207, 451);
     this.Controls.Add(this.lab_inf);
     this.Controls.Add(this.cloture);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip2);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormInventaire";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load += new System.EventHandler(this.Form1_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.contextMenuBien.ResumeLayout(false);
     this.contextMenuEmplacement.ResumeLayout(false);
     this.cMAjouterEmplacement.ResumeLayout(false);
     this.menuStrip2.ResumeLayout(false);
     this.menuStrip2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BreakpointManagerWindow));
            this.contextMenu                     = new System.Windows.Forms.ContextMenu();
            this.autoHideItem                    = new System.Windows.Forms.MenuItem();
            this.floatingItem                    = new System.Windows.Forms.MenuItem();
            this.hideItem                        = new System.Windows.Forms.MenuItem();
            this.toolStrip1                      = new System.Windows.Forms.ToolStrip();
            this.newBreakToolStripButton         = new System.Windows.Forms.ToolStripSplitButton();
            this.breakpointToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
            this.dataBreakpointToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1             = new System.Windows.Forms.ToolStripSeparator();
            this.delBreakToolStripButton         = new System.Windows.Forms.ToolStripButton();
            this.delAllBreakToolStripButton      = new System.Windows.Forms.ToolStripButton();
            this.disableAllToolStripButton       = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2             = new System.Windows.Forms.ToolStripSeparator();
            this.gotoToolStripButton             = new System.Windows.Forms.ToolStripButton();
            this.colToolStripDropDown            = new System.Windows.Forms.ToolStripDropDownButton();
            this.enabledToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
            this.nameToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
            this.conditionToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
            this.hitCountToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
            this.addressToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
            this.pageToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
            this.isInRamToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
            this.breakpointGridView              = new System.Windows.Forms.DataGridView();
            this.EnabledCol                      = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.NameCol      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ConditionCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HitCountCol  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.AddressCol   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PageCol      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.IsRamCol     = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize) this.breakpointGridView).BeginInit();
            this.SuspendLayout();

            // autoHideItem

            this.autoHideItem.Index = -1;
            this.autoHideItem.Text  = "Autohide";

            // floatingItem

            this.floatingItem.Index = -1;
            this.floatingItem.Text  = "Floating";

            // hideItem

            this.hideItem.Index = -1;
            this.hideItem.Text  = "Hide";

            // toolStrip1

            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
            {
                this.newBreakToolStripButton,
                this.toolStripSeparator1,
                this.delBreakToolStripButton,
                this.delAllBreakToolStripButton,
                this.disableAllToolStripButton,
                this.toolStripSeparator2,
                this.gotoToolStripButton,
                this.colToolStripDropDown
            });
            this.toolStrip1.Location   = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name       = "toolStrip1";
            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.toolStrip1.Size       = new System.Drawing.Size(535, 25);
            this.toolStrip1.TabIndex   = 0;
            this.toolStrip1.Text       = "toolStrip1";

            // newBreakToolStripButton

            this.newBreakToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.newBreakToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
            {
                this.breakpointToolStripMenuItem,
                this.dataBreakpointToolStripMenuItem
            });
            this.newBreakToolStripButton.Image = (System.Drawing.Image)resources.GetObject("newBreakToolStripButton.Image");
            this.newBreakToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newBreakToolStripButton.Name         = "newBreakToolStripButton";
            this.newBreakToolStripButton.Size         = new System.Drawing.Size(47, 22);
            this.newBreakToolStripButton.Text         = "New";
            this.newBreakToolStripButton.ButtonClick += new System.EventHandler(this.breakpointToolStripMenuItem_Click);

            // breakpointToolStripMenuItem

            this.breakpointToolStripMenuItem.Name   = "breakpointToolStripMenuItem";
            this.breakpointToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
            this.breakpointToolStripMenuItem.Text   = "Break at Line...";
            this.breakpointToolStripMenuItem.Click += new System.EventHandler(this.breakpointToolStripMenuItem_Click);

            // dataBreakpointToolStripMenuItem

            this.dataBreakpointToolStripMenuItem.Name = "dataBreakpointToolStripMenuItem";
            this.dataBreakpointToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
            this.dataBreakpointToolStripMenuItem.Text = "Data Breakpoint";

            // toolStripSeparator1

            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);

            // delBreakToolStripButton

            this.delBreakToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.delBreakToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.delBreakToolStripButton.Name   = "delBreakToolStripButton";
            this.delBreakToolStripButton.Size   = new System.Drawing.Size(44, 22);
            this.delBreakToolStripButton.Text   = "Delete";
            this.delBreakToolStripButton.Click += new System.EventHandler(this.delBreakToolStripButton_Click);

            // delAllBreakToolStripButton

            this.delAllBreakToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.delAllBreakToolStripButton.Image                 = (System.Drawing.Image)resources.GetObject("delAllBreakToolStripButton.Image");
            this.delAllBreakToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.delAllBreakToolStripButton.Name   = "delAllBreakToolStripButton";
            this.delAllBreakToolStripButton.Size   = new System.Drawing.Size(61, 22);
            this.delAllBreakToolStripButton.Text   = "Delete All";
            this.delAllBreakToolStripButton.Click += new System.EventHandler(this.delAllBreakToolStripButton_Click);

            // disableAllToolStripButton

            this.disableAllToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.disableAllToolStripButton.Image                 = (System.Drawing.Image)resources.GetObject("disableAllToolStripButton.Image");
            this.disableAllToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.disableAllToolStripButton.Name   = "disableAllToolStripButton";
            this.disableAllToolStripButton.Size   = new System.Drawing.Size(66, 22);
            this.disableAllToolStripButton.Text   = "Disable All";
            this.disableAllToolStripButton.Click += new System.EventHandler(this.disableAllToolStripButton_Click);

            // toolStripSeparator2

            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);

            // gotoToolStripButton

            this.gotoToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.gotoToolStripButton.Image                 = (System.Drawing.Image)resources.GetObject("gotoToolStripButton.Image");
            this.gotoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.gotoToolStripButton.Name   = "gotoToolStripButton";
            this.gotoToolStripButton.Size   = new System.Drawing.Size(37, 22);
            this.gotoToolStripButton.Text   = "Goto";
            this.gotoToolStripButton.Click += new System.EventHandler(this.gotoToolStripButton_Click);

            // colToolStripDropDown

            this.colToolStripDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.colToolStripDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
            {
                this.enabledToolStripMenuItem,
                this.nameToolStripMenuItem,
                this.conditionToolStripMenuItem,
                this.hitCountToolStripMenuItem,
                this.addressToolStripMenuItem,
                this.pageToolStripMenuItem,
                this.isInRamToolStripMenuItem
            });
            this.colToolStripDropDown.Image = (System.Drawing.Image)resources.GetObject("colToolStripDropDown.Image");
            this.colToolStripDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.colToolStripDropDown.Name = "colToolStripDropDown";
            this.colToolStripDropDown.Size = new System.Drawing.Size(68, 22);
            this.colToolStripDropDown.Text = "Columns";

            // enabledToolStripMenuItem

            this.enabledToolStripMenuItem.Checked      = true;
            this.enabledToolStripMenuItem.CheckOnClick = true;
            this.enabledToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
            this.enabledToolStripMenuItem.Name         = "enabledToolStripMenuItem";
            this.enabledToolStripMenuItem.Size         = new System.Drawing.Size(127, 22);
            this.enabledToolStripMenuItem.Text         = "Enabled";
            this.enabledToolStripMenuItem.Click       += new System.EventHandler(this.ColButtonClick);

            // nameToolStripMenuItem

            this.nameToolStripMenuItem.Checked      = true;
            this.nameToolStripMenuItem.CheckOnClick = true;
            this.nameToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
            this.nameToolStripMenuItem.Name         = "nameToolStripMenuItem";
            this.nameToolStripMenuItem.Size         = new System.Drawing.Size(127, 22);
            this.nameToolStripMenuItem.Text         = "Name";
            this.nameToolStripMenuItem.Click       += new System.EventHandler(this.ColButtonClick);

            // conditionToolStripMenuItem

            this.conditionToolStripMenuItem.Checked      = true;
            this.conditionToolStripMenuItem.CheckOnClick = true;
            this.conditionToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
            this.conditionToolStripMenuItem.Name         = "conditionToolStripMenuItem";
            this.conditionToolStripMenuItem.Size         = new System.Drawing.Size(127, 22);
            this.conditionToolStripMenuItem.Text         = "Condition";
            this.conditionToolStripMenuItem.Click       += new System.EventHandler(this.ColButtonClick);

            // hitCountToolStripMenuItem

            this.hitCountToolStripMenuItem.Checked      = true;
            this.hitCountToolStripMenuItem.CheckOnClick = true;
            this.hitCountToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
            this.hitCountToolStripMenuItem.Name         = "hitCountToolStripMenuItem";
            this.hitCountToolStripMenuItem.Size         = new System.Drawing.Size(127, 22);
            this.hitCountToolStripMenuItem.Text         = "Hit Count";
            this.hitCountToolStripMenuItem.Click       += new System.EventHandler(this.ColButtonClick);

            // addressToolStripMenuItem

            this.addressToolStripMenuItem.Checked      = true;
            this.addressToolStripMenuItem.CheckOnClick = true;
            this.addressToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
            this.addressToolStripMenuItem.Name         = "addressToolStripMenuItem";
            this.addressToolStripMenuItem.Size         = new System.Drawing.Size(127, 22);
            this.addressToolStripMenuItem.Text         = "Address";
            this.addressToolStripMenuItem.Click       += new System.EventHandler(this.ColButtonClick);

            // pageToolStripMenuItem

            this.pageToolStripMenuItem.Checked      = true;
            this.pageToolStripMenuItem.CheckOnClick = true;
            this.pageToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
            this.pageToolStripMenuItem.Name         = "pageToolStripMenuItem";
            this.pageToolStripMenuItem.Size         = new System.Drawing.Size(127, 22);
            this.pageToolStripMenuItem.Text         = "Page";
            this.pageToolStripMenuItem.Click       += new System.EventHandler(this.ColButtonClick);

            // isInRamToolStripMenuItem

            this.isInRamToolStripMenuItem.Checked      = true;
            this.isInRamToolStripMenuItem.CheckOnClick = true;
            this.isInRamToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
            this.isInRamToolStripMenuItem.Name         = "isInRamToolStripMenuItem";
            this.isInRamToolStripMenuItem.Size         = new System.Drawing.Size(127, 22);
            this.isInRamToolStripMenuItem.Text         = "Is In Ram";
            this.isInRamToolStripMenuItem.Click       += new System.EventHandler(this.ColButtonClick);

            // breakpointGridView

            this.breakpointGridView.AllowUserToAddRows          = false;
            this.breakpointGridView.AllowUserToResizeRows       = false;
            this.breakpointGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.breakpointGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[]
            {
                this.EnabledCol,
                this.NameCol,
                this.ConditionCol,
                this.HitCountCol,
                this.AddressCol,
                this.PageCol,
                this.IsRamCol
            });
            this.breakpointGridView.Dock              = System.Windows.Forms.DockStyle.Fill;
            this.breakpointGridView.Location          = new System.Drawing.Point(0, 25);
            this.breakpointGridView.Name              = "breakpointGridView";
            this.breakpointGridView.RowHeadersVisible = false;
            this.breakpointGridView.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.breakpointGridView.ShowEditingIcon   = false;
            this.breakpointGridView.ShowRowErrors     = false;
            this.breakpointGridView.Size              = new System.Drawing.Size(535, 189);
            this.breakpointGridView.TabIndex          = 1;
            this.breakpointGridView.CellEndEdit      += new System.Windows.Forms.DataGridViewCellEventHandler(this.breakpointGridView_CellValueChanged);
            this.breakpointGridView.UserDeletingRow  += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.breakpointGridView_UserDeletingRow);

            // EnabledCol

            this.EnabledCol.HeaderText = "Enabled";
            this.EnabledCol.Name       = "EnabledCol";
            this.EnabledCol.Width      = 50;

            // NameCol

            this.NameCol.HeaderText = "Name";
            this.NameCol.Name       = "NameCol";
            this.NameCol.ReadOnly   = true;

            // ConditionCol

            this.ConditionCol.HeaderText = "Condition";
            this.ConditionCol.Name       = "ConditionCol";

            // HitCountCol

            this.HitCountCol.HeaderText = "Hit Count";
            this.HitCountCol.Name       = "HitCountCol";

            // AddressCol

            this.AddressCol.HeaderText = "Address";
            this.AddressCol.Name       = "AddressCol";

            // PageCol

            this.PageCol.HeaderText = "Page";
            this.PageCol.Name       = "PageCol";

            // IsRamCol

            this.IsRamCol.HeaderText = "In Ram";
            this.IsRamCol.Name       = "IsRamCol";
            this.IsRamCol.Width      = 50;

            // BreakpointManagerWindow

            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(535, 214);
            this.Controls.Add(this.breakpointGridView);
            this.Controls.Add(this.toolStrip1);
            this.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, (byte)0);
            this.HideOnClose        = true;
            this.Name               = "BreakpointManagerWindow";
            this.ShowHint           = WeifenLuo.WinFormsUI.Docking.DockState.DockBottom;
            this.TabPageContextMenu = this.contextMenu;
            this.TabText            = "Breakpoints";
            this.Text               = "Breakpoints";
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize) this.breakpointGridView).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #31
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.statusStrip1            = new System.Windows.Forms.StatusStrip();
     this.toolStrip1              = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1         = new System.Windows.Forms.ToolStripLabel();
     this.toGbkButton             = new System.Windows.Forms.ToolStripButton();
     this.tobyteButton            = new System.Windows.Forms.ToolStripButton();
     this.bytetoint32Button       = new System.Windows.Forms.ToolStripButton();
     this.intotbyteButton         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3     = new System.Windows.Forms.ToolStripSeparator();
     this.arrayTemplateButton     = new System.Windows.Forms.ToolStripSplitButton();
     this.数组逻辑比较ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.倒序字符串ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButton1   = new System.Windows.Forms.ToolStripSplitButton();
     this.memoryViewer到BYTE数组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.gBKBYTEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.hEXINTToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.iNTHEXToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.bYTEINTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.iNTBYTEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2      = new System.Windows.Forms.ToolStripSeparator();
     this.计算表达式ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     this.全选ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.粘贴ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip2             = new System.Windows.Forms.ToolStrip();
     this.formattimeButton       = new System.Windows.Forms.ToolStripSplitButton();
     this.微秒到分钟ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip3             = new System.Windows.Forms.ToolStrip();
     this.cformatButton          = new System.Windows.Forms.ToolStripButton();
     this.toolStrip4             = new System.Windows.Forms.ToolStrip();
     this.fileNameBox1           = new System.Windows.Forms.ToolStripComboBox();
     this.fileNameBox2           = new System.Windows.Forms.ToolStripComboBox();
     this.compareFileButton      = new System.Windows.Forms.ToolStripSplitButton();
     this.比较字符串ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1        = new System.Windows.Forms.SplitContainer();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.toolStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolStrip3.SuspendLayout();
     this.toolStrip4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 451);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(671, 22);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.toGbkButton,
         this.tobyteButton,
         this.bytetoint32Button,
         this.intotbyteButton,
         this.toolStripSeparator3,
         this.arrayTemplateButton,
         this.toolStripSplitButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(671, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(68, 22);
     this.toolStripLabel1.Text = "(剪切板)";
     //
     // toGbkButton
     //
     this.toGbkButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toGbkButton.Image                 = ((System.Drawing.Image)(resources.GetObject("toGbkButton.Image")));
     this.toGbkButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toGbkButton.Name   = "toGbkButton";
     this.toGbkButton.Size   = new System.Drawing.Size(86, 22);
     this.toGbkButton.Text   = "BYTE ➤ GBK";
     this.toGbkButton.Click += new System.EventHandler(this.ToGbkButtonClick);
     //
     // tobyteButton
     //
     this.tobyteButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tobyteButton.Image                 = ((System.Drawing.Image)(resources.GetObject("tobyteButton.Image")));
     this.tobyteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tobyteButton.Name   = "tobyteButton";
     this.tobyteButton.Size   = new System.Drawing.Size(90, 22);
     this.tobyteButton.Text   = "GBK  ➤ BYTE";
     this.tobyteButton.Click += new System.EventHandler(this.TobyteButtonClick);
     //
     // bytetoint32Button
     //
     this.bytetoint32Button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.bytetoint32Button.Image                 = ((System.Drawing.Image)(resources.GetObject("bytetoint32Button.Image")));
     this.bytetoint32Button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bytetoint32Button.Name   = "bytetoint32Button";
     this.bytetoint32Button.Size   = new System.Drawing.Size(82, 22);
     this.bytetoint32Button.Text   = "BYTE ➤ INT";
     this.bytetoint32Button.Click += new System.EventHandler(this.Bytetoint32ButtonClick);
     //
     // intotbyteButton
     //
     this.intotbyteButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.intotbyteButton.Image                 = ((System.Drawing.Image)(resources.GetObject("intotbyteButton.Image")));
     this.intotbyteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.intotbyteButton.Name   = "intotbyteButton";
     this.intotbyteButton.Size   = new System.Drawing.Size(86, 22);
     this.intotbyteButton.Text   = "INT ➤ BYTE ";
     this.intotbyteButton.Click += new System.EventHandler(this.IntotbyteButtonClick);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // arrayTemplateButton
     //
     this.arrayTemplateButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.arrayTemplateButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.数组逻辑比较ToolStripMenuItem,
         this.倒序字符串ToolStripMenuItem
     });
     this.arrayTemplateButton.Image = ((System.Drawing.Image)(resources.GetObject("arrayTemplateButton.Image")));
     this.arrayTemplateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.arrayTemplateButton.Name = "arrayTemplateButton";
     this.arrayTemplateButton.Size = new System.Drawing.Size(96, 22);
     this.arrayTemplateButton.Text = "数组(模板)";
     //
     // 数组逻辑比较ToolStripMenuItem
     //
     this.数组逻辑比较ToolStripMenuItem.Name   = "数组逻辑比较ToolStripMenuItem";
     this.数组逻辑比较ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.数组逻辑比较ToolStripMenuItem.Text   = "数组逻辑比较";
     this.数组逻辑比较ToolStripMenuItem.Click += new System.EventHandler(this.数组逻辑比较ToolStripMenuItemClick);
     //
     // 倒序字符串ToolStripMenuItem
     //
     this.倒序字符串ToolStripMenuItem.Name   = "倒序字符串ToolStripMenuItem";
     this.倒序字符串ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.倒序字符串ToolStripMenuItem.Text   = "倒序字符串";
     this.倒序字符串ToolStripMenuItem.Click += new System.EventHandler(this.倒序字符串ToolStripMenuItemClick);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.memoryViewer到BYTE数组ToolStripMenuItem
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
     this.toolStripSplitButton1.Text = "toolStripSplitButton1";
     //
     // memoryViewer到BYTE数组ToolStripMenuItem
     //
     this.memoryViewer到BYTE数组ToolStripMenuItem.Name   = "memoryViewer到BYTE数组ToolStripMenuItem";
     this.memoryViewer到BYTE数组ToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this.memoryViewer到BYTE数组ToolStripMenuItem.Text   = "Memory Viewer 到 BYTE 数组";
     this.memoryViewer到BYTE数组ToolStripMenuItem.Click += new System.EventHandler(this.MemoryViewer到BYTE数组ToolStripMenuItemClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.gBKBYTEToolStripMenuItem,
         this.hEXINTToolStripMenuItem,
         this.iNTHEXToolStripMenuItem,
         this.bYTEINTToolStripMenuItem,
         this.iNTBYTEToolStripMenuItem,
         this.toolStripSeparator2,
         this.计算表达式ToolStripMenuItem,
         this.toolStripSeparator1,
         this.全选ToolStripMenuItem,
         this.粘贴ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(151, 192);
     //
     // gBKBYTEToolStripMenuItem
     //
     this.gBKBYTEToolStripMenuItem.Name   = "gBKBYTEToolStripMenuItem";
     this.gBKBYTEToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.gBKBYTEToolStripMenuItem.Text   = "GBK ➤ BYTE";
     this.gBKBYTEToolStripMenuItem.Click += new System.EventHandler(this.GBKBYTEToolStripMenuItemClick);
     //
     // hEXINTToolStripMenuItem
     //
     this.hEXINTToolStripMenuItem.Name   = "hEXINTToolStripMenuItem";
     this.hEXINTToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.hEXINTToolStripMenuItem.Text   = "HEX ➤ INT";
     this.hEXINTToolStripMenuItem.Click += new System.EventHandler(this.HEXINTToolStripMenuItemClick);
     //
     // iNTHEXToolStripMenuItem
     //
     this.iNTHEXToolStripMenuItem.Name   = "iNTHEXToolStripMenuItem";
     this.iNTHEXToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.iNTHEXToolStripMenuItem.Text   = "INT ➤ HEX";
     this.iNTHEXToolStripMenuItem.Click += new System.EventHandler(this.INTHEXToolStripMenuItemClick);
     //
     // bYTEINTToolStripMenuItem
     //
     this.bYTEINTToolStripMenuItem.Name   = "bYTEINTToolStripMenuItem";
     this.bYTEINTToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.bYTEINTToolStripMenuItem.Text   = "BYTE ➤ INT";
     this.bYTEINTToolStripMenuItem.Click += new System.EventHandler(this.BYTEINTToolStripMenuItemClick);
     //
     // iNTBYTEToolStripMenuItem
     //
     this.iNTBYTEToolStripMenuItem.Name   = "iNTBYTEToolStripMenuItem";
     this.iNTBYTEToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.iNTBYTEToolStripMenuItem.Text   = "INT ➤ BYTE ";
     this.iNTBYTEToolStripMenuItem.Click += new System.EventHandler(this.INTBYTEToolStripMenuItemClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(147, 6);
     //
     // 计算表达式ToolStripMenuItem
     //
     this.计算表达式ToolStripMenuItem.Name   = "计算表达式ToolStripMenuItem";
     this.计算表达式ToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.计算表达式ToolStripMenuItem.Text   = "计算表达式";
     this.计算表达式ToolStripMenuItem.Click += new System.EventHandler(this.计算表达式ToolStripMenuItemClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(147, 6);
     //
     // 全选ToolStripMenuItem
     //
     this.全选ToolStripMenuItem.Name         = "全选ToolStripMenuItem";
     this.全选ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.全选ToolStripMenuItem.Size         = new System.Drawing.Size(150, 22);
     this.全选ToolStripMenuItem.Text         = "全选";
     this.全选ToolStripMenuItem.Click       += new System.EventHandler(this.全选ToolStripMenuItemClick);
     //
     // 粘贴ToolStripMenuItem
     //
     this.粘贴ToolStripMenuItem.Name   = "粘贴ToolStripMenuItem";
     this.粘贴ToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.粘贴ToolStripMenuItem.Text   = "粘贴";
     this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.粘贴ToolStripMenuItemClick);
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.formattimeButton
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 50);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(671, 25);
     this.toolStrip2.TabIndex = 3;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // formattimeButton
     //
     this.formattimeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.formattimeButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.微秒到分钟ToolStripMenuItem,
         this.toolStripMenuItem2
     });
     this.formattimeButton.Image = ((System.Drawing.Image)(resources.GetObject("formattimeButton.Image")));
     this.formattimeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.formattimeButton.Name = "formattimeButton";
     this.formattimeButton.Size = new System.Drawing.Size(84, 22);
     this.formattimeButton.Text = "格式化时间";
     //
     // 微秒到分钟ToolStripMenuItem
     //
     this.微秒到分钟ToolStripMenuItem.Name   = "微秒到分钟ToolStripMenuItem";
     this.微秒到分钟ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.微秒到分钟ToolStripMenuItem.Text   = "格式化微秒";
     this.微秒到分钟ToolStripMenuItem.Click += new System.EventHandler(this.微秒到分钟ToolStripMenuItemClick);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(136, 22);
     this.toolStripMenuItem2.Text   = "123";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2Click);
     //
     // toolStrip3
     //
     this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cformatButton
     });
     this.toolStrip3.Location = new System.Drawing.Point(0, 25);
     this.toolStrip3.Name     = "toolStrip3";
     this.toolStrip3.Size     = new System.Drawing.Size(671, 25);
     this.toolStrip3.TabIndex = 4;
     this.toolStrip3.Text     = "toolStrip3";
     //
     // cformatButton
     //
     this.cformatButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.cformatButton.Image                 = ((System.Drawing.Image)(resources.GetObject("cformatButton.Image")));
     this.cformatButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cformatButton.Name   = "cformatButton";
     this.cformatButton.Size   = new System.Drawing.Size(80, 22);
     this.cformatButton.Text   = "格式化C语言";
     this.cformatButton.Click += new System.EventHandler(this.CformatButtonClick);
     //
     // toolStrip4
     //
     this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileNameBox1,
         this.fileNameBox2,
         this.compareFileButton
     });
     this.toolStrip4.Location = new System.Drawing.Point(0, 75);
     this.toolStrip4.Name     = "toolStrip4";
     this.toolStrip4.Size     = new System.Drawing.Size(671, 25);
     this.toolStrip4.TabIndex = 5;
     this.toolStrip4.Text     = "toolStrip4";
     //
     // fileNameBox1
     //
     this.fileNameBox1.Name = "fileNameBox1";
     this.fileNameBox1.Size = new System.Drawing.Size(121, 25);
     //
     // fileNameBox2
     //
     this.fileNameBox2.Name = "fileNameBox2";
     this.fileNameBox2.Size = new System.Drawing.Size(121, 25);
     //
     // compareFileButton
     //
     this.compareFileButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.compareFileButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.比较字符串ToolStripMenuItem
     });
     this.compareFileButton.Image = ((System.Drawing.Image)(resources.GetObject("compareFileButton.Image")));
     this.compareFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.compareFileButton.Name         = "compareFileButton";
     this.compareFileButton.Size         = new System.Drawing.Size(96, 22);
     this.compareFileButton.Text         = "比较文本文件";
     this.compareFileButton.ButtonClick += new System.EventHandler(this.CompareFileButtonButtonClick);
     //
     // 比较字符串ToolStripMenuItem
     //
     this.比较字符串ToolStripMenuItem.Name   = "比较字符串ToolStripMenuItem";
     this.比较字符串ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.比较字符串ToolStripMenuItem.Text   = "比较字符串";
     this.比较字符串ToolStripMenuItem.Click += new System.EventHandler(this.比较字符串ToolStripMenuItemClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 100);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.textBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.textBox2);
     this.splitContainer1.Size             = new System.Drawing.Size(671, 351);
     this.splitContainer1.SplitterDistance = 303;
     this.splitContainer1.TabIndex         = 6;
     //
     // textBox1
     //
     this.textBox1.ContextMenuStrip = this.contextMenuStrip1;
     this.textBox1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location         = new System.Drawing.Point(0, 0);
     this.textBox1.MaxLength        = 3276700;
     this.textBox1.Multiline        = true;
     this.textBox1.Name             = "textBox1";
     this.textBox1.ScrollBars       = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size             = new System.Drawing.Size(303, 351);
     this.textBox1.TabIndex         = 0;
     //
     // textBox2
     //
     this.textBox2.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Location          = new System.Drawing.Point(0, 0);
     this.textBox2.MaxLength         = 3276700;
     this.textBox2.Multiline         = true;
     this.textBox2.Name              = "textBox2";
     this.textBox2.ScrollBars        = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size              = new System.Drawing.Size(364, 351);
     this.textBox2.TabIndex          = 1;
     this.textBox2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TextBox2MouseDoubleClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(671, 473);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip4);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip2);
     this.Controls.Add(this.toolStrip3);
     this.Controls.Add(this.toolStrip1);
     this.Name = "MainForm";
     this.Text = "Strings";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip3.ResumeLayout(false);
     this.toolStrip3.PerformLayout();
     this.toolStrip4.ResumeLayout(false);
     this.toolStrip4.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #32
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNomenclature));
     this.panel1                = new System.Windows.Forms.Panel();
     this.button1               = new System.Windows.Forms.Button();
     this.buttonClose           = new System.Windows.Forms.Button();
     this.panel2                = new System.Windows.Forms.Panel();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1      = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2      = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4      = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5      = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton7      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.изПрайслистаКонтрагентаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.изТабличногоФайлаExcelToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripComboBox1  = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripButton9    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton10   = new System.Windows.Forms.ToolStripButton();
     this.panel3                          = new System.Windows.Forms.Panel();
     this.listView1                       = new System.Windows.Forms.ListView();
     this.columnHeader1                   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2                   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3                   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4                   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5                   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6                   = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.папкиToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.создатьПапкуToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.изменитьПапкуToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьПапкуToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1              = new System.Windows.Forms.ToolStripSeparator();
     this.создатьЗаписьToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.изменитьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьЗаписьToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1             = new System.Windows.Forms.ToolStripSeparator();
     this.загрузитьНаименованияТоваровToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.изПрайслистовКонтрагентовToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.изТабличногоФайлаExcelToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2             = new System.Windows.Forms.ToolStripSeparator();
     this.выбратьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.toolTip1   = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.buttonClose);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 347);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(756, 45);
     this.panel1.TabIndex = 1;
     //
     // button1
     //
     this.button1.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(586, 10);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 23);
     this.button1.TabIndex   = 1;
     this.button1.Text       = "Выбрать";
     this.button1.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click  += new System.EventHandler(this.Button1Click);
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(669, 10);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 0;
     this.buttonClose.Text     = "Закрыть";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.toolStrip1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(756, 25);
     this.panel2.TabIndex = 2;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         this.toolStripSeparator2,
         this.toolStripButton4,
         this.toolStripButton5,
         this.toolStripButton6,
         this.toolStripSeparator3,
         this.toolStripButton7,
         this.toolStripSeparator4,
         this.toolStripSplitButton1,
         this.toolStripSeparator5,
         this.toolStripComboBox1,
         this.toolStripButton9,
         this.toolStripSeparator6,
         this.toolStripButton10
     });
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location    = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name        = "toolStrip1";
     this.toolStrip1.Size        = new System.Drawing.Size(756, 25);
     this.toolStrip1.TabIndex    = 18;
     this.toolStrip1.Text        = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton1.Text   = "Добавить";
     this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton2.Text   = "Изменить";
     this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton3.Text   = "Удалить";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton4.Text   = "Создать папку";
     this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton5.Text   = "Редактировать папку";
     this.toolStripButton5.Click += new System.EventHandler(this.ToolStripButton5Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name   = "toolStripButton6";
     this.toolStripButton6.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton6.Text   = "Удалить папку";
     this.toolStripButton6.Click += new System.EventHandler(this.ToolStripButton6Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 23);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton7.Text   = "Способ отображения.";
     this.toolStripButton7.Click += new System.EventHandler(this.ToolStripButton7Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 23);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.изПрайслистаКонтрагентаToolStripMenuItem,
         this.изТабличногоФайлаExcelToolStripMenuItem1
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(175, 20);
     this.toolStripSplitButton1.Text = "Загрузить номенклатуру";
     //
     // изПрайслистаКонтрагентаToolStripMenuItem
     //
     this.изПрайслистаКонтрагентаToolStripMenuItem.Name   = "изПрайслистаКонтрагентаToolStripMenuItem";
     this.изПрайслистаКонтрагентаToolStripMenuItem.Size   = new System.Drawing.Size(231, 22);
     this.изПрайслистаКонтрагентаToolStripMenuItem.Text   = "из прайс-листа контрагента.";
     this.изПрайслистаКонтрагентаToolStripMenuItem.Click += new System.EventHandler(this.ИзПрайслистаКонтрагентаToolStripMenuItemClick);
     //
     // изТабличногоФайлаExcelToolStripMenuItem1
     //
     this.изТабличногоФайлаExcelToolStripMenuItem1.Name   = "изТабличногоФайлаExcelToolStripMenuItem1";
     this.изТабличногоФайлаExcelToolStripMenuItem1.Size   = new System.Drawing.Size(231, 22);
     this.изТабличногоФайлаExcelToolStripMenuItem1.Text   = "из табличного файла Excel.";
     this.изТабличногоФайлаExcelToolStripMenuItem1.Click += new System.EventHandler(this.ИзТабличногоФайлаExcelToolStripMenuItem1Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 23);
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBox1.Name      = "toolStripComboBox1";
     this.toolStripComboBox1.Size      = new System.Drawing.Size(200, 23);
     this.toolStripComboBox1.Text      = "Введите данные для поиска";
     this.toolStripComboBox1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.ToolStripComboBox1KeyDown);
     //
     // toolStripButton9
     //
     this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
     this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton9.Name   = "toolStripButton9";
     this.toolStripButton9.Size   = new System.Drawing.Size(62, 20);
     this.toolStripButton9.Text   = "Поиск";
     this.toolStripButton9.Click += new System.EventHandler(this.ToolStripButton9Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 23);
     //
     // toolStripButton10
     //
     this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
     this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton10.Name   = "toolStripButton10";
     this.toolStripButton10.Size   = new System.Drawing.Size(81, 20);
     this.toolStripButton10.Text   = "Обновить";
     this.toolStripButton10.Click += new System.EventHandler(this.ToolStripButton10Click);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.listView1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 25);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(756, 322);
     this.panel3.TabIndex = 3;
     //
     // listView1
     //
     this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.listView1.ContextMenuStrip = this.contextMenuStrip1;
     this.listView1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     this.listView1.LargeImageList   = this.imageList1;
     this.listView1.Location         = new System.Drawing.Point(0, 0);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.Size             = new System.Drawing.Size(756, 322);
     this.listView1.SmallImageList   = this.imageList1;
     this.listView1.StateImageList   = this.imageList1;
     this.listView1.TabIndex         = 6;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.ListView1SelectedIndexChanged);
     this.listView1.DoubleClick          += new System.EventHandler(this.ListView1DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Наименование";
     this.columnHeader2.Width = 400;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "";
     this.columnHeader3.Width = 50;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "№";
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Ед. изм.";
     this.columnHeader5.Width = 0;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Цена:";
     this.columnHeader6.Width = 0;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.папкиToolStripMenuItem,
         this.toolStripMenuItem1,
         this.создатьЗаписьToolStripMenuItem,
         this.изменитьЗаписьToolStripMenuItem,
         this.удалитьЗаписьToolStripMenuItem,
         this.toolStripSeparator1,
         this.загрузитьНаименованияТоваровToolStripMenuItem,
         this.toolStripMenuItem2,
         this.выбратьЗаписьToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(211, 154);
     //
     // папкиToolStripMenuItem
     //
     this.папкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.создатьПапкуToolStripMenuItem,
         this.изменитьПапкуToolStripMenuItem,
         this.удалитьПапкуToolStripMenuItem
     });
     this.папкиToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("папкиToolStripMenuItem.Image")));
     this.папкиToolStripMenuItem.Name  = "папкиToolStripMenuItem";
     this.папкиToolStripMenuItem.Size  = new System.Drawing.Size(210, 22);
     this.папкиToolStripMenuItem.Text  = "Папки:";
     //
     // создатьПапкуToolStripMenuItem
     //
     this.создатьПапкуToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("создатьПапкуToolStripMenuItem.Image")));
     this.создатьПапкуToolStripMenuItem.Name   = "создатьПапкуToolStripMenuItem";
     this.создатьПапкуToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.создатьПапкуToolStripMenuItem.Text   = "Создать папку.";
     this.создатьПапкуToolStripMenuItem.Click += new System.EventHandler(this.СоздатьПапкуToolStripMenuItemClick);
     //
     // изменитьПапкуToolStripMenuItem
     //
     this.изменитьПапкуToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("изменитьПапкуToolStripMenuItem.Image")));
     this.изменитьПапкуToolStripMenuItem.Name   = "изменитьПапкуToolStripMenuItem";
     this.изменитьПапкуToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.изменитьПапкуToolStripMenuItem.Text   = "Изменить папку.";
     this.изменитьПапкуToolStripMenuItem.Click += new System.EventHandler(this.ИзменитьПапкуToolStripMenuItemClick);
     //
     // удалитьПапкуToolStripMenuItem
     //
     this.удалитьПапкуToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("удалитьПапкуToolStripMenuItem.Image")));
     this.удалитьПапкуToolStripMenuItem.Name   = "удалитьПапкуToolStripMenuItem";
     this.удалитьПапкуToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.удалитьПапкуToolStripMenuItem.Text   = "Удалить папку.";
     this.удалитьПапкуToolStripMenuItem.Click += new System.EventHandler(this.УдалитьПапкуToolStripMenuItemClick);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(207, 6);
     //
     // создатьЗаписьToolStripMenuItem
     //
     this.создатьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("создатьЗаписьToolStripMenuItem.Image")));
     this.создатьЗаписьToolStripMenuItem.Name   = "создатьЗаписьToolStripMenuItem";
     this.создатьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(210, 22);
     this.создатьЗаписьToolStripMenuItem.Text   = "Создать запись.";
     this.создатьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.СоздатьЗаписьToolStripMenuItemClick);
     //
     // изменитьЗаписьToolStripMenuItem
     //
     this.изменитьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("изменитьЗаписьToolStripMenuItem.Image")));
     this.изменитьЗаписьToolStripMenuItem.Name   = "изменитьЗаписьToolStripMenuItem";
     this.изменитьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(210, 22);
     this.изменитьЗаписьToolStripMenuItem.Text   = "Изменить запись.";
     this.изменитьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.ИзменитьЗаписьToolStripMenuItemClick);
     //
     // удалитьЗаписьToolStripMenuItem
     //
     this.удалитьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("удалитьЗаписьToolStripMenuItem.Image")));
     this.удалитьЗаписьToolStripMenuItem.Name   = "удалитьЗаписьToolStripMenuItem";
     this.удалитьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(210, 22);
     this.удалитьЗаписьToolStripMenuItem.Text   = "Удалить запись.";
     this.удалитьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.УдалитьЗаписьToolStripMenuItemClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(207, 6);
     //
     // загрузитьНаименованияТоваровToolStripMenuItem
     //
     this.загрузитьНаименованияТоваровToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.изПрайслистовКонтрагентовToolStripMenuItem,
         this.изТабличногоФайлаExcelToolStripMenuItem
     });
     this.загрузитьНаименованияТоваровToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("загрузитьНаименованияТоваровToolStripMenuItem.Image")));
     this.загрузитьНаименованияТоваровToolStripMenuItem.Name  = "загрузитьНаименованияТоваровToolStripMenuItem";
     this.загрузитьНаименованияТоваровToolStripMenuItem.Size  = new System.Drawing.Size(210, 22);
     this.загрузитьНаименованияТоваровToolStripMenuItem.Text  = "Загрузить номенклатуру";
     //
     // изПрайслистовКонтрагентовToolStripMenuItem
     //
     this.изПрайслистовКонтрагентовToolStripMenuItem.Name   = "изПрайслистовКонтрагентовToolStripMenuItem";
     this.изПрайслистовКонтрагентовToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this.изПрайслистовКонтрагентовToolStripMenuItem.Text   = "из прайс-листов контрагентов.";
     this.изПрайслистовКонтрагентовToolStripMenuItem.Click += new System.EventHandler(this.ИзПрайслистовКонтрагентовToolStripMenuItemClick);
     //
     // изТабличногоФайлаExcelToolStripMenuItem
     //
     this.изТабличногоФайлаExcelToolStripMenuItem.Name   = "изТабличногоФайлаExcelToolStripMenuItem";
     this.изТабличногоФайлаExcelToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this.изТабличногоФайлаExcelToolStripMenuItem.Text   = "из табличного файла excel.";
     this.изТабличногоФайлаExcelToolStripMenuItem.Click += new System.EventHandler(this.ИзТабличногоФайлаExcelToolStripMenuItemClick);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name    = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size    = new System.Drawing.Size(207, 6);
     this.toolStripMenuItem2.Visible = false;
     //
     // выбратьЗаписьToolStripMenuItem
     //
     this.выбратьЗаписьToolStripMenuItem.Name    = "выбратьЗаписьToolStripMenuItem";
     this.выбратьЗаписьToolStripMenuItem.Size    = new System.Drawing.Size(210, 22);
     this.выбратьЗаписьToolStripMenuItem.Text    = "Выбрать запись.";
     this.выбратьЗаписьToolStripMenuItem.Visible = false;
     this.выбратьЗаписьToolStripMenuItem.Click  += new System.EventHandler(this.ВыбратьЗаписьToolStripMenuItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "folder.png");
     this.imageList1.Images.SetKeyName(1, "page.png");
     //
     // FormNomenclature
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(756, 392);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "FormNomenclature";
     this.Text        = "Номенклатура";
     this.Activated  += new System.EventHandler(this.FormNomenclatureActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormNomenclatureFormClosed);
     this.Load       += new System.EventHandler(this.FormNomenclatureLoad);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #33
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.path1Box        = new System.Windows.Forms.ToolStripComboBox();
     this.path2Box        = new System.Windows.Forms.ToolStripComboBox();
     this.compareButton   = new System.Windows.Forms.ToolStripSplitButton();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.path1Box,
         this.path2Box,
         this.compareButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(483, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // path1Box
     //
     this.path1Box.Name = "path1Box";
     this.path1Box.Size = new System.Drawing.Size(200, 25);
     //
     // path2Box
     //
     this.path2Box.Name = "path2Box";
     this.path2Box.Size = new System.Drawing.Size(200, 25);
     //
     // compareButton
     //
     this.compareButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.compareButton.Image                 = ((System.Drawing.Image)(resources.GetObject("compareButton.Image")));
     this.compareButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.compareButton.Name         = "compareButton";
     this.compareButton.Size         = new System.Drawing.Size(48, 22);
     this.compareButton.Text         = "比较";
     this.compareButton.ButtonClick += new System.EventHandler(this.CompareButtonButtonClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.textBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.textBox2);
     this.splitContainer1.Size             = new System.Drawing.Size(483, 192);
     this.splitContainer1.SplitterDistance = 227;
     this.splitContainer1.TabIndex         = 1;
     //
     // textBox1
     //
     this.textBox1.AllowDrop  = true;
     this.textBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location   = new System.Drawing.Point(0, 0);
     this.textBox1.MaxLength  = 3276700;
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(227, 192);
     this.textBox1.TabIndex   = 0;
     this.textBox1.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TextBox1DragDrop);
     this.textBox1.DragOver  += new System.Windows.Forms.DragEventHandler(this.TextBox1DragOver);
     //
     // textBox2
     //
     this.textBox2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Location   = new System.Drawing.Point(0, 0);
     this.textBox2.MaxLength  = 3276700;
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size       = new System.Drawing.Size(252, 192);
     this.textBox2.TabIndex   = 0;
     this.textBox2.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TextBox2DragDrop);
     this.textBox2.DragOver  += new System.Windows.Forms.DragEventHandler(this.TextBox2DragOver);
     //
     // MainForm
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(483, 217);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "MainForm";
     this.Text = "FileCompare";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiagramDesignerMainForm));
     Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager3 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statusLabelMessage = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelShapeCount = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelMousePosition = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelSelectionSize = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelTopLeft = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelBottomRight = new System.Windows.Forms.ToolStripStatusLabel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectInXMLStoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectInSqlStoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openXMLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openSQLServerRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.recentProjectsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
     this.saveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
     this.ManageShapeAndModelLibrariesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportDiagramAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.emfExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wmfExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pngExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.jpgExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bmpExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.quitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.insertDiagramMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteDiagramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showDiagramSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
     this.cutShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cutShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyAsImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllOfTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllOfTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unselectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.toForegroundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toBackgroundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showGridMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showDisplaySettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.editDesignsAndStylesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewShowLayoutControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
     this.highQualityRenderingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.adoNetDatabaseGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testDataGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
     this.nShapeEventMonitorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.toolboxPropsPanel = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.toolboxListView = new System.Windows.Forms.ListView();
     this.toolboxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.viewToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.propertyWindowTabControl = new System.Windows.Forms.TabControl();
     this.propertyWindowShapeTab = new System.Windows.Forms.TabPage();
     this.primaryPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.propertyWindowModelTab = new System.Windows.Forms.TabPage();
     this.secondaryPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.layersTab = new System.Windows.Forms.TabPage();
     this.layerEditorListView = new Dataweb.NShape.WinFormsUI.LayerListView();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
     this.displayTabControl = new System.Windows.Forms.TabControl();
     this.historyTrackBar = new System.Windows.Forms.TrackBar();
     this.modelTreeView = new System.Windows.Forms.TreeView();
     this.editToolStrip = new System.Windows.Forms.ToolStrip();
     this.newProjectToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.xmlRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sQLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.openXMLRepositoryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.openSQLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveProjectToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cutShapeButton = new System.Windows.Forms.ToolStripButton();
     this.copyShapeButton = new System.Windows.Forms.ToolStripButton();
     this.pasteButton = new System.Windows.Forms.ToolStripButton();
     this.deleteShapeButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.undoToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.redoToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.settingsToolStrip = new System.Windows.Forms.ToolStrip();
     this.prevDiagramButton = new System.Windows.Forms.ToolStripButton();
     this.nextDiagramButton = new System.Windows.Forms.ToolStripButton();
     this.zoomToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.displaySettingsToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.refreshToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.showGridToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.displayToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.designEditorToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.runtimeModeComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.debugToolStrip = new System.Windows.Forms.ToolStrip();
     this.debugDrawOccupationToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.debugDrawInvalidatedAreaToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project = new Dataweb.NShape.Project(this.components);
     this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
     this.layerController = new Dataweb.NShape.Controllers.LayerController();
     this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
     this.modelTreeController = new Dataweb.NShape.Controllers.ModelController();
     this.propertyController = new Dataweb.NShape.Controllers.PropertyController();
     this.modelTreePresenter = new Dataweb.NShape.WinFormsUI.ModelTreeViewPresenter();
     this.propertyPresenter = new Dataweb.NShape.WinFormsUI.PropertyPresenter();
     this.toolSetListViewPresenter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.layerPresenter = new Dataweb.NShape.Controllers.LayerPresenter();
     this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
     this.resetToolbarsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip.SuspendLayout();
     this.mainMenuStrip.SuspendLayout();
     this.toolboxPropsPanel.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolboxContextMenuStrip.SuspendLayout();
     this.propertyWindowTabControl.SuspendLayout();
     this.propertyWindowShapeTab.SuspendLayout();
     this.propertyWindowModelTab.SuspendLayout();
     this.layersTab.SuspendLayout();
     this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.historyTrackBar)).BeginInit();
     this.editToolStrip.SuspendLayout();
     this.settingsToolStrip.SuspendLayout();
     this.displayToolStrip.SuspendLayout();
     this.debugToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // statusStrip
     //
     this.statusStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabelMessage,
     this.toolStripStatusLabel1,
     this.statusLabelShapeCount,
     this.toolStripStatusLabel2,
     this.statusLabelMousePosition,
     this.statusLabelSelectionSize,
     this.toolStripStatusLabel5,
     this.statusLabelTopLeft,
     this.statusLabelBottomRight});
     this.statusStrip.Location = new System.Drawing.Point(0, 0);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip.Size = new System.Drawing.Size(1008, 24);
     this.statusStrip.TabIndex = 1;
     this.statusStrip.Text = "statusStrip";
     //
     // statusLabelMessage
     //
     this.statusLabelMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusLabelMessage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMessage.Name = "statusLabelMessage";
     this.statusLabelMessage.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelMessage.Size = new System.Drawing.Size(355, 19);
     this.statusLabelMessage.Spring = true;
     this.statusLabelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoToolTip = true;
     this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(70, 19);
     this.toolStripStatusLabel1.Text = "Diagram: ";
     //
     // statusLabelShapeCount
     //
     this.statusLabelShapeCount.AutoToolTip = true;
     this.statusLabelShapeCount.Name = "statusLabelShapeCount";
     this.statusLabelShapeCount.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelShapeCount.Size = new System.Drawing.Size(60, 19);
     this.statusLabelShapeCount.Text = "n Shapes";
     this.statusLabelShapeCount.ToolTipText = "Number of shaes in the current diagram";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoToolTip = true;
     this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(66, 19);
     this.toolStripStatusLabel2.Text = "Selection:";
     //
     // statusLabelMousePosition
     //
     this.statusLabelMousePosition.AutoToolTip = true;
     this.statusLabelMousePosition.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelMousePosition.Image")));
     this.statusLabelMousePosition.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMousePosition.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelMousePosition.Name = "statusLabelMousePosition";
     this.statusLabelMousePosition.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelMousePosition.Size = new System.Drawing.Size(87, 19);
     this.statusLabelMousePosition.Text = "Mouse Pos";
     this.statusLabelMousePosition.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMousePosition.ToolTipText = "Mouse position in diagram coordinates";
     //
     // statusLabelSelectionSize
     //
     this.statusLabelSelectionSize.AutoToolTip = true;
     this.statusLabelSelectionSize.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelSelectionSize.Image")));
     this.statusLabelSelectionSize.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelSelectionSize.Name = "statusLabelSelectionSize";
     this.statusLabelSelectionSize.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelSelectionSize.Size = new System.Drawing.Size(100, 19);
     this.statusLabelSelectionSize.Text = "Selection Size";
     this.statusLabelSelectionSize.ToolTipText = "The size of the current selection in diagram coordinates";
     //
     // toolStripStatusLabel5
     //
     this.toolStripStatusLabel5.AutoToolTip = true;
     this.toolStripStatusLabel5.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
     this.toolStripStatusLabel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.toolStripStatusLabel5.Size = new System.Drawing.Size(88, 19);
     this.toolStripStatusLabel5.Text = "Display Area:";
     this.toolStripStatusLabel5.ToolTipText = "The currently displayed area in diagram coordinates";
     //
     // statusLabelTopLeft
     //
     this.statusLabelTopLeft.AutoToolTip = true;
     this.statusLabelTopLeft.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelTopLeft.Image")));
     this.statusLabelTopLeft.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelTopLeft.Name = "statusLabelTopLeft";
     this.statusLabelTopLeft.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelTopLeft.Size = new System.Drawing.Size(70, 19);
     this.statusLabelTopLeft.Text = "TopLeft";
     this.statusLabelTopLeft.ToolTipText = "The top left corner of currently displayed area in diagram coordinates";
     //
     // statusLabelBottomRight
     //
     this.statusLabelBottomRight.AutoToolTip = true;
     this.statusLabelBottomRight.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelBottomRight.Image")));
     this.statusLabelBottomRight.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelBottomRight.Name = "statusLabelBottomRight";
     this.statusLabelBottomRight.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelBottomRight.Size = new System.Drawing.Size(97, 19);
     this.statusLabelBottomRight.Text = "BottomRight";
     this.statusLabelBottomRight.ToolTipText = "The bottom right corner of currently displayed area in diagram coordinates";
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.toolStripMenuItem9});
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name = "mainMenuStrip";
     this.mainMenuStrip.Size = new System.Drawing.Size(1008, 24);
     this.mainMenuStrip.TabIndex = 7;
     this.mainMenuStrip.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripMenuItem,
     this.openProjectMenuItem,
     this.recentProjectsMenuItem,
     this.toolStripMenuItem7,
     this.saveMenuItem,
     this.saveAsMenuItem,
     this.closeProjectToolStripMenuItem,
     this.toolStripMenuItem5,
     this.ManageShapeAndModelLibrariesMenuItem,
     this.exportDiagramAsMenuItem,
     this.toolStripMenuItem1,
     this.quitMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newProjectToolStripMenuItem
     //
     this.newProjectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectInXMLStoreToolStripMenuItem,
     this.newProjectInSqlStoreToolStripMenuItem});
     this.newProjectToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripMenuItem.Image")));
     this.newProjectToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem";
     this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
     this.newProjectToolStripMenuItem.Text = "New Project";
     //
     // newProjectInXMLStoreToolStripMenuItem
     //
     this.newProjectInXMLStoreToolStripMenuItem.Name = "newProjectInXMLStoreToolStripMenuItem";
     this.newProjectInXMLStoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.newProjectInXMLStoreToolStripMenuItem.Text = "XML Repository...";
     this.newProjectInXMLStoreToolStripMenuItem.Click += new System.EventHandler(this.newXMLRepositoryToolStripMenuItem_Click);
     //
     // newProjectInSqlStoreToolStripMenuItem
     //
     this.newProjectInSqlStoreToolStripMenuItem.Name = "newProjectInSqlStoreToolStripMenuItem";
     this.newProjectInSqlStoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.newProjectInSqlStoreToolStripMenuItem.Text = "SQL Server Repository...";
     this.newProjectInSqlStoreToolStripMenuItem.Click += new System.EventHandler(this.newSQLServerRepositoryToolStripMenuItem_Click);
     //
     // openProjectMenuItem
     //
     this.openProjectMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openXMLRepositoryToolStripMenuItem,
     this.openSQLServerRepositoryToolStripMenuItem});
     this.openProjectMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openProjectMenuItem.Image")));
     this.openProjectMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openProjectMenuItem.Name = "openProjectMenuItem";
     this.openProjectMenuItem.Size = new System.Drawing.Size(268, 22);
     this.openProjectMenuItem.Text = "Open Project";
     //
     // openXMLRepositoryToolStripMenuItem
     //
     this.openXMLRepositoryToolStripMenuItem.Name = "openXMLRepositoryToolStripMenuItem";
     this.openXMLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.openXMLRepositoryToolStripMenuItem.Text = "XML Repository...";
     this.openXMLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openXMLRepositoryToolStripMenuItem_Click);
     //
     // openSQLServerRepositoryToolStripMenuItem
     //
     this.openSQLServerRepositoryToolStripMenuItem.Name = "openSQLServerRepositoryToolStripMenuItem";
     this.openSQLServerRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.openSQLServerRepositoryToolStripMenuItem.Text = "SQL Server Repository...";
     this.openSQLServerRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openSQLServerRepositoryToolStripMenuItem_Click);
     //
     // recentProjectsMenuItem
     //
     this.recentProjectsMenuItem.Name = "recentProjectsMenuItem";
     this.recentProjectsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.recentProjectsMenuItem.Text = "Recent Projects";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(265, 6);
     //
     // saveMenuItem
     //
     this.saveMenuItem.Enabled = false;
     this.saveMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveMenuItem.Image")));
     this.saveMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveMenuItem.Name = "saveMenuItem";
     this.saveMenuItem.Size = new System.Drawing.Size(268, 22);
     this.saveMenuItem.Text = "Save";
     this.saveMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsMenuItem
     //
     this.saveAsMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveAsMenuItem.Name = "saveAsMenuItem";
     this.saveAsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.saveAsMenuItem.Text = "Save as...";
     this.saveAsMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // closeProjectToolStripMenuItem
     //
     this.closeProjectToolStripMenuItem.Name = "closeProjectToolStripMenuItem";
     this.closeProjectToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
     this.closeProjectToolStripMenuItem.Text = "Close Project";
     this.closeProjectToolStripMenuItem.Click += new System.EventHandler(this.closeProjectToolStripMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(265, 6);
     //
     // ManageShapeAndModelLibrariesMenuItem
     //
     this.ManageShapeAndModelLibrariesMenuItem.Name = "ManageShapeAndModelLibrariesMenuItem";
     this.ManageShapeAndModelLibrariesMenuItem.Size = new System.Drawing.Size(268, 22);
     this.ManageShapeAndModelLibrariesMenuItem.Text = "Manage Shape and Model Libraries...";
     this.ManageShapeAndModelLibrariesMenuItem.Click += new System.EventHandler(this.ManageShapeAndModelLibrariesMenuItem_Click);
     //
     // exportDiagramAsMenuItem
     //
     this.exportDiagramAsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exportDialogToolStripMenuItem,
     this.emfExportMenuItem,
     this.wmfExportMenuItem,
     this.pngExportMenuItem,
     this.jpgExportMenuItem,
     this.bmpExportMenuItem});
     this.exportDiagramAsMenuItem.Name = "exportDiagramAsMenuItem";
     this.exportDiagramAsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.exportDiagramAsMenuItem.Text = "Export diagram";
     //
     // exportDialogToolStripMenuItem
     //
     this.exportDialogToolStripMenuItem.Name = "exportDialogToolStripMenuItem";
     this.exportDialogToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.exportDialogToolStripMenuItem.Text = "Custom...";
     this.exportDialogToolStripMenuItem.Click += new System.EventHandler(this.exportDiagramAsMenuItem_Click);
     //
     // emfExportMenuItem
     //
     this.emfExportMenuItem.Name = "emfExportMenuItem";
     this.emfExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.emfExportMenuItem.Text = "EMF Plus file";
     this.emfExportMenuItem.Click += new System.EventHandler(this.emfPlusFileToolStripMenuItem_Click);
     //
     // wmfExportMenuItem
     //
     this.wmfExportMenuItem.Name = "wmfExportMenuItem";
     this.wmfExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.wmfExportMenuItem.Text = "EMF file";
     this.wmfExportMenuItem.Click += new System.EventHandler(this.emfOnlyFileToolStripMenuItem_Click);
     //
     // pngExportMenuItem
     //
     this.pngExportMenuItem.Name = "pngExportMenuItem";
     this.pngExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.pngExportMenuItem.Text = "PNG file";
     this.pngExportMenuItem.Click += new System.EventHandler(this.pngFileToolStripMenuItem_Click);
     //
     // jpgExportMenuItem
     //
     this.jpgExportMenuItem.Name = "jpgExportMenuItem";
     this.jpgExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.jpgExportMenuItem.Text = "JPG file";
     this.jpgExportMenuItem.Click += new System.EventHandler(this.jpgFileToolStripMenuItem_Click);
     //
     // bmpExportMenuItem
     //
     this.bmpExportMenuItem.Name = "bmpExportMenuItem";
     this.bmpExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.bmpExportMenuItem.Text = "BMP file";
     this.bmpExportMenuItem.Click += new System.EventHandler(this.bmpFileToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(265, 6);
     //
     // quitMenuItem
     //
     this.quitMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.quitMenuItem.Name = "quitMenuItem";
     this.quitMenuItem.Size = new System.Drawing.Size(268, 22);
     this.quitMenuItem.Text = "Quit";
     this.quitMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.insertDiagramMenuItem,
     this.deleteDiagramToolStripMenuItem,
     this.showDiagramSettingsToolStripMenuItem,
     this.toolStripMenuItem8,
     this.cutShapeOnlyMenuItem,
     this.cutShapeAndModelMenuItem,
     this.copyAsImageToolStripMenuItem,
     this.copyShapeOnlyMenuItem,
     this.copyShapeAndModelMenuItem,
     this.pasteMenuItem,
     this.deleteShapeOnlyMenuItem,
     this.deleteShapeAndModelMenuItem,
     this.toolStripMenuItem10,
     this.selectAllToolStripMenuItem,
     this.selectAllOfTypeToolStripMenuItem,
     this.selectAllOfTemplateToolStripMenuItem,
     this.unselectAllToolStripMenuItem,
     this.toolStripMenuItem2,
     this.toForegroundMenuItem,
     this.toBackgroundMenuItem,
     this.toolStripMenuItem6,
     this.undoMenuItem,
     this.redoMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // insertDiagramMenuItem
     //
     this.insertDiagramMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("insertDiagramMenuItem.Image")));
     this.insertDiagramMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.insertDiagramMenuItem.Name = "insertDiagramMenuItem";
     this.insertDiagramMenuItem.Size = new System.Drawing.Size(261, 22);
     this.insertDiagramMenuItem.Text = "Insert Diagram";
     this.insertDiagramMenuItem.Click += new System.EventHandler(this.newDiagramToolStripMenuItem_Click);
     //
     // deleteDiagramToolStripMenuItem
     //
     this.deleteDiagramToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteDiagramToolStripMenuItem.Image")));
     this.deleteDiagramToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteDiagramToolStripMenuItem.Name = "deleteDiagramToolStripMenuItem";
     this.deleteDiagramToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteDiagramToolStripMenuItem.Text = "Delete Diagram";
     this.deleteDiagramToolStripMenuItem.Click += new System.EventHandler(this.deleteDiagramToolStripMenuItem_Click);
     //
     // showDiagramSettingsToolStripMenuItem
     //
     this.showDiagramSettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showDiagramSettingsToolStripMenuItem.Image")));
     this.showDiagramSettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showDiagramSettingsToolStripMenuItem.Name = "showDiagramSettingsToolStripMenuItem";
     this.showDiagramSettingsToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.showDiagramSettingsToolStripMenuItem.Text = "Diagram Properties";
     this.showDiagramSettingsToolStripMenuItem.Click += new System.EventHandler(this.showDiagramSettingsToolStripMenuItem_Click);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(258, 6);
     //
     // cutShapeOnlyMenuItem
     //
     this.cutShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeOnlyMenuItem.Image")));
     this.cutShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeOnlyMenuItem.Name = "cutShapeOnlyMenuItem";
     this.cutShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.cutShapeOnlyMenuItem.Text = "Cut Shape";
     this.cutShapeOnlyMenuItem.Click += new System.EventHandler(this.cutShapeOnlyItem_Click);
     //
     // cutShapeAndModelMenuItem
     //
     this.cutShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeAndModelMenuItem.Image")));
     this.cutShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeAndModelMenuItem.Name = "cutShapeAndModelMenuItem";
     this.cutShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.cutShapeAndModelMenuItem.Text = "Cut Shape and Model";
     this.cutShapeAndModelMenuItem.Click += new System.EventHandler(this.cutShapeAndModelItem_Click);
     //
     // copyAsImageToolStripMenuItem
     //
     this.copyAsImageToolStripMenuItem.Image = global::Dataweb.NShape.Designer.Properties.Resources.CopyAsImage;
     this.copyAsImageToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyAsImageToolStripMenuItem.Name = "copyAsImageToolStripMenuItem";
     this.copyAsImageToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyAsImageToolStripMenuItem.Text = "Copy as Image";
     this.copyAsImageToolStripMenuItem.Click += new System.EventHandler(this.copyAsImageToolStripMenuItem_Click);
     //
     // copyShapeOnlyMenuItem
     //
     this.copyShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeOnlyMenuItem.Image")));
     this.copyShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeOnlyMenuItem.Name = "copyShapeOnlyMenuItem";
     this.copyShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyShapeOnlyMenuItem.Text = "Copy Shape";
     this.copyShapeOnlyMenuItem.Click += new System.EventHandler(this.copyShapeOnlyItem_Click);
     //
     // copyShapeAndModelMenuItem
     //
     this.copyShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeAndModelMenuItem.Image")));
     this.copyShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeAndModelMenuItem.Name = "copyShapeAndModelMenuItem";
     this.copyShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyShapeAndModelMenuItem.Text = "Copy Shape and Model";
     this.copyShapeAndModelMenuItem.Visible = false;
     this.copyShapeAndModelMenuItem.Click += new System.EventHandler(this.copyShapeAndModelItem_Click);
     //
     // pasteMenuItem
     //
     this.pasteMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteMenuItem.Image")));
     this.pasteMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteMenuItem.Name = "pasteMenuItem";
     this.pasteMenuItem.Size = new System.Drawing.Size(261, 22);
     this.pasteMenuItem.Text = "Paste Shape";
     this.pasteMenuItem.Click += new System.EventHandler(this.pasteMenuItem_Click);
     //
     // deleteShapeOnlyMenuItem
     //
     this.deleteShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeOnlyMenuItem.Image")));
     this.deleteShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeOnlyMenuItem.Name = "deleteShapeOnlyMenuItem";
     this.deleteShapeOnlyMenuItem.ShortcutKeyDisplayString = "(Del)";
     this.deleteShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteShapeOnlyMenuItem.Text = "Delete Shape";
     this.deleteShapeOnlyMenuItem.Click += new System.EventHandler(this.deleteShapeOnlyItem_Click);
     //
     // deleteShapeAndModelMenuItem
     //
     this.deleteShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeAndModelMenuItem.Image")));
     this.deleteShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeAndModelMenuItem.Name = "deleteShapeAndModelMenuItem";
     this.deleteShapeAndModelMenuItem.ShortcutKeyDisplayString = "(Ctrl+Del)";
     this.deleteShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteShapeAndModelMenuItem.Text = "Delete Shape and Model";
     this.deleteShapeAndModelMenuItem.Visible = false;
     this.deleteShapeAndModelMenuItem.Click += new System.EventHandler(this.deleteShapeAndModelItem_Click);
     //
     // toolStripMenuItem10
     //
     this.toolStripMenuItem10.Name = "toolStripMenuItem10";
     this.toolStripMenuItem10.Size = new System.Drawing.Size(258, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllToolStripMenuItem.Text = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // selectAllOfTypeToolStripMenuItem
     //
     this.selectAllOfTypeToolStripMenuItem.Name = "selectAllOfTypeToolStripMenuItem";
     this.selectAllOfTypeToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllOfTypeToolStripMenuItem.Text = "Select all Shapes of Type";
     this.selectAllOfTypeToolStripMenuItem.Click += new System.EventHandler(this.selectAllShapesOfTheSameTypeToolStripMenuItem_Click);
     //
     // selectAllOfTemplateToolStripMenuItem
     //
     this.selectAllOfTemplateToolStripMenuItem.Name = "selectAllOfTemplateToolStripMenuItem";
     this.selectAllOfTemplateToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllOfTemplateToolStripMenuItem.Text = "Select all Shapes of Template";
     this.selectAllOfTemplateToolStripMenuItem.Click += new System.EventHandler(this.selectAllShapesOfTheSameTemplateToolStripMenuItem_Click);
     //
     // unselectAllToolStripMenuItem
     //
     this.unselectAllToolStripMenuItem.Name = "unselectAllToolStripMenuItem";
     this.unselectAllToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.unselectAllToolStripMenuItem.Text = "Unselect All";
     this.unselectAllToolStripMenuItem.Click += new System.EventHandler(this.unselectAllToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(258, 6);
     //
     // toForegroundMenuItem
     //
     this.toForegroundMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toForegroundMenuItem.Image")));
     this.toForegroundMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toForegroundMenuItem.Name = "toForegroundMenuItem";
     this.toForegroundMenuItem.Size = new System.Drawing.Size(261, 22);
     this.toForegroundMenuItem.Text = "Bring to Front";
     this.toForegroundMenuItem.Click += new System.EventHandler(this.toForegroundMenuItem_Click);
     //
     // toBackgroundMenuItem
     //
     this.toBackgroundMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toBackgroundMenuItem.Image")));
     this.toBackgroundMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toBackgroundMenuItem.Name = "toBackgroundMenuItem";
     this.toBackgroundMenuItem.Size = new System.Drawing.Size(261, 22);
     this.toBackgroundMenuItem.Text = "Send to Back";
     this.toBackgroundMenuItem.Click += new System.EventHandler(this.toBackgroundMenuItem_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(258, 6);
     //
     // undoMenuItem
     //
     this.undoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoMenuItem.Image")));
     this.undoMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.Size = new System.Drawing.Size(261, 22);
     this.undoMenuItem.Text = "Undo";
     this.undoMenuItem.Click += new System.EventHandler(this.undoButton_Click);
     //
     // redoMenuItem
     //
     this.redoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoMenuItem.Image")));
     this.redoMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoMenuItem.Name = "redoMenuItem";
     this.redoMenuItem.Size = new System.Drawing.Size(261, 22);
     this.redoMenuItem.Text = "Redo";
     this.redoMenuItem.Click += new System.EventHandler(this.redoButton_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.showGridMenuItem,
     this.refreshToolStripMenuItem,
     this.showDisplaySettingsToolStripMenuItem,
     this.toolStripMenuItem3,
     this.editDesignsAndStylesToolStripMenuItem,
     this.viewShowLayoutControlToolStripMenuItem,
     this.toolStripMenuItem4,
     this.highQualityRenderingMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // showGridMenuItem
     //
     this.showGridMenuItem.Checked = true;
     this.showGridMenuItem.CheckOnClick = true;
     this.showGridMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGridMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showGridMenuItem.Image")));
     this.showGridMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showGridMenuItem.Name = "showGridMenuItem";
     this.showGridMenuItem.Size = new System.Drawing.Size(198, 22);
     this.showGridMenuItem.Text = "Show Grid";
     this.showGridMenuItem.Click += new System.EventHandler(this.showGridToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripMenuItem.Image")));
     this.refreshToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.refreshToolStripMenuItem.Text = "Refresh Display";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // showDisplaySettingsToolStripMenuItem
     //
     this.showDisplaySettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showDisplaySettingsToolStripMenuItem.Image")));
     this.showDisplaySettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showDisplaySettingsToolStripMenuItem.Name = "showDisplaySettingsToolStripMenuItem";
     this.showDisplaySettingsToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.showDisplaySettingsToolStripMenuItem.Text = "Display Settings";
     this.showDisplaySettingsToolStripMenuItem.Click += new System.EventHandler(this.showDisplaySettingsItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(195, 6);
     //
     // editDesignsAndStylesToolStripMenuItem
     //
     this.editDesignsAndStylesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("editDesignsAndStylesToolStripMenuItem.Image")));
     this.editDesignsAndStylesToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.editDesignsAndStylesToolStripMenuItem.Name = "editDesignsAndStylesToolStripMenuItem";
     this.editDesignsAndStylesToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.editDesignsAndStylesToolStripMenuItem.Text = "Show Design Editor";
     this.editDesignsAndStylesToolStripMenuItem.Click += new System.EventHandler(this.editDesignsAndStylesToolStripMenuItem_Click);
     //
     // viewShowLayoutControlToolStripMenuItem
     //
     this.viewShowLayoutControlToolStripMenuItem.Name = "viewShowLayoutControlToolStripMenuItem";
     this.viewShowLayoutControlToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.viewShowLayoutControlToolStripMenuItem.Text = "Show Layout Control";
     this.viewShowLayoutControlToolStripMenuItem.Click += new System.EventHandler(this.viewShowLayoutControlToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
     //
     // highQualityRenderingMenuItem
     //
     this.highQualityRenderingMenuItem.Checked = true;
     this.highQualityRenderingMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.highQualityRenderingMenuItem.Name = "highQualityRenderingMenuItem";
     this.highQualityRenderingMenuItem.Size = new System.Drawing.Size(198, 22);
     this.highQualityRenderingMenuItem.Text = "High Quality Rendering";
     this.highQualityRenderingMenuItem.Click += new System.EventHandler(this.highQualityToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.resetToolbarsToolStripMenuItem,
     this.toolStripMenuItem11,
     this.adoNetDatabaseGeneratorToolStripMenuItem,
     this.testDataGeneratorToolStripMenuItem,
     this.toolStripMenuItem12,
     this.nShapeEventMonitorToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // adoNetDatabaseGeneratorToolStripMenuItem
     //
     this.adoNetDatabaseGeneratorToolStripMenuItem.Name = "adoNetDatabaseGeneratorToolStripMenuItem";
     this.adoNetDatabaseGeneratorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.adoNetDatabaseGeneratorToolStripMenuItem.Text = "ADO.NET Database Generator";
     this.adoNetDatabaseGeneratorToolStripMenuItem.Click += new System.EventHandler(this.adoNetDatabaseGeneratorToolStripMenuItem_Click);
     //
     // testDataGeneratorToolStripMenuItem
     //
     this.testDataGeneratorToolStripMenuItem.Name = "testDataGeneratorToolStripMenuItem";
     this.testDataGeneratorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.testDataGeneratorToolStripMenuItem.Text = "Test Data Generator";
     this.testDataGeneratorToolStripMenuItem.Click += new System.EventHandler(this.testDataGeneratorToolStripMenuItem_Click);
     //
     // toolStripMenuItem11
     //
     this.toolStripMenuItem11.Name = "toolStripMenuItem11";
     this.toolStripMenuItem11.Size = new System.Drawing.Size(227, 6);
     //
     // nShapeEventMonitorToolStripMenuItem
     //
     this.nShapeEventMonitorToolStripMenuItem.CheckOnClick = true;
     this.nShapeEventMonitorToolStripMenuItem.Name = "nShapeEventMonitorToolStripMenuItem";
     this.nShapeEventMonitorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.nShapeEventMonitorToolStripMenuItem.Text = "NShape Event Monitor";
     this.nShapeEventMonitorToolStripMenuItem.Click += new System.EventHandler(this.nShapeEventMonitorToolStripMenuItem_Click);
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem});
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size = new System.Drawing.Size(44, 20);
     this.toolStripMenuItem9.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.aboutToolStripMenuItem.Text = "About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // defaultToolStripMenuItem
     //
     this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
     this.defaultToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.AutoScroll = true;
     this.ContentPanel.Size = new System.Drawing.Size(928, 522);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(150, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 489);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // toolboxPropsPanel
     //
     this.toolboxPropsPanel.Controls.Add(this.splitContainer1);
     this.toolboxPropsPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.toolboxPropsPanel.Location = new System.Drawing.Point(780, 0);
     this.toolboxPropsPanel.Name = "toolboxPropsPanel";
     this.toolboxPropsPanel.Size = new System.Drawing.Size(228, 489);
     this.toolboxPropsPanel.TabIndex = 4;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.toolboxListView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.propertyWindowTabControl);
     this.splitContainer1.Size = new System.Drawing.Size(228, 489);
     this.splitContainer1.SplitterDistance = 186;
     this.splitContainer1.TabIndex = 0;
     //
     // toolboxListView
     //
     this.toolboxListView.ContextMenuStrip = this.toolboxContextMenuStrip;
     this.toolboxListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolboxListView.FullRowSelect = true;
     this.toolboxListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.toolboxListView.HideSelection = false;
     this.toolboxListView.Location = new System.Drawing.Point(0, 0);
     this.toolboxListView.MultiSelect = false;
     this.toolboxListView.Name = "toolboxListView";
     this.toolboxListView.ShowItemToolTips = true;
     this.toolboxListView.Size = new System.Drawing.Size(228, 186);
     this.toolboxListView.TabIndex = 0;
     this.toolboxListView.UseCompatibleStateImageBehavior = false;
     this.toolboxListView.View = System.Windows.Forms.View.Details;
     //
     // toolboxContextMenuStrip
     //
     this.toolboxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.viewToolStripMenuItem1});
     this.toolboxContextMenuStrip.Name = "toolboxContextMenuStrip";
     this.toolboxContextMenuStrip.Size = new System.Drawing.Size(153, 48);
     //
     // viewToolStripMenuItem1
     //
     this.viewToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.detailsToolStripMenuItem,
     this.tilesToolStripMenuItem,
     this.smallIconsToolStripMenuItem,
     this.largeIconsToolStripMenuItem});
     this.viewToolStripMenuItem1.Name = "viewToolStripMenuItem1";
     this.viewToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
     this.viewToolStripMenuItem1.Text = "View";
     //
     // detailsToolStripMenuItem
     //
     this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
     this.detailsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.detailsToolStripMenuItem.Text = "List (Small Icons)";
     this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
     //
     // tilesToolStripMenuItem
     //
     this.tilesToolStripMenuItem.Name = "tilesToolStripMenuItem";
     this.tilesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.tilesToolStripMenuItem.Text = "List (Large Icons)";
     this.tilesToolStripMenuItem.Click += new System.EventHandler(this.tilesToolStripMenuItem_Click);
     //
     // smallIconsToolStripMenuItem
     //
     this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
     this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.smallIconsToolStripMenuItem.Text = "Compact (Small Icons)";
     this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     //
     // largeIconsToolStripMenuItem
     //
     this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
     this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.largeIconsToolStripMenuItem.Text = "Compact (Large Icons)";
     this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     //
     // propertyWindowTabControl
     //
     this.propertyWindowTabControl.Controls.Add(this.propertyWindowShapeTab);
     this.propertyWindowTabControl.Controls.Add(this.propertyWindowModelTab);
     this.propertyWindowTabControl.Controls.Add(this.layersTab);
     this.propertyWindowTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyWindowTabControl.Location = new System.Drawing.Point(0, 0);
     this.propertyWindowTabControl.Name = "propertyWindowTabControl";
     this.propertyWindowTabControl.SelectedIndex = 0;
     this.propertyWindowTabControl.Size = new System.Drawing.Size(228, 299);
     this.propertyWindowTabControl.TabIndex = 0;
     //
     // propertyWindowShapeTab
     //
     this.propertyWindowShapeTab.Controls.Add(this.primaryPropertyGrid);
     this.propertyWindowShapeTab.Location = new System.Drawing.Point(4, 22);
     this.propertyWindowShapeTab.Name = "propertyWindowShapeTab";
     this.propertyWindowShapeTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyWindowShapeTab.Size = new System.Drawing.Size(220, 273);
     this.propertyWindowShapeTab.TabIndex = 0;
     this.propertyWindowShapeTab.Text = "Shape";
     this.propertyWindowShapeTab.UseVisualStyleBackColor = true;
     //
     // primaryPropertyGrid
     //
     this.primaryPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.primaryPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.primaryPropertyGrid.Name = "primaryPropertyGrid";
     this.primaryPropertyGrid.Size = new System.Drawing.Size(214, 267);
     this.primaryPropertyGrid.TabIndex = 1;
     //
     // propertyWindowModelTab
     //
     this.propertyWindowModelTab.Controls.Add(this.secondaryPropertyGrid);
     this.propertyWindowModelTab.Location = new System.Drawing.Point(4, 22);
     this.propertyWindowModelTab.Name = "propertyWindowModelTab";
     this.propertyWindowModelTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyWindowModelTab.Size = new System.Drawing.Size(220, 332);
     this.propertyWindowModelTab.TabIndex = 1;
     this.propertyWindowModelTab.Text = "Model";
     this.propertyWindowModelTab.UseVisualStyleBackColor = true;
     //
     // secondaryPropertyGrid
     //
     this.secondaryPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.secondaryPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.secondaryPropertyGrid.Name = "secondaryPropertyGrid";
     this.secondaryPropertyGrid.Size = new System.Drawing.Size(214, 372);
     this.secondaryPropertyGrid.TabIndex = 0;
     //
     // layersTab
     //
     this.layersTab.Controls.Add(this.layerEditorListView);
     this.layersTab.Location = new System.Drawing.Point(4, 22);
     this.layersTab.Name = "layersTab";
     this.layersTab.Padding = new System.Windows.Forms.Padding(3);
     this.layersTab.Size = new System.Drawing.Size(220, 332);
     this.layersTab.TabIndex = 2;
     this.layersTab.Text = "Layers";
     this.layersTab.UseVisualStyleBackColor = true;
     //
     // layerEditorListView
     //
     this.layerEditorListView.AllowColumnReorder = true;
     this.layerEditorListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layerEditorListView.FullRowSelect = true;
     this.layerEditorListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.layerEditorListView.HideDeniedMenuItems = false;
     this.layerEditorListView.HideSelection = false;
     this.layerEditorListView.LabelEdit = true;
     this.layerEditorListView.LabelWrap = false;
     this.layerEditorListView.Location = new System.Drawing.Point(3, 3);
     this.layerEditorListView.Name = "layerEditorListView";
     this.layerEditorListView.OwnerDraw = true;
     this.layerEditorListView.ShowDefaultContextMenu = true;
     this.layerEditorListView.ShowGroups = false;
     this.layerEditorListView.Size = new System.Drawing.Size(214, 326);
     this.layerEditorListView.TabIndex = 0;
     this.layerEditorListView.UseCompatibleStateImageBehavior = false;
     this.layerEditorListView.View = System.Windows.Forms.View.Details;
     //
     // splitter2
     //
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter2.Location = new System.Drawing.Point(777, 0);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(3, 489);
     this.splitter2.TabIndex = 5;
     this.splitter2.TabStop = false;
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.BottomToolStripPanel
     //
     this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip);
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.AutoScroll = true;
     this.toolStripContainer.ContentPanel.Controls.Add(this.displayTabControl);
     this.toolStripContainer.ContentPanel.Controls.Add(this.historyTrackBar);
     this.toolStripContainer.ContentPanel.Controls.Add(this.splitter2);
     this.toolStripContainer.ContentPanel.Controls.Add(this.toolboxPropsPanel);
     this.toolStripContainer.ContentPanel.Controls.Add(this.splitter1);
     this.toolStripContainer.ContentPanel.Controls.Add(this.modelTreeView);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(1008, 489);
     this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name = "toolStripContainer";
     this.toolStripContainer.Size = new System.Drawing.Size(1008, 562);
     this.toolStripContainer.TabIndex = 8;
     this.toolStripContainer.Text = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.mainMenuStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.editToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.settingsToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.displayToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.debugToolStrip);
     //
     // displayTabControl
     //
     this.displayTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.displayTabControl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.displayTabControl.Location = new System.Drawing.Point(153, 18);
     this.displayTabControl.Name = "displayTabControl";
     this.displayTabControl.SelectedIndex = 0;
     this.displayTabControl.Size = new System.Drawing.Size(624, 471);
     this.displayTabControl.TabIndex = 9;
     this.displayTabControl.SelectedIndexChanged += new System.EventHandler(this.displaysTabControl_SelectedIndexChanged);
     //
     // historyTrackBar
     //
     this.historyTrackBar.AutoSize = false;
     this.historyTrackBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.historyTrackBar.LargeChange = 1;
     this.historyTrackBar.Location = new System.Drawing.Point(153, 0);
     this.historyTrackBar.Name = "historyTrackBar";
     this.historyTrackBar.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.historyTrackBar.Size = new System.Drawing.Size(624, 18);
     this.historyTrackBar.TabIndex = 7;
     this.historyTrackBar.ValueChanged += new System.EventHandler(this.historyTrackBar_ValueChanged);
     //
     // modelTreeView
     //
     this.modelTreeView.Dock = System.Windows.Forms.DockStyle.Left;
     this.modelTreeView.FullRowSelect = true;
     this.modelTreeView.ImageIndex = 0;
     this.modelTreeView.Location = new System.Drawing.Point(0, 0);
     this.modelTreeView.Name = "modelTreeView";
     this.modelTreeView.SelectedImageIndex = 0;
     this.modelTreeView.Size = new System.Drawing.Size(150, 489);
     this.modelTreeView.TabIndex = 2;
     //
     // editToolStrip
     //
     this.editToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.editToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripButton,
     this.openProjectToolStripButton,
     this.saveProjectToolStripButton,
     this.toolStripSeparator1,
     this.cutShapeButton,
     this.copyShapeButton,
     this.pasteButton,
     this.deleteShapeButton,
     this.toolStripSeparator2,
     this.undoToolStripSplitButton,
     this.redoToolStripSplitButton});
     this.editToolStrip.Location = new System.Drawing.Point(3, 24);
     this.editToolStrip.Name = "editToolStrip";
     this.editToolStrip.Size = new System.Drawing.Size(261, 25);
     this.editToolStrip.TabIndex = 11;
     //
     // newProjectToolStripButton
     //
     this.newProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newProjectToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.xmlRepositoryToolStripMenuItem,
     this.sQLRepositoryToolStripMenuItem});
     this.newProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripButton.Image")));
     this.newProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newProjectToolStripButton.Name = "newProjectToolStripButton";
     this.newProjectToolStripButton.Size = new System.Drawing.Size(29, 22);
     this.newProjectToolStripButton.Text = "New Project...";
     //
     // xmlRepositoryToolStripMenuItem
     //
     this.xmlRepositoryToolStripMenuItem.Name = "xmlRepositoryToolStripMenuItem";
     this.xmlRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.xmlRepositoryToolStripMenuItem.Text = "XML Repository...";
     this.xmlRepositoryToolStripMenuItem.Click += new System.EventHandler(this.newXMLRepositoryToolStripMenuItem_Click);
     //
     // sQLRepositoryToolStripMenuItem
     //
     this.sQLRepositoryToolStripMenuItem.Name = "sQLRepositoryToolStripMenuItem";
     this.sQLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.sQLRepositoryToolStripMenuItem.Text = "SQL Server Repository...";
     this.sQLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.newSQLServerRepositoryToolStripMenuItem_Click);
     //
     // openProjectToolStripButton
     //
     this.openProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openProjectToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openXMLRepositoryToolStripMenuItem1,
     this.openSQLRepositoryToolStripMenuItem});
     this.openProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openProjectToolStripButton.Image")));
     this.openProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openProjectToolStripButton.Name = "openProjectToolStripButton";
     this.openProjectToolStripButton.Size = new System.Drawing.Size(29, 22);
     this.openProjectToolStripButton.Text = "Open Project...";
     //
     // openXMLRepositoryToolStripMenuItem1
     //
     this.openXMLRepositoryToolStripMenuItem1.Name = "openXMLRepositoryToolStripMenuItem1";
     this.openXMLRepositoryToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
     this.openXMLRepositoryToolStripMenuItem1.Text = "XML Repository...";
     this.openXMLRepositoryToolStripMenuItem1.Click += new System.EventHandler(this.openXMLRepositoryToolStripMenuItem_Click);
     //
     // openSQLRepositoryToolStripMenuItem
     //
     this.openSQLRepositoryToolStripMenuItem.Name = "openSQLRepositoryToolStripMenuItem";
     this.openSQLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.openSQLRepositoryToolStripMenuItem.Text = "SQL Repository...";
     this.openSQLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openSQLServerRepositoryToolStripMenuItem_Click);
     //
     // saveProjectToolStripButton
     //
     this.saveProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveProjectToolStripButton.Image")));
     this.saveProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveProjectToolStripButton.Name = "saveProjectToolStripButton";
     this.saveProjectToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveProjectToolStripButton.Text = "Save";
     this.saveProjectToolStripButton.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // cutShapeButton
     //
     this.cutShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeButton.Image")));
     this.cutShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeButton.Name = "cutShapeButton";
     this.cutShapeButton.Size = new System.Drawing.Size(23, 22);
     this.cutShapeButton.Text = "Cut Shape";
     this.cutShapeButton.Click += new System.EventHandler(this.cutShapeOnlyItem_Click);
     //
     // copyShapeButton
     //
     this.copyShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeButton.Image")));
     this.copyShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeButton.Name = "copyShapeButton";
     this.copyShapeButton.Size = new System.Drawing.Size(23, 22);
     this.copyShapeButton.Text = "Copy Shape";
     this.copyShapeButton.Click += new System.EventHandler(this.copyShapeOnlyItem_Click);
     //
     // pasteButton
     //
     this.pasteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteButton.Enabled = false;
     this.pasteButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteButton.Image")));
     this.pasteButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteButton.Name = "pasteButton";
     this.pasteButton.Size = new System.Drawing.Size(23, 22);
     this.pasteButton.Text = "Paste";
     this.pasteButton.Click += new System.EventHandler(this.pasteMenuItem_Click);
     //
     // deleteShapeButton
     //
     this.deleteShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeButton.Image")));
     this.deleteShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeButton.Name = "deleteShapeButton";
     this.deleteShapeButton.Size = new System.Drawing.Size(23, 22);
     this.deleteShapeButton.Text = "Delete Shape";
     this.deleteShapeButton.Click += new System.EventHandler(this.deleteShapeOnlyItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // undoToolStripSplitButton
     //
     this.undoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoToolStripSplitButton.Enabled = false;
     this.undoToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripSplitButton.Image")));
     this.undoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoToolStripSplitButton.Name = "undoToolStripSplitButton";
     this.undoToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.undoToolStripSplitButton.Text = "Undo";
     this.undoToolStripSplitButton.ButtonClick += new System.EventHandler(this.undoButton_Click);
     this.undoToolStripSplitButton.DropDownOpening += new System.EventHandler(this.undoToolStripSplitButton_DropDownOpening);
     //
     // redoToolStripSplitButton
     //
     this.redoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoToolStripSplitButton.Enabled = false;
     this.redoToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripSplitButton.Image")));
     this.redoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoToolStripSplitButton.Name = "redoToolStripSplitButton";
     this.redoToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.redoToolStripSplitButton.Text = "Redo";
     this.redoToolStripSplitButton.ButtonClick += new System.EventHandler(this.redoButton_Click);
     this.redoToolStripSplitButton.DropDownOpening += new System.EventHandler(this.redoToolStripSplitButton_DropDownOpening);
     //
     // settingsToolStrip
     //
     this.settingsToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.settingsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.prevDiagramButton,
     this.nextDiagramButton,
     this.zoomToolStripComboBox,
     this.displaySettingsToolStripButton,
     this.refreshToolbarButton,
     this.showGridToolbarButton});
     this.settingsToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.settingsToolStrip.Location = new System.Drawing.Point(264, 24);
     this.settingsToolStrip.Name = "settingsToolStrip";
     this.settingsToolStrip.Size = new System.Drawing.Size(195, 25);
     this.settingsToolStrip.TabIndex = 13;
     //
     // prevDiagramButton
     //
     this.prevDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.prevDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("prevDiagramButton.Image")));
     this.prevDiagramButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.prevDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.prevDiagramButton.Name = "prevDiagramButton";
     this.prevDiagramButton.Size = new System.Drawing.Size(23, 22);
     this.prevDiagramButton.Text = "Previous Diagram";
     this.prevDiagramButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // nextDiagramButton
     //
     this.nextDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.nextDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("nextDiagramButton.Image")));
     this.nextDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.nextDiagramButton.Name = "nextDiagramButton";
     this.nextDiagramButton.Size = new System.Drawing.Size(23, 22);
     this.nextDiagramButton.Text = "Next Diagram";
     this.nextDiagramButton.Click += new System.EventHandler(this.forwardButton_Click);
     //
     // zoomToolStripComboBox
     //
     this.zoomToolStripComboBox.AutoSize = false;
     this.zoomToolStripComboBox.DropDownWidth = 66;
     this.zoomToolStripComboBox.Items.AddRange(new object[] {
     "1000 %",
     "800 %",
     "600 %",
     "400 %",
     "300 %",
     "200 %",
     "175 %",
     "150 %",
     "125 %",
     "100 %",
     "90 %",
     "80 %",
     "70 %",
     "60 %",
     "50 %",
     "40 %",
     "30 %",
     "20 %",
     "10 %"});
     this.zoomToolStripComboBox.Name = "zoomToolStripComboBox";
     this.zoomToolStripComboBox.Size = new System.Drawing.Size(66, 23);
     this.zoomToolStripComboBox.Text = "100 %";
     this.zoomToolStripComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomToolStripComboBox_SelectedIndexChanged);
     this.zoomToolStripComboBox.TextChanged += new System.EventHandler(this.toolStripComboBox1_TextChanged);
     //
     // displaySettingsToolStripButton
     //
     this.displaySettingsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.displaySettingsToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("displaySettingsToolStripButton.Image")));
     this.displaySettingsToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.displaySettingsToolStripButton.Name = "displaySettingsToolStripButton";
     this.displaySettingsToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.displaySettingsToolStripButton.Text = "Display Settings...";
     this.displaySettingsToolStripButton.Click += new System.EventHandler(this.showDisplaySettingsItem_Click);
     //
     // refreshToolbarButton
     //
     this.refreshToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.refreshToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolbarButton.Image")));
     this.refreshToolbarButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.refreshToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.refreshToolbarButton.Name = "refreshToolbarButton";
     this.refreshToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.refreshToolbarButton.Text = "Refresh Display";
     this.refreshToolbarButton.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // showGridToolbarButton
     //
     this.showGridToolbarButton.Checked = true;
     this.showGridToolbarButton.CheckOnClick = true;
     this.showGridToolbarButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGridToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.showGridToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("showGridToolbarButton.Image")));
     this.showGridToolbarButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.showGridToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showGridToolbarButton.Name = "showGridToolbarButton";
     this.showGridToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.showGridToolbarButton.Text = "Show/Hide Gridlines";
     this.showGridToolbarButton.Click += new System.EventHandler(this.showGridToolStripMenuItem_Click);
     //
     // displayToolStrip
     //
     this.displayToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.displayToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton2,
     this.designEditorToolStripButton,
     this.runtimeModeComboBox});
     this.displayToolStrip.Location = new System.Drawing.Point(459, 24);
     this.displayToolStrip.Name = "displayToolStrip";
     this.displayToolStrip.Size = new System.Drawing.Size(160, 25);
     this.displayToolStrip.TabIndex = 12;
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Diagram Properties";
     this.toolStripButton2.Click += new System.EventHandler(this.showDiagramSettingsToolStripMenuItem_Click);
     //
     // designEditorToolStripButton
     //
     this.designEditorToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.designEditorToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("designEditorToolStripButton.Image")));
     this.designEditorToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.designEditorToolStripButton.Name = "designEditorToolStripButton";
     this.designEditorToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.designEditorToolStripButton.Text = "Open Design Editor...";
     this.designEditorToolStripButton.Click += new System.EventHandler(this.editDesignsAndStylesToolStripMenuItem_Click);
     //
     // runtimeModeComboBox
     //
     this.runtimeModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.runtimeModeComboBox.DropDownWidth = 100;
     this.runtimeModeComboBox.Items.AddRange(new object[] {
     "Administrator",
     "Super User",
     "Designer",
     "Operator",
     "Guest"});
     this.runtimeModeComboBox.Name = "runtimeModeComboBox";
     this.runtimeModeComboBox.Size = new System.Drawing.Size(100, 25);
     this.runtimeModeComboBox.ToolTipText = "Select User Role";
     this.runtimeModeComboBox.SelectedIndexChanged += new System.EventHandler(this.runtimeModeButton_SelectedIndexChanged);
     //
     // debugToolStrip
     //
     this.debugToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.debugToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.debugDrawOccupationToolbarButton,
     this.debugDrawInvalidatedAreaToolbarButton});
     this.debugToolStrip.Location = new System.Drawing.Point(619, 24);
     this.debugToolStrip.Name = "debugToolStrip";
     this.debugToolStrip.Size = new System.Drawing.Size(89, 25);
     this.debugToolStrip.TabIndex = 14;
     //
     // debugDrawOccupationToolbarButton
     //
     this.debugDrawOccupationToolbarButton.CheckOnClick = true;
     this.debugDrawOccupationToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.debugDrawOccupationToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("debugDrawOccupationToolbarButton.Image")));
     this.debugDrawOccupationToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.debugDrawOccupationToolbarButton.Name = "debugDrawOccupationToolbarButton";
     this.debugDrawOccupationToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.debugDrawOccupationToolbarButton.Text = "Visualize occupied cells of the diagram\'s spacial index.";
     this.debugDrawOccupationToolbarButton.Click += new System.EventHandler(this.debugDrawOccupationToolbarButton_Click);
     //
     // debugDrawInvalidatedAreaToolbarButton
     //
     this.debugDrawInvalidatedAreaToolbarButton.CheckOnClick = true;
     this.debugDrawInvalidatedAreaToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.debugDrawInvalidatedAreaToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("debugDrawInvalidatedAreaToolbarButton.Image")));
     this.debugDrawInvalidatedAreaToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.debugDrawInvalidatedAreaToolbarButton.Name = "debugDrawInvalidatedAreaToolbarButton";
     this.debugDrawInvalidatedAreaToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.debugDrawInvalidatedAreaToolbarButton.Text = "Visualize invalidated areas";
     this.debugDrawInvalidatedAreaToolbarButton.Click += new System.EventHandler(this.debugDrawInvalidatedAreaToolbarButton_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = "XML Repository Files|*.xml|All Files|*.*";
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project = this.project;
     //
     // project
     //
     this.project.AutoGenerateTemplates = true;
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name = "";
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager3.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager3.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager3;
     this.project.Opened += new System.EventHandler(this.project_Opened);
     this.project.Closed += new System.EventHandler(this.project_Closed);
     this.project.LibraryLoaded += new System.EventHandler<Dataweb.NShape.LibraryLoadedEventArgs>(this.project_LibraryLoaded);
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = "";
     this.cachedRepository.Store = null;
     this.cachedRepository.Version = 0;
     //
     // layerController
     //
     this.layerController.DiagramSetController = this.diagramSetController;
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController = this.diagramSetController;
     this.toolSetController.DesignEditorSelected += new System.EventHandler(this.toolBoxAdapter_ShowDesignEditor);
     this.toolSetController.LibraryManagerSelected += new System.EventHandler(this.toolBoxAdapter_ShowLibraryManagerDialog);
     this.toolSetController.TemplateEditorSelected += new System.EventHandler<Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolBoxAdapter_ShowTemplateEditorDialog);
     //
     // modelTreeController
     //
     this.modelTreeController.DiagramSetController = this.diagramSetController;
     //
     // propertyController
     //
     this.propertyController.Project = this.project;
     this.propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.ReadOnly;
     //
     // modelTreePresenter
     //
     this.modelTreePresenter.HideDeniedMenuItems = false;
     this.modelTreePresenter.ModelTreeController = this.modelTreeController;
     this.modelTreePresenter.PropertyController = this.propertyController;
     this.modelTreePresenter.ShowDefaultContextMenu = true;
     this.modelTreePresenter.TreeView = this.modelTreeView;
     //
     // propertyPresenter
     //
     this.propertyPresenter.PrimaryPropertyGrid = this.primaryPropertyGrid;
     this.propertyPresenter.PropertyController = this.propertyController;
     this.propertyPresenter.SecondaryPropertyGrid = this.secondaryPropertyGrid;
     //
     // toolSetListViewPresenter
     //
     this.toolSetListViewPresenter.HideDeniedMenuItems = false;
     this.toolSetListViewPresenter.ListView = this.toolboxListView;
     this.toolSetListViewPresenter.ShowDefaultContextMenu = true;
     this.toolSetListViewPresenter.ToolSetController = this.toolSetController;
     //
     // layerPresenter
     //
     this.layerPresenter.DiagramPresenter = null;
     this.layerPresenter.HideDeniedMenuItems = false;
     this.layerPresenter.LayerController = this.layerController;
     this.layerPresenter.LayerView = this.layerEditorListView;
     //
     // toolStripMenuItem12
     //
     this.toolStripMenuItem12.Name = "toolStripMenuItem12";
     this.toolStripMenuItem12.Size = new System.Drawing.Size(227, 6);
     //
     // resetToolbarsToolStripMenuItem
     //
     this.resetToolbarsToolStripMenuItem.Name = "resetToolbarsToolStripMenuItem";
     this.resetToolbarsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.resetToolbarsToolStripMenuItem.Text = "Reset Toolbar Layout";
     this.resetToolbarsToolStripMenuItem.Click += new System.EventHandler(this.resetToolbarsToolStripMenuItem_Click);
     //
     // DiagramDesignerMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 562);
     this.Controls.Add(this.toolStripContainer);
     this.DoubleBuffered = true;
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name = "DiagramDesignerMainForm";
     this.Text = "NShape Designer";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DiagramDesignerMainForm_FormClosing);
     this.Load += new System.EventHandler(this.DiagramDesignerMainForm_Load);
     this.Shown += new System.EventHandler(this.DiagramDesignerMainForm_Shown);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.toolboxPropsPanel.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.toolboxContextMenuStrip.ResumeLayout(false);
     this.propertyWindowTabControl.ResumeLayout(false);
     this.propertyWindowShapeTab.ResumeLayout(false);
     this.propertyWindowModelTab.ResumeLayout(false);
     this.layersTab.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.historyTrackBar)).EndInit();
     this.editToolStrip.ResumeLayout(false);
     this.editToolStrip.PerformLayout();
     this.settingsToolStrip.ResumeLayout(false);
     this.settingsToolStrip.PerformLayout();
     this.displayToolStrip.ResumeLayout(false);
     this.displayToolStrip.PerformLayout();
     this.debugToolStrip.ResumeLayout(false);
     this.debugToolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
        void InitForm() {
            

            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintPreviewDialog));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.zoomToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
            this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
            this.separatorToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.onepageToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.twopagesToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.threepagesToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.fourpagesToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.sixpagesToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.separatorToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.closeToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.pageCounter = new System.Windows.Forms.NumericUpDown();
            this.pageToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pageCounter)).BeginInit();
            this.SuspendLayout();

            // 
            // toolStrip1
            // 
            resources.ApplyResources(this.toolStrip1, "toolStrip1");
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.printToolStripButton,
            this.zoomToolStripSplitButton,
            this.separatorToolStripSeparator,
            this.onepageToolStripButton,
            this.twopagesToolStripButton,
            this.threepagesToolStripButton,
            this.fourpagesToolStripButton,
            this.sixpagesToolStripButton,
            this.separatorToolStripSeparator1,
            this.closeToolStripButton});
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.toolStrip1.GripStyle = ToolStripGripStyle.Hidden;

            // 
            // printToolStripButton
            // 
            this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printToolStripButton.Name = "printToolStripButton";
            resources.ApplyResources(this.printToolStripButton, "printToolStripButton");

            // 
            // zoomToolStripSplitButton
            // 
            this.zoomToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.zoomToolStripSplitButton.DoubleClickEnabled = true;
            this.zoomToolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.autoToolStripMenuItem,
            this.toolStripMenuItem1,
            this.toolStripMenuItem2,
            this.toolStripMenuItem3,
            this.toolStripMenuItem4,
            this.toolStripMenuItem5,
            this.toolStripMenuItem6,
            this.toolStripMenuItem7,
            this.toolStripMenuItem8});
            this.zoomToolStripSplitButton.Name = "zoomToolStripSplitButton";
            this.zoomToolStripSplitButton.SplitterWidth = 1;
            resources.ApplyResources(this.zoomToolStripSplitButton, "zoomToolStripSplitButton");


            // 
            // autoToolStripMenuItem
            // 
            this.autoToolStripMenuItem.CheckOnClick = true;
            this.autoToolStripMenuItem.DoubleClickEnabled = true;
            this.autoToolStripMenuItem.Checked = true;
            this.autoToolStripMenuItem.Name = "autoToolStripMenuItem";
            resources.ApplyResources(this.autoToolStripMenuItem, "autoToolStripMenuItem");

            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.CheckOnClick = true;
            this.toolStripMenuItem1.DoubleClickEnabled = true;
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");

            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.CheckOnClick = true;
            this.toolStripMenuItem2.DoubleClickEnabled = true;
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");

            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.CheckOnClick = true;
            this.toolStripMenuItem3.DoubleClickEnabled = true;
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");

            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.CheckOnClick = true;
            this.toolStripMenuItem4.DoubleClickEnabled = true;
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4");

            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.CheckOnClick = true;
            this.toolStripMenuItem5.DoubleClickEnabled = true;
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            resources.ApplyResources(this.toolStripMenuItem5, "toolStripMenuItem5");

            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.CheckOnClick = true;
            this.toolStripMenuItem6.DoubleClickEnabled = true;
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            resources.ApplyResources(this.toolStripMenuItem6, "toolStripMenuItem6");

            // 
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.CheckOnClick = true;
            this.toolStripMenuItem7.DoubleClickEnabled = true;
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            resources.ApplyResources(this.toolStripMenuItem7, "toolStripMenuItem7");

            // 
            // toolStripMenuItem8
            // 
            this.toolStripMenuItem8.CheckOnClick = true;
            this.toolStripMenuItem8.DoubleClickEnabled = true;
            this.toolStripMenuItem8.Name = "toolStripMenuItem8";
            resources.ApplyResources(this.toolStripMenuItem8, "toolStripMenuItem8");

            // 
            // separatorToolStripSeparator
            // 
            this.separatorToolStripSeparator.Name = "separatorToolStripSeparator";

            // 
            // onepageToolStripButton
            // 
            this.onepageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.onepageToolStripButton.Name = "onepageToolStripButton";
            resources.ApplyResources(this.onepageToolStripButton, "onepageToolStripButton");

            // 
            // twopagesToolStripButton
            // 
            this.twopagesToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.twopagesToolStripButton.Name = "twopagesToolStripButton";
            resources.ApplyResources(this.twopagesToolStripButton, "twopagesToolStripButton");

            // 
            // threepagesToolStripButton
            // 
            this.threepagesToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.threepagesToolStripButton.Name = "threepagesToolStripButton";
            resources.ApplyResources(this.threepagesToolStripButton, "threepagesToolStripButton");

            // 
            // fourpagesToolStripButton
            // 
            this.fourpagesToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.fourpagesToolStripButton.Name = "fourpagesToolStripButton";
            resources.ApplyResources(this.fourpagesToolStripButton, "fourpagesToolStripButton");

            // 
            // sixpagesToolStripButton
            // 
            this.sixpagesToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.sixpagesToolStripButton.Name = "sixpagesToolStripButton";
            resources.ApplyResources(this.sixpagesToolStripButton, "sixpagesToolStripButton");

            // 
            // separatorToolStripSeparator1
            // 
            this.separatorToolStripSeparator1.Name = "separatorToolStripSeparator1";

            // 
            // closeToolStripButton
            // 
            this.closeToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Text;
            this.closeToolStripButton.Name = "closeToolStripButton";
            resources.ApplyResources(this.closeToolStripButton, "closeToolStripButton");

            // 
            // pageCounter
            // 
            resources.ApplyResources(this.pageCounter, "pageCounter");
            pageCounter.Text = "1";
            pageCounter.TextAlign = HorizontalAlignment.Right;
            pageCounter.DecimalPlaces = 0;
            pageCounter.Minimum = new Decimal(0d);
            pageCounter.Maximum = new Decimal(1000d);
            pageCounter.ValueChanged += new EventHandler(UpdownMove);
            this.pageCounter.Name = "pageCounter";

            // 
            // pageToolStripLabel
            // 
            this.pageToolStripLabel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.pageToolStripLabel.Name = "pageToolStripLabel";
            resources.ApplyResources(this.pageToolStripLabel, "pageToolStripLabel");

            previewControl.Size = new Size(792, 610);
            previewControl.Location = new Point(0, 43);
            previewControl.Dock = DockStyle.Fill;
            previewControl.StartPageChanged += new EventHandler(previewControl_StartPageChanged);

            //EVENTS and Images ...
            this.printToolStripButton.Click += new System.EventHandler(this.OnprintToolStripButtonClick);
            this.autoToolStripMenuItem.Click += new System.EventHandler(ZoomAuto);
            this.toolStripMenuItem1.Click += new System.EventHandler(Zoom500);
            this.toolStripMenuItem2.Click += new System.EventHandler(Zoom250);
            this.toolStripMenuItem3.Click += new System.EventHandler(Zoom150);
            this.toolStripMenuItem4.Click += new System.EventHandler(Zoom100);
            this.toolStripMenuItem5.Click += new System.EventHandler(Zoom75);
            this.toolStripMenuItem6.Click += new System.EventHandler(Zoom50);
            this.toolStripMenuItem7.Click += new System.EventHandler(Zoom25);
            this.toolStripMenuItem8.Click += new System.EventHandler(Zoom10);
            this.onepageToolStripButton.Click += new System.EventHandler(this.OnonepageToolStripButtonClick);
            this.twopagesToolStripButton.Click += new System.EventHandler(this.OntwopagesToolStripButtonClick);
            this.threepagesToolStripButton.Click += new System.EventHandler(this.OnthreepagesToolStripButtonClick);
            this.fourpagesToolStripButton.Click += new System.EventHandler(this.OnfourpagesToolStripButtonClick);
            this.sixpagesToolStripButton.Click += new System.EventHandler(this.OnsixpagesToolStripButtonClick);
            this.closeToolStripButton.Click += new System.EventHandler(this.OncloseToolStripButtonClick);
            this.closeToolStripButton.Paint += new PaintEventHandler(this.OncloseToolStripButtonPaint);
            //Images
            this.toolStrip1.ImageList = imageList;
            this.printToolStripButton.ImageIndex = 0;
            this.zoomToolStripSplitButton.ImageIndex = 1;
            this.onepageToolStripButton.ImageIndex = 2;
            this.twopagesToolStripButton.ImageIndex = 3;
            this.threepagesToolStripButton.ImageIndex = 4;
            this.fourpagesToolStripButton.ImageIndex = 5;
            this.sixpagesToolStripButton.ImageIndex = 6;

            //tabIndex
            previewControl.TabIndex = 0;
            toolStrip1.TabIndex = 1;

            //DefaultItem on the Zoom SplitButton
            zoomToolStripSplitButton.DefaultItem = autoToolStripMenuItem;

            //ShowCheckMargin
            ToolStripDropDownMenu menu = this.zoomToolStripSplitButton.DropDown as ToolStripDropDownMenu;
            if (menu != null)
            {
                menu.ShowCheckMargin = true;
                menu.ShowImageMargin = false;
                menu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
                
            }

            //Create the ToolStripControlHost
            ToolStripControlHost pageCounterItem = new ToolStripControlHost(pageCounter);
            pageCounterItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;

            this.toolStrip1.Items.Add(pageCounterItem);
            this.toolStrip1.Items.Add(this.pageToolStripLabel);

            // 
            // Form1
            // 
            resources.ApplyResources(this, "$this");

            this.Controls.Add(previewControl);
            this.Controls.Add(this.toolStrip1);

            this.ClientSize = new Size(400, 300);
            this.MinimizeBox = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = SizeGripStyle.Hide;
            this.toolStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pageCounter)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();


        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sourceFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mapObjectBrowserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.buildToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.compileAndCopyToMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.compileAndSaveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.compileAndSaveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.compileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.projectSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.libraryServerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createAccountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.manageAccountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uploadLibraryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.downloadLibraryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.searchDefinitionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changeLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changeToAnotherVersionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.reportErrorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.projectView = new Galaxy_Editor_2.TreeViewDragDrop();
     this.projectViewImageList = new System.Windows.Forms.ImageList(this.components);
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.objectBrowserSplitContainer = new System.Windows.Forms.SplitContainer();
     this.tabStrip = new FarsiLibrary.Win.FATabStrip();
     this.ObjectBrowserPanel = new System.Windows.Forms.Panel();
     this.ObjectBrowserList = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.ObjectBrowserCatagory = new System.Windows.Forms.ToolStripComboBox();
     this.TBRefreshObjectList = new System.Windows.Forms.ToolStripButton();
     this.label1 = new System.Windows.Forms.Label();
     this.messageView = new Galaxy_Editor_2.TreeViewDragDrop();
     this.messageViewImageList = new System.Windows.Forms.ImageList(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.CBShowWarnings = new System.Windows.Forms.CheckBox();
     this.CBShowErrors = new System.Windows.Forms.CheckBox();
     this.projectViewMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.newFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openInExploreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.activateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.projectViewProjectMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.compilerStatusText = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.TBNewProject = new System.Windows.Forms.ToolStripButton();
     this.TBNewFile = new System.Windows.Forms.ToolStripButton();
     this.TBNewFolder = new System.Windows.Forms.ToolStripButton();
     this.TBDelete = new System.Windows.Forms.ToolStripButton();
     this.TBSave = new System.Windows.Forms.ToolStripButton();
     this.TBSaveAll = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.TBCut = new System.Windows.Forms.ToolStripButton();
     this.TBCopy = new System.Windows.Forms.ToolStripButton();
     this.TBPaste = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.TBUndo = new System.Windows.Forms.ToolStripButton();
     this.TBRedo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.TBRun = new System.Windows.Forms.ToolStripSplitButton();
     this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.buildOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.TBFind = new System.Windows.Forms.ToolStripButton();
     this.editorRightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.RightClickCut = new System.Windows.Forms.ToolStripMenuItem();
     this.RightClickCopy = new System.Windows.Forms.ToolStripMenuItem();
     this.RightClickPaste = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.rightClickFind = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.TSInsertConstructor = new System.Windows.Forms.ToolStripMenuItem();
     this.ObjectBrowserTooltip = new System.Windows.Forms.ToolTip(this.components);
     this.PBGurilande = new System.Windows.Forms.PictureBox();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.objectBrowserSplitContainer)).BeginInit();
     this.objectBrowserSplitContainer.Panel1.SuspendLayout();
     this.objectBrowserSplitContainer.Panel2.SuspendLayout();
     this.objectBrowserSplitContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabStrip)).BeginInit();
     this.ObjectBrowserPanel.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.projectViewMenu.SuspendLayout();
     this.projectViewProjectMenu.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.editorRightClick.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PBGurilande)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.buildToolStripMenuItem,
     this.settingsToolStripMenuItem,
     this.libraryServerToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(819, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.saveToolStripMenuItem,
     this.saveAllToolStripMenuItem,
     this.closeProjectToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.projectToolStripMenuItem,
     this.sourceFileToolStripMenuItem});
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
     this.newToolStripMenuItem.Text = "New";
     //
     // projectToolStripMenuItem
     //
     this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
     this.projectToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.projectToolStripMenuItem.Text = "Project";
     this.projectToolStripMenuItem.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
     //
     // sourceFileToolStripMenuItem
     //
     this.sourceFileToolStripMenuItem.Name = "sourceFileToolStripMenuItem";
     this.sourceFileToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.sourceFileToolStripMenuItem.Text = "Source file";
     this.sourceFileToolStripMenuItem.Click += new System.EventHandler(this.sourceFileToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
     this.saveToolStripMenuItem.Text = "Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAllToolStripMenuItem
     //
     this.saveAllToolStripMenuItem.Name = "saveAllToolStripMenuItem";
     this.saveAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.S)));
     this.saveAllToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
     this.saveAllToolStripMenuItem.Text = "Save All";
     this.saveAllToolStripMenuItem.Click += new System.EventHandler(this.saveAllToolStripMenuItem_Click);
     //
     // closeProjectToolStripMenuItem
     //
     this.closeProjectToolStripMenuItem.Enabled = false;
     this.closeProjectToolStripMenuItem.Name = "closeProjectToolStripMenuItem";
     this.closeProjectToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
     this.closeProjectToolStripMenuItem.Text = "Close project";
     this.closeProjectToolStripMenuItem.Click += new System.EventHandler(this.closeProjectToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mapObjectBrowserToolStripMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // mapObjectBrowserToolStripMenuItem
     //
     this.mapObjectBrowserToolStripMenuItem.Checked = true;
     this.mapObjectBrowserToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.mapObjectBrowserToolStripMenuItem.Name = "mapObjectBrowserToolStripMenuItem";
     this.mapObjectBrowserToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
     this.mapObjectBrowserToolStripMenuItem.Text = "Map Object Browser";
     this.mapObjectBrowserToolStripMenuItem.Click += new System.EventHandler(this.mapObjectBrowserToolStripMenuItem_Click);
     //
     // buildToolStripMenuItem
     //
     this.buildToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.compileAndCopyToMapToolStripMenuItem,
     this.compileAndSaveToolStripMenuItem,
     this.compileAndSaveAsToolStripMenuItem,
     this.compileToolStripMenuItem});
     this.buildToolStripMenuItem.Name = "buildToolStripMenuItem";
     this.buildToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
     this.buildToolStripMenuItem.Text = "Build";
     //
     // compileAndCopyToMapToolStripMenuItem
     //
     this.compileAndCopyToMapToolStripMenuItem.Enabled = false;
     this.compileAndCopyToMapToolStripMenuItem.Name = "compileAndCopyToMapToolStripMenuItem";
     this.compileAndCopyToMapToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F9)));
     this.compileAndCopyToMapToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
     this.compileAndCopyToMapToolStripMenuItem.Text = "Compile and run";
     this.compileAndCopyToMapToolStripMenuItem.Click += new System.EventHandler(this.compileAndCopyToMapToolStripMenuItem_Click);
     //
     // compileAndSaveToolStripMenuItem
     //
     this.compileAndSaveToolStripMenuItem.Enabled = false;
     this.compileAndSaveToolStripMenuItem.Name = "compileAndSaveToolStripMenuItem";
     this.compileAndSaveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F9)));
     this.compileAndSaveToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
     this.compileAndSaveToolStripMenuItem.Text = "Compile and save";
     this.compileAndSaveToolStripMenuItem.Click += new System.EventHandler(this.compileAndSaveToolStripMenuItem_Click);
     //
     // compileAndSaveAsToolStripMenuItem
     //
     this.compileAndSaveAsToolStripMenuItem.Enabled = false;
     this.compileAndSaveAsToolStripMenuItem.Name = "compileAndSaveAsToolStripMenuItem";
     this.compileAndSaveAsToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
     this.compileAndSaveAsToolStripMenuItem.Text = "Compile and save as";
     this.compileAndSaveAsToolStripMenuItem.Click += new System.EventHandler(this.compileAndSaveAsToolStripMenuItem_Click);
     //
     // compileToolStripMenuItem
     //
     this.compileToolStripMenuItem.Enabled = false;
     this.compileToolStripMenuItem.Name = "compileToolStripMenuItem";
     this.compileToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F9;
     this.compileToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
     this.compileToolStripMenuItem.Text = "Compile";
     this.compileToolStripMenuItem.Click += new System.EventHandler(this.compileToolStripMenuItem_Click);
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.projectSettingsToolStripMenuItem,
     this.optionsToolStripMenuItem1});
     this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.settingsToolStripMenuItem.Text = "Settings";
     //
     // projectSettingsToolStripMenuItem
     //
     this.projectSettingsToolStripMenuItem.Enabled = false;
     this.projectSettingsToolStripMenuItem.Name = "projectSettingsToolStripMenuItem";
     this.projectSettingsToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.projectSettingsToolStripMenuItem.Text = "Project settings";
     this.projectSettingsToolStripMenuItem.Click += new System.EventHandler(this.projectSettingsToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem1
     //
     this.optionsToolStripMenuItem1.Name = "optionsToolStripMenuItem1";
     this.optionsToolStripMenuItem1.Size = new System.Drawing.Size(155, 22);
     this.optionsToolStripMenuItem1.Text = "Options";
     this.optionsToolStripMenuItem1.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
     //
     // libraryServerToolStripMenuItem
     //
     this.libraryServerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.createAccountToolStripMenuItem,
     this.manageAccountToolStripMenuItem,
     this.uploadLibraryToolStripMenuItem,
     this.downloadLibraryToolStripMenuItem});
     this.libraryServerToolStripMenuItem.Name = "libraryServerToolStripMenuItem";
     this.libraryServerToolStripMenuItem.Size = new System.Drawing.Size(90, 20);
     this.libraryServerToolStripMenuItem.Text = "Library Server";
     //
     // createAccountToolStripMenuItem
     //
     this.createAccountToolStripMenuItem.Name = "createAccountToolStripMenuItem";
     this.createAccountToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.createAccountToolStripMenuItem.Text = "Create Account";
     this.createAccountToolStripMenuItem.Click += new System.EventHandler(this.createAccountToolStripMenuItem_Click);
     //
     // manageAccountToolStripMenuItem
     //
     this.manageAccountToolStripMenuItem.Name = "manageAccountToolStripMenuItem";
     this.manageAccountToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.manageAccountToolStripMenuItem.Text = "Manage Account";
     this.manageAccountToolStripMenuItem.Click += new System.EventHandler(this.manageAccountToolStripMenuItem_Click);
     //
     // uploadLibraryToolStripMenuItem
     //
     this.uploadLibraryToolStripMenuItem.Name = "uploadLibraryToolStripMenuItem";
     this.uploadLibraryToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.uploadLibraryToolStripMenuItem.Text = "Upload Library";
     this.uploadLibraryToolStripMenuItem.Click += new System.EventHandler(this.uploadLibraryToolStripMenuItem_Click);
     //
     // downloadLibraryToolStripMenuItem
     //
     this.downloadLibraryToolStripMenuItem.Name = "downloadLibraryToolStripMenuItem";
     this.downloadLibraryToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.downloadLibraryToolStripMenuItem.Text = "Download Library";
     this.downloadLibraryToolStripMenuItem.Click += new System.EventHandler(this.downloadLibraryToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem1,
     this.searchDefinitionsToolStripMenuItem,
     this.changeLogToolStripMenuItem,
     this.checkForUpdatesToolStripMenuItem,
     this.changeToAnotherVersionToolStripMenuItem,
     this.reportErrorToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem1
     //
     this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
     this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(214, 22);
     this.aboutToolStripMenuItem1.Text = "About";
     this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem1_Click);
     //
     // searchDefinitionsToolStripMenuItem
     //
     this.searchDefinitionsToolStripMenuItem.Name = "searchDefinitionsToolStripMenuItem";
     this.searchDefinitionsToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
     this.searchDefinitionsToolStripMenuItem.Text = "Search definitions";
     this.searchDefinitionsToolStripMenuItem.Click += new System.EventHandler(this.searchDefinitionsToolStripMenuItem_Click);
     //
     // changeLogToolStripMenuItem
     //
     this.changeLogToolStripMenuItem.Name = "changeLogToolStripMenuItem";
     this.changeLogToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
     this.changeLogToolStripMenuItem.Text = "Change Log";
     this.changeLogToolStripMenuItem.Click += new System.EventHandler(this.changeLogToolStripMenuItem_Click);
     //
     // checkForUpdatesToolStripMenuItem
     //
     this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem";
     this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
     this.checkForUpdatesToolStripMenuItem.Text = "Check for updates";
     this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdatesToolStripMenuItem_Click);
     //
     // changeToAnotherVersionToolStripMenuItem
     //
     this.changeToAnotherVersionToolStripMenuItem.Name = "changeToAnotherVersionToolStripMenuItem";
     this.changeToAnotherVersionToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
     this.changeToAnotherVersionToolStripMenuItem.Text = "Change to another version";
     this.changeToAnotherVersionToolStripMenuItem.Click += new System.EventHandler(this.changeToAnotherVersionToolStripMenuItem_Click);
     //
     // reportErrorToolStripMenuItem
     //
     this.reportErrorToolStripMenuItem.Name = "reportErrorToolStripMenuItem";
     this.reportErrorToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
     this.reportErrorToolStripMenuItem.Text = "Report Error";
     this.reportErrorToolStripMenuItem.Click += new System.EventHandler(this.reportErrorToolStripMenuItem_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.projectView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(819, 390);
     this.splitContainer1.SplitterDistance = 198;
     this.splitContainer1.TabIndex = 1;
     //
     // projectView
     //
     this.projectView.AllowDrop = true;
     this.projectView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.projectView.DragCursor = null;
     this.projectView.DragCursorType = Galaxy_Editor_2.DragCursorType.None;
     this.projectView.DragImageIndex = 0;
     this.projectView.DragMode = System.Windows.Forms.DragDropEffects.Move;
     this.projectView.DragNodeFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.projectView.DragNodeOpacity = 0.3D;
     this.projectView.DragOverNodeBackColor = System.Drawing.SystemColors.Highlight;
     this.projectView.DragOverNodeForeColor = System.Drawing.SystemColors.HighlightText;
     this.projectView.ImageIndex = 0;
     this.projectView.ImageList = this.projectViewImageList;
     this.projectView.Location = new System.Drawing.Point(0, 0);
     this.projectView.Name = "projectView";
     this.projectView.SelectedImageIndex = 0;
     this.projectView.Size = new System.Drawing.Size(198, 390);
     this.projectView.TabIndex = 0;
     this.projectView.DragStart += new Galaxy_Editor_2.DragItemEventHandler(this.projectView_DragStart);
     this.projectView.DragComplete += new Galaxy_Editor_2.DragCompleteEventHandler(this.projectView_DragComplete);
     this.projectView.DragCompleteValid += new Galaxy_Editor_2.DragCompletionValidEventHandler(this.projectView_DragCompleteValid);
     this.projectView.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.projectView_BeforeLabelEdit);
     this.projectView.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.projectView_AfterLabelEdit);
     this.projectView.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.projectView_AfterCollapse);
     this.projectView.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.projectView_AfterExpand);
     this.projectView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.projectView_AfterSelect);
     this.projectView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.projectView_KeyDown);
     this.projectView.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.projectView_KeyPress);
     this.projectView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.projectView_MouseDoubleClick);
     this.projectView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.projectView_MouseDown);
     //
     // projectViewImageList
     //
     this.projectViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("projectViewImageList.ImageStream")));
     this.projectViewImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.projectViewImageList.Images.SetKeyName(0, "icon.ico");
     this.projectViewImageList.Images.SetKeyName(1, "Folder.png");
     this.projectViewImageList.Images.SetKeyName(2, "GalaxyFileV3-16.png");
     this.projectViewImageList.Images.SetKeyName(3, "XMLIcon.ico");
     this.projectViewImageList.Images.SetKeyName(4, "");
     this.projectViewImageList.Images.SetKeyName(5, "DialogIcon.png");
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.objectBrowserSplitContainer);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.messageView);
     this.splitContainer2.Panel2.Controls.Add(this.panel1);
     this.splitContainer2.Size = new System.Drawing.Size(617, 390);
     this.splitContainer2.SplitterDistance = 264;
     this.splitContainer2.TabIndex = 0;
     //
     // objectBrowserSplitContainer
     //
     this.objectBrowserSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.objectBrowserSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.objectBrowserSplitContainer.Location = new System.Drawing.Point(0, 0);
     this.objectBrowserSplitContainer.Name = "objectBrowserSplitContainer";
     //
     // objectBrowserSplitContainer.Panel1
     //
     this.objectBrowserSplitContainer.Panel1.Controls.Add(this.tabStrip);
     //
     // objectBrowserSplitContainer.Panel2
     //
     this.objectBrowserSplitContainer.Panel2.Controls.Add(this.ObjectBrowserPanel);
     this.objectBrowserSplitContainer.Size = new System.Drawing.Size(617, 264);
     this.objectBrowserSplitContainer.SplitterDistance = 377;
     this.objectBrowserSplitContainer.TabIndex = 1;
     //
     // tabStrip
     //
     this.tabStrip.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabStrip.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.tabStrip.Location = new System.Drawing.Point(0, 0);
     this.tabStrip.Name = "tabStrip";
     this.tabStrip.Size = new System.Drawing.Size(377, 264);
     this.tabStrip.TabIndex = 0;
     this.tabStrip.TabStripItemClosing += new FarsiLibrary.Win.TabStripItemClosingHandler(this.tabStrip_TabStripItemClosing);
     this.tabStrip.TabStripItemSelectionChanged += new FarsiLibrary.Win.TabStripItemChangedHandler(this.tabStrip_TabStripItemSelectionChanged);
     //
     // ObjectBrowserPanel
     //
     this.ObjectBrowserPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ObjectBrowserPanel.Controls.Add(this.ObjectBrowserList);
     this.ObjectBrowserPanel.Controls.Add(this.toolStrip2);
     this.ObjectBrowserPanel.Controls.Add(this.label1);
     this.ObjectBrowserPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ObjectBrowserPanel.Location = new System.Drawing.Point(0, 0);
     this.ObjectBrowserPanel.Name = "ObjectBrowserPanel";
     this.ObjectBrowserPanel.Size = new System.Drawing.Size(236, 264);
     this.ObjectBrowserPanel.TabIndex = 3;
     //
     // ObjectBrowserList
     //
     this.ObjectBrowserList.BackgroundImage = global::Galaxy_Editor_2.Properties.Resources.Snowman;
     this.ObjectBrowserList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.ObjectBrowserList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ObjectBrowserList.Location = new System.Drawing.Point(0, 38);
     this.ObjectBrowserList.MultiSelect = false;
     this.ObjectBrowserList.Name = "ObjectBrowserList";
     this.ObjectBrowserList.Size = new System.Drawing.Size(234, 224);
     this.ObjectBrowserList.TabIndex = 3;
     this.ObjectBrowserList.UseCompatibleStateImageBehavior = false;
     this.ObjectBrowserList.View = System.Windows.Forms.View.Details;
     this.ObjectBrowserList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ObjectBrowserList_MouseDoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Name";
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "ID";
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ObjectBrowserCatagory,
     this.TBRefreshObjectList});
     this.toolStrip2.Location = new System.Drawing.Point(0, 13);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.Size = new System.Drawing.Size(234, 25);
     this.toolStrip2.TabIndex = 0;
     this.toolStrip2.Text = "toolStrip2";
     //
     // ObjectBrowserCatagory
     //
     this.ObjectBrowserCatagory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ObjectBrowserCatagory.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.ObjectBrowserCatagory.Name = "ObjectBrowserCatagory";
     this.ObjectBrowserCatagory.Size = new System.Drawing.Size(121, 25);
     this.ObjectBrowserCatagory.SelectedIndexChanged += new System.EventHandler(this.ObjectBrowserCatagory_SelectedIndexChanged);
     //
     // TBRefreshObjectList
     //
     this.TBRefreshObjectList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBRefreshObjectList.Image = ((System.Drawing.Image)(resources.GetObject("TBRefreshObjectList.Image")));
     this.TBRefreshObjectList.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBRefreshObjectList.Name = "TBRefreshObjectList";
     this.TBRefreshObjectList.Size = new System.Drawing.Size(23, 22);
     this.TBRefreshObjectList.Text = "toolStripButton1";
     this.TBRefreshObjectList.ToolTipText = "Refresh list";
     this.TBRefreshObjectList.Click += new System.EventHandler(this.TBRefreshObjectList_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.SystemColors.Control;
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(102, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Map Object browser";
     //
     // messageView
     //
     this.messageView.AllowDrop = true;
     this.messageView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.messageView.DragCursor = null;
     this.messageView.DragCursorType = Galaxy_Editor_2.DragCursorType.None;
     this.messageView.DragImageIndex = 0;
     this.messageView.DragMode = System.Windows.Forms.DragDropEffects.Move;
     this.messageView.DragNodeFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.messageView.DragNodeOpacity = 0.3D;
     this.messageView.DragOverNodeBackColor = System.Drawing.SystemColors.Highlight;
     this.messageView.DragOverNodeForeColor = System.Drawing.SystemColors.HighlightText;
     this.messageView.ImageIndex = 0;
     this.messageView.ImageList = this.messageViewImageList;
     this.messageView.Location = new System.Drawing.Point(0, 28);
     this.messageView.Name = "messageView";
     this.messageView.SelectedImageIndex = 0;
     this.messageView.Size = new System.Drawing.Size(617, 94);
     this.messageView.TabIndex = 0;
     this.messageView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.messageView_MouseDoubleClick);
     //
     // messageViewImageList
     //
     this.messageViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("messageViewImageList.ImageStream")));
     this.messageViewImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.messageViewImageList.Images.SetKeyName(0, "Error.bmp");
     this.messageViewImageList.Images.SetKeyName(1, "Warning.bmp");
     //
     // panel1
     //
     this.panel1.Controls.Add(this.CBShowWarnings);
     this.panel1.Controls.Add(this.CBShowErrors);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(617, 28);
     this.panel1.TabIndex = 1;
     //
     // CBShowWarnings
     //
     this.CBShowWarnings.AutoSize = true;
     this.CBShowWarnings.Location = new System.Drawing.Point(92, 3);
     this.CBShowWarnings.Name = "CBShowWarnings";
     this.CBShowWarnings.Size = new System.Drawing.Size(101, 17);
     this.CBShowWarnings.TabIndex = 3;
     this.CBShowWarnings.Text = "Show Warnings";
     this.CBShowWarnings.UseVisualStyleBackColor = true;
     this.CBShowWarnings.CheckedChanged += new System.EventHandler(this.CBShowWarnings_CheckedChanged);
     //
     // CBShowErrors
     //
     this.CBShowErrors.AutoSize = true;
     this.CBShowErrors.Location = new System.Drawing.Point(3, 3);
     this.CBShowErrors.Name = "CBShowErrors";
     this.CBShowErrors.Size = new System.Drawing.Size(83, 17);
     this.CBShowErrors.TabIndex = 2;
     this.CBShowErrors.Text = "Show Errors";
     this.CBShowErrors.UseVisualStyleBackColor = true;
     this.CBShowErrors.CheckedChanged += new System.EventHandler(this.CBShowErrors_CheckedChanged);
     //
     // projectViewMenu
     //
     this.projectViewMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newFileToolStripMenuItem,
     this.newDialogToolStripMenuItem,
     this.newFolderToolStripMenuItem,
     this.removeToolStripMenuItem,
     this.renameToolStripMenuItem,
     this.openInExploreToolStripMenuItem,
     this.activateToolStripMenuItem});
     this.projectViewMenu.Name = "projectViewMenu";
     this.projectViewMenu.Size = new System.Drawing.Size(162, 158);
     //
     // newFileToolStripMenuItem
     //
     this.newFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newFileToolStripMenuItem.Image")));
     this.newFileToolStripMenuItem.Name = "newFileToolStripMenuItem";
     this.newFileToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.newFileToolStripMenuItem.Text = "New File";
     this.newFileToolStripMenuItem.Click += new System.EventHandler(this.newFileToolStripMenuItem_Click);
     //
     // newDialogToolStripMenuItem
     //
     this.newDialogToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newDialogToolStripMenuItem.Image")));
     this.newDialogToolStripMenuItem.Name = "newDialogToolStripMenuItem";
     this.newDialogToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.newDialogToolStripMenuItem.Text = "New Dialog";
     this.newDialogToolStripMenuItem.Click += new System.EventHandler(this.newDialogToolStripMenuItem_Click);
     //
     // newFolderToolStripMenuItem
     //
     this.newFolderToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newFolderToolStripMenuItem.Image")));
     this.newFolderToolStripMenuItem.Name = "newFolderToolStripMenuItem";
     this.newFolderToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.newFolderToolStripMenuItem.Text = "New Folder";
     this.newFolderToolStripMenuItem.Click += new System.EventHandler(this.newFolderToolStripMenuItem_Click);
     //
     // removeToolStripMenuItem
     //
     this.removeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("removeToolStripMenuItem.Image")));
     this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
     this.removeToolStripMenuItem.ShortcutKeyDisplayString = "Del";
     this.removeToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.removeToolStripMenuItem.Text = "Remove";
     this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
     //
     // renameToolStripMenuItem
     //
     this.renameToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("renameToolStripMenuItem.Image")));
     this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
     this.renameToolStripMenuItem.ShortcutKeyDisplayString = "F2";
     this.renameToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.renameToolStripMenuItem.Text = "Rename";
     this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
     //
     // openInExploreToolStripMenuItem
     //
     this.openInExploreToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openInExploreToolStripMenuItem.Image")));
     this.openInExploreToolStripMenuItem.Name = "openInExploreToolStripMenuItem";
     this.openInExploreToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.openInExploreToolStripMenuItem.Text = "Open in explorer";
     this.openInExploreToolStripMenuItem.Click += new System.EventHandler(this.openInExploreToolStripMenuItem_Click);
     //
     // activateToolStripMenuItem
     //
     this.activateToolStripMenuItem.Checked = true;
     this.activateToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.activateToolStripMenuItem.Name = "activateToolStripMenuItem";
     this.activateToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.activateToolStripMenuItem.Text = "Enabled";
     this.activateToolStripMenuItem.Click += new System.EventHandler(this.activateToolStripMenuItem_Click);
     //
     // projectViewProjectMenu
     //
     this.projectViewProjectMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripMenuItem,
     this.deleteProjectToolStripMenuItem});
     this.projectViewProjectMenu.Name = "projectViewProjectMenu";
     this.projectViewProjectMenu.Size = new System.Drawing.Size(172, 48);
     //
     // newProjectToolStripMenuItem
     //
     this.newProjectToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripMenuItem.Image")));
     this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem";
     this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
     this.newProjectToolStripMenuItem.Text = "New project";
     this.newProjectToolStripMenuItem.Click += new System.EventHandler(this.newProjectToolStripMenuItem_Click);
     //
     // deleteProjectToolStripMenuItem
     //
     this.deleteProjectToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteProjectToolStripMenuItem.Image")));
     this.deleteProjectToolStripMenuItem.Name = "deleteProjectToolStripMenuItem";
     this.deleteProjectToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.deleteProjectToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
     this.deleteProjectToolStripMenuItem.Text = "Delete project";
     this.deleteProjectToolStripMenuItem.Click += new System.EventHandler(this.deleteProjectToolStripMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.compilerStatusText});
     this.statusStrip1.Location = new System.Drawing.Point(0, 439);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(819, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text = "statusStrip1";
     //
     // compilerStatusText
     //
     this.compilerStatusText.Name = "compilerStatusText";
     this.compilerStatusText.Size = new System.Drawing.Size(39, 17);
     this.compilerStatusText.Text = "Ready";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TBNewProject,
     this.TBNewFile,
     this.TBNewFolder,
     this.TBDelete,
     this.TBSave,
     this.TBSaveAll,
     this.toolStripSeparator3,
     this.TBCut,
     this.TBCopy,
     this.TBPaste,
     this.toolStripSeparator2,
     this.TBUndo,
     this.TBRedo,
     this.toolStripSeparator1,
     this.TBRun,
     this.toolStripSeparator4,
     this.TBFind});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(819, 25);
     this.toolStrip1.TabIndex = 3;
     this.toolStrip1.Text = "toolStrip1";
     //
     // TBNewProject
     //
     this.TBNewProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBNewProject.Image = ((System.Drawing.Image)(resources.GetObject("TBNewProject.Image")));
     this.TBNewProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBNewProject.Name = "TBNewProject";
     this.TBNewProject.Size = new System.Drawing.Size(23, 22);
     this.TBNewProject.Text = "toolStripButton1";
     this.TBNewProject.ToolTipText = "New Project";
     this.TBNewProject.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
     //
     // TBNewFile
     //
     this.TBNewFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBNewFile.Enabled = false;
     this.TBNewFile.Image = ((System.Drawing.Image)(resources.GetObject("TBNewFile.Image")));
     this.TBNewFile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBNewFile.Name = "TBNewFile";
     this.TBNewFile.Size = new System.Drawing.Size(23, 22);
     this.TBNewFile.Text = "toolStripButton3";
     this.TBNewFile.ToolTipText = "New File";
     this.TBNewFile.Click += new System.EventHandler(this.sourceFileToolStripMenuItem_Click);
     //
     // TBNewFolder
     //
     this.TBNewFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBNewFolder.Enabled = false;
     this.TBNewFolder.Image = ((System.Drawing.Image)(resources.GetObject("TBNewFolder.Image")));
     this.TBNewFolder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBNewFolder.Name = "TBNewFolder";
     this.TBNewFolder.Size = new System.Drawing.Size(23, 22);
     this.TBNewFolder.Text = "toolStripButton6";
     this.TBNewFolder.ToolTipText = "New Folder";
     this.TBNewFolder.Click += new System.EventHandler(this.newFolderToolStripMenuItem_Click);
     //
     // TBDelete
     //
     this.TBDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBDelete.Image = ((System.Drawing.Image)(resources.GetObject("TBDelete.Image")));
     this.TBDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBDelete.Name = "TBDelete";
     this.TBDelete.Size = new System.Drawing.Size(23, 22);
     this.TBDelete.Text = "Delete (Del)";
     this.TBDelete.Click += new System.EventHandler(this.TBDelete_Click);
     //
     // TBSave
     //
     this.TBSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBSave.Enabled = false;
     this.TBSave.Image = ((System.Drawing.Image)(resources.GetObject("TBSave.Image")));
     this.TBSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBSave.Name = "TBSave";
     this.TBSave.Size = new System.Drawing.Size(23, 22);
     this.TBSave.Text = "toolStripButton2";
     this.TBSave.ToolTipText = "Save (Ctrl+S)";
     this.TBSave.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // TBSaveAll
     //
     this.TBSaveAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBSaveAll.Enabled = false;
     this.TBSaveAll.Image = ((System.Drawing.Image)(resources.GetObject("TBSaveAll.Image")));
     this.TBSaveAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBSaveAll.Name = "TBSaveAll";
     this.TBSaveAll.Size = new System.Drawing.Size(23, 22);
     this.TBSaveAll.Text = "toolStripButton1";
     this.TBSaveAll.ToolTipText = "Save All (Ctrl+Shift+S)";
     this.TBSaveAll.Click += new System.EventHandler(this.saveAllToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // TBCut
     //
     this.TBCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBCut.Enabled = false;
     this.TBCut.Image = ((System.Drawing.Image)(resources.GetObject("TBCut.Image")));
     this.TBCut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBCut.Name = "TBCut";
     this.TBCut.Size = new System.Drawing.Size(23, 22);
     this.TBCut.Text = "toolStripButton1";
     this.TBCut.ToolTipText = "Cut (Ctrl+X)";
     this.TBCut.Click += new System.EventHandler(this.TBCut_Click);
     //
     // TBCopy
     //
     this.TBCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBCopy.Enabled = false;
     this.TBCopy.Image = ((System.Drawing.Image)(resources.GetObject("TBCopy.Image")));
     this.TBCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBCopy.Name = "TBCopy";
     this.TBCopy.Size = new System.Drawing.Size(23, 22);
     this.TBCopy.Text = "toolStripButton1";
     this.TBCopy.ToolTipText = "Copy (Ctrl+C)";
     this.TBCopy.Click += new System.EventHandler(this.TBCopy_Click);
     //
     // TBPaste
     //
     this.TBPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBPaste.Enabled = false;
     this.TBPaste.Image = ((System.Drawing.Image)(resources.GetObject("TBPaste.Image")));
     this.TBPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBPaste.Name = "TBPaste";
     this.TBPaste.Size = new System.Drawing.Size(23, 22);
     this.TBPaste.Text = "toolStripButton2";
     this.TBPaste.ToolTipText = "Paste (Ctrl+V)";
     this.TBPaste.Click += new System.EventHandler(this.TBPaste_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // TBUndo
     //
     this.TBUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBUndo.Enabled = false;
     this.TBUndo.Image = ((System.Drawing.Image)(resources.GetObject("TBUndo.Image")));
     this.TBUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBUndo.Name = "TBUndo";
     this.TBUndo.Size = new System.Drawing.Size(23, 22);
     this.TBUndo.Text = "toolStripButton5";
     this.TBUndo.ToolTipText = "Undo (Ctrl+Z)";
     this.TBUndo.Click += new System.EventHandler(this.TBUndo_Click);
     //
     // TBRedo
     //
     this.TBRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBRedo.Enabled = false;
     this.TBRedo.Image = ((System.Drawing.Image)(resources.GetObject("TBRedo.Image")));
     this.TBRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBRedo.Name = "TBRedo";
     this.TBRedo.Size = new System.Drawing.Size(23, 22);
     this.TBRedo.Text = "toolStripButton4";
     this.TBRedo.ToolTipText = "Redo (Ctrl+Y)";
     this.TBRedo.Click += new System.EventHandler(this.TBRedo_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // TBRun
     //
     this.TBRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBRun.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runToolStripMenuItem,
     this.buildOnlyToolStripMenuItem,
     this.saveToolStripMenuItem1,
     this.saveAsToolStripMenuItem});
     this.TBRun.Enabled = false;
     this.TBRun.Image = ((System.Drawing.Image)(resources.GetObject("TBRun.Image")));
     this.TBRun.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBRun.Name = "TBRun";
     this.TBRun.Size = new System.Drawing.Size(32, 22);
     this.TBRun.Text = "toolStripSplitButton1";
     this.TBRun.ToolTipText = "Run the map in Starcraft II";
     this.TBRun.ButtonClick += new System.EventHandler(this.compileAndCopyToMapToolStripMenuItem_Click);
     //
     // runToolStripMenuItem
     //
     this.runToolStripMenuItem.Name = "runToolStripMenuItem";
     this.runToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F9)));
     this.runToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.runToolStripMenuItem.Text = "Run";
     this.runToolStripMenuItem.ToolTipText = "Run the map in Starcraft II";
     this.runToolStripMenuItem.Click += new System.EventHandler(this.compileAndCopyToMapToolStripMenuItem_Click);
     //
     // buildOnlyToolStripMenuItem
     //
     this.buildOnlyToolStripMenuItem.Name = "buildOnlyToolStripMenuItem";
     this.buildOnlyToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F9;
     this.buildOnlyToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.buildOnlyToolStripMenuItem.Text = "Build only";
     this.buildOnlyToolStripMenuItem.ToolTipText = "Only Generate Galaxy Script";
     this.buildOnlyToolStripMenuItem.Click += new System.EventHandler(this.compileToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem1
     //
     this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
     this.saveToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F9)));
     this.saveToolStripMenuItem1.Size = new System.Drawing.Size(149, 22);
     this.saveToolStripMenuItem1.Text = "Save";
     this.saveToolStripMenuItem1.ToolTipText = "Save the script to your map (for publishing)";
     this.saveToolStripMenuItem1.Click += new System.EventHandler(this.compileAndSaveToolStripMenuItem_Click);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.saveAsToolStripMenuItem.Text = "Save As";
     this.saveAsToolStripMenuItem.ToolTipText = "Save the script to your map (for publishing)";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.compileAndSaveAsToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // TBFind
     //
     this.TBFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TBFind.Enabled = false;
     this.TBFind.Image = ((System.Drawing.Image)(resources.GetObject("TBFind.Image")));
     this.TBFind.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TBFind.Name = "TBFind";
     this.TBFind.Size = new System.Drawing.Size(23, 22);
     this.TBFind.Text = "toolStripButton1";
     this.TBFind.ToolTipText = "Find (Ctrl+F)";
     this.TBFind.Click += new System.EventHandler(this.TBFind_Click);
     //
     // editorRightClick
     //
     this.editorRightClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.RightClickCut,
     this.RightClickCopy,
     this.RightClickPaste,
     this.toolStripSeparator5,
     this.rightClickFind,
     this.toolStripSeparator6,
     this.toolStripMenuItem1});
     this.editorRightClick.Name = "editorRightClick";
     this.editorRightClick.Size = new System.Drawing.Size(184, 126);
     //
     // RightClickCut
     //
     this.RightClickCut.Image = global::Galaxy_Editor_2.Properties.Resources.CutHS;
     this.RightClickCut.Name = "RightClickCut";
     this.RightClickCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.RightClickCut.Size = new System.Drawing.Size(183, 22);
     this.RightClickCut.Text = "Cut";
     this.RightClickCut.Click += new System.EventHandler(this.TBCut_Click);
     //
     // RightClickCopy
     //
     this.RightClickCopy.Image = global::Galaxy_Editor_2.Properties.Resources.CopyHS;
     this.RightClickCopy.Name = "RightClickCopy";
     this.RightClickCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.RightClickCopy.Size = new System.Drawing.Size(183, 22);
     this.RightClickCopy.Text = "Copy";
     this.RightClickCopy.Click += new System.EventHandler(this.TBCopy_Click);
     //
     // RightClickPaste
     //
     this.RightClickPaste.Image = global::Galaxy_Editor_2.Properties.Resources.PasteHS;
     this.RightClickPaste.Name = "RightClickPaste";
     this.RightClickPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.RightClickPaste.Size = new System.Drawing.Size(183, 22);
     this.RightClickPaste.Text = "Paste";
     this.RightClickPaste.Click += new System.EventHandler(this.TBPaste_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(180, 6);
     //
     // rightClickFind
     //
     this.rightClickFind.Image = ((System.Drawing.Image)(resources.GetObject("rightClickFind.Image")));
     this.rightClickFind.Name = "rightClickFind";
     this.rightClickFind.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
     this.rightClickFind.Size = new System.Drawing.Size(183, 22);
     this.rightClickFind.Text = "Find/Replace";
     this.rightClickFind.Click += new System.EventHandler(this.TBFind_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(180, 6);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TSInsertConstructor});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(183, 22);
     this.toolStripMenuItem1.Text = "Insert";
     //
     // TSInsertConstructor
     //
     this.TSInsertConstructor.Name = "TSInsertConstructor";
     this.TSInsertConstructor.Size = new System.Drawing.Size(137, 22);
     this.TSInsertConstructor.Text = "Constructor";
     this.TSInsertConstructor.Click += new System.EventHandler(this.TSInsertConstructor_Click);
     //
     // PBGurilande
     //
     this.PBGurilande.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PBGurilande.BackgroundImage")));
     this.PBGurilande.Location = new System.Drawing.Point(322, 2);
     this.PBGurilande.Name = "PBGurilande";
     this.PBGurilande.Size = new System.Drawing.Size(496, 19);
     this.PBGurilande.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PBGurilande.TabIndex = 4;
     this.PBGurilande.TabStop = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(819, 461);
     this.Controls.Add(this.PBGurilande);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Form1";
     this.Text = "Galaxy++ editor by Beier";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Shown += new System.EventHandler(this.Form1_Shown);
     this.ResizeEnd += new System.EventHandler(this.Form1_ResizeEnd);
     this.Resize += new System.EventHandler(this.Form1_Resize);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.objectBrowserSplitContainer.Panel1.ResumeLayout(false);
     this.objectBrowserSplitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.objectBrowserSplitContainer)).EndInit();
     this.objectBrowserSplitContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabStrip)).EndInit();
     this.ObjectBrowserPanel.ResumeLayout(false);
     this.ObjectBrowserPanel.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.projectViewMenu.ResumeLayout(false);
     this.projectViewProjectMenu.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.editorRightClick.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PBGurilande)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReportView));
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnDocumentMap = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnFirst = new System.Windows.Forms.ToolStripButton();
     this.btnMovePrevious = new System.Windows.Forms.ToolStripButton();
     this.txtCurrentPage = new System.Windows.Forms.ToolStripTextBox();
     this.btnMoveNext = new System.Windows.Forms.ToolStripButton();
     this.btnMoveLast = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnRefresh = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPrint = new System.Windows.Forms.ToolStripButton();
     this.btnLayout = new System.Windows.Forms.ToolStripButton();
     this.btnPageSetup = new System.Windows.Forms.ToolStripButton();
     this.btnExport = new System.Windows.Forms.ToolStripSplitButton();
     this.btnExcel = new System.Windows.Forms.ToolStripMenuItem();
     this.btnPdf = new System.Windows.Forms.ToolStripMenuItem();
     this.btnXML = new System.Windows.Forms.ToolStripMenuItem();
     this.btnCSV = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.cboZoom = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.btnFind = new System.Windows.Forms.ToolStripButton();
     this.btnFindNext = new System.Windows.Forms.ToolStripButton();
     this.txtSearch = new System.Windows.Forms.ToolStripTextBox();
     this.repView = new Microsoft.Reporting.WinForms.ReportViewer();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnDocumentMap,
     this.toolStripSeparator1,
     this.btnFirst,
     this.btnMovePrevious,
     this.txtCurrentPage,
     this.btnMoveNext,
     this.btnMoveLast,
     this.toolStripSeparator2,
     this.btnRefresh,
     this.toolStripSeparator3,
     this.btnPrint,
     this.btnLayout,
     this.btnPageSetup,
     this.btnExport,
     this.toolStripSeparator4,
     this.cboZoom,
     this.toolStripSeparator5,
     this.toolStripSeparator7,
     this.btnFind,
     this.btnFindNext,
     this.txtSearch});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(767, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnDocumentMap
     //
     this.btnDocumentMap.CheckOnClick = true;
     this.btnDocumentMap.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnDocumentMap.Image = ((System.Drawing.Image)(resources.GetObject("btnDocumentMap.Image")));
     this.btnDocumentMap.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDocumentMap.Name = "btnDocumentMap";
     this.btnDocumentMap.Size = new System.Drawing.Size(23, 22);
     this.btnDocumentMap.Text = "Show Hide Document Map";
     this.btnDocumentMap.CheckedChanged += new System.EventHandler(this.btnDocumentMap_CheckedChanged);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // btnFirst
     //
     this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
     this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFirst.Name = "btnFirst";
     this.btnFirst.Size = new System.Drawing.Size(23, 22);
     this.btnFirst.Text = "First Page";
     this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
     //
     // btnMovePrevious
     //
     this.btnMovePrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnMovePrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnMovePrevious.Image")));
     this.btnMovePrevious.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnMovePrevious.Name = "btnMovePrevious";
     this.btnMovePrevious.Size = new System.Drawing.Size(23, 22);
     this.btnMovePrevious.Text = "Move Previous Page";
     this.btnMovePrevious.Click += new System.EventHandler(this.btnMovePrevious_Click);
     //
     // txtCurrentPage
     //
     this.txtCurrentPage.Name = "txtCurrentPage";
     this.txtCurrentPage.Size = new System.Drawing.Size(100, 25);
     //
     // btnMoveNext
     //
     this.btnMoveNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnMoveNext.Image = ((System.Drawing.Image)(resources.GetObject("btnMoveNext.Image")));
     this.btnMoveNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnMoveNext.Name = "btnMoveNext";
     this.btnMoveNext.Size = new System.Drawing.Size(23, 22);
     this.btnMoveNext.Text = "Move Next Page";
     this.btnMoveNext.Click += new System.EventHandler(this.btnMoveNext_Click);
     //
     // btnMoveLast
     //
     this.btnMoveLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnMoveLast.Image = ((System.Drawing.Image)(resources.GetObject("btnMoveLast.Image")));
     this.btnMoveLast.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnMoveLast.Name = "btnMoveLast";
     this.btnMoveLast.Size = new System.Drawing.Size(23, 22);
     this.btnMoveLast.Text = "Move Last page";
     this.btnMoveLast.Click += new System.EventHandler(this.btnMoveLast_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // btnRefresh
     //
     this.btnRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(23, 22);
     this.btnRefresh.Text = "Refresh";
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // btnPrint
     //
     this.btnPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
     this.btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(23, 22);
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnLayout
     //
     this.btnLayout.CheckOnClick = true;
     this.btnLayout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnLayout.Image = ((System.Drawing.Image)(resources.GetObject("btnLayout.Image")));
     this.btnLayout.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnLayout.Name = "btnLayout";
     this.btnLayout.Size = new System.Drawing.Size(23, 22);
     this.btnLayout.Text = "Print Layout";
     this.btnLayout.CheckedChanged += new System.EventHandler(this.btnLayout_CheckedChanged);
     //
     // btnPageSetup
     //
     this.btnPageSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnPageSetup.Image = ((System.Drawing.Image)(resources.GetObject("btnPageSetup.Image")));
     this.btnPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPageSetup.Name = "btnPageSetup";
     this.btnPageSetup.Size = new System.Drawing.Size(23, 22);
     this.btnPageSetup.Text = "Page Setup";
     this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
     //
     // btnExport
     //
     this.btnExport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnExcel,
     this.btnPdf,
     this.btnXML,
     this.btnCSV});
     this.btnExport.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.Image")));
     this.btnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(32, 22);
     this.btnExport.Text = "Export Report";
     //
     // btnExcel
     //
     this.btnExcel.Image = ((System.Drawing.Image)(resources.GetObject("btnExcel.Image")));
     this.btnExcel.Name = "btnExcel";
     this.btnExcel.Size = new System.Drawing.Size(160, 22);
     this.btnExcel.Text = "Export To Excel";
     this.btnExcel.ToolTipText = "Export to Excel";
     this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
     //
     // btnPdf
     //
     this.btnPdf.Image = ((System.Drawing.Image)(resources.GetObject("btnPdf.Image")));
     this.btnPdf.Name = "btnPdf";
     this.btnPdf.Size = new System.Drawing.Size(160, 22);
     this.btnPdf.Text = "Export To Pdf";
     this.btnPdf.ToolTipText = "Export To Pdf";
     this.btnPdf.Click += new System.EventHandler(this.btnPdf_Click);
     //
     // btnXML
     //
     this.btnXML.Name = "btnXML";
     this.btnXML.Size = new System.Drawing.Size(160, 22);
     this.btnXML.Text = "Export To XML";
     //
     // btnCSV
     //
     this.btnCSV.Name = "btnCSV";
     this.btnCSV.Size = new System.Drawing.Size(160, 22);
     this.btnCSV.Text = "Export To CSV";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // cboZoom
     //
     this.cboZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboZoom.Name = "cboZoom";
     this.cboZoom.Size = new System.Drawing.Size(121, 25);
     this.cboZoom.ToolTipText = "Zoom";
     this.cboZoom.SelectedIndexChanged += new System.EventHandler(this.cboZoom_SelectedIndexChanged);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // btnFind
     //
     this.btnFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image")));
     this.btnFind.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFind.Name = "btnFind";
     this.btnFind.Size = new System.Drawing.Size(23, 22);
     this.btnFind.Text = "Find";
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // btnFindNext
     //
     this.btnFindNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFindNext.Image = ((System.Drawing.Image)(resources.GetObject("btnFindNext.Image")));
     this.btnFindNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFindNext.Name = "btnFindNext";
     this.btnFindNext.Size = new System.Drawing.Size(23, 22);
     this.btnFindNext.Text = "Find Next";
     this.btnFindNext.Click += new System.EventHandler(this.btnFindNext_Click);
     //
     // txtSearch
     //
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(100, 25);
     this.txtSearch.ToolTipText = "Search";
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // repView
     //
     this.repView.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name = "DSCUSTOMERS_CUSTOMERTABLE";
     reportDataSource1.Value = null;
     this.repView.LocalReport.DataSources.Add(reportDataSource1);
     this.repView.LocalReport.ReportEmbeddedResource = "CustReport.Report1.rdlc";
     this.repView.Location = new System.Drawing.Point(0, 25);
     this.repView.Name = "repView";
     this.repView.Size = new System.Drawing.Size(767, 390);
     this.repView.TabIndex = 1;
     this.repView.ZoomChange += new Microsoft.Reporting.WinForms.ZoomChangedEventHandler(this.repView_ZoomChange);
     this.repView.PageNavigation += new Microsoft.Reporting.WinForms.PageNavigationEventHandler(this.repView_PageNavigation);
     //
     // FormReportView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(767, 415);
     this.Controls.Add(this.repView);
     this.Controls.Add(this.toolStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormReportView";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "FormReportView";
     this.Load += new System.EventHandler(this.FormReportView_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #38
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMeasure));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tbtnLine = new System.Windows.Forms.ToolStripButton();
     this.tbtnArea = new System.Windows.Forms.ToolStripButton();
     this.tbtnFeature = new System.Windows.Forms.ToolStripButton();
     this.tbtnUnit = new System.Windows.Forms.ToolStripSplitButton();
     this.DistanceToolItem = new System.Windows.Forms.ToolStripMenuItem();
     this.kiloToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.metersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.decimetersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.centimetersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.millimetersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.milesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.nautToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.yardsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.feetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inchesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.decimalDegreeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.AreaToolItem = new System.Windows.Forms.ToolStripMenuItem();
     this.kiloAreaTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.metersAreaTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.milesAreaTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.feetAreaTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.yardsAreaTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.hectaresTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.acresTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tbtnClear = new System.Windows.Forms.ToolStripButton();
     this.txtMessage = new System.Windows.Forms.TextBox();
     this.tbtnSum = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tbtnLine,
     this.tbtnArea,
     this.tbtnFeature,
     this.tbtnSum,
     this.tbtnUnit,
     this.tbtnClear});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(292, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // tbtnLine
     //
     this.tbtnLine.CheckOnClick = true;
     this.tbtnLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbtnLine.Image = ((System.Drawing.Image)(resources.GetObject("tbtnLine.Image")));
     this.tbtnLine.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtnLine.Name = "tbtnLine";
     this.tbtnLine.Size = new System.Drawing.Size(23, 22);
     this.tbtnLine.Text = "测量线";
     this.tbtnLine.ToolTipText = "测量线";
     this.tbtnLine.Click += new System.EventHandler(this.tbtnLine_Click);
     //
     // tbtnArea
     //
     this.tbtnArea.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbtnArea.Image = ((System.Drawing.Image)(resources.GetObject("tbtnArea.Image")));
     this.tbtnArea.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtnArea.Name = "tbtnArea";
     this.tbtnArea.Size = new System.Drawing.Size(23, 22);
     this.tbtnArea.Text = "测量面";
     this.tbtnArea.Click += new System.EventHandler(this.tbtnArea_Click);
     //
     // tbtnFeature
     //
     this.tbtnFeature.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbtnFeature.Image = ((System.Drawing.Image)(resources.GetObject("tbtnFeature.Image")));
     this.tbtnFeature.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtnFeature.Name = "tbtnFeature";
     this.tbtnFeature.Size = new System.Drawing.Size(23, 22);
     this.tbtnFeature.Text = "测量要素";
     this.tbtnFeature.Click += new System.EventHandler(this.tbtnFeature_Click);
     //
     // tbtnUnit
     //
     this.tbtnUnit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbtnUnit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.DistanceToolItem,
     this.AreaToolItem});
     this.tbtnUnit.Image = ((System.Drawing.Image)(resources.GetObject("tbtnUnit.Image")));
     this.tbtnUnit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtnUnit.Name = "tbtnUnit";
     this.tbtnUnit.Size = new System.Drawing.Size(32, 22);
     this.tbtnUnit.Text = "选择单位";
     this.tbtnUnit.ToolTipText = "选择单位";
     //
     // DistanceToolItem
     //
     this.DistanceToolItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.kiloToolStripMenuItem,
     this.metersToolStripMenuItem,
     this.decimetersToolStripMenuItem,
     this.centimetersToolStripMenuItem,
     this.millimetersToolStripMenuItem,
     this.milesToolStripMenuItem,
     this.nautToolStripMenuItem,
     this.yardsToolStripMenuItem,
     this.feetToolStripMenuItem,
     this.inchesToolStripMenuItem,
     this.decimalDegreeToolStripMenuItem});
     this.DistanceToolItem.Name = "DistanceToolItem";
     this.DistanceToolItem.Size = new System.Drawing.Size(152, 22);
     this.DistanceToolItem.Text = "距离";
     //
     // kiloToolStripMenuItem
     //
     this.kiloToolStripMenuItem.CheckOnClick = true;
     this.kiloToolStripMenuItem.Name = "kiloToolStripMenuItem";
     this.kiloToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.kiloToolStripMenuItem.Text = "Kilometers";
     this.kiloToolStripMenuItem.Click += new System.EventHandler(this.kiloToolStripMenuItem_Click);
     //
     // metersToolStripMenuItem
     //
     this.metersToolStripMenuItem.Name = "metersToolStripMenuItem";
     this.metersToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.metersToolStripMenuItem.Text = "Meters";
     this.metersToolStripMenuItem.Click += new System.EventHandler(this.metersToolStripMenuItem_Click);
     //
     // decimetersToolStripMenuItem
     //
     this.decimetersToolStripMenuItem.Name = "decimetersToolStripMenuItem";
     this.decimetersToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.decimetersToolStripMenuItem.Text = "Decimeters";
     this.decimetersToolStripMenuItem.Click += new System.EventHandler(this.decimetersToolStripMenuItem_Click);
     //
     // centimetersToolStripMenuItem
     //
     this.centimetersToolStripMenuItem.Name = "centimetersToolStripMenuItem";
     this.centimetersToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.centimetersToolStripMenuItem.Text = "Centimeters";
     this.centimetersToolStripMenuItem.Click += new System.EventHandler(this.centimetersToolStripMenuItem_Click);
     //
     // millimetersToolStripMenuItem
     //
     this.millimetersToolStripMenuItem.Name = "millimetersToolStripMenuItem";
     this.millimetersToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.millimetersToolStripMenuItem.Text = "Millimeters";
     this.millimetersToolStripMenuItem.Click += new System.EventHandler(this.millimetersToolStripMenuItem_Click);
     //
     // milesToolStripMenuItem
     //
     this.milesToolStripMenuItem.Name = "milesToolStripMenuItem";
     this.milesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.milesToolStripMenuItem.Text = "Miles";
     this.milesToolStripMenuItem.Click += new System.EventHandler(this.milesToolStripMenuItem_Click);
     //
     // nautToolStripMenuItem
     //
     this.nautToolStripMenuItem.Name = "nautToolStripMenuItem";
     this.nautToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.nautToolStripMenuItem.Text = "NauticalMiles";
     this.nautToolStripMenuItem.Click += new System.EventHandler(this.nautToolStripMenuItem_Click);
     //
     // yardsToolStripMenuItem
     //
     this.yardsToolStripMenuItem.Name = "yardsToolStripMenuItem";
     this.yardsToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.yardsToolStripMenuItem.Text = "Yards";
     this.yardsToolStripMenuItem.Click += new System.EventHandler(this.yardsToolStripMenuItem_Click);
     //
     // feetToolStripMenuItem
     //
     this.feetToolStripMenuItem.Name = "feetToolStripMenuItem";
     this.feetToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.feetToolStripMenuItem.Text = "Feet";
     this.feetToolStripMenuItem.Click += new System.EventHandler(this.feetToolStripMenuItem_Click);
     //
     // inchesToolStripMenuItem
     //
     this.inchesToolStripMenuItem.Name = "inchesToolStripMenuItem";
     this.inchesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.inchesToolStripMenuItem.Text = "Inches";
     this.inchesToolStripMenuItem.Click += new System.EventHandler(this.inchesToolStripMenuItem_Click);
     //
     // decimalDegreeToolStripMenuItem
     //
     this.decimalDegreeToolStripMenuItem.Name = "decimalDegreeToolStripMenuItem";
     this.decimalDegreeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.decimalDegreeToolStripMenuItem.Text = "DecimalDegrees";
     this.decimalDegreeToolStripMenuItem.Click += new System.EventHandler(this.decimalDegreeToolStripMenuItem_Click);
     //
     // AreaToolItem
     //
     this.AreaToolItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.kiloAreaTSMenuItem,
     this.metersAreaTSMenuItem,
     this.milesAreaTSMenuItem,
     this.feetAreaTSMenuItem,
     this.yardsAreaTSMenuItem,
     this.hectaresTSMenuItem,
     this.acresTSMenuItem});
     this.AreaToolItem.Name = "AreaToolItem";
     this.AreaToolItem.Size = new System.Drawing.Size(152, 22);
     this.AreaToolItem.Text = "面积";
     //
     // kiloAreaTSMenuItem
     //
     this.kiloAreaTSMenuItem.Name = "kiloAreaTSMenuItem";
     this.kiloAreaTSMenuItem.Size = new System.Drawing.Size(130, 22);
     this.kiloAreaTSMenuItem.Text = "Kilometers";
     this.kiloAreaTSMenuItem.Click += new System.EventHandler(this.kiloAreaTSMenuItem_Click);
     //
     // metersAreaTSMenuItem
     //
     this.metersAreaTSMenuItem.Name = "metersAreaTSMenuItem";
     this.metersAreaTSMenuItem.Size = new System.Drawing.Size(130, 22);
     this.metersAreaTSMenuItem.Text = "Meters";
     this.metersAreaTSMenuItem.Click += new System.EventHandler(this.metersAreaTSMenuItem_Click);
     //
     // milesAreaTSMenuItem
     //
     this.milesAreaTSMenuItem.Name = "milesAreaTSMenuItem";
     this.milesAreaTSMenuItem.Size = new System.Drawing.Size(130, 22);
     this.milesAreaTSMenuItem.Text = "Miles";
     this.milesAreaTSMenuItem.Click += new System.EventHandler(this.milesAreaTSMenuItem_Click);
     //
     // feetAreaTSMenuItem
     //
     this.feetAreaTSMenuItem.Name = "feetAreaTSMenuItem";
     this.feetAreaTSMenuItem.Size = new System.Drawing.Size(130, 22);
     this.feetAreaTSMenuItem.Text = "Feet";
     this.feetAreaTSMenuItem.Click += new System.EventHandler(this.feetAreaTSMenuItem_Click);
     //
     // yardsAreaTSMenuItem
     //
     this.yardsAreaTSMenuItem.Name = "yardsAreaTSMenuItem";
     this.yardsAreaTSMenuItem.Size = new System.Drawing.Size(130, 22);
     this.yardsAreaTSMenuItem.Text = "Yards";
     this.yardsAreaTSMenuItem.Click += new System.EventHandler(this.yardsAreaTSMenuItem_Click);
     //
     // hectaresTSMenuItem
     //
     this.hectaresTSMenuItem.Name = "hectaresTSMenuItem";
     this.hectaresTSMenuItem.Size = new System.Drawing.Size(130, 22);
     this.hectaresTSMenuItem.Text = "Hectares";
     this.hectaresTSMenuItem.Click += new System.EventHandler(this.hectaresTSMenuItem_Click);
     //
     // acresTSMenuItem
     //
     this.acresTSMenuItem.Name = "acresTSMenuItem";
     this.acresTSMenuItem.Size = new System.Drawing.Size(130, 22);
     this.acresTSMenuItem.Text = "Acres";
     this.acresTSMenuItem.Click += new System.EventHandler(this.acresTSMenuItem_Click);
     //
     // tbtnClear
     //
     this.tbtnClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbtnClear.Image = ((System.Drawing.Image)(resources.GetObject("tbtnClear.Image")));
     this.tbtnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtnClear.Name = "tbtnClear";
     this.tbtnClear.Size = new System.Drawing.Size(23, 22);
     this.tbtnClear.Text = "清空";
     this.tbtnClear.Click += new System.EventHandler(this.tbtnClear_Click);
     //
     // txtMessage
     //
     this.txtMessage.Location = new System.Drawing.Point(0, 28);
     this.txtMessage.Multiline = true;
     this.txtMessage.Name = "txtMessage";
     this.txtMessage.Size = new System.Drawing.Size(291, 124);
     this.txtMessage.TabIndex = 1;
     //
     // tbtnSum
     //
     this.tbtnSum.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbtnSum.Image = ((System.Drawing.Image)(resources.GetObject("tbtnSum.Image")));
     this.tbtnSum.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtnSum.Name = "tbtnSum";
     this.tbtnSum.Size = new System.Drawing.Size(23, 22);
     this.tbtnSum.Text = "总和";
     this.tbtnSum.Click += new System.EventHandler(this.tbtnSum_Click);
     //
     // FrmMeasure
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 154);
     this.Controls.Add(this.txtMessage);
     this.Controls.Add(this.toolStrip1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmMeasure";
     this.Text = "Measure";
     this.TopMost = true;
     this.Load += new System.EventHandler(this.FrmMeasure_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 public ClNewRecognitionAlgorithmReciver(System.Windows.Forms.ToolStripSplitButton p_recognitionButton)
 {
     m_recognitionButton = p_recognitionButton;
     m_recognitionButton.DropDownItems.Clear();
 }
예제 #40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
     this.sectionTree                   = new System.Windows.Forms.TreeView();
     this.cancelButton                  = new MediaPortal.UserInterface.Controls.MPButton();
     this.okButton                      = new MediaPortal.UserInterface.Controls.MPButton();
     this.headerLabel                   = new MediaPortal.UserInterface.Controls.MPGradientLabel();
     this.holderPanel                   = new System.Windows.Forms.Panel();
     this.beveledLine1                  = new MediaPortal.UserInterface.Controls.MPBeveledLine();
     this.applyButton                   = new MediaPortal.UserInterface.Controls.MPButton();
     this.linkLabel1                    = new System.Windows.Forms.LinkLabel();
     this.toolStrip1                    = new System.Windows.Forms.ToolStrip();
     this.helpToolStripSplitButton      = new System.Windows.Forms.ToolStripButton();
     this.configToolStripSplitButton    = new System.Windows.Forms.ToolStripSplitButton();
     this.thumbsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.logsToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.skinsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripButtonSwitchAdvanced = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // sectionTree
     //
     this.sectionTree.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     this.sectionTree.FullRowSelect = true;
     this.sectionTree.HideSelection = false;
     this.sectionTree.HotTracking   = true;
     this.sectionTree.Indent        = 19;
     this.sectionTree.ItemHeight    = 16;
     this.sectionTree.Location      = new System.Drawing.Point(16, 28);
     this.sectionTree.Name          = "sectionTree";
     this.sectionTree.Size          = new System.Drawing.Size(240, 479);
     this.sectionTree.TabIndex      = 2;
     this.sectionTree.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.sectionTree_BeforeSelect);
     this.sectionTree.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.sectionTree_AfterSelect);
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(693, 530);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 1;
     this.cancelButton.Text                    = "&Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click                  += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.Location = new System.Drawing.Point(612, 530);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 0;
     this.okButton.Text     = "&OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // headerLabel
     //
     this.headerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.headerLabel.Caption     = "";
     this.headerLabel.FirstColor  = System.Drawing.SystemColors.InactiveCaption;
     this.headerLabel.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.headerLabel.LastColor   = System.Drawing.Color.WhiteSmoke;
     this.headerLabel.Location    = new System.Drawing.Point(266, 28);
     this.headerLabel.Name        = "headerLabel";
     this.headerLabel.PaddingLeft = 2;
     this.headerLabel.Size        = new System.Drawing.Size(502, 24);
     this.headerLabel.TabIndex    = 3;
     this.headerLabel.TabStop     = false;
     this.headerLabel.TextColor   = System.Drawing.Color.WhiteSmoke;
     this.headerLabel.TextFont    = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // holderPanel
     //
     this.holderPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.holderPanel.AutoScroll = true;
     this.holderPanel.BackColor  = System.Drawing.SystemColors.Control;
     this.holderPanel.Location   = new System.Drawing.Point(266, 58);
     this.holderPanel.Name       = "holderPanel";
     this.holderPanel.Size       = new System.Drawing.Size(502, 449);
     this.holderPanel.TabIndex   = 4;
     //
     // beveledLine1
     //
     this.beveledLine1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.beveledLine1.Location = new System.Drawing.Point(8, 520);
     this.beveledLine1.Name     = "beveledLine1";
     this.beveledLine1.Size     = new System.Drawing.Size(768, 2);
     this.beveledLine1.TabIndex = 5;
     this.beveledLine1.TabStop  = false;
     //
     // applyButton
     //
     this.applyButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.applyButton.Location = new System.Drawing.Point(531, 530);
     this.applyButton.Name     = "applyButton";
     this.applyButton.Size     = new System.Drawing.Size(75, 23);
     this.applyButton.TabIndex = 6;
     this.applyButton.TabStop  = false;
     this.applyButton.Text     = "&Apply";
     this.applyButton.UseVisualStyleBackColor = true;
     this.applyButton.Visible = false;
     this.applyButton.Click  += new System.EventHandler(this.applyButton_Click);
     //
     // linkLabel1
     //
     this.linkLabel1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.Location     = new System.Drawing.Point(12, 535);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(113, 13);
     this.linkLabel1.TabIndex     = 9;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "Donate to MediaPortal";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // toolStrip1
     //
     this.toolStrip1.ImeMode = System.Windows.Forms.ImeMode.On;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.helpToolStripSplitButton,
         this.configToolStripSplitButton,
         this.toolStripButtonSwitchAdvanced
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(784, 25);
     this.toolStrip1.TabIndex = 10;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // helpToolStripSplitButton
     //
     this.helpToolStripSplitButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.helpToolStripSplitButton.Image                 = global::MediaPortal.Configuration.Properties.Resources.icon_help;
     this.helpToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.helpToolStripSplitButton.Name        = "helpToolStripSplitButton";
     this.helpToolStripSplitButton.Size        = new System.Drawing.Size(52, 22);
     this.helpToolStripSplitButton.Text        = "Help";
     this.helpToolStripSplitButton.ToolTipText = "Opens the online wiki page for the active configuration section.";
     this.helpToolStripSplitButton.Click      += new System.EventHandler(this.helpToolStripSplitButton_Click);
     //
     // configToolStripSplitButton
     //
     this.configToolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.thumbsToolStripMenuItem,
         this.logsToolStripMenuItem,
         this.databaseToolStripMenuItem,
         this.skinsToolStripMenuItem
     });
     this.configToolStripSplitButton.Image = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
     this.configToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.configToolStripSplitButton.Name         = "configToolStripSplitButton";
     this.configToolStripSplitButton.Size         = new System.Drawing.Size(125, 22);
     this.configToolStripSplitButton.Text         = "User Config files";
     this.configToolStripSplitButton.ButtonClick += new System.EventHandler(this.configToolStripSplitButton_ButtonClick);
     //
     // thumbsToolStripMenuItem
     //
     this.thumbsToolStripMenuItem.Image  = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
     this.thumbsToolStripMenuItem.Name   = "thumbsToolStripMenuItem";
     this.thumbsToolStripMenuItem.Size   = new System.Drawing.Size(204, 22);
     this.thumbsToolStripMenuItem.Text   = "Open Thumbs directory";
     this.thumbsToolStripMenuItem.Click += new System.EventHandler(this.thumbsToolStripMenuItem_Click);
     //
     // logsToolStripMenuItem
     //
     this.logsToolStripMenuItem.Image  = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
     this.logsToolStripMenuItem.Name   = "logsToolStripMenuItem";
     this.logsToolStripMenuItem.Size   = new System.Drawing.Size(204, 22);
     this.logsToolStripMenuItem.Text   = "Open Log directory";
     this.logsToolStripMenuItem.Click += new System.EventHandler(this.logsToolStripMenuItem_Click);
     //
     // databaseToolStripMenuItem
     //
     this.databaseToolStripMenuItem.Image  = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
     this.databaseToolStripMenuItem.Name   = "databaseToolStripMenuItem";
     this.databaseToolStripMenuItem.Size   = new System.Drawing.Size(204, 22);
     this.databaseToolStripMenuItem.Text   = "Open Database directory";
     this.databaseToolStripMenuItem.Click += new System.EventHandler(this.databaseToolStripMenuItem_Click);
     //
     // skinsToolStripMenuItem
     //
     this.skinsToolStripMenuItem.Image  = global::MediaPortal.Configuration.Properties.Resources.icon_folder;
     this.skinsToolStripMenuItem.Name   = "skinsToolStripMenuItem";
     this.skinsToolStripMenuItem.Size   = new System.Drawing.Size(204, 22);
     this.skinsToolStripMenuItem.Text   = "Open Skins directory";
     this.skinsToolStripMenuItem.Click += new System.EventHandler(this.skinsToolStripMenuItem_Click);
     //
     // toolStripButtonSwitchAdvanced
     //
     this.toolStripButtonSwitchAdvanced.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButtonSwitchAdvanced.AutoSize              = false;
     this.toolStripButtonSwitchAdvanced.CheckOnClick          = true;
     this.toolStripButtonSwitchAdvanced.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButtonSwitchAdvanced.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSwitchAdvanced.Image")));
     this.toolStripButtonSwitchAdvanced.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSwitchAdvanced.Name   = "toolStripButtonSwitchAdvanced";
     this.toolStripButtonSwitchAdvanced.Size   = new System.Drawing.Size(135, 22);
     this.toolStripButtonSwitchAdvanced.Text   = "Switch to expert mode";
     this.toolStripButtonSwitchAdvanced.Click += new System.EventHandler(this.toolStripButtonSwitchAdvanced_Click);
     //
     // SettingsForm
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScroll          = true;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.applyButton);
     this.Controls.Add(this.beveledLine1);
     this.Controls.Add(this.holderPanel);
     this.Controls.Add(this.headerLabel);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.sectionTree);
     this.MinimumSize   = new System.Drawing.Size(800, 600);
     this.Name          = "SettingsForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MediaPortal - Configuration";
     this.Closed       += new System.EventHandler(this.SettingsForm_Closed);
     this.Load         += new System.EventHandler(this.SettingsForm_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Information));
     this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.部门二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.财务信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.信息一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.部门一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.部门二ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.信息二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设备信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设备一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设备二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.仓库信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.仓库一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.仓库二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.购物卡信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.button1 = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
     this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2,
     this.bindingNavigatorAddNewItem,
     this.bindingNavigatorDeleteItem,
     this.toolStripButton2,
     this.toolStripSplitButton1});
     this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
     this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name = "bindingNavigator1";
     this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size = new System.Drawing.Size(742, 25);
     this.bindingNavigator1.TabIndex = 0;
     this.bindingNavigator1.Text = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "新添";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22);
     this.bindingNavigatorCountItem.Text = "/ {0}";
     this.bindingNavigatorCountItem.ToolTipText = "总项数";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "删除";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "位置";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = global::DBProject.Properties.Resources.save;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "保存";
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem3,
     this.toolStripMenuItem4,
     this.财务信息ToolStripMenuItem,
     this.设备信息ToolStripMenuItem,
     this.仓库信息ToolStripMenuItem,
     this.购物卡信息ToolStripMenuItem});
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(64, 22);
     this.toolStripSplitButton1.Text = "菜单";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem6,
     this.toolStripMenuItem7});
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(136, 22);
     this.toolStripMenuItem3.Text = "销售信息";
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(116, 22);
     this.toolStripMenuItem6.Text = "2012-3";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(116, 22);
     this.toolStripMenuItem7.Text = "2012-4";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem5,
     this.部门二ToolStripMenuItem});
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(136, 22);
     this.toolStripMenuItem4.Text = "员工信息";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(112, 22);
     this.toolStripMenuItem5.Text = "部门一";
     //
     // 部门二ToolStripMenuItem
     //
     this.部门二ToolStripMenuItem.Name = "部门二ToolStripMenuItem";
     this.部门二ToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
     this.部门二ToolStripMenuItem.Text = "部门二";
     //
     // 财务信息ToolStripMenuItem
     //
     this.财务信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.信息一ToolStripMenuItem,
     this.信息二ToolStripMenuItem});
     this.财务信息ToolStripMenuItem.Name = "财务信息ToolStripMenuItem";
     this.财务信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.财务信息ToolStripMenuItem.Text = "收支情况";
     //
     // 信息一ToolStripMenuItem
     //
     this.信息一ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.部门一ToolStripMenuItem,
     this.部门二ToolStripMenuItem1});
     this.信息一ToolStripMenuItem.Name = "信息一ToolStripMenuItem";
     this.信息一ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.信息一ToolStripMenuItem.Text = "收入";
     //
     // 部门一ToolStripMenuItem
     //
     this.部门一ToolStripMenuItem.Name = "部门一ToolStripMenuItem";
     this.部门一ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.部门一ToolStripMenuItem.Text = "按月查看";
     //
     // 部门二ToolStripMenuItem1
     //
     this.部门二ToolStripMenuItem1.Name = "部门二ToolStripMenuItem1";
     this.部门二ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
     this.部门二ToolStripMenuItem1.Text = "按日查看";
     //
     // 信息二ToolStripMenuItem
     //
     this.信息二ToolStripMenuItem.Name = "信息二ToolStripMenuItem";
     this.信息二ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.信息二ToolStripMenuItem.Text = "支出";
     //
     // 设备信息ToolStripMenuItem
     //
     this.设备信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.设备一ToolStripMenuItem,
     this.设备二ToolStripMenuItem});
     this.设备信息ToolStripMenuItem.Name = "设备信息ToolStripMenuItem";
     this.设备信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.设备信息ToolStripMenuItem.Text = "设备信息";
     //
     // 设备一ToolStripMenuItem
     //
     this.设备一ToolStripMenuItem.Name = "设备一ToolStripMenuItem";
     this.设备一ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.设备一ToolStripMenuItem.Text = "一";
     //
     // 设备二ToolStripMenuItem
     //
     this.设备二ToolStripMenuItem.Name = "设备二ToolStripMenuItem";
     this.设备二ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.设备二ToolStripMenuItem.Text = "二";
     //
     // 仓库信息ToolStripMenuItem
     //
     this.仓库信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.仓库一ToolStripMenuItem,
     this.仓库二ToolStripMenuItem});
     this.仓库信息ToolStripMenuItem.Name = "仓库信息ToolStripMenuItem";
     this.仓库信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.仓库信息ToolStripMenuItem.Text = "库存信息";
     //
     // 仓库一ToolStripMenuItem
     //
     this.仓库一ToolStripMenuItem.Name = "仓库一ToolStripMenuItem";
     this.仓库一ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.仓库一ToolStripMenuItem.Text = "一";
     //
     // 仓库二ToolStripMenuItem
     //
     this.仓库二ToolStripMenuItem.Name = "仓库二ToolStripMenuItem";
     this.仓库二ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
     this.仓库二ToolStripMenuItem.Text = "二";
     //
     // 购物卡信息ToolStripMenuItem
     //
     this.购物卡信息ToolStripMenuItem.Name = "购物卡信息ToolStripMenuItem";
     this.购物卡信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.购物卡信息ToolStripMenuItem.Text = "购物卡信息";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(454, 2);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text = "返回";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(44, 106);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(647, 337);
     this.dataGridView1.TabIndex = 1;
     //
     // Information
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::DBProject.Properties.Resources.information;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(742, 499);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.bindingNavigator1);
     this.Name = "Information";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Information";
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #42
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolbar2                           = new System.Windows.Forms.ToolStrip();
     this.stringCommentButton                = new System.Windows.Forms.ToolStripButton();
     this.单行Button                           = new System.Windows.Forms.ToolStripButton();
     this.排序Button                           = new System.Windows.Forms.ToolStripButton();
     this.倒序Button                           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3                = new System.Windows.Forms.ToolStripSeparator();
     this.escapeStripButton                  = new System.Windows.Forms.ToolStripButton();
     this.StringBuilderButton                = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButton4              = new System.Windows.Forms.ToolStripSplitButton();
     this.intByteToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.dictionaryStripButton              = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1                       = new System.Windows.Forms.StatusStrip();
     this.splitContainer1                    = new System.Windows.Forms.SplitContainer();
     this.textBox1                           = new System.Windows.Forms.TextBox();
     this.toolStrip2                         = new System.Windows.Forms.ToolStrip();
     this.toolStripSplitButton1              = new System.Windows.Forms.ToolStripSplitButton();
     this.格式化CSSToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.clipboardButton                    = new System.Windows.Forms.ToolStripSplitButton();
     this.差集ToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.textBox2                           = new System.Windows.Forms.TextBox();
     this.toolStrip3                         = new System.Windows.Forms.ToolStrip();
     this.toolstrip1                         = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1                    = new System.Windows.Forms.ToolStripLabel();
     this.jsUncompressButton                 = new System.Windows.Forms.ToolStripSplitButton();
     this.javaScriptStripCompressSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.jsSortSplitButton                  = new System.Windows.Forms.ToolStripSplitButton();
     this.jsFileButton                       = new System.Windows.Forms.ToolStripSplitButton();
     this.压缩ToolStripMenuItem1               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel2                    = new System.Windows.Forms.ToolStripLabel();
     this.cssUnCompressButton                = new System.Windows.Forms.ToolStripSplitButton();
     this.解压文件ToolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     this.compressCssSplitButton             = new System.Windows.Forms.ToolStripSplitButton();
     this.fileCssSplitButton                 = new System.Windows.Forms.ToolStripSplitButton();
     this.cssCodeButton                      = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator2                = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3                    = new System.Windows.Forms.ToolStripLabel();
     this.htmlCompressButton                 = new System.Windows.Forms.ToolStripSplitButton();
     this.压缩ToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.toolbar3                           = new System.Windows.Forms.ToolStrip();
     this.compressButton                     = new System.Windows.Forms.ToolStripSplitButton();
     this.codeButton                         = new System.Windows.Forms.ToolStripSplitButton();
     this.commandSplitButton                 = new System.Windows.Forms.ToolStripSplitButton();
     this.fileButton                         = new System.Windows.Forms.ToolStripSplitButton();
     this.sublimeButton                      = new System.Windows.Forms.ToolStripButton();
     this.imageStripSplitButton              = new System.Windows.Forms.ToolStripSplitButton();
     this.toolbar1                           = new System.Windows.Forms.ToolStrip();
     this.goLabel = new System.Windows.Forms.ToolStripLabel();
     this.goSortStripSplitButton        = new System.Windows.Forms.ToolStripSplitButton();
     this.goRunStripButton              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.androidStripLabel             = new System.Windows.Forms.ToolStripLabel();
     this.androidFormatStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator4           = new System.Windows.Forms.ToolStripSeparator();
     this.cSharpStripLabel              = new System.Windows.Forms.ToolStripLabel();
     this.codeCSharpStripSplitButton    = new System.Windows.Forms.ToolStripSplitButton();
     this.toolbar2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolstrip1.SuspendLayout();
     this.toolbar3.SuspendLayout();
     this.toolbar1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolbar2
     //
     this.toolbar2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.stringCommentButton,
         this.单行Button,
         this.排序Button,
         this.倒序Button,
         this.toolStripSeparator3,
         this.escapeStripButton,
         this.StringBuilderButton,
         this.toolStripSplitButton4,
         this.dictionaryStripButton
     });
     this.toolbar2.Location = new System.Drawing.Point(0, 0);
     this.toolbar2.Name     = "toolbar2";
     this.toolbar2.Size     = new System.Drawing.Size(629, 25);
     this.toolbar2.TabIndex = 0;
     this.toolbar2.Text     = "toolStrip1";
     //
     // stringCommentButton
     //
     this.stringCommentButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.stringCommentButton.Image                 = ((System.Drawing.Image)(resources.GetObject("stringCommentButton.Image")));
     this.stringCommentButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stringCommentButton.Name = "stringCommentButton";
     this.stringCommentButton.Size = new System.Drawing.Size(36, 22);
     this.stringCommentButton.Text = "评注";
     //
     // 单行Button
     //
     this.单行Button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.单行Button.Image                 = ((System.Drawing.Image)(resources.GetObject("单行Button.Image")));
     this.单行Button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.单行Button.Name = "单行Button";
     this.单行Button.Size = new System.Drawing.Size(36, 22);
     this.单行Button.Text = "单行";
     //
     // 排序Button
     //
     this.排序Button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.排序Button.Image                 = ((System.Drawing.Image)(resources.GetObject("排序Button.Image")));
     this.排序Button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.排序Button.Name = "排序Button";
     this.排序Button.Size = new System.Drawing.Size(36, 22);
     this.排序Button.Text = "排序";
     //
     // 倒序Button
     //
     this.倒序Button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.倒序Button.Image                 = ((System.Drawing.Image)(resources.GetObject("倒序Button.Image")));
     this.倒序Button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.倒序Button.Name = "倒序Button";
     this.倒序Button.Size = new System.Drawing.Size(36, 22);
     this.倒序Button.Text = "倒序";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // escapeStripButton
     //
     this.escapeStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.escapeStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("escapeStripButton.Image")));
     this.escapeStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.escapeStripButton.Name = "escapeStripButton";
     this.escapeStripButton.Size = new System.Drawing.Size(36, 22);
     this.escapeStripButton.Text = "逃逸";
     //
     // StringBuilderButton
     //
     this.StringBuilderButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.StringBuilderButton.Image                 = ((System.Drawing.Image)(resources.GetObject("StringBuilderButton.Image")));
     this.StringBuilderButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.StringBuilderButton.Name = "StringBuilderButton";
     this.StringBuilderButton.Size = new System.Drawing.Size(87, 22);
     this.StringBuilderButton.Text = "StringBuilder";
     //
     // toolStripSplitButton4
     //
     this.toolStripSplitButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.intByteToolStripMenuItem
     });
     this.toolStripSplitButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton4.Image")));
     this.toolStripSplitButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton4.Name = "toolStripSplitButton4";
     this.toolStripSplitButton4.Size = new System.Drawing.Size(32, 22);
     this.toolStripSplitButton4.Text = "toolStripSplitButton4";
     //
     // intByteToolStripMenuItem
     //
     this.intByteToolStripMenuItem.Name = "intByteToolStripMenuItem";
     this.intByteToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
     this.intByteToolStripMenuItem.Text = "int > byte[]";
     //
     // dictionaryStripButton
     //
     this.dictionaryStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.dictionaryStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("dictionaryStripButton.Image")));
     this.dictionaryStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.dictionaryStripButton.Name = "dictionaryStripButton";
     this.dictionaryStripButton.Size = new System.Drawing.Size(36, 22);
     this.dictionaryStripButton.Text = "字典";
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 439);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(629, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 100);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.textBox1);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.textBox2);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip3);
     this.splitContainer1.Size             = new System.Drawing.Size(629, 339);
     this.splitContainer1.SplitterDistance = 317;
     this.splitContainer1.TabIndex         = 2;
     //
     // textBox1
     //
     this.textBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location   = new System.Drawing.Point(0, 25);
     this.textBox1.MaxLength  = 32767000;
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(317, 314);
     this.textBox1.TabIndex   = 1;
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButton1,
         this.clipboardButton
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(317, 25);
     this.toolStrip2.TabIndex = 0;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.格式化CSSToolStripMenuItem
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
     this.toolStripSplitButton1.Text = "toolStripSplitButton1";
     //
     // 格式化CSSToolStripMenuItem
     //
     this.格式化CSSToolStripMenuItem.Name   = "格式化CSSToolStripMenuItem";
     this.格式化CSSToolStripMenuItem.Size   = new System.Drawing.Size(134, 22);
     this.格式化CSSToolStripMenuItem.Text   = "格式化CSS";
     this.格式化CSSToolStripMenuItem.Click += new System.EventHandler(this.格式化CSSToolStripMenuItemClick);
     //
     // clipboardButton
     //
     this.clipboardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.clipboardButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.差集ToolStripMenuItem
     });
     this.clipboardButton.Image = ((System.Drawing.Image)(resources.GetObject("clipboardButton.Image")));
     this.clipboardButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.clipboardButton.Name         = "clipboardButton";
     this.clipboardButton.Size         = new System.Drawing.Size(60, 22);
     this.clipboardButton.Text         = "剪切板";
     this.clipboardButton.ButtonClick += new System.EventHandler(this.ClipboardButtonButtonClick);
     //
     // 差集ToolStripMenuItem
     //
     this.差集ToolStripMenuItem.Name   = "差集ToolStripMenuItem";
     this.差集ToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.差集ToolStripMenuItem.Text   = "差集";
     this.差集ToolStripMenuItem.Click += new System.EventHandler(this.差集ToolStripMenuItemClick);
     //
     // textBox2
     //
     this.textBox2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Location   = new System.Drawing.Point(0, 25);
     this.textBox2.MaxLength  = 32767000;
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size       = new System.Drawing.Size(308, 314);
     this.textBox2.TabIndex   = 1;
     //
     // toolStrip3
     //
     this.toolStrip3.Location = new System.Drawing.Point(0, 0);
     this.toolStrip3.Name     = "toolStrip3";
     this.toolStrip3.Size     = new System.Drawing.Size(308, 25);
     this.toolStrip3.TabIndex = 0;
     this.toolStrip3.Text     = "toolStrip3";
     //
     // toolstrip1
     //
     this.toolstrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.jsUncompressButton,
         this.javaScriptStripCompressSplitButton,
         this.jsSortSplitButton,
         this.jsFileButton,
         this.toolStripSeparator1,
         this.toolStripLabel2,
         this.cssUnCompressButton,
         this.compressCssSplitButton,
         this.fileCssSplitButton,
         this.cssCodeButton,
         this.toolStripSeparator2,
         this.toolStripLabel3,
         this.htmlCompressButton
     });
     this.toolstrip1.Location = new System.Drawing.Point(0, 75);
     this.toolstrip1.Name     = "toolstrip1";
     this.toolstrip1.Size     = new System.Drawing.Size(629, 25);
     this.toolstrip1.TabIndex = 3;
     this.toolstrip1.Text     = "toolStrip4";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(66, 22);
     this.toolStripLabel1.Text = "JavaScript";
     //
     // jsUncompressButton
     //
     this.jsUncompressButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.jsUncompressButton.Image                 = ((System.Drawing.Image)(resources.GetObject("jsUncompressButton.Image")));
     this.jsUncompressButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.jsUncompressButton.Name = "jsUncompressButton";
     this.jsUncompressButton.Size = new System.Drawing.Size(48, 22);
     this.jsUncompressButton.Text = "解压";
     //
     // javaScriptStripCompressSplitButton
     //
     this.javaScriptStripCompressSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.javaScriptStripCompressSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("javaScriptStripCompressSplitButton.Image")));
     this.javaScriptStripCompressSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.javaScriptStripCompressSplitButton.Name = "javaScriptStripCompressSplitButton";
     this.javaScriptStripCompressSplitButton.Size = new System.Drawing.Size(48, 22);
     this.javaScriptStripCompressSplitButton.Text = "压缩";
     //
     // jsSortSplitButton
     //
     this.jsSortSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.jsSortSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("jsSortSplitButton.Image")));
     this.jsSortSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.jsSortSplitButton.Name = "jsSortSplitButton";
     this.jsSortSplitButton.Size = new System.Drawing.Size(48, 22);
     this.jsSortSplitButton.Text = "排序";
     //
     // jsFileButton
     //
     this.jsFileButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.jsFileButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.压缩ToolStripMenuItem1
     });
     this.jsFileButton.Image = ((System.Drawing.Image)(resources.GetObject("jsFileButton.Image")));
     this.jsFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.jsFileButton.Name         = "jsFileButton";
     this.jsFileButton.Size         = new System.Drawing.Size(48, 22);
     this.jsFileButton.Text         = "文件";
     this.jsFileButton.ButtonClick += new System.EventHandler(this.JsFileButtonButtonClick);
     //
     // 压缩ToolStripMenuItem1
     //
     this.压缩ToolStripMenuItem1.Name   = "压缩ToolStripMenuItem1";
     this.压缩ToolStripMenuItem1.Size   = new System.Drawing.Size(100, 22);
     this.压缩ToolStripMenuItem1.Text   = "压缩";
     this.压缩ToolStripMenuItem1.Click += new System.EventHandler(this.压缩ToolStripMenuItem1Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(30, 22);
     this.toolStripLabel2.Text = "CSS";
     //
     // cssUnCompressButton
     //
     this.cssUnCompressButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.cssUnCompressButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.解压文件ToolStripMenuItem1
     });
     this.cssUnCompressButton.Image = ((System.Drawing.Image)(resources.GetObject("cssUnCompressButton.Image")));
     this.cssUnCompressButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cssUnCompressButton.Name = "cssUnCompressButton";
     this.cssUnCompressButton.Size = new System.Drawing.Size(48, 22);
     this.cssUnCompressButton.Text = "解压";
     //
     // 解压文件ToolStripMenuItem1
     //
     this.解压文件ToolStripMenuItem1.Name   = "解压文件ToolStripMenuItem1";
     this.解压文件ToolStripMenuItem1.Size   = new System.Drawing.Size(124, 22);
     this.解压文件ToolStripMenuItem1.Text   = "解压文件";
     this.解压文件ToolStripMenuItem1.Click += new System.EventHandler(this.解压文件ToolStripMenuItem1Click);
     //
     // compressCssSplitButton
     //
     this.compressCssSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.compressCssSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("compressCssSplitButton.Image")));
     this.compressCssSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.compressCssSplitButton.Name = "compressCssSplitButton";
     this.compressCssSplitButton.Size = new System.Drawing.Size(48, 22);
     this.compressCssSplitButton.Text = "压缩";
     //
     // fileCssSplitButton
     //
     this.fileCssSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fileCssSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("fileCssSplitButton.Image")));
     this.fileCssSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.fileCssSplitButton.Name = "fileCssSplitButton";
     this.fileCssSplitButton.Size = new System.Drawing.Size(48, 22);
     this.fileCssSplitButton.Text = "文件";
     //
     // cssCodeButton
     //
     this.cssCodeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.cssCodeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("cssCodeButton.Image")));
     this.cssCodeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cssCodeButton.Name = "cssCodeButton";
     this.cssCodeButton.Size = new System.Drawing.Size(48, 22);
     this.cssCodeButton.Text = "代码";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(42, 22);
     this.toolStripLabel3.Text = "HTML";
     //
     // htmlCompressButton
     //
     this.htmlCompressButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.htmlCompressButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.压缩ToolStripMenuItem
     });
     this.htmlCompressButton.Image = ((System.Drawing.Image)(resources.GetObject("htmlCompressButton.Image")));
     this.htmlCompressButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.htmlCompressButton.Name = "htmlCompressButton";
     this.htmlCompressButton.Size = new System.Drawing.Size(48, 22);
     this.htmlCompressButton.Text = "压缩";
     //
     // 压缩ToolStripMenuItem
     //
     this.压缩ToolStripMenuItem.Name   = "压缩ToolStripMenuItem";
     this.压缩ToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.压缩ToolStripMenuItem.Text   = "压缩";
     this.压缩ToolStripMenuItem.Click += new System.EventHandler(this.压缩ToolStripMenuItemClick);
     //
     // toolbar3
     //
     this.toolbar3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.compressButton,
         this.codeButton,
         this.commandSplitButton,
         this.fileButton,
         this.sublimeButton,
         this.imageStripSplitButton
     });
     this.toolbar3.Location = new System.Drawing.Point(0, 25);
     this.toolbar3.Name     = "toolbar3";
     this.toolbar3.Size     = new System.Drawing.Size(629, 25);
     this.toolbar3.TabIndex = 4;
     this.toolbar3.Text     = "toolStrip5";
     //
     // compressButton
     //
     this.compressButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.compressButton.Image                 = ((System.Drawing.Image)(resources.GetObject("compressButton.Image")));
     this.compressButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.compressButton.Name = "compressButton";
     this.compressButton.Size = new System.Drawing.Size(48, 22);
     this.compressButton.Text = "压缩";
     //
     // codeButton
     //
     this.codeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.codeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("codeButton.Image")));
     this.codeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.codeButton.Name = "codeButton";
     this.codeButton.Size = new System.Drawing.Size(48, 22);
     this.codeButton.Text = "代码";
     //
     // commandSplitButton
     //
     this.commandSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.commandSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("commandSplitButton.Image")));
     this.commandSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.commandSplitButton.Name = "commandSplitButton";
     this.commandSplitButton.Size = new System.Drawing.Size(48, 22);
     this.commandSplitButton.Text = "命令";
     //
     // fileButton
     //
     this.fileButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fileButton.Image                 = ((System.Drawing.Image)(resources.GetObject("fileButton.Image")));
     this.fileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.fileButton.Name = "fileButton";
     this.fileButton.Size = new System.Drawing.Size(48, 22);
     this.fileButton.Text = "文件";
     //
     // sublimeButton
     //
     this.sublimeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.sublimeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("sublimeButton.Image")));
     this.sublimeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sublimeButton.Name   = "sublimeButton";
     this.sublimeButton.Size   = new System.Drawing.Size(58, 22);
     this.sublimeButton.Text   = "Sublime";
     this.sublimeButton.Click += new System.EventHandler(this.SublimeButtonClick);
     //
     // imageStripSplitButton
     //
     this.imageStripSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.imageStripSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("imageStripSplitButton.Image")));
     this.imageStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.imageStripSplitButton.Name = "imageStripSplitButton";
     this.imageStripSplitButton.Size = new System.Drawing.Size(48, 22);
     this.imageStripSplitButton.Text = "图片";
     //
     // toolbar1
     //
     this.toolbar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.goLabel,
         this.goSortStripSplitButton,
         this.goRunStripButton,
         this.toolStripSeparator5,
         this.androidStripLabel,
         this.androidFormatStripSplitButton,
         this.toolStripSeparator4,
         this.cSharpStripLabel,
         this.codeCSharpStripSplitButton
     });
     this.toolbar1.Location = new System.Drawing.Point(0, 50);
     this.toolbar1.Name     = "toolbar1";
     this.toolbar1.Size     = new System.Drawing.Size(629, 25);
     this.toolbar1.TabIndex = 5;
     this.toolbar1.Text     = "toolStrip6";
     //
     // goLabel
     //
     this.goLabel.Name = "goLabel";
     this.goLabel.Size = new System.Drawing.Size(25, 22);
     this.goLabel.Text = "Go";
     //
     // goSortStripSplitButton
     //
     this.goSortStripSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.goSortStripSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("goSortStripSplitButton.Image")));
     this.goSortStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.goSortStripSplitButton.Name = "goSortStripSplitButton";
     this.goSortStripSplitButton.Size = new System.Drawing.Size(48, 22);
     this.goSortStripSplitButton.Text = "排序";
     //
     // goRunStripButton
     //
     this.goRunStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.goRunStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("goRunStripButton.Image")));
     this.goRunStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.goRunStripButton.Name = "goRunStripButton";
     this.goRunStripButton.Size = new System.Drawing.Size(36, 22);
     this.goRunStripButton.Text = "运行";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // androidStripLabel
     //
     this.androidStripLabel.Name = "androidStripLabel";
     this.androidStripLabel.Size = new System.Drawing.Size(55, 22);
     this.androidStripLabel.Text = "Android";
     //
     // androidFormatStripSplitButton
     //
     this.androidFormatStripSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.androidFormatStripSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("androidFormatStripSplitButton.Image")));
     this.androidFormatStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.androidFormatStripSplitButton.Name = "androidFormatStripSplitButton";
     this.androidFormatStripSplitButton.Size = new System.Drawing.Size(48, 22);
     this.androidFormatStripSplitButton.Text = "格式";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // cSharpStripLabel
     //
     this.cSharpStripLabel.Name = "cSharpStripLabel";
     this.cSharpStripLabel.Size = new System.Drawing.Size(24, 22);
     this.cSharpStripLabel.Text = "C#";
     //
     // codeCSharpStripSplitButton
     //
     this.codeCSharpStripSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.codeCSharpStripSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("codeCSharpStripSplitButton.Image")));
     this.codeCSharpStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.codeCSharpStripSplitButton.Name = "codeCSharpStripSplitButton";
     this.codeCSharpStripSplitButton.Size = new System.Drawing.Size(48, 22);
     this.codeCSharpStripSplitButton.Text = "代码";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(629, 461);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolstrip1);
     this.Controls.Add(this.toolbar1);
     this.Controls.Add(this.toolbar3);
     this.Controls.Add(this.toolbar2);
     this.Name  = "MainForm";
     this.Text  = "StringCompare";
     this.Load += new System.EventHandler(this.MainFormLoad);
     this.toolbar2.ResumeLayout(false);
     this.toolbar2.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolstrip1.ResumeLayout(false);
     this.toolstrip1.PerformLayout();
     this.toolbar3.ResumeLayout(false);
     this.toolbar3.PerformLayout();
     this.toolbar1.ResumeLayout(false);
     this.toolbar1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     this.timHide = new System.Windows.Forms.Timer(this.components);
     this.lblQm = new CCWin.SkinControl.SkinLabel();
     this.toolShow = new System.Windows.Forms.ToolTip(this.components);
     this.skinToolStrip1 = new CCWin.SkinControl.SkinToolStrip();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton11 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton12 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
     this.SkToolCdTwo = new CCWin.SkinControl.SkinToolStrip();
     this.toolQQMenu = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton15 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton14 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton19 = new System.Windows.Forms.ToolStripButton();
     this.toolStripDropDownButton4 = new System.Windows.Forms.ToolStripButton();
     this.lblName = new CCWin.SkinControl.SkinLabel();
     this.QQMenu = new CCWin.SkinControl.SkinContextMenuStrip();
     this.ItemImonline = new System.Windows.Forms.ToolStripMenuItem();
     this.腾讯网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ空间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.拍拍购物ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sOSO搜索ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
     this.qQ充值ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.充值Q币ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.开通包月服务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ会员ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.黄钻贵族ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.红钻贵族ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.绿钻贵族ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.超级QQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.蓝钻贵族ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.粉钻贵族ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cF会员ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dNF黑钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.炫舞紫钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.飞车紫钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ堂紫钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aVA精英ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.音速紫钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.寻仙VIPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.读书VIPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.充值游戏点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cF点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dNF点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aVA点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ炫舞点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ飞车点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.七雄争霸元宝ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.幻想世界金子ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.寻仙仙玉ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ华夏点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.大明龙权点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.烽火战国点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.三国点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.自由幻想彩玉ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.丝路英雄路币ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.绿色征途点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.腾讯游戏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.地下城与勇士ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ西游ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.七雄争霸ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ幻想世界ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.大明龙权ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.战地之王ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.魔幻大陆ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.烽火战国ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.丝路英雄ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ自由幻想ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.穿越火线ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ炫舞ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ飞车ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.逆战ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.手机生活ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.超级QQToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.手机QQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
     this.应用包ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.手机游戏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.手机音乐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.手机空间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
     this.手机生活官网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.新闻资讯ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.订阅新闻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.我的资讯ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
     this.新闻频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.娱乐频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.体育频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.汽车频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.财经频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.女性频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
     this.游戏频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.科技数码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
     this.名人博客ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.腾讯论坛ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.财付通ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.我的钱包ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ充值ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.手机充值ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.游戏直充ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.机票订购ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.超值购物ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ会员ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员官网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员专区ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.成长体系ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ风尚ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
     this.升级成为会员ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.赠送会员ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.索要会员ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
     this.全部特权ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.热门功能ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.网络硬盘ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ装扮ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员炫彩字ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator();
     this.会员魔法表情ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员超级表情ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.表情漫游ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员头像ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员个性铃音ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
     this.会员红名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ等级加速ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripSeparator();
     this.消息记录漫游ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.离线下载ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.好友克隆ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员群特权ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.生活特权ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ彩贝ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ电影票ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ团购ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ旅游ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ返利ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.我的QQ中心ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ在线状态官网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.网络收藏夹ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.管理网络收藏夹ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.上传本地收藏夹ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.下载网络收藏夹ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.网络备忘录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.消息管理器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.数据导入工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.查找ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.恢复关闭前状态ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.系统设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.个人资料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripSeparator();
     this.基本设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.安全设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.隐私设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.软件升级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.安全中心ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.安全沟通ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.安全中心首页ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.申请密码保护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.举报恶意行为ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ安全帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.帮组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.使用帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.腾讯客服ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.反馈问题ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripSeparator();
     this.qQ新特性ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripSeparator();
     this.iMQQ官网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ官方微博ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.关于QQ2013ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.好友管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.更改用户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.锁定QQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.skinToolStrip2 = new CCWin.SkinControl.SkinToolStrip();
     this.toolStripButton17 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton16 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton13 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton20 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton18 = new System.Windows.Forms.ToolStripButton();
     this.btnTq = new CCWin.SkinControl.SkinButtom();
     this.UserMenu = new CCWin.SkinControl.SkinContextMenuStrip();
     this.toolStripMenuItem51 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem56 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem60 = new System.Windows.Forms.ToolStripSeparator();
     this.进入空间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设置空间限制访问ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.允许访问ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.禁止访问ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员快捷功能ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设置QQ装扮ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设置动态炫铃ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设置炫铃ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设置好友铃音ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem54 = new System.Windows.Forms.ToolStripSeparator();
     this.会员群特权ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.群克隆ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.好友克隆ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.好友上线通知ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.发送会员贺卡ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem55 = new System.Windows.Forms.ToolStripSeparator();
     this.赠送会员ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.索要会员ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem57 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem58 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem59 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem61 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem62 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem63 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem64 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem65 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem66 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem67 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem68 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem69 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem70 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem71 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem72 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem73 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem74 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem75 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem76 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem77 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem78 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem79 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem80 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem81 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem82 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem83 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem84 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem85 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem86 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem87 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem88 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem89 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem90 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem91 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem92 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem52 = new System.Windows.Forms.ToolStripSeparator();
     this.移动联系人至ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.我的好友ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.自己ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.黑名单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.删除好友ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.举报此用户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.修改备注名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.好友管理ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.给他推荐好友ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.关注此好友ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.好友管理器ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.生存桌面快捷方式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设置权限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.屏蔽此人消息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.在线对其隐身ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.好友上线提醒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem53 = new System.Windows.Forms.ToolStripSeparator();
     this.消息记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.查看本地消息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.查看漫游消息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.查看上传消息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.查看资料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GroupingMenu = new CCWin.SkinControl.SkinContextMenuStrip();
     this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem34 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem42 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem43 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem122 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem123 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem124 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem125 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem152 = new System.Windows.Forms.ToolStripMenuItem();
     this.单列显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.多列平铺ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem44 = new System.Windows.Forms.ToolStripSeparator();
     this.显示清爽资料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem45 = new System.Windows.Forms.ToolStripSeparator();
     this.动画效果ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
     this.排序显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.按身份标识排序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.按服务更新排序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.按名称排序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.刷新好友列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem46 = new System.Windows.Forms.ToolStripSeparator();
     this.显示在线联系人ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem47 = new System.Windows.Forms.ToolStripSeparator();
     this.显示企业分组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.显示陌生人分组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.显示黑名单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem48 = new System.Windows.Forms.ToolStripSeparator();
     this.隐身对该分组可见ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.在线对该分组隐身ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem49 = new System.Windows.Forms.ToolStripSeparator();
     this.添加分组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.添加联系人ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem50 = new System.Windows.Forms.ToolStripSeparator();
     this.重命名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.删除该组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.好友管理器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.btnState = new CCWin.SkinControl.SkinButtom();
     this.toolStripMenuItem23 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem26 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem27 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem28 = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuState = new CCWin.SkinControl.SkinContextMenuStrip();
     this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem29 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem30 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem31 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem32 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem33 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolOffline = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem35 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem36 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem37 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem38 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem39 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem40 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem41 = new System.Windows.Forms.ToolStripMenuItem();
     this.lblLv = new CCWin.SkinControl.SkinLabel();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.chatShow = new CCWin.SkinControl.ChatListBox();
     this.toolStripSplitButton4 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSplitButton3 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSplitButton2 = new System.Windows.Forms.ToolStripSplitButton();
     this.skinToolStrip3 = new CCWin.SkinControl.SkinToolStrip();
     this.skinToolStrip1.SuspendLayout();
     this.SkToolCdTwo.SuspendLayout();
     this.QQMenu.SuspendLayout();
     this.skinToolStrip2.SuspendLayout();
     this.UserMenu.SuspendLayout();
     this.GroupingMenu.SuspendLayout();
     this.MenuState.SuspendLayout();
     this.skinToolStrip3.SuspendLayout();
     this.SuspendLayout();
     //
     // timHide
     //
     this.timHide.Enabled = true;
     this.timHide.Tick += new System.EventHandler(this.timHide_Tick);
     //
     // lblQm
     //
     this.lblQm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblQm.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.Anamorphosis;
     this.lblQm.BackColor = System.Drawing.Color.Transparent;
     this.lblQm.BorderColor = System.Drawing.Color.White;
     this.lblQm.BorderSize = 4;
     this.lblQm.Font = new System.Drawing.Font("微软雅黑", 10F);
     this.lblQm.ForeColor = System.Drawing.Color.Black;
     this.lblQm.Location = new System.Drawing.Point(6, 76);
     this.lblQm.Name = "lblQm";
     this.lblQm.Size = new System.Drawing.Size(235, 20);
     this.lblQm.TabIndex = 100;
     this.lblQm.Text = "我的个性签名我的个性签名我的个性签名我的个性签名我的个性签名";
     //
     // skinToolStrip1
     //
     this.skinToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip1.Arrow = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinToolStrip1.AutoSize = false;
     this.skinToolStrip1.Back = System.Drawing.Color.White;
     this.skinToolStrip1.BackColor = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BackRadius = 4;
     this.skinToolStrip1.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.skinToolStrip1.Base = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BaseFore = System.Drawing.Color.Black;
     this.skinToolStrip1.BaseForeAnamorphosis = false;
     this.skinToolStrip1.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip1.BaseForeAnamorphosisColor = System.Drawing.Color.White;
     this.skinToolStrip1.BaseHoverFore = System.Drawing.Color.Black;
     this.skinToolStrip1.BaseItemAnamorphosis = true;
     this.skinToolStrip1.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip1.BaseItemBorderShow = true;
     this.skinToolStrip1.BaseItemDown = ((System.Drawing.Image)(resources.GetObject("skinToolStrip1.BaseItemDown")));
     this.skinToolStrip1.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip1.BaseItemMouse = ((System.Drawing.Image)(resources.GetObject("skinToolStrip1.BaseItemMouse")));
     this.skinToolStrip1.BaseItemPressed = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BaseItemRadius = 2;
     this.skinToolStrip1.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip1.BaseItemSplitter = System.Drawing.Color.Transparent;
     this.skinToolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip1.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip1.Fore = System.Drawing.Color.Black;
     this.skinToolStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip1.HoverFore = System.Drawing.Color.White;
     this.skinToolStrip1.ItemAnamorphosis = false;
     this.skinToolStrip1.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemBorderShow = false;
     this.skinToolStrip1.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemRadius = 3;
     this.skinToolStrip1.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton3,
     this.toolStripButton11,
     this.toolStripButton6,
     this.toolStripButton5,
     this.toolStripButton4,
     this.toolStripButton12,
     this.toolStripButton8,
     this.toolStripButton9,
     this.toolStripButton10});
     this.skinToolStrip1.Location = new System.Drawing.Point(1, 475);
     this.skinToolStrip1.Name = "skinToolStrip1";
     this.skinToolStrip1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip1.Size = new System.Drawing.Size(278, 24);
     this.skinToolStrip1.TabIndex = 122;
     this.skinToolStrip1.Text = "skinToolStrip1";
     this.skinToolStrip1.TitleAnamorphosis = false;
     this.skinToolStrip1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinToolStrip1.TitleRadius = 4;
     this.skinToolStrip1.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripButton3
     //
     this.toolStripButton3.AutoSize = false;
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.toolStripButton3.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton3.Text = "toolStripButton3";
     this.toolStripButton3.ToolTipText = "手机生活";
     //
     // toolStripButton11
     //
     this.toolStripButton11.AutoSize = false;
     this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton11.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton11.Image")));
     this.toolStripButton11.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton11.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton11.Name = "toolStripButton11";
     this.toolStripButton11.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton11.Text = "toolStripButton3";
     this.toolStripButton11.ToolTipText = "QQ游戏";
     //
     // toolStripButton6
     //
     this.toolStripButton6.AutoSize = false;
     this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton6.Text = "toolStripButton4";
     this.toolStripButton6.ToolTipText = "QQ宠物";
     //
     // toolStripButton5
     //
     this.toolStripButton5.AutoSize = false;
     this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton5.Text = "toolStripButton4";
     this.toolStripButton5.ToolTipText = "QQ音乐";
     //
     // toolStripButton4
     //
     this.toolStripButton4.AutoSize = false;
     this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripButton4.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton4.Text = "toolStripButton4";
     this.toolStripButton4.ToolTipText = "腾讯视频";
     //
     // toolStripButton12
     //
     this.toolStripButton12.AutoSize = false;
     this.toolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton12.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton12.Image")));
     this.toolStripButton12.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton12.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton12.Name = "toolStripButton12";
     this.toolStripButton12.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton12.Text = "toolStripButton4";
     this.toolStripButton12.ToolTipText = "便民直充";
     //
     // toolStripButton8
     //
     this.toolStripButton8.AutoSize = false;
     this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
     this.toolStripButton8.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton8.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton8.Name = "toolStripButton8";
     this.toolStripButton8.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton8.Text = "toolStripButton4";
     this.toolStripButton8.ToolTipText = "QQ电脑管家";
     //
     // toolStripButton9
     //
     this.toolStripButton9.AutoSize = false;
     this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
     this.toolStripButton9.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton9.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton9.Name = "toolStripButton9";
     this.toolStripButton9.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton9.Text = "toolStripButton4";
     this.toolStripButton9.ToolTipText = "拍拍购物";
     //
     // toolStripButton10
     //
     this.toolStripButton10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton10.AutoSize = false;
     this.toolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
     this.toolStripButton10.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton10.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
     this.toolStripButton10.Name = "toolStripButton10";
     this.toolStripButton10.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton10.Text = "toolStripButton4";
     this.toolStripButton10.ToolTipText = "打开应用管理器";
     //
     // SkToolCdTwo
     //
     this.SkToolCdTwo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SkToolCdTwo.Arrow = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.SkToolCdTwo.AutoSize = false;
     this.SkToolCdTwo.Back = System.Drawing.Color.White;
     this.SkToolCdTwo.BackColor = System.Drawing.Color.Transparent;
     this.SkToolCdTwo.BackRadius = 4;
     this.SkToolCdTwo.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.SkToolCdTwo.Base = System.Drawing.Color.Transparent;
     this.SkToolCdTwo.BaseFore = System.Drawing.Color.Black;
     this.SkToolCdTwo.BaseForeAnamorphosis = true;
     this.SkToolCdTwo.BaseForeAnamorphosisBorder = 4;
     this.SkToolCdTwo.BaseForeAnamorphosisColor = System.Drawing.Color.White;
     this.SkToolCdTwo.BaseHoverFore = System.Drawing.Color.Black;
     this.SkToolCdTwo.BaseItemAnamorphosis = true;
     this.SkToolCdTwo.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.SkToolCdTwo.BaseItemBorderShow = true;
     this.SkToolCdTwo.BaseItemDown = ((System.Drawing.Image)(resources.GetObject("SkToolCdTwo.BaseItemDown")));
     this.SkToolCdTwo.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.SkToolCdTwo.BaseItemMouse = ((System.Drawing.Image)(resources.GetObject("SkToolCdTwo.BaseItemMouse")));
     this.SkToolCdTwo.BaseItemPressed = System.Drawing.Color.Transparent;
     this.SkToolCdTwo.BaseItemRadius = 2;
     this.SkToolCdTwo.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.SkToolCdTwo.BaseItemSplitter = System.Drawing.Color.Transparent;
     this.SkToolCdTwo.Dock = System.Windows.Forms.DockStyle.None;
     this.SkToolCdTwo.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.SkToolCdTwo.Fore = System.Drawing.Color.Black;
     this.SkToolCdTwo.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.SkToolCdTwo.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.SkToolCdTwo.HoverFore = System.Drawing.Color.White;
     this.SkToolCdTwo.ItemAnamorphosis = false;
     this.SkToolCdTwo.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.SkToolCdTwo.ItemBorderShow = false;
     this.SkToolCdTwo.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.SkToolCdTwo.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.SkToolCdTwo.ItemRadius = 3;
     this.SkToolCdTwo.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.SkToolCdTwo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolQQMenu,
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripButton15,
     this.toolStripButton14,
     this.toolStripButton19,
     this.toolStripDropDownButton4});
     this.SkToolCdTwo.Location = new System.Drawing.Point(1, 502);
     this.SkToolCdTwo.Name = "SkToolCdTwo";
     this.SkToolCdTwo.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.SkToolCdTwo.Size = new System.Drawing.Size(278, 24);
     this.SkToolCdTwo.TabIndex = 123;
     this.SkToolCdTwo.Text = "skinToolStrip2";
     this.SkToolCdTwo.TitleAnamorphosis = false;
     this.SkToolCdTwo.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.SkToolCdTwo.TitleRadius = 4;
     this.SkToolCdTwo.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolQQMenu
     //
     this.toolQQMenu.AutoSize = false;
     this.toolQQMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolQQMenu.Image = global::CC2013.Properties.Resources.menu_btn_normal;
     this.toolQQMenu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolQQMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolQQMenu.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolQQMenu.Name = "toolQQMenu";
     this.toolQQMenu.Size = new System.Drawing.Size(24, 24);
     this.toolQQMenu.Text = "toolStripButton4";
     this.toolQQMenu.ToolTipText = "主菜单";
     this.toolQQMenu.Click += new System.EventHandler(this.toolQQMenu_Click);
     this.toolQQMenu.MouseEnter += new System.EventHandler(this.toolQQMenu_MouseEnter);
     this.toolQQMenu.MouseLeave += new System.EventHandler(this.toolQQMenu_MouseLeave);
     //
     // toolStripButton1
     //
     this.toolStripButton1.AutoSize = false;
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton1.Text = "toolStripButton2";
     this.toolStripButton1.ToolTipText = "打开系统设置";
     //
     // toolStripButton2
     //
     this.toolStripButton2.AutoSize = false;
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton2.Text = "toolStripButton3";
     this.toolStripButton2.ToolTipText = "打开消息管理器";
     //
     // toolStripButton15
     //
     this.toolStripButton15.AutoSize = false;
     this.toolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton15.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton15.Image")));
     this.toolStripButton15.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton15.Margin = new System.Windows.Forms.Padding(3, 1, 0, 2);
     this.toolStripButton15.Name = "toolStripButton15";
     this.toolStripButton15.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton15.Text = "toolStripButton4";
     this.toolStripButton15.ToolTipText = "打开安全概况";
     //
     // toolStripButton14
     //
     this.toolStripButton14.AutoSize = false;
     this.toolStripButton14.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton14.Image")));
     this.toolStripButton14.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripButton14.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton14.Name = "toolStripButton14";
     this.toolStripButton14.Size = new System.Drawing.Size(54, 24);
     this.toolStripButton14.Text = "圈子";
     this.toolStripButton14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton14.ToolTipText = "圈子";
     //
     // toolStripButton19
     //
     this.toolStripButton19.AutoSize = false;
     this.toolStripButton19.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton19.Image")));
     this.toolStripButton19.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.toolStripButton19.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton19.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton19.Name = "toolStripButton19";
     this.toolStripButton19.Size = new System.Drawing.Size(54, 24);
     this.toolStripButton19.Text = "查找";
     this.toolStripButton19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton19.ToolTipText = "查找联系人";
     //
     // toolStripDropDownButton4
     //
     this.toolStripDropDownButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripDropDownButton4.AutoSize = false;
     this.toolStripDropDownButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton4.Image")));
     this.toolStripDropDownButton4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripDropDownButton4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripDropDownButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton4.Margin = new System.Windows.Forms.Padding(0);
     this.toolStripDropDownButton4.Name = "toolStripDropDownButton4";
     this.toolStripDropDownButton4.Size = new System.Drawing.Size(54, 24);
     this.toolStripDropDownButton4.Text = "应用";
     this.toolStripDropDownButton4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripDropDownButton4.ToolTipText = "打开应用中心";
     //
     // lblName
     //
     this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblName.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.Anamorphosis;
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.BorderColor = System.Drawing.Color.White;
     this.lblName.BorderSize = 4;
     this.lblName.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lblName.Font = new System.Drawing.Font("微软雅黑", 18F);
     this.lblName.ForeColor = System.Drawing.Color.Black;
     this.lblName.Location = new System.Drawing.Point(5, 41);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(169, 31);
     this.lblName.TabIndex = 99;
     this.lblName.Text = "威廉乔克斯_汀";
     this.lblName.MouseEnter += new System.EventHandler(this.lblName_MouseEnter);
     this.lblName.MouseLeave += new System.EventHandler(this.lblName_MouseLeave);
     //
     // QQMenu
     //
     this.QQMenu.Arrow = System.Drawing.Color.Gray;
     this.QQMenu.Back = System.Drawing.Color.White;
     this.QQMenu.BackRadius = 4;
     this.QQMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.QQMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.QQMenu.Fore = System.Drawing.Color.Black;
     this.QQMenu.HoverFore = System.Drawing.Color.White;
     this.QQMenu.ImageScalingSize = new System.Drawing.Size(11, 11);
     this.QQMenu.ItemAnamorphosis = false;
     this.QQMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.QQMenu.ItemBorderShow = false;
     this.QQMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.QQMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.QQMenu.ItemRadius = 4;
     this.QQMenu.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.QQMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ItemImonline,
     this.qQ会员ToolStripMenuItem,
     this.我的QQ中心ToolStripMenuItem,
     this.toolStripMenuItem1,
     this.工具ToolStripMenuItem,
     this.系统设置ToolStripMenuItem,
     this.软件升级ToolStripMenuItem,
     this.toolStripMenuItem2,
     this.安全中心ToolStripMenuItem,
     this.帮组ToolStripMenuItem,
     this.toolStripMenuItem3,
     this.好友管理ToolStripMenuItem,
     this.修改密码ToolStripMenuItem,
     this.更改用户ToolStripMenuItem,
     this.锁定QQToolStripMenuItem,
     this.退出ToolStripMenuItem});
     this.QQMenu.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.QQMenu.Name = "MenuState";
     this.QQMenu.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.QQMenu.Size = new System.Drawing.Size(131, 308);
     this.QQMenu.TitleAnamorphosis = false;
     this.QQMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.QQMenu.TitleRadius = 4;
     this.QQMenu.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.QQMenu.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.QQMenu_Closing);
     //
     // ItemImonline
     //
     this.ItemImonline.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.腾讯网ToolStripMenuItem,
     this.qQ空间ToolStripMenuItem,
     this.拍拍购物ToolStripMenuItem,
     this.sOSO搜索ToolStripMenuItem,
     this.toolStripMenuItem4,
     this.qQ充值ToolStripMenuItem,
     this.腾讯游戏ToolStripMenuItem,
     this.手机生活ToolStripMenuItem,
     this.新闻资讯ToolStripMenuItem,
     this.财付通ToolStripMenuItem});
     this.ItemImonline.Name = "ItemImonline";
     this.ItemImonline.Size = new System.Drawing.Size(130, 22);
     this.ItemImonline.Tag = "1";
     this.ItemImonline.Text = "所有服务";
     this.ItemImonline.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // 腾讯网ToolStripMenuItem
     //
     this.腾讯网ToolStripMenuItem.Name = "腾讯网ToolStripMenuItem";
     this.腾讯网ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.腾讯网ToolStripMenuItem.Text = "腾讯网";
     //
     // qQ空间ToolStripMenuItem
     //
     this.qQ空间ToolStripMenuItem.Name = "qQ空间ToolStripMenuItem";
     this.qQ空间ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ空间ToolStripMenuItem.Text = "QQ空间";
     //
     // 拍拍购物ToolStripMenuItem
     //
     this.拍拍购物ToolStripMenuItem.Name = "拍拍购物ToolStripMenuItem";
     this.拍拍购物ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.拍拍购物ToolStripMenuItem.Text = "拍拍购物";
     //
     // sOSO搜索ToolStripMenuItem
     //
     this.sOSO搜索ToolStripMenuItem.Name = "sOSO搜索ToolStripMenuItem";
     this.sOSO搜索ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.sOSO搜索ToolStripMenuItem.Text = "SOSO搜索";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(115, 6);
     //
     // qQ充值ToolStripMenuItem
     //
     this.qQ充值ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.充值Q币ToolStripMenuItem,
     this.开通包月服务ToolStripMenuItem,
     this.充值游戏点卷ToolStripMenuItem});
     this.qQ充值ToolStripMenuItem.Name = "qQ充值ToolStripMenuItem";
     this.qQ充值ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ充值ToolStripMenuItem.Text = "QQ充值";
     //
     // 充值Q币ToolStripMenuItem
     //
     this.充值Q币ToolStripMenuItem.Name = "充值Q币ToolStripMenuItem";
     this.充值Q币ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.充值Q币ToolStripMenuItem.Text = "充值Q币/Q点";
     //
     // 开通包月服务ToolStripMenuItem
     //
     this.开通包月服务ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.qQ会员ToolStripMenuItem1,
     this.黄钻贵族ToolStripMenuItem,
     this.红钻贵族ToolStripMenuItem,
     this.绿钻贵族ToolStripMenuItem,
     this.超级QQToolStripMenuItem,
     this.蓝钻贵族ToolStripMenuItem,
     this.粉钻贵族ToolStripMenuItem,
     this.cF会员ToolStripMenuItem,
     this.dNF黑钻ToolStripMenuItem,
     this.炫舞紫钻ToolStripMenuItem,
     this.飞车紫钻ToolStripMenuItem,
     this.qQ堂紫钻ToolStripMenuItem,
     this.aVA精英ToolStripMenuItem,
     this.音速紫钻ToolStripMenuItem,
     this.寻仙VIPToolStripMenuItem,
     this.读书VIPToolStripMenuItem});
     this.开通包月服务ToolStripMenuItem.Name = "开通包月服务ToolStripMenuItem";
     this.开通包月服务ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.开通包月服务ToolStripMenuItem.Text = "开通包月服务";
     //
     // qQ会员ToolStripMenuItem1
     //
     this.qQ会员ToolStripMenuItem1.Name = "qQ会员ToolStripMenuItem1";
     this.qQ会员ToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
     this.qQ会员ToolStripMenuItem1.Text = "QQ会员";
     //
     // 黄钻贵族ToolStripMenuItem
     //
     this.黄钻贵族ToolStripMenuItem.Name = "黄钻贵族ToolStripMenuItem";
     this.黄钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.黄钻贵族ToolStripMenuItem.Text = "黄钻贵族";
     //
     // 红钻贵族ToolStripMenuItem
     //
     this.红钻贵族ToolStripMenuItem.Name = "红钻贵族ToolStripMenuItem";
     this.红钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.红钻贵族ToolStripMenuItem.Text = "红钻贵族";
     //
     // 绿钻贵族ToolStripMenuItem
     //
     this.绿钻贵族ToolStripMenuItem.Name = "绿钻贵族ToolStripMenuItem";
     this.绿钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.绿钻贵族ToolStripMenuItem.Text = "绿钻贵族";
     //
     // 超级QQToolStripMenuItem
     //
     this.超级QQToolStripMenuItem.Name = "超级QQToolStripMenuItem";
     this.超级QQToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.超级QQToolStripMenuItem.Text = "超级QQ";
     //
     // 蓝钻贵族ToolStripMenuItem
     //
     this.蓝钻贵族ToolStripMenuItem.Name = "蓝钻贵族ToolStripMenuItem";
     this.蓝钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.蓝钻贵族ToolStripMenuItem.Text = "蓝钻贵族";
     //
     // 粉钻贵族ToolStripMenuItem
     //
     this.粉钻贵族ToolStripMenuItem.Name = "粉钻贵族ToolStripMenuItem";
     this.粉钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.粉钻贵族ToolStripMenuItem.Text = "粉钻贵族";
     //
     // cF会员ToolStripMenuItem
     //
     this.cF会员ToolStripMenuItem.Name = "cF会员ToolStripMenuItem";
     this.cF会员ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.cF会员ToolStripMenuItem.Text = "CF会员";
     //
     // dNF黑钻ToolStripMenuItem
     //
     this.dNF黑钻ToolStripMenuItem.Name = "dNF黑钻ToolStripMenuItem";
     this.dNF黑钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.dNF黑钻ToolStripMenuItem.Text = "DNF黑钻";
     //
     // 炫舞紫钻ToolStripMenuItem
     //
     this.炫舞紫钻ToolStripMenuItem.Name = "炫舞紫钻ToolStripMenuItem";
     this.炫舞紫钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.炫舞紫钻ToolStripMenuItem.Text = "炫舞紫钻";
     //
     // 飞车紫钻ToolStripMenuItem
     //
     this.飞车紫钻ToolStripMenuItem.Name = "飞车紫钻ToolStripMenuItem";
     this.飞车紫钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.飞车紫钻ToolStripMenuItem.Text = "飞车紫钻";
     //
     // qQ堂紫钻ToolStripMenuItem
     //
     this.qQ堂紫钻ToolStripMenuItem.Name = "qQ堂紫钻ToolStripMenuItem";
     this.qQ堂紫钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ堂紫钻ToolStripMenuItem.Text = "QQ堂紫钻";
     //
     // aVA精英ToolStripMenuItem
     //
     this.aVA精英ToolStripMenuItem.Name = "aVA精英ToolStripMenuItem";
     this.aVA精英ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.aVA精英ToolStripMenuItem.Text = "AVA精英";
     //
     // 音速紫钻ToolStripMenuItem
     //
     this.音速紫钻ToolStripMenuItem.Name = "音速紫钻ToolStripMenuItem";
     this.音速紫钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.音速紫钻ToolStripMenuItem.Text = "音速紫钻";
     //
     // 寻仙VIPToolStripMenuItem
     //
     this.寻仙VIPToolStripMenuItem.Name = "寻仙VIPToolStripMenuItem";
     this.寻仙VIPToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.寻仙VIPToolStripMenuItem.Text = "寻仙VIP";
     //
     // 读书VIPToolStripMenuItem
     //
     this.读书VIPToolStripMenuItem.Name = "读书VIPToolStripMenuItem";
     this.读书VIPToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.读书VIPToolStripMenuItem.Text = "读书VIP";
     //
     // 充值游戏点卷ToolStripMenuItem
     //
     this.充值游戏点卷ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cF点卷ToolStripMenuItem,
     this.dNF点卷ToolStripMenuItem,
     this.aVA点卷ToolStripMenuItem,
     this.qQ炫舞点卷ToolStripMenuItem,
     this.qQ飞车点卷ToolStripMenuItem,
     this.七雄争霸元宝ToolStripMenuItem,
     this.幻想世界金子ToolStripMenuItem,
     this.寻仙仙玉ToolStripMenuItem,
     this.qQ华夏点卷ToolStripMenuItem,
     this.大明龙权点卷ToolStripMenuItem,
     this.烽火战国点卷ToolStripMenuItem,
     this.三国点卷ToolStripMenuItem,
     this.自由幻想彩玉ToolStripMenuItem,
     this.丝路英雄路币ToolStripMenuItem,
     this.绿色征途点卷ToolStripMenuItem});
     this.充值游戏点卷ToolStripMenuItem.Name = "充值游戏点卷ToolStripMenuItem";
     this.充值游戏点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.充值游戏点卷ToolStripMenuItem.Text = "充值游戏点卷";
     //
     // cF点卷ToolStripMenuItem
     //
     this.cF点卷ToolStripMenuItem.Name = "cF点卷ToolStripMenuItem";
     this.cF点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.cF点卷ToolStripMenuItem.Text = "CF点卷";
     //
     // dNF点卷ToolStripMenuItem
     //
     this.dNF点卷ToolStripMenuItem.Name = "dNF点卷ToolStripMenuItem";
     this.dNF点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.dNF点卷ToolStripMenuItem.Text = "DNF点卷";
     //
     // aVA点卷ToolStripMenuItem
     //
     this.aVA点卷ToolStripMenuItem.Name = "aVA点卷ToolStripMenuItem";
     this.aVA点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.aVA点卷ToolStripMenuItem.Text = "AVA点卷";
     //
     // qQ炫舞点卷ToolStripMenuItem
     //
     this.qQ炫舞点卷ToolStripMenuItem.Name = "qQ炫舞点卷ToolStripMenuItem";
     this.qQ炫舞点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ炫舞点卷ToolStripMenuItem.Text = "QQ炫舞点卷";
     //
     // qQ飞车点卷ToolStripMenuItem
     //
     this.qQ飞车点卷ToolStripMenuItem.Name = "qQ飞车点卷ToolStripMenuItem";
     this.qQ飞车点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ飞车点卷ToolStripMenuItem.Text = "QQ飞车点卷";
     //
     // 七雄争霸元宝ToolStripMenuItem
     //
     this.七雄争霸元宝ToolStripMenuItem.Name = "七雄争霸元宝ToolStripMenuItem";
     this.七雄争霸元宝ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.七雄争霸元宝ToolStripMenuItem.Text = "七雄争霸元宝";
     //
     // 幻想世界金子ToolStripMenuItem
     //
     this.幻想世界金子ToolStripMenuItem.Name = "幻想世界金子ToolStripMenuItem";
     this.幻想世界金子ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.幻想世界金子ToolStripMenuItem.Text = "幻想世界金子";
     //
     // 寻仙仙玉ToolStripMenuItem
     //
     this.寻仙仙玉ToolStripMenuItem.Name = "寻仙仙玉ToolStripMenuItem";
     this.寻仙仙玉ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.寻仙仙玉ToolStripMenuItem.Text = "寻仙仙玉";
     //
     // qQ华夏点卷ToolStripMenuItem
     //
     this.qQ华夏点卷ToolStripMenuItem.Name = "qQ华夏点卷ToolStripMenuItem";
     this.qQ华夏点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ华夏点卷ToolStripMenuItem.Text = "QQ华夏点卷";
     //
     // 大明龙权点卷ToolStripMenuItem
     //
     this.大明龙权点卷ToolStripMenuItem.Name = "大明龙权点卷ToolStripMenuItem";
     this.大明龙权点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.大明龙权点卷ToolStripMenuItem.Text = "大明龙权点卷";
     //
     // 烽火战国点卷ToolStripMenuItem
     //
     this.烽火战国点卷ToolStripMenuItem.Name = "烽火战国点卷ToolStripMenuItem";
     this.烽火战国点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.烽火战国点卷ToolStripMenuItem.Text = "烽火战国点卷";
     //
     // 三国点卷ToolStripMenuItem
     //
     this.三国点卷ToolStripMenuItem.Name = "三国点卷ToolStripMenuItem";
     this.三国点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.三国点卷ToolStripMenuItem.Text = "三国点卷";
     //
     // 自由幻想彩玉ToolStripMenuItem
     //
     this.自由幻想彩玉ToolStripMenuItem.Name = "自由幻想彩玉ToolStripMenuItem";
     this.自由幻想彩玉ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.自由幻想彩玉ToolStripMenuItem.Text = "自由幻想彩玉";
     //
     // 丝路英雄路币ToolStripMenuItem
     //
     this.丝路英雄路币ToolStripMenuItem.Name = "丝路英雄路币ToolStripMenuItem";
     this.丝路英雄路币ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.丝路英雄路币ToolStripMenuItem.Text = "丝路英雄路币";
     //
     // 绿色征途点卷ToolStripMenuItem
     //
     this.绿色征途点卷ToolStripMenuItem.Name = "绿色征途点卷ToolStripMenuItem";
     this.绿色征途点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.绿色征途点卷ToolStripMenuItem.Text = "绿色征途点卷";
     //
     // 腾讯游戏ToolStripMenuItem
     //
     this.腾讯游戏ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.地下城与勇士ToolStripMenuItem,
     this.qQ西游ToolStripMenuItem,
     this.七雄争霸ToolStripMenuItem,
     this.toolStripMenuItem6,
     this.qQ幻想世界ToolStripMenuItem,
     this.大明龙权ToolStripMenuItem,
     this.战地之王ToolStripMenuItem,
     this.魔幻大陆ToolStripMenuItem,
     this.烽火战国ToolStripMenuItem,
     this.丝路英雄ToolStripMenuItem,
     this.qQ自由幻想ToolStripMenuItem,
     this.穿越火线ToolStripMenuItem,
     this.qQ炫舞ToolStripMenuItem,
     this.qQ飞车ToolStripMenuItem,
     this.逆战ToolStripMenuItem});
     this.腾讯游戏ToolStripMenuItem.Name = "腾讯游戏ToolStripMenuItem";
     this.腾讯游戏ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.腾讯游戏ToolStripMenuItem.Text = "腾讯游戏";
     //
     // 地下城与勇士ToolStripMenuItem
     //
     this.地下城与勇士ToolStripMenuItem.Name = "地下城与勇士ToolStripMenuItem";
     this.地下城与勇士ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.地下城与勇士ToolStripMenuItem.Text = "地下城与勇士";
     //
     // qQ西游ToolStripMenuItem
     //
     this.qQ西游ToolStripMenuItem.Name = "qQ西游ToolStripMenuItem";
     this.qQ西游ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ西游ToolStripMenuItem.Text = "QQ西游";
     //
     // 七雄争霸ToolStripMenuItem
     //
     this.七雄争霸ToolStripMenuItem.Name = "七雄争霸ToolStripMenuItem";
     this.七雄争霸ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.七雄争霸ToolStripMenuItem.Text = "七雄争霸";
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem6.Text = "3366";
     //
     // qQ幻想世界ToolStripMenuItem
     //
     this.qQ幻想世界ToolStripMenuItem.Name = "qQ幻想世界ToolStripMenuItem";
     this.qQ幻想世界ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ幻想世界ToolStripMenuItem.Text = "QQ幻想世界";
     //
     // 大明龙权ToolStripMenuItem
     //
     this.大明龙权ToolStripMenuItem.Name = "大明龙权ToolStripMenuItem";
     this.大明龙权ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.大明龙权ToolStripMenuItem.Text = "大明龙权";
     //
     // 战地之王ToolStripMenuItem
     //
     this.战地之王ToolStripMenuItem.Name = "战地之王ToolStripMenuItem";
     this.战地之王ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.战地之王ToolStripMenuItem.Text = "战地之王";
     //
     // 魔幻大陆ToolStripMenuItem
     //
     this.魔幻大陆ToolStripMenuItem.Name = "魔幻大陆ToolStripMenuItem";
     this.魔幻大陆ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.魔幻大陆ToolStripMenuItem.Text = "魔幻大陆";
     //
     // 烽火战国ToolStripMenuItem
     //
     this.烽火战国ToolStripMenuItem.Name = "烽火战国ToolStripMenuItem";
     this.烽火战国ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.烽火战国ToolStripMenuItem.Text = "烽火战国";
     //
     // 丝路英雄ToolStripMenuItem
     //
     this.丝路英雄ToolStripMenuItem.Name = "丝路英雄ToolStripMenuItem";
     this.丝路英雄ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.丝路英雄ToolStripMenuItem.Text = "丝路英雄";
     //
     // qQ自由幻想ToolStripMenuItem
     //
     this.qQ自由幻想ToolStripMenuItem.Name = "qQ自由幻想ToolStripMenuItem";
     this.qQ自由幻想ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ自由幻想ToolStripMenuItem.Text = "QQ自由幻想";
     //
     // 穿越火线ToolStripMenuItem
     //
     this.穿越火线ToolStripMenuItem.Name = "穿越火线ToolStripMenuItem";
     this.穿越火线ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.穿越火线ToolStripMenuItem.Text = "穿越火线";
     //
     // qQ炫舞ToolStripMenuItem
     //
     this.qQ炫舞ToolStripMenuItem.Name = "qQ炫舞ToolStripMenuItem";
     this.qQ炫舞ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ炫舞ToolStripMenuItem.Text = "QQ炫舞";
     //
     // qQ飞车ToolStripMenuItem
     //
     this.qQ飞车ToolStripMenuItem.Name = "qQ飞车ToolStripMenuItem";
     this.qQ飞车ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ飞车ToolStripMenuItem.Text = "QQ飞车";
     //
     // 逆战ToolStripMenuItem
     //
     this.逆战ToolStripMenuItem.Name = "逆战ToolStripMenuItem";
     this.逆战ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.逆战ToolStripMenuItem.Text = "逆战";
     //
     // 手机生活ToolStripMenuItem
     //
     this.手机生活ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.超级QQToolStripMenuItem1,
     this.手机QQToolStripMenuItem,
     this.toolStripMenuItem5,
     this.应用包ToolStripMenuItem,
     this.手机游戏ToolStripMenuItem,
     this.手机音乐ToolStripMenuItem,
     this.手机空间ToolStripMenuItem,
     this.toolStripMenuItem7,
     this.手机生活官网ToolStripMenuItem});
     this.手机生活ToolStripMenuItem.Name = "手机生活ToolStripMenuItem";
     this.手机生活ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.手机生活ToolStripMenuItem.Text = "手机生活";
     //
     // 超级QQToolStripMenuItem1
     //
     this.超级QQToolStripMenuItem1.Name = "超级QQToolStripMenuItem1";
     this.超级QQToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.超级QQToolStripMenuItem1.Text = "超级QQ";
     //
     // 手机QQToolStripMenuItem
     //
     this.手机QQToolStripMenuItem.Name = "手机QQToolStripMenuItem";
     this.手机QQToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机QQToolStripMenuItem.Text = "手机QQ";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(139, 6);
     //
     // 应用包ToolStripMenuItem
     //
     this.应用包ToolStripMenuItem.Name = "应用包ToolStripMenuItem";
     this.应用包ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.应用包ToolStripMenuItem.Text = "应用包";
     //
     // 手机游戏ToolStripMenuItem
     //
     this.手机游戏ToolStripMenuItem.Name = "手机游戏ToolStripMenuItem";
     this.手机游戏ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机游戏ToolStripMenuItem.Text = "手机游戏";
     //
     // 手机音乐ToolStripMenuItem
     //
     this.手机音乐ToolStripMenuItem.Name = "手机音乐ToolStripMenuItem";
     this.手机音乐ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机音乐ToolStripMenuItem.Text = "手机音乐";
     //
     // 手机空间ToolStripMenuItem
     //
     this.手机空间ToolStripMenuItem.Name = "手机空间ToolStripMenuItem";
     this.手机空间ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机空间ToolStripMenuItem.Text = "手机QQ空间";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(139, 6);
     //
     // 手机生活官网ToolStripMenuItem
     //
     this.手机生活官网ToolStripMenuItem.Name = "手机生活官网ToolStripMenuItem";
     this.手机生活官网ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机生活官网ToolStripMenuItem.Text = "手机生活官网";
     //
     // 新闻资讯ToolStripMenuItem
     //
     this.新闻资讯ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.订阅新闻ToolStripMenuItem,
     this.我的资讯ToolStripMenuItem,
     this.toolStripMenuItem8,
     this.新闻频道ToolStripMenuItem,
     this.娱乐频道ToolStripMenuItem,
     this.体育频道ToolStripMenuItem,
     this.汽车频道ToolStripMenuItem,
     this.财经频道ToolStripMenuItem,
     this.女性频道ToolStripMenuItem,
     this.toolStripMenuItem9,
     this.游戏频道ToolStripMenuItem,
     this.科技数码ToolStripMenuItem,
     this.toolStripMenuItem10,
     this.名人博客ToolStripMenuItem,
     this.腾讯论坛ToolStripMenuItem});
     this.新闻资讯ToolStripMenuItem.Name = "新闻资讯ToolStripMenuItem";
     this.新闻资讯ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.新闻资讯ToolStripMenuItem.Text = "新闻资讯";
     //
     // 订阅新闻ToolStripMenuItem
     //
     this.订阅新闻ToolStripMenuItem.Name = "订阅新闻ToolStripMenuItem";
     this.订阅新闻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.订阅新闻ToolStripMenuItem.Text = "订阅新闻";
     //
     // 我的资讯ToolStripMenuItem
     //
     this.我的资讯ToolStripMenuItem.Name = "我的资讯ToolStripMenuItem";
     this.我的资讯ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.我的资讯ToolStripMenuItem.Text = "我的资讯";
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(115, 6);
     //
     // 新闻频道ToolStripMenuItem
     //
     this.新闻频道ToolStripMenuItem.Name = "新闻频道ToolStripMenuItem";
     this.新闻频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.新闻频道ToolStripMenuItem.Text = "新闻频道";
     //
     // 娱乐频道ToolStripMenuItem
     //
     this.娱乐频道ToolStripMenuItem.Name = "娱乐频道ToolStripMenuItem";
     this.娱乐频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.娱乐频道ToolStripMenuItem.Text = "娱乐频道";
     //
     // 体育频道ToolStripMenuItem
     //
     this.体育频道ToolStripMenuItem.Name = "体育频道ToolStripMenuItem";
     this.体育频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.体育频道ToolStripMenuItem.Text = "体育频道";
     //
     // 汽车频道ToolStripMenuItem
     //
     this.汽车频道ToolStripMenuItem.Name = "汽车频道ToolStripMenuItem";
     this.汽车频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.汽车频道ToolStripMenuItem.Text = "汽车频道";
     //
     // 财经频道ToolStripMenuItem
     //
     this.财经频道ToolStripMenuItem.Name = "财经频道ToolStripMenuItem";
     this.财经频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.财经频道ToolStripMenuItem.Text = "财经频道";
     //
     // 女性频道ToolStripMenuItem
     //
     this.女性频道ToolStripMenuItem.Name = "女性频道ToolStripMenuItem";
     this.女性频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.女性频道ToolStripMenuItem.Text = "女性频道";
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size = new System.Drawing.Size(115, 6);
     //
     // 游戏频道ToolStripMenuItem
     //
     this.游戏频道ToolStripMenuItem.Name = "游戏频道ToolStripMenuItem";
     this.游戏频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.游戏频道ToolStripMenuItem.Text = "游戏频道";
     //
     // 科技数码ToolStripMenuItem
     //
     this.科技数码ToolStripMenuItem.Name = "科技数码ToolStripMenuItem";
     this.科技数码ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.科技数码ToolStripMenuItem.Text = "科技数码";
     //
     // toolStripMenuItem10
     //
     this.toolStripMenuItem10.Name = "toolStripMenuItem10";
     this.toolStripMenuItem10.Size = new System.Drawing.Size(115, 6);
     //
     // 名人博客ToolStripMenuItem
     //
     this.名人博客ToolStripMenuItem.Name = "名人博客ToolStripMenuItem";
     this.名人博客ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.名人博客ToolStripMenuItem.Text = "名人博客";
     //
     // 腾讯论坛ToolStripMenuItem
     //
     this.腾讯论坛ToolStripMenuItem.Name = "腾讯论坛ToolStripMenuItem";
     this.腾讯论坛ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.腾讯论坛ToolStripMenuItem.Text = "腾讯论坛";
     //
     // 财付通ToolStripMenuItem
     //
     this.财付通ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.我的钱包ToolStripMenuItem,
     this.qQ充值ToolStripMenuItem1,
     this.手机充值ToolStripMenuItem,
     this.游戏直充ToolStripMenuItem,
     this.机票订购ToolStripMenuItem,
     this.超值购物ToolStripMenuItem});
     this.财付通ToolStripMenuItem.Name = "财付通ToolStripMenuItem";
     this.财付通ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.财付通ToolStripMenuItem.Text = "财付通";
     //
     // 我的钱包ToolStripMenuItem
     //
     this.我的钱包ToolStripMenuItem.Name = "我的钱包ToolStripMenuItem";
     this.我的钱包ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.我的钱包ToolStripMenuItem.Text = "我的钱包";
     //
     // qQ充值ToolStripMenuItem1
     //
     this.qQ充值ToolStripMenuItem1.Name = "qQ充值ToolStripMenuItem1";
     this.qQ充值ToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
     this.qQ充值ToolStripMenuItem1.Text = "QQ充值";
     //
     // 手机充值ToolStripMenuItem
     //
     this.手机充值ToolStripMenuItem.Name = "手机充值ToolStripMenuItem";
     this.手机充值ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.手机充值ToolStripMenuItem.Text = "手机充值";
     //
     // 游戏直充ToolStripMenuItem
     //
     this.游戏直充ToolStripMenuItem.Name = "游戏直充ToolStripMenuItem";
     this.游戏直充ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.游戏直充ToolStripMenuItem.Text = "游戏直充";
     //
     // 机票订购ToolStripMenuItem
     //
     this.机票订购ToolStripMenuItem.Name = "机票订购ToolStripMenuItem";
     this.机票订购ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.机票订购ToolStripMenuItem.Text = "机票订购";
     //
     // 超值购物ToolStripMenuItem
     //
     this.超值购物ToolStripMenuItem.Name = "超值购物ToolStripMenuItem";
     this.超值购物ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.超值购物ToolStripMenuItem.Text = "超值购物";
     //
     // qQ会员ToolStripMenuItem
     //
     this.qQ会员ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.会员官网ToolStripMenuItem,
     this.会员专区ToolStripMenuItem,
     this.成长体系ToolStripMenuItem,
     this.qQ风尚ToolStripMenuItem,
     this.toolStripMenuItem11,
     this.升级成为会员ToolStripMenuItem,
     this.赠送会员ToolStripMenuItem,
     this.索要会员ToolStripMenuItem,
     this.toolStripMenuItem12,
     this.全部特权ToolStripMenuItem,
     this.热门功能ToolStripMenuItem,
     this.生活特权ToolStripMenuItem});
     this.qQ会员ToolStripMenuItem.Name = "qQ会员ToolStripMenuItem";
     this.qQ会员ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.qQ会员ToolStripMenuItem.Text = "QQ会员";
     //
     // 会员官网ToolStripMenuItem
     //
     this.会员官网ToolStripMenuItem.Name = "会员官网ToolStripMenuItem";
     this.会员官网ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员官网ToolStripMenuItem.Text = "会员官网";
     //
     // 会员专区ToolStripMenuItem
     //
     this.会员专区ToolStripMenuItem.Name = "会员专区ToolStripMenuItem";
     this.会员专区ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员专区ToolStripMenuItem.Text = "会员专区";
     //
     // 成长体系ToolStripMenuItem
     //
     this.成长体系ToolStripMenuItem.Name = "成长体系ToolStripMenuItem";
     this.成长体系ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.成长体系ToolStripMenuItem.Text = "成长体系";
     //
     // qQ风尚ToolStripMenuItem
     //
     this.qQ风尚ToolStripMenuItem.Name = "qQ风尚ToolStripMenuItem";
     this.qQ风尚ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ风尚ToolStripMenuItem.Text = "QQ风尚";
     //
     // toolStripMenuItem11
     //
     this.toolStripMenuItem11.Name = "toolStripMenuItem11";
     this.toolStripMenuItem11.Size = new System.Drawing.Size(139, 6);
     //
     // 升级成为会员ToolStripMenuItem
     //
     this.升级成为会员ToolStripMenuItem.Name = "升级成为会员ToolStripMenuItem";
     this.升级成为会员ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.升级成为会员ToolStripMenuItem.Text = "升级成为会员";
     //
     // 赠送会员ToolStripMenuItem
     //
     this.赠送会员ToolStripMenuItem.Name = "赠送会员ToolStripMenuItem";
     this.赠送会员ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.赠送会员ToolStripMenuItem.Text = "赠送会员";
     //
     // 索要会员ToolStripMenuItem
     //
     this.索要会员ToolStripMenuItem.Name = "索要会员ToolStripMenuItem";
     this.索要会员ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.索要会员ToolStripMenuItem.Text = "索要会员";
     //
     // toolStripMenuItem12
     //
     this.toolStripMenuItem12.Name = "toolStripMenuItem12";
     this.toolStripMenuItem12.Size = new System.Drawing.Size(139, 6);
     //
     // 全部特权ToolStripMenuItem
     //
     this.全部特权ToolStripMenuItem.Name = "全部特权ToolStripMenuItem";
     this.全部特权ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.全部特权ToolStripMenuItem.Text = "全部特权";
     //
     // 热门功能ToolStripMenuItem
     //
     this.热门功能ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.网络硬盘ToolStripMenuItem,
     this.qQ装扮ToolStripMenuItem,
     this.会员炫彩字ToolStripMenuItem,
     this.toolStripMenuItem13,
     this.会员魔法表情ToolStripMenuItem,
     this.会员超级表情ToolStripMenuItem,
     this.表情漫游ToolStripMenuItem,
     this.会员头像ToolStripMenuItem,
     this.会员个性铃音ToolStripMenuItem,
     this.toolStripMenuItem14,
     this.会员红名ToolStripMenuItem,
     this.qQ等级加速ToolStripMenuItem,
     this.toolStripMenuItem15,
     this.消息记录漫游ToolStripMenuItem,
     this.离线下载ToolStripMenuItem,
     this.好友克隆ToolStripMenuItem,
     this.会员群特权ToolStripMenuItem});
     this.热门功能ToolStripMenuItem.Name = "热门功能ToolStripMenuItem";
     this.热门功能ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.热门功能ToolStripMenuItem.Text = "热门功能";
     //
     // 网络硬盘ToolStripMenuItem
     //
     this.网络硬盘ToolStripMenuItem.Name = "网络硬盘ToolStripMenuItem";
     this.网络硬盘ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.网络硬盘ToolStripMenuItem.Text = "网络硬盘";
     //
     // qQ装扮ToolStripMenuItem
     //
     this.qQ装扮ToolStripMenuItem.Name = "qQ装扮ToolStripMenuItem";
     this.qQ装扮ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ装扮ToolStripMenuItem.Text = "QQ装扮";
     //
     // 会员炫彩字ToolStripMenuItem
     //
     this.会员炫彩字ToolStripMenuItem.Name = "会员炫彩字ToolStripMenuItem";
     this.会员炫彩字ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员炫彩字ToolStripMenuItem.Text = "会员炫彩字";
     //
     // toolStripMenuItem13
     //
     this.toolStripMenuItem13.Name = "toolStripMenuItem13";
     this.toolStripMenuItem13.Size = new System.Drawing.Size(139, 6);
     //
     // 会员魔法表情ToolStripMenuItem
     //
     this.会员魔法表情ToolStripMenuItem.Name = "会员魔法表情ToolStripMenuItem";
     this.会员魔法表情ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员魔法表情ToolStripMenuItem.Text = "会员魔法表情";
     //
     // 会员超级表情ToolStripMenuItem
     //
     this.会员超级表情ToolStripMenuItem.Name = "会员超级表情ToolStripMenuItem";
     this.会员超级表情ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员超级表情ToolStripMenuItem.Text = "会员超级表情";
     //
     // 表情漫游ToolStripMenuItem
     //
     this.表情漫游ToolStripMenuItem.Name = "表情漫游ToolStripMenuItem";
     this.表情漫游ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.表情漫游ToolStripMenuItem.Text = "表情漫游";
     //
     // 会员头像ToolStripMenuItem
     //
     this.会员头像ToolStripMenuItem.Name = "会员头像ToolStripMenuItem";
     this.会员头像ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员头像ToolStripMenuItem.Text = "会员头像";
     //
     // 会员个性铃音ToolStripMenuItem
     //
     this.会员个性铃音ToolStripMenuItem.Name = "会员个性铃音ToolStripMenuItem";
     this.会员个性铃音ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员个性铃音ToolStripMenuItem.Text = "会员个性铃音";
     //
     // toolStripMenuItem14
     //
     this.toolStripMenuItem14.Name = "toolStripMenuItem14";
     this.toolStripMenuItem14.Size = new System.Drawing.Size(139, 6);
     //
     // 会员红名ToolStripMenuItem
     //
     this.会员红名ToolStripMenuItem.Name = "会员红名ToolStripMenuItem";
     this.会员红名ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员红名ToolStripMenuItem.Text = "会员红名";
     //
     // qQ等级加速ToolStripMenuItem
     //
     this.qQ等级加速ToolStripMenuItem.Name = "qQ等级加速ToolStripMenuItem";
     this.qQ等级加速ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ等级加速ToolStripMenuItem.Text = "QQ等级加速";
     //
     // toolStripMenuItem15
     //
     this.toolStripMenuItem15.Name = "toolStripMenuItem15";
     this.toolStripMenuItem15.Size = new System.Drawing.Size(139, 6);
     //
     // 消息记录漫游ToolStripMenuItem
     //
     this.消息记录漫游ToolStripMenuItem.Name = "消息记录漫游ToolStripMenuItem";
     this.消息记录漫游ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.消息记录漫游ToolStripMenuItem.Text = "消息记录漫游";
     //
     // 离线下载ToolStripMenuItem
     //
     this.离线下载ToolStripMenuItem.Name = "离线下载ToolStripMenuItem";
     this.离线下载ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.离线下载ToolStripMenuItem.Text = "离线下载";
     //
     // 好友克隆ToolStripMenuItem
     //
     this.好友克隆ToolStripMenuItem.Name = "好友克隆ToolStripMenuItem";
     this.好友克隆ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.好友克隆ToolStripMenuItem.Text = "好友克隆";
     //
     // 会员群特权ToolStripMenuItem
     //
     this.会员群特权ToolStripMenuItem.Name = "会员群特权ToolStripMenuItem";
     this.会员群特权ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员群特权ToolStripMenuItem.Text = "会员群特权";
     //
     // 生活特权ToolStripMenuItem
     //
     this.生活特权ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.qQ彩贝ToolStripMenuItem,
     this.qQ电影票ToolStripMenuItem,
     this.qQ团购ToolStripMenuItem,
     this.qQ旅游ToolStripMenuItem,
     this.qQ返利ToolStripMenuItem});
     this.生活特权ToolStripMenuItem.Name = "生活特权ToolStripMenuItem";
     this.生活特权ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.生活特权ToolStripMenuItem.Text = "生活特权";
     //
     // qQ彩贝ToolStripMenuItem
     //
     this.qQ彩贝ToolStripMenuItem.Name = "qQ彩贝ToolStripMenuItem";
     this.qQ彩贝ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ彩贝ToolStripMenuItem.Text = "QQ彩贝";
     //
     // qQ电影票ToolStripMenuItem
     //
     this.qQ电影票ToolStripMenuItem.Name = "qQ电影票ToolStripMenuItem";
     this.qQ电影票ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ电影票ToolStripMenuItem.Text = "QQ电影票";
     //
     // qQ团购ToolStripMenuItem
     //
     this.qQ团购ToolStripMenuItem.Name = "qQ团购ToolStripMenuItem";
     this.qQ团购ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ团购ToolStripMenuItem.Text = "QQ团购";
     //
     // qQ旅游ToolStripMenuItem
     //
     this.qQ旅游ToolStripMenuItem.Name = "qQ旅游ToolStripMenuItem";
     this.qQ旅游ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ旅游ToolStripMenuItem.Text = "QQ旅游";
     //
     // qQ返利ToolStripMenuItem
     //
     this.qQ返利ToolStripMenuItem.Name = "qQ返利ToolStripMenuItem";
     this.qQ返利ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ返利ToolStripMenuItem.Text = "QQ返利";
     //
     // 我的QQ中心ToolStripMenuItem
     //
     this.我的QQ中心ToolStripMenuItem.Name = "我的QQ中心ToolStripMenuItem";
     this.我的QQ中心ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.我的QQ中心ToolStripMenuItem.Text = "我的QQ中心";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(127, 6);
     //
     // 工具ToolStripMenuItem
     //
     this.工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.qQ在线状态官网ToolStripMenuItem,
     this.网络收藏夹ToolStripMenuItem,
     this.网络备忘录ToolStripMenuItem,
     this.消息管理器ToolStripMenuItem,
     this.数据导入工具ToolStripMenuItem,
     this.查找ToolStripMenuItem,
     this.恢复关闭前状态ToolStripMenuItem});
     this.工具ToolStripMenuItem.Name = "工具ToolStripMenuItem";
     this.工具ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.工具ToolStripMenuItem.Text = "工具";
     //
     // qQ在线状态官网ToolStripMenuItem
     //
     this.qQ在线状态官网ToolStripMenuItem.Name = "qQ在线状态官网ToolStripMenuItem";
     this.qQ在线状态官网ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.qQ在线状态官网ToolStripMenuItem.Text = "QQ在线状态官网";
     //
     // 网络收藏夹ToolStripMenuItem
     //
     this.网络收藏夹ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.管理网络收藏夹ToolStripMenuItem,
     this.上传本地收藏夹ToolStripMenuItem,
     this.下载网络收藏夹ToolStripMenuItem});
     this.网络收藏夹ToolStripMenuItem.Name = "网络收藏夹ToolStripMenuItem";
     this.网络收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.网络收藏夹ToolStripMenuItem.Text = "网络收藏夹";
     //
     // 管理网络收藏夹ToolStripMenuItem
     //
     this.管理网络收藏夹ToolStripMenuItem.Name = "管理网络收藏夹ToolStripMenuItem";
     this.管理网络收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.管理网络收藏夹ToolStripMenuItem.Text = "管理网络收藏夹";
     //
     // 上传本地收藏夹ToolStripMenuItem
     //
     this.上传本地收藏夹ToolStripMenuItem.Name = "上传本地收藏夹ToolStripMenuItem";
     this.上传本地收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.上传本地收藏夹ToolStripMenuItem.Text = "上传本地收藏夹";
     //
     // 下载网络收藏夹ToolStripMenuItem
     //
     this.下载网络收藏夹ToolStripMenuItem.Name = "下载网络收藏夹ToolStripMenuItem";
     this.下载网络收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.下载网络收藏夹ToolStripMenuItem.Text = "下载网络收藏夹";
     //
     // 网络备忘录ToolStripMenuItem
     //
     this.网络备忘录ToolStripMenuItem.Name = "网络备忘录ToolStripMenuItem";
     this.网络备忘录ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.网络备忘录ToolStripMenuItem.Text = "网络备忘录";
     //
     // 消息管理器ToolStripMenuItem
     //
     this.消息管理器ToolStripMenuItem.Name = "消息管理器ToolStripMenuItem";
     this.消息管理器ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.消息管理器ToolStripMenuItem.Text = "消息管理器";
     //
     // 数据导入工具ToolStripMenuItem
     //
     this.数据导入工具ToolStripMenuItem.Name = "数据导入工具ToolStripMenuItem";
     this.数据导入工具ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.数据导入工具ToolStripMenuItem.Text = "数据导入工具";
     //
     // 查找ToolStripMenuItem
     //
     this.查找ToolStripMenuItem.Name = "查找ToolStripMenuItem";
     this.查找ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.查找ToolStripMenuItem.Text = "查找";
     //
     // 恢复关闭前状态ToolStripMenuItem
     //
     this.恢复关闭前状态ToolStripMenuItem.Name = "恢复关闭前状态ToolStripMenuItem";
     this.恢复关闭前状态ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.恢复关闭前状态ToolStripMenuItem.Text = "恢复关闭前状态";
     //
     // 系统设置ToolStripMenuItem
     //
     this.系统设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.个人资料ToolStripMenuItem,
     this.toolStripMenuItem16,
     this.基本设置ToolStripMenuItem,
     this.安全设置ToolStripMenuItem,
     this.隐私设置ToolStripMenuItem});
     this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
     this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.系统设置ToolStripMenuItem.Text = "系统设置";
     //
     // 个人资料ToolStripMenuItem
     //
     this.个人资料ToolStripMenuItem.Name = "个人资料ToolStripMenuItem";
     this.个人资料ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.个人资料ToolStripMenuItem.Text = "个人资料";
     //
     // toolStripMenuItem16
     //
     this.toolStripMenuItem16.Name = "toolStripMenuItem16";
     this.toolStripMenuItem16.Size = new System.Drawing.Size(115, 6);
     //
     // 基本设置ToolStripMenuItem
     //
     this.基本设置ToolStripMenuItem.Name = "基本设置ToolStripMenuItem";
     this.基本设置ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.基本设置ToolStripMenuItem.Text = "基本设置";
     //
     // 安全设置ToolStripMenuItem
     //
     this.安全设置ToolStripMenuItem.Name = "安全设置ToolStripMenuItem";
     this.安全设置ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.安全设置ToolStripMenuItem.Text = "安全设置";
     //
     // 隐私设置ToolStripMenuItem
     //
     this.隐私设置ToolStripMenuItem.Name = "隐私设置ToolStripMenuItem";
     this.隐私设置ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.隐私设置ToolStripMenuItem.Text = "隐私设置";
     //
     // 软件升级ToolStripMenuItem
     //
     this.软件升级ToolStripMenuItem.Name = "软件升级ToolStripMenuItem";
     this.软件升级ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.软件升级ToolStripMenuItem.Text = "软件升级";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(127, 6);
     //
     // 安全中心ToolStripMenuItem
     //
     this.安全中心ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.安全沟通ToolStripMenuItem,
     this.安全中心首页ToolStripMenuItem,
     this.申请密码保护ToolStripMenuItem,
     this.举报恶意行为ToolStripMenuItem,
     this.qQ安全帮助ToolStripMenuItem});
     this.安全中心ToolStripMenuItem.Name = "安全中心ToolStripMenuItem";
     this.安全中心ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.安全中心ToolStripMenuItem.Text = "安全中心";
     //
     // 安全沟通ToolStripMenuItem
     //
     this.安全沟通ToolStripMenuItem.Name = "安全沟通ToolStripMenuItem";
     this.安全沟通ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.安全沟通ToolStripMenuItem.Text = "安全沟通";
     //
     // 安全中心首页ToolStripMenuItem
     //
     this.安全中心首页ToolStripMenuItem.Name = "安全中心首页ToolStripMenuItem";
     this.安全中心首页ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.安全中心首页ToolStripMenuItem.Text = "安全中心首页";
     //
     // 申请密码保护ToolStripMenuItem
     //
     this.申请密码保护ToolStripMenuItem.Name = "申请密码保护ToolStripMenuItem";
     this.申请密码保护ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.申请密码保护ToolStripMenuItem.Text = "申请密码保护";
     //
     // 举报恶意行为ToolStripMenuItem
     //
     this.举报恶意行为ToolStripMenuItem.Name = "举报恶意行为ToolStripMenuItem";
     this.举报恶意行为ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.举报恶意行为ToolStripMenuItem.Text = "举报恶意行为";
     //
     // qQ安全帮助ToolStripMenuItem
     //
     this.qQ安全帮助ToolStripMenuItem.Name = "qQ安全帮助ToolStripMenuItem";
     this.qQ安全帮助ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ安全帮助ToolStripMenuItem.Text = "QQ安全帮助";
     //
     // 帮组ToolStripMenuItem
     //
     this.帮组ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.使用帮助ToolStripMenuItem,
     this.腾讯客服ToolStripMenuItem,
     this.反馈问题ToolStripMenuItem,
     this.toolStripMenuItem17,
     this.qQ新特性ToolStripMenuItem,
     this.toolStripMenuItem18,
     this.iMQQ官网ToolStripMenuItem,
     this.qQ官方微博ToolStripMenuItem,
     this.关于QQ2013ToolStripMenuItem});
     this.帮组ToolStripMenuItem.Name = "帮组ToolStripMenuItem";
     this.帮组ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.帮组ToolStripMenuItem.Text = "帮助";
     //
     // 使用帮助ToolStripMenuItem
     //
     this.使用帮助ToolStripMenuItem.Name = "使用帮助ToolStripMenuItem";
     this.使用帮助ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.使用帮助ToolStripMenuItem.Text = "使用帮助";
     //
     // 腾讯客服ToolStripMenuItem
     //
     this.腾讯客服ToolStripMenuItem.Name = "腾讯客服ToolStripMenuItem";
     this.腾讯客服ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.腾讯客服ToolStripMenuItem.Text = "腾讯客服";
     //
     // 反馈问题ToolStripMenuItem
     //
     this.反馈问题ToolStripMenuItem.Name = "反馈问题ToolStripMenuItem";
     this.反馈问题ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.反馈问题ToolStripMenuItem.Text = "反馈问题";
     //
     // toolStripMenuItem17
     //
     this.toolStripMenuItem17.Name = "toolStripMenuItem17";
     this.toolStripMenuItem17.Size = new System.Drawing.Size(127, 6);
     //
     // qQ新特性ToolStripMenuItem
     //
     this.qQ新特性ToolStripMenuItem.Name = "qQ新特性ToolStripMenuItem";
     this.qQ新特性ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.qQ新特性ToolStripMenuItem.Text = "QQ新特性";
     //
     // toolStripMenuItem18
     //
     this.toolStripMenuItem18.Name = "toolStripMenuItem18";
     this.toolStripMenuItem18.Size = new System.Drawing.Size(127, 6);
     //
     // iMQQ官网ToolStripMenuItem
     //
     this.iMQQ官网ToolStripMenuItem.Name = "iMQQ官网ToolStripMenuItem";
     this.iMQQ官网ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.iMQQ官网ToolStripMenuItem.Text = "I\'M QQ官网";
     //
     // qQ官方微博ToolStripMenuItem
     //
     this.qQ官方微博ToolStripMenuItem.Name = "qQ官方微博ToolStripMenuItem";
     this.qQ官方微博ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.qQ官方微博ToolStripMenuItem.Text = "QQ官方微博";
     //
     // 关于QQ2013ToolStripMenuItem
     //
     this.关于QQ2013ToolStripMenuItem.Name = "关于QQ2013ToolStripMenuItem";
     this.关于QQ2013ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.关于QQ2013ToolStripMenuItem.Text = "关于QQ2013";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(127, 6);
     //
     // 好友管理ToolStripMenuItem
     //
     this.好友管理ToolStripMenuItem.Name = "好友管理ToolStripMenuItem";
     this.好友管理ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.好友管理ToolStripMenuItem.Text = "好友管理";
     //
     // 修改密码ToolStripMenuItem
     //
     this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
     this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.修改密码ToolStripMenuItem.Text = "修改密码";
     //
     // 更改用户ToolStripMenuItem
     //
     this.更改用户ToolStripMenuItem.Name = "更改用户ToolStripMenuItem";
     this.更改用户ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.更改用户ToolStripMenuItem.Text = "更改用户";
     //
     // 锁定QQToolStripMenuItem
     //
     this.锁定QQToolStripMenuItem.Name = "锁定QQToolStripMenuItem";
     this.锁定QQToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.锁定QQToolStripMenuItem.Text = "锁定QQ";
     //
     // 退出ToolStripMenuItem
     //
     this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
     this.退出ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.退出ToolStripMenuItem.Text = "退出";
     //
     // skinToolStrip2
     //
     this.skinToolStrip2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip2.Arrow = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinToolStrip2.AutoSize = false;
     this.skinToolStrip2.Back = System.Drawing.Color.White;
     this.skinToolStrip2.BackColor = System.Drawing.Color.Transparent;
     this.skinToolStrip2.BackRadius = 4;
     this.skinToolStrip2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
     this.skinToolStrip2.Base = System.Drawing.Color.Transparent;
     this.skinToolStrip2.BaseFore = System.Drawing.Color.Black;
     this.skinToolStrip2.BaseForeAnamorphosis = true;
     this.skinToolStrip2.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip2.BaseForeAnamorphosisColor = System.Drawing.Color.White;
     this.skinToolStrip2.BaseHoverFore = System.Drawing.Color.Black;
     this.skinToolStrip2.BaseItemAnamorphosis = true;
     this.skinToolStrip2.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip2.BaseItemBorderShow = true;
     this.skinToolStrip2.BaseItemDown = global::CC2013.Properties.Resources.allbtn_down;
     this.skinToolStrip2.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip2.BaseItemMouse = global::CC2013.Properties.Resources.allbtn_highlight;
     this.skinToolStrip2.BaseItemPressed = System.Drawing.Color.Transparent;
     this.skinToolStrip2.BaseItemRadius = 2;
     this.skinToolStrip2.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip2.BaseItemSplitter = System.Drawing.Color.Transparent;
     this.skinToolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip2.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip2.Fore = System.Drawing.Color.Black;
     this.skinToolStrip2.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip2.HoverFore = System.Drawing.Color.White;
     this.skinToolStrip2.ItemAnamorphosis = false;
     this.skinToolStrip2.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip2.ItemBorderShow = false;
     this.skinToolStrip2.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip2.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip2.ItemRadius = 3;
     this.skinToolStrip2.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton17,
     this.toolStripButton16,
     this.toolStripButton13,
     this.toolStripButton20,
     this.toolStripButton7,
     this.toolStripButton18});
     this.skinToolStrip2.Location = new System.Drawing.Point(1, 113);
     this.skinToolStrip2.Name = "skinToolStrip2";
     this.skinToolStrip2.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip2.Size = new System.Drawing.Size(278, 24);
     this.skinToolStrip2.TabIndex = 124;
     this.skinToolStrip2.Text = "skinToolStrip2";
     this.skinToolStrip2.TitleAnamorphosis = false;
     this.skinToolStrip2.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinToolStrip2.TitleRadius = 4;
     this.skinToolStrip2.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripButton17
     //
     this.toolStripButton17.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton17.Image")));
     this.toolStripButton17.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton17.Margin = new System.Windows.Forms.Padding(5, 1, 0, 2);
     this.toolStripButton17.Name = "toolStripButton17";
     this.toolStripButton17.Size = new System.Drawing.Size(37, 21);
     this.toolStripButton17.Text = "11";
     this.toolStripButton17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton17.ToolTipText = "圈子";
     //
     // toolStripButton16
     //
     this.toolStripButton16.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton16.Image")));
     this.toolStripButton16.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton16.Name = "toolStripButton16";
     this.toolStripButton16.Size = new System.Drawing.Size(31, 21);
     this.toolStripButton16.Text = "4";
     this.toolStripButton16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton16.ToolTipText = "圈子";
     //
     // toolStripButton13
     //
     this.toolStripButton13.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton13.Image")));
     this.toolStripButton13.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton13.Name = "toolStripButton13";
     this.toolStripButton13.Size = new System.Drawing.Size(37, 21);
     this.toolStripButton13.Text = "24";
     this.toolStripButton13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton13.ToolTipText = "圈子";
     //
     // toolStripButton20
     //
     this.toolStripButton20.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton20.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton20.Image")));
     this.toolStripButton20.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton20.Name = "toolStripButton20";
     this.toolStripButton20.Size = new System.Drawing.Size(23, 21);
     this.toolStripButton20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton20.ToolTipText = "圈子";
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(23, 21);
     this.toolStripButton7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton7.ToolTipText = "圈子";
     //
     // toolStripButton18
     //
     this.toolStripButton18.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton18.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton18.Image")));
     this.toolStripButton18.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(0)))), ((int)(((byte)(11)))));
     this.toolStripButton18.Name = "toolStripButton18";
     this.toolStripButton18.Size = new System.Drawing.Size(31, 21);
     this.toolStripButton18.Text = "2";
     //
     // btnTq
     //
     this.btnTq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTq.BackColor = System.Drawing.Color.Transparent;
     this.btnTq.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.btnTq.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnTq.DownBack = null;
     this.btnTq.DrawType = CCWin.SkinControl.DrawStyle.None;
     this.btnTq.Image = ((System.Drawing.Image)(resources.GetObject("btnTq.Image")));
     this.btnTq.Location = new System.Drawing.Point(233, 46);
     this.btnTq.Margin = new System.Windows.Forms.Padding(0);
     this.btnTq.MouseBack = null;
     this.btnTq.Name = "btnTq";
     this.btnTq.NormlBack = null;
     this.btnTq.Size = new System.Drawing.Size(37, 32);
     this.btnTq.TabIndex = 126;
     this.btnTq.UseVisualStyleBackColor = false;
     //
     // UserMenu
     //
     this.UserMenu.Arrow = System.Drawing.Color.Gray;
     this.UserMenu.Back = System.Drawing.Color.White;
     this.UserMenu.BackRadius = 4;
     this.UserMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.UserMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.UserMenu.Fore = System.Drawing.Color.Black;
     this.UserMenu.HoverFore = System.Drawing.Color.White;
     this.UserMenu.ImageScalingSize = new System.Drawing.Size(11, 11);
     this.UserMenu.ItemAnamorphosis = false;
     this.UserMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.UserMenu.ItemBorderShow = false;
     this.UserMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.UserMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.UserMenu.ItemRadius = 4;
     this.UserMenu.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.UserMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem51,
     this.toolStripMenuItem56,
     this.toolStripMenuItem60,
     this.进入空间ToolStripMenuItem,
     this.设置空间限制访问ToolStripMenuItem,
     this.会员快捷功能ToolStripMenuItem,
     this.toolStripMenuItem57,
     this.toolStripMenuItem52,
     this.移动联系人至ToolStripMenuItem,
     this.删除好友ToolStripMenuItem,
     this.举报此用户ToolStripMenuItem,
     this.修改备注名ToolStripMenuItem,
     this.好友管理ToolStripMenuItem1,
     this.设置权限ToolStripMenuItem,
     this.toolStripMenuItem53,
     this.消息记录ToolStripMenuItem,
     this.查看资料ToolStripMenuItem});
     this.UserMenu.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.UserMenu.Name = "MenuState";
     this.UserMenu.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.UserMenu.Size = new System.Drawing.Size(173, 330);
     this.UserMenu.TitleAnamorphosis = false;
     this.UserMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.UserMenu.TitleRadius = 4;
     this.UserMenu.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripMenuItem51
     //
     this.toolStripMenuItem51.Name = "toolStripMenuItem51";
     this.toolStripMenuItem51.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem51.Tag = "1";
     this.toolStripMenuItem51.Text = "发送即时消息";
     this.toolStripMenuItem51.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem56
     //
     this.toolStripMenuItem56.Name = "toolStripMenuItem56";
     this.toolStripMenuItem56.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem56.Text = "发送电子邮件";
     //
     // toolStripMenuItem60
     //
     this.toolStripMenuItem60.Name = "toolStripMenuItem60";
     this.toolStripMenuItem60.Size = new System.Drawing.Size(169, 6);
     //
     // 进入空间ToolStripMenuItem
     //
     this.进入空间ToolStripMenuItem.Name = "进入空间ToolStripMenuItem";
     this.进入空间ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.进入空间ToolStripMenuItem.Text = "进入空间";
     //
     // 设置空间限制访问ToolStripMenuItem
     //
     this.设置空间限制访问ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.允许访问ToolStripMenuItem,
     this.禁止访问ToolStripMenuItem});
     this.设置空间限制访问ToolStripMenuItem.Name = "设置空间限制访问ToolStripMenuItem";
     this.设置空间限制访问ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.设置空间限制访问ToolStripMenuItem.Text = "设置空间限制访问";
     //
     // 允许访问ToolStripMenuItem
     //
     this.允许访问ToolStripMenuItem.Name = "允许访问ToolStripMenuItem";
     this.允许访问ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.允许访问ToolStripMenuItem.Text = "允许访问";
     //
     // 禁止访问ToolStripMenuItem
     //
     this.禁止访问ToolStripMenuItem.Name = "禁止访问ToolStripMenuItem";
     this.禁止访问ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.禁止访问ToolStripMenuItem.Text = "禁止访问";
     //
     // 会员快捷功能ToolStripMenuItem
     //
     this.会员快捷功能ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.设置QQ装扮ToolStripMenuItem,
     this.设置动态炫铃ToolStripMenuItem,
     this.设置炫铃ToolStripMenuItem,
     this.设置好友铃音ToolStripMenuItem,
     this.toolStripMenuItem54,
     this.会员群特权ToolStripMenuItem1,
     this.群克隆ToolStripMenuItem,
     this.好友克隆ToolStripMenuItem1,
     this.好友上线通知ToolStripMenuItem,
     this.发送会员贺卡ToolStripMenuItem,
     this.toolStripMenuItem55,
     this.赠送会员ToolStripMenuItem1,
     this.索要会员ToolStripMenuItem1});
     this.会员快捷功能ToolStripMenuItem.Name = "会员快捷功能ToolStripMenuItem";
     this.会员快捷功能ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.会员快捷功能ToolStripMenuItem.Text = "会员快捷功能";
     //
     // 设置QQ装扮ToolStripMenuItem
     //
     this.设置QQ装扮ToolStripMenuItem.Name = "设置QQ装扮ToolStripMenuItem";
     this.设置QQ装扮ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.设置QQ装扮ToolStripMenuItem.Text = "设置QQ装扮";
     //
     // 设置动态炫铃ToolStripMenuItem
     //
     this.设置动态炫铃ToolStripMenuItem.Name = "设置动态炫铃ToolStripMenuItem";
     this.设置动态炫铃ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.设置动态炫铃ToolStripMenuItem.Text = "设置动态炫铃";
     //
     // 设置炫铃ToolStripMenuItem
     //
     this.设置炫铃ToolStripMenuItem.Name = "设置炫铃ToolStripMenuItem";
     this.设置炫铃ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.设置炫铃ToolStripMenuItem.Text = "设置炫铃";
     //
     // 设置好友铃音ToolStripMenuItem
     //
     this.设置好友铃音ToolStripMenuItem.Name = "设置好友铃音ToolStripMenuItem";
     this.设置好友铃音ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.设置好友铃音ToolStripMenuItem.Text = "设置好友铃音";
     //
     // toolStripMenuItem54
     //
     this.toolStripMenuItem54.Name = "toolStripMenuItem54";
     this.toolStripMenuItem54.Size = new System.Drawing.Size(139, 6);
     //
     // 会员群特权ToolStripMenuItem1
     //
     this.会员群特权ToolStripMenuItem1.Name = "会员群特权ToolStripMenuItem1";
     this.会员群特权ToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.会员群特权ToolStripMenuItem1.Text = "会员群特权";
     //
     // 群克隆ToolStripMenuItem
     //
     this.群克隆ToolStripMenuItem.Name = "群克隆ToolStripMenuItem";
     this.群克隆ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.群克隆ToolStripMenuItem.Text = "群克隆";
     //
     // 好友克隆ToolStripMenuItem1
     //
     this.好友克隆ToolStripMenuItem1.Name = "好友克隆ToolStripMenuItem1";
     this.好友克隆ToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.好友克隆ToolStripMenuItem1.Text = "好友克隆";
     //
     // 好友上线通知ToolStripMenuItem
     //
     this.好友上线通知ToolStripMenuItem.Name = "好友上线通知ToolStripMenuItem";
     this.好友上线通知ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.好友上线通知ToolStripMenuItem.Text = "好友上线通知";
     //
     // 发送会员贺卡ToolStripMenuItem
     //
     this.发送会员贺卡ToolStripMenuItem.Name = "发送会员贺卡ToolStripMenuItem";
     this.发送会员贺卡ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.发送会员贺卡ToolStripMenuItem.Text = "发送会员贺卡";
     //
     // toolStripMenuItem55
     //
     this.toolStripMenuItem55.Name = "toolStripMenuItem55";
     this.toolStripMenuItem55.Size = new System.Drawing.Size(139, 6);
     //
     // 赠送会员ToolStripMenuItem1
     //
     this.赠送会员ToolStripMenuItem1.Name = "赠送会员ToolStripMenuItem1";
     this.赠送会员ToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.赠送会员ToolStripMenuItem1.Text = "赠送会员";
     //
     // 索要会员ToolStripMenuItem1
     //
     this.索要会员ToolStripMenuItem1.Name = "索要会员ToolStripMenuItem1";
     this.索要会员ToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.索要会员ToolStripMenuItem1.Text = "索要会员";
     //
     // toolStripMenuItem57
     //
     this.toolStripMenuItem57.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem58,
     this.toolStripMenuItem59,
     this.toolStripMenuItem77});
     this.toolStripMenuItem57.Name = "toolStripMenuItem57";
     this.toolStripMenuItem57.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem57.Text = "充值/支付快捷功能";
     //
     // toolStripMenuItem58
     //
     this.toolStripMenuItem58.Name = "toolStripMenuItem58";
     this.toolStripMenuItem58.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem58.Text = "充值Q币/Q点";
     //
     // toolStripMenuItem59
     //
     this.toolStripMenuItem59.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem61,
     this.toolStripMenuItem62,
     this.toolStripMenuItem63,
     this.toolStripMenuItem64,
     this.toolStripMenuItem65,
     this.toolStripMenuItem66,
     this.toolStripMenuItem67,
     this.toolStripMenuItem68,
     this.toolStripMenuItem69,
     this.toolStripMenuItem70,
     this.toolStripMenuItem71,
     this.toolStripMenuItem72,
     this.toolStripMenuItem73,
     this.toolStripMenuItem74,
     this.toolStripMenuItem75,
     this.toolStripMenuItem76});
     this.toolStripMenuItem59.Name = "toolStripMenuItem59";
     this.toolStripMenuItem59.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem59.Text = "开通包月服务";
     //
     // toolStripMenuItem61
     //
     this.toolStripMenuItem61.Name = "toolStripMenuItem61";
     this.toolStripMenuItem61.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem61.Text = "QQ会员";
     //
     // toolStripMenuItem62
     //
     this.toolStripMenuItem62.Name = "toolStripMenuItem62";
     this.toolStripMenuItem62.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem62.Text = "黄钻贵族";
     //
     // toolStripMenuItem63
     //
     this.toolStripMenuItem63.Name = "toolStripMenuItem63";
     this.toolStripMenuItem63.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem63.Text = "红钻贵族";
     //
     // toolStripMenuItem64
     //
     this.toolStripMenuItem64.Name = "toolStripMenuItem64";
     this.toolStripMenuItem64.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem64.Text = "绿钻贵族";
     //
     // toolStripMenuItem65
     //
     this.toolStripMenuItem65.Name = "toolStripMenuItem65";
     this.toolStripMenuItem65.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem65.Text = "超级QQ";
     //
     // toolStripMenuItem66
     //
     this.toolStripMenuItem66.Name = "toolStripMenuItem66";
     this.toolStripMenuItem66.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem66.Text = "蓝钻贵族";
     //
     // toolStripMenuItem67
     //
     this.toolStripMenuItem67.Name = "toolStripMenuItem67";
     this.toolStripMenuItem67.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem67.Text = "粉钻贵族";
     //
     // toolStripMenuItem68
     //
     this.toolStripMenuItem68.Name = "toolStripMenuItem68";
     this.toolStripMenuItem68.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem68.Text = "CF会员";
     //
     // toolStripMenuItem69
     //
     this.toolStripMenuItem69.Name = "toolStripMenuItem69";
     this.toolStripMenuItem69.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem69.Text = "DNF黑钻";
     //
     // toolStripMenuItem70
     //
     this.toolStripMenuItem70.Name = "toolStripMenuItem70";
     this.toolStripMenuItem70.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem70.Text = "炫舞紫钻";
     //
     // toolStripMenuItem71
     //
     this.toolStripMenuItem71.Name = "toolStripMenuItem71";
     this.toolStripMenuItem71.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem71.Text = "飞车紫钻";
     //
     // toolStripMenuItem72
     //
     this.toolStripMenuItem72.Name = "toolStripMenuItem72";
     this.toolStripMenuItem72.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem72.Text = "QQ堂紫钻";
     //
     // toolStripMenuItem73
     //
     this.toolStripMenuItem73.Name = "toolStripMenuItem73";
     this.toolStripMenuItem73.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem73.Text = "AVA精英";
     //
     // toolStripMenuItem74
     //
     this.toolStripMenuItem74.Name = "toolStripMenuItem74";
     this.toolStripMenuItem74.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem74.Text = "音速紫钻";
     //
     // toolStripMenuItem75
     //
     this.toolStripMenuItem75.Name = "toolStripMenuItem75";
     this.toolStripMenuItem75.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem75.Text = "寻仙VIP";
     //
     // toolStripMenuItem76
     //
     this.toolStripMenuItem76.Name = "toolStripMenuItem76";
     this.toolStripMenuItem76.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem76.Text = "读书VIP";
     //
     // toolStripMenuItem77
     //
     this.toolStripMenuItem77.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem78,
     this.toolStripMenuItem79,
     this.toolStripMenuItem80,
     this.toolStripMenuItem81,
     this.toolStripMenuItem82,
     this.toolStripMenuItem83,
     this.toolStripMenuItem84,
     this.toolStripMenuItem85,
     this.toolStripMenuItem86,
     this.toolStripMenuItem87,
     this.toolStripMenuItem88,
     this.toolStripMenuItem89,
     this.toolStripMenuItem90,
     this.toolStripMenuItem91,
     this.toolStripMenuItem92});
     this.toolStripMenuItem77.Name = "toolStripMenuItem77";
     this.toolStripMenuItem77.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem77.Text = "充值游戏点卷";
     //
     // toolStripMenuItem78
     //
     this.toolStripMenuItem78.Name = "toolStripMenuItem78";
     this.toolStripMenuItem78.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem78.Text = "CF点卷";
     //
     // toolStripMenuItem79
     //
     this.toolStripMenuItem79.Name = "toolStripMenuItem79";
     this.toolStripMenuItem79.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem79.Text = "DNF点卷";
     //
     // toolStripMenuItem80
     //
     this.toolStripMenuItem80.Name = "toolStripMenuItem80";
     this.toolStripMenuItem80.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem80.Text = "AVA点卷";
     //
     // toolStripMenuItem81
     //
     this.toolStripMenuItem81.Name = "toolStripMenuItem81";
     this.toolStripMenuItem81.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem81.Text = "QQ炫舞点卷";
     //
     // toolStripMenuItem82
     //
     this.toolStripMenuItem82.Name = "toolStripMenuItem82";
     this.toolStripMenuItem82.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem82.Text = "QQ飞车点卷";
     //
     // toolStripMenuItem83
     //
     this.toolStripMenuItem83.Name = "toolStripMenuItem83";
     this.toolStripMenuItem83.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem83.Text = "七雄争霸元宝";
     //
     // toolStripMenuItem84
     //
     this.toolStripMenuItem84.Name = "toolStripMenuItem84";
     this.toolStripMenuItem84.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem84.Text = "幻想世界金子";
     //
     // toolStripMenuItem85
     //
     this.toolStripMenuItem85.Name = "toolStripMenuItem85";
     this.toolStripMenuItem85.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem85.Text = "寻仙仙玉";
     //
     // toolStripMenuItem86
     //
     this.toolStripMenuItem86.Name = "toolStripMenuItem86";
     this.toolStripMenuItem86.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem86.Text = "QQ华夏点卷";
     //
     // toolStripMenuItem87
     //
     this.toolStripMenuItem87.Name = "toolStripMenuItem87";
     this.toolStripMenuItem87.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem87.Text = "大明龙权点卷";
     //
     // toolStripMenuItem88
     //
     this.toolStripMenuItem88.Name = "toolStripMenuItem88";
     this.toolStripMenuItem88.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem88.Text = "烽火战国点卷";
     //
     // toolStripMenuItem89
     //
     this.toolStripMenuItem89.Name = "toolStripMenuItem89";
     this.toolStripMenuItem89.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem89.Text = "三国点卷";
     //
     // toolStripMenuItem90
     //
     this.toolStripMenuItem90.Name = "toolStripMenuItem90";
     this.toolStripMenuItem90.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem90.Text = "自由幻想彩玉";
     //
     // toolStripMenuItem91
     //
     this.toolStripMenuItem91.Name = "toolStripMenuItem91";
     this.toolStripMenuItem91.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem91.Text = "丝路英雄路币";
     //
     // toolStripMenuItem92
     //
     this.toolStripMenuItem92.Name = "toolStripMenuItem92";
     this.toolStripMenuItem92.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem92.Text = "绿色征途点卷";
     //
     // toolStripMenuItem52
     //
     this.toolStripMenuItem52.Name = "toolStripMenuItem52";
     this.toolStripMenuItem52.Size = new System.Drawing.Size(169, 6);
     //
     // 移动联系人至ToolStripMenuItem
     //
     this.移动联系人至ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.我的好友ToolStripMenuItem,
     this.自己ToolStripMenuItem,
     this.黑名单ToolStripMenuItem});
     this.移动联系人至ToolStripMenuItem.Name = "移动联系人至ToolStripMenuItem";
     this.移动联系人至ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.移动联系人至ToolStripMenuItem.Text = "移动联系人至";
     //
     // 我的好友ToolStripMenuItem
     //
     this.我的好友ToolStripMenuItem.Name = "我的好友ToolStripMenuItem";
     this.我的好友ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.我的好友ToolStripMenuItem.Text = "我的好友";
     //
     // 自己ToolStripMenuItem
     //
     this.自己ToolStripMenuItem.Name = "自己ToolStripMenuItem";
     this.自己ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.自己ToolStripMenuItem.Text = "自己";
     //
     // 黑名单ToolStripMenuItem
     //
     this.黑名单ToolStripMenuItem.Name = "黑名单ToolStripMenuItem";
     this.黑名单ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.黑名单ToolStripMenuItem.Text = "黑名单";
     //
     // 删除好友ToolStripMenuItem
     //
     this.删除好友ToolStripMenuItem.Name = "删除好友ToolStripMenuItem";
     this.删除好友ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.删除好友ToolStripMenuItem.Text = "删除好友";
     //
     // 举报此用户ToolStripMenuItem
     //
     this.举报此用户ToolStripMenuItem.Name = "举报此用户ToolStripMenuItem";
     this.举报此用户ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.举报此用户ToolStripMenuItem.Text = "举报此用户";
     //
     // 修改备注名ToolStripMenuItem
     //
     this.修改备注名ToolStripMenuItem.Name = "修改备注名ToolStripMenuItem";
     this.修改备注名ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.修改备注名ToolStripMenuItem.Text = "修改备注名";
     //
     // 好友管理ToolStripMenuItem1
     //
     this.好友管理ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.给他推荐好友ToolStripMenuItem,
     this.关注此好友ToolStripMenuItem,
     this.好友管理器ToolStripMenuItem1,
     this.生存桌面快捷方式ToolStripMenuItem});
     this.好友管理ToolStripMenuItem1.Name = "好友管理ToolStripMenuItem1";
     this.好友管理ToolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
     this.好友管理ToolStripMenuItem1.Text = "好友管理";
     //
     // 给他推荐好友ToolStripMenuItem
     //
     this.给他推荐好友ToolStripMenuItem.Name = "给他推荐好友ToolStripMenuItem";
     this.给他推荐好友ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.给他推荐好友ToolStripMenuItem.Text = "给他推荐好友";
     //
     // 关注此好友ToolStripMenuItem
     //
     this.关注此好友ToolStripMenuItem.Name = "关注此好友ToolStripMenuItem";
     this.关注此好友ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.关注此好友ToolStripMenuItem.Text = "关注此好友";
     //
     // 好友管理器ToolStripMenuItem1
     //
     this.好友管理器ToolStripMenuItem1.Name = "好友管理器ToolStripMenuItem1";
     this.好友管理器ToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
     this.好友管理器ToolStripMenuItem1.Text = "好友管理器";
     //
     // 生存桌面快捷方式ToolStripMenuItem
     //
     this.生存桌面快捷方式ToolStripMenuItem.Name = "生存桌面快捷方式ToolStripMenuItem";
     this.生存桌面快捷方式ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.生存桌面快捷方式ToolStripMenuItem.Text = "生存桌面快捷方式";
     //
     // 设置权限ToolStripMenuItem
     //
     this.设置权限ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.屏蔽此人消息ToolStripMenuItem,
     this.在线对其隐身ToolStripMenuItem,
     this.好友上线提醒ToolStripMenuItem});
     this.设置权限ToolStripMenuItem.Name = "设置权限ToolStripMenuItem";
     this.设置权限ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.设置权限ToolStripMenuItem.Text = "设置权限";
     //
     // 屏蔽此人消息ToolStripMenuItem
     //
     this.屏蔽此人消息ToolStripMenuItem.Name = "屏蔽此人消息ToolStripMenuItem";
     this.屏蔽此人消息ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.屏蔽此人消息ToolStripMenuItem.Text = "屏蔽此人消息";
     //
     // 在线对其隐身ToolStripMenuItem
     //
     this.在线对其隐身ToolStripMenuItem.Name = "在线对其隐身ToolStripMenuItem";
     this.在线对其隐身ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.在线对其隐身ToolStripMenuItem.Text = "在线对其隐身";
     //
     // 好友上线提醒ToolStripMenuItem
     //
     this.好友上线提醒ToolStripMenuItem.Name = "好友上线提醒ToolStripMenuItem";
     this.好友上线提醒ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.好友上线提醒ToolStripMenuItem.Text = "好友上线提醒";
     //
     // toolStripMenuItem53
     //
     this.toolStripMenuItem53.Name = "toolStripMenuItem53";
     this.toolStripMenuItem53.Size = new System.Drawing.Size(169, 6);
     //
     // 消息记录ToolStripMenuItem
     //
     this.消息记录ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.查看本地消息ToolStripMenuItem,
     this.查看漫游消息ToolStripMenuItem,
     this.查看上传消息ToolStripMenuItem});
     this.消息记录ToolStripMenuItem.Name = "消息记录ToolStripMenuItem";
     this.消息记录ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.消息记录ToolStripMenuItem.Text = "消息记录";
     //
     // 查看本地消息ToolStripMenuItem
     //
     this.查看本地消息ToolStripMenuItem.Name = "查看本地消息ToolStripMenuItem";
     this.查看本地消息ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.查看本地消息ToolStripMenuItem.Text = "查看本地消息";
     //
     // 查看漫游消息ToolStripMenuItem
     //
     this.查看漫游消息ToolStripMenuItem.Name = "查看漫游消息ToolStripMenuItem";
     this.查看漫游消息ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.查看漫游消息ToolStripMenuItem.Text = "查看漫游消息";
     //
     // 查看上传消息ToolStripMenuItem
     //
     this.查看上传消息ToolStripMenuItem.Name = "查看上传消息ToolStripMenuItem";
     this.查看上传消息ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.查看上传消息ToolStripMenuItem.Text = "查看上传消息";
     //
     // 查看资料ToolStripMenuItem
     //
     this.查看资料ToolStripMenuItem.Name = "查看资料ToolStripMenuItem";
     this.查看资料ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.查看资料ToolStripMenuItem.Text = "查看资料";
     //
     // GroupingMenu
     //
     this.GroupingMenu.Arrow = System.Drawing.Color.Gray;
     this.GroupingMenu.Back = System.Drawing.Color.White;
     this.GroupingMenu.BackRadius = 4;
     this.GroupingMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.GroupingMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.GroupingMenu.Fore = System.Drawing.Color.Black;
     this.GroupingMenu.HoverFore = System.Drawing.Color.White;
     this.GroupingMenu.ImageScalingSize = new System.Drawing.Size(11, 11);
     this.GroupingMenu.ItemAnamorphosis = false;
     this.GroupingMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.GroupingMenu.ItemBorderShow = false;
     this.GroupingMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.GroupingMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.GroupingMenu.ItemRadius = 4;
     this.GroupingMenu.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.GroupingMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem19,
     this.toolStripMenuItem122,
     this.toolStripMenuItem152,
     this.toolStripSeparator17,
     this.排序显示ToolStripMenuItem,
     this.刷新好友列表ToolStripMenuItem,
     this.toolStripMenuItem46,
     this.显示在线联系人ToolStripMenuItem,
     this.toolStripMenuItem47,
     this.显示企业分组ToolStripMenuItem,
     this.显示陌生人分组ToolStripMenuItem,
     this.显示黑名单ToolStripMenuItem,
     this.toolStripMenuItem48,
     this.隐身对该分组可见ToolStripMenuItem,
     this.在线对该分组隐身ToolStripMenuItem,
     this.toolStripMenuItem49,
     this.添加分组ToolStripMenuItem,
     this.添加联系人ToolStripMenuItem,
     this.toolStripMenuItem50,
     this.重命名ToolStripMenuItem,
     this.删除该组ToolStripMenuItem,
     this.好友管理器ToolStripMenuItem});
     this.GroupingMenu.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.GroupingMenu.Name = "MenuState";
     this.GroupingMenu.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.GroupingMenu.Size = new System.Drawing.Size(167, 392);
     this.GroupingMenu.TitleAnamorphosis = false;
     this.GroupingMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.GroupingMenu.TitleRadius = 4;
     this.GroupingMenu.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripMenuItem19
     //
     this.toolStripMenuItem19.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem21,
     this.toolStripMenuItem22,
     this.toolStripMenuItem34,
     this.toolStripMenuItem42,
     this.toolStripSeparator1,
     this.toolStripMenuItem43});
     this.toolStripMenuItem19.Name = "toolStripMenuItem19";
     this.toolStripMenuItem19.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem19.Tag = "1";
     this.toolStripMenuItem19.Text = "头像显示";
     this.toolStripMenuItem19.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem21
     //
     this.toolStripMenuItem21.Name = "toolStripMenuItem21";
     this.toolStripMenuItem21.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem21.Text = "大头像";
     //
     // toolStripMenuItem22
     //
     this.toolStripMenuItem22.Name = "toolStripMenuItem22";
     this.toolStripMenuItem22.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem22.Text = "小头像";
     //
     // toolStripMenuItem34
     //
     this.toolStripMenuItem34.Name = "toolStripMenuItem34";
     this.toolStripMenuItem34.Size = new System.Drawing.Size(163, 6);
     //
     // toolStripMenuItem42
     //
     this.toolStripMenuItem42.Name = "toolStripMenuItem42";
     this.toolStripMenuItem42.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem42.Text = "选中时显示大头像";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
     //
     // toolStripMenuItem43
     //
     this.toolStripMenuItem43.Name = "toolStripMenuItem43";
     this.toolStripMenuItem43.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem43.Text = "显示我的头像";
     //
     // toolStripMenuItem122
     //
     this.toolStripMenuItem122.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem123,
     this.toolStripMenuItem124,
     this.toolStripMenuItem125});
     this.toolStripMenuItem122.Name = "toolStripMenuItem122";
     this.toolStripMenuItem122.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem122.Text = "名称显示";
     //
     // toolStripMenuItem123
     //
     this.toolStripMenuItem123.Name = "toolStripMenuItem123";
     this.toolStripMenuItem123.Size = new System.Drawing.Size(154, 22);
     this.toolStripMenuItem123.Text = "显示备注和昵称";
     //
     // toolStripMenuItem124
     //
     this.toolStripMenuItem124.Name = "toolStripMenuItem124";
     this.toolStripMenuItem124.Size = new System.Drawing.Size(154, 22);
     this.toolStripMenuItem124.Text = "显示备注";
     //
     // toolStripMenuItem125
     //
     this.toolStripMenuItem125.Name = "toolStripMenuItem125";
     this.toolStripMenuItem125.Size = new System.Drawing.Size(154, 22);
     this.toolStripMenuItem125.Text = "显示昵称";
     //
     // toolStripMenuItem152
     //
     this.toolStripMenuItem152.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.单列显示ToolStripMenuItem,
     this.多列平铺ToolStripMenuItem,
     this.toolStripMenuItem44,
     this.显示清爽资料ToolStripMenuItem,
     this.toolStripMenuItem45,
     this.动画效果ToolStripMenuItem});
     this.toolStripMenuItem152.Name = "toolStripMenuItem152";
     this.toolStripMenuItem152.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem152.Text = "列表显示";
     //
     // 单列显示ToolStripMenuItem
     //
     this.单列显示ToolStripMenuItem.Name = "单列显示ToolStripMenuItem";
     this.单列显示ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.单列显示ToolStripMenuItem.Text = "单列显示";
     //
     // 多列平铺ToolStripMenuItem
     //
     this.多列平铺ToolStripMenuItem.Name = "多列平铺ToolStripMenuItem";
     this.多列平铺ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.多列平铺ToolStripMenuItem.Text = "多列平铺";
     //
     // toolStripMenuItem44
     //
     this.toolStripMenuItem44.Name = "toolStripMenuItem44";
     this.toolStripMenuItem44.Size = new System.Drawing.Size(139, 6);
     //
     // 显示清爽资料ToolStripMenuItem
     //
     this.显示清爽资料ToolStripMenuItem.Name = "显示清爽资料ToolStripMenuItem";
     this.显示清爽资料ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.显示清爽资料ToolStripMenuItem.Text = "显示清爽资料";
     //
     // toolStripMenuItem45
     //
     this.toolStripMenuItem45.Name = "toolStripMenuItem45";
     this.toolStripMenuItem45.Size = new System.Drawing.Size(139, 6);
     //
     // 动画效果ToolStripMenuItem
     //
     this.动画效果ToolStripMenuItem.Name = "动画效果ToolStripMenuItem";
     this.动画效果ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.动画效果ToolStripMenuItem.Text = "动画效果";
     //
     // toolStripSeparator17
     //
     this.toolStripSeparator17.Name = "toolStripSeparator17";
     this.toolStripSeparator17.Size = new System.Drawing.Size(163, 6);
     //
     // 排序显示ToolStripMenuItem
     //
     this.排序显示ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.按身份标识排序ToolStripMenuItem,
     this.按服务更新排序ToolStripMenuItem,
     this.按名称排序ToolStripMenuItem});
     this.排序显示ToolStripMenuItem.Name = "排序显示ToolStripMenuItem";
     this.排序显示ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.排序显示ToolStripMenuItem.Text = "排序显示";
     //
     // 按身份标识排序ToolStripMenuItem
     //
     this.按身份标识排序ToolStripMenuItem.Name = "按身份标识排序ToolStripMenuItem";
     this.按身份标识排序ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.按身份标识排序ToolStripMenuItem.Text = "按身份标识排序";
     //
     // 按服务更新排序ToolStripMenuItem
     //
     this.按服务更新排序ToolStripMenuItem.Name = "按服务更新排序ToolStripMenuItem";
     this.按服务更新排序ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.按服务更新排序ToolStripMenuItem.Text = "按服务更新排序";
     //
     // 按名称排序ToolStripMenuItem
     //
     this.按名称排序ToolStripMenuItem.Name = "按名称排序ToolStripMenuItem";
     this.按名称排序ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.按名称排序ToolStripMenuItem.Text = "按名称排序";
     //
     // 刷新好友列表ToolStripMenuItem
     //
     this.刷新好友列表ToolStripMenuItem.Name = "刷新好友列表ToolStripMenuItem";
     this.刷新好友列表ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.刷新好友列表ToolStripMenuItem.Text = "刷新好友列表";
     //
     // toolStripMenuItem46
     //
     this.toolStripMenuItem46.Name = "toolStripMenuItem46";
     this.toolStripMenuItem46.Size = new System.Drawing.Size(163, 6);
     //
     // 显示在线联系人ToolStripMenuItem
     //
     this.显示在线联系人ToolStripMenuItem.Name = "显示在线联系人ToolStripMenuItem";
     this.显示在线联系人ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.显示在线联系人ToolStripMenuItem.Text = "显示在线联系人";
     //
     // toolStripMenuItem47
     //
     this.toolStripMenuItem47.Name = "toolStripMenuItem47";
     this.toolStripMenuItem47.Size = new System.Drawing.Size(163, 6);
     //
     // 显示企业分组ToolStripMenuItem
     //
     this.显示企业分组ToolStripMenuItem.Name = "显示企业分组ToolStripMenuItem";
     this.显示企业分组ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.显示企业分组ToolStripMenuItem.Text = "显示企业分组";
     //
     // 显示陌生人分组ToolStripMenuItem
     //
     this.显示陌生人分组ToolStripMenuItem.Name = "显示陌生人分组ToolStripMenuItem";
     this.显示陌生人分组ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.显示陌生人分组ToolStripMenuItem.Text = "显示陌生人分组";
     //
     // 显示黑名单ToolStripMenuItem
     //
     this.显示黑名单ToolStripMenuItem.Name = "显示黑名单ToolStripMenuItem";
     this.显示黑名单ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.显示黑名单ToolStripMenuItem.Text = "显示黑名单";
     //
     // toolStripMenuItem48
     //
     this.toolStripMenuItem48.Name = "toolStripMenuItem48";
     this.toolStripMenuItem48.Size = new System.Drawing.Size(163, 6);
     //
     // 隐身对该分组可见ToolStripMenuItem
     //
     this.隐身对该分组可见ToolStripMenuItem.Name = "隐身对该分组可见ToolStripMenuItem";
     this.隐身对该分组可见ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.隐身对该分组可见ToolStripMenuItem.Text = "隐身对该分组可见";
     //
     // 在线对该分组隐身ToolStripMenuItem
     //
     this.在线对该分组隐身ToolStripMenuItem.Name = "在线对该分组隐身ToolStripMenuItem";
     this.在线对该分组隐身ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.在线对该分组隐身ToolStripMenuItem.Text = "在线对该分组隐身";
     //
     // toolStripMenuItem49
     //
     this.toolStripMenuItem49.Name = "toolStripMenuItem49";
     this.toolStripMenuItem49.Size = new System.Drawing.Size(163, 6);
     //
     // 添加分组ToolStripMenuItem
     //
     this.添加分组ToolStripMenuItem.Name = "添加分组ToolStripMenuItem";
     this.添加分组ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.添加分组ToolStripMenuItem.Text = "添加分组";
     //
     // 添加联系人ToolStripMenuItem
     //
     this.添加联系人ToolStripMenuItem.Name = "添加联系人ToolStripMenuItem";
     this.添加联系人ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.添加联系人ToolStripMenuItem.Text = "添加联系人";
     //
     // toolStripMenuItem50
     //
     this.toolStripMenuItem50.Name = "toolStripMenuItem50";
     this.toolStripMenuItem50.Size = new System.Drawing.Size(163, 6);
     //
     // 重命名ToolStripMenuItem
     //
     this.重命名ToolStripMenuItem.Name = "重命名ToolStripMenuItem";
     this.重命名ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.重命名ToolStripMenuItem.Text = "重命名";
     //
     // 删除该组ToolStripMenuItem
     //
     this.删除该组ToolStripMenuItem.Name = "删除该组ToolStripMenuItem";
     this.删除该组ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.删除该组ToolStripMenuItem.Text = "删除该组";
     //
     // 好友管理器ToolStripMenuItem
     //
     this.好友管理器ToolStripMenuItem.Name = "好友管理器ToolStripMenuItem";
     this.好友管理器ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.好友管理器ToolStripMenuItem.Text = "好友管理器";
     //
     // btnState
     //
     this.btnState.BackColor = System.Drawing.Color.Transparent;
     this.btnState.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnState.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
     this.btnState.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.btnState.DownBack = global::CC2013.Properties.Resources.allbtn_down;
     this.btnState.DrawType = CCWin.SkinControl.DrawStyle.Img;
     this.btnState.Image = global::CC2013.Properties.Resources.imonline__2_;
     this.btnState.ImageWidth = 12;
     this.btnState.Location = new System.Drawing.Point(178, 54);
     this.btnState.Margin = new System.Windows.Forms.Padding(0);
     this.btnState.MouseBack = global::CC2013.Properties.Resources.allbtn_highlight;
     this.btnState.Name = "btnState";
     this.btnState.NormlBack = null;
     this.btnState.Palace = true;
     this.btnState.Size = new System.Drawing.Size(23, 23);
     this.btnState.TabIndex = 128;
     this.btnState.Tag = "1";
     this.btnState.UseVisualStyleBackColor = false;
     this.btnState.Click += new System.EventHandler(this.btnState_Click);
     //
     // toolStripMenuItem23
     //
     this.toolStripMenuItem23.AutoSize = false;
     this.toolStripMenuItem23.Image = global::CC2013.Properties.Resources.imonline__2_;
     this.toolStripMenuItem23.Name = "toolStripMenuItem23";
     this.toolStripMenuItem23.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem23.Tag = "1";
     this.toolStripMenuItem23.Text = "我在线上";
     this.toolStripMenuItem23.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem24
     //
     this.toolStripMenuItem24.AutoSize = false;
     this.toolStripMenuItem24.Image = global::CC2013.Properties.Resources.Qme__2_;
     this.toolStripMenuItem24.Name = "toolStripMenuItem24";
     this.toolStripMenuItem24.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem24.Tag = "2";
     this.toolStripMenuItem24.Text = "Q我把";
     this.toolStripMenuItem24.ToolTipText = "表示希望好友主动联系您。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:自动弹出会话窗口\r\n";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(121, 6);
     //
     // toolStripMenuItem25
     //
     this.toolStripMenuItem25.AutoSize = false;
     this.toolStripMenuItem25.Image = global::CC2013.Properties.Resources.away__2_;
     this.toolStripMenuItem25.Name = "toolStripMenuItem25";
     this.toolStripMenuItem25.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem25.Tag = "3";
     this.toolStripMenuItem25.Text = "离开";
     this.toolStripMenuItem25.ToolTipText = "表示离开,暂无法处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem26
     //
     this.toolStripMenuItem26.AutoSize = false;
     this.toolStripMenuItem26.Image = global::CC2013.Properties.Resources.busy__2_;
     this.toolStripMenuItem26.Name = "toolStripMenuItem26";
     this.toolStripMenuItem26.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem26.Tag = "4";
     this.toolStripMenuItem26.Text = "忙碌";
     this.toolStripMenuItem26.ToolTipText = "表示忙碌,不会及时处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏显示气泡\r\n";
     //
     // toolStripMenuItem27
     //
     this.toolStripMenuItem27.AutoSize = false;
     this.toolStripMenuItem27.Image = global::CC2013.Properties.Resources.mute__2_;
     this.toolStripMenuItem27.Name = "toolStripMenuItem27";
     this.toolStripMenuItem27.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem27.Tag = "5";
     this.toolStripMenuItem27.Text = "请勿打扰";
     this.toolStripMenuItem27.ToolTipText = "表示不想被打扰。\r\n声音:关闭\r\n消息提醒框:关闭\r\n会话消息:任务栏显示气泡\r\n\r\n";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(121, 6);
     //
     // toolStripMenuItem28
     //
     this.toolStripMenuItem28.AutoSize = false;
     this.toolStripMenuItem28.Image = global::CC2013.Properties.Resources.invisible__2_;
     this.toolStripMenuItem28.Name = "toolStripMenuItem28";
     this.toolStripMenuItem28.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem28.Tag = "6";
     this.toolStripMenuItem28.Text = "隐身";
     this.toolStripMenuItem28.ToolTipText = "表示好友看到您是离线的。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // MenuState
     //
     this.MenuState.Arrow = System.Drawing.Color.Black;
     this.MenuState.Back = System.Drawing.Color.White;
     this.MenuState.BackRadius = 4;
     this.MenuState.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.MenuState.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.MenuState.Fore = System.Drawing.Color.Black;
     this.MenuState.HoverFore = System.Drawing.Color.White;
     this.MenuState.ItemAnamorphosis = false;
     this.MenuState.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.MenuState.ItemBorderShow = false;
     this.MenuState.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.MenuState.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.MenuState.ItemRadius = 4;
     this.MenuState.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.MenuState.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem20,
     this.toolStripMenuItem29,
     this.toolStripMenuItem30,
     this.toolStripMenuItem31,
     this.toolStripMenuItem32,
     this.toolStripMenuItem33,
     this.toolOffline,
     this.toolStripMenuItem35,
     this.toolStripMenuItem36,
     this.toolStripSeparator4,
     this.toolStripMenuItem37,
     this.toolStripSeparator5,
     this.toolStripMenuItem38,
     this.toolStripSeparator6,
     this.toolStripMenuItem39,
     this.toolStripMenuItem40,
     this.toolStripMenuItem41});
     this.MenuState.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.MenuState.Name = "MenuState";
     this.MenuState.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.MenuState.Size = new System.Drawing.Size(173, 330);
     this.MenuState.TitleAnamorphosis = false;
     this.MenuState.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.MenuState.TitleRadius = 4;
     this.MenuState.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripMenuItem20
     //
     this.toolStripMenuItem20.Image = global::CC2013.Properties.Resources.imonline__2_;
     this.toolStripMenuItem20.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem20.Name = "toolStripMenuItem20";
     this.toolStripMenuItem20.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem20.Tag = "2";
     this.toolStripMenuItem20.Text = "我在线上";
     this.toolStripMenuItem20.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     this.toolStripMenuItem20.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem29
     //
     this.toolStripMenuItem29.Image = global::CC2013.Properties.Resources.Qme__2_;
     this.toolStripMenuItem29.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem29.Name = "toolStripMenuItem29";
     this.toolStripMenuItem29.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem29.Tag = "1";
     this.toolStripMenuItem29.Text = "Q我把";
     this.toolStripMenuItem29.ToolTipText = "表示希望好友主动联系您。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:自动弹出会话窗口\r\n";
     this.toolStripMenuItem29.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem30
     //
     this.toolStripMenuItem30.Image = global::CC2013.Properties.Resources.away__2_;
     this.toolStripMenuItem30.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem30.Name = "toolStripMenuItem30";
     this.toolStripMenuItem30.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem30.Tag = "3";
     this.toolStripMenuItem30.Text = "离开";
     this.toolStripMenuItem30.ToolTipText = "表示离开,暂无法处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     this.toolStripMenuItem30.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem31
     //
     this.toolStripMenuItem31.Image = global::CC2013.Properties.Resources.busy__2_;
     this.toolStripMenuItem31.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem31.Name = "toolStripMenuItem31";
     this.toolStripMenuItem31.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem31.Tag = "4";
     this.toolStripMenuItem31.Text = "忙碌";
     this.toolStripMenuItem31.ToolTipText = "表示忙碌,不会及时处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏显示气泡\r\n";
     this.toolStripMenuItem31.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem32
     //
     this.toolStripMenuItem32.Image = global::CC2013.Properties.Resources.mute__2_;
     this.toolStripMenuItem32.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem32.Name = "toolStripMenuItem32";
     this.toolStripMenuItem32.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem32.Tag = "5";
     this.toolStripMenuItem32.Text = "请勿打扰";
     this.toolStripMenuItem32.ToolTipText = "表示不想被打扰。\r\n声音:关闭\r\n消息提醒框:关闭\r\n会话消息:任务栏显示气泡\r\n\r\n";
     this.toolStripMenuItem32.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem33
     //
     this.toolStripMenuItem33.Image = global::CC2013.Properties.Resources.invisible__2_;
     this.toolStripMenuItem33.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem33.Name = "toolStripMenuItem33";
     this.toolStripMenuItem33.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem33.Tag = "6";
     this.toolStripMenuItem33.Text = "隐身";
     this.toolStripMenuItem33.ToolTipText = "表示好友看到您是离线的。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     this.toolStripMenuItem33.Click += new System.EventHandler(this.Item_Click);
     //
     // toolOffline
     //
     this.toolOffline.Image = global::CC2013.Properties.Resources.imoffline__2_;
     this.toolOffline.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolOffline.Name = "toolOffline";
     this.toolOffline.Size = new System.Drawing.Size(172, 22);
     this.toolOffline.Tag = "6";
     this.toolOffline.Text = "离线";
     this.toolOffline.ToolTipText = "断开与服务器的连接。";
     this.toolOffline.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem35
     //
     this.toolStripMenuItem35.Name = "toolStripMenuItem35";
     this.toolStripMenuItem35.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem35.Text = "添加状态消息";
     //
     // toolStripMenuItem36
     //
     this.toolStripMenuItem36.Image = global::CC2013.Properties.Resources.menu_check;
     this.toolStripMenuItem36.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem36.Name = "toolStripMenuItem36";
     this.toolStripMenuItem36.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem36.Text = "关闭所有声音";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(169, 6);
     //
     // toolStripMenuItem37
     //
     this.toolStripMenuItem37.Name = "toolStripMenuItem37";
     this.toolStripMenuItem37.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem37.Text = "2处登录";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(169, 6);
     //
     // toolStripMenuItem38
     //
     this.toolStripMenuItem38.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem38.Image")));
     this.toolStripMenuItem38.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem38.Name = "toolStripMenuItem38";
     this.toolStripMenuItem38.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem38.Text = "锁定QQ Ctrl+Alt+L";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(169, 6);
     //
     // toolStripMenuItem39
     //
     this.toolStripMenuItem39.Name = "toolStripMenuItem39";
     this.toolStripMenuItem39.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem39.Text = "系统设置...";
     //
     // toolStripMenuItem40
     //
     this.toolStripMenuItem40.Name = "toolStripMenuItem40";
     this.toolStripMenuItem40.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem40.Text = "我的资料...";
     //
     // toolStripMenuItem41
     //
     this.toolStripMenuItem41.Name = "toolStripMenuItem41";
     this.toolStripMenuItem41.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem41.Text = "我的QQ中心";
     //
     // lblLv
     //
     this.lblLv.AutoSize = true;
     this.lblLv.BackColor = System.Drawing.Color.Transparent;
     this.lblLv.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(96)))), ((int)(((byte)(48)))));
     this.lblLv.Font = new System.Drawing.Font("微软雅黑", 6F, System.Drawing.FontStyle.Bold);
     this.lblLv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(49)))));
     this.lblLv.Location = new System.Drawing.Point(201, 60);
     this.lblLv.Name = "lblLv";
     this.lblLv.Size = new System.Drawing.Size(25, 11);
     this.lblLv.TabIndex = 129;
     this.lblLv.Text = "LV04";
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "icon_contacts_selected.png");
     this.imageList.Images.SetKeyName(1, "icon_group_selected.png");
     this.imageList.Images.SetKeyName(2, "icon_last_selected.png");
     //
     // chatShow
     //
     this.chatShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.chatShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatShow.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatShow.ForeColor = System.Drawing.Color.Black;
     this.chatShow.ListSubItemMenu = this.UserMenu;
     this.chatShow.Location = new System.Drawing.Point(1, 201);
     this.chatShow.Margin = new System.Windows.Forms.Padding(0);
     this.chatShow.Name = "chatShow";
     this.chatShow.Size = new System.Drawing.Size(279, 270);
     this.chatShow.SubItemMenu = this.GroupingMenu;
     this.chatShow.TabIndex = 2;
     this.chatShow.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatShow_DoubleClickSubItem);
     this.chatShow.MouseEnterHead += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatShow_MouseEnterHead);
     this.chatShow.MouseLeaveHead += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatShow_MouseLeaveHead);
     //
     // toolStripSplitButton4
     //
     this.toolStripSplitButton4.AutoSize = false;
     this.toolStripSplitButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton4.DropDownButtonWidth = 20;
     this.toolStripSplitButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton4.Image")));
     this.toolStripSplitButton4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripSplitButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton4.Name = "toolStripSplitButton4";
     this.toolStripSplitButton4.Size = new System.Drawing.Size(70, 35);
     this.toolStripSplitButton4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton4.ToolTipText = "圈子";
     //
     // toolStripSplitButton3
     //
     this.toolStripSplitButton3.AutoSize = false;
     this.toolStripSplitButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton3.DropDownButtonWidth = 20;
     this.toolStripSplitButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton3.Image")));
     this.toolStripSplitButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton3.Name = "toolStripSplitButton3";
     this.toolStripSplitButton3.Size = new System.Drawing.Size(70, 35);
     this.toolStripSplitButton3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton3.ToolTipText = "圈子";
     //
     // toolStripSplitButton2
     //
     this.toolStripSplitButton2.AutoSize = false;
     this.toolStripSplitButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton2.DropDownButtonWidth = 20;
     this.toolStripSplitButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton2.Image")));
     this.toolStripSplitButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton2.Name = "toolStripSplitButton2";
     this.toolStripSplitButton2.Size = new System.Drawing.Size(70, 35);
     this.toolStripSplitButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton2.ToolTipText = "圈子";
     //
     // skinToolStrip3
     //
     this.skinToolStrip3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip3.Arrow = System.Drawing.Color.White;
     this.skinToolStrip3.AutoSize = false;
     this.skinToolStrip3.Back = System.Drawing.Color.White;
     this.skinToolStrip3.BackColor = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BackRadius = 4;
     this.skinToolStrip3.BackRectangle = new System.Drawing.Rectangle(2, 2, 2, 2);
     this.skinToolStrip3.Base = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BaseFore = System.Drawing.Color.Black;
     this.skinToolStrip3.BaseForeAnamorphosis = false;
     this.skinToolStrip3.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip3.BaseForeAnamorphosisColor = System.Drawing.Color.White;
     this.skinToolStrip3.BaseHoverFore = System.Drawing.Color.Black;
     this.skinToolStrip3.BaseItemAnamorphosis = true;
     this.skinToolStrip3.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip3.BaseItemBorderShow = false;
     this.skinToolStrip3.BaseItemDown = ((System.Drawing.Image)(resources.GetObject("skinToolStrip3.BaseItemDown")));
     this.skinToolStrip3.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip3.BaseItemMouse = ((System.Drawing.Image)(resources.GetObject("skinToolStrip3.BaseItemMouse")));
     this.skinToolStrip3.BaseItemPressed = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BaseItemRadius = 2;
     this.skinToolStrip3.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip3.BaseItemSplitter = System.Drawing.Color.Transparent;
     this.skinToolStrip3.Dock = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip3.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip3.Fore = System.Drawing.Color.Black;
     this.skinToolStrip3.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip3.HoverFore = System.Drawing.Color.White;
     this.skinToolStrip3.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.skinToolStrip3.ItemAnamorphosis = false;
     this.skinToolStrip3.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemBorderShow = false;
     this.skinToolStrip3.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemRadius = 3;
     this.skinToolStrip3.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripSplitButton4,
     this.toolStripSplitButton3,
     this.toolStripSplitButton2});
     this.skinToolStrip3.Location = new System.Drawing.Point(1, 167);
     this.skinToolStrip3.Name = "skinToolStrip3";
     this.skinToolStrip3.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip3.Size = new System.Drawing.Size(279, 34);
     this.skinToolStrip3.TabIndex = 127;
     this.skinToolStrip3.Text = "skinToolStrip3";
     this.skinToolStrip3.TitleAnamorphosis = false;
     this.skinToolStrip3.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinToolStrip3.TitleRadius = 4;
     this.skinToolStrip3.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // FrmMain
     //
     this.AllowDrop = true;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Back = ((System.Drawing.Image)(resources.GetObject("$this.Back")));
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
     this.BackLayout = false;
     this.BorderPalace = global::CC2013.Properties.Resources.BackPalace;
     this.ClientSize = new System.Drawing.Size(281, 532);
     this.CloseBoxSize = new System.Drawing.Size(39, 20);
     this.CloseDownBack = global::CC2013.Properties.Resources.btn_close_down;
     this.CloseMouseBack = global::CC2013.Properties.Resources.btn_close_highlight;
     this.CloseNormlBack = global::CC2013.Properties.Resources.btn_close_disable;
     this.ControlBoxOffset = new System.Drawing.Point(0, -1);
     this.Controls.Add(this.btnState);
     this.Controls.Add(this.lblLv);
     this.Controls.Add(this.SkToolCdTwo);
     this.Controls.Add(this.chatShow);
     this.Controls.Add(this.skinToolStrip1);
     this.Controls.Add(this.skinToolStrip2);
     this.Controls.Add(this.btnTq);
     this.Controls.Add(this.lblName);
     this.Controls.Add(this.lblQm);
     this.Controls.Add(this.skinToolStrip3);
     this.EffectCaption = false;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaxDownBack = global::CC2013.Properties.Resources.btn_max_down;
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(543, 764);
     this.MaxMouseBack = global::CC2013.Properties.Resources.btn_max_highlight;
     this.MaxNormlBack = global::CC2013.Properties.Resources.btn_max_normal;
     this.MaxSize = new System.Drawing.Size(28, 20);
     this.MiniDownBack = global::CC2013.Properties.Resources.btn_mini_down;
     this.MiniMouseBack = global::CC2013.Properties.Resources.btn_mini_highlight;
     this.MinimumSize = new System.Drawing.Size(281, 532);
     this.MiniNormlBack = global::CC2013.Properties.Resources.btn_mini_normal;
     this.MiniSize = new System.Drawing.Size(28, 20);
     this.Name = "FrmMain";
     this.RestoreDownBack = global::CC2013.Properties.Resources.btn_restore_down;
     this.RestoreMouseBack = global::CC2013.Properties.Resources.btn_restore_highlight;
     this.RestoreNormlBack = global::CC2013.Properties.Resources.btn_restore_normal;
     this.Shadow = false;
     this.ShowBorder = false;
     this.ShowDrawIcon = false;
     this.ShowInTaskbar = false;
     this.SkinOpacity = 0.95D;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.SysBottomDown = global::CC2013.Properties.Resources.btn_Skin_down;
     this.SysBottomMouse = global::CC2013.Properties.Resources.btn_Skin_highlight;
     this.SysBottomNorml = global::CC2013.Properties.Resources.btn_Skin_normal;
     this.SysBottomToolTip = "更改外观";
     this.SysBottomVisibale = true;
     this.Text = "CC2013";
     this.TopMost = true;
     this.BackChanged += new CCWin.CCSkinMain.BackEventHandler(this.FrmMain_BackChanged);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
     this.Load += new System.EventHandler(this.FormCSharpWinDemo_Load);
     this.SizeChanged += new System.EventHandler(this.FrmMain_SizeChanged);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmMain_Paint);
     this.skinToolStrip1.ResumeLayout(false);
     this.skinToolStrip1.PerformLayout();
     this.SkToolCdTwo.ResumeLayout(false);
     this.SkToolCdTwo.PerformLayout();
     this.QQMenu.ResumeLayout(false);
     this.skinToolStrip2.ResumeLayout(false);
     this.skinToolStrip2.PerformLayout();
     this.UserMenu.ResumeLayout(false);
     this.GroupingMenu.ResumeLayout(false);
     this.MenuState.ResumeLayout(false);
     this.skinToolStrip3.ResumeLayout(false);
     this.skinToolStrip3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }