Beispiel #1
0
        public static void ConfigureControl_ToolStrip(System.Windows.Forms.ToolStrip pControl)
        {
            //if (pControl.FindForm().Name.Equals("frmMenu"))
            //{
            //    pControl.FindForm().Height = 46;
            //    pControl.BringToFront();
            //}

            if (pControl.Tag == null || (pControl.Tag != null && pControl.Tag != "SemRenderizacao"))
            {
                pControl.AllowDrop        = false;
                pControl.AllowMerge       = false;
                pControl.AllowItemReorder = false;
                pControl.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;

                pControl.Renderer = new MenuRenderer();
                //pToolStrip.RenderMode = ToolStripRenderMode.Custom;

                pControl.Font = new System.Drawing.Font("Tahoma", 8.25F);

                //pControl.Dock = System.Windows.Forms.DockStyle.None;

                //pControl.Width = pControl.FindForm().Width + 4;

                //pControl.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left;

                //pControl.Location = new System.Drawing.Point(StyleSettings.LarguraDaBorda_Form, StyleSettings.LarguraDaBorda_Form);

                foreach (System.Windows.Forms.ToolStripItem lItem in pControl.Items)
                {
                    lItem.ForeColor = StyleSettings.Cor_Txt_MenuItems;

                    if (lItem.GetType() == typeof(System.Windows.Forms.ToolStripDropDownButton))
                    {
                        System.Windows.Forms.ToolStripDropDownButton lButton = (System.Windows.Forms.ToolStripDropDownButton)lItem;

                        if (lButton.DropDownItems != null)
                        {
                            try
                            {
                                for (int a = 0; a < lButton.DropDownItems.Count; a++)
                                {
                                    if (lButton.DropDownItems[a].GetType() == typeof(System.Windows.Forms.ToolStripMenuItem))
                                    {
                                        ConfigureControl_ToolStripMenuItem((System.Windows.Forms.ToolStripMenuItem)lButton.DropDownItems[a]);
                                    }
                                }
                            }
                            catch { }   //separators dão exception...
                        }
                    }
                }

                //TODO: Review... new implementation is needed
                //pToolStrip.MouseDown += new MouseEventHandler(((frmBase)pToolStrip.FindForm()).frmBase_MouseDown);
            }
        }
 /// <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(NetworkInterfaceSelector));
     this.MyToolStrip = new System.Windows.Forms.ToolStrip();
     this.ScanButton = new System.Windows.Forms.ToolStripButton();
     this.NetworkInterfaceDropDown = new System.Windows.Forms.ToolStripDropDownButton();
     this.MyToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // MyToolStrip
     //
     this.MyToolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MyToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.MyToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ScanButton,
     this.NetworkInterfaceDropDown});
     this.MyToolStrip.Location = new System.Drawing.Point(0, 0);
     this.MyToolStrip.Name = "MyToolStrip";
     this.MyToolStrip.Size = new System.Drawing.Size(212, 25);
     this.MyToolStrip.TabIndex = 0;
     this.MyToolStrip.Text = "toolStrip1";
     //
     // ScanButton
     //
     this.ScanButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ScanButton.Image = global::inSSIDer.Properties.Resources.wifiPlay;
     this.ScanButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ScanButton.Name = "ScanButton";
     this.ScanButton.Size = new System.Drawing.Size(51, 22);
     this.ScanButton.Text = "Start";
     this.ScanButton.Click += new System.EventHandler(this.ScanButton_Click);
     //
     // NetworkInterfaceDropDown
     //
     this.NetworkInterfaceDropDown.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.NetworkInterfaceDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.NetworkInterfaceDropDown.Image = ((System.Drawing.Image)(resources.GetObject("NetworkInterfaceDropDown.Image")));
     this.NetworkInterfaceDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.NetworkInterfaceDropDown.Name = "NetworkInterfaceDropDown";
     this.NetworkInterfaceDropDown.Size = new System.Drawing.Size(127, 22);
     this.NetworkInterfaceDropDown.Text = "Select Wi-Fi Adapter";
     this.NetworkInterfaceDropDown.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.NetworkInterfaceDropDown_DropDownItemClicked);
     //
     // NetworkInterfaceSelector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.Controls.Add(this.MyToolStrip);
     this.Name = "NetworkInterfaceSelector";
     this.Size = new System.Drawing.Size(212, 25);
     this.MyToolStrip.ResumeLayout(false);
     this.MyToolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GEToolStrip));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.navigationTextBoxStringCollection = new System.Windows.Forms.AutoCompleteStringCollection();
            this.dropDownSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.screenGrabButton = new System.Windows.Forms.ToolStripButton();
            this.viewInMapsButton = new System.Windows.Forms.ToolStripButton();
            this.navigationTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.submitButton = new System.Windows.Forms.ToolStripButton();
            this.refreshButton = new System.Windows.Forms.ToolStripButton();
            this.navigationSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.viewDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
            this.skyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sunMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.historyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
            this.imperialUnitsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.controlsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusBarMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gridMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.overviewMapMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.scaleLegendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.atmosphereMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fadeInOutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mouseNavigationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.layersDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
            this.bordersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buildingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buildingsGreyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.roadsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.terrainMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.treesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.imageryDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
            this.earthMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.marsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.moonMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.languageSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.languageComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripItemAlignment = System.Windows.Forms.ToolStripItemAlignment.Left;
            this.SuspendLayout();
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "go");
            this.imageList1.Images.SetKeyName(1, "refresh");
            this.imageList1.Images.SetKeyName(2, "jpg");
            this.imageList1.Images.SetKeyName(3, "map");
            // 
            // dropDownSeparator
            // 
            this.dropDownSeparator.Name = "dropDownSeparator";
            this.dropDownSeparator.Size = new System.Drawing.Size(6, 6);
            // 
            // screenGrabButton
            // 
            this.screenGrabButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.screenGrabButton.ImageKey = "jpg";
            this.screenGrabButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.screenGrabButton.Name = "screenGrabButton";
            this.screenGrabButton.Size = new System.Drawing.Size(23, 20);
            this.screenGrabButton.Tag = "SCREENGRAB";
            this.screenGrabButton.Text = "PrtScr";
            this.screenGrabButton.ToolTipText = "Screen Grab";
            this.screenGrabButton.Click += new System.EventHandler(this.ScreenGrabButton_Click);
            // 
            // viewInMapsButton
            // 
            this.viewInMapsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.viewInMapsButton.ImageKey = "map";
            this.viewInMapsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.viewInMapsButton.Name = "viewInMapsButton";
            this.viewInMapsButton.Size = new System.Drawing.Size(23, 20);
            this.viewInMapsButton.Tag = "VIEWMAP";
            this.viewInMapsButton.Text = "View Map";
            this.viewInMapsButton.ToolTipText = "View in Google Maps";
            this.viewInMapsButton.Click += new System.EventHandler(this.ViewInMapsButton_Click);
            // 
            // navigationTextBox
            // 
            this.navigationTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.navigationTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.navigationTextBox.AutoCompleteCustomSource = this.navigationTextBoxStringCollection;
            this.navigationTextBox.AutoSize = false;
            this.navigationTextBox.Name = "navigationTextBox";
            this.navigationTextBox.Size = new System.Drawing.Size(100, 21);
            this.navigationTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.NavigationTextBox_KeyUp);
            // 
            // submitButton
            // 
            this.submitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.submitButton.ImageKey = "go";
            this.submitButton.Name = "submitButton";
            this.submitButton.Size = new System.Drawing.Size(23, 20);
            this.submitButton.ToolTipText = "Go!";
            this.submitButton.Click += new System.EventHandler(this.NavigationButton_Click);
            // 
            // refreshButton
            // 
            this.refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.refreshButton.ImageKey = "refresh";
            this.refreshButton.Name = "refreshButton";
            this.refreshButton.Size = new System.Drawing.Size(23, 20);
            this.refreshButton.Tag = "REFRESH";
            this.refreshButton.Text = "refresh";
            this.refreshButton.ToolTipText = "Refresh the plugin";
            this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
            // 
            // navigationSeparator
            // 
            this.navigationSeparator.Name = "navigationSeparator";
            this.navigationSeparator.Size = new System.Drawing.Size(6, 6);
            // 
            // viewDropDownButton
            // 
            this.viewDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.viewDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.skyMenuItem,
            this.sunMenuItem,
            this.historyMenuItem});
            this.viewDropDownButton.Name = "viewDropDownButton";
            this.viewDropDownButton.Size = new System.Drawing.Size(42, 17);
            this.viewDropDownButton.Tag = "VIEW";
            this.viewDropDownButton.Text = "View";
            this.viewDropDownButton.ToolTipText = "Change the View settings";
            // 
            // skyMenuItem
            // 
            this.skyMenuItem.CheckOnClick = true;
            this.skyMenuItem.Name = "skyMenuItem";
            this.skyMenuItem.Size = new System.Drawing.Size(170, 22);
            this.skyMenuItem.Tag = "SKY";
            this.skyMenuItem.Text = "Sky Mode";
            this.skyMenuItem.ToolTipText = "Toggle Sky and Earth mode";
            this.skyMenuItem.Click += new System.EventHandler(this.ViewItem_Clicked);
            // 
            // sunMenuItem
            // 
            this.sunMenuItem.CheckOnClick = true;
            this.sunMenuItem.Name = "sunMenuItem";
            this.sunMenuItem.Size = new System.Drawing.Size(170, 22);
            this.sunMenuItem.Tag = "SUN";
            this.sunMenuItem.Text = "Sun";
            this.sunMenuItem.ToolTipText = "Toggle the sun visibility";
            this.sunMenuItem.Click += new System.EventHandler(this.ViewItem_Clicked);
            // 
            // historyMenuItem
            // 
            this.historyMenuItem.CheckOnClick = true;
            this.historyMenuItem.Name = "historyMenuItem";
            this.historyMenuItem.Size = new System.Drawing.Size(170, 22);
            this.historyMenuItem.Tag = "HISTORY";
            this.historyMenuItem.Text = "Historical imagery";
            this.historyMenuItem.ToolTipText = "Toggle the historical imagery";
            this.historyMenuItem.Click += new System.EventHandler(this.ViewItem_Clicked);
            // 
            // optionsDropDownButton
            // 
            this.optionsDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.optionsDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.imperialUnitsMenuItem,
            this.controlsMenuItem,
            this.statusBarMenuItem,
            this.gridMenuItem,
            this.overviewMapMenuItem,
            this.scaleLegendMenuItem,
            this.atmosphereMenuItem,
            this.fadeInOutMenuItem,
            this.mouseNavigationMenuItem});
            this.optionsDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.optionsDropDownButton.Name = "optionsDropDownButton";
            this.optionsDropDownButton.Size = new System.Drawing.Size(57, 17);
            this.optionsDropDownButton.Tag = "OPTIONS";
            this.optionsDropDownButton.Text = "Options";
            this.optionsDropDownButton.ToolTipText = "Toggle the various options";
            // 
            // imperialUnitsMenuItem
            // 
            this.imperialUnitsMenuItem.CheckOnClick = true;
            this.imperialUnitsMenuItem.Name = "imperialUnitsMenuItem";
            this.imperialUnitsMenuItem.Size = new System.Drawing.Size(169, 22);
            this.imperialUnitsMenuItem.Tag = "IMPERIAL";
            this.imperialUnitsMenuItem.Text = "Imperial Units";
            this.imperialUnitsMenuItem.ToolTipText = "Use imperial units for the plugin";
            this.imperialUnitsMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // controlsMenuItem
            // 
            this.controlsMenuItem.CheckOnClick = true;
            this.controlsMenuItem.Name = "controlsMenuItem";
            this.controlsMenuItem.Size = new System.Drawing.Size(169, 22);
            this.controlsMenuItem.Tag = "CONTROLS";
            this.controlsMenuItem.Text = "Controls";
            this.controlsMenuItem.ToolTipText = "Toggle the controls visibility";
            this.controlsMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // statusBarMenuItem
            // 
            this.statusBarMenuItem.CheckOnClick = true;
            this.statusBarMenuItem.Name = "statusBarMenuItem";
            this.statusBarMenuItem.Size = new System.Drawing.Size(169, 22);
            this.statusBarMenuItem.Tag = "STATUS";
            this.statusBarMenuItem.Text = "Status bar";
            this.statusBarMenuItem.ToolTipText = "Toggle the Status bar visibility";
            this.statusBarMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // gridMenuItem
            // 
            this.gridMenuItem.CheckOnClick = true;
            this.gridMenuItem.Name = "gridMenuItem";
            this.gridMenuItem.Size = new System.Drawing.Size(169, 22);
            this.gridMenuItem.Tag = "GRID";
            this.gridMenuItem.Text = "Grid";
            this.gridMenuItem.ToolTipText = "Toggle the Grid visibility";
            this.gridMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // overviewMapMenuItem
            // 
            this.overviewMapMenuItem.CheckOnClick = true;
            this.overviewMapMenuItem.Name = "overviewMapMenuItem";
            this.overviewMapMenuItem.Size = new System.Drawing.Size(169, 22);
            this.overviewMapMenuItem.Tag = "OVERVIEW";
            this.overviewMapMenuItem.Text = "Overview map";
            this.overviewMapMenuItem.ToolTipText = "Toggle the Overview map visibility";
            this.overviewMapMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // scaleLegendMenuItem
            // 
            this.scaleLegendMenuItem.CheckOnClick = true;
            this.scaleLegendMenuItem.Name = "scaleLegendMenuItem";
            this.scaleLegendMenuItem.Size = new System.Drawing.Size(169, 22);
            this.scaleLegendMenuItem.Tag = "SCALE";
            this.scaleLegendMenuItem.Text = "Scale legend";
            this.scaleLegendMenuItem.ToolTipText = "Toggle the Scale legend visibility";
            this.scaleLegendMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // atmosphereMenuItem
            // 
            this.atmosphereMenuItem.Checked = true;
            this.atmosphereMenuItem.CheckOnClick = true;
            this.atmosphereMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.atmosphereMenuItem.Name = "atmosphereMenuItem";
            this.atmosphereMenuItem.Size = new System.Drawing.Size(169, 22);
            this.atmosphereMenuItem.Tag = "ATMOSPHERE";
            this.atmosphereMenuItem.Text = "Atmosphere";
            this.atmosphereMenuItem.ToolTipText = "Toggle the Atmosphere visibility";
            this.atmosphereMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // fadeInOutMenuItem
            // 
            this.fadeInOutMenuItem.Checked = true;
            this.fadeInOutMenuItem.CheckOnClick = true;
            this.fadeInOutMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.fadeInOutMenuItem.Name = "fadeInOutMenuItem";
            this.fadeInOutMenuItem.Size = new System.Drawing.Size(169, 22);
            this.fadeInOutMenuItem.Tag = "FADEINOUT";
            this.fadeInOutMenuItem.Text = "Animate features";
            this.fadeInOutMenuItem.ToolTipText = "Animate new features with a slight change of scale";
            this.fadeInOutMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // mouseNavigationMenuItem
            // 
            this.mouseNavigationMenuItem.Checked = true;
            this.mouseNavigationMenuItem.CheckOnClick = true;
            this.mouseNavigationMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.mouseNavigationMenuItem.Name = "mouseNavigationMenuItem";
            this.mouseNavigationMenuItem.Size = new System.Drawing.Size(169, 22);
            this.mouseNavigationMenuItem.Tag = "MOUSE";
            this.mouseNavigationMenuItem.Text = "Mouse navigation";
            this.mouseNavigationMenuItem.ToolTipText = "Toggle Mouse navigation enabled";
            this.mouseNavigationMenuItem.Click += new System.EventHandler(this.OptionsItem_Clicked);
            // 
            // layersDropDownButton
            // 
            this.layersDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.layersDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bordersMenuItem,
            this.buildingsMenuItem,
            this.buildingsGreyMenuItem,
            this.roadsMenuItem,
            this.terrainMenuItem,
            this.treesMenuItem});
            this.layersDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.layersDropDownButton.Name = "layersDropDownButton";
            this.layersDropDownButton.Size = new System.Drawing.Size(52, 17);
            this.layersDropDownButton.Tag = "LAYERS";
            this.layersDropDownButton.Text = "Layers";
            this.layersDropDownButton.ToolTipText = "Toggle the in-built layers";
            // 
            // bordersMenuItem
            // 
            this.bordersMenuItem.CheckOnClick = true;
            this.bordersMenuItem.Name = "bordersMenuItem";
            this.bordersMenuItem.Size = new System.Drawing.Size(168, 22);
            this.bordersMenuItem.Text = "Borders";
            this.bordersMenuItem.Tag = Layer.Borders;
            this.bordersMenuItem.ToolTipText = "Toggle the Borders layer";
            this.bordersMenuItem.Click += new System.EventHandler(this.LayersItem_Clicked);
            // 
            // buildingsMenuItem
            // 
            this.buildingsMenuItem.CheckOnClick = true;
            this.buildingsMenuItem.Name = "buildingsMenuItem";
            this.buildingsMenuItem.Size = new System.Drawing.Size(168, 22);
            this.buildingsMenuItem.Text = "Buildings";
            this.buildingsMenuItem.Tag = Layer.Buildings;
            this.buildingsMenuItem.ToolTipText = "Toggle the Low Resolution Buildings layer";
            this.buildingsMenuItem.Click += new System.EventHandler(this.LayersItem_Clicked);
            // 
            // buildingsGreyMenuItem
            // 
            this.buildingsGreyMenuItem.CheckOnClick = true;
            this.buildingsGreyMenuItem.Name = "buildingsGreyMenuItem";
            this.buildingsGreyMenuItem.Size = new System.Drawing.Size(168, 22);
            this.buildingsGreyMenuItem.Text = "Buildings Low-res";
            this.buildingsGreyMenuItem.Tag = Layer.BuildingsLowRes;
            this.buildingsGreyMenuItem.Click += new System.EventHandler(this.LayersItem_Clicked);
            // 
            // roadsMenuItem
            // 
            this.roadsMenuItem.CheckOnClick = true;
            this.roadsMenuItem.Name = "roadsMenuItem";
            this.roadsMenuItem.Size = new System.Drawing.Size(168, 22);
            this.roadsMenuItem.Text = "Roads";
            this.roadsMenuItem.Tag = Layer.Roads;
            this.roadsMenuItem.ToolTipText = "Toggle the Roads layer";
            this.roadsMenuItem.Click += new System.EventHandler(this.LayersItem_Clicked);
            // 
            // terrainMenuItem
            // 
            this.terrainMenuItem.Checked = true;
            this.terrainMenuItem.CheckOnClick = true;
            this.terrainMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.terrainMenuItem.Name = "terrainMenuItem";
            this.terrainMenuItem.Size = new System.Drawing.Size(168, 22);
            this.terrainMenuItem.Text = "Terrain";
            this.terrainMenuItem.Tag = Layer.Terrain;
            this.terrainMenuItem.ToolTipText = "Toggle the Terrain layer";
            this.terrainMenuItem.Click += new System.EventHandler(this.LayersItem_Clicked);
            // 
            // treesMenuItem
            // 
            this.treesMenuItem.CheckOnClick = true;
            this.treesMenuItem.Name = "treesMenuItem";
            this.treesMenuItem.Size = new System.Drawing.Size(168, 22);
            this.treesMenuItem.Text = "Trees";
            this.treesMenuItem.Tag = Layer.Trees;
            this.treesMenuItem.ToolTipText = "Toggle the Trees layer";
            this.treesMenuItem.Click += new System.EventHandler(this.LayersItem_Clicked);
            // 
            // imageryDropDownButton
            // 
            this.imageryDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.imageryDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.earthMenuItem,
            this.marsMenuItem,
            this.moonMenuItem});
            this.imageryDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.imageryDropDownButton.Name = "imageryDropDownButton";
            this.imageryDropDownButton.Size = new System.Drawing.Size(42, 17);
            this.imageryDropDownButton.Tag = "IMAGERY";
            this.imageryDropDownButton.Text = "Imagery";
            this.imageryDropDownButton.ToolTipText = "Change the Imagery database settings";
            // 
            // earthMenuItem
            // 
            this.earthMenuItem.Checked = true;
            this.earthMenuItem.CheckOnClick = true;
            this.earthMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.earthMenuItem.Enabled = false;
            this.earthMenuItem.Name = "earthMenuItem";
            this.earthMenuItem.Size = new System.Drawing.Size(106, 22);
            this.earthMenuItem.Tag = FC.GEPluginCtrls.ImageryBase.Earth;
            this.earthMenuItem.Text = "Earth";
            this.earthMenuItem.ToolTipText = "Use the Earth imagery";
            this.earthMenuItem.Click += new System.EventHandler(this.ImageryItem_Clicked);
            // 
            // marsMenuItem
            // 
            this.marsMenuItem.CheckOnClick = true;
            this.marsMenuItem.Name = "marsMenuItem";
            this.marsMenuItem.Size = new System.Drawing.Size(106, 22);
            this.marsMenuItem.Tag = FC.GEPluginCtrls.ImageryBase.Mars;
            this.marsMenuItem.Text = "Mars";
            this.marsMenuItem.ToolTipText = "Use the Mars imagery";
            this.marsMenuItem.Click += new System.EventHandler(this.ImageryItem_Clicked);
            // 
            // moonMenuItem
            // 
            this.moonMenuItem.CheckOnClick = true;
            this.moonMenuItem.Name = "moonMenuItem";
            this.moonMenuItem.Size = new System.Drawing.Size(106, 22);
            this.moonMenuItem.Tag = FC.GEPluginCtrls.ImageryBase.Moon;
            this.moonMenuItem.Text = "Moon";
            this.moonMenuItem.ToolTipText = "Use the Moon imagery";
            this.moonMenuItem.Click += new System.EventHandler(this.ImageryItem_Clicked);
            // 
            // languageSeparator
            // 
            this.languageSeparator.Name = "languageSeparator";
            this.languageSeparator.Size = new System.Drawing.Size(6, 6);
            // 
            // languageComboBox
            // 
            this.languageComboBox.DropDownHeight = 250;
            this.languageComboBox.IntegralHeight = false;
            this.languageComboBox.Name = "languageComboBox";
            this.languageComboBox.Size = new System.Drawing.Size(106, 23);
            this.languageComboBox.SelectedIndexChanged += new System.EventHandler(this.LanguageComboBox_SelectedIndexChanged);
            // 
            // GEToolStrip
            // 
            this.ImageList = this.imageList1;
            this.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.navigationTextBox,
            this.submitButton,
            this.refreshButton,
            this.navigationSeparator,
            this.viewDropDownButton,
            this.optionsDropDownButton,
            this.layersDropDownButton,
            this.imageryDropDownButton,
            this.dropDownSeparator,
            this.screenGrabButton,
            this.viewInMapsButton,
            this.languageSeparator,
            this.languageComboBox});

            this.Layout += new System.Windows.Forms.LayoutEventHandler(this.GEToolStrip_Layout);
            this.ResumeLayout(false);

        }
Beispiel #4
0
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.StatusBar             = new System.Windows.Forms.StatusBar();
     this.StatusBarPanel1       = new System.Windows.Forms.StatusBarPanel();
     this.StatusBarPanel2       = new System.Windows.Forms.StatusBarPanel();
     this.ToolBar1              = new System.Windows.Forms.ToolStrip();
     this.tbFileNew             = new System.Windows.Forms.ToolStripButton();
     this.tbFileLoad            = new System.Windows.Forms.ToolStripButton();
     this.tbLoadMRU             = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuMRU               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tbFileSave            = new System.Windows.Forms.ToolStripButton();
     this.TBS1                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbRecordAdd           = new System.Windows.Forms.ToolStripButton();
     this.tbRecordEdit          = new System.Windows.Forms.ToolStripButton();
     this.tbRecordDelete        = new System.Windows.Forms.ToolStripButton();
     this.TBS2                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbFilter              = new System.Windows.Forms.ToolStripButton();
     this.TBS4                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbTreeAncestors       = new System.Windows.Forms.ToolStripButton();
     this.tbTreeDescendants     = new System.Windows.Forms.ToolStripButton();
     this.tbTreeBoth            = new System.Windows.Forms.ToolStripButton();
     this.TBS5                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPedigree            = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuPedigree          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miPedigree_dAboville2 = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_Konovalov2 = new System.Windows.Forms.ToolStripMenuItem();
     this.TBS6                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbStats               = new System.Windows.Forms.ToolStripButton();
     this.TBS7                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPrev                = new System.Windows.Forms.ToolStripButton();
     this.tbNext                = new System.Windows.Forms.ToolStripButton();
     this.TBS8                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbDocPreview          = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint            = new System.Windows.Forms.ToolStripButton();
     this.MainMenu1             = new System.Windows.Forms.MenuStrip();
     this.miFile                = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileNew             = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileLoad            = new System.Windows.Forms.ToolStripMenuItem();
     this.miMRUFiles            = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileSave            = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileSaveAs          = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileClose           = new System.Windows.Forms.ToolStripMenuItem();
     this.N1 = new System.Windows.Forms.ToolStripSeparator();
     this.miFileProperties = new System.Windows.Forms.ToolStripMenuItem();
     this.N2                       = new System.Windows.Forms.ToolStripSeparator();
     this.miExport                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miExportToExcelFile      = new System.Windows.Forms.ToolStripMenuItem();
     this.N3                       = new System.Windows.Forms.ToolStripSeparator();
     this.miExit                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miEdit                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordAdd              = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordEdit             = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordDelete           = new System.Windows.Forms.ToolStripMenuItem();
     this.N15                      = new System.Windows.Forms.ToolStripSeparator();
     this.miSearch                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miFilter                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree               = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeAncestors          = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeDescendants        = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeBoth               = new System.Windows.Forms.ToolStripMenuItem();
     this.miAncestorsCircle        = new System.Windows.Forms.ToolStripMenuItem();
     this.miDescendantsCircle      = new System.Windows.Forms.ToolStripMenuItem();
     this.N6                       = new System.Windows.Forms.ToolStripSeparator();
     this.miPedigreeAscend         = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_dAboville     = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_Konovalov     = new System.Windows.Forms.ToolStripMenuItem();
     this.miExportToFamilyBook     = new System.Windows.Forms.ToolStripMenuItem();
     this.N7                       = new System.Windows.Forms.ToolStripSeparator();
     this.miMap                    = new System.Windows.Forms.ToolStripMenuItem();
     this.N8                       = new System.Windows.Forms.ToolStripSeparator();
     this.miStats                  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     this.miRelationshipCalculator = new System.Windows.Forms.ToolStripMenuItem();
     this.miService                = new System.Windows.Forms.ToolStripMenuItem();
     this.miOrganizer              = new System.Windows.Forms.ToolStripMenuItem();
     this.miSlideshow              = new System.Windows.Forms.ToolStripMenuItem();
     this.N9                       = new System.Windows.Forms.ToolStripSeparator();
     this.miScripts                = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeTools              = new System.Windows.Forms.ToolStripMenuItem();
     this.N10                      = new System.Windows.Forms.ToolStripSeparator();
     this.miOptions                = new System.Windows.Forms.ToolStripMenuItem();
     this.miPlugins                = new System.Windows.Forms.ToolStripMenuItem();
     this.miHelp                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miContext                = new System.Windows.Forms.ToolStripMenuItem();
     this.N12                      = new System.Windows.Forms.ToolStripSeparator();
     this.miLogSend                = new System.Windows.Forms.ToolStripMenuItem();
     this.miLogView                = new System.Windows.Forms.ToolStripMenuItem();
     this.N13                      = new System.Windows.Forms.ToolStripSeparator();
     this.miAbout                  = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolTip1                 = new System.Windows.Forms.ToolTip(this.components);
     this.contextMenu              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miContRecordAdd          = new System.Windows.Forms.ToolStripMenuItem();
     this.miContRecordEdit         = new System.Windows.Forms.ToolStripMenuItem();
     this.miContRecordDelete       = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordDuplicate        = new System.Windows.Forms.ToolStripMenuItem();
     this.tabsRecords              = new System.Windows.Forms.TabControl();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel2)).BeginInit();
     this.ToolBar1.SuspendLayout();
     this.MenuPedigree.SuspendLayout();
     this.MainMenu1.SuspendLayout();
     this.contextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // StatusBar
     //
     this.StatusBar.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.StatusBar.Location = new System.Drawing.Point(0, 438);
     this.StatusBar.Margin   = new System.Windows.Forms.Padding(2);
     this.StatusBar.Name     = "StatusBar";
     this.StatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.StatusBarPanel1,
         this.StatusBarPanel2
     });
     this.StatusBar.ShowPanels  = true;
     this.StatusBar.Size        = new System.Drawing.Size(976, 24);
     this.StatusBar.TabIndex    = 0;
     this.StatusBar.DrawItem   += new System.Windows.Forms.StatusBarDrawItemEventHandler(this.StatusBar_DrawItem);
     this.StatusBar.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.StatusBar_PanelClick);
     //
     // StatusBarPanel1
     //
     this.StatusBarPanel1.Name  = "StatusBarPanel1";
     this.StatusBarPanel1.Width = 50;
     //
     // StatusBarPanel2
     //
     this.StatusBarPanel2.Name  = "StatusBarPanel2";
     this.StatusBarPanel2.Style = System.Windows.Forms.StatusBarPanelStyle.OwnerDraw;
     this.StatusBarPanel2.Width = 24;
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbFileNew,
         this.tbFileLoad,
         this.tbLoadMRU,
         this.tbFileSave,
         this.TBS1,
         this.tbRecordAdd,
         this.tbRecordEdit,
         this.tbRecordDelete,
         this.TBS2,
         this.tbFilter,
         this.TBS4,
         this.tbTreeAncestors,
         this.tbTreeDescendants,
         this.tbTreeBoth,
         this.TBS5,
         this.tbPedigree,
         this.TBS6,
         this.tbStats,
         this.TBS7,
         this.tbPrev,
         this.tbNext,
         this.TBS8,
         this.tbDocPreview,
         this.tbDocPrint
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 28);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(976, 25);
     this.ToolBar1.TabIndex = 0;
     //
     // tbFileNew
     //
     this.tbFileNew.Name   = "tbFileNew";
     this.tbFileNew.Size   = new System.Drawing.Size(23, 22);
     this.tbFileNew.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbFileLoad
     //
     this.tbFileLoad.Name   = "tbFileLoad";
     this.tbFileLoad.Size   = new System.Drawing.Size(23, 22);
     this.tbFileLoad.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbLoadMRU
     //
     this.tbLoadMRU.AutoToolTip           = false;
     this.tbLoadMRU.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.None;
     this.tbLoadMRU.DropDown              = this.MenuMRU;
     this.tbLoadMRU.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbLoadMRU.Name = "tbLoadMRU";
     this.tbLoadMRU.Size = new System.Drawing.Size(13, 22);
     this.tbLoadMRU.Text = "tbLoadMRU";
     //
     // MenuMRU
     //
     this.MenuMRU.Name      = "MenuMRU";
     this.MenuMRU.OwnerItem = this.tbLoadMRU;
     this.MenuMRU.Size      = new System.Drawing.Size(61, 4);
     //
     // tbFileSave
     //
     this.tbFileSave.Name   = "tbFileSave";
     this.tbFileSave.Size   = new System.Drawing.Size(23, 22);
     this.tbFileSave.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS1
     //
     this.TBS1.Name = "TBS1";
     this.TBS1.Size = new System.Drawing.Size(6, 25);
     //
     // tbRecordAdd
     //
     this.tbRecordAdd.Name   = "tbRecordAdd";
     this.tbRecordAdd.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordAdd.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbRecordEdit
     //
     this.tbRecordEdit.Name   = "tbRecordEdit";
     this.tbRecordEdit.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordEdit.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbRecordDelete
     //
     this.tbRecordDelete.Name   = "tbRecordDelete";
     this.tbRecordDelete.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordDelete.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS2
     //
     this.TBS2.Name = "TBS2";
     this.TBS2.Size = new System.Drawing.Size(6, 25);
     //
     // tbFilter
     //
     this.tbFilter.ImageTransparentColor = System.Drawing.Color.White;
     this.tbFilter.Name   = "tbFilter";
     this.tbFilter.Size   = new System.Drawing.Size(23, 22);
     this.tbFilter.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS4
     //
     this.TBS4.Name = "TBS4";
     this.TBS4.Size = new System.Drawing.Size(6, 25);
     //
     // tbTreeAncestors
     //
     this.tbTreeAncestors.Name   = "tbTreeAncestors";
     this.tbTreeAncestors.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeAncestors.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbTreeDescendants
     //
     this.tbTreeDescendants.Name   = "tbTreeDescendants";
     this.tbTreeDescendants.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeDescendants.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbTreeBoth
     //
     this.tbTreeBoth.Name   = "tbTreeBoth";
     this.tbTreeBoth.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeBoth.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS5
     //
     this.TBS5.Name = "TBS5";
     this.TBS5.Size = new System.Drawing.Size(6, 25);
     //
     // tbPedigree
     //
     this.tbPedigree.DropDown = this.MenuPedigree;
     this.tbPedigree.Name     = "tbPedigree";
     this.tbPedigree.Size     = new System.Drawing.Size(13, 22);
     //
     // MenuPedigree
     //
     this.MenuPedigree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPedigree_dAboville2,
         this.miPedigree_Konovalov2
     });
     this.MenuPedigree.Name      = "MenuPedigree";
     this.MenuPedigree.OwnerItem = this.tbPedigree;
     this.MenuPedigree.Size      = new System.Drawing.Size(70, 48);
     //
     // miPedigree_dAboville2
     //
     this.miPedigree_dAboville2.Name   = "miPedigree_dAboville2";
     this.miPedigree_dAboville2.Size   = new System.Drawing.Size(69, 22);
     this.miPedigree_dAboville2.Click += new System.EventHandler(this.miPedigree_dAbovilleClick);
     //
     // miPedigree_Konovalov2
     //
     this.miPedigree_Konovalov2.Name   = "miPedigree_Konovalov2";
     this.miPedigree_Konovalov2.Size   = new System.Drawing.Size(69, 22);
     this.miPedigree_Konovalov2.Click += new System.EventHandler(this.miPedigree_KonovalovClick);
     //
     // TBS6
     //
     this.TBS6.Name = "TBS6";
     this.TBS6.Size = new System.Drawing.Size(6, 25);
     //
     // tbStats
     //
     this.tbStats.Name   = "tbStats";
     this.tbStats.Size   = new System.Drawing.Size(23, 22);
     this.tbStats.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS7
     //
     this.TBS7.Name = "TBS7";
     this.TBS7.Size = new System.Drawing.Size(6, 25);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 22);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 22);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS8
     //
     this.TBS8.Name = "TBS8";
     this.TBS8.Size = new System.Drawing.Size(6, 25);
     //
     // tbDocPreview
     //
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPreview.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbDocPrint
     //
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPrint.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // MainMenu1
     //
     this.MainMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miFile,
         this.miEdit,
         this.miPedigree,
         this.miService,
         this.miPlugins,
         this.miHelp
     });
     this.MainMenu1.Location = new System.Drawing.Point(0, 0);
     this.MainMenu1.Name     = "MainMenu1";
     this.MainMenu1.Padding  = new System.Windows.Forms.Padding(5, 2, 0, 2);
     this.MainMenu1.Size     = new System.Drawing.Size(976, 28);
     this.MainMenu1.TabIndex = 0;
     this.MainMenu1.Tag      = "";
     //
     // miFile
     //
     this.miFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miFileNew,
         this.miFileLoad,
         this.miMRUFiles,
         this.miFileSave,
         this.miFileSaveAs,
         this.miFileClose,
         this.N1,
         this.miFileProperties,
         this.N2,
         this.miExport,
         this.N3,
         this.miExit
     });
     this.miFile.Name = "miFile";
     this.miFile.Size = new System.Drawing.Size(44, 24);
     this.miFile.Text = "File";
     //
     // miFileNew
     //
     this.miFileNew.Name         = "miFileNew";
     this.miFileNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.miFileNew.Size         = new System.Drawing.Size(204, 24);
     this.miFileNew.Text         = "miFileNew";
     this.miFileNew.Click       += new System.EventHandler(this.miFileNew_Click);
     //
     // miFileLoad
     //
     this.miFileLoad.Name         = "miFileLoad";
     this.miFileLoad.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.miFileLoad.Size         = new System.Drawing.Size(204, 24);
     this.miFileLoad.Text         = "miFileLoad";
     this.miFileLoad.Click       += new System.EventHandler(this.miFileLoad_Click);
     //
     // miMRUFiles
     //
     this.miMRUFiles.Enabled = false;
     this.miMRUFiles.Name    = "miMRUFiles";
     this.miMRUFiles.Size    = new System.Drawing.Size(204, 24);
     this.miMRUFiles.Text    = "miMRUFiles";
     //
     // miFileSave
     //
     this.miFileSave.Name         = "miFileSave";
     this.miFileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.miFileSave.Size         = new System.Drawing.Size(204, 24);
     this.miFileSave.Text         = "miFileSave";
     this.miFileSave.Click       += new System.EventHandler(this.miFileSave_Click);
     //
     // miFileSaveAs
     //
     this.miFileSaveAs.Name   = "miFileSaveAs";
     this.miFileSaveAs.Size   = new System.Drawing.Size(204, 24);
     this.miFileSaveAs.Text   = "miFileSaveAs";
     this.miFileSaveAs.Click += new System.EventHandler(this.miFileSaveAs_Click);
     //
     // miFileClose
     //
     this.miFileClose.Name   = "miFileClose";
     this.miFileClose.Size   = new System.Drawing.Size(204, 24);
     this.miFileClose.Text   = "miFileClose";
     this.miFileClose.Click += new System.EventHandler(this.miFileClose_Click);
     //
     // N1
     //
     this.N1.Name = "N1";
     this.N1.Size = new System.Drawing.Size(201, 6);
     //
     // miFileProperties
     //
     this.miFileProperties.Name   = "miFileProperties";
     this.miFileProperties.Size   = new System.Drawing.Size(204, 24);
     this.miFileProperties.Text   = "miFileProperties";
     this.miFileProperties.Click += new System.EventHandler(this.miFileProperties_Click);
     //
     // N2
     //
     this.N2.Name = "N2";
     this.N2.Size = new System.Drawing.Size(201, 6);
     //
     // miExport
     //
     this.miExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miExportToExcelFile
     });
     this.miExport.Name = "miExport";
     this.miExport.Size = new System.Drawing.Size(204, 24);
     this.miExport.Text = "miExport";
     //
     // miExportToExcelFile
     //
     this.miExportToExcelFile.Name   = "miExportToExcelFile";
     this.miExportToExcelFile.Size   = new System.Drawing.Size(212, 24);
     this.miExportToExcelFile.Text   = "miExportToExcelFile";
     this.miExportToExcelFile.Click += new System.EventHandler(this.miExportToExcelFile_Click);
     //
     // N3
     //
     this.N3.Name = "N3";
     this.N3.Size = new System.Drawing.Size(201, 6);
     //
     // miExit
     //
     this.miExit.Name         = "miExit";
     this.miExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.miExit.Size         = new System.Drawing.Size(204, 24);
     this.miExit.Text         = "miExit";
     this.miExit.Click       += new System.EventHandler(this.miExit_Click);
     //
     // miEdit
     //
     this.miEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miRecordAdd,
         this.miRecordEdit,
         this.miRecordDelete,
         this.N15,
         this.miSearch,
         this.miFilter
     });
     this.miEdit.Name = "miEdit";
     this.miEdit.Size = new System.Drawing.Size(47, 24);
     this.miEdit.Text = "Edit";
     //
     // miRecordAdd
     //
     this.miRecordAdd.Name         = "miRecordAdd";
     this.miRecordAdd.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
     this.miRecordAdd.Size         = new System.Drawing.Size(235, 24);
     this.miRecordAdd.Text         = "miRecordAdd";
     this.miRecordAdd.Click       += new System.EventHandler(this.miRecordAdd_Click);
     //
     // miRecordEdit
     //
     this.miRecordEdit.Name   = "miRecordEdit";
     this.miRecordEdit.Size   = new System.Drawing.Size(235, 24);
     this.miRecordEdit.Text   = "miRecordEdit";
     this.miRecordEdit.Click += new System.EventHandler(this.miRecordEdit_Click);
     //
     // miRecordDelete
     //
     this.miRecordDelete.Name         = "miRecordDelete";
     this.miRecordDelete.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
     this.miRecordDelete.Size         = new System.Drawing.Size(235, 24);
     this.miRecordDelete.Text         = "miRecordDelete";
     this.miRecordDelete.Click       += new System.EventHandler(this.miRecordDelete_Click);
     //
     // N15
     //
     this.N15.Name = "N15";
     this.N15.Size = new System.Drawing.Size(232, 6);
     //
     // miSearch
     //
     this.miSearch.Name   = "miSearch";
     this.miSearch.Size   = new System.Drawing.Size(235, 24);
     this.miSearch.Text   = "miSearch";
     this.miSearch.Click += new System.EventHandler(this.miSearch_Click);
     //
     // miFilter
     //
     this.miFilter.Name         = "miFilter";
     this.miFilter.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
     this.miFilter.Size         = new System.Drawing.Size(235, 24);
     this.miFilter.Text         = "miFilter";
     this.miFilter.Click       += new System.EventHandler(this.miFilter_Click);
     //
     // miPedigree
     //
     this.miPedigree.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miTreeAncestors,
         this.miTreeDescendants,
         this.miTreeBoth,
         this.miAncestorsCircle,
         this.miDescendantsCircle,
         this.N6,
         this.miPedigreeAscend,
         this.miPedigree_dAboville,
         this.miPedigree_Konovalov,
         this.miExportToFamilyBook,
         this.N7,
         this.miMap,
         this.N8,
         this.miStats,
         this.toolStripSeparator1,
         this.miRelationshipCalculator
     });
     this.miPedigree.Name = "miPedigree";
     this.miPedigree.Size = new System.Drawing.Size(80, 24);
     this.miPedigree.Text = "Pedigree";
     //
     // miTreeAncestors
     //
     this.miTreeAncestors.Name         = "miTreeAncestors";
     this.miTreeAncestors.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.miTreeAncestors.Size         = new System.Drawing.Size(281, 24);
     this.miTreeAncestors.Text         = "miTreeAncestors";
     this.miTreeAncestors.Click       += new System.EventHandler(this.miTreeAncestors_Click);
     //
     // miTreeDescendants
     //
     this.miTreeDescendants.Name         = "miTreeDescendants";
     this.miTreeDescendants.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.miTreeDescendants.Size         = new System.Drawing.Size(281, 24);
     this.miTreeDescendants.Text         = "miTreeDescendants";
     this.miTreeDescendants.Click       += new System.EventHandler(this.miTreeDescendants_Click);
     //
     // miTreeBoth
     //
     this.miTreeBoth.Name   = "miTreeBoth";
     this.miTreeBoth.Size   = new System.Drawing.Size(281, 24);
     this.miTreeBoth.Text   = "miTreeBoth";
     this.miTreeBoth.Click += new System.EventHandler(this.miTreeBoth_Click);
     //
     // miAncestorsCircle
     //
     this.miAncestorsCircle.Name   = "miAncestorsCircle";
     this.miAncestorsCircle.Size   = new System.Drawing.Size(281, 24);
     this.miAncestorsCircle.Text   = "miAncestorsCircle";
     this.miAncestorsCircle.Click += new System.EventHandler(this.miAncestorsCircle_Click);
     //
     // miDescendantsCircle
     //
     this.miDescendantsCircle.Name   = "miDescendantsCircle";
     this.miDescendantsCircle.Size   = new System.Drawing.Size(281, 24);
     this.miDescendantsCircle.Text   = "miDescendantsCircle";
     this.miDescendantsCircle.Click += new System.EventHandler(this.miDescendantsCircle_Click);
     //
     // N6
     //
     this.N6.Name = "N6";
     this.N6.Size = new System.Drawing.Size(278, 6);
     //
     // miPedigreeAscend
     //
     this.miPedigreeAscend.Name   = "miPedigreeAscend";
     this.miPedigreeAscend.Size   = new System.Drawing.Size(281, 24);
     this.miPedigreeAscend.Text   = "miPedigreeAscend";
     this.miPedigreeAscend.Click += new System.EventHandler(this.miPedigreeAscend_Click);
     //
     // miPedigree_dAboville
     //
     this.miPedigree_dAboville.Name         = "miPedigree_dAboville";
     this.miPedigree_dAboville.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.miPedigree_dAboville.Size         = new System.Drawing.Size(281, 24);
     this.miPedigree_dAboville.Text         = "miPedigree_dAboville";
     this.miPedigree_dAboville.Click       += new System.EventHandler(this.miPedigree_dAbovilleClick);
     //
     // miPedigree_Konovalov
     //
     this.miPedigree_Konovalov.Name         = "miPedigree_Konovalov";
     this.miPedigree_Konovalov.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
     this.miPedigree_Konovalov.Size         = new System.Drawing.Size(281, 24);
     this.miPedigree_Konovalov.Text         = "miPedigree_Konovalov";
     this.miPedigree_Konovalov.Click       += new System.EventHandler(this.miPedigree_KonovalovClick);
     //
     // miExportToFamilyBook
     //
     this.miExportToFamilyBook.Name   = "miExportToFamilyBook";
     this.miExportToFamilyBook.Size   = new System.Drawing.Size(281, 24);
     this.miExportToFamilyBook.Text   = "miExportToFamilyBook";
     this.miExportToFamilyBook.Click += new System.EventHandler(this.miExportToFamilyBook_Click);
     //
     // N7
     //
     this.N7.Name = "N7";
     this.N7.Size = new System.Drawing.Size(278, 6);
     //
     // miMap
     //
     this.miMap.Name         = "miMap";
     this.miMap.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
     this.miMap.Size         = new System.Drawing.Size(281, 24);
     this.miMap.Text         = "miMap";
     this.miMap.Click       += new System.EventHandler(this.miMap_Click);
     //
     // N8
     //
     this.N8.Name = "N8";
     this.N8.Size = new System.Drawing.Size(278, 6);
     //
     // miStats
     //
     this.miStats.Name         = "miStats";
     this.miStats.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
     this.miStats.Size         = new System.Drawing.Size(281, 24);
     this.miStats.Text         = "miStats";
     this.miStats.Click       += new System.EventHandler(this.miStats_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(278, 6);
     //
     // miRelationshipCalculator
     //
     this.miRelationshipCalculator.Name   = "miRelationshipCalculator";
     this.miRelationshipCalculator.Size   = new System.Drawing.Size(281, 24);
     this.miRelationshipCalculator.Text   = "miRelationshipCalculator";
     this.miRelationshipCalculator.Click += new System.EventHandler(this.miRelationshipCalculator_Click);
     //
     // miService
     //
     this.miService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miOrganizer,
         this.miSlideshow,
         this.N9,
         this.miScripts,
         this.miTreeTools,
         this.N10,
         this.miOptions
     });
     this.miService.Name = "miService";
     this.miService.Size = new System.Drawing.Size(68, 24);
     this.miService.Text = "Service";
     //
     // miOrganizer
     //
     this.miOrganizer.Name   = "miOrganizer";
     this.miOrganizer.Size   = new System.Drawing.Size(204, 24);
     this.miOrganizer.Text   = "miOrganizer";
     this.miOrganizer.Click += new System.EventHandler(this.miOrganizer_Click);
     //
     // miSlideshow
     //
     this.miSlideshow.Name   = "miSlideshow";
     this.miSlideshow.Size   = new System.Drawing.Size(204, 24);
     this.miSlideshow.Text   = "miSlideshow";
     this.miSlideshow.Click += new System.EventHandler(this.miSlideshow_Click);
     //
     // N9
     //
     this.N9.Name = "N9";
     this.N9.Size = new System.Drawing.Size(201, 6);
     //
     // miScripts
     //
     this.miScripts.Name         = "miScripts";
     this.miScripts.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F11)));
     this.miScripts.Size         = new System.Drawing.Size(204, 24);
     this.miScripts.Text         = "miScripts";
     this.miScripts.Click       += new System.EventHandler(this.miScripts_Click);
     //
     // miTreeTools
     //
     this.miTreeTools.Name   = "miTreeTools";
     this.miTreeTools.Size   = new System.Drawing.Size(204, 24);
     this.miTreeTools.Text   = "miTreeTools";
     this.miTreeTools.Click += new System.EventHandler(this.miTreeTools_Click);
     //
     // N10
     //
     this.N10.Name = "N10";
     this.N10.Size = new System.Drawing.Size(201, 6);
     //
     // miOptions
     //
     this.miOptions.Name   = "miOptions";
     this.miOptions.Size   = new System.Drawing.Size(204, 24);
     this.miOptions.Text   = "miOptions";
     this.miOptions.Click += new System.EventHandler(this.miOptions_Click);
     //
     // miPlugins
     //
     this.miPlugins.Name = "miPlugins";
     this.miPlugins.Size = new System.Drawing.Size(68, 24);
     this.miPlugins.Text = "Plugins";
     //
     // miHelp
     //
     this.miHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContext,
         this.N12,
         this.miLogSend,
         this.miLogView,
         this.N13,
         this.miAbout
     });
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new System.Drawing.Size(53, 24);
     this.miHelp.Text = "Help";
     //
     // miContext
     //
     this.miContext.Name         = "miContext";
     this.miContext.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.miContext.Size         = new System.Drawing.Size(170, 24);
     this.miContext.Text         = "miContext";
     this.miContext.Click       += new System.EventHandler(this.miContext_Click);
     //
     // N12
     //
     this.N12.Name = "N12";
     this.N12.Size = new System.Drawing.Size(167, 6);
     //
     // miLogSend
     //
     this.miLogSend.Name   = "miLogSend";
     this.miLogSend.Size   = new System.Drawing.Size(170, 24);
     this.miLogSend.Text   = "miLogSend";
     this.miLogSend.Click += new System.EventHandler(this.miLogSend_Click);
     //
     // miLogView
     //
     this.miLogView.Name   = "miLogView";
     this.miLogView.Size   = new System.Drawing.Size(170, 24);
     this.miLogView.Text   = "miLogView";
     this.miLogView.Click += new System.EventHandler(this.miLogView_Click);
     //
     // N13
     //
     this.N13.Name = "N13";
     this.N13.Size = new System.Drawing.Size(167, 6);
     //
     // miAbout
     //
     this.miAbout.Name   = "miAbout";
     this.miAbout.Size   = new System.Drawing.Size(170, 24);
     this.miAbout.Text   = "miAbout";
     this.miAbout.Click += new System.EventHandler(this.miAbout_Click);
     //
     // contextMenu
     //
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContRecordAdd,
         this.miContRecordEdit,
         this.miContRecordDelete,
         this.miRecordDuplicate
     });
     this.contextMenu.Name     = "contextMenu";
     this.contextMenu.Size     = new System.Drawing.Size(218, 100);
     this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenu_Opening);
     //
     // miContRecordAdd
     //
     this.miContRecordAdd.Name   = "miContRecordAdd";
     this.miContRecordAdd.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordAdd.Text   = "miContRecordAdd";
     this.miContRecordAdd.Click += new System.EventHandler(this.miRecordAdd_Click);
     //
     // miContRecordEdit
     //
     this.miContRecordEdit.Name   = "miContRecordEdit";
     this.miContRecordEdit.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordEdit.Text   = "miContRecordEdit";
     this.miContRecordEdit.Click += new System.EventHandler(this.miRecordEdit_Click);
     //
     // miContRecordDelete
     //
     this.miContRecordDelete.Name   = "miContRecordDelete";
     this.miContRecordDelete.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordDelete.Text   = "miContRecordDelete";
     this.miContRecordDelete.Click += new System.EventHandler(this.miRecordDelete_Click);
     //
     // miRecordDuplicate
     //
     this.miRecordDuplicate.Name   = "miRecordDuplicate";
     this.miRecordDuplicate.Size   = new System.Drawing.Size(217, 24);
     this.miRecordDuplicate.Text   = "miRecordDuplicate";
     this.miRecordDuplicate.Click += new System.EventHandler(this.miRecordDuplicate_Click);
     //
     // tabsRecords
     //
     this.tabsRecords.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tabsRecords.Location              = new System.Drawing.Point(0, 53);
     this.tabsRecords.Margin                = new System.Windows.Forms.Padding(2);
     this.tabsRecords.Name                  = "tabsRecords";
     this.tabsRecords.SelectedIndex         = 0;
     this.tabsRecords.Size                  = new System.Drawing.Size(976, 385);
     this.tabsRecords.TabIndex              = 3;
     this.tabsRecords.SelectedIndexChanged += new System.EventHandler(this.PageRecords_SelectedIndexChanged);
     //
     // BaseWinSDI
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(976, 462);
     this.Controls.Add(this.tabsRecords);
     this.Controls.Add(this.StatusBar);
     this.Controls.Add(this.ToolBar1);
     this.Controls.Add(this.MainMenu1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview      = true;
     this.MainMenuStrip   = this.MainMenu1;
     this.Margin          = new System.Windows.Forms.Padding(2);
     this.Name            = "BaseWinSDI";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "BaseWinSDI";
     this.Activated      += new System.EventHandler(this.Form_Activated);
     this.Deactivate     += new System.EventHandler(this.Form_Deactivate);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Form_Closed);
     this.Load           += new System.EventHandler(this.Form_Load);
     this.VisibleChanged += new System.EventHandler(this.Form_Show);
     this.DragDrop       += new System.Windows.Forms.DragEventHandler(this.Form_DragDrop);
     this.DragEnter      += new System.Windows.Forms.DragEventHandler(this.Form_DragEnter);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown);
     this.Resize         += new System.EventHandler(this.Form_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel2)).EndInit();
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.MenuPedigree.ResumeLayout(false);
     this.MainMenu1.ResumeLayout(false);
     this.MainMenu1.PerformLayout();
     this.contextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.ToolBar1            = new System.Windows.Forms.ToolStrip();
     this.tbLoadPlaces        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbSaveSnapshot      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tbProviders         = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuProviders       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tbClear             = new System.Windows.Forms.ToolStripButton();
     this.tbZoomCenter        = new System.Windows.Forms.ToolStripButton();
     this.StatusBar1          = new System.Windows.Forms.StatusBar();
     this.PageControl1        = new System.Windows.Forms.TabControl();
     this.pagePlaces          = new System.Windows.Forms.TabPage();
     this.tvPlaces            = new System.Windows.Forms.TreeView();
     this.grpSelection        = new System.Windows.Forms.GroupBox();
     this.cmbPersons          = new System.Windows.Forms.ComboBox();
     this.chkResidence        = new System.Windows.Forms.CheckBox();
     this.chkDeath            = new System.Windows.Forms.CheckBox();
     this.chkBirth            = new System.Windows.Forms.CheckBox();
     this.btnSelectPlaces     = new System.Windows.Forms.Button();
     this.radTotal            = new System.Windows.Forms.RadioButton();
     this.radSelected         = new System.Windows.Forms.RadioButton();
     this.chkLinesVisible     = new System.Windows.Forms.CheckBox();
     this.pageCoordinates     = new System.Windows.Forms.TabPage();
     this.btnAddPolygonMarker = new System.Windows.Forms.Button();
     this.btnAddRouteMarker   = new System.Windows.Forms.Button();
     this.gbCoords            = new System.Windows.Forms.GroupBox();
     this.lblPlace            = new System.Windows.Forms.Label();
     this.txtPlace            = new System.Windows.Forms.TextBox();
     this.lblLng      = new System.Windows.Forms.Label();
     this.lblLat      = new System.Windows.Forms.Label();
     this.txtLng      = new System.Windows.Forms.TextBox();
     this.txtLat      = new System.Windows.Forms.TextBox();
     this.btnSearch   = new System.Windows.Forms.Button();
     this.panClient   = new System.Windows.Forms.TableLayoutPanel();
     this.panZoom     = new System.Windows.Forms.TableLayoutPanel();
     this.btnZoomUp   = new System.Windows.Forms.Button();
     this.trkZoom     = new System.Windows.Forms.TrackBar();
     this.btnZoomDown = new System.Windows.Forms.Button();
     this.ToolBar1.SuspendLayout();
     this.PageControl1.SuspendLayout();
     this.pagePlaces.SuspendLayout();
     this.grpSelection.SuspendLayout();
     this.pageCoordinates.SuspendLayout();
     this.gbCoords.SuspendLayout();
     this.panClient.SuspendLayout();
     this.panZoom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trkZoom)).BeginInit();
     this.SuspendLayout();
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbLoadPlaces,
         this.toolStripSeparator1,
         this.tbSaveSnapshot,
         this.toolStripSeparator2,
         this.tbProviders,
         this.toolStripSeparator3,
         this.tbClear,
         this.tbZoomCenter
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(1101, 27);
     this.ToolBar1.TabIndex = 0;
     //
     // tbLoadPlaces
     //
     this.tbLoadPlaces.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbLoadPlaces.Name   = "tbLoadPlaces";
     this.tbLoadPlaces.Size   = new System.Drawing.Size(101, 24);
     this.tbLoadPlaces.Text   = "tbLoadPlaces";
     this.tbLoadPlaces.Click += new System.EventHandler(this.tbLoadPlaces_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // tbSaveSnapshot
     //
     this.tbSaveSnapshot.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbSaveSnapshot.Name   = "tbSaveSnapshot";
     this.tbSaveSnapshot.Size   = new System.Drawing.Size(23, 24);
     this.tbSaveSnapshot.Click += new System.EventHandler(this.tbSaveSnapshot_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
     //
     // tbProviders
     //
     this.tbProviders.DropDown = this.MenuProviders;
     this.tbProviders.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbProviders.Name = "tbProviders";
     this.tbProviders.Size = new System.Drawing.Size(98, 24);
     this.tbProviders.Text = "tbProviders";
     //
     // MenuProviders
     //
     this.MenuProviders.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.MenuProviders.Name             = "MenuProviders";
     this.MenuProviders.OwnerItem        = this.tbProviders;
     this.MenuProviders.Size             = new System.Drawing.Size(61, 4);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
     //
     // tbClear
     //
     this.tbClear.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbClear.Name   = "tbClear";
     this.tbClear.Size   = new System.Drawing.Size(61, 24);
     this.tbClear.Text   = "tbClear";
     this.tbClear.Click += new System.EventHandler(this.tbClear_Click);
     //
     // tbZoomCenter
     //
     this.tbZoomCenter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbZoomCenter.Name   = "tbZoomCenter";
     this.tbZoomCenter.Size   = new System.Drawing.Size(100, 24);
     this.tbZoomCenter.Text   = "Zoom Center";
     this.tbZoomCenter.Click += new System.EventHandler(this.tbZoomCenter_Click);
     //
     // StatusBar1
     //
     this.StatusBar1.Location = new System.Drawing.Point(0, 549);
     this.StatusBar1.Name     = "StatusBar1";
     this.StatusBar1.Size     = new System.Drawing.Size(1101, 23);
     this.StatusBar1.TabIndex = 3;
     //
     // PageControl1
     //
     this.PageControl1.Controls.Add(this.pagePlaces);
     this.PageControl1.Controls.Add(this.pageCoordinates);
     this.PageControl1.Dock          = System.Windows.Forms.DockStyle.Left;
     this.PageControl1.Location      = new System.Drawing.Point(0, 27);
     this.PageControl1.Name          = "PageControl1";
     this.PageControl1.SelectedIndex = 0;
     this.PageControl1.Size          = new System.Drawing.Size(405, 522);
     this.PageControl1.TabIndex      = 1;
     //
     // pagePlaces
     //
     this.pagePlaces.BackColor = System.Drawing.SystemColors.Control;
     this.pagePlaces.Controls.Add(this.tvPlaces);
     this.pagePlaces.Controls.Add(this.grpSelection);
     this.pagePlaces.Location = new System.Drawing.Point(4, 26);
     this.pagePlaces.Name     = "pagePlaces";
     this.pagePlaces.Size     = new System.Drawing.Size(397, 492);
     this.pagePlaces.TabIndex = 0;
     this.pagePlaces.Text     = "pagePlaces";
     //
     // tvPlaces
     //
     this.tvPlaces.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.tvPlaces.Location     = new System.Drawing.Point(0, 225);
     this.tvPlaces.Name         = "tvPlaces";
     this.tvPlaces.Size         = new System.Drawing.Size(397, 267);
     this.tvPlaces.TabIndex     = 0;
     this.tvPlaces.DoubleClick += new System.EventHandler(this.TreePlaces_DoubleClick);
     //
     // grpSelection
     //
     this.grpSelection.Controls.Add(this.cmbPersons);
     this.grpSelection.Controls.Add(this.chkResidence);
     this.grpSelection.Controls.Add(this.chkDeath);
     this.grpSelection.Controls.Add(this.chkBirth);
     this.grpSelection.Controls.Add(this.btnSelectPlaces);
     this.grpSelection.Controls.Add(this.radTotal);
     this.grpSelection.Controls.Add(this.radSelected);
     this.grpSelection.Controls.Add(this.chkLinesVisible);
     this.grpSelection.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grpSelection.Location = new System.Drawing.Point(0, 0);
     this.grpSelection.Name     = "grpSelection";
     this.grpSelection.Size     = new System.Drawing.Size(397, 225);
     this.grpSelection.TabIndex = 1;
     this.grpSelection.TabStop  = false;
     this.grpSelection.Text     = "grpSelection";
     //
     // cmbPersons
     //
     this.cmbPersons.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPersons.Location      = new System.Drawing.Point(11, 126);
     this.cmbPersons.Name          = "cmbPersons";
     this.cmbPersons.Size          = new System.Drawing.Size(371, 25);
     this.cmbPersons.TabIndex      = 5;
     //
     // chkResidence
     //
     this.chkResidence.AutoSize = true;
     this.chkResidence.Location = new System.Drawing.Point(27, 78);
     this.chkResidence.Name     = "chkResidence";
     this.chkResidence.Size     = new System.Drawing.Size(113, 21);
     this.chkResidence.TabIndex = 3;
     this.chkResidence.Text     = "chkResidence";
     //
     // chkDeath
     //
     this.chkDeath.AutoSize = true;
     this.chkDeath.Location = new System.Drawing.Point(27, 58);
     this.chkDeath.Name     = "chkDeath";
     this.chkDeath.Size     = new System.Drawing.Size(89, 21);
     this.chkDeath.TabIndex = 2;
     this.chkDeath.Text     = "chkDeath";
     //
     // chkBirth
     //
     this.chkBirth.AutoSize = true;
     this.chkBirth.Location = new System.Drawing.Point(27, 39);
     this.chkBirth.Name     = "chkBirth";
     this.chkBirth.Size     = new System.Drawing.Size(80, 21);
     this.chkBirth.TabIndex = 1;
     this.chkBirth.Text     = "chkBirth";
     //
     // btnSelectPlaces
     //
     this.btnSelectPlaces.Enabled  = false;
     this.btnSelectPlaces.Location = new System.Drawing.Point(277, 185);
     this.btnSelectPlaces.Name     = "btnSelectPlaces";
     this.btnSelectPlaces.Size     = new System.Drawing.Size(105, 30);
     this.btnSelectPlaces.TabIndex = 6;
     this.btnSelectPlaces.Text     = "btnSelectPlaces";
     this.btnSelectPlaces.Click   += new System.EventHandler(this.btnSelectPlaces_Click);
     //
     // radTotal
     //
     this.radTotal.AutoSize = true;
     this.radTotal.Location = new System.Drawing.Point(11, 19);
     this.radTotal.Name     = "radTotal";
     this.radTotal.Size     = new System.Drawing.Size(79, 21);
     this.radTotal.TabIndex = 0;
     this.radTotal.Text     = "radTotal";
     this.radTotal.Click   += new System.EventHandler(this.radTotal_Click);
     //
     // radSelected
     //
     this.radSelected.AutoSize = true;
     this.radSelected.Location = new System.Drawing.Point(11, 106);
     this.radSelected.Name     = "radSelected";
     this.radSelected.Size     = new System.Drawing.Size(100, 21);
     this.radSelected.TabIndex = 4;
     this.radSelected.Text     = "radSelected";
     this.radSelected.Click   += new System.EventHandler(this.radTotal_Click);
     //
     // chkLinesVisible
     //
     this.chkLinesVisible.AutoSize   = true;
     this.chkLinesVisible.Checked    = true;
     this.chkLinesVisible.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkLinesVisible.Location   = new System.Drawing.Point(11, 155);
     this.chkLinesVisible.Name       = "chkLinesVisible";
     this.chkLinesVisible.Size       = new System.Drawing.Size(117, 21);
     this.chkLinesVisible.TabIndex   = 8;
     this.chkLinesVisible.Text       = "chkLinesVisible";
     //
     // pageCoordinates
     //
     this.pageCoordinates.BackColor = System.Drawing.SystemColors.Control;
     this.pageCoordinates.Controls.Add(this.btnAddPolygonMarker);
     this.pageCoordinates.Controls.Add(this.btnAddRouteMarker);
     this.pageCoordinates.Controls.Add(this.gbCoords);
     this.pageCoordinates.Controls.Add(this.btnSearch);
     this.pageCoordinates.Location = new System.Drawing.Point(4, 26);
     this.pageCoordinates.Name     = "pageCoordinates";
     this.pageCoordinates.Padding  = new System.Windows.Forms.Padding(3);
     this.pageCoordinates.Size     = new System.Drawing.Size(397, 492);
     this.pageCoordinates.TabIndex = 1;
     this.pageCoordinates.Text     = "pageCoordinates";
     //
     // btnAddPolygonMarker
     //
     this.btnAddPolygonMarker.Location = new System.Drawing.Point(119, 187);
     this.btnAddPolygonMarker.Margin   = new System.Windows.Forms.Padding(4);
     this.btnAddPolygonMarker.Name     = "btnAddPolygonMarker";
     this.btnAddPolygonMarker.Size     = new System.Drawing.Size(149, 30);
     this.btnAddPolygonMarker.TabIndex = 12;
     this.btnAddPolygonMarker.Text     = "Add Polygon Marker";
     this.btnAddPolygonMarker.UseVisualStyleBackColor = true;
     this.btnAddPolygonMarker.Click += new System.EventHandler(this.btnAddPolygonMarker_Click);
     //
     // btnAddRouteMarker
     //
     this.btnAddRouteMarker.Location = new System.Drawing.Point(119, 149);
     this.btnAddRouteMarker.Margin   = new System.Windows.Forms.Padding(4);
     this.btnAddRouteMarker.Name     = "btnAddRouteMarker";
     this.btnAddRouteMarker.Size     = new System.Drawing.Size(149, 30);
     this.btnAddRouteMarker.TabIndex = 12;
     this.btnAddRouteMarker.Text     = "Add Route Marker";
     this.btnAddRouteMarker.UseVisualStyleBackColor = true;
     this.btnAddRouteMarker.Click += new System.EventHandler(this.btnAddRouteMarker_Click);
     //
     // gbCoords
     //
     this.gbCoords.Controls.Add(this.lblPlace);
     this.gbCoords.Controls.Add(this.txtPlace);
     this.gbCoords.Controls.Add(this.lblLng);
     this.gbCoords.Controls.Add(this.lblLat);
     this.gbCoords.Controls.Add(this.txtLng);
     this.gbCoords.Controls.Add(this.txtLat);
     this.gbCoords.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbCoords.Location = new System.Drawing.Point(3, 3);
     this.gbCoords.Margin   = new System.Windows.Forms.Padding(4);
     this.gbCoords.Name     = "gbCoords";
     this.gbCoords.Padding  = new System.Windows.Forms.Padding(4);
     this.gbCoords.Size     = new System.Drawing.Size(391, 127);
     this.gbCoords.TabIndex = 28;
     this.gbCoords.TabStop  = false;
     //
     // lblPlace
     //
     this.lblPlace.AutoSize = true;
     this.lblPlace.Location = new System.Drawing.Point(176, 91);
     this.lblPlace.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblPlace.Name     = "lblPlace";
     this.lblPlace.Size     = new System.Drawing.Size(39, 17);
     this.lblPlace.TabIndex = 11;
     this.lblPlace.Text     = "place";
     //
     // txtPlace
     //
     this.txtPlace.Location  = new System.Drawing.Point(12, 87);
     this.txtPlace.Margin    = new System.Windows.Forms.Padding(4);
     this.txtPlace.Name      = "txtPlace";
     this.txtPlace.Size      = new System.Drawing.Size(161, 24);
     this.txtPlace.TabIndex  = 10;
     this.txtPlace.Text      = "Egypt, Cairo";
     this.txtPlace.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPlace_KeyPress);
     //
     // lblLng
     //
     this.lblLng.AutoSize = true;
     this.lblLng.Location = new System.Drawing.Point(176, 59);
     this.lblLng.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblLng.Name     = "lblLng";
     this.lblLng.Size     = new System.Drawing.Size(26, 17);
     this.lblLng.TabIndex = 3;
     this.lblLng.Text     = "lng";
     //
     // lblLat
     //
     this.lblLat.AutoSize = true;
     this.lblLat.Location = new System.Drawing.Point(176, 27);
     this.lblLat.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblLat.Name     = "lblLat";
     this.lblLat.Size     = new System.Drawing.Size(22, 17);
     this.lblLat.TabIndex = 2;
     this.lblLat.Text     = "lat";
     //
     // txtLng
     //
     this.txtLng.Location = new System.Drawing.Point(12, 55);
     this.txtLng.Margin   = new System.Windows.Forms.Padding(4);
     this.txtLng.Name     = "txtLng";
     this.txtLng.Size     = new System.Drawing.Size(161, 24);
     this.txtLng.TabIndex = 1;
     this.txtLng.Text     = "31.2361907958984";
     //
     // txtLat
     //
     this.txtLat.Location = new System.Drawing.Point(12, 23);
     this.txtLat.Margin   = new System.Windows.Forms.Padding(4);
     this.txtLat.Name     = "txtLat";
     this.txtLat.Size     = new System.Drawing.Size(161, 24);
     this.txtLat.TabIndex = 0;
     this.txtLat.Text     = "30.0447272077905";
     //
     // btnSearch
     //
     this.btnSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSearch.Location = new System.Drawing.Point(15, 151);
     this.btnSearch.Margin   = new System.Windows.Forms.Padding(4);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(96, 30);
     this.btnSearch.TabIndex = 8;
     this.btnSearch.Text     = "Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // panClient
     //
     this.panClient.ColumnCount = 2;
     this.panClient.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.panClient.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.panClient.Controls.Add(this.panZoom, 1, 0);
     this.panClient.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panClient.Location = new System.Drawing.Point(405, 27);
     this.panClient.Margin   = new System.Windows.Forms.Padding(0, 0, 3, 2);
     this.panClient.Name     = "panClient";
     this.panClient.RowCount = 1;
     this.panClient.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.panClient.Size     = new System.Drawing.Size(696, 522);
     this.panClient.TabIndex = 0;
     //
     // panZoom
     //
     this.panZoom.AutoSize    = true;
     this.panZoom.ColumnCount = 1;
     this.panZoom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.panZoom.Controls.Add(this.btnZoomUp, 0, 0);
     this.panZoom.Controls.Add(this.trkZoom, 0, 1);
     this.panZoom.Controls.Add(this.btnZoomDown, 0, 2);
     this.panZoom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panZoom.Location = new System.Drawing.Point(635, 3);
     this.panZoom.Name     = "panZoom";
     this.panZoom.RowCount = 3;
     this.panZoom.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.panZoom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.panZoom.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.panZoom.Size     = new System.Drawing.Size(58, 516);
     this.panZoom.TabIndex = 31;
     //
     // btnZoomUp
     //
     this.btnZoomUp.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnZoomUp.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnZoomUp.Location = new System.Drawing.Point(0, 0);
     this.btnZoomUp.Margin   = new System.Windows.Forms.Padding(0);
     this.btnZoomUp.Name     = "btnZoomUp";
     this.btnZoomUp.Size     = new System.Drawing.Size(58, 33);
     this.btnZoomUp.TabIndex = 0;
     this.btnZoomUp.Text     = "+";
     this.btnZoomUp.UseVisualStyleBackColor = true;
     this.btnZoomUp.Click += new System.EventHandler(this.btnZoomUp_Click);
     //
     // trkZoom
     //
     this.trkZoom.BackColor     = System.Drawing.SystemColors.Control;
     this.trkZoom.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.trkZoom.LargeChange   = 1;
     this.trkZoom.Location      = new System.Drawing.Point(0, 33);
     this.trkZoom.Margin        = new System.Windows.Forms.Padding(0);
     this.trkZoom.Maximum       = 1700;
     this.trkZoom.Minimum       = 1;
     this.trkZoom.Name          = "trkZoom";
     this.trkZoom.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.trkZoom.Size          = new System.Drawing.Size(58, 450);
     this.trkZoom.TabIndex      = 29;
     this.trkZoom.TickFrequency = 100;
     this.trkZoom.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     this.trkZoom.Value         = 12;
     this.trkZoom.ValueChanged += new System.EventHandler(this.trkZoom_ValueChanged);
     //
     // btnZoomDown
     //
     this.btnZoomDown.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnZoomDown.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnZoomDown.Location = new System.Drawing.Point(0, 483);
     this.btnZoomDown.Margin   = new System.Windows.Forms.Padding(0);
     this.btnZoomDown.Name     = "btnZoomDown";
     this.btnZoomDown.Size     = new System.Drawing.Size(58, 33);
     this.btnZoomDown.TabIndex = 1;
     this.btnZoomDown.Text     = "-";
     this.btnZoomDown.UseVisualStyleBackColor = true;
     this.btnZoomDown.Click += new System.EventHandler(this.btnZoomDown_Click);
     //
     // MapsViewerWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(1101, 572);
     this.Controls.Add(this.panClient);
     this.Controls.Add(this.PageControl1);
     this.Controls.Add(this.StatusBar1);
     this.Controls.Add(this.ToolBar1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.Name            = "MapsViewerWin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "MapsViewerWin";
     this.Title           = "MapsViewerWin";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.MapsViewerWin_KeyDown);
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.PageControl1.ResumeLayout(false);
     this.pagePlaces.ResumeLayout(false);
     this.grpSelection.ResumeLayout(false);
     this.grpSelection.PerformLayout();
     this.pageCoordinates.ResumeLayout(false);
     this.gbCoords.ResumeLayout(false);
     this.gbCoords.PerformLayout();
     this.panClient.ResumeLayout(false);
     this.panClient.PerformLayout();
     this.panZoom.ResumeLayout(false);
     this.panZoom.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trkZoom)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #6
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.groupBox1                      = new System.Windows.Forms.GroupBox();
     this.statusStrip1                   = new System.Windows.Forms.StatusStrip();
     this.toolStripDropDownButton1       = new System.Windows.Forms.ToolStripDropDownButton();
     this.перезагрузитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripStatusLabel1          = new System.Windows.Forms.ToolStripStatusLabel();
     this.groupBox2                      = new System.Windows.Forms.GroupBox();
     this.comboBox1                      = new System.Windows.Forms.ComboBox();
     this.label1     = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.экспортToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.вФайлИображенияToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.копироватьВБуферОбменаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.AutoSize = true;
     this.groupBox1.Controls.Add(this.statusStrip1);
     this.groupBox1.Location = new System.Drawing.Point(0, 28);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(718, 531);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Диаграмма";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButton1,
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(3, 506);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(712, 22);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.перезагрузитьToolStripMenuItem
     });
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(54, 20);
     this.toolStripDropDownButton1.Text = "Меню";
     //
     // перезагрузитьToolStripMenuItem
     //
     this.перезагрузитьToolStripMenuItem.Name   = "перезагрузитьToolStripMenuItem";
     this.перезагрузитьToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.перезагрузитьToolStripMenuItem.Text   = "Перезагрузить";
     this.перезагрузитьToolStripMenuItem.Click += new System.EventHandler(this.перезагрузитьToolStripMenuItem_Click);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.AutoSize = true;
     this.groupBox2.Controls.Add(this.comboBox1);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(723, 28);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(206, 531);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Настройки";
     //
     // comboBox1
     //
     this.comboBox1.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.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(11, 38);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(186, 21);
     this.comboBox1.TabIndex              = 1;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(126, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Тип диаграммы";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.экспортToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(932, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // экспорт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(64, 20);
     this.экспортToolStripMenuItem.Text = "Экспорт";
     //
     // вФайлИображенияToolStripMenuItem
     //
     this.вФайлИображенияToolStripMenuItem.Name = "вФайлИображенияToolStripMenuItem";
     this.вФайлИображенияToolStripMenuItem.Size = new System.Drawing.Size(231, 22);
     this.вФайлИображенияToolStripMenuItem.Text = "В файл иображения...";
     //
     // копироватьВБуферОбменаToolStripMenuItem
     //
     this.копироватьВБуферОбменаToolStripMenuItem.Name = "копироватьВБуферОбменаToolStripMenuItem";
     this.копироватьВБуферОбменаToolStripMenuItem.Size = new System.Drawing.Size(231, 22);
     this.копироватьВБуферОбменаToolStripMenuItem.Text = "Копировать в буфер обмена";
     //
     // DiagramForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(932, 558);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "DiagramForm";
     this.Text  = "Диаграмма данных";
     this.Load += new System.EventHandler(this.DiagramForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimplePlot));
     this.plotSurface2D1 = new NPlot.Windows.PlotSurface2D();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonClear = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonLock = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonLoop = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripDropDownChannel = new System.Windows.Forms.ToolStripDropDownButton();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // plotSurface2D1
     //
     this.plotSurface2D1.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.plotSurface2D1.AutoScaleAutoGeneratedAxes = false;
     this.plotSurface2D1.AutoScaleTitle = false;
     this.plotSurface2D1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.plotSurface2D1.DateTimeToolTip = false;
     this.plotSurface2D1.Legend = null;
     this.plotSurface2D1.LegendZOrder = -1;
     this.plotSurface2D1.Location = new System.Drawing.Point(0, 28);
     this.plotSurface2D1.Name = "plotSurface2D1";
     this.plotSurface2D1.RightMenu = null;
     this.plotSurface2D1.ShowCoordinates = true;
     this.plotSurface2D1.Size = new System.Drawing.Size(746, 384);
     this.plotSurface2D1.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None;
     this.plotSurface2D1.TabIndex = 0;
     this.plotSurface2D1.Title = "";
     this.plotSurface2D1.TitleFont = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.plotSurface2D1.XAxis1 = null;
     this.plotSurface2D1.XAxis2 = null;
     this.plotSurface2D1.YAxis1 = null;
     this.plotSurface2D1.YAxis2 = null;
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonClear,
     this.toolStripButtonLock,
     this.toolStripButtonLoop,
     this.toolStripButton1,
     this.toolStripSeparator1,
     this.toolStripDropDownChannel});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(746, 31);
     this.toolStrip1.TabIndex = 1;
     //
     // toolStripButtonClear
     //
     this.toolStripButtonClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonClear.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonClear.Image")));
     this.toolStripButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonClear.Name = "toolStripButtonClear";
     this.toolStripButtonClear.Size = new System.Drawing.Size(28, 28);
     this.toolStripButtonClear.Text = "清空";
     this.toolStripButtonClear.Click += new System.EventHandler(this.toolStripButtonClear_Click);
     //
     // toolStripButtonLock
     //
     this.toolStripButtonLock.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonLock.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLock.Image")));
     this.toolStripButtonLock.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonLock.Name = "toolStripButtonLock";
     this.toolStripButtonLock.Size = new System.Drawing.Size(28, 28);
     this.toolStripButtonLock.Text = "图像锁定";
     this.toolStripButtonLock.Click += new System.EventHandler(this.toolStripButtonLock_Click);
     //
     // toolStripButtonLoop
     //
     this.toolStripButtonLoop.Checked = true;
     this.toolStripButtonLoop.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toolStripButtonLoop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonLoop.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLoop.Image")));
     this.toolStripButtonLoop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonLoop.Name = "toolStripButtonLoop";
     this.toolStripButtonLoop.Size = new System.Drawing.Size(28, 28);
     this.toolStripButtonLoop.Text = "循环模式";
     this.toolStripButtonLoop.Click += new System.EventHandler(this.toolStripButtonLoop_Click);
     //
     // 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(28, 28);
     this.toolStripButton1.Text = "图像大小自适应";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // toolStripDropDownChannel
     //
     this.toolStripDropDownChannel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownChannel.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownChannel.Image")));
     this.toolStripDropDownChannel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownChannel.Name = "toolStripDropDownChannel";
     this.toolStripDropDownChannel.Size = new System.Drawing.Size(37, 28);
     this.toolStripDropDownChannel.Text = "通道选择";
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // SimplePlot
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(746, 412);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.plotSurface2D1);
     this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ID = "PlotObj";
     this.Name = "SimplePlot";
     this.Text = "简单图表";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #8
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            ImageList = new System.Windows.Forms.ImageList(components);
            btnSavePath = new System.Windows.Forms.ToolStripButton();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            URL = new System.Windows.Forms.ToolStripTextBox();
            toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            lbTask = new System.Windows.Forms.ToolStripLabel();
            MaxDownloaders = new System.Windows.Forms.ToolStripComboBox();
            FBD = new System.Windows.Forms.FolderBrowserDialog();
            Tray = new System.Windows.Forms.NotifyIcon(components);
            Toolbar = new System.Windows.Forms.ToolStrip();
            lbSplit = new System.Windows.Forms.ToolStripLabel();
            MaxConnections = new System.Windows.Forms.ToolStripComboBox();
            btnOption = new System.Windows.Forms.ToolStripDropDownButton();
            miEditINI = new System.Windows.Forms.ToolStripMenuItem();
            miTrace = new System.Windows.Forms.ToolStripMenuItem();
            debug = new System.Windows.Forms.ToolStripMenuItem();
            info = new System.Windows.Forms.ToolStripMenuItem();
            notice = new System.Windows.Forms.ToolStripMenuItem();
            warn = new System.Windows.Forms.ToolStripMenuItem();
            error = new System.Windows.Forms.ToolStripMenuItem();
            miLog = new System.Windows.Forms.ToolStripMenuItem();
            toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            miProxy = new System.Windows.Forms.ToolStripMenuItem();
            miConnection = new System.Windows.Forms.ToolStripMenuItem();
            toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            miClipboard = new System.Windows.Forms.ToolStripMenuItem();
            miParseOnly = new System.Windows.Forms.ToolStripMenuItem();
            miCopyURL = new System.Windows.Forms.ToolStripMenuItem();
            miRunDownloader = new System.Windows.Forms.ToolStripMenuItem();
            miSeparator0 = new System.Windows.Forms.ToolStripSeparator();
            miStayTop = new System.Windows.Forms.ToolStripMenuItem();
            miLanguage = new System.Windows.Forms.ToolStripMenuItem();
            miLangAuto = new System.Windows.Forms.ToolStripMenuItem();
            toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            miLangChs = new System.Windows.Forms.ToolStripMenuItem();
            miLangEn = new System.Windows.Forms.ToolStripMenuItem();
            cmTaskList = new System.Windows.Forms.ContextMenuStrip(components);
            miOpen = new System.Windows.Forms.ToolStripMenuItem();
            miOpenDir = new System.Windows.Forms.ToolStripMenuItem();
            miSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            miMoveTop = new System.Windows.Forms.ToolStripMenuItem();
            miMoveUp = new System.Windows.Forms.ToolStripMenuItem();
            miMoveDown = new System.Windows.Forms.ToolStripMenuItem();
            miMoveBottom = new System.Windows.Forms.ToolStripMenuItem();
            miSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            miDelete = new System.Windows.Forms.ToolStripMenuItem();
            miSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            miSelectAll = new System.Windows.Forms.ToolStripMenuItem();
            OFD = new System.Windows.Forms.OpenFileDialog();
            MainSplit = new System.Windows.Forms.SplitContainer();
            TaskList = new KK.ListViewEX();
            colURL = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colProgress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colSpeed = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colETA = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Memo = new System.Windows.Forms.RichTextBox();
            miShutdown = new System.Windows.Forms.ToolStripMenuItem();
            Toolbar.SuspendLayout();
            cmTaskList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(MainSplit)).BeginInit();
            MainSplit.Panel1.SuspendLayout();
            MainSplit.Panel2.SuspendLayout();
            MainSplit.SuspendLayout();
            SuspendLayout();
            // 
            // ImageList
            // 
            ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
            ImageList.TransparentColor = System.Drawing.Color.Magenta;
            ImageList.Images.SetKeyName(0, "");
            ImageList.Images.SetKeyName(1, "");
            // 
            // btnSavePath
            // 
            btnSavePath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            resources.ApplyResources(btnSavePath, "btnSavePath");
            btnSavePath.Name = "btnSavePath";
			btnSavePath.Click += btnSavePath_Click;
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
            // 
            // URL
            // 
            resources.ApplyResources(URL, "URL");
            URL.Name = "URL";
			URL.KeyDown += URL_KeyDown;
			URL.DoubleClick += URL_DoubleClick;
			URL.MouseEnter += URL_MouseEnter;
            // 
            // toolStripSeparator2
            // 
            toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
            // 
            // lbTask
            // 
            lbTask.Name = "lbTask";
            resources.ApplyResources(lbTask, "lbTask");
            // 
            // MaxDownloaders
            // 
            MaxDownloaders.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            resources.ApplyResources(MaxDownloaders, "MaxDownloaders");
            MaxDownloaders.Items.AddRange(new object[] {
            resources.GetString("MaxDownloaders.Items"),
            resources.GetString("MaxDownloaders.Items1"),
            resources.GetString("MaxDownloaders.Items2"),
            resources.GetString("MaxDownloaders.Items3"),
            resources.GetString("MaxDownloaders.Items4"),
            resources.GetString("MaxDownloaders.Items5"),
            resources.GetString("MaxDownloaders.Items6"),
            resources.GetString("MaxDownloaders.Items7"),
            resources.GetString("MaxDownloaders.Items8")});
            MaxDownloaders.Name = "MaxDownloaders";
			MaxDownloaders.DropDownClosed += MaxDownloaders_DropDownClosed;
			MaxDownloaders.SelectedIndexChanged += MaxDownloaders_SelectedIndexChanged;
            // 
            // FBD
            // 
            resources.ApplyResources(FBD, "FBD");
            // 
            // Tray
            // 
			Tray.MouseClick += Tray_MouseClick;
            // 
            // Toolbar
            // 
            resources.ApplyResources(Toolbar, "Toolbar");
            Toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            btnSavePath,
            toolStripSeparator1,
            URL,
            toolStripSeparator2,
            lbTask,
            MaxDownloaders,
            lbSplit,
            MaxConnections,
            btnOption});
            Toolbar.Name = "Toolbar";
            Toolbar.ShowItemToolTips = false;
			Toolbar.MouseDoubleClick += Toolbar_MouseDoubleClick;
            // 
            // lbSplit
            // 
            lbSplit.Name = "lbSplit";
            resources.ApplyResources(lbSplit, "lbSplit");
            // 
            // MaxConnections
            // 
            MaxConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            resources.ApplyResources(MaxConnections, "MaxConnections");
            MaxConnections.Items.AddRange(new object[] {
            resources.GetString("MaxConnections.Items"),
            resources.GetString("MaxConnections.Items1"),
            resources.GetString("MaxConnections.Items2"),
            resources.GetString("MaxConnections.Items3"),
            resources.GetString("MaxConnections.Items4"),
            resources.GetString("MaxConnections.Items5"),
            resources.GetString("MaxConnections.Items6"),
            resources.GetString("MaxConnections.Items7"),
            resources.GetString("MaxConnections.Items8")});
            MaxConnections.Name = "MaxConnections";
			MaxConnections.DropDownClosed += MaxDownloaders_DropDownClosed;
			MaxConnections.SelectedIndexChanged += MaxConnections_SelectedIndexChanged;
            // 
            // btnOption
            // 
            btnOption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            btnOption.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            miShutdown,
            miEditINI,
            miTrace,
            miLog,
            toolStripSeparator3,
            miProxy,
            miConnection,
            toolStripMenuItem2,
            miClipboard,
            miParseOnly,
            miSeparator0,
            miStayTop,
            miLanguage});
            resources.ApplyResources(btnOption, "btnOption");
            btnOption.Name = "btnOption";
            // 
            // miEditINI
            // 
            miEditINI.Name = "miEditINI";
            resources.ApplyResources(miEditINI, "miEditINI");
			miEditINI.Click += miEditINI_Click;
            // 
            // miTrace
            // 
            miTrace.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            debug,
            info,
            notice,
            warn,
            error});
            miTrace.Name = "miTrace";
            resources.ApplyResources(miTrace, "miTrace");
			miTrace.DropDownItemClicked += miTrace_DropDownItemClicked;
			miTrace.Click += miTrace_Click;
            // 
            // debug
            // 
            debug.Name = "debug";
            resources.ApplyResources(debug, "debug");
            // 
            // info
            // 
            info.Name = "info";
            resources.ApplyResources(info, "info");
            // 
            // notice
            // 
            notice.Name = "notice";
            resources.ApplyResources(notice, "notice");
            // 
            // warn
            // 
            warn.Name = "warn";
            resources.ApplyResources(warn, "warn");
            // 
            // error
            // 
            error.Name = "error";
            resources.ApplyResources(error, "error");
            // 
            // miLog
            // 
            miLog.Name = "miLog";
            resources.ApplyResources(miLog, "miLog");
			miLog.Click += miLog_Click;
            // 
            // toolStripSeparator3
            // 
            toolStripSeparator3.Name = "toolStripSeparator3";
            resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3");
            // 
            // miProxy
            // 
            miProxy.Name = "miProxy";
            resources.ApplyResources(miProxy, "miProxy");
			miProxy.Click += miProxy_Click;
            // 
            // miConnection
            // 
            miConnection.Name = "miConnection";
            resources.ApplyResources(miConnection, "miConnection");
			miConnection.Click += miConnection_Click;
            // 
            // toolStripMenuItem2
            // 
            toolStripMenuItem2.Name = "toolStripMenuItem2";
            resources.ApplyResources(toolStripMenuItem2, "toolStripMenuItem2");
            // 
            // miClipboard
            // 
            miClipboard.Name = "miClipboard";
            resources.ApplyResources(miClipboard, "miClipboard");
			miClipboard.Click += miClipboard_Click;
            // 
            // miParseOnly
            // 
            miParseOnly.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            miCopyURL,
            miRunDownloader});
            miParseOnly.Name = "miParseOnly";
            resources.ApplyResources(miParseOnly, "miParseOnly");
			miParseOnly.DropDownItemClicked += miParseOnly_DropDownItemClicked;
			miParseOnly.Click += miParseOnly_Click;
            // 
            // miCopyURL
            // 
            miCopyURL.Name = "miCopyURL";
            resources.ApplyResources(miCopyURL, "miCopyURL");
            // 
            // miRunDownloader
            // 
            miRunDownloader.Name = "miRunDownloader";
            resources.ApplyResources(miRunDownloader, "miRunDownloader");
            // 
            // miSeparator0
            // 
            miSeparator0.Name = "miSeparator0";
            resources.ApplyResources(miSeparator0, "miSeparator0");
            // 
            // miStayTop
            // 
            miStayTop.CheckOnClick = true;
            miStayTop.Name = "miStayTop";
            resources.ApplyResources(miStayTop, "miStayTop");
			miStayTop.CheckedChanged += miStayTop_CheckedChanged;
            // 
            // miLanguage
            // 
            miLanguage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            miLangAuto,
            toolStripMenuItem1,
            miLangChs,
            miLangEn});
            miLanguage.Name = "miLanguage";
            resources.ApplyResources(miLanguage, "miLanguage");
			miLanguage.DropDownItemClicked += miLanguage_DropDownItemClicked;
            // 
            // miLangAuto
            // 
            miLangAuto.Name = "miLangAuto";
            resources.ApplyResources(miLangAuto, "miLangAuto");
            // 
            // toolStripMenuItem1
            // 
            toolStripMenuItem1.Name = "toolStripMenuItem1";
            resources.ApplyResources(toolStripMenuItem1, "toolStripMenuItem1");
            // 
            // miLangChs
            // 
            miLangChs.Name = "miLangChs";
            resources.ApplyResources(miLangChs, "miLangChs");
            // 
            // miLangEn
            // 
            miLangEn.Name = "miLangEn";
            resources.ApplyResources(miLangEn, "miLangEn");
            // 
            // cmTaskList
            // 
            resources.ApplyResources(cmTaskList, "cmTaskList");
            cmTaskList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            miOpen,
            miOpenDir,
            miSeparator1,
            miMoveTop,
            miMoveUp,
            miMoveDown,
            miMoveBottom,
            miSeparator2,
            miDelete,
            miSeparator3,
            miSelectAll});
            cmTaskList.Name = "cmTaskList";
			cmTaskList.Opening += cmTaskList_Opening;
            // 
            // miOpen
            // 
            miOpen.Name = "miOpen";
            resources.ApplyResources(miOpen, "miOpen");
			miOpen.Click += miOpen_Click;
            // 
            // miOpenDir
            // 
            miOpenDir.Name = "miOpenDir";
            resources.ApplyResources(miOpenDir, "miOpenDir");
			miOpenDir.Click += miOpenDir_Click;
            // 
            // miSeparator1
            // 
            miSeparator1.Name = "miSeparator1";
            resources.ApplyResources(miSeparator1, "miSeparator1");
            // 
            // miMoveTop
            // 
            miMoveTop.Name = "miMoveTop";
            resources.ApplyResources(miMoveTop, "miMoveTop");
			miMoveTop.Click += miMoveTop_Click;
            // 
            // miMoveUp
            // 
            miMoveUp.Name = "miMoveUp";
            resources.ApplyResources(miMoveUp, "miMoveUp");
			miMoveUp.Click += miMoveUp_Click;
            // 
            // miMoveDown
            // 
            miMoveDown.Name = "miMoveDown";
            resources.ApplyResources(miMoveDown, "miMoveDown");
			miMoveDown.Click += miMoveDown_Click;
            // 
            // miMoveBottom
            // 
            miMoveBottom.Name = "miMoveBottom";
            resources.ApplyResources(miMoveBottom, "miMoveBottom");
			miMoveBottom.Click += miMoveBottom_Click;
            // 
            // miSeparator2
            // 
            miSeparator2.Name = "miSeparator2";
            resources.ApplyResources(miSeparator2, "miSeparator2");
            // 
            // miDelete
            // 
            miDelete.Name = "miDelete";
            resources.ApplyResources(miDelete, "miDelete");
			miDelete.Click += miDelete_Click;
            // 
            // miSeparator3
            // 
            miSeparator3.Name = "miSeparator3";
            resources.ApplyResources(miSeparator3, "miSeparator3");
            // 
            // miSelectAll
            // 
            miSelectAll.Name = "miSelectAll";
            resources.ApplyResources(miSelectAll, "miSelectAll");
			miSelectAll.Click += miSelectAll_Click;
            // 
            // OFD
            // 
            resources.ApplyResources(OFD, "OFD");
            OFD.SupportMultiDottedExtensions = true;
            // 
            // MainSplit
            // 
            resources.ApplyResources(MainSplit, "MainSplit");
            MainSplit.Name = "MainSplit";
            // 
            // MainSplit.Panel1
            // 
            MainSplit.Panel1.Controls.Add(TaskList);
            // 
            // MainSplit.Panel2
            // 
            MainSplit.Panel2.Controls.Add(Memo);
            MainSplit.TabStop = false;
			MainSplit.SplitterMoved += MainSplit_SplitterMoved;
            // 
            // TaskList
            // 
            TaskList.AllowColumnReorder = true;
            TaskList.AllowDrop = true;
            TaskList.BorderStyle = System.Windows.Forms.BorderStyle.None;
            TaskList.Columns.AddRange(new [] {
            colURL,
            colName,
            colSize,
            colProgress,
            colSpeed,
            colETA});
            TaskList.ContextMenuStrip = cmTaskList;
            resources.ApplyResources(TaskList, "TaskList");
            TaskList.FullRowSelect = true;
            TaskList.Name = "TaskList";
            TaskList.OwnerDraw = true;
            TaskList.ShowItemToolTips = true;
            TaskList.SmallImageList = ImageList;
            TaskList.UseCompatibleStateImageBehavior = false;
            TaskList.View = System.Windows.Forms.View.Details;
			TaskList.ColumnClick += TaskList_ColumnClick;
			TaskList.DragDrop += TaskList_DragDrop;
			TaskList.DragEnter += TaskList_DragEnter;
			TaskList.DoubleClick += TaskList_DoubleClick;
			TaskList.KeyDown += TaskList_KeyDown;
			TaskList.MouseEnter += MaxDownloaders_DropDownClosed;
            // 
            // colURL
            // 
            resources.ApplyResources(colURL, "colURL");
            // 
            // colName
            // 
            resources.ApplyResources(colName, "colName");
            // 
            // colSize
            // 
            resources.ApplyResources(colSize, "colSize");
            // 
            // colProgress
            // 
            resources.ApplyResources(colProgress, "colProgress");
            // 
            // colSpeed
            // 
            resources.ApplyResources(colSpeed, "colSpeed");
            // 
            // colETA
            // 
            resources.ApplyResources(colETA, "colETA");
            // 
            // Memo
            // 
            Memo.BorderStyle = System.Windows.Forms.BorderStyle.None;
            resources.ApplyResources(Memo, "Memo");
            Memo.Name = "Memo";
            Memo.ReadOnly = true;
			Memo.LinkClicked += Memo_LinkClicked;
			Memo.DoubleClick += Memo_DoubleClick;
            // 
            // miShutdown
            // 
            miShutdown.CheckOnClick = true;
            miShutdown.Name = "miShutdown";
            resources.ApplyResources(miShutdown, "miShutdown");
            // 
            // MainForm
            // 
            resources.ApplyResources(this, "$this");
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            Controls.Add(MainSplit);
            Controls.Add(Toolbar);
            Name = "MainForm";
			FormClosing += MainForm_FormClosing;
			Shown += MainForm_Shown;
            Toolbar.ResumeLayout(false);
            Toolbar.PerformLayout();
            cmTaskList.ResumeLayout(false);
            MainSplit.Panel1.ResumeLayout(false);
            MainSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(MainSplit)).EndInit();
            MainSplit.ResumeLayout(false);
            ResumeLayout(false);
            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.tsslthanhtien = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStrip_txtTracuu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tssltenhang = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.tsslsoluong = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.tsslgia = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.tsslthem = new System.Windows.Forms.ToolStripButton();
     this.txtghichu = new System.Windows.Forms.TextBox();
     this.lblghichu = new System.Windows.Forms.Label();
     this.dtgvsanpham = new System.Windows.Forms.DataGridView();
     this.cbbkhohang = new System.Windows.Forms.ComboBox();
     this.lblkhohang = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txttongtien = new System.Windows.Forms.TextBox();
     this.lbtongtien = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lbtinhtrang = new System.Windows.Forms.Label();
     this.btntimkiem = new System.Windows.Forms.Button();
     this.txtnhanvien = new System.Windows.Forms.TextBox();
     this.lblnhanvien = new System.Windows.Forms.Label();
     this.lblngayct = new System.Windows.Forms.Label();
     this.mskngaychungtu = new System.Windows.Forms.MaskedTextBox();
     this.lblngaychungtu = new System.Windows.Forms.Label();
     this.txtsochungtu = new System.Windows.Forms.TextBox();
     this.lblsochungtu = new System.Windows.Forms.Label();
     this.timerRun = new System.Windows.Forms.Timer(this.components);
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.tsslblthemmoi = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslblghilai = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslblin = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsddbkhac = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsslbldong = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvsanpham)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tsslthanhtien
     //
     this.tsslthanhtien.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tsslthanhtien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tsslthanhtien.Name = "tsslthanhtien";
     this.tsslthanhtien.ReadOnly = true;
     this.tsslthanhtien.Size = new System.Drawing.Size(130, 25);
     this.tsslthanhtien.Text = "0";
     this.tsslthanhtien.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.tsslthanhtien.ToolTipText = "Thành tiền";
     this.tsslthanhtien.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btntimkiem_KeyUp);
     //
     // toolStrip1
     //
     this.toolStrip1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_txtTracuu,
     this.toolStripLabel1,
     this.tssltenhang,
     this.toolStripLabel4,
     this.tsslsoluong,
     this.toolStripLabel2,
     this.tsslgia,
     this.toolStripLabel3,
     this.tsslthanhtien,
     this.tsslthem});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(813, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.TabStop = true;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStrip_txtTracuu
     //
     this.toolStrip_txtTracuu.BackColor = System.Drawing.Color.White;
     this.toolStrip_txtTracuu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTracuu.Name = "toolStrip_txtTracuu";
     this.toolStrip_txtTracuu.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtTracuu.Text = "<F4 - Tra Cứu>";
     this.toolStrip_txtTracuu.ToolTipText = "Mã hàng hóa";
     this.toolStrip_txtTracuu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tsslhanghoa_KeyUp);
     this.toolStrip_txtTracuu.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtTracuu_KeyPress);
     this.toolStrip_txtTracuu.Click += new System.EventHandler(this.toolStrip_txtTracuu_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(31, 22);
     this.toolStripLabel1.Text = "Tên:";
     //
     // tssltenhang
     //
     this.tssltenhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tssltenhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tssltenhang.Name = "tssltenhang";
     this.tssltenhang.ReadOnly = true;
     this.tssltenhang.Size = new System.Drawing.Size(200, 25);
     this.tssltenhang.ToolTipText = "Tên hàng hóa";
     this.tssltenhang.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btntimkiem_KeyUp);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(24, 22);
     this.toolStripLabel4.Text = "SL:";
     //
     // tsslsoluong
     //
     this.tsslsoluong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tsslsoluong.Name = "tsslsoluong";
     this.tsslsoluong.Size = new System.Drawing.Size(50, 25);
     this.tsslsoluong.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.tsslsoluong.ToolTipText = "Số lượng hàng hóa";
     this.tsslsoluong.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tsslsoluong_KeyUp);
     this.tsslsoluong.TextChanged += new System.EventHandler(this.tstxtsoluong_TextChanged);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(27, 22);
     this.toolStripLabel2.Text = "GN:";
     //
     // tsslgia
     //
     this.tsslgia.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tsslgia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tsslgia.Name = "tsslgia";
     this.tsslgia.ReadOnly = true;
     this.tsslgia.Size = new System.Drawing.Size(120, 25);
     this.tsslgia.Text = "0";
     this.tsslgia.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.tsslgia.ToolTipText = "Giá nhập hàng hóa";
     this.tsslgia.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btntimkiem_KeyUp);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(25, 22);
     this.toolStripLabel3.Text = "TT:";
     //
     // tsslthem
     //
     this.tsslthem.Checked = true;
     this.tsslthem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.tsslthem.Image = global::GUI.Properties.Resources.Them;
     this.tsslthem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsslthem.Name = "tsslthem";
     this.tsslthem.Size = new System.Drawing.Size(57, 22);
     this.tsslthem.Text = "Thêm";
     this.tsslthem.Click += new System.EventHandler(this.tsslthem_Click);
     //
     // txtghichu
     //
     this.txtghichu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtghichu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtghichu.Location = new System.Drawing.Point(86, 76);
     this.txtghichu.MaxLength = 100;
     this.txtghichu.Multiline = true;
     this.txtghichu.Name = "txtghichu";
     this.txtghichu.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtghichu.Size = new System.Drawing.Size(418, 56);
     this.txtghichu.TabIndex = 3;
     this.txtghichu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtghichu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtghichu_KeyUp);
     //
     // lblghichu
     //
     this.lblghichu.AutoSize = true;
     this.lblghichu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblghichu.Location = new System.Drawing.Point(29, 78);
     this.lblghichu.Name = "lblghichu";
     this.lblghichu.Size = new System.Drawing.Size(51, 15);
     this.lblghichu.TabIndex = 12;
     this.lblghichu.Text = "Ghi chú:";
     //
     // dtgvsanpham
     //
     this.dtgvsanpham.BackgroundColor = System.Drawing.Color.White;
     this.dtgvsanpham.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgvsanpham.Dock = System.Windows.Forms.DockStyle.Top;
     this.dtgvsanpham.Location = new System.Drawing.Point(0, 29);
     this.dtgvsanpham.Name = "dtgvsanpham";
     this.dtgvsanpham.Size = new System.Drawing.Size(813, 184);
     this.dtgvsanpham.TabIndex = 1;
     this.dtgvsanpham.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgvsanpham_CellClick);
     this.dtgvsanpham.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgvsanpham_CellDoubleClick);
     this.dtgvsanpham.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dtgvsanpham_KeyUp);
     //
     // cbbkhohang
     //
     this.cbbkhohang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbkhohang.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbkhohang.FormattingEnabled = true;
     this.cbbkhohang.Location = new System.Drawing.Point(310, 45);
     this.cbbkhohang.Name = "cbbkhohang";
     this.cbbkhohang.Size = new System.Drawing.Size(194, 23);
     this.cbbkhohang.TabIndex = 2;
     this.cbbkhohang.SelectedIndexChanged += new System.EventHandler(this.cbbkhohang_SelectedIndexChanged);
     this.cbbkhohang.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbbkhohang_KeyUp);
     //
     // lblkhohang
     //
     this.lblkhohang.AutoSize = true;
     this.lblkhohang.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblkhohang.Location = new System.Drawing.Point(241, 48);
     this.lblkhohang.Name = "lblkhohang";
     this.lblkhohang.Size = new System.Drawing.Size(63, 15);
     this.lblkhohang.TabIndex = 10;
     this.lblkhohang.Text = "Kho hàng:";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.txttongtien);
     this.panel2.Controls.Add(this.lbtongtien);
     this.panel2.Controls.Add(this.dtgvsanpham);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 156);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(813, 300);
     this.panel2.TabIndex = 3;
     //
     // txttongtien
     //
     this.txttongtien.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txttongtien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttongtien.Enabled = false;
     this.txttongtien.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttongtien.Location = new System.Drawing.Point(528, 221);
     this.txttongtien.Name = "txttongtien";
     this.txttongtien.ReadOnly = true;
     this.txttongtien.Size = new System.Drawing.Size(273, 38);
     this.txttongtien.TabIndex = 14;
     this.txttongtien.TabStop = false;
     this.txttongtien.Text = "0";
     this.txttongtien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txttongtien.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btntimkiem_KeyUp);
     //
     // lbtongtien
     //
     this.lbtongtien.AutoSize = true;
     this.lbtongtien.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtongtien.Location = new System.Drawing.Point(388, 224);
     this.lbtongtien.Name = "lbtongtien";
     this.lbtongtien.Size = new System.Drawing.Size(134, 31);
     this.lbtongtien.TabIndex = 3;
     this.lbtongtien.Text = "Tổng tiền:";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.toolStrip1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(813, 29);
     this.panel3.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lbtinhtrang);
     this.panel1.Controls.Add(this.txtghichu);
     this.panel1.Controls.Add(this.lblghichu);
     this.panel1.Controls.Add(this.cbbkhohang);
     this.panel1.Controls.Add(this.lblkhohang);
     this.panel1.Controls.Add(this.btntimkiem);
     this.panel1.Controls.Add(this.txtnhanvien);
     this.panel1.Controls.Add(this.lblnhanvien);
     this.panel1.Controls.Add(this.lblngayct);
     this.panel1.Controls.Add(this.mskngaychungtu);
     this.panel1.Controls.Add(this.lblngaychungtu);
     this.panel1.Controls.Add(this.txtsochungtu);
     this.panel1.Controls.Add(this.lblsochungtu);
     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(813, 156);
     this.panel1.TabIndex = 2;
     //
     // lbtinhtrang
     //
     this.lbtinhtrang.AutoSize = true;
     this.lbtinhtrang.BackColor = System.Drawing.Color.White;
     this.lbtinhtrang.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtinhtrang.ForeColor = System.Drawing.Color.Red;
     this.lbtinhtrang.Location = new System.Drawing.Point(644, 10);
     this.lbtinhtrang.Name = "lbtinhtrang";
     this.lbtinhtrang.Size = new System.Drawing.Size(0, 25);
     this.lbtinhtrang.TabIndex = 13;
     //
     // btntimkiem
     //
     this.btntimkiem.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btntimkiem.Image = global::GUI.Properties.Resources.button_search1;
     this.btntimkiem.Location = new System.Drawing.Point(183, 41);
     this.btntimkiem.Name = "btntimkiem";
     this.btntimkiem.Size = new System.Drawing.Size(26, 25);
     this.btntimkiem.TabIndex = 1;
     this.btntimkiem.UseVisualStyleBackColor = true;
     this.btntimkiem.Click += new System.EventHandler(this.btntimkiem_Click_1);
     this.btntimkiem.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btntimkiem_KeyUp);
     //
     // txtnhanvien
     //
     this.txtnhanvien.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtnhanvien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnhanvien.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnhanvien.Location = new System.Drawing.Point(86, 43);
     this.txtnhanvien.Name = "txtnhanvien";
     this.txtnhanvien.ReadOnly = true;
     this.txtnhanvien.Size = new System.Drawing.Size(91, 22);
     this.txtnhanvien.TabIndex = 8;
     this.txtnhanvien.TabStop = false;
     this.txtnhanvien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblnhanvien
     //
     this.lblnhanvien.AutoSize = true;
     this.lblnhanvien.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblnhanvien.Location = new System.Drawing.Point(15, 46);
     this.lblnhanvien.Name = "lblnhanvien";
     this.lblnhanvien.Size = new System.Drawing.Size(65, 15);
     this.lblnhanvien.TabIndex = 7;
     this.lblnhanvien.Text = "Nhân viên:";
     //
     // lblngayct
     //
     this.lblngayct.AutoSize = true;
     this.lblngayct.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblngayct.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblngayct.Location = new System.Drawing.Point(415, 17);
     this.lblngayct.Name = "lblngayct";
     this.lblngayct.Size = new System.Drawing.Size(83, 15);
     this.lblngayct.TabIndex = 6;
     this.lblngayct.Text = "(dd/mm/yyyy)";
     //
     // mskngaychungtu
     //
     this.mskngaychungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.mskngaychungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mskngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mskngaychungtu.Location = new System.Drawing.Point(310, 15);
     this.mskngaychungtu.Mask = "00/00/0000";
     this.mskngaychungtu.Name = "mskngaychungtu";
     this.mskngaychungtu.ReadOnly = true;
     this.mskngaychungtu.Size = new System.Drawing.Size(99, 22);
     this.mskngaychungtu.TabIndex = 5;
     this.mskngaychungtu.TabStop = false;
     this.mskngaychungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.mskngaychungtu.ValidatingType = typeof(System.DateTime);
     //
     // lblngaychungtu
     //
     this.lblngaychungtu.AutoSize = true;
     this.lblngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblngaychungtu.Location = new System.Drawing.Point(211, 18);
     this.lblngaychungtu.Name = "lblngaychungtu";
     this.lblngaychungtu.Size = new System.Drawing.Size(90, 15);
     this.lblngaychungtu.TabIndex = 4;
     this.lblngaychungtu.Text = "Ngày chứng từ:";
     //
     // txtsochungtu
     //
     this.txtsochungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtsochungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtsochungtu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsochungtu.Location = new System.Drawing.Point(86, 13);
     this.txtsochungtu.Name = "txtsochungtu";
     this.txtsochungtu.ReadOnly = true;
     this.txtsochungtu.Size = new System.Drawing.Size(91, 22);
     this.txtsochungtu.TabIndex = 3;
     this.txtsochungtu.TabStop = false;
     this.txtsochungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblsochungtu
     //
     this.lblsochungtu.AutoSize = true;
     this.lblsochungtu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblsochungtu.Location = new System.Drawing.Point(5, 17);
     this.lblsochungtu.Name = "lblsochungtu";
     this.lblsochungtu.Size = new System.Drawing.Size(75, 15);
     this.lblsochungtu.TabIndex = 2;
     this.lblsochungtu.Text = "Số chứng từ:";
     //
     // timerRun
     //
     this.timerRun.Tick += new System.EventHandler(this.timerRun_Tick);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsslblthemmoi,
     this.tsslblghilai,
     this.tsslblin,
     this.tsddbkhac,
     this.tsslbldong});
     this.statusStrip1.Location = new System.Drawing.Point(0, 430);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(813, 26);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text = "statusStrip1";
     //
     // tsslblthemmoi
     //
     this.tsslblthemmoi.Image = global::GUI.Properties.Resources.Them;
     this.tsslblthemmoi.Name = "tsslblthemmoi";
     this.tsslblthemmoi.Size = new System.Drawing.Size(266, 21);
     this.tsslblthemmoi.Spring = true;
     this.tsslblthemmoi.Text = "Thêm";
     this.tsslblthemmoi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslblthemmoi.Click += new System.EventHandler(this.tsslblthemmoi_Click);
     this.tsslblthemmoi.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslblthemmoi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslblghilai
     //
     this.tsslblghilai.Image = global::GUI.Properties.Resources.Luu;
     this.tsslblghilai.Name = "tsslblghilai";
     this.tsslblghilai.Size = new System.Drawing.Size(266, 21);
     this.tsslblghilai.Spring = true;
     this.tsslblghilai.Text = "Sửa";
     this.tsslblghilai.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslblghilai.Click += new System.EventHandler(this.tsslblghilai_Click);
     this.tsslblghilai.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslblghilai.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslblin
     //
     this.tsslblin.Image = global::GUI.Properties.Resources.In;
     this.tsslblin.Name = "tsslblin";
     this.tsslblin.Size = new System.Drawing.Size(144, 22);
     this.tsslblin.Spring = true;
     this.tsslblin.Text = "In";
     this.tsslblin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslblin.Visible = false;
     this.tsslblin.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslblin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsddbkhac
     //
     this.tsddbkhac.Image = global::GUI.Properties.Resources.khac;
     this.tsddbkhac.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsddbkhac.Name = "tsddbkhac";
     this.tsddbkhac.Size = new System.Drawing.Size(222, 25);
     this.tsddbkhac.Text = "Xác nhận phiếu xuất hủy";
     this.tsddbkhac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsddbkhac.Visible = false;
     this.tsddbkhac.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsddbkhac.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslbldong
     //
     this.tsslbldong.Image = global::GUI.Properties.Resources.Xoa;
     this.tsslbldong.Name = "tsslbldong";
     this.tsslbldong.Size = new System.Drawing.Size(266, 21);
     this.tsslbldong.Spring = true;
     this.tsslbldong.Text = "Trở về";
     this.tsslbldong.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslbldong.Click += new System.EventHandler(this.tsslbldong_Click);
     this.tsslbldong.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslbldong.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // frmXuLyPhieuXuatHuy
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(813, 456);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLyPhieuXuatHuy";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản Lý Phiếu Xuất Hủy";
     this.Load += new System.EventHandler(this.frmXuLyPhieuXuatHuy_Load);
     this.Resize += new System.EventHandler(this.frmXuLyPhieuXuatHuy_Resize);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvsanpham)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #10
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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripDropBtnRetryCount = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripMenuItemRetryCount0 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount6 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount7 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripDropBtnInventoryRule = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripMenuItemSelectCriteria = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemPostSingulation = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemContinueMode = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripDropDownBtnDevice = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusState = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBarMain = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripStatusMessage = new System.Windows.Forms.ToolStripStatusLabel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.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.copyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
     this.clearSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.DeviceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.readerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.configureReaderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerAccessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.inventoryOnceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MonitorInventoryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tagAccessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.stopOperationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.abortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.ClearSession_toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsSpacerStripMenuItem = new System.Windows.Forms.ToolStripSeparator();
     this.bridgeReadersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.SetComPortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.RfTestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ReturnLossToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.configureStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = 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.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1.SuspendLayout();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.mainMenuStrip.SuspendLayout();
     this.toolStrip1.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);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripDropBtnRetryCount,
     this.toolStripDropBtnInventoryRule,
     this.toolStripDropDownBtnDevice,
     this.toolStripStatusLabel2,
     this.toolStripStatusState,
     this.toolStripProgressBarMain,
     this.toolStripStatusMessage});
     this.statusStrip1.Location = new System.Drawing.Point(0, 0);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.ShowItemToolTips = true;
     this.statusStrip1.Size = new System.Drawing.Size(845, 22);
     this.statusStrip1.SizingGrip = false;
     this.statusStrip1.TabIndex = 0;
     //
     // toolStripDropBtnRetryCount
     //
     this.toolStripDropBtnRetryCount.AutoToolTip = false;
     this.toolStripDropBtnRetryCount.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItemRetryCount0,
     this.toolStripMenuItemRetryCount1,
     this.toolStripMenuItemRetryCount2,
     this.toolStripMenuItemRetryCount3,
     this.toolStripMenuItemRetryCount4,
     this.toolStripMenuItemRetryCount5,
     this.toolStripMenuItemRetryCount6,
     this.toolStripMenuItemRetryCount7});
     this.toolStripDropBtnRetryCount.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropBtnRetryCount.Name = "toolStripDropBtnRetryCount";
     this.toolStripDropBtnRetryCount.Size = new System.Drawing.Size(117, 20);
     this.toolStripDropBtnRetryCount.Text = "Retry Count          ";
     //
     // toolStripMenuItemRetryCount0
     //
     this.toolStripMenuItemRetryCount0.Checked = true;
     this.toolStripMenuItemRetryCount0.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toolStripMenuItemRetryCount0.Name = "toolStripMenuItemRetryCount0";
     this.toolStripMenuItemRetryCount0.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount0.Text = "0";
     this.toolStripMenuItemRetryCount0.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount1
     //
     this.toolStripMenuItemRetryCount1.Name = "toolStripMenuItemRetryCount1";
     this.toolStripMenuItemRetryCount1.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount1.Text = "1";
     this.toolStripMenuItemRetryCount1.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount2
     //
     this.toolStripMenuItemRetryCount2.Name = "toolStripMenuItemRetryCount2";
     this.toolStripMenuItemRetryCount2.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount2.Text = "2";
     this.toolStripMenuItemRetryCount2.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount3
     //
     this.toolStripMenuItemRetryCount3.Name = "toolStripMenuItemRetryCount3";
     this.toolStripMenuItemRetryCount3.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount3.Text = "3";
     this.toolStripMenuItemRetryCount3.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount4
     //
     this.toolStripMenuItemRetryCount4.Name = "toolStripMenuItemRetryCount4";
     this.toolStripMenuItemRetryCount4.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount4.Text = "4";
     this.toolStripMenuItemRetryCount4.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount5
     //
     this.toolStripMenuItemRetryCount5.Name = "toolStripMenuItemRetryCount5";
     this.toolStripMenuItemRetryCount5.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount5.Text = "5";
     this.toolStripMenuItemRetryCount5.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount6
     //
     this.toolStripMenuItemRetryCount6.Name = "toolStripMenuItemRetryCount6";
     this.toolStripMenuItemRetryCount6.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount6.Text = "6";
     this.toolStripMenuItemRetryCount6.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount7
     //
     this.toolStripMenuItemRetryCount7.Name = "toolStripMenuItemRetryCount7";
     this.toolStripMenuItemRetryCount7.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount7.Text = "7";
     this.toolStripMenuItemRetryCount7.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripDropBtnInventoryRule
     //
     this.toolStripDropBtnInventoryRule.AutoToolTip = false;
     this.toolStripDropBtnInventoryRule.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItemSelectCriteria,
     this.toolStripMenuItemPostSingulation,
     this.toolStripMenuItemContinueMode});
     this.toolStripDropBtnInventoryRule.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropBtnInventoryRule.Name = "toolStripDropBtnInventoryRule";
     this.toolStripDropBtnInventoryRule.Size = new System.Drawing.Size(130, 20);
     this.toolStripDropBtnInventoryRule.Text = "Inventory Rules        ";
     //
     // toolStripMenuItemSelectCriteria
     //
     this.toolStripMenuItemSelectCriteria.CheckOnClick = true;
     this.toolStripMenuItemSelectCriteria.Name = "toolStripMenuItemSelectCriteria";
     this.toolStripMenuItemSelectCriteria.Size = new System.Drawing.Size(167, 22);
     this.toolStripMenuItemSelectCriteria.Text = "Select Criteria";
     //
     // toolStripMenuItemPostSingulation
     //
     this.toolStripMenuItemPostSingulation.CheckOnClick = true;
     this.toolStripMenuItemPostSingulation.Name = "toolStripMenuItemPostSingulation";
     this.toolStripMenuItemPostSingulation.Size = new System.Drawing.Size(167, 22);
     this.toolStripMenuItemPostSingulation.Text = "Post Singulation";
     //
     // toolStripMenuItemContinueMode
     //
     this.toolStripMenuItemContinueMode.Checked = true;
     this.toolStripMenuItemContinueMode.CheckOnClick = true;
     this.toolStripMenuItemContinueMode.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toolStripMenuItemContinueMode.Name = "toolStripMenuItemContinueMode";
     this.toolStripMenuItemContinueMode.Size = new System.Drawing.Size(167, 22);
     this.toolStripMenuItemContinueMode.Text = "Continue Mode";
     this.toolStripMenuItemContinueMode.Visible = false;
     this.toolStripMenuItemContinueMode.Click += new System.EventHandler(this.toolStripMenuItemContinueMode_Click);
     //
     // toolStripDropDownBtnDevice
     //
     this.toolStripDropDownBtnDevice.AutoToolTip = false;
     this.toolStripDropDownBtnDevice.Name = "toolStripDropDownBtnDevice";
     this.toolStripDropDownBtnDevice.ShowDropDownArrow = false;
     this.toolStripDropDownBtnDevice.Size = new System.Drawing.Size(71, 20);
     this.toolStripDropDownBtnDevice.Text = "No Device";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(41, 17);
     this.toolStripStatusLabel2.Text = "           ";
     //
     // toolStripStatusState
     //
     this.toolStripStatusState.AutoSize = false;
     this.toolStripStatusState.BackColor = System.Drawing.SystemColors.Control;
     this.toolStripStatusState.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.toolStripStatusState.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.toolStripStatusState.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripStatusState.Name = "toolStripStatusState";
     this.toolStripStatusState.Size = new System.Drawing.Size(80, 17);
     //
     // toolStripProgressBarMain
     //
     this.toolStripProgressBarMain.Enabled = false;
     this.toolStripProgressBarMain.Name = "toolStripProgressBarMain";
     this.toolStripProgressBarMain.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripProgressBarMain.Size = new System.Drawing.Size(100, 16);
     this.toolStripProgressBarMain.Step = 1;
     //
     // toolStripStatusMessage
     //
     this.toolStripStatusMessage.AutoSize = false;
     this.toolStripStatusMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripStatusMessage.Name = "toolStripStatusMessage";
     this.toolStripStatusMessage.Size = new System.Drawing.Size(547, 17);
     this.toolStripStatusMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // 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.Size = new System.Drawing.Size(742, 445);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(845, 484);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     this.toolStripContainer1.Size = new System.Drawing.Size(845, 569);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.mainMenuStrip);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     this.toolStripContainer1.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     //
     // 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.DeviceToolStripMenuItem,
     this.readerToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name = "mainMenuStrip";
     this.mainMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.mainMenuStrip.Size = new System.Drawing.Size(845, 24);
     this.mainMenuStrip.TabIndex = 0;
     this.mainMenuStrip.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exportToolStripMenuItem,
     this.toolStripSeparator2,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.fileToolStripMenuItem.Text = "&File";
     this.fileToolStripMenuItem.DropDownOpening += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpening);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.exportToolStripMenuItem.Text = "&Export...";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(119, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cutToolStripMenuItem,
     this.copyToolStripMenuItem,
     this.pasteToolStripMenuItem,
     this.toolStripSeparator4,
     this.selectAllToolStripMenuItem,
     this.copyAllToolStripMenuItem,
     this.toolStripMenuItem6,
     this.clearSessionToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     this.editToolStripMenuItem.DropDownOpening += new System.EventHandler(this.editToolStripMenuItem_DropDownOpening);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Enabled = false;
     this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.cutToolStripMenuItem.Text = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.copyToolStripMenuItem.Text = "&Copy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Enabled = false;
     this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.pasteToolStripMenuItem.Text = "&Paste";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(198, 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(201, 22);
     this.selectAllToolStripMenuItem.Text = "Select &All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // copyAllToolStripMenuItem
     //
     this.copyAllToolStripMenuItem.Name = "copyAllToolStripMenuItem";
     this.copyAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.C)));
     this.copyAllToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.copyAllToolStripMenuItem.Text = "Cop&y All";
     this.copyAllToolStripMenuItem.Click += new System.EventHandler(this.copyAllToolStripMenuItem_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(198, 6);
     //
     // clearSessionToolStripMenuItem
     //
     this.clearSessionToolStripMenuItem.Name = "clearSessionToolStripMenuItem";
     this.clearSessionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.clearSessionToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.clearSessionToolStripMenuItem.Text = "Clear &Session";
     this.clearSessionToolStripMenuItem.Click += new System.EventHandler(this.Button7_Click_Clear);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.viewToolStripMenuItem.Text = "&View";
     this.viewToolStripMenuItem.DropDownOpening += new System.EventHandler(this.viewToolStripMenuItem_DropDownOpening);
     //
     // DeviceToolStripMenuItem
     //
     this.DeviceToolStripMenuItem.Name = "DeviceToolStripMenuItem";
     this.DeviceToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.DeviceToolStripMenuItem.Text = "&Device";
     this.DeviceToolStripMenuItem.Visible = false;
     this.DeviceToolStripMenuItem.DropDownOpening += new System.EventHandler(this.DeviceToolStripMenuItem_DropDownOpening);
     //
     // readerToolStripMenuItem
     //
     this.readerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.configureReaderToolStripMenuItem,
     this.registerAccessToolStripMenuItem,
     this.toolStripMenuItem2,
     this.inventoryOnceMenuItem,
     this.MonitorInventoryMenuItem,
     this.tagAccessToolStripMenuItem,
     this.toolStripSeparator1,
     this.stopOperationToolStripMenuItem,
     this.abortToolStripMenuItem,
     this.toolStripSeparator7,
     this.ClearSession_toolStripMenuItem1});
     this.readerToolStripMenuItem.Name = "readerToolStripMenuItem";
     this.readerToolStripMenuItem.Size = new System.Drawing.Size(106, 20);
     this.readerToolStripMenuItem.Text = "Reader Control";
     this.readerToolStripMenuItem.DropDownOpening += new System.EventHandler(this.readerToolStripMenuItem_DropDownOpening);
     //
     // configureReaderToolStripMenuItem
     //
     this.configureReaderToolStripMenuItem.Name = "configureReaderToolStripMenuItem";
     this.configureReaderToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.configureReaderToolStripMenuItem.Text = "Configure Reader";
     this.configureReaderToolStripMenuItem.Click += new System.EventHandler(this.configureReaderToolStripMenuItem_Click);
     //
     // registerAccessToolStripMenuItem
     //
     this.registerAccessToolStripMenuItem.Name = "registerAccessToolStripMenuItem";
     this.registerAccessToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.registerAccessToolStripMenuItem.Text = "Register Access";
     this.registerAccessToolStripMenuItem.Click += new System.EventHandler(this.registerAccessToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(181, 6);
     //
     // inventoryOnceMenuItem
     //
     this.inventoryOnceMenuItem.Name = "inventoryOnceMenuItem";
     this.inventoryOnceMenuItem.Size = new System.Drawing.Size(184, 22);
     this.inventoryOnceMenuItem.Text = "Get Inventory Once";
     this.inventoryOnceMenuItem.Click += new System.EventHandler(this.Button2_Click_InventoryOnce);
     //
     // MonitorInventoryMenuItem
     //
     this.MonitorInventoryMenuItem.Name = "MonitorInventoryMenuItem";
     this.MonitorInventoryMenuItem.Size = new System.Drawing.Size(184, 22);
     this.MonitorInventoryMenuItem.Text = "Run Inventory";
     this.MonitorInventoryMenuItem.Click += new System.EventHandler(this.Button1_Click_Inventory);
     //
     // tagAccessToolStripMenuItem
     //
     this.tagAccessToolStripMenuItem.Name = "tagAccessToolStripMenuItem";
     this.tagAccessToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.tagAccessToolStripMenuItem.Text = "Tag Access";
     this.tagAccessToolStripMenuItem.Click += new System.EventHandler(this.Button3_Click_AccessTag);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(181, 6);
     //
     // stopOperationToolStripMenuItem
     //
     this.stopOperationToolStripMenuItem.Name = "stopOperationToolStripMenuItem";
     this.stopOperationToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.stopOperationToolStripMenuItem.Text = "Stop Operation";
     this.stopOperationToolStripMenuItem.Click += new System.EventHandler(this.Button4_Click_Stop);
     //
     // abortToolStripMenuItem
     //
     this.abortToolStripMenuItem.Name = "abortToolStripMenuItem";
     this.abortToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.abortToolStripMenuItem.Text = "Abort";
     this.abortToolStripMenuItem.Visible = false;
     this.abortToolStripMenuItem.Click += new System.EventHandler(this.Button6_Click_abort);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(181, 6);
     //
     // ClearSession_toolStripMenuItem1
     //
     this.ClearSession_toolStripMenuItem1.Name = "ClearSession_toolStripMenuItem1";
     this.ClearSession_toolStripMenuItem1.ShowShortcutKeys = false;
     this.ClearSession_toolStripMenuItem1.Size = new System.Drawing.Size(184, 22);
     this.ClearSession_toolStripMenuItem1.Text = "Clear &Session";
     this.ClearSession_toolStripMenuItem1.Click += new System.EventHandler(this.Button7_Click_Clear);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolsSpacerStripMenuItem,
     this.bridgeReadersToolStripMenuItem,
     this.optionsToolStripMenuItem,
     this.SetComPortToolStripMenuItem,
     this.RfTestToolStripMenuItem,
     this.ReturnLossToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     this.toolsToolStripMenuItem.DropDownOpening += new System.EventHandler(this.toolsToolStripMenuItem_DropDownOpening);
     //
     // toolsSpacerStripMenuItem
     //
     this.toolsSpacerStripMenuItem.Name = "toolsSpacerStripMenuItem";
     this.toolsSpacerStripMenuItem.Size = new System.Drawing.Size(177, 6);
     //
     // bridgeReadersToolStripMenuItem
     //
     this.bridgeReadersToolStripMenuItem.Name = "bridgeReadersToolStripMenuItem";
     this.bridgeReadersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.bridgeReadersToolStripMenuItem.Text = "&Bridge Readers";
     this.bridgeReadersToolStripMenuItem.Visible = false;
     this.bridgeReadersToolStripMenuItem.Click += new System.EventHandler(this.bridgeReadersToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.optionsToolStripMenuItem.Text = "&Explorer Options...";
     this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
     //
     // SetComPortToolStripMenuItem
     //
     this.SetComPortToolStripMenuItem.Name = "SetComPortToolStripMenuItem";
     this.SetComPortToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.SetComPortToolStripMenuItem.Text = "Set COM port";
     this.SetComPortToolStripMenuItem.Click += new System.EventHandler(this.SetComPortToolStripMenuItem_Click);
     //
     // RfTestToolStripMenuItem
     //
     this.RfTestToolStripMenuItem.Name = "RfTestToolStripMenuItem";
     this.RfTestToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.RfTestToolStripMenuItem.Text = "RF Test";
     this.RfTestToolStripMenuItem.Click += new System.EventHandler(this.rfTestToolStripMenuItem_Click);
     //
     // ReturnLossToolStripMenuItem
     //
     this.ReturnLossToolStripMenuItem.Name = "ReturnLossToolStripMenuItem";
     this.ReturnLossToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.ReturnLossToolStripMenuItem.Text = "Return Loss";
     this.ReturnLossToolStripMenuItem.Click += new System.EventHandler(this.ReturnLossToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(120, 22);
     this.aboutToolStripMenuItem.Text = "&About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.configureStripButton,
     this.toolStripSeparator3,
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripButton3,
     this.toolStripSeparator5,
     this.toolStripButton4,
     this.toolStripButton5,
     this.toolStripButton6,
     this.toolStripSeparator6,
     this.toolStripButton7});
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location = new System.Drawing.Point(3, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(451, 39);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // configureStripButton
     //
     this.configureStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.configureStripButton.Image = ((System.Drawing.Image)(resources.GetObject("configureStripButton.Image")));
     this.configureStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.configureStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.configureStripButton.Name = "configureStripButton";
     this.configureStripButton.Size = new System.Drawing.Size(36, 36);
     this.configureStripButton.Text = "toolStripButton1";
     this.configureStripButton.ToolTipText = "Configure Module...";
     this.configureStripButton.Click += new System.EventHandler(this.Button0_Click_Configure);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripButton1
     //
     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(89, 36);
     this.toolStripButton1.Text = "Run Inventory";
     this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton1.Click += new System.EventHandler(this.Button1_Click_Inventory);
     //
     // toolStripButton2
     //
     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(97, 36);
     this.toolStripButton2.Text = "Inventory Once";
     this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton2.Click += new System.EventHandler(this.Button2_Click_InventoryOnce);
     //
     // toolStripButton3
     //
     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(74, 36);
     this.toolStripButton3.Text = "Access Tag";
     this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton3.Click += new System.EventHandler(this.Button3_Click_AccessTag);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripButton4
     //
     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(39, 36);
     this.toolStripButton4.Text = "Stop";
     this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton4.Click += new System.EventHandler(this.Button4_Click_Stop);
     //
     // toolStripButton5
     //
     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(45, 36);
     this.toolStripButton5.Text = "Pause";
     this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton5.Click += new System.EventHandler(this.Button5_Click_Pause);
     //
     // toolStripButton6
     //
     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(44, 36);
     this.toolStripButton6.Text = "Abort";
     this.toolStripButton6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton6.Visible = false;
     this.toolStripButton6.Click += new System.EventHandler(this.Button6_Click_abort);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripButton7
     //
     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(41, 36);
     this.toolStripButton7.Text = "Clear";
     this.toolStripButton7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton7.Click += new System.EventHandler(this.Button7_Click_Clear);
     //
     // toolStripButton8
     //
     this.toolStripButton8.Name = "toolStripButton8";
     this.toolStripButton8.Size = new System.Drawing.Size(23, 23);
     //
     // mainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(845, 569);
     this.Controls.Add(this.toolStripContainer1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name = "mainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "MTI RFID Explorer";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.mainForm_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainForm_FormClosing);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MasterOem));
     this.bdSearch = new CustomUtil.controls.panel.CustomPanel();
     this.txtSearch = new CustomUtil.controls.textbox.WatermarkTextbox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.dgvOem = new System.Windows.Forms.DataGridView();
     this.ccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ccontent = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.caccount = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ccost = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cremarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.mouldCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.vendorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbtnNew = new System.Windows.Forms.ToolStripButton();
     this.tsbtnTemplate = new System.Windows.Forms.ToolStripButton();
     this.tsbtnUpload = new System.Windows.Forms.ToolStripButton();
     this.tsbtnDownload = new System.Windows.Forms.ToolStripButton();
     this.btnSearch = new System.Windows.Forms.Button();
     this.bdSearch.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvOem)).BeginInit();
     this.SuspendLayout();
     //
     // bdSearch
     //
     this.bdSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bdSearch.BackColor = System.Drawing.SystemColors.Window;
     this.bdSearch.BackColor2 = System.Drawing.SystemColors.Window;
     this.bdSearch.BorderColor = System.Drawing.Color.Silver;
     this.bdSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.bdSearch.BorderWidth = 1;
     this.bdSearch.Controls.Add(this.btnSearch);
     this.bdSearch.Controls.Add(this.txtSearch);
     this.bdSearch.Curvature = 2;
     this.bdSearch.CurveMode = ((CustomUtil.controls.panel.CornerCurveMode)((((CustomUtil.controls.panel.CornerCurveMode.TopLeft | CustomUtil.controls.panel.CornerCurveMode.TopRight)
     | CustomUtil.controls.panel.CornerCurveMode.BottomLeft)
     | CustomUtil.controls.panel.CornerCurveMode.BottomRight)));
     this.bdSearch.GradientMode = CustomUtil.controls.panel.LinearGradientMode.None;
     this.bdSearch.Location = new System.Drawing.Point(974, 3);
     this.bdSearch.Name = "bdSearch";
     this.bdSearch.Size = new System.Drawing.Size(197, 22);
     this.bdSearch.TabIndex = 18;
     //
     // txtSearch
     //
     this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtSearch.FocusSelect = true;
     this.txtSearch.Location = new System.Drawing.Point(4, 3);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.PromptFont = new System.Drawing.Font("Calibri", 9F);
     this.txtSearch.PromptForeColor = System.Drawing.SystemColors.GrayText;
     this.txtSearch.PromptText = "Search here";
     this.txtSearch.Size = new System.Drawing.Size(167, 16);
     this.txtSearch.TabIndex = 2;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.toolStrip1.AutoSize = false;
     this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.tsbtnNew,
     this.tsbtnTemplate,
     this.tsbtnUpload,
     this.tsbtnDownload});
     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(971, 25);
     this.toolStrip1.TabIndex = 19;
     this.toolStrip1.Text = "toolStrip1";
     //
     // dgvOem
     //
     this.dgvOem.AllowUserToAddRows = false;
     this.dgvOem.AllowUserToDeleteRows = false;
     this.dgvOem.AllowUserToResizeRows = false;
     this.dgvOem.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.dgvOem.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvOem.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
     this.dgvOem.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgvOem.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SunkenHorizontal;
     this.dgvOem.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dgvOem.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvOem.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ccode,
     this.ccontent,
     this.caccount,
     this.ccost,
     this.cremarks});
     this.dgvOem.Location = new System.Drawing.Point(3, 26);
     this.dgvOem.MultiSelect = false;
     this.dgvOem.Name = "dgvOem";
     this.dgvOem.ReadOnly = true;
     this.dgvOem.RowHeadersVisible = false;
     this.dgvOem.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.SteelBlue;
     this.dgvOem.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvOem.Size = new System.Drawing.Size(1168, 607);
     this.dgvOem.TabIndex = 20;
     this.dgvOem.DoubleClick += new System.EventHandler(this.dgvOem_DoubleClick);
     this.dgvOem.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvOem_KeyDown);
     //
     // ccode
     //
     this.ccode.DataPropertyName = "code";
     this.ccode.HeaderText = "Code";
     this.ccode.Name = "ccode";
     this.ccode.ReadOnly = true;
     //
     // ccontent
     //
     this.ccontent.DataPropertyName = "content";
     this.ccontent.HeaderText = "Content";
     this.ccontent.Name = "ccontent";
     this.ccontent.ReadOnly = true;
     //
     // caccount
     //
     this.caccount.DataPropertyName = "accountcode";
     this.caccount.HeaderText = "Account Code";
     this.caccount.Name = "caccount";
     this.caccount.ReadOnly = true;
     //
     // ccost
     //
     this.ccost.DataPropertyName = "costcentre";
     this.ccost.HeaderText = "Cost Centre";
     this.ccost.Name = "ccost";
     this.ccost.ReadOnly = true;
     //
     // cremarks
     //
     this.cremarks.DataPropertyName = "remarks";
     this.cremarks.HeaderText = "Remarks";
     this.cremarks.Name = "cremarks";
     this.cremarks.ReadOnly = true;
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mouldCodeToolStripMenuItem,
     this.vendorToolStripMenuItem});
     this.toolStripButton1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton1.ForeColor = System.Drawing.Color.DimGray;
     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(62, 22);
     this.toolStripButton1.Text = "Switch";
     //
     // mouldCodeToolStripMenuItem
     //
     this.mouldCodeToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mouldCodeToolStripMenuItem.BackgroundImage")));
     this.mouldCodeToolStripMenuItem.ForeColor = System.Drawing.Color.DimGray;
     this.mouldCodeToolStripMenuItem.Name = "mouldCodeToolStripMenuItem";
     this.mouldCodeToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.mouldCodeToolStripMenuItem.Text = "MouldCode";
     this.mouldCodeToolStripMenuItem.Click += new System.EventHandler(this.mouldCodeToolStripMenuItem_Click);
     //
     // vendorToolStripMenuItem
     //
     this.vendorToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("vendorToolStripMenuItem.BackgroundImage")));
     this.vendorToolStripMenuItem.ForeColor = System.Drawing.Color.DimGray;
     this.vendorToolStripMenuItem.Name = "vendorToolStripMenuItem";
     this.vendorToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.vendorToolStripMenuItem.Text = "Vendor";
     this.vendorToolStripMenuItem.Click += new System.EventHandler(this.vendorToolStripMenuItem_Click);
     //
     // tsbtnNew
     //
     this.tsbtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbtnNew.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tsbtnNew.ForeColor = System.Drawing.Color.DimGray;
     this.tsbtnNew.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNew.Image")));
     this.tsbtnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnNew.Name = "tsbtnNew";
     this.tsbtnNew.Size = new System.Drawing.Size(41, 22);
     this.tsbtnNew.Text = "New";
     this.tsbtnNew.Click += new System.EventHandler(this.tsbtnNew_Click);
     //
     // tsbtnTemplate
     //
     this.tsbtnTemplate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbtnTemplate.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tsbtnTemplate.ForeColor = System.Drawing.Color.DimGray;
     this.tsbtnTemplate.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnTemplate.Image")));
     this.tsbtnTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnTemplate.Name = "tsbtnTemplate";
     this.tsbtnTemplate.Size = new System.Drawing.Size(70, 22);
     this.tsbtnTemplate.Text = "Template";
     this.tsbtnTemplate.Click += new System.EventHandler(this.tsbtnTemplate_Click);
     //
     // tsbtnUpload
     //
     this.tsbtnUpload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbtnUpload.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tsbtnUpload.ForeColor = System.Drawing.Color.DimGray;
     this.tsbtnUpload.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnUpload.Image")));
     this.tsbtnUpload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnUpload.Name = "tsbtnUpload";
     this.tsbtnUpload.Size = new System.Drawing.Size(56, 22);
     this.tsbtnUpload.Text = "Upload";
     this.tsbtnUpload.Click += new System.EventHandler(this.tsbtnUpload_Click);
     //
     // tsbtnDownload
     //
     this.tsbtnDownload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbtnDownload.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tsbtnDownload.ForeColor = System.Drawing.Color.DimGray;
     this.tsbtnDownload.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDownload.Image")));
     this.tsbtnDownload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnDownload.Name = "tsbtnDownload";
     this.tsbtnDownload.Size = new System.Drawing.Size(75, 22);
     this.tsbtnDownload.Text = "Download";
     this.tsbtnDownload.Click += new System.EventHandler(this.tsbtnDownload_Click);
     //
     // btnSearch
     //
     this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
     this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnSearch.FlatAppearance.BorderSize = 0;
     this.btnSearch.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(249)))), ((int)(((byte)(249)))));
     this.btnSearch.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(249)))), ((int)(((byte)(249)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Location = new System.Drawing.Point(177, 3);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(16, 16);
     this.btnSearch.TabIndex = 13;
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // MasterOem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.Controls.Add(this.dgvOem);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.bdSearch);
     this.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "MasterOem";
     this.Size = new System.Drawing.Size(1174, 636);
     this.bdSearch.ResumeLayout(false);
     this.bdSearch.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvOem)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstrumentListWindow));
     this.trvInstruments            = new System.Windows.Forms.TreeView();
     this.images                    = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip                 = new System.Windows.Forms.ToolStrip();
     this.tsbGroup                  = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsbGroup_Alphabetically   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.tsbGroup_ByCurrency       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbGroup_ByExchange       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbGroup_ByInstrumentType = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbGroup_ByMaturity       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbGroup_ByGroup          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbGroup_BySector         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5       = new System.Windows.Forms.ToolStripSeparator();
     this.tsbGroup_None             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbRefresh                = new System.Windows.Forms.ToolStripButton();
     this.ctxInstruments            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxInstruments_AddNew     = new System.Windows.Forms.ToolStripMenuItem();
     this.tssInstruments_Chart      = new System.Windows.Forms.ToolStripSeparator();
     this.ctxInstruments_Chart      = new System.Windows.Forms.ToolStripMenuItem();
     this.tssInstruments_Data       = new System.Windows.Forms.ToolStripSeparator();
     this.ctxInstruments_Data       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3       = new System.Windows.Forms.ToolStripSeparator();
     this.ctxInstruments_Delete     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.ctxInstruments_Properties = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip.SuspendLayout();
     this.ctxInstruments.SuspendLayout();
     this.SuspendLayout();
     //
     // trvInstruments
     //
     this.trvInstruments.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.trvInstruments.HideSelection      = false;
     this.trvInstruments.ImageIndex         = 0;
     this.trvInstruments.ImageList          = this.images;
     this.trvInstruments.Location           = new System.Drawing.Point(0, 25);
     this.trvInstruments.Name               = "trvInstruments";
     this.trvInstruments.SelectedImageIndex = 0;
     this.trvInstruments.ShowNodeToolTips   = true;
     this.trvInstruments.Size               = new System.Drawing.Size(250, 375);
     this.trvInstruments.TabIndex           = 0;
     this.trvInstruments.AfterCollapse     += new System.Windows.Forms.TreeViewEventHandler(this.trvInstruments_AfterCollapse);
     this.trvInstruments.AfterExpand       += new System.Windows.Forms.TreeViewEventHandler(this.trvInstruments_AfterExpand);
     this.trvInstruments.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.trvInstruments_AfterSelect);
     this.trvInstruments.DoubleClick       += new System.EventHandler(this.trvInstruments_DoubleClick);
     this.trvInstruments.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.trvInstruments_KeyDown);
     this.trvInstruments.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.trvInstruments_MouseDown);
     this.trvInstruments.MouseMove         += new System.Windows.Forms.MouseEventHandler(this.trvInstruments_MouseMove);
     this.trvInstruments.MouseUp           += new System.Windows.Forms.MouseEventHandler(this.trvInstruments_MouseUp);
     //
     // images
     //
     this.images.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream")));
     this.images.TransparentColor = System.Drawing.Color.Transparent;
     this.images.Images.SetKeyName(0, "instrument_plain.png");
     this.images.Images.SetKeyName(1, "VSFolder_closed.png");
     this.images.Images.SetKeyName(2, "VSFolder_open.png");
     //
     // toolStrip
     //
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbGroup,
         this.tsbRefresh
     });
     this.toolStrip.Location = new System.Drawing.Point(0, 0);
     this.toolStrip.Name     = "toolStrip";
     this.toolStrip.Size     = new System.Drawing.Size(250, 25);
     this.toolStrip.TabIndex = 1;
     this.toolStrip.Text     = "toolStrip1";
     //
     // tsbGroup
     //
     this.tsbGroup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbGroup_Alphabetically,
         this.toolStripSeparator1,
         this.tsbGroup_ByCurrency,
         this.tsbGroup_ByExchange,
         this.tsbGroup_ByInstrumentType,
         this.tsbGroup_ByMaturity,
         this.tsbGroup_ByGroup,
         this.tsbGroup_BySector,
         this.toolStripSeparator5,
         this.tsbGroup_None
     });
     this.tsbGroup.Image = global::OpenQuant.Shared.Properties.Resources.group;
     this.tsbGroup.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbGroup.Name             = "tsbGroup";
     this.tsbGroup.Size             = new System.Drawing.Size(29, 22);
     this.tsbGroup.ToolTipText      = "Group Instruments";
     this.tsbGroup.DropDownOpening += new System.EventHandler(this.tsbGroup_DropDownOpening);
     //
     // tsbGroup_Alphabetically
     //
     this.tsbGroup_Alphabetically.Name   = "tsbGroup_Alphabetically";
     this.tsbGroup_Alphabetically.Size   = new System.Drawing.Size(177, 22);
     this.tsbGroup_Alphabetically.Text   = "Alphabetically";
     this.tsbGroup_Alphabetically.Click += new System.EventHandler(this.tsbGroup_Alphabetically_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(174, 6);
     //
     // tsbGroup_ByCurrency
     //
     this.tsbGroup_ByCurrency.Name   = "tsbGroup_ByCurrency";
     this.tsbGroup_ByCurrency.Size   = new System.Drawing.Size(177, 22);
     this.tsbGroup_ByCurrency.Text   = "By Currency";
     this.tsbGroup_ByCurrency.Click += new System.EventHandler(this.tsbGroup_ByCurrency_Click);
     //
     // tsbGroup_ByExchange
     //
     this.tsbGroup_ByExchange.Name   = "tsbGroup_ByExchange";
     this.tsbGroup_ByExchange.Size   = new System.Drawing.Size(177, 22);
     this.tsbGroup_ByExchange.Text   = "By Exchange";
     this.tsbGroup_ByExchange.Click += new System.EventHandler(this.tsbGroup_ByExchange_Click);
     //
     // tsbGroup_ByInstrumentType
     //
     this.tsbGroup_ByInstrumentType.Name   = "tsbGroup_ByInstrumentType";
     this.tsbGroup_ByInstrumentType.Size   = new System.Drawing.Size(177, 22);
     this.tsbGroup_ByInstrumentType.Text   = "By Instrument Type";
     this.tsbGroup_ByInstrumentType.Click += new System.EventHandler(this.tsbGroup_ByInstrumentType_Click);
     //
     // tsbGroup_ByMaturity
     //
     this.tsbGroup_ByMaturity.Name   = "tsbGroup_ByMaturity";
     this.tsbGroup_ByMaturity.Size   = new System.Drawing.Size(177, 22);
     this.tsbGroup_ByMaturity.Text   = "By Maturity";
     this.tsbGroup_ByMaturity.Click += new System.EventHandler(this.tsbGroup_ByMaturity_Click);
     //
     // tsbGroup_ByGroup
     //
     this.tsbGroup_ByGroup.Name   = "tsbGroup_ByGroup";
     this.tsbGroup_ByGroup.Size   = new System.Drawing.Size(177, 22);
     this.tsbGroup_ByGroup.Text   = "By Industry Group";
     this.tsbGroup_ByGroup.Click += new System.EventHandler(this.tsbGroup_ByGroup_Click);
     //
     // tsbGroup_BySector
     //
     this.tsbGroup_BySector.Name   = "tsbGroup_BySector";
     this.tsbGroup_BySector.Size   = new System.Drawing.Size(177, 22);
     this.tsbGroup_BySector.Text   = "By Industry Sector";
     this.tsbGroup_BySector.Click += new System.EventHandler(this.tsbGroup_BySector_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(174, 6);
     //
     // tsbGroup_None
     //
     this.tsbGroup_None.Name   = "tsbGroup_None";
     this.tsbGroup_None.Size   = new System.Drawing.Size(177, 22);
     this.tsbGroup_None.Text   = "No Group";
     this.tsbGroup_None.Click += new System.EventHandler(this.tsbGroup_None_Click);
     //
     // tsbRefresh
     //
     this.tsbRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbRefresh.Image                 = global::OpenQuant.Shared.Properties.Resources.refresh;
     this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbRefresh.Name        = "tsbRefresh";
     this.tsbRefresh.Size        = new System.Drawing.Size(23, 22);
     this.tsbRefresh.ToolTipText = "Refresh Instruments";
     this.tsbRefresh.Click      += new System.EventHandler(this.tsbRefresh_Click);
     //
     // ctxInstruments
     //
     this.ctxInstruments.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ctxInstruments_AddNew,
         this.tssInstruments_Chart,
         this.ctxInstruments_Chart,
         this.tssInstruments_Data,
         this.ctxInstruments_Data,
         this.toolStripSeparator3,
         this.ctxInstruments_Delete,
         this.toolStripSeparator2,
         this.ctxInstruments_Properties
     });
     this.ctxInstruments.Name     = "ctxInstruments";
     this.ctxInstruments.Size     = new System.Drawing.Size(133, 138);
     this.ctxInstruments.Opening += new System.ComponentModel.CancelEventHandler(this.ctxInstruments_Opening);
     //
     // ctxInstruments_AddNew
     //
     this.ctxInstruments_AddNew.Image  = global::OpenQuant.Shared.Properties.Resources.instrument;
     this.ctxInstruments_AddNew.Name   = "ctxInstruments_AddNew";
     this.ctxInstruments_AddNew.Size   = new System.Drawing.Size(132, 22);
     this.ctxInstruments_AddNew.Text   = "Add New...";
     this.ctxInstruments_AddNew.Click += new System.EventHandler(this.ctxInstruments_AddNew_Click);
     //
     // tssInstruments_Chart
     //
     this.tssInstruments_Chart.Name = "tssInstruments_Chart";
     this.tssInstruments_Chart.Size = new System.Drawing.Size(129, 6);
     //
     // ctxInstruments_Chart
     //
     this.ctxInstruments_Chart.Image  = global::OpenQuant.Shared.Properties.Resources.chart;
     this.ctxInstruments_Chart.Name   = "ctxInstruments_Chart";
     this.ctxInstruments_Chart.Size   = new System.Drawing.Size(132, 22);
     this.ctxInstruments_Chart.Text   = "Chart";
     this.ctxInstruments_Chart.Click += new System.EventHandler(this.ctxInstruments_Chart_Click);
     //
     // tssInstruments_Data
     //
     this.tssInstruments_Data.Name = "tssInstruments_Data";
     this.tssInstruments_Data.Size = new System.Drawing.Size(129, 6);
     //
     // ctxInstruments_Data
     //
     this.ctxInstruments_Data.Image  = global::OpenQuant.Shared.Properties.Resources.data;
     this.ctxInstruments_Data.Name   = "ctxInstruments_Data";
     this.ctxInstruments_Data.Size   = new System.Drawing.Size(132, 22);
     this.ctxInstruments_Data.Text   = "Data";
     this.ctxInstruments_Data.Click += new System.EventHandler(this.ctxInstruments_Data_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(129, 6);
     //
     // ctxInstruments_Delete
     //
     this.ctxInstruments_Delete.Image  = global::OpenQuant.Shared.Properties.Resources.delete;
     this.ctxInstruments_Delete.Name   = "ctxInstruments_Delete";
     this.ctxInstruments_Delete.Size   = new System.Drawing.Size(132, 22);
     this.ctxInstruments_Delete.Text   = "Delete";
     this.ctxInstruments_Delete.Click += new System.EventHandler(this.ctxInstruments_Delete_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(129, 6);
     //
     // ctxInstruments_Properties
     //
     this.ctxInstruments_Properties.Image  = global::OpenQuant.Shared.Properties.Resources.properties;
     this.ctxInstruments_Properties.Name   = "ctxInstruments_Properties";
     this.ctxInstruments_Properties.Size   = new System.Drawing.Size(132, 22);
     this.ctxInstruments_Properties.Text   = "Properties";
     this.ctxInstruments_Properties.Click += new System.EventHandler(this.ctxInstruments_Properties_Click);
     //
     // InstrumentListWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ContextMenuStrip    = this.ctxInstruments;
     this.Controls.Add(this.trvInstruments);
     this.Controls.Add(this.toolStrip);
     this.Name     = "InstrumentListWindow";
     this.TabImage = global::OpenQuant.Shared.Properties.Resources.instrument;
     this.Text     = "Instruments";
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.ctxInstruments.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripDropDownButton   editTSDropDown;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.accoutsTSMI          = new System.Windows.Forms.ToolStripMenuItem();
     this.envelopesTSMI        = new System.Windows.Forms.ToolStripMenuItem();
     this.transactionTypesTSMI = new System.Windows.Forms.ToolStripMenuItem();
     this.importQifTSMI        = new System.Windows.Forms.ToolStripMenuItem();
     this.mainToolStrip        = new System.Windows.Forms.ToolStrip();
     editTSDropDown            = new System.Windows.Forms.ToolStripDropDownButton();
     this.mainToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // editTSDropDown
     //
     editTSDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     editTSDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.accoutsTSMI,
         this.envelopesTSMI,
         this.transactionTypesTSMI,
         this.importQifTSMI
     });
     editTSDropDown.Image = ((System.Drawing.Image)(resources.GetObject("editTSDropDown.Image")));
     editTSDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     editTSDropDown.Name = "editTSDropDown";
     editTSDropDown.Size = new System.Drawing.Size(40, 22);
     editTSDropDown.Text = "Edit";
     //
     // accoutsTSMI
     //
     this.accoutsTSMI.Name   = "accoutsTSMI";
     this.accoutsTSMI.Size   = new System.Drawing.Size(170, 22);
     this.accoutsTSMI.Text   = "Accouts";
     this.accoutsTSMI.Click += new System.EventHandler(this.accountsToolStripMenuItem_Click);
     //
     // envelopesTSMI
     //
     this.envelopesTSMI.Name   = "envelopesTSMI";
     this.envelopesTSMI.Size   = new System.Drawing.Size(170, 22);
     this.envelopesTSMI.Text   = "Envelopes";
     this.envelopesTSMI.Click += new System.EventHandler(this.envelopesToolStripMenuItem_Click);
     //
     // transactionTypesTSMI
     //
     this.transactionTypesTSMI.Name   = "transactionTypesTSMI";
     this.transactionTypesTSMI.Size   = new System.Drawing.Size(170, 22);
     this.transactionTypesTSMI.Text   = "Transaction Types";
     this.transactionTypesTSMI.Click += new System.EventHandler(this.transactionTypesToolStripMenuItem_Click);
     //
     // importQifTSMI
     //
     this.importQifTSMI.Name   = "importQifTSMI";
     this.importQifTSMI.Size   = new System.Drawing.Size(170, 22);
     this.importQifTSMI.Text   = "Import QIF";
     this.importQifTSMI.Click += new System.EventHandler(this.importQIFToolStripMenuItem_Click);
     //
     // mainToolStrip
     //
     this.mainToolStrip.BackColor = System.Drawing.SystemColors.Control;
     this.mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         editTSDropDown
     });
     this.mainToolStrip.Location   = new System.Drawing.Point(0, 0);
     this.mainToolStrip.Name       = "mainToolStrip";
     this.mainToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.mainToolStrip.Size       = new System.Drawing.Size(739, 25);
     this.mainToolStrip.TabIndex   = 0;
     this.mainToolStrip.Text       = "toolStrip1";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(739, 526);
     this.Controls.Add(this.mainToolStrip);
     this.Name        = "MainForm";
     this.Text        = "Family Finance";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.mainToolStrip.ResumeLayout(false);
     this.mainToolStrip.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(PrintPreview));
     printPreviewControl      = new System.Windows.Forms.PrintPreviewControl();
     toolStrip                = new System.Windows.Forms.ToolStrip();
     printToolStripButton     = new System.Windows.Forms.ToolStripButton();
     toolStripButtonPageSetup = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator       = new System.Windows.Forms.ToolStripSeparator();
     toolStripButton1Page     = new System.Windows.Forms.ToolStripButton();
     toolStripButton2Pages    = new System.Windows.Forms.ToolStripButton();
     toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     toolStripMenuItemAuto    = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem2       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem3       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem4       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem5       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem6       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     toolStripButtonPrev      = new System.Windows.Forms.ToolStripButton();
     toolStripTextBoxPage     = new System.Windows.Forms.ToolStripTextBox();
     toolStripButtonNext      = new System.Windows.Forms.ToolStripButton();
     toolStrip.SuspendLayout();
     SuspendLayout();
     //
     // printPreviewControl
     //
     printPreviewControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     printPreviewControl.Location     = new System.Drawing.Point(0, 25);
     printPreviewControl.Name         = "printPreviewControl";
     printPreviewControl.Size         = new System.Drawing.Size(557, 246);
     printPreviewControl.TabIndex     = 0;
     printPreviewControl.UseAntiAlias = true;
     //
     // toolStrip
     //
     toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         printToolStripButton,
         toolStripButtonPageSetup,
         toolStripSeparator,
         toolStripButton1Page,
         toolStripButton2Pages,
         toolStripDropDownButton1,
         toolStripSeparator1,
         toolStripButtonPrev,
         toolStripTextBoxPage,
         toolStripButtonNext
     });
     toolStrip.Location = new System.Drawing.Point(0, 0);
     toolStrip.Name     = "toolStrip";
     toolStrip.Size     = new System.Drawing.Size(557, 25);
     toolStrip.TabIndex = 1;
     toolStrip.Text     = "toolStrip1";
     //
     // printToolStripButton
     //
     printToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     printToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     printToolStripButton.Name   = "printToolStripButton";
     printToolStripButton.Size   = new System.Drawing.Size(23, 22);
     printToolStripButton.Text   = "&Print";
     printToolStripButton.Click += new System.EventHandler(this.printToolStripButton_Click);
     //
     // toolStripButtonPageSetup
     //
     toolStripButtonPageSetup.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     toolStripButtonPageSetup.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPageSetup.Image")));
     toolStripButtonPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButtonPageSetup.Name   = "toolStripButtonPageSetup";
     toolStripButtonPageSetup.Size   = new System.Drawing.Size(23, 22);
     toolStripButtonPageSetup.Text   = "Page setup";
     toolStripButtonPageSetup.Click += new System.EventHandler(this.toolStripButtonPageSetup_Click);
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton1Page
     //
     toolStripButton1Page.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     toolStripButton1Page.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1Page.Image")));
     toolStripButton1Page.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton1Page.Name   = "toolStripButton1Page";
     toolStripButton1Page.Size   = new System.Drawing.Size(58, 22);
     toolStripButton1Page.Text   = "One page";
     toolStripButton1Page.Click += new System.EventHandler(this.toolStripButton1Page_Click);
     //
     // toolStripButton2Pages
     //
     toolStripButton2Pages.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     toolStripButton2Pages.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2Pages.Image")));
     toolStripButton2Pages.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton2Pages.Name   = "toolStripButton2Pages";
     toolStripButton2Pages.Size   = new System.Drawing.Size(63, 22);
     toolStripButton2Pages.Text   = "Two pages";
     toolStripButton2Pages.Click += new System.EventHandler(this.toolStripButton2Pages_Click);
     //
     // toolStripDropDownButton1
     //
     toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripMenuItemAuto,
         toolStripMenuItem2,
         toolStripMenuItem3,
         toolStripMenuItem4,
         toolStripMenuItem5,
         toolStripMenuItem6
     });
     toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
     toolStripDropDownButton1.Text = "Zoom";
     //
     // toolStripMenuItemAuto
     //
     toolStripMenuItemAuto.Name   = "toolStripMenuItemAuto";
     toolStripMenuItemAuto.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItemAuto.Tag    = "-1";
     toolStripMenuItemAuto.Text   = "Auto";
     toolStripMenuItemAuto.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem2
     //
     toolStripMenuItem2.Name   = "toolStripMenuItem2";
     toolStripMenuItem2.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem2.Tag    = "200";
     toolStripMenuItem2.Text   = "200 %";
     toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem3
     //
     toolStripMenuItem3.Name   = "toolStripMenuItem3";
     toolStripMenuItem3.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem3.Tag    = "100";
     toolStripMenuItem3.Text   = "100 %";
     toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem4
     //
     toolStripMenuItem4.Name   = "toolStripMenuItem4";
     toolStripMenuItem4.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem4.Tag    = "75";
     toolStripMenuItem4.Text   = "75 %";
     toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem5
     //
     toolStripMenuItem5.Name   = "toolStripMenuItem5";
     toolStripMenuItem5.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem5.Tag    = "50";
     toolStripMenuItem5.Text   = "50 %";
     toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem6
     //
     toolStripMenuItem6.Name   = "toolStripMenuItem6";
     toolStripMenuItem6.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem6.Tag    = "25";
     toolStripMenuItem6.Text   = "25 %";
     toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonPrev
     //
     toolStripButtonPrev.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     toolStripButtonPrev.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrev.Image")));
     toolStripButtonPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButtonPrev.Name   = "toolStripButtonPrev";
     toolStripButtonPrev.Size   = new System.Drawing.Size(23, 22);
     toolStripButtonPrev.Text   = "Previous page";
     toolStripButtonPrev.Click += new System.EventHandler(this.toolStripButtonPrev_Click);
     //
     // toolStripTextBoxPage
     //
     toolStripTextBoxPage.Name = "toolStripTextBoxPage";
     toolStripTextBoxPage.Size = new System.Drawing.Size(30, 25);
     //
     // toolStripButtonNext
     //
     toolStripButtonNext.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     toolStripButtonNext.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNext.Image")));
     toolStripButtonNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButtonNext.Name   = "toolStripButtonNext";
     toolStripButtonNext.Size   = new System.Drawing.Size(23, 22);
     toolStripButtonNext.Text   = "Next page";
     toolStripButtonNext.Click += new System.EventHandler(this.toolStripButtonNext_Click);
     //
     // PrintPreview
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(557, 271);
     Controls.Add(this.printPreviewControl);
     Controls.Add(this.toolStrip);
     Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     Name          = "PrintPreview";
     ShowInTaskbar = false;
     Text          = "Preview";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.PrintPreview_FormClosing);
     Load         += new System.EventHandler(this.PrintPreview_Load);
     toolStrip.ResumeLayout(false);
     toolStrip.PerformLayout();
     ResumeLayout(false);
     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.t_principal    = new System.Windows.Forms.TextBox();
     this.ts_1           = new System.Windows.Forms.ToolStrip();
     this.ts_fichier     = new System.Windows.Forms.ToolStripDropDownButton();
     this.ts_ouvrir      = new System.Windows.Forms.ToolStripMenuItem();
     this.ts_sauvegarder = new System.Windows.Forms.ToolStripMenuItem();
     this.ts_nettoyage   = new System.Windows.Forms.ToolStripMenuItem();
     this.ts_1.SuspendLayout();
     this.SuspendLayout();
     //
     // t_principal
     //
     this.t_principal.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.t_principal.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.t_principal.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.t_principal.Location  = new System.Drawing.Point(0, 28);
     this.t_principal.Multiline = true;
     this.t_principal.Name      = "t_principal";
     this.t_principal.Size      = new System.Drawing.Size(434, 363);
     this.t_principal.TabIndex  = 0;
     //
     // ts_1
     //
     this.ts_1.BackColor = System.Drawing.SystemColors.Control;
     this.ts_1.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ts_1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ts_fichier
     });
     this.ts_1.Location    = new System.Drawing.Point(0, 0);
     this.ts_1.MinimumSize = new System.Drawing.Size(0, 0);
     this.ts_1.Name        = "ts_1";
     this.ts_1.RenderMode  = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.ts_1.Size        = new System.Drawing.Size(434, 25);
     this.ts_1.TabIndex    = 1;
     //
     // ts_fichier
     //
     this.ts_fichier.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.ts_fichier.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ts_ouvrir,
         this.ts_sauvegarder,
         this.ts_nettoyage
     });
     this.ts_fichier.Image = ((System.Drawing.Image)(resources.GetObject("ts_fichier.Image")));
     this.ts_fichier.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ts_fichier.Name = "ts_fichier";
     this.ts_fichier.Size = new System.Drawing.Size(58, 22);
     this.ts_fichier.Text = "Fichier";
     //
     // ts_ouvrir
     //
     this.ts_ouvrir.Name   = "ts_ouvrir";
     this.ts_ouvrir.Size   = new System.Drawing.Size(150, 22);
     this.ts_ouvrir.Text   = "Ouvrir";
     this.ts_ouvrir.Click += new System.EventHandler(this.Ts_ouvrirClick);
     //
     // ts_sauvegarder
     //
     this.ts_sauvegarder.Name   = "ts_sauvegarder";
     this.ts_sauvegarder.Size   = new System.Drawing.Size(150, 22);
     this.ts_sauvegarder.Text   = "Sauvegarder";
     this.ts_sauvegarder.Click += new System.EventHandler(this.Ts_sauvegarderClick);
     //
     // ts_nettoyage
     //
     this.ts_nettoyage.Name   = "ts_nettoyage";
     this.ts_nettoyage.Size   = new System.Drawing.Size(150, 22);
     this.ts_nettoyage.Text   = "Nettoyage";
     this.ts_nettoyage.Click += new System.EventHandler(this.Ts_nettoyageClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(434, 391);
     this.Controls.Add(this.ts_1);
     this.Controls.Add(this.t_principal);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Editeur de texte";
     this.ts_1.ResumeLayout(false);
     this.ts_1.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.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatus_Themmoi = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatus_Ghilai = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatus_In = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDown_btnKhac = new System.Windows.Forms.ToolStripDropDownButton();
     this.thiêtLâpThôngSôToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.xoaChưngTưHiênThơiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưTưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripStatus_Trave = new System.Windows.Forms.ToolStripStatusLabel();
     this.palNhap = new System.Windows.Forms.Panel();
     this.chekChonLoai = new System.Windows.Forms.CheckBox();
     this.lblMaHoaDonNhap = new System.Windows.Forms.Label();
     this.lblTenNhaCungCap = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cbxTienTe_TyGia = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.btnTimMadatmuahang = new System.Windows.Forms.Button();
     this.txtMadondathang = new System.Windows.Forms.TextBox();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.makHanthanhtoan = new System.Windows.Forms.MaskedTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtnguoigiaohang = new System.Windows.Forms.TextBox();
     this.btnTimnhacungcap = new System.Windows.Forms.Button();
     this.lblDiengiai = new System.Windows.Forms.Label();
     this.txtDiengiai = new System.Windows.Forms.TextBox();
     this.cbxHinhthucthanhtoan = new System.Windows.Forms.ComboBox();
     this.lblHinhthucthanhtoan = new System.Windows.Forms.Label();
     this.cbxKhoHang = new System.Windows.Forms.ComboBox();
     this.lblKhohang = new System.Windows.Forms.Label();
     this.cbxDieuKienThanhToan = new System.Windows.Forms.ComboBox();
     this.lblPhuongthucvanchuyen = new System.Windows.Forms.Label();
     this.lblNguoigiaohang = new System.Windows.Forms.Label();
     this.txtNohienthoi = new System.Windows.Forms.TextBox();
     this.lblNohienthoi = new System.Windows.Forms.Label();
     this.lblDinhdangngay = new System.Windows.Forms.LinkLabel();
     this.makNgaydonhang = new System.Windows.Forms.MaskedTextBox();
     this.lblNgaydonhang = new System.Windows.Forms.Label();
     this.txtManhacungcap = new System.Windows.Forms.TextBox();
     this.txtSodonhang = new System.Windows.Forms.TextBox();
     this.lblManhacungcap = new System.Windows.Forms.Label();
     this.lblSodonhang = new System.Windows.Forms.Label();
     this.palXem = new System.Windows.Forms.Panel();
     this.label6 = new System.Windows.Forms.Label();
     this.txtThanhtoanngay = new System.Windows.Forms.TextBox();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.lblPhantram = new System.Windows.Forms.LinkLabel();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtTongtien = new System.Windows.Forms.TextBox();
     this.lblTongtien = new System.Windows.Forms.Label();
     this.txtPhikhac = new System.Windows.Forms.TextBox();
     this.lblPhivanchuyen_Phikhac = new System.Windows.Forms.Label();
     this.txtGiatrigiatang = new System.Windows.Forms.TextBox();
     this.lblGiatrigiatang = new System.Windows.Forms.Label();
     this.txtTienhang = new System.Windows.Forms.TextBox();
     this.txtChietkhau = new System.Windows.Forms.TextBox();
     this.lblChietkhau_Tienhang = new System.Windows.Forms.Label();
     this.txtPhantrang = new System.Windows.Forms.TextBox();
     this.grbDataGridview = new System.Windows.Forms.GroupBox();
     this.dgvInsertOrder = new System.Windows.Forms.DataGridView();
     this.palThem = new System.Windows.Forms.Panel();
     this.toolStrip_Insert = new System.Windows.Forms.ToolStrip();
     this.toolStrip_txtTracuu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtTenhang = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtSoluong = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtGiagoc = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtChietkhauphantram = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtGianhap = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtChietkhau = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_btnThem = new System.Windows.Forms.ToolStripButton();
     this.timerRun = new System.Windows.Forms.Timer(this.components);
     this.statusStrip1.SuspendLayout();
     this.palNhap.SuspendLayout();
     this.palXem.SuspendLayout();
     this.grbDataGridview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).BeginInit();
     this.palThem.SuspendLayout();
     this.toolStrip_Insert.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatus_Themmoi,
     this.toolStripStatus_Ghilai,
     this.toolStripStatus_In,
     this.toolStripDropDown_btnKhac,
     this.toolStripStatus_Trave});
     this.statusStrip1.Location = new System.Drawing.Point(0, 534);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(758, 27);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatus_Themmoi
     //
     this.toolStripStatus_Themmoi.Image = global::GUI.Properties.Resources.Them;
     this.toolStripStatus_Themmoi.Name = "toolStripStatus_Themmoi";
     this.toolStripStatus_Themmoi.Size = new System.Drawing.Size(158, 22);
     this.toolStripStatus_Themmoi.Spring = true;
     this.toolStripStatus_Themmoi.Tag = "36";
     this.toolStripStatus_Themmoi.Text = "Thêm";
     this.toolStripStatus_Themmoi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_Themmoi.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
     this.toolStripStatus_Themmoi.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_Themmoi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripStatus_Ghilai
     //
     this.toolStripStatus_Ghilai.Image = global::GUI.Properties.Resources.Luu;
     this.toolStripStatus_Ghilai.Name = "toolStripStatus_Ghilai";
     this.toolStripStatus_Ghilai.Size = new System.Drawing.Size(158, 22);
     this.toolStripStatus_Ghilai.Spring = true;
     this.toolStripStatus_Ghilai.Tag = "37";
     this.toolStripStatus_Ghilai.Text = "Sửa";
     this.toolStripStatus_Ghilai.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_Ghilai.Click += new System.EventHandler(this.toolStripStatusLabel2_Click);
     this.toolStripStatus_Ghilai.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_Ghilai.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripStatus_In
     //
     this.toolStripStatus_In.Image = global::GUI.Properties.Resources.In;
     this.toolStripStatus_In.Name = "toolStripStatus_In";
     this.toolStripStatus_In.Size = new System.Drawing.Size(158, 22);
     this.toolStripStatus_In.Spring = true;
     this.toolStripStatus_In.Tag = "38";
     this.toolStripStatus_In.Text = "In";
     this.toolStripStatus_In.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_In.Click += new System.EventHandler(this.toolStripStatusLabel3_Click);
     this.toolStripStatus_In.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_In.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripDropDown_btnKhac
     //
     this.toolStripDropDown_btnKhac.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.thiêtLâpThôngSôToolStripMenuItem,
     this.xoaChưngTưHiênThơiToolStripMenuItem,
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem,
     this.saoChepChưngTưTưToolStripMenuItem,
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem,
     this.saoChepChưngTưToolStripMenuItem});
     this.toolStripDropDown_btnKhac.Image = global::GUI.Properties.Resources.khac;
     this.toolStripDropDown_btnKhac.Name = "toolStripDropDown_btnKhac";
     this.toolStripDropDown_btnKhac.Size = new System.Drawing.Size(78, 25);
     this.toolStripDropDown_btnKhac.Tag = "39";
     this.toolStripDropDown_btnKhac.Text = "Khác";
     this.toolStripDropDown_btnKhac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripDropDown_btnKhac.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripDropDown_btnKhac.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // thiêtLâpThôngSôToolStripMenuItem
     //
     this.thiêtLâpThôngSôToolStripMenuItem.Name = "thiêtLâpThôngSôToolStripMenuItem";
     this.thiêtLâpThôngSôToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.thiêtLâpThôngSôToolStripMenuItem.Text = "Thiết lập thông số";
     this.thiêtLâpThôngSôToolStripMenuItem.Click += new System.EventHandler(this.thiêtLâpThôngSôToolStripMenuItem_Click);
     //
     // xoaChưngTưHiênThơiToolStripMenuItem
     //
     this.xoaChưngTưHiênThơiToolStripMenuItem.Name = "xoaChưngTưHiênThơiToolStripMenuItem";
     this.xoaChưngTưHiênThơiToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.xoaChưngTưHiênThơiToolStripMenuItem.Text = "Xóa chứng từ hiện thời";
     this.xoaChưngTưHiênThơiToolStripMenuItem.Click += new System.EventHandler(this.xoaChưngTưHiênThơiToolStripMenuItem_Click);
     //
     // huyĐơnĐătHangHiênThơiToolStripMenuItem
     //
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Name = "huyĐơnĐătHangHiênThơiToolStripMenuItem";
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Text = "Hủy đơn đặt hàng hiện thời";
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Click += new System.EventHandler(this.huyĐơnĐătHangHiênThơiToolStripMenuItem_Click);
     //
     // saoChepChưngTưTưToolStripMenuItem
     //
     this.saoChepChưngTưTưToolStripMenuItem.Name = "saoChepChưngTưTưToolStripMenuItem";
     this.saoChepChưngTưTưToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưTưToolStripMenuItem.Text = "Sao chép từ chứng từ...";
     this.saoChepChưngTưTưToolStripMenuItem.Click += new System.EventHandler(this.saoChepChưngTưTưToolStripMenuItem_Click);
     //
     // saoChepChưngTưSangNhâpHangToolStripMenuItem
     //
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Name = "saoChepChưngTưSangNhâpHangToolStripMenuItem";
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Text = "Sao chép chứng từ sang nhập hàng";
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Click += new System.EventHandler(this.saoChepChưngTưSangNhâpHangToolStripMenuItem_Click);
     //
     // saoChepChưngTưToolStripMenuItem
     //
     this.saoChepChưngTưToolStripMenuItem.Name = "saoChepChưngTưToolStripMenuItem";
     this.saoChepChưngTưToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưToolStripMenuItem.Text = "Sao chép chứng từ thành Chứng từ mới";
     this.saoChepChưngTưToolStripMenuItem.Click += new System.EventHandler(this.saoChepChưngTưToolStripMenuItem_Click);
     //
     // toolStripStatus_Trave
     //
     this.toolStripStatus_Trave.Image = global::GUI.Properties.Resources.Xoa;
     this.toolStripStatus_Trave.Name = "toolStripStatus_Trave";
     this.toolStripStatus_Trave.Size = new System.Drawing.Size(158, 22);
     this.toolStripStatus_Trave.Spring = true;
     this.toolStripStatus_Trave.Tag = "40";
     this.toolStripStatus_Trave.Text = "Đóng";
     this.toolStripStatus_Trave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_Trave.Click += new System.EventHandler(this.toolStripStatusLabel4_Click);
     this.toolStripStatus_Trave.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_Trave.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // palNhap
     //
     this.palNhap.Controls.Add(this.chekChonLoai);
     this.palNhap.Controls.Add(this.lblMaHoaDonNhap);
     this.palNhap.Controls.Add(this.lblTenNhaCungCap);
     this.palNhap.Controls.Add(this.textBox3);
     this.palNhap.Controls.Add(this.label3);
     this.palNhap.Controls.Add(this.cbxTienTe_TyGia);
     this.palNhap.Controls.Add(this.label2);
     this.palNhap.Controls.Add(this.btnTimMadatmuahang);
     this.palNhap.Controls.Add(this.txtMadondathang);
     this.palNhap.Controls.Add(this.linkLabel1);
     this.palNhap.Controls.Add(this.makHanthanhtoan);
     this.palNhap.Controls.Add(this.label1);
     this.palNhap.Controls.Add(this.txtnguoigiaohang);
     this.palNhap.Controls.Add(this.btnTimnhacungcap);
     this.palNhap.Controls.Add(this.lblDiengiai);
     this.palNhap.Controls.Add(this.txtDiengiai);
     this.palNhap.Controls.Add(this.cbxHinhthucthanhtoan);
     this.palNhap.Controls.Add(this.lblHinhthucthanhtoan);
     this.palNhap.Controls.Add(this.cbxKhoHang);
     this.palNhap.Controls.Add(this.lblKhohang);
     this.palNhap.Controls.Add(this.cbxDieuKienThanhToan);
     this.palNhap.Controls.Add(this.lblPhuongthucvanchuyen);
     this.palNhap.Controls.Add(this.lblNguoigiaohang);
     this.palNhap.Controls.Add(this.txtNohienthoi);
     this.palNhap.Controls.Add(this.lblNohienthoi);
     this.palNhap.Controls.Add(this.lblDinhdangngay);
     this.palNhap.Controls.Add(this.makNgaydonhang);
     this.palNhap.Controls.Add(this.lblNgaydonhang);
     this.palNhap.Controls.Add(this.txtManhacungcap);
     this.palNhap.Controls.Add(this.txtSodonhang);
     this.palNhap.Controls.Add(this.lblManhacungcap);
     this.palNhap.Controls.Add(this.lblSodonhang);
     this.palNhap.Dock = System.Windows.Forms.DockStyle.Top;
     this.palNhap.Location = new System.Drawing.Point(0, 0);
     this.palNhap.Name = "palNhap";
     this.palNhap.Size = new System.Drawing.Size(758, 200);
     this.palNhap.TabIndex = 1;
     //
     // chekChonLoai
     //
     this.chekChonLoai.AutoSize = true;
     this.chekChonLoai.Checked = true;
     this.chekChonLoai.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chekChonLoai.Location = new System.Drawing.Point(566, 14);
     this.chekChonLoai.Name = "chekChonLoai";
     this.chekChonLoai.Size = new System.Drawing.Size(165, 17);
     this.chekChonLoai.TabIndex = 3;
     this.chekChonLoai.Text = "Lập phiếu theo đơn đặt hàng";
     this.chekChonLoai.UseVisualStyleBackColor = true;
     this.chekChonLoai.CheckedChanged += new System.EventHandler(this.chekChonLoai_CheckedChanged);
     //
     // lblMaHoaDonNhap
     //
     this.lblMaHoaDonNhap.AutoSize = true;
     this.lblMaHoaDonNhap.Location = new System.Drawing.Point(634, 122);
     this.lblMaHoaDonNhap.Name = "lblMaHoaDonNhap";
     this.lblMaHoaDonNhap.Size = new System.Drawing.Size(0, 13);
     this.lblMaHoaDonNhap.TabIndex = 43;
     //
     // lblTenNhaCungCap
     //
     this.lblTenNhaCungCap.AutoSize = true;
     this.lblTenNhaCungCap.Location = new System.Drawing.Point(322, 44);
     this.lblTenNhaCungCap.Name = "lblTenNhaCungCap";
     this.lblTenNhaCungCap.Size = new System.Drawing.Size(0, 13);
     this.lblTenNhaCungCap.TabIndex = 42;
     //
     // textBox3
     //
     this.textBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox3.Location = new System.Drawing.Point(494, 144);
     this.textBox3.Name = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.Size = new System.Drawing.Size(247, 20);
     this.textBox3.TabIndex = 15;
     this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 145);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(77, 13);
     this.label3.TabIndex = 40;
     this.label3.Text = "Tiền tệ/Tỷ giá:";
     //
     // cbxTienTe_TyGia
     //
     this.cbxTienTe_TyGia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxTienTe_TyGia.FormattingEnabled = true;
     this.cbxTienTe_TyGia.Location = new System.Drawing.Point(129, 143);
     this.cbxTienTe_TyGia.Name = "cbxTienTe_TyGia";
     this.cbxTienTe_TyGia.Size = new System.Drawing.Size(351, 21);
     this.cbxTienTe_TyGia.TabIndex = 14;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(389, 120);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(99, 13);
     this.label2.TabIndex = 38;
     this.label2.Text = "Đơn đặt mua hàng:";
     //
     // btnTimMadatmuahang
     //
     this.btnTimMadatmuahang.BackColor = System.Drawing.Color.Gray;
     this.btnTimMadatmuahang.BackgroundImage = global::GUI.Properties.Resources.button_search;
     this.btnTimMadatmuahang.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnTimMadatmuahang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTimMadatmuahang.ForeColor = System.Drawing.Color.Transparent;
     this.btnTimMadatmuahang.Location = new System.Drawing.Point(600, 117);
     this.btnTimMadatmuahang.Name = "btnTimMadatmuahang";
     this.btnTimMadatmuahang.Size = new System.Drawing.Size(28, 23);
     this.btnTimMadatmuahang.TabIndex = 13;
     this.btnTimMadatmuahang.UseVisualStyleBackColor = false;
     this.btnTimMadatmuahang.Click += new System.EventHandler(this.button1_Click);
     //
     // txtMadondathang
     //
     this.txtMadondathang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMadondathang.Location = new System.Drawing.Point(494, 118);
     this.txtMadondathang.Name = "txtMadondathang";
     this.txtMadondathang.Size = new System.Drawing.Size(100, 20);
     this.txtMadondathang.TabIndex = 12;
     this.txtMadondathang.Text = "<F4 -Tra cứu>";
     this.txtMadondathang.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMadondathang_KeyDown);
     this.txtMadondathang.MouseLeave += new System.EventHandler(this.txtMadondathang_MouseLeave);
     this.txtMadondathang.MouseHover += new System.EventHandler(this.txtMadondathang_MouseHover);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel1.Location = new System.Drawing.Point(599, 95);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(71, 13);
     this.linkLabel1.TabIndex = 35;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "(dd/mm/yyyy)";
     //
     // makHanthanhtoan
     //
     this.makHanthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makHanthanhtoan.Location = new System.Drawing.Point(494, 91);
     this.makHanthanhtoan.Mask = "00/00/0000";
     this.makHanthanhtoan.Name = "makHanthanhtoan";
     this.makHanthanhtoan.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makHanthanhtoan.Size = new System.Drawing.Size(99, 20);
     this.makHanthanhtoan.TabIndex = 10;
     this.makHanthanhtoan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(404, 98);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(84, 13);
     this.label1.TabIndex = 33;
     this.label1.Text = "Hạn thanh toán:";
     //
     // txtnguoigiaohang
     //
     this.txtnguoigiaohang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnguoigiaohang.Location = new System.Drawing.Point(128, 64);
     this.txtnguoigiaohang.Name = "txtnguoigiaohang";
     this.txtnguoigiaohang.Size = new System.Drawing.Size(254, 20);
     this.txtnguoigiaohang.TabIndex = 7;
     //
     // btnTimnhacungcap
     //
     this.btnTimnhacungcap.BackColor = System.Drawing.Color.Gray;
     this.btnTimnhacungcap.BackgroundImage = global::GUI.Properties.Resources.button_search;
     this.btnTimnhacungcap.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnTimnhacungcap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTimnhacungcap.ForeColor = System.Drawing.Color.Transparent;
     this.btnTimnhacungcap.Location = new System.Drawing.Point(287, 36);
     this.btnTimnhacungcap.Name = "btnTimnhacungcap";
     this.btnTimnhacungcap.Size = new System.Drawing.Size(28, 23);
     this.btnTimnhacungcap.TabIndex = 5;
     this.btnTimnhacungcap.UseVisualStyleBackColor = false;
     this.btnTimnhacungcap.Click += new System.EventHandler(this.btnTimnhacungcap_Click);
     //
     // lblDiengiai
     //
     this.lblDiengiai.AutoSize = true;
     this.lblDiengiai.Location = new System.Drawing.Point(12, 171);
     this.lblDiengiai.Name = "lblDiengiai";
     this.lblDiengiai.Size = new System.Drawing.Size(51, 13);
     this.lblDiengiai.TabIndex = 30;
     this.lblDiengiai.Text = "Diễn giải:";
     //
     // txtDiengiai
     //
     this.txtDiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDiengiai.Location = new System.Drawing.Point(129, 169);
     this.txtDiengiai.Name = "txtDiengiai";
     this.txtDiengiai.Size = new System.Drawing.Size(613, 20);
     this.txtDiengiai.TabIndex = 16;
     //
     // cbxHinhthucthanhtoan
     //
     this.cbxHinhthucthanhtoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxHinhthucthanhtoan.FormattingEnabled = true;
     this.cbxHinhthucthanhtoan.Location = new System.Drawing.Point(128, 90);
     this.cbxHinhthucthanhtoan.Name = "cbxHinhthucthanhtoan";
     this.cbxHinhthucthanhtoan.Size = new System.Drawing.Size(254, 21);
     this.cbxHinhthucthanhtoan.TabIndex = 9;
     //
     // lblHinhthucthanhtoan
     //
     this.lblHinhthucthanhtoan.AutoSize = true;
     this.lblHinhthucthanhtoan.Location = new System.Drawing.Point(13, 95);
     this.lblHinhthucthanhtoan.Name = "lblHinhthucthanhtoan";
     this.lblHinhthucthanhtoan.Size = new System.Drawing.Size(96, 13);
     this.lblHinhthucthanhtoan.TabIndex = 22;
     this.lblHinhthucthanhtoan.Text = "H.thức thanh toán:";
     //
     // cbxKhoHang
     //
     this.cbxKhoHang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxKhoHang.FormattingEnabled = true;
     this.cbxKhoHang.Location = new System.Drawing.Point(128, 117);
     this.cbxKhoHang.Name = "cbxKhoHang";
     this.cbxKhoHang.Size = new System.Drawing.Size(254, 21);
     this.cbxKhoHang.TabIndex = 11;
     //
     // lblKhohang
     //
     this.lblKhohang.AutoSize = true;
     this.lblKhohang.Location = new System.Drawing.Point(12, 120);
     this.lblKhohang.Name = "lblKhohang";
     this.lblKhohang.Size = new System.Drawing.Size(56, 13);
     this.lblKhohang.TabIndex = 19;
     this.lblKhohang.Text = "Kho hàng:";
     //
     // cbxDieuKienThanhToan
     //
     this.cbxDieuKienThanhToan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxDieuKienThanhToan.FormattingEnabled = true;
     this.cbxDieuKienThanhToan.Location = new System.Drawing.Point(494, 65);
     this.cbxDieuKienThanhToan.Name = "cbxDieuKienThanhToan";
     this.cbxDieuKienThanhToan.Size = new System.Drawing.Size(247, 21);
     this.cbxDieuKienThanhToan.TabIndex = 8;
     //
     // lblPhuongthucvanchuyen
     //
     this.lblPhuongthucvanchuyen.AutoSize = true;
     this.lblPhuongthucvanchuyen.Location = new System.Drawing.Point(393, 68);
     this.lblPhuongthucvanchuyen.Name = "lblPhuongthucvanchuyen";
     this.lblPhuongthucvanchuyen.Size = new System.Drawing.Size(95, 13);
     this.lblPhuongthucvanchuyen.TabIndex = 16;
     this.lblPhuongthucvanchuyen.Text = "Đ.kiện thanh toán:";
     //
     // lblNguoigiaohang
     //
     this.lblNguoigiaohang.AutoSize = true;
     this.lblNguoigiaohang.Location = new System.Drawing.Point(12, 68);
     this.lblNguoigiaohang.Name = "lblNguoigiaohang";
     this.lblNguoigiaohang.Size = new System.Drawing.Size(88, 13);
     this.lblNguoigiaohang.TabIndex = 12;
     this.lblNguoigiaohang.Text = "Người giao hàng:";
     //
     // txtNohienthoi
     //
     this.txtNohienthoi.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtNohienthoi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNohienthoi.Location = new System.Drawing.Point(566, 39);
     this.txtNohienthoi.Name = "txtNohienthoi";
     this.txtNohienthoi.ReadOnly = true;
     this.txtNohienthoi.Size = new System.Drawing.Size(175, 20);
     this.txtNohienthoi.TabIndex = 6;
     this.txtNohienthoi.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNohienthoi
     //
     this.lblNohienthoi.AutoSize = true;
     this.lblNohienthoi.Location = new System.Drawing.Point(491, 45);
     this.lblNohienthoi.Name = "lblNohienthoi";
     this.lblNohienthoi.Size = new System.Drawing.Size(67, 13);
     this.lblNohienthoi.TabIndex = 9;
     this.lblNohienthoi.Text = "Nợ hiện thời:";
     //
     // lblDinhdangngay
     //
     this.lblDinhdangngay.AutoSize = true;
     this.lblDinhdangngay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblDinhdangngay.Location = new System.Drawing.Point(476, 15);
     this.lblDinhdangngay.Name = "lblDinhdangngay";
     this.lblDinhdangngay.Size = new System.Drawing.Size(71, 13);
     this.lblDinhdangngay.TabIndex = 7;
     this.lblDinhdangngay.TabStop = true;
     this.lblDinhdangngay.Text = "(dd/mm/yyyy)";
     //
     // makNgaydonhang
     //
     this.makNgaydonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makNgaydonhang.Location = new System.Drawing.Point(370, 12);
     this.makNgaydonhang.Mask = "00/00/0000";
     this.makNgaydonhang.Name = "makNgaydonhang";
     this.makNgaydonhang.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makNgaydonhang.Size = new System.Drawing.Size(100, 20);
     this.makNgaydonhang.TabIndex = 2;
     this.makNgaydonhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNgaydonhang
     //
     this.lblNgaydonhang.AutoSize = true;
     this.lblNgaydonhang.Location = new System.Drawing.Point(284, 15);
     this.lblNgaydonhang.Name = "lblNgaydonhang";
     this.lblNgaydonhang.Size = new System.Drawing.Size(80, 13);
     this.lblNgaydonhang.TabIndex = 5;
     this.lblNgaydonhang.Text = "Ngày chúng từ:";
     //
     // txtManhacungcap
     //
     this.txtManhacungcap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtManhacungcap.Location = new System.Drawing.Point(129, 38);
     this.txtManhacungcap.Name = "txtManhacungcap";
     this.txtManhacungcap.Size = new System.Drawing.Size(152, 20);
     this.txtManhacungcap.TabIndex = 4;
     this.txtManhacungcap.Text = "<F4 -Tra cứu>";
     this.txtManhacungcap.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtManhacungcap_KeyDown);
     this.txtManhacungcap.MouseLeave += new System.EventHandler(this.txtManhacungcap_MouseLeave);
     this.txtManhacungcap.MouseHover += new System.EventHandler(this.txtManhacungcap_MouseHover);
     //
     // txtSodonhang
     //
     this.txtSodonhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtSodonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSodonhang.Location = new System.Drawing.Point(128, 12);
     this.txtSodonhang.Name = "txtSodonhang";
     this.txtSodonhang.ReadOnly = true;
     this.txtSodonhang.Size = new System.Drawing.Size(133, 20);
     this.txtSodonhang.TabIndex = 1;
     //
     // lblManhacungcap
     //
     this.lblManhacungcap.AutoSize = true;
     this.lblManhacungcap.Location = new System.Drawing.Point(13, 41);
     this.lblManhacungcap.Name = "lblManhacungcap";
     this.lblManhacungcap.Size = new System.Drawing.Size(94, 13);
     this.lblManhacungcap.TabIndex = 1;
     this.lblManhacungcap.Text = "Mã nhà cung cấp:";
     //
     // lblSodonhang
     //
     this.lblSodonhang.AutoSize = true;
     this.lblSodonhang.Location = new System.Drawing.Point(13, 15);
     this.lblSodonhang.Name = "lblSodonhang";
     this.lblSodonhang.Size = new System.Drawing.Size(68, 13);
     this.lblSodonhang.TabIndex = 0;
     this.lblSodonhang.Text = "Mã hóa đơn:";
     //
     // palXem
     //
     this.palXem.BackColor = System.Drawing.SystemColors.Control;
     this.palXem.Controls.Add(this.label6);
     this.palXem.Controls.Add(this.txtThanhtoanngay);
     this.palXem.Controls.Add(this.textBox6);
     this.palXem.Controls.Add(this.label5);
     this.palXem.Controls.Add(this.textBox5);
     this.palXem.Controls.Add(this.lblPhantram);
     this.palXem.Controls.Add(this.textBox4);
     this.palXem.Controls.Add(this.label4);
     this.palXem.Controls.Add(this.txtTongtien);
     this.palXem.Controls.Add(this.lblTongtien);
     this.palXem.Controls.Add(this.txtPhikhac);
     this.palXem.Controls.Add(this.lblPhivanchuyen_Phikhac);
     this.palXem.Controls.Add(this.txtGiatrigiatang);
     this.palXem.Controls.Add(this.lblGiatrigiatang);
     this.palXem.Controls.Add(this.txtTienhang);
     this.palXem.Controls.Add(this.txtChietkhau);
     this.palXem.Controls.Add(this.lblChietkhau_Tienhang);
     this.palXem.Controls.Add(this.txtPhantrang);
     this.palXem.Controls.Add(this.grbDataGridview);
     this.palXem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.palXem.Location = new System.Drawing.Point(0, 200);
     this.palXem.Name = "palXem";
     this.palXem.Size = new System.Drawing.Size(758, 334);
     this.palXem.TabIndex = 2;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(241, 307);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(91, 13);
     this.label6.TabIndex = 20;
     this.label6.Text = "Thanh toán ngay:";
     //
     // txtThanhtoanngay
     //
     this.txtThanhtoanngay.BackColor = System.Drawing.Color.White;
     this.txtThanhtoanngay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtThanhtoanngay.Location = new System.Drawing.Point(338, 305);
     this.txtThanhtoanngay.Name = "txtThanhtoanngay";
     this.txtThanhtoanngay.Size = new System.Drawing.Size(142, 20);
     this.txtThanhtoanngay.TabIndex = 34;
     this.txtThanhtoanngay.Text = "0";
     this.txtThanhtoanngay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtThanhtoanngay.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtThanhtoanngay_KeyPress);
     //
     // textBox6
     //
     this.textBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox6.Location = new System.Drawing.Point(338, 279);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(142, 20);
     this.textBox6.TabIndex = 32;
     this.textBox6.Text = "0";
     this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(246, 281);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(88, 13);
     this.label5.TabIndex = 17;
     this.label5.Text = "Tổng chiết khấu:";
     //
     // textBox5
     //
     this.textBox5.BackColor = System.Drawing.Color.White;
     this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox5.Location = new System.Drawing.Point(409, 254);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(71, 20);
     this.textBox5.TabIndex = 30;
     this.textBox5.Text = "0";
     this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBox5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox5_KeyPress);
     //
     // lblPhantram
     //
     this.lblPhantram.AutoSize = true;
     this.lblPhantram.BackColor = System.Drawing.Color.Transparent;
     this.lblPhantram.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhantram.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblPhantram.Location = new System.Drawing.Point(388, 256);
     this.lblPhantram.Name = "lblPhantram";
     this.lblPhantram.Size = new System.Drawing.Size(21, 13);
     this.lblPhantram.TabIndex = 15;
     this.lblPhantram.TabStop = true;
     this.lblPhantram.Text = "(%)";
     //
     // textBox4
     //
     this.textBox4.BackColor = System.Drawing.Color.White;
     this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox4.Location = new System.Drawing.Point(338, 254);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(44, 20);
     this.textBox4.TabIndex = 29;
     this.textBox4.Text = "0";
     this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox4_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(254, 256);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(80, 13);
     this.label4.TabIndex = 13;
     this.label4.Text = "Chiết khấu TM:";
     //
     // txtTongtien
     //
     this.txtTongtien.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTongtien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTongtien.Location = new System.Drawing.Point(649, 305);
     this.txtTongtien.Name = "txtTongtien";
     this.txtTongtien.ReadOnly = true;
     this.txtTongtien.Size = new System.Drawing.Size(100, 20);
     this.txtTongtien.TabIndex = 35;
     this.txtTongtien.Text = "0";
     this.txtTongtien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblTongtien
     //
     this.lblTongtien.AutoSize = true;
     this.lblTongtien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTongtien.Location = new System.Drawing.Point(563, 305);
     this.lblTongtien.Name = "lblTongtien";
     this.lblTongtien.Size = new System.Drawing.Size(80, 13);
     this.lblTongtien.TabIndex = 10;
     this.lblTongtien.Text = "Còn phải trả:";
     //
     // txtPhikhac
     //
     this.txtPhikhac.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtPhikhac.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhikhac.Location = new System.Drawing.Point(649, 279);
     this.txtPhikhac.Name = "txtPhikhac";
     this.txtPhikhac.Size = new System.Drawing.Size(100, 20);
     this.txtPhikhac.TabIndex = 33;
     this.txtPhikhac.Text = "0";
     this.txtPhikhac.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblPhivanchuyen_Phikhac
     //
     this.lblPhivanchuyen_Phikhac.AutoSize = true;
     this.lblPhivanchuyen_Phikhac.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhivanchuyen_Phikhac.Location = new System.Drawing.Point(513, 281);
     this.lblPhivanchuyen_Phikhac.Name = "lblPhivanchuyen_Phikhac";
     this.lblPhivanchuyen_Phikhac.Size = new System.Drawing.Size(130, 13);
     this.lblPhivanchuyen_Phikhac.TabIndex = 7;
     this.lblPhivanchuyen_Phikhac.Text = "Tổng tiền thanh toán:";
     //
     // txtGiatrigiatang
     //
     this.txtGiatrigiatang.BackColor = System.Drawing.Color.White;
     this.txtGiatrigiatang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGiatrigiatang.Location = new System.Drawing.Point(649, 254);
     this.txtGiatrigiatang.Name = "txtGiatrigiatang";
     this.txtGiatrigiatang.Size = new System.Drawing.Size(100, 20);
     this.txtGiatrigiatang.TabIndex = 31;
     this.txtGiatrigiatang.Text = "0";
     this.txtGiatrigiatang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtGiatrigiatang.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiatrigiatang_KeyPress);
     //
     // lblGiatrigiatang
     //
     this.lblGiatrigiatang.AutoSize = true;
     this.lblGiatrigiatang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiatrigiatang.Location = new System.Drawing.Point(575, 256);
     this.lblGiatrigiatang.Name = "lblGiatrigiatang";
     this.lblGiatrigiatang.Size = new System.Drawing.Size(68, 13);
     this.lblGiatrigiatang.TabIndex = 5;
     this.lblGiatrigiatang.Text = "Thuế GTGT:";
     //
     // txtTienhang
     //
     this.txtTienhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTienhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTienhang.Location = new System.Drawing.Point(649, 228);
     this.txtTienhang.Name = "txtTienhang";
     this.txtTienhang.ReadOnly = true;
     this.txtTienhang.Size = new System.Drawing.Size(100, 20);
     this.txtTienhang.TabIndex = 28;
     this.txtTienhang.Text = "0";
     this.txtTienhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtChietkhau
     //
     this.txtChietkhau.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtChietkhau.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtChietkhau.Location = new System.Drawing.Point(516, 228);
     this.txtChietkhau.Name = "txtChietkhau";
     this.txtChietkhau.ReadOnly = true;
     this.txtChietkhau.Size = new System.Drawing.Size(127, 20);
     this.txtChietkhau.TabIndex = 27;
     this.txtChietkhau.Text = "0";
     this.txtChietkhau.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblChietkhau_Tienhang
     //
     this.lblChietkhau_Tienhang.AutoSize = true;
     this.lblChietkhau_Tienhang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChietkhau_Tienhang.Location = new System.Drawing.Point(442, 230);
     this.lblChietkhau_Tienhang.Name = "lblChietkhau_Tienhang";
     this.lblChietkhau_Tienhang.Size = new System.Drawing.Size(68, 13);
     this.lblChietkhau_Tienhang.TabIndex = 2;
     this.lblChietkhau_Tienhang.Text = "Tiền hàng:";
     //
     // txtPhantrang
     //
     this.txtPhantrang.BackColor = System.Drawing.Color.White;
     this.txtPhantrang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhantrang.ForeColor = System.Drawing.Color.Red;
     this.txtPhantrang.Location = new System.Drawing.Point(3, 225);
     this.txtPhantrang.Name = "txtPhantrang";
     this.txtPhantrang.ReadOnly = true;
     this.txtPhantrang.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtPhantrang.Size = new System.Drawing.Size(49, 20);
     this.txtPhantrang.TabIndex = 1;
     this.txtPhantrang.Text = "0/0";
     this.txtPhantrang.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // grbDataGridview
     //
     this.grbDataGridview.Controls.Add(this.dgvInsertOrder);
     this.grbDataGridview.Controls.Add(this.palThem);
     this.grbDataGridview.Dock = System.Windows.Forms.DockStyle.Top;
     this.grbDataGridview.Location = new System.Drawing.Point(0, 0);
     this.grbDataGridview.Name = "grbDataGridview";
     this.grbDataGridview.Size = new System.Drawing.Size(758, 218);
     this.grbDataGridview.TabIndex = 0;
     this.grbDataGridview.TabStop = false;
     //
     // dgvInsertOrder
     //
     this.dgvInsertOrder.AllowUserToAddRows = false;
     this.dgvInsertOrder.AllowUserToDeleteRows = false;
     this.dgvInsertOrder.BackgroundColor = System.Drawing.Color.White;
     this.dgvInsertOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvInsertOrder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvInsertOrder.Location = new System.Drawing.Point(3, 42);
     this.dgvInsertOrder.Name = "dgvInsertOrder";
     this.dgvInsertOrder.ReadOnly = true;
     this.dgvInsertOrder.Size = new System.Drawing.Size(752, 173);
     this.dgvInsertOrder.TabIndex = 4;
     this.dgvInsertOrder.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInsertOrder_CellClick);
     this.dgvInsertOrder.DoubleClick += new System.EventHandler(this.dgvInsertOrder_DoubleClick);
     //
     // palThem
     //
     this.palThem.Controls.Add(this.toolStrip_Insert);
     this.palThem.Dock = System.Windows.Forms.DockStyle.Top;
     this.palThem.Location = new System.Drawing.Point(3, 16);
     this.palThem.Name = "palThem";
     this.palThem.Size = new System.Drawing.Size(752, 26);
     this.palThem.TabIndex = 3;
     //
     // toolStrip_Insert
     //
     this.toolStrip_Insert.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip_Insert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_txtTracuu,
     this.toolStrip_txtTenhang,
     this.toolStrip_txtSoluong,
     this.toolStrip_txtGiagoc,
     this.toolStrip_txtChietkhauphantram,
     this.toolStrip_txtGianhap,
     this.toolStrip_txtChietkhau,
     this.toolStrip_btnThem});
     this.toolStrip_Insert.Location = new System.Drawing.Point(0, 0);
     this.toolStrip_Insert.Name = "toolStrip_Insert";
     this.toolStrip_Insert.Size = new System.Drawing.Size(752, 25);
     this.toolStrip_Insert.TabIndex = 2;
     this.toolStrip_Insert.Text = "toolStrip1";
     //
     // toolStrip_txtTracuu
     //
     this.toolStrip_txtTracuu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTracuu.Name = "toolStrip_txtTracuu";
     this.toolStrip_txtTracuu.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtTracuu.Tag = "18";
     this.toolStrip_txtTracuu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtTracuu_KeyDown);
     this.toolStrip_txtTracuu.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtTracuu_KeyPress);
     //
     // toolStrip_txtTenhang
     //
     this.toolStrip_txtTenhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtTenhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTenhang.Name = "toolStrip_txtTenhang";
     this.toolStrip_txtTenhang.ReadOnly = true;
     this.toolStrip_txtTenhang.Size = new System.Drawing.Size(200, 25);
     this.toolStrip_txtTenhang.Tag = "19";
     //
     // toolStrip_txtSoluong
     //
     this.toolStrip_txtSoluong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtSoluong.Name = "toolStrip_txtSoluong";
     this.toolStrip_txtSoluong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtSoluong.Size = new System.Drawing.Size(40, 25);
     this.toolStrip_txtSoluong.Tag = "20";
     this.toolStrip_txtSoluong.Text = "1";
     this.toolStrip_txtSoluong.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtSoluong_KeyPress);
     this.toolStrip_txtSoluong.TextChanged += new System.EventHandler(this.toolStrip_txtSoluong_TextChanged);
     //
     // toolStrip_txtGiagoc
     //
     this.toolStrip_txtGiagoc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtGiagoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtGiagoc.Name = "toolStrip_txtGiagoc";
     this.toolStrip_txtGiagoc.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_txtGiagoc.Tag = "21";
     this.toolStrip_txtGiagoc.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtGiagoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtGiagoc_KeyPress);
     //
     // toolStrip_txtChietkhauphantram
     //
     this.toolStrip_txtChietkhauphantram.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtChietkhauphantram.Name = "toolStrip_txtChietkhauphantram";
     this.toolStrip_txtChietkhauphantram.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtChietkhauphantram.Size = new System.Drawing.Size(40, 25);
     this.toolStrip_txtChietkhauphantram.Tag = "22";
     this.toolStrip_txtChietkhauphantram.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtChietkhauphantram.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtChietkhauphantram_KeyPress);
     this.toolStrip_txtChietkhauphantram.TextChanged += new System.EventHandler(this.toolStrip_txtChietkhauphantram_TextChanged);
     //
     // toolStrip_txtGianhap
     //
     this.toolStrip_txtGianhap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtGianhap.Name = "toolStrip_txtGianhap";
     this.toolStrip_txtGianhap.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_txtGianhap.Tag = "23";
     this.toolStrip_txtGianhap.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtGianhap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtGianhap_KeyPress);
     //
     // toolStrip_txtChietkhau
     //
     this.toolStrip_txtChietkhau.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtChietkhau.Name = "toolStrip_txtChietkhau";
     this.toolStrip_txtChietkhau.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtChietkhau.Tag = "24";
     this.toolStrip_txtChietkhau.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtChietkhau.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtChietkhau_KeyDown);
     this.toolStrip_txtChietkhau.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtChietkhau_KeyPress);
     //
     // toolStrip_btnThem
     //
     this.toolStrip_btnThem.Image = global::GUI.Properties.Resources.Them;
     this.toolStrip_btnThem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_btnThem.Name = "toolStrip_btnThem";
     this.toolStrip_btnThem.Size = new System.Drawing.Size(58, 22);
     this.toolStrip_btnThem.Tag = "25";
     this.toolStrip_btnThem.Text = "Thêm";
     this.toolStrip_btnThem.Click += new System.EventHandler(this.toolStrip_btnThem_Click);
     //
     // timerRun
     //
     this.timerRun.Tick += new System.EventHandler(this.timerRun_Tick);
     //
     // frmXuLy_HoaDonNhap
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(758, 561);
     this.ControlBox = false;
     this.Controls.Add(this.palXem);
     this.Controls.Add(this.palNhap);
     this.Controls.Add(this.statusStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLy_HoaDonNhap";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Thông tin";
     this.Load += new System.EventHandler(this.frmXuLy_NhapMua_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.palNhap.ResumeLayout(false);
     this.palNhap.PerformLayout();
     this.palXem.ResumeLayout(false);
     this.palXem.PerformLayout();
     this.grbDataGridview.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).EndInit();
     this.palThem.ResumeLayout(false);
     this.palThem.PerformLayout();
     this.toolStrip_Insert.ResumeLayout(false);
     this.toolStrip_Insert.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.button1 = new System.Windows.Forms.Button();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.tabControlMain = new System.Windows.Forms.TabControl();
     this.tabPageGeneral = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.buttonNotify = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.textBoxNotificationMessage = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textBoxNotificationSender = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBoxMethod = new System.Windows.Forms.TextBox();
     this.textBoxOutput = new System.Windows.Forms.TextBox();
     this.buttonIntrospect = new System.Windows.Forms.Button();
     this.buttonExport = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.textBoxExportPath = new System.Windows.Forms.TextBox();
     this.tabPageRemote = new System.Windows.Forms.TabPage();
     this.buttonNext = new System.Windows.Forms.Button();
     this.buttonStop = new System.Windows.Forms.Button();
     this.buttonPrevious = new System.Windows.Forms.Button();
     this.buttonFF = new System.Windows.Forms.Button();
     this.buttonPlay = new System.Windows.Forms.Button();
     this.buttonRewind = new System.Windows.Forms.Button();
     this.buttonTv = new System.Windows.Forms.Button();
     this.buttonImages = new System.Windows.Forms.Button();
     this.buttonMusic = new System.Windows.Forms.Button();
     this.buttonVideo = new System.Windows.Forms.Button();
     this.tabPageAudioLibrary = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.listBoxAudioLibraryMain = new System.Windows.Forms.ListBox();
     this.listBoxAudioLibrarySecondary = new System.Windows.Forms.ListBox();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.propertyGridAudioLibrary = new System.Windows.Forms.PropertyGrid();
     this.tabControlAudioLibraryImages = new System.Windows.Forms.TabControl();
     this.tabPageAudioThumbnail = new System.Windows.Forms.TabPage();
     this.pictureBoxAudioThumbnail = new System.Windows.Forms.PictureBox();
     this.tabPageAudioFanart = new System.Windows.Forms.TabPage();
     this.pictureBoxAudioFanart = new System.Windows.Forms.PictureBox();
     this.tabPageVideoLibrary = new System.Windows.Forms.TabPage();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.splitContainer5 = new System.Windows.Forms.SplitContainer();
     this.listBoxVideoLibraryMain = new System.Windows.Forms.ListBox();
     this.listBoxVideoLibrarySecondary = new System.Windows.Forms.ListBox();
     this.splitContainer6 = new System.Windows.Forms.SplitContainer();
     this.propertyGridVideoLibrary = new System.Windows.Forms.PropertyGrid();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.getAlbumsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getArtistsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getGenresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getRecentlyAddedAlbumsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getRecentlyAddedSongsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cleanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.scanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControlVideoLibraryImages = new System.Windows.Forms.TabControl();
     this.tabPageVideoThumbnail = new System.Windows.Forms.TabPage();
     this.pictureBoxVideoThumbnail = new System.Windows.Forms.PictureBox();
     this.tabPageVideoFanart = new System.Windows.Forms.TabPage();
     this.pictureBoxVideoFanart = new System.Windows.Forms.PictureBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
     this.GetMoviestoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GetMovieSetstoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GetTvShowstoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GetRecentEpisodestoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GetMusicVideostoolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.CleanVideoLibraryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ScanVideoLibraryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.GetRecentMoviestoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.GetRecentMusicVideosMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.tabControlMain.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPageRemote.SuspendLayout();
     this.tabPageAudioLibrary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.tabControlAudioLibraryImages.SuspendLayout();
     this.tabPageAudioThumbnail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAudioThumbnail)).BeginInit();
     this.tabPageAudioFanart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAudioFanart)).BeginInit();
     this.tabPageVideoLibrary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
     this.splitContainer5.Panel1.SuspendLayout();
     this.splitContainer5.Panel2.SuspendLayout();
     this.splitContainer5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
     this.splitContainer6.Panel1.SuspendLayout();
     this.splitContainer6.Panel2.SuspendLayout();
     this.splitContainer6.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabControlVideoLibraryImages.SuspendLayout();
     this.tabPageVideoThumbnail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVideoThumbnail)).BeginInit();
     this.tabPageVideoFanart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVideoFanart)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 12);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 480);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(889, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.tabControlMain);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(889, 455);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(889, 480);
     this.toolStripContainer1.TabIndex = 2;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // tabControlMain
     //
     this.tabControlMain.Controls.Add(this.tabPageGeneral);
     this.tabControlMain.Controls.Add(this.tabPageRemote);
     this.tabControlMain.Controls.Add(this.tabPageAudioLibrary);
     this.tabControlMain.Controls.Add(this.tabPageVideoLibrary);
     this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlMain.Location = new System.Drawing.Point(0, 0);
     this.tabControlMain.Name = "tabControlMain";
     this.tabControlMain.SelectedIndex = 0;
     this.tabControlMain.Size = new System.Drawing.Size(889, 455);
     this.tabControlMain.TabIndex = 0;
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.Controls.Add(this.groupBox1);
     this.tabPageGeneral.Controls.Add(this.label2);
     this.tabPageGeneral.Controls.Add(this.textBoxMethod);
     this.tabPageGeneral.Controls.Add(this.textBoxOutput);
     this.tabPageGeneral.Controls.Add(this.buttonIntrospect);
     this.tabPageGeneral.Controls.Add(this.buttonExport);
     this.tabPageGeneral.Controls.Add(this.label1);
     this.tabPageGeneral.Controls.Add(this.textBoxExportPath);
     this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
     this.tabPageGeneral.Name = "tabPageGeneral";
     this.tabPageGeneral.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageGeneral.Size = new System.Drawing.Size(881, 429);
     this.tabPageGeneral.TabIndex = 3;
     this.tabPageGeneral.Text = "General";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.buttonNotify);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textBoxNotificationMessage);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBoxNotificationSender);
     this.groupBox1.Location = new System.Drawing.Point(18, 110);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(352, 110);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Notification";
     //
     // buttonNotify
     //
     this.buttonNotify.Location = new System.Drawing.Point(246, 28);
     this.buttonNotify.Name = "buttonNotify";
     this.buttonNotify.Size = new System.Drawing.Size(75, 23);
     this.buttonNotify.TabIndex = 11;
     this.buttonNotify.Text = "Notify";
     this.buttonNotify.UseVisualStyleBackColor = true;
     this.buttonNotify.Click += new System.EventHandler(this.buttonNotify_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 59);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(50, 13);
     this.label3.TabIndex = 10;
     this.label3.Text = "Message";
     //
     // textBoxNotificationMessage
     //
     this.textBoxNotificationMessage.Location = new System.Drawing.Point(6, 74);
     this.textBoxNotificationMessage.Name = "textBoxNotificationMessage";
     this.textBoxNotificationMessage.Size = new System.Drawing.Size(340, 20);
     this.textBoxNotificationMessage.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 16);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(41, 13);
     this.label4.TabIndex = 8;
     this.label4.Text = "Sender";
     //
     // textBoxNotificationSender
     //
     this.textBoxNotificationSender.Location = new System.Drawing.Point(6, 31);
     this.textBoxNotificationSender.Name = "textBoxNotificationSender";
     this.textBoxNotificationSender.Size = new System.Drawing.Size(223, 20);
     this.textBoxNotificationSender.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(18, 56);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(43, 13);
     this.label2.TabIndex = 6;
     this.label2.Text = "Method";
     //
     // textBoxMethod
     //
     this.textBoxMethod.Location = new System.Drawing.Point(18, 71);
     this.textBoxMethod.Name = "textBoxMethod";
     this.textBoxMethod.Size = new System.Drawing.Size(223, 20);
     this.textBoxMethod.TabIndex = 5;
     //
     // textBoxOutput
     //
     this.textBoxOutput.Location = new System.Drawing.Point(387, 53);
     this.textBoxOutput.Multiline = true;
     this.textBoxOutput.Name = "textBoxOutput";
     this.textBoxOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBoxOutput.Size = new System.Drawing.Size(471, 354);
     this.textBoxOutput.TabIndex = 4;
     //
     // buttonIntrospect
     //
     this.buttonIntrospect.Location = new System.Drawing.Point(264, 68);
     this.buttonIntrospect.Name = "buttonIntrospect";
     this.buttonIntrospect.Size = new System.Drawing.Size(75, 23);
     this.buttonIntrospect.TabIndex = 3;
     this.buttonIntrospect.Text = "Introspect";
     this.buttonIntrospect.UseVisualStyleBackColor = true;
     this.buttonIntrospect.Click += new System.EventHandler(this.buttonIntrospect_Click);
     //
     // buttonExport
     //
     this.buttonExport.Location = new System.Drawing.Point(264, 25);
     this.buttonExport.Name = "buttonExport";
     this.buttonExport.Size = new System.Drawing.Size(75, 23);
     this.buttonExport.TabIndex = 2;
     this.buttonExport.Text = "Export";
     this.buttonExport.UseVisualStyleBackColor = true;
     this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(18, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(62, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Export Path";
     //
     // textBoxExportPath
     //
     this.textBoxExportPath.Location = new System.Drawing.Point(18, 28);
     this.textBoxExportPath.Name = "textBoxExportPath";
     this.textBoxExportPath.Size = new System.Drawing.Size(223, 20);
     this.textBoxExportPath.TabIndex = 0;
     //
     // tabPageRemote
     //
     this.tabPageRemote.Controls.Add(this.buttonNext);
     this.tabPageRemote.Controls.Add(this.buttonStop);
     this.tabPageRemote.Controls.Add(this.buttonPrevious);
     this.tabPageRemote.Controls.Add(this.buttonFF);
     this.tabPageRemote.Controls.Add(this.buttonPlay);
     this.tabPageRemote.Controls.Add(this.buttonRewind);
     this.tabPageRemote.Controls.Add(this.buttonTv);
     this.tabPageRemote.Controls.Add(this.buttonImages);
     this.tabPageRemote.Controls.Add(this.buttonMusic);
     this.tabPageRemote.Controls.Add(this.buttonVideo);
     this.tabPageRemote.Location = new System.Drawing.Point(4, 22);
     this.tabPageRemote.Name = "tabPageRemote";
     this.tabPageRemote.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageRemote.Size = new System.Drawing.Size(881, 429);
     this.tabPageRemote.TabIndex = 2;
     this.tabPageRemote.Text = "Remote";
     this.tabPageRemote.UseVisualStyleBackColor = true;
     //
     // buttonNext
     //
     this.buttonNext.Location = new System.Drawing.Point(170, 91);
     this.buttonNext.Name = "buttonNext";
     this.buttonNext.Size = new System.Drawing.Size(75, 23);
     this.buttonNext.TabIndex = 9;
     this.buttonNext.Text = "Next";
     this.buttonNext.UseVisualStyleBackColor = true;
     this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
     //
     // buttonStop
     //
     this.buttonStop.Location = new System.Drawing.Point(89, 91);
     this.buttonStop.Name = "buttonStop";
     this.buttonStop.Size = new System.Drawing.Size(75, 23);
     this.buttonStop.TabIndex = 8;
     this.buttonStop.Text = "Stop";
     this.buttonStop.UseVisualStyleBackColor = true;
     this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
     //
     // buttonPrevious
     //
     this.buttonPrevious.Location = new System.Drawing.Point(8, 91);
     this.buttonPrevious.Name = "buttonPrevious";
     this.buttonPrevious.Size = new System.Drawing.Size(75, 23);
     this.buttonPrevious.TabIndex = 7;
     this.buttonPrevious.Text = "Prev.";
     this.buttonPrevious.UseVisualStyleBackColor = true;
     this.buttonPrevious.Click += new System.EventHandler(this.buttonPrevious_Click);
     //
     // buttonFF
     //
     this.buttonFF.Location = new System.Drawing.Point(170, 62);
     this.buttonFF.Name = "buttonFF";
     this.buttonFF.Size = new System.Drawing.Size(75, 23);
     this.buttonFF.TabIndex = 6;
     this.buttonFF.Text = "FF";
     this.buttonFF.UseVisualStyleBackColor = true;
     //
     // buttonPlay
     //
     this.buttonPlay.Location = new System.Drawing.Point(89, 62);
     this.buttonPlay.Name = "buttonPlay";
     this.buttonPlay.Size = new System.Drawing.Size(75, 23);
     this.buttonPlay.TabIndex = 5;
     this.buttonPlay.Text = "Play";
     this.buttonPlay.UseVisualStyleBackColor = true;
     this.buttonPlay.Click += new System.EventHandler(this.buttonPlay_Click);
     //
     // buttonRewind
     //
     this.buttonRewind.Location = new System.Drawing.Point(8, 62);
     this.buttonRewind.Name = "buttonRewind";
     this.buttonRewind.Size = new System.Drawing.Size(75, 23);
     this.buttonRewind.TabIndex = 4;
     this.buttonRewind.Text = "Rewind";
     this.buttonRewind.UseVisualStyleBackColor = true;
     //
     // buttonTv
     //
     this.buttonTv.Location = new System.Drawing.Point(251, 16);
     this.buttonTv.Name = "buttonTv";
     this.buttonTv.Size = new System.Drawing.Size(75, 23);
     this.buttonTv.TabIndex = 3;
     this.buttonTv.Text = "TV";
     this.buttonTv.UseVisualStyleBackColor = true;
     //
     // buttonImages
     //
     this.buttonImages.Location = new System.Drawing.Point(170, 16);
     this.buttonImages.Name = "buttonImages";
     this.buttonImages.Size = new System.Drawing.Size(75, 23);
     this.buttonImages.TabIndex = 2;
     this.buttonImages.Text = "Images";
     this.buttonImages.UseVisualStyleBackColor = true;
     //
     // buttonMusic
     //
     this.buttonMusic.Location = new System.Drawing.Point(89, 16);
     this.buttonMusic.Name = "buttonMusic";
     this.buttonMusic.Size = new System.Drawing.Size(75, 23);
     this.buttonMusic.TabIndex = 1;
     this.buttonMusic.Text = "Music";
     this.buttonMusic.UseVisualStyleBackColor = true;
     this.buttonMusic.Click += new System.EventHandler(this.buttonMusic_Click);
     //
     // buttonVideo
     //
     this.buttonVideo.Location = new System.Drawing.Point(8, 16);
     this.buttonVideo.Name = "buttonVideo";
     this.buttonVideo.Size = new System.Drawing.Size(75, 23);
     this.buttonVideo.TabIndex = 0;
     this.buttonVideo.Text = "Video";
     this.buttonVideo.UseVisualStyleBackColor = true;
     //
     // tabPageAudioLibrary
     //
     this.tabPageAudioLibrary.Controls.Add(this.splitContainer1);
     this.tabPageAudioLibrary.Location = new System.Drawing.Point(4, 22);
     this.tabPageAudioLibrary.Name = "tabPageAudioLibrary";
     this.tabPageAudioLibrary.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageAudioLibrary.Size = new System.Drawing.Size(881, 429);
     this.tabPageAudioLibrary.TabIndex = 0;
     this.tabPageAudioLibrary.Text = "Audio Library";
     this.tabPageAudioLibrary.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(875, 423);
     this.splitContainer1.SplitterDistance = 608;
     this.splitContainer1.TabIndex = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.listBoxAudioLibraryMain);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.listBoxAudioLibrarySecondary);
     this.splitContainer3.Size = new System.Drawing.Size(608, 423);
     this.splitContainer3.SplitterDistance = 325;
     this.splitContainer3.TabIndex = 3;
     //
     // listBoxAudioLibraryMain
     //
     this.listBoxAudioLibraryMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxAudioLibraryMain.FormattingEnabled = true;
     this.listBoxAudioLibraryMain.Location = new System.Drawing.Point(0, 0);
     this.listBoxAudioLibraryMain.Name = "listBoxAudioLibraryMain";
     this.listBoxAudioLibraryMain.Size = new System.Drawing.Size(325, 423);
     this.listBoxAudioLibraryMain.TabIndex = 3;
     this.listBoxAudioLibraryMain.SelectedIndexChanged += new System.EventHandler(this.listBoxAudioLibraryMain_SelectedIndexChanged);
     //
     // listBoxAudioLibrarySecondary
     //
     this.listBoxAudioLibrarySecondary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxAudioLibrarySecondary.FormattingEnabled = true;
     this.listBoxAudioLibrarySecondary.Location = new System.Drawing.Point(0, 0);
     this.listBoxAudioLibrarySecondary.Name = "listBoxAudioLibrarySecondary";
     this.listBoxAudioLibrarySecondary.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
     this.listBoxAudioLibrarySecondary.Size = new System.Drawing.Size(279, 423);
     this.listBoxAudioLibrarySecondary.TabIndex = 2;
     this.listBoxAudioLibrarySecondary.SelectedIndexChanged += new System.EventHandler(this.listBoxAudioLibrarySecondary_SelectedIndexChanged);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     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.propertyGridAudioLibrary);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.tabControlAudioLibraryImages);
     this.splitContainer2.Size = new System.Drawing.Size(263, 423);
     this.splitContainer2.SplitterDistance = 223;
     this.splitContainer2.TabIndex = 0;
     //
     // propertyGridAudioLibrary
     //
     this.propertyGridAudioLibrary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGridAudioLibrary.Location = new System.Drawing.Point(0, 0);
     this.propertyGridAudioLibrary.Name = "propertyGridAudioLibrary";
     this.propertyGridAudioLibrary.Size = new System.Drawing.Size(263, 223);
     this.propertyGridAudioLibrary.TabIndex = 1;
     //
     // tabControlAudioLibraryImages
     //
     this.tabControlAudioLibraryImages.Controls.Add(this.tabPageAudioThumbnail);
     this.tabControlAudioLibraryImages.Controls.Add(this.tabPageAudioFanart);
     this.tabControlAudioLibraryImages.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlAudioLibraryImages.Location = new System.Drawing.Point(0, 0);
     this.tabControlAudioLibraryImages.Name = "tabControlAudioLibraryImages";
     this.tabControlAudioLibraryImages.SelectedIndex = 0;
     this.tabControlAudioLibraryImages.Size = new System.Drawing.Size(263, 196);
     this.tabControlAudioLibraryImages.TabIndex = 0;
     //
     // tabPageAudioThumbnail
     //
     this.tabPageAudioThumbnail.Controls.Add(this.pictureBoxAudioThumbnail);
     this.tabPageAudioThumbnail.Location = new System.Drawing.Point(4, 22);
     this.tabPageAudioThumbnail.Name = "tabPageAudioThumbnail";
     this.tabPageAudioThumbnail.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageAudioThumbnail.Size = new System.Drawing.Size(255, 170);
     this.tabPageAudioThumbnail.TabIndex = 0;
     this.tabPageAudioThumbnail.Text = "Thumbnail";
     this.tabPageAudioThumbnail.UseVisualStyleBackColor = true;
     //
     // pictureBoxAudioThumbnail
     //
     this.pictureBoxAudioThumbnail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxAudioThumbnail.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxAudioThumbnail.Name = "pictureBoxAudioThumbnail";
     this.pictureBoxAudioThumbnail.Size = new System.Drawing.Size(249, 164);
     this.pictureBoxAudioThumbnail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxAudioThumbnail.TabIndex = 1;
     this.pictureBoxAudioThumbnail.TabStop = false;
     //
     // tabPageAudioFanart
     //
     this.tabPageAudioFanart.Controls.Add(this.pictureBoxAudioFanart);
     this.tabPageAudioFanart.Location = new System.Drawing.Point(4, 22);
     this.tabPageAudioFanart.Name = "tabPageAudioFanart";
     this.tabPageAudioFanart.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageAudioFanart.Size = new System.Drawing.Size(255, 170);
     this.tabPageAudioFanart.TabIndex = 1;
     this.tabPageAudioFanart.Text = "Fanart";
     this.tabPageAudioFanart.UseVisualStyleBackColor = true;
     //
     // pictureBoxAudioFanart
     //
     this.pictureBoxAudioFanart.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxAudioFanart.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxAudioFanart.Name = "pictureBoxAudioFanart";
     this.pictureBoxAudioFanart.Size = new System.Drawing.Size(249, 164);
     this.pictureBoxAudioFanart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxAudioFanart.TabIndex = 2;
     this.pictureBoxAudioFanart.TabStop = false;
     //
     // tabPageVideoLibrary
     //
     this.tabPageVideoLibrary.Controls.Add(this.splitContainer4);
     this.tabPageVideoLibrary.Location = new System.Drawing.Point(4, 22);
     this.tabPageVideoLibrary.Name = "tabPageVideoLibrary";
     this.tabPageVideoLibrary.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageVideoLibrary.Size = new System.Drawing.Size(881, 429);
     this.tabPageVideoLibrary.TabIndex = 1;
     this.tabPageVideoLibrary.Text = "Video Library";
     this.tabPageVideoLibrary.UseVisualStyleBackColor = true;
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(3, 3);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.splitContainer5);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.splitContainer6);
     this.splitContainer4.Size = new System.Drawing.Size(875, 423);
     this.splitContainer4.SplitterDistance = 608;
     this.splitContainer4.TabIndex = 1;
     //
     // splitContainer5
     //
     this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer5.Location = new System.Drawing.Point(0, 0);
     this.splitContainer5.Name = "splitContainer5";
     //
     // splitContainer5.Panel1
     //
     this.splitContainer5.Panel1.Controls.Add(this.listBoxVideoLibraryMain);
     //
     // splitContainer5.Panel2
     //
     this.splitContainer5.Panel2.Controls.Add(this.listBoxVideoLibrarySecondary);
     this.splitContainer5.Size = new System.Drawing.Size(608, 423);
     this.splitContainer5.SplitterDistance = 325;
     this.splitContainer5.TabIndex = 3;
     //
     // listBoxVideoLibraryMain
     //
     this.listBoxVideoLibraryMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxVideoLibraryMain.FormattingEnabled = true;
     this.listBoxVideoLibraryMain.Location = new System.Drawing.Point(0, 0);
     this.listBoxVideoLibraryMain.Name = "listBoxVideoLibraryMain";
     this.listBoxVideoLibraryMain.Size = new System.Drawing.Size(325, 423);
     this.listBoxVideoLibraryMain.TabIndex = 3;
     //
     // listBoxVideoLibrarySecondary
     //
     this.listBoxVideoLibrarySecondary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxVideoLibrarySecondary.FormattingEnabled = true;
     this.listBoxVideoLibrarySecondary.Location = new System.Drawing.Point(0, 0);
     this.listBoxVideoLibrarySecondary.Name = "listBoxVideoLibrarySecondary";
     this.listBoxVideoLibrarySecondary.Size = new System.Drawing.Size(279, 423);
     this.listBoxVideoLibrarySecondary.TabIndex = 2;
     //
     // splitContainer6
     //
     this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer6.Location = new System.Drawing.Point(0, 0);
     this.splitContainer6.Name = "splitContainer6";
     this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer6.Panel1
     //
     this.splitContainer6.Panel1.Controls.Add(this.propertyGridVideoLibrary);
     //
     // splitContainer6.Panel2
     //
     this.splitContainer6.Panel2.Controls.Add(this.tabControlVideoLibraryImages);
     this.splitContainer6.Size = new System.Drawing.Size(263, 423);
     this.splitContainer6.SplitterDistance = 223;
     this.splitContainer6.TabIndex = 0;
     //
     // propertyGridVideoLibrary
     //
     this.propertyGridVideoLibrary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGridVideoLibrary.Location = new System.Drawing.Point(0, 0);
     this.propertyGridVideoLibrary.Name = "propertyGridVideoLibrary";
     this.propertyGridVideoLibrary.Size = new System.Drawing.Size(263, 223);
     this.propertyGridVideoLibrary.TabIndex = 1;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripDropDownButton1,
     this.toolStripSeparator2,
     this.toolStripDropDownButton2});
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(229, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.getAlbumsToolStripMenuItem,
     this.getArtistsToolStripMenuItem,
     this.getGenresToolStripMenuItem,
     this.getRecentlyAddedAlbumsToolStripMenuItem,
     this.getRecentlyAddedSongsToolStripMenuItem,
     this.toolStripSeparator1,
     this.cleanToolStripMenuItem,
     this.scanToolStripMenuItem});
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(91, 22);
     this.toolStripDropDownButton1.Text = "Audio Library";
     //
     // getAlbumsToolStripMenuItem
     //
     this.getAlbumsToolStripMenuItem.Name = "getAlbumsToolStripMenuItem";
     this.getAlbumsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getAlbumsToolStripMenuItem.Text = "Get Albums";
     this.getAlbumsToolStripMenuItem.Click += new System.EventHandler(this.getAlbumsToolStripMenuItem_Click);
     //
     // getArtistsToolStripMenuItem
     //
     this.getArtistsToolStripMenuItem.Name = "getArtistsToolStripMenuItem";
     this.getArtistsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getArtistsToolStripMenuItem.Text = "Get Artists";
     this.getArtistsToolStripMenuItem.Click += new System.EventHandler(this.getArtistsToolStripMenuItem_Click);
     //
     // getGenresToolStripMenuItem
     //
     this.getGenresToolStripMenuItem.Name = "getGenresToolStripMenuItem";
     this.getGenresToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getGenresToolStripMenuItem.Text = "Get Genres";
     this.getGenresToolStripMenuItem.Click += new System.EventHandler(this.getGenresToolStripMenuItem_Click);
     //
     // getRecentlyAddedAlbumsToolStripMenuItem
     //
     this.getRecentlyAddedAlbumsToolStripMenuItem.Name = "getRecentlyAddedAlbumsToolStripMenuItem";
     this.getRecentlyAddedAlbumsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getRecentlyAddedAlbumsToolStripMenuItem.Text = "Get Recently Added Albums";
     this.getRecentlyAddedAlbumsToolStripMenuItem.Click += new System.EventHandler(this.getRecentlyAddedAlbumsToolStripMenuItem_Click);
     //
     // getRecentlyAddedSongsToolStripMenuItem
     //
     this.getRecentlyAddedSongsToolStripMenuItem.Name = "getRecentlyAddedSongsToolStripMenuItem";
     this.getRecentlyAddedSongsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getRecentlyAddedSongsToolStripMenuItem.Text = "Get Recently Added Songs";
     this.getRecentlyAddedSongsToolStripMenuItem.Click += new System.EventHandler(this.getRecentlyAddedSongsToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(219, 6);
     //
     // cleanToolStripMenuItem
     //
     this.cleanToolStripMenuItem.Name = "cleanToolStripMenuItem";
     this.cleanToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.cleanToolStripMenuItem.Text = "Clean";
     this.cleanToolStripMenuItem.Click += new System.EventHandler(this.cleanToolStripMenuItem_Click);
     //
     // scanToolStripMenuItem
     //
     this.scanToolStripMenuItem.Name = "scanToolStripMenuItem";
     this.scanToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.scanToolStripMenuItem.Text = "Scan";
     this.scanToolStripMenuItem.Click += new System.EventHandler(this.scanToolStripMenuItem_Click);
     //
     // tabControlVideoLibraryImages
     //
     this.tabControlVideoLibraryImages.Controls.Add(this.tabPageVideoThumbnail);
     this.tabControlVideoLibraryImages.Controls.Add(this.tabPageVideoFanart);
     this.tabControlVideoLibraryImages.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlVideoLibraryImages.Location = new System.Drawing.Point(0, 0);
     this.tabControlVideoLibraryImages.Name = "tabControlVideoLibraryImages";
     this.tabControlVideoLibraryImages.SelectedIndex = 0;
     this.tabControlVideoLibraryImages.Size = new System.Drawing.Size(263, 196);
     this.tabControlVideoLibraryImages.TabIndex = 1;
     //
     // tabPageVideoThumbnail
     //
     this.tabPageVideoThumbnail.Controls.Add(this.pictureBoxVideoThumbnail);
     this.tabPageVideoThumbnail.Location = new System.Drawing.Point(4, 22);
     this.tabPageVideoThumbnail.Name = "tabPageVideoThumbnail";
     this.tabPageVideoThumbnail.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageVideoThumbnail.Size = new System.Drawing.Size(255, 170);
     this.tabPageVideoThumbnail.TabIndex = 0;
     this.tabPageVideoThumbnail.Text = "Thumbnail";
     this.tabPageVideoThumbnail.UseVisualStyleBackColor = true;
     //
     // pictureBoxVideoThumbnail
     //
     this.pictureBoxVideoThumbnail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxVideoThumbnail.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxVideoThumbnail.Name = "pictureBoxVideoThumbnail";
     this.pictureBoxVideoThumbnail.Size = new System.Drawing.Size(249, 164);
     this.pictureBoxVideoThumbnail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxVideoThumbnail.TabIndex = 1;
     this.pictureBoxVideoThumbnail.TabStop = false;
     //
     // tabPageVideoFanart
     //
     this.tabPageVideoFanart.Controls.Add(this.pictureBoxVideoFanart);
     this.tabPageVideoFanart.Location = new System.Drawing.Point(4, 22);
     this.tabPageVideoFanart.Name = "tabPageVideoFanart";
     this.tabPageVideoFanart.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageVideoFanart.Size = new System.Drawing.Size(255, 170);
     this.tabPageVideoFanart.TabIndex = 1;
     this.tabPageVideoFanart.Text = "Fanart";
     this.tabPageVideoFanart.UseVisualStyleBackColor = true;
     //
     // pictureBoxVideoFanart
     //
     this.pictureBoxVideoFanart.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxVideoFanart.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxVideoFanart.Name = "pictureBoxVideoFanart";
     this.pictureBoxVideoFanart.Size = new System.Drawing.Size(249, 164);
     this.pictureBoxVideoFanart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxVideoFanart.TabIndex = 2;
     this.pictureBoxVideoFanart.TabStop = false;
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripDropDownButton2
     //
     this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.GetMoviestoolStripMenuItem,
     this.GetMovieSetstoolStripMenuItem,
     this.GetRecentMoviestoolStripMenuItem,
     this.toolStripSeparator4,
     this.GetTvShowstoolStripMenuItem,
     this.GetRecentEpisodestoolStripMenuItem,
     this.toolStripSeparator5,
     this.GetMusicVideostoolStripMenuItem5,
     this.GetRecentMusicVideosMenuItem,
     this.toolStripSeparator3,
     this.CleanVideoLibraryMenuItem,
     this.ScanVideoLibraryMenuItem});
     this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
     this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.Size = new System.Drawing.Size(89, 22);
     this.toolStripDropDownButton2.Text = "Video Library";
     //
     // GetMoviestoolStripMenuItem
     //
     this.GetMoviestoolStripMenuItem.Name = "GetMoviestoolStripMenuItem";
     this.GetMoviestoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetMoviestoolStripMenuItem.Text = "Get Movies";
     this.GetMoviestoolStripMenuItem.Click += new System.EventHandler(this.GetMoviestoolStripMenuItem_Click);
     //
     // GetMovieSetstoolStripMenuItem
     //
     this.GetMovieSetstoolStripMenuItem.Name = "GetMovieSetstoolStripMenuItem";
     this.GetMovieSetstoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetMovieSetstoolStripMenuItem.Text = "Get Movie Sets";
     //
     // GetTvShowstoolStripMenuItem
     //
     this.GetTvShowstoolStripMenuItem.Name = "GetTvShowstoolStripMenuItem";
     this.GetTvShowstoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetTvShowstoolStripMenuItem.Text = "Get TV Shows";
     //
     // GetRecentEpisodestoolStripMenuItem
     //
     this.GetRecentEpisodestoolStripMenuItem.Name = "GetRecentEpisodestoolStripMenuItem";
     this.GetRecentEpisodestoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetRecentEpisodestoolStripMenuItem.Text = "Get Recently Added Episodes";
     //
     // GetMusicVideostoolStripMenuItem5
     //
     this.GetMusicVideostoolStripMenuItem5.Name = "GetMusicVideostoolStripMenuItem5";
     this.GetMusicVideostoolStripMenuItem5.Size = new System.Drawing.Size(251, 22);
     this.GetMusicVideostoolStripMenuItem5.Text = "Get Music Videos";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(248, 6);
     //
     // CleanVideoLibraryMenuItem
     //
     this.CleanVideoLibraryMenuItem.Name = "CleanVideoLibraryMenuItem";
     this.CleanVideoLibraryMenuItem.Size = new System.Drawing.Size(251, 22);
     this.CleanVideoLibraryMenuItem.Text = "Clean";
     //
     // ScanVideoLibraryMenuItem
     //
     this.ScanVideoLibraryMenuItem.Name = "ScanVideoLibraryMenuItem";
     this.ScanVideoLibraryMenuItem.Size = new System.Drawing.Size(251, 22);
     this.ScanVideoLibraryMenuItem.Text = "Scan";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(248, 6);
     //
     // GetRecentMoviestoolStripMenuItem
     //
     this.GetRecentMoviestoolStripMenuItem.Name = "GetRecentMoviestoolStripMenuItem";
     this.GetRecentMoviestoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetRecentMoviestoolStripMenuItem.Text = "Get Recently Added Movies";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(248, 6);
     //
     // GetRecentMusicVideosMenuItem
     //
     this.GetRecentMusicVideosMenuItem.Name = "GetRecentMusicVideosMenuItem";
     this.GetRecentMusicVideosMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetRecentMusicVideosMenuItem.Text = "Get Recently Added Music Videos";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(889, 502);
     this.Controls.Add(this.toolStripContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.button1);
     this.Name = "MainForm";
     this.Text = "Form1";
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.tabControlMain.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.tabPageGeneral.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPageRemote.ResumeLayout(false);
     this.tabPageAudioLibrary.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.tabControlAudioLibraryImages.ResumeLayout(false);
     this.tabPageAudioThumbnail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAudioThumbnail)).EndInit();
     this.tabPageAudioFanart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAudioFanart)).EndInit();
     this.tabPageVideoLibrary.ResumeLayout(false);
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     this.splitContainer5.Panel1.ResumeLayout(false);
     this.splitContainer5.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
     this.splitContainer5.ResumeLayout(false);
     this.splitContainer6.Panel1.ResumeLayout(false);
     this.splitContainer6.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
     this.splitContainer6.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabControlVideoLibraryImages.ResumeLayout(false);
     this.tabPageVideoThumbnail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVideoThumbnail)).EndInit();
     this.tabPageVideoFanart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVideoFanart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #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.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);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileFinder));
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.btnUpdate = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslFill = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslFill3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.btnPrevious = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsslPages = new System.Windows.Forms.ToolStripStatusLabel();
     this.btnNext = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsslFill2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.btnSearchWR = new System.Windows.Forms.Button();
     this.btnMagicMirror = new System.Windows.Forms.Button();
     this.btnMode = new System.Windows.Forms.Button();
     this.cmsMode = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.所有类型ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mP3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.jPG图片ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.纯文本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imgIcon = new System.Windows.Forms.ImageList(this.components);
     this.tmrIndexStatus = new System.Windows.Forms.Timer(this.components);
     this.tmrWaitThreadClose = new System.Windows.Forms.Timer(this.components);
     this.tmrReSearch = new System.Windows.Forms.Timer(this.components);
     this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.打开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.打开路径ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.作为搜索路径ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.作为搜索后缀ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.复制到剪贴板ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.文件名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.完整路径ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.文件大小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.修改日期ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.查看ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.小图标ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.列表ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.详细信息ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.tmrDelaySearch = new System.Windows.Forms.Timer(this.components);
     this.pnlMagicMirror = new System.Windows.Forms.Panel();
     this.cmbKeyword = new System.Windows.Forms.ComboBox();
     this.pnlListView = new System.Windows.Forms.Panel();
     this.pnlKeyword = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.menuStrip = new System.Windows.Forms.MenuStrip();
     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.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.更新所有ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.更新文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.更新MP3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.停止更新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.查看ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.小图标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.详细信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lvwFiles = new LuceneFileFinder.Control.DoubleBufferListView();
     this.name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.fullName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.length = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lastWriteTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.statusStrip.SuspendLayout();
     this.cmsMode.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.pnlListView.SuspendLayout();
     this.pnlKeyword.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.menuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnUpdate,
     this.tsslStatus,
     this.tsslFill,
     this.tsslFill3,
     this.btnPrevious,
     this.tsslPages,
     this.btnNext,
     this.tsslFill2});
     this.statusStrip.Location = new System.Drawing.Point(0, 425);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.Size = new System.Drawing.Size(714, 22);
     this.statusStrip.TabIndex = 5;
     //
     // btnUpdate
     //
     this.btnUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnUpdate.Image = global::LuceneFileFinder.Properties.Resources.Fwdw_icons_40;
     this.btnUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnUpdate.Name = "btnUpdate";
     this.btnUpdate.ShowDropDownArrow = false;
     this.btnUpdate.Size = new System.Drawing.Size(20, 20);
     this.btnUpdate.Text = "toolStripDropDownButton1";
     this.btnUpdate.ToolTipText = "正在索引";
     this.btnUpdate.Visible = false;
     //
     // tsslStatus
     //
     this.tsslStatus.Name = "tsslStatus";
     this.tsslStatus.Size = new System.Drawing.Size(62, 17);
     this.tsslStatus.Text = "tsslStatus";
     //
     // tsslFill
     //
     this.tsslFill.Name = "tsslFill";
     this.tsslFill.Size = new System.Drawing.Size(522, 17);
     this.tsslFill.Spring = true;
     //
     // tsslFill3
     //
     this.tsslFill3.Name = "tsslFill3";
     this.tsslFill3.Size = new System.Drawing.Size(16, 17);
     this.tsslFill3.Text = "  ";
     //
     // btnPrevious
     //
     this.btnPrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnPrevious.Image = global::LuceneFileFinder.Properties.Resources.previous;
     this.btnPrevious.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPrevious.Name = "btnPrevious";
     this.btnPrevious.ShowDropDownArrow = false;
     this.btnPrevious.Size = new System.Drawing.Size(20, 20);
     this.btnPrevious.ToolTipText = "上一页";
     this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
     //
     // tsslPages
     //
     this.tsslPages.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsslPages.Name = "tsslPages";
     this.tsslPages.Size = new System.Drawing.Size(43, 17);
     this.tsslPages.Text = "  1/3  ";
     //
     // btnNext
     //
     this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnNext.Image = global::LuceneFileFinder.Properties.Resources.next;
     this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnNext.Name = "btnNext";
     this.btnNext.ShowDropDownArrow = false;
     this.btnNext.Size = new System.Drawing.Size(20, 20);
     this.btnNext.ToolTipText = "下一页";
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // tsslFill2
     //
     this.tsslFill2.Name = "tsslFill2";
     this.tsslFill2.Size = new System.Drawing.Size(16, 17);
     this.tsslFill2.Text = "  ";
     //
     // btnSearchWR
     //
     this.btnSearchWR.Image = global::LuceneFileFinder.Properties.Resources.swr;
     this.btnSearchWR.Location = new System.Drawing.Point(7, 2);
     this.btnSearchWR.Name = "btnSearchWR";
     this.btnSearchWR.Size = new System.Drawing.Size(28, 28);
     this.btnSearchWR.TabIndex = 15;
     this.toolTip.SetToolTip(this.btnSearchWR, "开启结果中搜索");
     this.btnSearchWR.UseVisualStyleBackColor = true;
     this.btnSearchWR.Click += new System.EventHandler(this.btnSearchWR_Click);
     //
     // btnMagicMirror
     //
     this.btnMagicMirror.Image = global::LuceneFileFinder.Properties.Resources.magicMirror;
     this.btnMagicMirror.Location = new System.Drawing.Point(40, 2);
     this.btnMagicMirror.Name = "btnMagicMirror";
     this.btnMagicMirror.Size = new System.Drawing.Size(28, 28);
     this.btnMagicMirror.TabIndex = 16;
     this.toolTip.SetToolTip(this.btnMagicMirror, "打开魔镜");
     this.btnMagicMirror.UseVisualStyleBackColor = true;
     this.btnMagicMirror.Click += new System.EventHandler(this.btnMagicMirror_Click);
     //
     // btnMode
     //
     this.btnMode.Image = global::LuceneFileFinder.Properties.Resources.all;
     this.btnMode.Location = new System.Drawing.Point(6, 3);
     this.btnMode.Name = "btnMode";
     this.btnMode.Size = new System.Drawing.Size(32, 28);
     this.btnMode.TabIndex = 14;
     this.toolTip.SetToolTip(this.btnMode, "所有类型");
     this.btnMode.UseVisualStyleBackColor = true;
     this.btnMode.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMode_MouseDown);
     //
     // cmsMode
     //
     this.cmsMode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.所有类型ToolStripMenuItem,
     this.mP3ToolStripMenuItem,
     this.jPG图片ToolStripMenuItem,
     this.纯文本ToolStripMenuItem});
     this.cmsMode.Name = "cmsMode";
     this.cmsMode.Size = new System.Drawing.Size(127, 92);
     //
     // 所有类型ToolStripMenuItem
     //
     this.所有类型ToolStripMenuItem.Image = global::LuceneFileFinder.Properties.Resources.all;
     this.所有类型ToolStripMenuItem.Name = "所有类型ToolStripMenuItem";
     this.所有类型ToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.所有类型ToolStripMenuItem.Text = "所有类型";
     this.所有类型ToolStripMenuItem.Click += new System.EventHandler(this.所有类型ToolStripMenuItem_Click);
     //
     // mP3ToolStripMenuItem
     //
     this.mP3ToolStripMenuItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.mP3ToolStripMenuItem.Image = global::LuceneFileFinder.Properties.Resources.mp3;
     this.mP3ToolStripMenuItem.Name = "mP3ToolStripMenuItem";
     this.mP3ToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.mP3ToolStripMenuItem.Text = "MP3音乐";
     this.mP3ToolStripMenuItem.Click += new System.EventHandler(this.mP3ToolStripMenuItem_Click);
     //
     // jPG图片ToolStripMenuItem
     //
     this.jPG图片ToolStripMenuItem.Image = global::LuceneFileFinder.Properties.Resources.jpg;
     this.jPG图片ToolStripMenuItem.Name = "jPG图片ToolStripMenuItem";
     this.jPG图片ToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.jPG图片ToolStripMenuItem.Text = "JPG图片";
     this.jPG图片ToolStripMenuItem.Click += new System.EventHandler(this.jPG图片ToolStripMenuItem_Click);
     //
     // 纯文本ToolStripMenuItem
     //
     this.纯文本ToolStripMenuItem.Image = global::LuceneFileFinder.Properties.Resources.txt;
     this.纯文本ToolStripMenuItem.Name = "纯文本ToolStripMenuItem";
     this.纯文本ToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
     this.纯文本ToolStripMenuItem.Text = "纯文本";
     this.纯文本ToolStripMenuItem.Click += new System.EventHandler(this.纯文本ToolStripMenuItem_Click);
     //
     // imgIcon
     //
     this.imgIcon.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgIcon.ImageSize = new System.Drawing.Size(16, 16);
     this.imgIcon.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tmrIndexStatus
     //
     this.tmrIndexStatus.Interval = 1000;
     this.tmrIndexStatus.Tick += new System.EventHandler(this.tmrIndexStatus_Tick);
     //
     // tmrWaitThreadClose
     //
     this.tmrWaitThreadClose.Interval = 50;
     this.tmrWaitThreadClose.Tick += new System.EventHandler(this.tmrWaitThreadClose_Tick);
     //
     // tmrReSearch
     //
     this.tmrReSearch.Interval = 4000;
     this.tmrReSearch.Tick += new System.EventHandler(this.tmrReSearch_Tick);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.打开ToolStripMenuItem,
     this.打开路径ToolStripMenuItem,
     this.toolStripSeparator8,
     this.作为搜索路径ToolStripMenuItem,
     this.作为搜索后缀ToolStripMenuItem,
     this.toolStripSeparator5,
     this.复制到剪贴板ToolStripMenuItem,
     this.查看ToolStripMenuItem1});
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(141, 148);
     //
     // 打开ToolStripMenuItem
     //
     this.打开ToolStripMenuItem.Image = global::LuceneFileFinder.Properties.Resources.Fwdw_icons_60;
     this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
     this.打开ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
     this.打开ToolStripMenuItem.Text = "打开(&O)";
     this.打开ToolStripMenuItem.Click += new System.EventHandler(this.打开ToolStripMenuItem_Click);
     //
     // 打开路径ToolStripMenuItem
     //
     this.打开路径ToolStripMenuItem.Image = global::LuceneFileFinder.Properties.Resources.Fwdw_icons_43;
     this.打开路径ToolStripMenuItem.Name = "打开路径ToolStripMenuItem";
     this.打开路径ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
     this.打开路径ToolStripMenuItem.Text = "打开路径(&B)";
     this.打开路径ToolStripMenuItem.Click += new System.EventHandler(this.打开路径ToolStripMenuItem_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(137, 6);
     //
     // 作为搜索路径ToolStripMenuItem
     //
     this.作为搜索路径ToolStripMenuItem.Name = "作为搜索路径ToolStripMenuItem";
     this.作为搜索路径ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
     this.作为搜索路径ToolStripMenuItem.Text = "搜索此目录";
     this.作为搜索路径ToolStripMenuItem.Click += new System.EventHandler(this.作为搜索路径ToolStripMenuItem_Click);
     //
     // 作为搜索后缀ToolStripMenuItem
     //
     this.作为搜索后缀ToolStripMenuItem.Name = "作为搜索后缀ToolStripMenuItem";
     this.作为搜索后缀ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
     this.作为搜索后缀ToolStripMenuItem.Text = "搜索此类型";
     this.作为搜索后缀ToolStripMenuItem.Click += new System.EventHandler(this.作为搜索后缀ToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(137, 6);
     //
     // 复制到剪贴板ToolStripMenuItem
     //
     this.复制到剪贴板ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.文件名ToolStripMenuItem,
     this.完整路径ToolStripMenuItem,
     this.toolStripSeparator9,
     this.文件大小ToolStripMenuItem,
     this.toolStripSeparator10,
     this.修改日期ToolStripMenuItem});
     this.复制到剪贴板ToolStripMenuItem.Name = "复制到剪贴板ToolStripMenuItem";
     this.复制到剪贴板ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
     this.复制到剪贴板ToolStripMenuItem.Text = "复制(&C)";
     //
     // 文件名ToolStripMenuItem
     //
     this.文件名ToolStripMenuItem.Name = "文件名ToolStripMenuItem";
     this.文件名ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.文件名ToolStripMenuItem.Text = "文件名(&N)";
     this.文件名ToolStripMenuItem.Click += new System.EventHandler(this.文件名ToolStripMenuItem_Click);
     //
     // 完整路径ToolStripMenuItem
     //
     this.完整路径ToolStripMenuItem.Name = "完整路径ToolStripMenuItem";
     this.完整路径ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.完整路径ToolStripMenuItem.Text = "完整路径(&F)";
     this.完整路径ToolStripMenuItem.Click += new System.EventHandler(this.完整路径ToolStripMenuItem_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(141, 6);
     //
     // 文件大小ToolStripMenuItem
     //
     this.文件大小ToolStripMenuItem.Name = "文件大小ToolStripMenuItem";
     this.文件大小ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.文件大小ToolStripMenuItem.Text = "文件大小(&L)";
     this.文件大小ToolStripMenuItem.Click += new System.EventHandler(this.文件大小ToolStripMenuItem_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(141, 6);
     //
     // 修改日期ToolStripMenuItem
     //
     this.修改日期ToolStripMenuItem.Name = "修改日期ToolStripMenuItem";
     this.修改日期ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.修改日期ToolStripMenuItem.Text = "修改日期(&W)";
     this.修改日期ToolStripMenuItem.Click += new System.EventHandler(this.修改日期ToolStripMenuItem_Click);
     //
     // 查看ToolStripMenuItem1
     //
     this.查看ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.小图标ToolStripMenuItem1,
     this.列表ToolStripMenuItem1,
     this.详细信息ToolStripMenuItem1});
     this.查看ToolStripMenuItem1.Name = "查看ToolStripMenuItem1";
     this.查看ToolStripMenuItem1.Size = new System.Drawing.Size(140, 22);
     this.查看ToolStripMenuItem1.Text = "查看(&V)";
     //
     // 小图标ToolStripMenuItem1
     //
     this.小图标ToolStripMenuItem1.Name = "小图标ToolStripMenuItem1";
     this.小图标ToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
     this.小图标ToolStripMenuItem1.Text = "小图标(&S)";
     this.小图标ToolStripMenuItem1.Click += new System.EventHandler(this.小图标ToolStripMenuItem_Click);
     //
     // 列表ToolStripMenuItem1
     //
     this.列表ToolStripMenuItem1.Name = "列表ToolStripMenuItem1";
     this.列表ToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
     this.列表ToolStripMenuItem1.Text = "列表(&L)";
     this.列表ToolStripMenuItem1.Click += new System.EventHandler(this.列表ToolStripMenuItem_Click);
     //
     // 详细信息ToolStripMenuItem1
     //
     this.详细信息ToolStripMenuItem1.Name = "详细信息ToolStripMenuItem1";
     this.详细信息ToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
     this.详细信息ToolStripMenuItem1.Text = "详细信息(D)";
     this.详细信息ToolStripMenuItem1.Click += new System.EventHandler(this.详细信息ToolStripMenuItem_Click);
     //
     // tmrDelaySearch
     //
     this.tmrDelaySearch.Interval = 5;
     this.tmrDelaySearch.Tick += new System.EventHandler(this.tmrDelaySearch_Tick);
     //
     // pnlMagicMirror
     //
     this.pnlMagicMirror.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlMagicMirror.Location = new System.Drawing.Point(494, 0);
     this.pnlMagicMirror.Name = "pnlMagicMirror";
     this.pnlMagicMirror.Size = new System.Drawing.Size(220, 367);
     this.pnlMagicMirror.TabIndex = 12;
     this.pnlMagicMirror.Visible = false;
     //
     // cmbKeyword
     //
     this.cmbKeyword.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cmbKeyword.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmbKeyword.FormattingEnabled = true;
     this.cmbKeyword.ImeMode = System.Windows.Forms.ImeMode.Alpha;
     this.cmbKeyword.Location = new System.Drawing.Point(0, 0);
     this.cmbKeyword.Margin = new System.Windows.Forms.Padding(6);
     this.cmbKeyword.Name = "cmbKeyword";
     this.cmbKeyword.Size = new System.Drawing.Size(596, 28);
     this.cmbKeyword.TabIndex = 1;
     this.cmbKeyword.TextChanged += new System.EventHandler(this.cmbKeyword_TextChanged);
     //
     // pnlListView
     //
     this.pnlListView.Controls.Add(this.lvwFiles);
     this.pnlListView.Controls.Add(this.pnlMagicMirror);
     this.pnlListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlListView.Location = new System.Drawing.Point(0, 58);
     this.pnlListView.Margin = new System.Windows.Forms.Padding(0);
     this.pnlListView.Name = "pnlListView";
     this.pnlListView.Size = new System.Drawing.Size(714, 367);
     this.pnlListView.TabIndex = 13;
     //
     // pnlKeyword
     //
     this.pnlKeyword.Controls.Add(this.panel4);
     this.pnlKeyword.Controls.Add(this.panel2);
     this.pnlKeyword.Controls.Add(this.panel3);
     this.pnlKeyword.Controls.Add(this.panel1);
     this.pnlKeyword.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlKeyword.Location = new System.Drawing.Point(0, 25);
     this.pnlKeyword.Margin = new System.Windows.Forms.Padding(0);
     this.pnlKeyword.Name = "pnlKeyword";
     this.pnlKeyword.Size = new System.Drawing.Size(714, 33);
     this.pnlKeyword.TabIndex = 11;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.cmbKeyword);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(43, 3);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(596, 30);
     this.panel4.TabIndex = 21;
     //
     // panel2
     //
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(43, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(596, 3);
     this.panel2.TabIndex = 20;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.btnSearchWR);
     this.panel3.Controls.Add(this.btnMagicMirror);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel3.Location = new System.Drawing.Point(639, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(75, 33);
     this.panel3.TabIndex = 19;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnMode);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(43, 33);
     this.panel1.TabIndex = 17;
     //
     // menuStrip
     //
     this.menuStrip.BackgroundImage = global::LuceneFileFinder.Properties.Resources.MenuStripBackImage;
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.文件ToolStripMenuItem,
     this.查看ToolStripMenuItem});
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name = "menuStrip";
     this.menuStrip.Size = new System.Drawing.Size(714, 25);
     this.menuStrip.TabIndex = 1;
     this.menuStrip.Text = "menuStrip1";
     //
     // 文件ToolStripMenuItem
     //
     this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.保存结果ToolStripMenuItem,
     this.toolStripSeparator1,
     this.索引ToolStripMenuItem,
     this.停止更新ToolStripMenuItem,
     this.toolStripSeparator2,
     this.关闭ToolStripMenuItem});
     this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
     this.文件ToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
     this.文件ToolStripMenuItem.Text = "文件(&F)";
     //
     // 保存结果ToolStripMenuItem
     //
     this.保存结果ToolStripMenuItem.Image = global::LuceneFileFinder.Properties.Resources.pixelicious_126;
     this.保存结果ToolStripMenuItem.Name = "保存结果ToolStripMenuItem";
     this.保存结果ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.保存结果ToolStripMenuItem.Text = "保存结果(&S)";
     this.保存结果ToolStripMenuItem.Click += new System.EventHandler(this.保存结果ToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // 索引ToolStripMenuItem
     //
     this.索引ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.索引管理ToolStripMenuItem,
     this.toolStripSeparator7,
     this.更新所有ToolStripMenuItem,
     this.更新文件ToolStripMenuItem,
     this.更新MP3ToolStripMenuItem});
     this.索引ToolStripMenuItem.Image = global::LuceneFileFinder.Properties.Resources.Fwdw_icons_40;
     this.索引ToolStripMenuItem.Name = "索引ToolStripMenuItem";
     this.索引ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.索引ToolStripMenuItem.Text = "索引(&I)";
     //
     // 索引管理ToolStripMenuItem
     //
     this.索引管理ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("索引管理ToolStripMenuItem.Image")));
     this.索引管理ToolStripMenuItem.Name = "索引管理ToolStripMenuItem";
     this.索引管理ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.索引管理ToolStripMenuItem.Text = "索引管理(&M)";
     this.索引管理ToolStripMenuItem.Click += new System.EventHandler(this.索引管理ToolStripMenuItem_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(143, 6);
     //
     // 更新所有ToolStripMenuItem
     //
     this.更新所有ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("更新所有ToolStripMenuItem.Image")));
     this.更新所有ToolStripMenuItem.Name = "更新所有ToolStripMenuItem";
     this.更新所有ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.更新所有ToolStripMenuItem.Text = "更新所有(&U)";
     this.更新所有ToolStripMenuItem.Click += new System.EventHandler(this.更新所有ToolStripMenuItem_Click);
     //
     // 更新文件ToolStripMenuItem
     //
     this.更新文件ToolStripMenuItem.Name = "更新文件ToolStripMenuItem";
     this.更新文件ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.更新文件ToolStripMenuItem.Text = "更新文件(&F)";
     this.更新文件ToolStripMenuItem.Click += new System.EventHandler(this.更新文件ToolStripMenuItem_Click);
     //
     // 更新MP3ToolStripMenuItem
     //
     this.更新MP3ToolStripMenuItem.Name = "更新MP3ToolStripMenuItem";
     this.更新MP3ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.更新MP3ToolStripMenuItem.Text = "更新MP3(&M)";
     this.更新MP3ToolStripMenuItem.Click += new System.EventHandler(this.更新MP3ToolStripMenuItem_Click);
     //
     // 停止更新ToolStripMenuItem
     //
     this.停止更新ToolStripMenuItem.Name = "停止更新ToolStripMenuItem";
     this.停止更新ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.停止更新ToolStripMenuItem.Text = "停止更新(&S)";
     this.停止更新ToolStripMenuItem.Click += new System.EventHandler(this.停止更新ToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
     //
     // 关闭ToolStripMenuItem
     //
     this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
     this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.关闭ToolStripMenuItem.Text = "关闭(&C)";
     this.关闭ToolStripMenuItem.Click += new System.EventHandler(this.关闭ToolStripMenuItem_Click);
     //
     // 查看ToolStripMenuItem
     //
     this.查看ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.显示ToolStripMenuItem});
     this.查看ToolStripMenuItem.Name = "查看ToolStripMenuItem";
     this.查看ToolStripMenuItem.Size = new System.Drawing.Size(60, 21);
     this.查看ToolStripMenuItem.Text = "查看(&V)";
     //
     // 显示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(152, 22);
     this.显示ToolStripMenuItem.Text = "显示(&V)";
     //
     // 小图标ToolStripMenuItem
     //
     this.小图标ToolStripMenuItem.Name = "小图标ToolStripMenuItem";
     this.小图标ToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.小图标ToolStripMenuItem.Text = "小图标(&S)";
     this.小图标ToolStripMenuItem.Click += new System.EventHandler(this.小图标ToolStripMenuItem_Click);
     //
     // 列表ToolStripMenuItem
     //
     this.列表ToolStripMenuItem.Name = "列表ToolStripMenuItem";
     this.列表ToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.列表ToolStripMenuItem.Text = "列表(&L)";
     this.列表ToolStripMenuItem.Click += new System.EventHandler(this.列表ToolStripMenuItem_Click);
     //
     // 详细信息ToolStripMenuItem
     //
     this.详细信息ToolStripMenuItem.Name = "详细信息ToolStripMenuItem";
     this.详细信息ToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.详细信息ToolStripMenuItem.Text = "详细信息(&D)";
     this.详细信息ToolStripMenuItem.Click += new System.EventHandler(this.详细信息ToolStripMenuItem_Click);
     //
     // lvwFiles
     //
     this.lvwFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.name,
     this.fullName,
     this.length,
     this.lastWriteTime});
     this.lvwFiles.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvwFiles.Location = new System.Drawing.Point(0, 0);
     this.lvwFiles.Name = "lvwFiles";
     this.lvwFiles.ShowItemToolTips = true;
     this.lvwFiles.Size = new System.Drawing.Size(494, 367);
     this.lvwFiles.SmallImageList = this.imgIcon;
     this.lvwFiles.TabIndex = 13;
     this.lvwFiles.UseCompatibleStateImageBehavior = false;
     this.lvwFiles.View = System.Windows.Forms.View.Details;
     this.lvwFiles.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwFiles_ColumnClick);
     this.lvwFiles.SelectedIndexChanged += new System.EventHandler(this.lvwFiles_SelectedIndexChanged);
     this.lvwFiles.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvwFiles_MouseClick);
     this.lvwFiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvwFiles_MouseDoubleClick);
     //
     // name
     //
     this.name.Text = "名称";
     this.name.Width = 226;
     //
     // fullName
     //
     this.fullName.Text = "路径";
     this.fullName.Width = 404;
     //
     // length
     //
     this.length.Text = "大小";
     this.length.Width = 96;
     //
     // lastWriteTime
     //
     this.lastWriteTime.Text = "修改时间";
     this.lastWriteTime.Width = 141;
     //
     // FileFinder
     //
     this.AllowDrop = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(714, 447);
     this.Controls.Add(this.pnlListView);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.pnlKeyword);
     this.Controls.Add(this.menuStrip);
     this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "FileFinder";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Lucene File Finder";
     this.Activated += new System.EventHandler(this.FileFinder_Activated);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FileFinderForm_FormClosing);
     this.SizeChanged += new System.EventHandler(this.FileFinder_SizeChanged);
     this.DragDrop += new System.Windows.Forms.DragEventHandler(this.FileFinder_DragDrop);
     this.DragEnter += new System.Windows.Forms.DragEventHandler(this.FileFinder_DragEnter);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.cmsMode.ResumeLayout(false);
     this.contextMenuStrip.ResumeLayout(false);
     this.pnlListView.ResumeLayout(false);
     this.pnlKeyword.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #21
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(ChartToolStrip));
            this.tsbCursor           = new System.Windows.Forms.ToolStripButton();
            this.tsbCrosshair        = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbZoomIn           = new System.Windows.Forms.ToolStripButton();
            this.tsbZoomOut          = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbLinear           = new System.Windows.Forms.ToolStripButton();
            this.tsbLog = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbTrailing         = new System.Windows.Forms.ToolStripButton();
            this.tsbFixed            = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbCandle           = new System.Windows.Forms.ToolStripButton();
            this.tsbBar                                = new System.Windows.Forms.ToolStripButton();
            this.tsbLine                               = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5                   = new System.Windows.Forms.ToolStripSeparator();
            this.tsbDay                                = new System.Windows.Forms.ToolStripButton();
            this.tsbWeek                               = new System.Windows.Forms.ToolStripButton();
            this.tsbMonth                              = new System.Windows.Forms.ToolStripButton();
            this.tsbYear                               = new System.Windows.Forms.ToolStripButton();
            this.tsbTimeFrame                          = new System.Windows.Forms.ToolStripDropDownButton();
            this.dailyToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
            this.weeklyToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
            this.monthlyToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
            this.annualToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbTemplate                           = new System.Windows.Forms.ToolStripDropDownButton();
            this.applyToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
            this.emptyToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2                    = new System.Windows.Forms.ToolStripSeparator();
            this.defaultTemplateToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3                    = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItem1                    = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4                    = new System.Windows.Forms.ToolStripSeparator();
            this.setAsDefaultTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.SuspendLayout();
            this.tsbCursor.Checked      = true;
            this.tsbCursor.CheckState   = System.Windows.Forms.CheckState.Checked;
            this.tsbCursor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbCursor.Image = (Image)componentResourceManager.GetObject("tsbCursor.Image");
            this.tsbCursor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbCursor.Name            = "tsbCursor";
            this.tsbCursor.Size            = new System.Drawing.Size(23, 22);
            this.tsbCursor.ToolTipText     = "Cursor";
            this.tsbCursor.Click          += new System.EventHandler(this.tsbCursor_Click);
            this.tsbCrosshair.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbCrosshair.Image = (Image)componentResourceManager.GetObject("tsbCrosshair.Image");
            this.tsbCrosshair.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbCrosshair.Name        = "tsbCrosshair";
            this.tsbCrosshair.Size        = new System.Drawing.Size(23, 22);
            this.tsbCrosshair.Text        = "Crosshair";
            this.tsbCrosshair.Click      += new System.EventHandler(this.tsbCrosshair_Click);
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            this.tsbZoomIn.DisplayStyle   = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbZoomIn.Image = (Image)componentResourceManager.GetObject("tsbZoomIn.Image");
            this.tsbZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbZoomIn.Name          = "tsbZoomIn";
            this.tsbZoomIn.Size          = new System.Drawing.Size(23, 22);
            this.tsbZoomIn.Text          = "Zoom In";
            this.tsbZoomIn.Click        += new System.EventHandler(this.tsbZoomIn_Click);
            this.tsbZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //	this.tsbZoomOut.Image = (Image)componentResourceManager.GetObject("tsbZoomOut.Image");
            this.tsbZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbZoomOut.Name          = "tsbZoomOut";
            this.tsbZoomOut.Size          = new System.Drawing.Size(23, 22);
            this.tsbZoomOut.Text          = "Zoom Out";
            this.tsbZoomOut.Click        += new System.EventHandler(this.tsbZoomOut_Click);
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            this.tsbLinear.Checked        = true;
            this.tsbLinear.CheckState     = System.Windows.Forms.CheckState.Checked;
            this.tsbLinear.DisplayStyle   = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //		this.tsbLinear.Image = (Image)componentResourceManager.GetObject("tsbLinear.Image");
            this.tsbLinear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbLinear.Name      = "tsbLinear";
            this.tsbLinear.Size      = new System.Drawing.Size(23, 22);
            this.tsbLinear.Text      = "Linear Scale";
            this.tsbLinear.Click    += new System.EventHandler(this.tsbLinear_Click);
            this.tsbLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //		this.tsbLog.Image = (Image)componentResourceManager.GetObject("tsbLog.Image");
            this.tsbLog.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbLog.Name              = "tsbLog";
            this.tsbLog.Size              = new System.Drawing.Size(23, 22);
            this.tsbLog.Text              = "Log Scale";
            this.tsbLog.Click            += new System.EventHandler(this.tsbLog_Click);
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            this.tsbTrailing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //		this.tsbTrailing.Image = (Image)componentResourceManager.GetObject("tsbTrailing.Image");
            this.tsbTrailing.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbTrailing.Name        = "tsbTrailing";
            this.tsbTrailing.Size        = new System.Drawing.Size(23, 22);
            this.tsbTrailing.Text        = "toolStripButton1";
            this.tsbTrailing.ToolTipText = "Trailing Mode";
            this.tsbTrailing.Click      += new System.EventHandler(this.tsbTrailing_Click);
            this.tsbFixed.DisplayStyle   = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //		this.tsbFixed.Image = (Image)componentResourceManager.GetObject("tsbFixed.Image");
            this.tsbFixed.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbFixed.Name            = "tsbFixed";
            this.tsbFixed.Size            = new System.Drawing.Size(23, 22);
            this.tsbFixed.Text            = "toolStripButton2";
            this.tsbFixed.ToolTipText     = "Fixed Mode";
            this.tsbFixed.Click          += new System.EventHandler(this.tsbFixed_Click);
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            this.tsbCandle.DisplayStyle   = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //		this.tsbCandle.Image = (Image)componentResourceManager.GetObject("tsbCandle.Image");
            this.tsbCandle.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbCandle.Name        = "tsbCandle";
            this.tsbCandle.Size        = new System.Drawing.Size(23, 22);
            this.tsbCandle.Text        = "toolStripButton1";
            this.tsbCandle.ToolTipText = "Candle";
            this.tsbCandle.Click      += new System.EventHandler(this.tsbCandle_Click);
            this.tsbBar.DisplayStyle   = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //	this.tsbBar.Image = (Image)componentResourceManager.GetObject("tsbBar.Image");
            this.tsbBar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbBar.Name          = "tsbBar";
            this.tsbBar.Size          = new System.Drawing.Size(23, 22);
            this.tsbBar.Text          = "toolStripButton2";
            this.tsbBar.ToolTipText   = "Bar";
            this.tsbBar.Click        += new System.EventHandler(this.tsbBar_Click);
            this.tsbLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbLine.Image = (Image)componentResourceManager.GetObject("tsbLine.Image");
            this.tsbLine.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbLine.Name             = "tsbLine";
            this.tsbLine.Size             = new System.Drawing.Size(23, 22);
            this.tsbLine.Text             = "toolStripButton3";
            this.tsbLine.ToolTipText      = "Line";
            this.tsbLine.Click           += new System.EventHandler(this.tsbLine_Click);
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            this.tsbDay.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //		this.tsbDay.Image = (Image)componentResourceManager.GetObject("tsbDay.Image");
            this.tsbDay.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbDay.Name          = "tsbDay";
            this.tsbDay.Size          = new System.Drawing.Size(23, 22);
            this.tsbDay.Text          = "Daily";
            this.tsbDay.Visible       = false;
            this.tsbDay.Click        += new System.EventHandler(this.tsbDay_Click);
            this.tsbWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //	this.tsbWeek.Image = (Image)componentResourceManager.GetObject("tsbWeek.Image");
            this.tsbWeek.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbWeek.Name          = "tsbWeek";
            this.tsbWeek.Size          = new System.Drawing.Size(23, 22);
            this.tsbWeek.Text          = "Weekly";
            this.tsbWeek.Visible       = false;
            this.tsbWeek.Click        += new System.EventHandler(this.tsbWeek_Click);
            this.tsbMonth.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //	this.tsbMonth.Image = (Image)componentResourceManager.GetObject("tsbMonth.Image");
            this.tsbMonth.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbMonth.Name        = "tsbMonth";
            this.tsbMonth.Size        = new System.Drawing.Size(23, 22);
            this.tsbMonth.Text        = "Monthly";
            this.tsbMonth.Visible     = false;
            this.tsbMonth.Click      += new System.EventHandler(this.tsbMonth_Click);
            this.tsbYear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            //		this.tsbYear.Image = (Image)componentResourceManager.GetObject("tsbYear.Image");
            this.tsbYear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbYear.Name              = "tsbYear";
            this.tsbYear.Size              = new System.Drawing.Size(23, 22);
            this.tsbYear.Text              = "Annual";
            this.tsbYear.Visible           = false;
            this.tsbYear.Click            += new System.EventHandler(this.tsbYear_Click);
            this.tsbTimeFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbTimeFrame.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
            {
                this.dailyToolStripMenuItem,
                this.weeklyToolStripMenuItem,
                this.monthlyToolStripMenuItem,
                this.annualToolStripMenuItem
            });
            //		this.tsbTimeFrame.Image = (Image)componentResourceManager.GetObject("tsbTimeFrame.Image");
            this.tsbTimeFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbTimeFrame.Name = "tsbTimeFrame";
            this.tsbTimeFrame.Size = new System.Drawing.Size(29, 22);
            this.tsbTimeFrame.Text = "Daily";
            //		this.dailyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("dailyToolStripMenuItem.Image");
            this.dailyToolStripMenuItem.Name   = "dailyToolStripMenuItem";
            this.dailyToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
            this.dailyToolStripMenuItem.Text   = "Daily";
            this.dailyToolStripMenuItem.Click += new System.EventHandler(this.tsbDay_Click);
            //		this.weeklyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("weeklyToolStripMenuItem.Image");
            this.weeklyToolStripMenuItem.Name   = "weeklyToolStripMenuItem";
            this.weeklyToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
            this.weeklyToolStripMenuItem.Text   = "Weekly";
            this.weeklyToolStripMenuItem.Click += new System.EventHandler(this.tsbWeek_Click);
            //		this.monthlyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("monthlyToolStripMenuItem.Image");
            this.monthlyToolStripMenuItem.Name   = "monthlyToolStripMenuItem";
            this.monthlyToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
            this.monthlyToolStripMenuItem.Text   = "Monthly";
            this.monthlyToolStripMenuItem.Click += new System.EventHandler(this.tsbMonth_Click);
            //		this.annualToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("annualToolStripMenuItem.Image");
            this.annualToolStripMenuItem.Name   = "annualToolStripMenuItem";
            this.annualToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
            this.annualToolStripMenuItem.Text   = "Annual";
            this.annualToolStripMenuItem.Click += new System.EventHandler(this.tsbYear_Click);
            this.tsbTemplate.DisplayStyle       = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbTemplate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
            {
                this.applyToolStripMenuItem,
                this.toolStripMenuItem1,
                this.saveToolStripMenuItem,
                this.toolStripMenuItem4,
                this.setAsDefaultTemplateToolStripMenuItem
            });
            this.tsbTemplate.Image = Properties.Resources.chart_templates;
            this.tsbTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbTemplate.Name = "tsbTemplate";
            this.tsbTemplate.Size = new System.Drawing.Size(29, 22);
            this.tsbTemplate.Text = "Templates";
            this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
            {
                this.emptyToolStripMenuItem,
                this.toolStripMenuItem2,
                this.defaultTemplateToolStripMenuItem,
                this.toolStripMenuItem3
            });
            this.applyToolStripMenuItem.Name             = "applyToolStripMenuItem";
            this.applyToolStripMenuItem.Size             = new System.Drawing.Size(198, 22);
            this.applyToolStripMenuItem.Text             = "Apply";
            this.applyToolStripMenuItem.DropDownOpening += new System.EventHandler(this.applyToolStripMenuItem_DropDownOpening);
            this.emptyToolStripMenuItem.Image            = Properties.Resources.chart_template_empty;
            this.emptyToolStripMenuItem.Name             = "emptyToolStripMenuItem";
            this.emptyToolStripMenuItem.Size             = new System.Drawing.Size(165, 22);
            this.emptyToolStripMenuItem.Text             = "Empty Template";
            this.emptyToolStripMenuItem.Click           += new System.EventHandler(this.emptyToolStripMenuItem_Click);
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(162, 6);
            this.defaultTemplateToolStripMenuItem.Image  = Properties.Resources.chart_template_default;
            this.defaultTemplateToolStripMenuItem.Name   = "defaultTemplateToolStripMenuItem";
            this.defaultTemplateToolStripMenuItem.Size   = new System.Drawing.Size(165, 22);
            this.defaultTemplateToolStripMenuItem.Text   = "Default Template";
            this.defaultTemplateToolStripMenuItem.Click += new System.EventHandler(this.defaultTemplateToolStripMenuItem_Click);
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(162, 6);
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(195, 6);
//			this.saveToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("saveToolStripMenuItem.Image");
            this.saveToolStripMenuItem.Name   = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size   = new System.Drawing.Size(198, 22);
            this.saveToolStripMenuItem.Text   = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            this.toolStripMenuItem4.Name      = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size      = new System.Drawing.Size(195, 6);
            this.setAsDefaultTemplateToolStripMenuItem.Image  = Properties.Resources.chart_template_default;
            this.setAsDefaultTemplateToolStripMenuItem.Name   = "setAsDefaultTemplateToolStripMenuItem";
            this.setAsDefaultTemplateToolStripMenuItem.Size   = new System.Drawing.Size(198, 22);
            this.setAsDefaultTemplateToolStripMenuItem.Text   = "Set as Default Template";
            this.setAsDefaultTemplateToolStripMenuItem.Click += new System.EventHandler(this.setAsDefaultTemplateToolStripMenuItem_Click);
            this.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
            {
                this.tsbCursor,
                this.tsbCrosshair,
                this.toolStripSeparator1,
                this.tsbZoomIn,
                this.tsbZoomOut,
                this.toolStripSeparator2,
                this.tsbLinear,
                this.tsbLog,
                this.toolStripSeparator3,
                this.tsbTrailing,
                this.tsbFixed,
                this.toolStripSeparator4,
                this.tsbCandle,
                this.tsbBar,
                this.tsbLine,
                this.toolStripSeparator5,
                this.tsbDay,
                this.tsbWeek,
                this.tsbMonth,
                this.tsbYear,
                this.tsbTimeFrame,
                this.tsbTemplate
            });
            this.Size = new System.Drawing.Size(469, 25);
            this.ResumeLayout(false);
        }
Beispiel #22
0
 private void InitializeComponent()
 {
     this.btnAccept           = new System.Windows.Forms.Button();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.tabControl1         = new System.Windows.Forms.TabControl();
     this.pageEditor          = new System.Windows.Forms.TabPage();
     this.txtNote             = new System.Windows.Forms.TextBox();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.btnBold             = new System.Windows.Forms.ToolStripButton();
     this.btnItalic           = new System.Windows.Forms.ToolStripButton();
     this.btnUnderline        = new System.Windows.Forms.ToolStripButton();
     this.btnURL              = new System.Windows.Forms.ToolStripButton();
     this.cmbSizes            = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.ddbtnActions        = new System.Windows.Forms.ToolStripDropDownButton();
     this.miSelectAndCopy     = new System.Windows.Forms.ToolStripMenuItem();
     this.miImport            = new System.Windows.Forms.ToolStripMenuItem();
     this.miExport            = new System.Windows.Forms.ToolStripMenuItem();
     this.miClear             = new System.Windows.Forms.ToolStripMenuItem();
     this.pagePreview         = new System.Windows.Forms.TabPage();
     this.hyperView1          = new GKUI.Components.HyperView();
     this.tabControl1.SuspendLayout();
     this.pageEditor.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.pagePreview.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAccept
     //
     this.btnAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAccept.Location   = new System.Drawing.Point(565, 406);
     this.btnAccept.Margin     = new System.Windows.Forms.Padding(10);
     this.btnAccept.Name       = "btnAccept";
     this.btnAccept.Size       = new System.Drawing.Size(101, 31);
     this.btnAccept.TabIndex   = 1;
     this.btnAccept.Text       = "btnAccept";
     this.btnAccept.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnAccept.Click     += new System.EventHandler(this.btnAccept_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location     = new System.Drawing.Point(686, 406);
     this.btnCancel.Margin       = new System.Windows.Forms.Padding(10);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(101, 31);
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "btnCancel";
     this.btnCancel.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.pageEditor);
     this.tabControl1.Controls.Add(this.pagePreview);
     this.tabControl1.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.tabControl1.Location              = new System.Drawing.Point(10, 10);
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.Size                  = new System.Drawing.Size(777, 383);
     this.tabControl1.TabIndex              = 3;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // pageEditor
     //
     this.pageEditor.BackColor = System.Drawing.SystemColors.Control;
     this.pageEditor.Controls.Add(this.txtNote);
     this.pageEditor.Controls.Add(this.toolStrip1);
     this.pageEditor.Location = new System.Drawing.Point(4, 26);
     this.pageEditor.Name     = "pageEditor";
     this.pageEditor.Padding  = new System.Windows.Forms.Padding(3);
     this.pageEditor.Size     = new System.Drawing.Size(769, 353);
     this.pageEditor.TabIndex = 0;
     this.pageEditor.Text     = "pageEditor";
     //
     // txtNote
     //
     this.txtNote.AcceptsReturn = true;
     this.txtNote.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.txtNote.Location      = new System.Drawing.Point(3, 31);
     this.txtNote.Margin        = new System.Windows.Forms.Padding(4);
     this.txtNote.Multiline     = true;
     this.txtNote.Name          = "txtNote";
     this.txtNote.ScrollBars    = System.Windows.Forms.ScrollBars.Both;
     this.txtNote.Size          = new System.Drawing.Size(763, 319);
     this.txtNote.TabIndex      = 1;
     //
     // toolStrip1
     //
     this.toolStrip1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnBold,
         this.btnItalic,
         this.btnUnderline,
         this.btnURL,
         this.cmbSizes,
         this.toolStripSeparator1,
         this.ddbtnActions
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 3);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(763, 28);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnBold
     //
     this.btnBold.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnBold.Font                  = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnBold.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBold.Name                  = "btnBold";
     this.btnBold.Size                  = new System.Drawing.Size(23, 25);
     this.btnBold.Text                  = "B";
     this.btnBold.Click                += new System.EventHandler(this.btnBold_Click);
     //
     // btnItalic
     //
     this.btnItalic.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnItalic.Font                  = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnItalic.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItalic.Name                  = "btnItalic";
     this.btnItalic.Size                  = new System.Drawing.Size(23, 25);
     this.btnItalic.Text                  = "I";
     this.btnItalic.Click                += new System.EventHandler(this.btnItalic_Click);
     //
     // btnUnderline
     //
     this.btnUnderline.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnUnderline.Font                  = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnUnderline.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnUnderline.Name                  = "btnUnderline";
     this.btnUnderline.Size                  = new System.Drawing.Size(23, 25);
     this.btnUnderline.Text                  = "U";
     this.btnUnderline.Click                += new System.EventHandler(this.btnUnderline_Click);
     //
     // btnURL
     //
     this.btnURL.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnURL.Font                  = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnURL.ForeColor             = System.Drawing.Color.Blue;
     this.btnURL.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnURL.Name                  = "btnURL";
     this.btnURL.Size                  = new System.Drawing.Size(38, 25);
     this.btnURL.Text                  = "URL";
     this.btnURL.Click                += new System.EventHandler(this.btnURL_Click);
     //
     // cmbSizes
     //
     this.cmbSizes.Name = "cmbSizes";
     this.cmbSizes.Size = new System.Drawing.Size(121, 28);
     this.cmbSizes.SelectedIndexChanged += new System.EventHandler(this.cmbSizes_SelectedIndexChanged);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28);
     //
     // ddbtnActions
     //
     this.ddbtnActions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.ddbtnActions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miSelectAndCopy,
         this.miImport,
         this.miExport,
         this.miClear
     });
     this.ddbtnActions.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ddbtnActions.Name = "ddbtnActions";
     this.ddbtnActions.Size = new System.Drawing.Size(67, 25);
     this.ddbtnActions.Text = "Actions";
     //
     // miSelectAndCopy
     //
     this.miSelectAndCopy.Name   = "miSelectAndCopy";
     this.miSelectAndCopy.Size   = new System.Drawing.Size(187, 22);
     this.miSelectAndCopy.Text   = "miSelectAndCopy";
     this.miSelectAndCopy.Click += new System.EventHandler(this.miSelectAndCopy_Click);
     //
     // miImport
     //
     this.miImport.Name   = "miImport";
     this.miImport.Size   = new System.Drawing.Size(187, 22);
     this.miImport.Text   = "miImport";
     this.miImport.Click += new System.EventHandler(this.miImport_Click);
     //
     // miExport
     //
     this.miExport.Name   = "miExport";
     this.miExport.Size   = new System.Drawing.Size(187, 22);
     this.miExport.Text   = "miExport";
     this.miExport.Click += new System.EventHandler(this.miExport_Click);
     //
     // miClear
     //
     this.miClear.Name   = "miClear";
     this.miClear.Size   = new System.Drawing.Size(187, 22);
     this.miClear.Text   = "miClear";
     this.miClear.Click += new System.EventHandler(this.miClear_Click);
     //
     // pagePreview
     //
     this.pagePreview.BackColor = System.Drawing.SystemColors.Control;
     this.pagePreview.Controls.Add(this.hyperView1);
     this.pagePreview.Location = new System.Drawing.Point(4, 26);
     this.pagePreview.Name     = "pagePreview";
     this.pagePreview.Padding  = new System.Windows.Forms.Padding(3);
     this.pagePreview.Size     = new System.Drawing.Size(769, 353);
     this.pagePreview.TabIndex = 1;
     this.pagePreview.Text     = "pagePreview";
     //
     // hyperView1
     //
     this.hyperView1.AutoScroll        = true;
     this.hyperView1.AutoScrollMinSize = new System.Drawing.Size(4, 0);
     this.hyperView1.BorderStyle       = System.Windows.Forms.BorderStyle.Fixed3D;
     this.hyperView1.BorderWidth       = 0;
     this.hyperView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.hyperView1.LinkColor = System.Drawing.Color.Blue;
     this.hyperView1.Location  = new System.Drawing.Point(3, 3);
     this.hyperView1.Name      = "hyperView1";
     this.hyperView1.Size      = new System.Drawing.Size(763, 347);
     this.hyperView1.TabIndex  = 0;
     this.hyperView1.TabStop   = true;
     //
     // NoteEditDlgEx
     //
     this.AcceptButton        = this.btnAccept;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(797, 457);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.btnAccept);
     this.Controls.Add(this.btnCancel);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NoteEditDlgEx";
     this.Padding         = new System.Windows.Forms.Padding(10);
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "NoteEditDlg";
     this.tabControl1.ResumeLayout(false);
     this.pageEditor.ResumeLayout(false);
     this.pageEditor.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.pagePreview.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstrumentListWindow));
            this.trvInstruments = new System.Windows.Forms.TreeView();
            this.images = new System.Windows.Forms.ImageList(this.components);
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.tsbGroup = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsbGroup_Alphabetically = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbGroup_ByCurrency = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbGroup_ByExchange = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbGroup_ByInstrumentType = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbGroup_ByMaturity = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbGroup_ByGroup = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbGroup_BySector = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbGroup_None = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbRefresh = new System.Windows.Forms.ToolStripButton();
            this.ctxInstruments = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.ctxInstruments_AddNew = new System.Windows.Forms.ToolStripMenuItem();
            this.tssInstruments_Chart = new System.Windows.Forms.ToolStripSeparator();
            this.ctxInstruments_Chart = new System.Windows.Forms.ToolStripMenuItem();
            this.tssInstruments_Data = new System.Windows.Forms.ToolStripSeparator();
            this.ctxInstruments_Data = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.ctxInstruments_Delete = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.ctxInstruments_Properties = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip.SuspendLayout();
            this.ctxInstruments.SuspendLayout();
            this.SuspendLayout();
            // 
            // trvInstruments
            // 
            this.trvInstruments.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trvInstruments.HideSelection = false;
            this.trvInstruments.ImageIndex = 0;
            this.trvInstruments.ImageList = this.images;
            this.trvInstruments.Location = new System.Drawing.Point(0, 25);
            this.trvInstruments.Name = "trvInstruments";
            this.trvInstruments.SelectedImageIndex = 0;
            this.trvInstruments.ShowNodeToolTips = true;
            this.trvInstruments.Size = new System.Drawing.Size(250, 375);
            this.trvInstruments.TabIndex = 0;
            this.trvInstruments.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.trvInstruments_AfterCollapse);
            this.trvInstruments.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.trvInstruments_AfterExpand);
            this.trvInstruments.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvInstruments_AfterSelect);
            this.trvInstruments.DoubleClick += new System.EventHandler(this.trvInstruments_DoubleClick);
            this.trvInstruments.KeyDown += new System.Windows.Forms.KeyEventHandler(this.trvInstruments_KeyDown);
            this.trvInstruments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trvInstruments_MouseDown);
            this.trvInstruments.MouseMove += new System.Windows.Forms.MouseEventHandler(this.trvInstruments_MouseMove);
            this.trvInstruments.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trvInstruments_MouseUp);
            // 
            // images
            // 
            this.images.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream")));
            this.images.TransparentColor = System.Drawing.Color.Transparent;
            this.images.Images.SetKeyName(0, "instrument_plain.png");
                this.images.Images.SetKeyName(1, "VSFolder_closed.png");
                this.images.Images.SetKeyName(2, "VSFolder_open.png");
            // 
            // toolStrip
            // 
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbGroup,
            this.tsbRefresh});
            this.toolStrip.Location = new System.Drawing.Point(0, 0);
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Size = new System.Drawing.Size(250, 25);
            this.toolStrip.TabIndex = 1;
            this.toolStrip.Text = "toolStrip1";
            // 
            // tsbGroup
            // 
            this.tsbGroup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbGroup_Alphabetically,
            this.toolStripSeparator1,
            this.tsbGroup_ByCurrency,
            this.tsbGroup_ByExchange,
            this.tsbGroup_ByInstrumentType,
            this.tsbGroup_ByMaturity,
            this.tsbGroup_ByGroup,
            this.tsbGroup_BySector,
            this.toolStripSeparator5,
            this.tsbGroup_None});
            this.tsbGroup.Image = global::OpenQuant.Shared.Properties.Resources.group;
            this.tsbGroup.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbGroup.Name = "tsbGroup";
            this.tsbGroup.Size = new System.Drawing.Size(29, 22);
            this.tsbGroup.ToolTipText = "Group Instruments";
            this.tsbGroup.DropDownOpening += new System.EventHandler(this.tsbGroup_DropDownOpening);
            // 
            // tsbGroup_Alphabetically
            // 
            this.tsbGroup_Alphabetically.Name = "tsbGroup_Alphabetically";
            this.tsbGroup_Alphabetically.Size = new System.Drawing.Size(177, 22);
            this.tsbGroup_Alphabetically.Text = "Alphabetically";
            this.tsbGroup_Alphabetically.Click += new System.EventHandler(this.tsbGroup_Alphabetically_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(174, 6);
            // 
            // tsbGroup_ByCurrency
            // 
            this.tsbGroup_ByCurrency.Name = "tsbGroup_ByCurrency";
            this.tsbGroup_ByCurrency.Size = new System.Drawing.Size(177, 22);
            this.tsbGroup_ByCurrency.Text = "By Currency";
            this.tsbGroup_ByCurrency.Click += new System.EventHandler(this.tsbGroup_ByCurrency_Click);
            // 
            // tsbGroup_ByExchange
            // 
            this.tsbGroup_ByExchange.Name = "tsbGroup_ByExchange";
            this.tsbGroup_ByExchange.Size = new System.Drawing.Size(177, 22);
            this.tsbGroup_ByExchange.Text = "By Exchange";
            this.tsbGroup_ByExchange.Click += new System.EventHandler(this.tsbGroup_ByExchange_Click);
            // 
            // tsbGroup_ByInstrumentType
            // 
            this.tsbGroup_ByInstrumentType.Name = "tsbGroup_ByInstrumentType";
            this.tsbGroup_ByInstrumentType.Size = new System.Drawing.Size(177, 22);
            this.tsbGroup_ByInstrumentType.Text = "By Instrument Type";
            this.tsbGroup_ByInstrumentType.Click += new System.EventHandler(this.tsbGroup_ByInstrumentType_Click);
            // 
            // tsbGroup_ByMaturity
            // 
            this.tsbGroup_ByMaturity.Name = "tsbGroup_ByMaturity";
            this.tsbGroup_ByMaturity.Size = new System.Drawing.Size(177, 22);
            this.tsbGroup_ByMaturity.Text = "By Maturity";
            this.tsbGroup_ByMaturity.Click += new System.EventHandler(this.tsbGroup_ByMaturity_Click);
            // 
            // tsbGroup_ByGroup
            // 
            this.tsbGroup_ByGroup.Name = "tsbGroup_ByGroup";
            this.tsbGroup_ByGroup.Size = new System.Drawing.Size(177, 22);
            this.tsbGroup_ByGroup.Text = "By Industry Group";
            this.tsbGroup_ByGroup.Click += new System.EventHandler(this.tsbGroup_ByGroup_Click);
            // 
            // tsbGroup_BySector
            // 
            this.tsbGroup_BySector.Name = "tsbGroup_BySector";
            this.tsbGroup_BySector.Size = new System.Drawing.Size(177, 22);
            this.tsbGroup_BySector.Text = "By Industry Sector";
            this.tsbGroup_BySector.Click += new System.EventHandler(this.tsbGroup_BySector_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(174, 6);
            // 
            // tsbGroup_None
            // 
            this.tsbGroup_None.Name = "tsbGroup_None";
            this.tsbGroup_None.Size = new System.Drawing.Size(177, 22);
            this.tsbGroup_None.Text = "No Group";
            this.tsbGroup_None.Click += new System.EventHandler(this.tsbGroup_None_Click);
            // 
            // tsbRefresh
            // 
            this.tsbRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbRefresh.Image = global::OpenQuant.Shared.Properties.Resources.refresh;
            this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbRefresh.Name = "tsbRefresh";
            this.tsbRefresh.Size = new System.Drawing.Size(23, 22);
            this.tsbRefresh.ToolTipText = "Refresh Instruments";
            this.tsbRefresh.Click += new System.EventHandler(this.tsbRefresh_Click);
            // 
            // ctxInstruments
            // 
            this.ctxInstruments.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ctxInstruments_AddNew,
            this.tssInstruments_Chart,
            this.ctxInstruments_Chart,
            this.tssInstruments_Data,
            this.ctxInstruments_Data,
            this.toolStripSeparator3,
            this.ctxInstruments_Delete,
            this.toolStripSeparator2,
            this.ctxInstruments_Properties});
            this.ctxInstruments.Name = "ctxInstruments";
            this.ctxInstruments.Size = new System.Drawing.Size(133, 138);
            this.ctxInstruments.Opening += new System.ComponentModel.CancelEventHandler(this.ctxInstruments_Opening);
            // 
            // ctxInstruments_AddNew
            // 
            this.ctxInstruments_AddNew.Image = global::OpenQuant.Shared.Properties.Resources.instrument;
            this.ctxInstruments_AddNew.Name = "ctxInstruments_AddNew";
            this.ctxInstruments_AddNew.Size = new System.Drawing.Size(132, 22);
            this.ctxInstruments_AddNew.Text = "Add New...";
            this.ctxInstruments_AddNew.Click += new System.EventHandler(this.ctxInstruments_AddNew_Click);
            // 
            // tssInstruments_Chart
            // 
            this.tssInstruments_Chart.Name = "tssInstruments_Chart";
            this.tssInstruments_Chart.Size = new System.Drawing.Size(129, 6);
            // 
            // ctxInstruments_Chart
            // 
            this.ctxInstruments_Chart.Image = global::OpenQuant.Shared.Properties.Resources.chart;
            this.ctxInstruments_Chart.Name = "ctxInstruments_Chart";
            this.ctxInstruments_Chart.Size = new System.Drawing.Size(132, 22);
            this.ctxInstruments_Chart.Text = "Chart";
            this.ctxInstruments_Chart.Click += new System.EventHandler(this.ctxInstruments_Chart_Click);
            // 
            // tssInstruments_Data
            // 
            this.tssInstruments_Data.Name = "tssInstruments_Data";
            this.tssInstruments_Data.Size = new System.Drawing.Size(129, 6);
            // 
            // ctxInstruments_Data
            // 
            this.ctxInstruments_Data.Image = global::OpenQuant.Shared.Properties.Resources.data;
            this.ctxInstruments_Data.Name = "ctxInstruments_Data";
            this.ctxInstruments_Data.Size = new System.Drawing.Size(132, 22);
            this.ctxInstruments_Data.Text = "Data";
            this.ctxInstruments_Data.Click += new System.EventHandler(this.ctxInstruments_Data_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(129, 6);
            // 
            // ctxInstruments_Delete
            // 
            this.ctxInstruments_Delete.Image = global::OpenQuant.Shared.Properties.Resources.delete;
            this.ctxInstruments_Delete.Name = "ctxInstruments_Delete";
            this.ctxInstruments_Delete.Size = new System.Drawing.Size(132, 22);
            this.ctxInstruments_Delete.Text = "Delete";
            this.ctxInstruments_Delete.Click += new System.EventHandler(this.ctxInstruments_Delete_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(129, 6);
            // 
            // ctxInstruments_Properties
            // 
            this.ctxInstruments_Properties.Image = global::OpenQuant.Shared.Properties.Resources.properties;
            this.ctxInstruments_Properties.Name = "ctxInstruments_Properties";
            this.ctxInstruments_Properties.Size = new System.Drawing.Size(132, 22);
            this.ctxInstruments_Properties.Text = "Properties";
            this.ctxInstruments_Properties.Click += new System.EventHandler(this.ctxInstruments_Properties_Click);
            // 
            // InstrumentListWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ContextMenuStrip = this.ctxInstruments;
            this.Controls.Add(this.trvInstruments);
            this.Controls.Add(this.toolStrip);
            this.Name = "InstrumentListWindow";
            this.TabImage = global::OpenQuant.Shared.Properties.Resources.instrument;
            this.Text = "Instruments";
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.ctxInstruments.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #24
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(FormFullJournal));
     this.panel1                                 = new System.Windows.Forms.Panel();
     this.dateTimePicker2                        = new System.Windows.Forms.DateTimePicker();
     this.label2                                 = new System.Windows.Forms.Label();
     this.label1                                 = new System.Windows.Forms.Label();
     this.dateButton                             = new System.Windows.Forms.Button();
     this.buttonClose                            = new System.Windows.Forms.Button();
     this.dateTimePicker1                        = new System.Windows.Forms.DateTimePicker();
     this.panel2                                 = new System.Windows.Forms.Panel();
     this.toolStrip1                             = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1               = new System.Windows.Forms.ToolStripDropDownButton();
     this.заказToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.планЗакупокToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripButton2                       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3                       = new System.Windows.Forms.ToolStripButton();
     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.columnHeader9                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8                          = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1                      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.создатьДокументToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.заказToolStripMenuItem1                = 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.toolStripSeparator1                    = new System.Windows.Forms.ToolStripSeparator();
     this.вводНаОснованииToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.заказToolStripMenuItem2                = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                    = 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.dateTimePicker2);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.dateButton);
     this.panel1.Controls.Add(this.buttonClose);
     this.panel1.Controls.Add(this.dateTimePicker1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 467);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(897, 45);
     this.panel1.TabIndex = 3;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.dateTimePicker2.CustomFormat = "dd.MM.yyyy";
     this.dateTimePicker2.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location     = new System.Drawing.Point(221, 12);
     this.dateTimePicker2.Name         = "dateTimePicker2";
     this.dateTimePicker2.Size         = new System.Drawing.Size(96, 20);
     this.dateTimePicker2.TabIndex     = 18;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location  = new System.Drawing.Point(194, 13);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 23);
     this.label2.TabIndex  = 21;
     this.label2.Text      = "по";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Image      = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Location   = new System.Drawing.Point(12, 13);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(74, 23);
     this.label1.TabIndex   = 20;
     this.label1.Text       = "Период с";
     this.label1.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dateButton
     //
     this.dateButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.dateButton.Image     = ((System.Drawing.Image)(resources.GetObject("dateButton.Image")));
     this.dateButton.Location  = new System.Drawing.Point(323, 10);
     this.dateButton.Name      = "dateButton";
     this.dateButton.Size      = new System.Drawing.Size(25, 23);
     this.dateButton.TabIndex  = 19;
     this.dateButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.dateButton.UseVisualStyleBackColor = true;
     this.dateButton.Click += new System.EventHandler(this.DateButtonClick);
     //
     // 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(810, 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);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.dateTimePicker1.CustomFormat = "dd.MM.yyyy";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(92, 13);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(96, 20);
     this.dateTimePicker1.TabIndex     = 16;
     //
     // 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(897, 25);
     this.panel2.TabIndex = 4;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         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(897, 25);
     this.toolStrip1.TabIndex    = 25;
     this.toolStrip1.Text        = "toolStrip1";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.заказToolStripMenuItem,
         this.планЗакупокToolStripMenuItem
     });
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
     this.toolStripDropDownButton1.Text = "Создать документ";
     //
     // заказToolStripMenuItem
     //
     this.заказToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("заказToolStripMenuItem.Image")));
     this.заказToolStripMenuItem.Name   = "заказToolStripMenuItem";
     this.заказToolStripMenuItem.Size   = new System.Drawing.Size(149, 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(149, 22);
     this.планЗакупокToolStripMenuItem.Text   = "План закупок";
     this.планЗакупокToolStripMenuItem.Click += new System.EventHandler(this.ПланЗакупокToolStripMenuItemClick);
     //
     // 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   = "Редактировать документ";
     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, 22);
     this.toolStripButton3.Text   = "Удалить документ";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBox1.Name      = "toolStripComboBox1";
     this.toolStripComboBox1.Size      = new System.Drawing.Size(200, 25);
     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, 22);
     this.toolStripButton9.Text   = "Поиск";
     this.toolStripButton9.Click += new System.EventHandler(this.ToolStripButton9Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // 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, 22);
     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(897, 442);
     this.panel3.TabIndex = 5;
     //
     // 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.columnHeader9,
         this.columnHeader7,
         this.columnHeader8
     });
     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(897, 442);
     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;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Дата:";
     this.columnHeader2.Width = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Номер документа:";
     this.columnHeader3.Width = 150;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Документ:";
     this.columnHeader4.Width = 200;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Всего:";
     this.columnHeader5.Width = 150;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Контрагент";
     this.columnHeader6.Width = 150;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "Документ ПЗ";
     this.columnHeader9.Width = 100;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Автор";
     this.columnHeader7.Width = 100;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "№";
     this.columnHeader8.Width = 0;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.создатьДокументToolStripMenuItem,
         this.редактироватьДокументToolStripMenuItem,
         this.удалитьДокументToolStripMenuItem,
         this.toolStripSeparator1,
         this.вводНаОснованииToolStripMenuItem,
         this.toolStripSeparator2,
         this.обновитьToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(210, 148);
     //
     // создатьДокументToolStripMenuItem
     //
     this.создатьДокументToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.заказToolStripMenuItem1,
         this.планЗакупокToolStripMenuItem1
     });
     this.создатьДокументToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("создатьДокументToolStripMenuItem.Image")));
     this.создатьДокументToolStripMenuItem.Name  = "создатьДокументToolStripMenuItem";
     this.создатьДокументToolStripMenuItem.Size  = new System.Drawing.Size(209, 22);
     this.создатьДокументToolStripMenuItem.Text  = "Создать документ";
     //
     // заказToolStripMenuItem1
     //
     this.заказToolStripMenuItem1.Image  = ((System.Drawing.Image)(resources.GetObject("заказToolStripMenuItem1.Image")));
     this.заказToolStripMenuItem1.Name   = "заказToolStripMenuItem1";
     this.заказToolStripMenuItem1.Size   = new System.Drawing.Size(149, 22);
     this.заказToolStripMenuItem1.Text   = "Заказ";
     this.заказToolStripMenuItem1.Click += new System.EventHandler(this.ЗаказToolStripMenuItem1Click);
     //
     // планЗакупокToolStripMenuItem1
     //
     this.планЗакупокToolStripMenuItem1.Image  = ((System.Drawing.Image)(resources.GetObject("планЗакупокToolStripMenuItem1.Image")));
     this.планЗакупокToolStripMenuItem1.Name   = "планЗакупокToolStripMenuItem1";
     this.планЗакупокToolStripMenuItem1.Size   = new System.Drawing.Size(149, 22);
     this.планЗакупокToolStripMenuItem1.Text   = "План закупок";
     this.планЗакупокToolStripMenuItem1.Click += new System.EventHandler(this.ПланЗакупокToolStripMenuItem1Click);
     //
     // редактироватьДокументToolStripMenuItem
     //
     this.редактироватьДокументToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("редактироватьДокументToolStripMenuItem.Image")));
     this.редактироватьДокументToolStripMenuItem.Name   = "редактироватьДокументToolStripMenuItem";
     this.редактироватьДокументToolStripMenuItem.Size   = new System.Drawing.Size(209, 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(209, 22);
     this.удалитьДокументToolStripMenuItem.Text   = "Удалить документ";
     this.удалитьДокументToolStripMenuItem.Click += new System.EventHandler(this.УдалитьДокументToolStripMenuItemClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(206, 6);
     //
     // вводНаОснованииToolStripMenuItem
     //
     this.вводНаОснованииToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.заказToolStripMenuItem2
     });
     this.вводНаОснованииToolStripMenuItem.Name = "вводНаОснованииToolStripMenuItem";
     this.вводНаОснованииToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
     this.вводНаОснованииToolStripMenuItem.Text = "Ввод на основании";
     //
     // заказToolStripMenuItem2
     //
     this.заказToolStripMenuItem2.Image  = ((System.Drawing.Image)(resources.GetObject("заказToolStripMenuItem2.Image")));
     this.заказToolStripMenuItem2.Name   = "заказToolStripMenuItem2";
     this.заказToolStripMenuItem2.Size   = new System.Drawing.Size(104, 22);
     this.заказToolStripMenuItem2.Text   = "Заказ";
     this.заказToolStripMenuItem2.Click += new System.EventHandler(this.ЗаказToolStripMenuItem2Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(206, 6);
     //
     // обновитьToolStripMenuItem
     //
     this.обновитьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("обновитьToolStripMenuItem.Image")));
     this.обновитьToolStripMenuItem.Name   = "обновитьToolStripMenuItem";
     this.обновитьToolStripMenuItem.Size   = new System.Drawing.Size(209, 22);
     this.обновитьToolStripMenuItem.Text   = "Обновить";
     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, "page_white_text.png");
     this.imageList1.Images.SetKeyName(1, "plan2.png");
     //
     // FormFullJournal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(897, 512);
     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        = "FormFullJournal";
     this.Text        = "Полный журнал документов";
     this.Activated  += new System.EventHandler(this.FormFullJournalActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormFullJournalFormClosed);
     this.Load       += new System.EventHandler(this.FormFullJournalLoad);
     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);
 }
 /// <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(ScatterPlotViewer));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.modeDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.zoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.propertiesButton = new System.Windows.Forms.ToolStripButton();
     this.zoomInButton = new System.Windows.Forms.ToolStripButton();
     this.zoomOutButton = new System.Windows.Forms.ToolStripButton();
     this.zoomOutHorizontalButton = new System.Windows.Forms.ToolStripButton();
     this.zoomOutVerticalButton = new System.Windows.Forms.ToolStripButton();
     this.fullRangesButton = new System.Windows.Forms.ToolStripButton();
     this.moveUpButton = new System.Windows.Forms.ToolStripButton();
     this.moveDownButton = new System.Windows.Forms.ToolStripButton();
     this.moveLeftButton = new System.Windows.Forms.ToolStripButton();
     this.moveRightButton = new System.Windows.Forms.ToolStripButton();
     this.saveAsButton = new System.Windows.Forms.ToolStripButton();
     this.sizeLabel = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.modeDropDownButton,
     this.propertiesButton,
     this.zoomInButton,
     this.zoomOutButton,
     this.zoomOutHorizontalButton,
     this.zoomOutVerticalButton,
     this.fullRangesButton,
     this.moveUpButton,
     this.moveDownButton,
     this.moveLeftButton,
     this.moveRightButton,
     this.saveAsButton,
     this.sizeLabel});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(714, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // modeDropDownButton
     //
     this.modeDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.modeDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.zoomToolStripMenuItem,
     this.selectToolStripMenuItem});
     this.modeDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("modeDropDownButton.Image")));
     this.modeDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.modeDropDownButton.Name = "modeDropDownButton";
     this.modeDropDownButton.Size = new System.Drawing.Size(29, 22);
     this.modeDropDownButton.Text = "Mode";
     //
     // zoomToolStripMenuItem
     //
     this.zoomToolStripMenuItem.Checked = true;
     this.zoomToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.zoomToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("zoomToolStripMenuItem.Image")));
     this.zoomToolStripMenuItem.Name = "zoomToolStripMenuItem";
     this.zoomToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
     this.zoomToolStripMenuItem.Text = "Zoom";
     this.zoomToolStripMenuItem.Click += new System.EventHandler(this.ZoomToolStripMenuItemClick);
     //
     // selectToolStripMenuItem
     //
     this.selectToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("selectToolStripMenuItem.Image")));
     this.selectToolStripMenuItem.Name = "selectToolStripMenuItem";
     this.selectToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
     this.selectToolStripMenuItem.Text = "Select";
     this.selectToolStripMenuItem.Click += new System.EventHandler(this.SelectToolStripMenuItemClick);
     //
     // propertiesButton
     //
     this.propertiesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     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(23, 22);
     this.propertiesButton.Text = "Configure";
     this.propertiesButton.Click += new System.EventHandler(this.ConfigureButtonClick);
     //
     // zoomInButton
     //
     this.zoomInButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomInButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomInButton.Image")));
     this.zoomInButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     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.ZoomInButtonClick);
     //
     // zoomOutButton
     //
     this.zoomOutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomOutButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomOutButton.Image")));
     this.zoomOutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     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.ZoomOutButtonClick);
     //
     // zoomOutHorizontalButton
     //
     this.zoomOutHorizontalButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomOutHorizontalButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomOutHorizontalButton.Image")));
     this.zoomOutHorizontalButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomOutHorizontalButton.Name = "zoomOutHorizontalButton";
     this.zoomOutHorizontalButton.Size = new System.Drawing.Size(23, 22);
     this.zoomOutHorizontalButton.Text = "Zoom out horiz.";
     this.zoomOutHorizontalButton.Click += new System.EventHandler(this.ZoomOutHorizontalButtonClick);
     //
     // zoomOutVerticalButton
     //
     this.zoomOutVerticalButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomOutVerticalButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomOutVerticalButton.Image")));
     this.zoomOutVerticalButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomOutVerticalButton.Name = "zoomOutVerticalButton";
     this.zoomOutVerticalButton.Size = new System.Drawing.Size(23, 22);
     this.zoomOutVerticalButton.Text = "Zoom out vert.";
     this.zoomOutVerticalButton.Click += new System.EventHandler(this.ZoomOutVerticalButtonClick);
     //
     // fullRangesButton
     //
     this.fullRangesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.fullRangesButton.Image = ((System.Drawing.Image)(resources.GetObject("fullRangesButton.Image")));
     this.fullRangesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.fullRangesButton.Name = "fullRangesButton";
     this.fullRangesButton.Size = new System.Drawing.Size(23, 22);
     this.fullRangesButton.Text = "Full ranges";
     this.fullRangesButton.Click += new System.EventHandler(this.FullRangesButtonClick);
     //
     // moveUpButton
     //
     this.moveUpButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.moveUpButton.Image = ((System.Drawing.Image)(resources.GetObject("moveUpButton.Image")));
     this.moveUpButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.moveUpButton.Name = "moveUpButton";
     this.moveUpButton.Size = new System.Drawing.Size(23, 22);
     this.moveUpButton.Text = "Move up";
     this.moveUpButton.Click += new System.EventHandler(this.MoveUpButtonClick);
     //
     // moveDownButton
     //
     this.moveDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.moveDownButton.Image = ((System.Drawing.Image)(resources.GetObject("moveDownButton.Image")));
     this.moveDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.moveDownButton.Name = "moveDownButton";
     this.moveDownButton.Size = new System.Drawing.Size(23, 22);
     this.moveDownButton.Text = "Move down";
     this.moveDownButton.Click += new System.EventHandler(this.MoveDownButtonClick);
     //
     // moveLeftButton
     //
     this.moveLeftButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.moveLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("moveLeftButton.Image")));
     this.moveLeftButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.moveLeftButton.Name = "moveLeftButton";
     this.moveLeftButton.Size = new System.Drawing.Size(23, 22);
     this.moveLeftButton.Text = "Move left";
     this.moveLeftButton.Click += new System.EventHandler(this.MoveLeftButtonClick);
     //
     // moveRightButton
     //
     this.moveRightButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.moveRightButton.Image = ((System.Drawing.Image)(resources.GetObject("moveRightButton.Image")));
     this.moveRightButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.moveRightButton.Name = "moveRightButton";
     this.moveRightButton.Size = new System.Drawing.Size(23, 22);
     this.moveRightButton.Text = "Move right";
     this.moveRightButton.Click += new System.EventHandler(this.MoveRightButtonClick);
     //
     // saveAsButton
     //
     this.saveAsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveAsButton.Image = ((System.Drawing.Image)(resources.GetObject("saveAsButton.Image")));
     this.saveAsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveAsButton.Name = "saveAsButton";
     this.saveAsButton.Size = new System.Drawing.Size(23, 22);
     this.saveAsButton.Text = "Export image";
     this.saveAsButton.Click += new System.EventHandler(this.SaveAsButtonClick);
     //
     // sizeLabel
     //
     this.sizeLabel.Name = "sizeLabel";
     this.sizeLabel.Size = new System.Drawing.Size(0, 22);
     //
     // PlaneViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Name = "";
     this.Size = new System.Drawing.Size(714, 695);
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.TabCon = new System.Windows.Forms.TabControl();
     this.CodesTab = new System.Windows.Forms.TabPage();
     this.cbCodes = new System.Windows.Forms.RichTextBox();
     this.cbSaveAll = new System.Windows.Forms.Button();
     this.cbSaveAs = new System.Windows.Forms.Button();
     this.cbImport = new System.Windows.Forms.Button();
     this.cbSave = new System.Windows.Forms.Button();
     this.cbRemove = new System.Windows.Forms.Button();
     this.cbAdd = new System.Windows.Forms.Button();
     this.cbWrite = new System.Windows.Forms.Button();
     this.cbState = new System.Windows.Forms.CheckBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cbName = new System.Windows.Forms.TextBox();
     this.cbList = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SearchTab = new System.Windows.Forms.TabPage();
     this.saveSRes = new System.Windows.Forms.Button();
     this.loadSRes = new System.Windows.Forms.Button();
     this.schVal2 = new System.Windows.Forms.TextBox();
     this.DumpMem = new System.Windows.Forms.Button();
     this.compBox = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.SchPWS = new System.Windows.Forms.CheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.schProg = new System.Windows.Forms.ProgressBar();
     this.SchHexCheck = new System.Windows.Forms.CheckBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cbSchAlign = new System.Windows.Forms.ComboBox();
     this.SchRef = new System.Windows.Forms.Button();
     this.lvSch = new System.Windows.Forms.ListView();
     this.lvSchAddr = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvSchValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvSchDec = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvSchAlign = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.schNSearch = new System.Windows.Forms.Button();
     this.schVal = new System.Windows.Forms.TextBox();
     this.schRange2 = new System.Windows.Forms.TextBox();
     this.schRange1 = new System.Windows.Forms.TextBox();
     this.schSearch = new System.Windows.Forms.Button();
     this.RangeTab = new System.Windows.Forms.TabPage();
     this.recRangeBox = new System.Windows.Forms.ListView();
     this.colFileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label3 = new System.Windows.Forms.Label();
     this.RangeDown = new System.Windows.Forms.Button();
     this.RangeUp = new System.Windows.Forms.Button();
     this.RemoveRange = new System.Windows.Forms.Button();
     this.AddRange = new System.Windows.Forms.Button();
     this.SaveRange = new System.Windows.Forms.Button();
     this.ImportRange = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.rangeView = new System.Windows.Forms.ListView();
     this.StartAddr = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.EndAddr = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.pluginTab = new System.Windows.Forms.TabPage();
     this.plugIcon = new System.Windows.Forms.PictureBox();
     this.descPlugDesc = new System.Windows.Forms.Label();
     this.descPlugVer = new System.Windows.Forms.Label();
     this.descPlugAuth = new System.Windows.Forms.Label();
     this.descPlugName = new System.Windows.Forms.Label();
     this.pluginList = new System.Windows.Forms.ListBox();
     this.ps3Disc = new System.Windows.Forms.Button();
     this.attachProcessButton = new System.Windows.Forms.Button();
     this.connectButton = new System.Windows.Forms.Button();
     this.refPlugin = new System.Windows.Forms.Button();
     this.optButton = new System.Windows.Forms.Button();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.statusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadPluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.shutdownPS3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.disconnectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.attachToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshFromPS3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshFromDumptxtToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.TabCon.SuspendLayout();
     this.CodesTab.SuspendLayout();
     this.SearchTab.SuspendLayout();
     this.RangeTab.SuspendLayout();
     this.pluginTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.plugIcon)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // TabCon
     //
     this.TabCon.Controls.Add(this.CodesTab);
     this.TabCon.Controls.Add(this.SearchTab);
     this.TabCon.Controls.Add(this.RangeTab);
     this.TabCon.Controls.Add(this.pluginTab);
     this.TabCon.Location = new System.Drawing.Point(12, 42);
     this.TabCon.Name = "TabCon";
     this.TabCon.SelectedIndex = 0;
     this.TabCon.Size = new System.Drawing.Size(461, 393);
     this.TabCon.TabIndex = 0;
     this.TabCon.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TabCon_KeyUp);
     //
     // CodesTab
     //
     this.CodesTab.AutoScroll = true;
     this.CodesTab.BackColor = System.Drawing.Color.Black;
     this.CodesTab.Controls.Add(this.cbCodes);
     this.CodesTab.Controls.Add(this.cbSaveAll);
     this.CodesTab.Controls.Add(this.cbSaveAs);
     this.CodesTab.Controls.Add(this.cbImport);
     this.CodesTab.Controls.Add(this.cbSave);
     this.CodesTab.Controls.Add(this.cbRemove);
     this.CodesTab.Controls.Add(this.cbAdd);
     this.CodesTab.Controls.Add(this.cbWrite);
     this.CodesTab.Controls.Add(this.cbState);
     this.CodesTab.Controls.Add(this.label5);
     this.CodesTab.Controls.Add(this.cbName);
     this.CodesTab.Controls.Add(this.cbList);
     this.CodesTab.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.CodesTab.Location = new System.Drawing.Point(4, 22);
     this.CodesTab.Name = "CodesTab";
     this.CodesTab.Padding = new System.Windows.Forms.Padding(3);
     this.CodesTab.Size = new System.Drawing.Size(453, 367);
     this.CodesTab.TabIndex = 0;
     this.CodesTab.Text = "Codes";
     //
     // cbCodes
     //
     this.cbCodes.BackColor = System.Drawing.Color.Black;
     this.cbCodes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cbCodes.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbCodes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.cbCodes.Location = new System.Drawing.Point(265, 79);
     this.cbCodes.Name = "cbCodes";
     this.cbCodes.Size = new System.Drawing.Size(179, 225);
     this.cbCodes.TabIndex = 32;
     this.cbCodes.Text = "";
     this.cbCodes.TextChanged += new System.EventHandler(this.cbCodes_TextChanged);
     this.cbCodes.KeyUp += new System.Windows.Forms.KeyEventHandler(this.cbCodes_KeyUp);
     //
     // cbSaveAll
     //
     this.cbSaveAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbSaveAll.Location = new System.Drawing.Point(77, 337);
     this.cbSaveAll.Name = "cbSaveAll";
     this.cbSaveAll.Size = new System.Drawing.Size(65, 21);
     this.cbSaveAll.TabIndex = 31;
     this.cbSaveAll.Text = "Save All";
     this.cbSaveAll.UseVisualStyleBackColor = true;
     this.cbSaveAll.Click += new System.EventHandler(this.cbSaveAll_Click);
     //
     // cbSaveAs
     //
     this.cbSaveAs.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbSaveAs.Location = new System.Drawing.Point(6, 337);
     this.cbSaveAs.Name = "cbSaveAs";
     this.cbSaveAs.Size = new System.Drawing.Size(65, 21);
     this.cbSaveAs.TabIndex = 30;
     this.cbSaveAs.Text = "Save As";
     this.cbSaveAs.UseVisualStyleBackColor = true;
     this.cbSaveAs.Click += new System.EventHandler(this.cbSaveAs_Click);
     //
     // cbImport
     //
     this.cbImport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbImport.Location = new System.Drawing.Point(148, 310);
     this.cbImport.Name = "cbImport";
     this.cbImport.Size = new System.Drawing.Size(65, 21);
     this.cbImport.TabIndex = 29;
     this.cbImport.Text = "Import";
     this.cbImport.UseVisualStyleBackColor = true;
     this.cbImport.Click += new System.EventHandler(this.cbImport_Click);
     //
     // cbSave
     //
     this.cbSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbSave.Location = new System.Drawing.Point(148, 337);
     this.cbSave.Name = "cbSave";
     this.cbSave.Size = new System.Drawing.Size(65, 21);
     this.cbSave.TabIndex = 28;
     this.cbSave.Text = "Save";
     this.cbSave.UseVisualStyleBackColor = true;
     this.cbSave.Click += new System.EventHandler(this.cbSave_Click);
     //
     // cbRemove
     //
     this.cbRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbRemove.Location = new System.Drawing.Point(77, 310);
     this.cbRemove.Name = "cbRemove";
     this.cbRemove.Size = new System.Drawing.Size(65, 21);
     this.cbRemove.TabIndex = 26;
     this.cbRemove.Text = "Remove";
     this.cbRemove.UseVisualStyleBackColor = true;
     this.cbRemove.Click += new System.EventHandler(this.cbRemove_Click);
     //
     // cbAdd
     //
     this.cbAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbAdd.Location = new System.Drawing.Point(6, 310);
     this.cbAdd.Name = "cbAdd";
     this.cbAdd.Size = new System.Drawing.Size(65, 21);
     this.cbAdd.TabIndex = 25;
     this.cbAdd.Text = "Add";
     this.cbAdd.UseVisualStyleBackColor = true;
     this.cbAdd.Click += new System.EventHandler(this.cbAdd_Click);
     //
     // cbWrite
     //
     this.cbWrite.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbWrite.Location = new System.Drawing.Point(265, 319);
     this.cbWrite.Name = "cbWrite";
     this.cbWrite.Size = new System.Drawing.Size(180, 23);
     this.cbWrite.TabIndex = 24;
     this.cbWrite.Text = "Write";
     this.cbWrite.UseVisualStyleBackColor = true;
     this.cbWrite.Click += new System.EventHandler(this.cbWrite_Click);
     //
     // cbState
     //
     this.cbState.Location = new System.Drawing.Point(265, 55);
     this.cbState.Name = "cbState";
     this.cbState.Size = new System.Drawing.Size(180, 17);
     this.cbState.TabIndex = 23;
     this.cbState.Text = "Constant Write";
     this.cbState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.cbState.UseVisualStyleBackColor = true;
     this.cbState.CheckedChanged += new System.EventHandler(this.cbState_CheckedChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(265, 6);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(181, 20);
     this.label5.TabIndex = 22;
     this.label5.Text = "Name of code";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // cbName
     //
     this.cbName.BackColor = System.Drawing.Color.Black;
     this.cbName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cbName.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.cbName.Location = new System.Drawing.Point(265, 29);
     this.cbName.Name = "cbName";
     this.cbName.Size = new System.Drawing.Size(181, 20);
     this.cbName.TabIndex = 21;
     this.cbName.TextChanged += new System.EventHandler(this.cbName_TextChanged);
     //
     // cbList
     //
     this.cbList.BackColor = System.Drawing.Color.Black;
     this.cbList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cbList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1});
     this.cbList.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.cbList.FullRowSelect = true;
     this.cbList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.cbList.HideSelection = false;
     this.cbList.LabelWrap = false;
     this.cbList.Location = new System.Drawing.Point(6, 6);
     this.cbList.Name = "cbList";
     this.cbList.Size = new System.Drawing.Size(207, 298);
     this.cbList.TabIndex = 20;
     this.cbList.UseCompatibleStateImageBehavior = false;
     this.cbList.View = System.Windows.Forms.View.Details;
     this.cbList.SelectedIndexChanged += new System.EventHandler(this.cbList_SelectedIndexChanged);
     this.cbList.DoubleClick += new System.EventHandler(this.cbList_DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Codes";
     this.columnHeader1.Width = 150;
     //
     // SearchTab
     //
     this.SearchTab.AutoScroll = true;
     this.SearchTab.BackColor = System.Drawing.Color.Black;
     this.SearchTab.Controls.Add(this.saveSRes);
     this.SearchTab.Controls.Add(this.loadSRes);
     this.SearchTab.Controls.Add(this.schVal2);
     this.SearchTab.Controls.Add(this.DumpMem);
     this.SearchTab.Controls.Add(this.compBox);
     this.SearchTab.Controls.Add(this.label8);
     this.SearchTab.Controls.Add(this.SchPWS);
     this.SearchTab.Controls.Add(this.label6);
     this.SearchTab.Controls.Add(this.label7);
     this.SearchTab.Controls.Add(this.schProg);
     this.SearchTab.Controls.Add(this.SchHexCheck);
     this.SearchTab.Controls.Add(this.label9);
     this.SearchTab.Controls.Add(this.cbSchAlign);
     this.SearchTab.Controls.Add(this.SchRef);
     this.SearchTab.Controls.Add(this.lvSch);
     this.SearchTab.Controls.Add(this.schNSearch);
     this.SearchTab.Controls.Add(this.schVal);
     this.SearchTab.Controls.Add(this.schRange2);
     this.SearchTab.Controls.Add(this.schRange1);
     this.SearchTab.Controls.Add(this.schSearch);
     this.SearchTab.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.SearchTab.Location = new System.Drawing.Point(4, 22);
     this.SearchTab.Name = "SearchTab";
     this.SearchTab.Padding = new System.Windows.Forms.Padding(3);
     this.SearchTab.Size = new System.Drawing.Size(453, 367);
     this.SearchTab.TabIndex = 1;
     this.SearchTab.Text = "Search";
     //
     // saveSRes
     //
     this.saveSRes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.saveSRes.Location = new System.Drawing.Point(230, 138);
     this.saveSRes.Name = "saveSRes";
     this.saveSRes.Size = new System.Drawing.Size(110, 28);
     this.saveSRes.TabIndex = 46;
     this.saveSRes.Text = "Save Scan Results";
     this.saveSRes.UseVisualStyleBackColor = true;
     this.saveSRes.Click += new System.EventHandler(this.saveSRes_Click);
     //
     // loadSRes
     //
     this.loadSRes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.loadSRes.Location = new System.Drawing.Point(114, 138);
     this.loadSRes.Name = "loadSRes";
     this.loadSRes.Size = new System.Drawing.Size(110, 28);
     this.loadSRes.TabIndex = 45;
     this.loadSRes.Text = "Load Scan Results";
     this.loadSRes.UseVisualStyleBackColor = true;
     this.loadSRes.Click += new System.EventHandler(this.loadSRes_Click);
     //
     // schVal2
     //
     this.schVal2.BackColor = System.Drawing.Color.Black;
     this.schVal2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.schVal2.Location = new System.Drawing.Point(181, 3);
     this.schVal2.Name = "schVal2";
     this.schVal2.Size = new System.Drawing.Size(120, 20);
     this.schVal2.TabIndex = 44;
     this.schVal2.Text = "00000001";
     this.schVal2.Visible = false;
     //
     // DumpMem
     //
     this.DumpMem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DumpMem.Location = new System.Drawing.Point(9, 138);
     this.DumpMem.Name = "DumpMem";
     this.DumpMem.Size = new System.Drawing.Size(99, 28);
     this.DumpMem.TabIndex = 42;
     this.DumpMem.Text = "Dump Memory";
     this.DumpMem.UseVisualStyleBackColor = true;
     this.DumpMem.Click += new System.EventHandler(this.DumpMem_Click);
     //
     // compBox
     //
     this.compBox.BackColor = System.Drawing.Color.Black;
     this.compBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.compBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.compBox.FormattingEnabled = true;
     this.compBox.Items.AddRange(new object[] {
     "Equal",
     "Not Equal",
     "Less Than",
     "Less Than Or Equal",
     "Greater Than",
     "Greater Than Or Equal",
     "Value Between"});
     this.compBox.Location = new System.Drawing.Point(55, 29);
     this.compBox.Name = "compBox";
     this.compBox.Size = new System.Drawing.Size(138, 21);
     this.compBox.TabIndex = 41;
     this.compBox.SelectedIndexChanged += new System.EventHandler(this.compBox_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(1, 31);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(51, 15);
     this.label8.TabIndex = 40;
     this.label8.Text = "Compare";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // SchPWS
     //
     this.SchPWS.AutoSize = true;
     this.SchPWS.Location = new System.Drawing.Point(311, 29);
     this.SchPWS.Name = "SchPWS";
     this.SchPWS.Size = new System.Drawing.Size(136, 17);
     this.SchPWS.TabIndex = 39;
     this.SchPWS.Text = "Pause When Scanning";
     this.SchPWS.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(21, 109);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(31, 22);
     this.label6.TabIndex = 38;
     this.label6.Text = "Stop";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(21, 83);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(31, 22);
     this.label7.TabIndex = 37;
     this.label7.Text = "Start";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // schProg
     //
     this.schProg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(100)))), ((int)(((byte)(210)))));
     this.schProg.Location = new System.Drawing.Point(9, 170);
     this.schProg.Name = "schProg";
     this.schProg.Size = new System.Drawing.Size(440, 26);
     this.schProg.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.schProg.TabIndex = 36;
     //
     // SchHexCheck
     //
     this.SchHexCheck.AutoSize = true;
     this.SchHexCheck.Checked = true;
     this.SchHexCheck.CheckState = System.Windows.Forms.CheckState.Checked;
     this.SchHexCheck.Location = new System.Drawing.Point(4, 6);
     this.SchHexCheck.Name = "SchHexCheck";
     this.SchHexCheck.Size = new System.Drawing.Size(45, 17);
     this.SchHexCheck.TabIndex = 35;
     this.SchHexCheck.Text = "Hex";
     this.SchHexCheck.UseVisualStyleBackColor = true;
     this.SchHexCheck.CheckedChanged += new System.EventHandler(this.SchHexCheck_CheckedChanged);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(1, 58);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(51, 15);
     this.label9.TabIndex = 34;
     this.label9.Text = "Val Type";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cbSchAlign
     //
     this.cbSchAlign.BackColor = System.Drawing.Color.Black;
     this.cbSchAlign.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbSchAlign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.cbSchAlign.FormattingEnabled = true;
     this.cbSchAlign.Items.AddRange(new object[] {
     "1 byte",
     "2 bytes",
     "4 bytes",
     "8 bytes",
     "X bytes",
     "Text"});
     this.cbSchAlign.Location = new System.Drawing.Point(55, 56);
     this.cbSchAlign.Name = "cbSchAlign";
     this.cbSchAlign.Size = new System.Drawing.Size(138, 21);
     this.cbSchAlign.TabIndex = 33;
     this.cbSchAlign.SelectedIndexChanged += new System.EventHandler(this.cbSchAlign_SelectedIndexChanged);
     //
     // SchRef
     //
     this.SchRef.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SchRef.Location = new System.Drawing.Point(127, 203);
     this.SchRef.Name = "SchRef";
     this.SchRef.Size = new System.Drawing.Size(200, 28);
     this.SchRef.TabIndex = 32;
     this.SchRef.Text = "Refresh Results From PS3";
     this.SchRef.UseVisualStyleBackColor = true;
     this.SchRef.Click += new System.EventHandler(this.SchRef_Click);
     //
     // lvSch
     //
     this.lvSch.BackColor = System.Drawing.Color.Black;
     this.lvSch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lvSch.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.lvSchAddr,
     this.lvSchValue,
     this.lvSchDec,
     this.lvSchAlign});
     this.lvSch.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvSch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.lvSch.FullRowSelect = true;
     this.lvSch.HideSelection = false;
     this.lvSch.LabelEdit = true;
     this.lvSch.LabelWrap = false;
     this.lvSch.Location = new System.Drawing.Point(9, 237);
     this.lvSch.Name = "lvSch";
     this.lvSch.Size = new System.Drawing.Size(440, 127);
     this.lvSch.TabIndex = 31;
     this.lvSch.UseCompatibleStateImageBehavior = false;
     this.lvSch.View = System.Windows.Forms.View.Details;
     this.lvSch.SelectedIndexChanged += new System.EventHandler(this.lvSch_SelectedIndexChanged);
     this.lvSch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lvSch_KeyUp);
     this.lvSch.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSch_MouseUp);
     //
     // lvSchAddr
     //
     this.lvSchAddr.Text = "Address";
     this.lvSchAddr.Width = 80;
     //
     // lvSchValue
     //
     this.lvSchValue.Text = "Hex Value";
     this.lvSchValue.Width = 120;
     //
     // lvSchDec
     //
     this.lvSchDec.Text = "Dec Value";
     this.lvSchDec.Width = 130;
     //
     // lvSchAlign
     //
     this.lvSchAlign.Text = "Alignment";
     this.lvSchAlign.Width = 80;
     //
     // schNSearch
     //
     this.schNSearch.Enabled = false;
     this.schNSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.schNSearch.Location = new System.Drawing.Point(347, 203);
     this.schNSearch.Name = "schNSearch";
     this.schNSearch.Size = new System.Drawing.Size(100, 28);
     this.schNSearch.TabIndex = 30;
     this.schNSearch.Text = "Next Scan";
     this.schNSearch.UseVisualStyleBackColor = true;
     this.schNSearch.Click += new System.EventHandler(this.schNSearch_Click);
     //
     // schVal
     //
     this.schVal.BackColor = System.Drawing.Color.Black;
     this.schVal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.schVal.Location = new System.Drawing.Point(55, 4);
     this.schVal.Name = "schVal";
     this.schVal.Size = new System.Drawing.Size(120, 20);
     this.schVal.TabIndex = 29;
     this.schVal.Text = "00000001";
     //
     // schRange2
     //
     this.schRange2.BackColor = System.Drawing.Color.Black;
     this.schRange2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.schRange2.Location = new System.Drawing.Point(55, 109);
     this.schRange2.Name = "schRange2";
     this.schRange2.Size = new System.Drawing.Size(59, 20);
     this.schRange2.TabIndex = 28;
     this.schRange2.Text = "00000000";
     //
     // schRange1
     //
     this.schRange1.BackColor = System.Drawing.Color.Black;
     this.schRange1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.schRange1.Location = new System.Drawing.Point(55, 83);
     this.schRange1.Name = "schRange1";
     this.schRange1.Size = new System.Drawing.Size(59, 20);
     this.schRange1.TabIndex = 27;
     this.schRange1.Text = "00000000";
     //
     // schSearch
     //
     this.schSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.schSearch.Location = new System.Drawing.Point(9, 203);
     this.schSearch.Name = "schSearch";
     this.schSearch.Size = new System.Drawing.Size(99, 28);
     this.schSearch.TabIndex = 26;
     this.schSearch.Text = "Initial Scan";
     this.schSearch.UseVisualStyleBackColor = true;
     this.schSearch.Click += new System.EventHandler(this.schSearch_Click);
     //
     // RangeTab
     //
     this.RangeTab.AutoScroll = true;
     this.RangeTab.BackColor = System.Drawing.Color.Black;
     this.RangeTab.Controls.Add(this.recRangeBox);
     this.RangeTab.Controls.Add(this.label3);
     this.RangeTab.Controls.Add(this.RangeDown);
     this.RangeTab.Controls.Add(this.RangeUp);
     this.RangeTab.Controls.Add(this.RemoveRange);
     this.RangeTab.Controls.Add(this.AddRange);
     this.RangeTab.Controls.Add(this.SaveRange);
     this.RangeTab.Controls.Add(this.ImportRange);
     this.RangeTab.Controls.Add(this.label2);
     this.RangeTab.Controls.Add(this.label1);
     this.RangeTab.Controls.Add(this.rangeView);
     this.RangeTab.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.RangeTab.Location = new System.Drawing.Point(4, 22);
     this.RangeTab.Name = "RangeTab";
     this.RangeTab.Padding = new System.Windows.Forms.Padding(3);
     this.RangeTab.Size = new System.Drawing.Size(453, 367);
     this.RangeTab.TabIndex = 2;
     this.RangeTab.Text = "Range";
     //
     // recRangeBox
     //
     this.recRangeBox.BackColor = System.Drawing.Color.Black;
     this.recRangeBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.recRangeBox.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colFileName});
     this.recRangeBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.recRangeBox.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.recRangeBox.LabelWrap = false;
     this.recRangeBox.Location = new System.Drawing.Point(235, 60);
     this.recRangeBox.MultiSelect = false;
     this.recRangeBox.Name = "recRangeBox";
     this.recRangeBox.Size = new System.Drawing.Size(212, 192);
     this.recRangeBox.TabIndex = 11;
     this.recRangeBox.TabStop = false;
     this.recRangeBox.UseCompatibleStateImageBehavior = false;
     this.recRangeBox.View = System.Windows.Forms.View.Details;
     this.recRangeBox.DoubleClick += new System.EventHandler(this.recRangeBox_DoubleClick);
     //
     // colFileName
     //
     this.colFileName.Text = "File";
     this.colFileName.Width = 204;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(235, 42);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(212, 15);
     this.label3.TabIndex = 10;
     this.label3.Text = "Recent Ranges";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // RangeDown
     //
     this.RangeDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RangeDown.Location = new System.Drawing.Point(356, 258);
     this.RangeDown.Name = "RangeDown";
     this.RangeDown.Size = new System.Drawing.Size(91, 30);
     this.RangeDown.TabIndex = 8;
     this.RangeDown.Text = "Down";
     this.RangeDown.UseVisualStyleBackColor = true;
     this.RangeDown.Click += new System.EventHandler(this.RangeDown_Click);
     //
     // RangeUp
     //
     this.RangeUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RangeUp.Location = new System.Drawing.Point(235, 258);
     this.RangeUp.Name = "RangeUp";
     this.RangeUp.Size = new System.Drawing.Size(91, 30);
     this.RangeUp.TabIndex = 7;
     this.RangeUp.Text = "Up";
     this.RangeUp.UseVisualStyleBackColor = true;
     this.RangeUp.Click += new System.EventHandler(this.RangeUp_Click);
     //
     // RemoveRange
     //
     this.RemoveRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RemoveRange.Location = new System.Drawing.Point(356, 330);
     this.RemoveRange.Name = "RemoveRange";
     this.RemoveRange.Size = new System.Drawing.Size(91, 30);
     this.RemoveRange.TabIndex = 6;
     this.RemoveRange.Text = "Remove";
     this.RemoveRange.UseVisualStyleBackColor = true;
     this.RemoveRange.Click += new System.EventHandler(this.RemoveRange_Click);
     //
     // AddRange
     //
     this.AddRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.AddRange.Location = new System.Drawing.Point(235, 330);
     this.AddRange.Name = "AddRange";
     this.AddRange.Size = new System.Drawing.Size(91, 30);
     this.AddRange.TabIndex = 5;
     this.AddRange.Text = "Add";
     this.AddRange.UseVisualStyleBackColor = true;
     this.AddRange.Click += new System.EventHandler(this.AddRange_Click);
     //
     // SaveRange
     //
     this.SaveRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SaveRange.Location = new System.Drawing.Point(356, 294);
     this.SaveRange.Name = "SaveRange";
     this.SaveRange.Size = new System.Drawing.Size(91, 30);
     this.SaveRange.TabIndex = 4;
     this.SaveRange.Text = "Save";
     this.SaveRange.UseVisualStyleBackColor = true;
     this.SaveRange.Click += new System.EventHandler(this.SaveRange_Click);
     //
     // ImportRange
     //
     this.ImportRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ImportRange.Location = new System.Drawing.Point(235, 294);
     this.ImportRange.Name = "ImportRange";
     this.ImportRange.Size = new System.Drawing.Size(91, 30);
     this.ImportRange.TabIndex = 3;
     this.ImportRange.Text = "Import";
     this.ImportRange.UseVisualStyleBackColor = true;
     this.ImportRange.Click += new System.EventHandler(this.ImportRange_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 17);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(441, 14);
     this.label2.TabIndex = 2;
     this.label2.Text = "Be Sure To Order From Least To Greatest";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 3);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(441, 14);
     this.label1.TabIndex = 1;
     this.label1.Text = "Memory Range Of Game";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // rangeView
     //
     this.rangeView.BackColor = System.Drawing.Color.Black;
     this.rangeView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.rangeView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.StartAddr,
     this.EndAddr});
     this.rangeView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.rangeView.FullRowSelect = true;
     this.rangeView.HideSelection = false;
     this.rangeView.LabelWrap = false;
     this.rangeView.Location = new System.Drawing.Point(6, 34);
     this.rangeView.MultiSelect = false;
     this.rangeView.Name = "rangeView";
     this.rangeView.Size = new System.Drawing.Size(223, 327);
     this.rangeView.TabIndex = 0;
     this.rangeView.UseCompatibleStateImageBehavior = false;
     this.rangeView.View = System.Windows.Forms.View.Details;
     this.rangeView.SelectedIndexChanged += new System.EventHandler(this.rangeView_SelectedIndexChanged);
     this.rangeView.DoubleClick += new System.EventHandler(this.rangeView_DoubleClick);
     //
     // StartAddr
     //
     this.StartAddr.Text = "Start Address";
     this.StartAddr.Width = 110;
     //
     // EndAddr
     //
     this.EndAddr.Text = "End Address";
     this.EndAddr.Width = 110;
     //
     // pluginTab
     //
     this.pluginTab.BackColor = System.Drawing.Color.Black;
     this.pluginTab.Controls.Add(this.plugIcon);
     this.pluginTab.Controls.Add(this.descPlugDesc);
     this.pluginTab.Controls.Add(this.descPlugVer);
     this.pluginTab.Controls.Add(this.descPlugAuth);
     this.pluginTab.Controls.Add(this.descPlugName);
     this.pluginTab.Controls.Add(this.pluginList);
     this.pluginTab.Location = new System.Drawing.Point(4, 22);
     this.pluginTab.Name = "pluginTab";
     this.pluginTab.Size = new System.Drawing.Size(453, 367);
     this.pluginTab.TabIndex = 3;
     this.pluginTab.Text = "Plugins";
     //
     // plugIcon
     //
     this.plugIcon.InitialImage = ((System.Drawing.Image)(resources.GetObject("plugIcon.InitialImage")));
     this.plugIcon.Location = new System.Drawing.Point(184, 147);
     this.plugIcon.Name = "plugIcon";
     this.plugIcon.Size = new System.Drawing.Size(266, 210);
     this.plugIcon.TabIndex = 11;
     this.plugIcon.TabStop = false;
     //
     // descPlugDesc
     //
     this.descPlugDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.descPlugDesc.Location = new System.Drawing.Point(187, 43);
     this.descPlugDesc.Name = "descPlugDesc";
     this.descPlugDesc.Size = new System.Drawing.Size(263, 101);
     this.descPlugDesc.TabIndex = 8;
     this.descPlugDesc.Text = "Plugin Description";
     //
     // descPlugVer
     //
     this.descPlugVer.AutoSize = true;
     this.descPlugVer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.descPlugVer.Location = new System.Drawing.Point(206, 30);
     this.descPlugVer.Name = "descPlugVer";
     this.descPlugVer.Size = new System.Drawing.Size(74, 13);
     this.descPlugVer.TabIndex = 6;
     this.descPlugVer.Text = "Plugin Version";
     //
     // descPlugAuth
     //
     this.descPlugAuth.AutoSize = true;
     this.descPlugAuth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.descPlugAuth.Location = new System.Drawing.Point(206, 17);
     this.descPlugAuth.Name = "descPlugAuth";
     this.descPlugAuth.Size = new System.Drawing.Size(100, 13);
     this.descPlugAuth.TabIndex = 4;
     this.descPlugAuth.Text = "by Plugin Author";
     //
     // descPlugName
     //
     this.descPlugName.AutoSize = true;
     this.descPlugName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.descPlugName.Location = new System.Drawing.Point(184, 4);
     this.descPlugName.Name = "descPlugName";
     this.descPlugName.Size = new System.Drawing.Size(78, 13);
     this.descPlugName.TabIndex = 2;
     this.descPlugName.Text = "Plugin Name";
     //
     // pluginList
     //
     this.pluginList.BackColor = System.Drawing.Color.Black;
     this.pluginList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pluginList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.pluginList.FormattingEnabled = true;
     this.pluginList.Location = new System.Drawing.Point(4, 4);
     this.pluginList.Name = "pluginList";
     this.pluginList.Size = new System.Drawing.Size(174, 353);
     this.pluginList.TabIndex = 0;
     this.pluginList.SelectedIndexChanged += new System.EventHandler(this.pluginList_SelectedIndexChanged);
     this.pluginList.DoubleClick += new System.EventHandler(this.pluginList_DoubleClick);
     //
     // ps3Disc
     //
     this.ps3Disc.BackColor = System.Drawing.Color.Black;
     this.ps3Disc.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ps3Disc.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.ps3Disc.Location = new System.Drawing.Point(200, 12);
     this.ps3Disc.Name = "ps3Disc";
     this.ps3Disc.Size = new System.Drawing.Size(87, 23);
     this.ps3Disc.TabIndex = 8;
     this.ps3Disc.Text = "Disconnect";
     this.ps3Disc.UseVisualStyleBackColor = false;
     this.ps3Disc.Click += new System.EventHandler(this.ps3Disc_Click);
     //
     // attachProcessButton
     //
     this.attachProcessButton.BackColor = System.Drawing.Color.Black;
     this.attachProcessButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.attachProcessButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.attachProcessButton.Location = new System.Drawing.Point(107, 12);
     this.attachProcessButton.Name = "attachProcessButton";
     this.attachProcessButton.Size = new System.Drawing.Size(87, 23);
     this.attachProcessButton.TabIndex = 7;
     this.attachProcessButton.Text = "Attach Process";
     this.attachProcessButton.UseVisualStyleBackColor = false;
     this.attachProcessButton.Click += new System.EventHandler(this.attachProcessButton_Click);
     //
     // connectButton
     //
     this.connectButton.BackColor = System.Drawing.Color.Black;
     this.connectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.connectButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.connectButton.Location = new System.Drawing.Point(14, 12);
     this.connectButton.Name = "connectButton";
     this.connectButton.Size = new System.Drawing.Size(87, 23);
     this.connectButton.TabIndex = 6;
     this.connectButton.Text = "Connect";
     this.connectButton.UseVisualStyleBackColor = false;
     this.connectButton.Click += new System.EventHandler(this.connectButton_Click);
     //
     // refPlugin
     //
     this.refPlugin.BackColor = System.Drawing.Color.Black;
     this.refPlugin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.refPlugin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.refPlugin.Location = new System.Drawing.Point(293, 12);
     this.refPlugin.Name = "refPlugin";
     this.refPlugin.Size = new System.Drawing.Size(87, 23);
     this.refPlugin.TabIndex = 10;
     this.refPlugin.Text = "Load Plugins";
     this.refPlugin.UseVisualStyleBackColor = false;
     this.refPlugin.Click += new System.EventHandler(this.refPlugin_Click);
     //
     // optButton
     //
     this.optButton.BackColor = System.Drawing.Color.Black;
     this.optButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.optButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.optButton.Location = new System.Drawing.Point(386, 12);
     this.optButton.Name = "optButton";
     this.optButton.Size = new System.Drawing.Size(87, 23);
     this.optButton.TabIndex = 11;
     this.optButton.Text = "Options";
     this.optButton.UseVisualStyleBackColor = false;
     this.optButton.Click += new System.EventHandler(this.optButton_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.Black;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabel1,
     this.toolStripDropDownButton1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 441);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(485, 22);
     this.statusStrip1.TabIndex = 9;
     this.statusStrip1.Text = "statusStrip1";
     //
     // statusLabel1
     //
     this.statusLabel1.Name = "statusLabel1";
     this.statusLabel1.Size = new System.Drawing.Size(0, 17);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.optionsToolStripMenuItem.Text = "Options";
     this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
     //
     // loadPluginsToolStripMenuItem
     //
     this.loadPluginsToolStripMenuItem.Name = "loadPluginsToolStripMenuItem";
     this.loadPluginsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.loadPluginsToolStripMenuItem.Text = "Load Plugins";
     this.loadPluginsToolStripMenuItem.Click += new System.EventHandler(this.loadPluginsToolStripMenuItem_Click);
     //
     // shutdownPS3ToolStripMenuItem
     //
     this.shutdownPS3ToolStripMenuItem.Name = "shutdownPS3ToolStripMenuItem";
     this.shutdownPS3ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.shutdownPS3ToolStripMenuItem.Text = "Shutdown PS3";
     this.shutdownPS3ToolStripMenuItem.Click += new System.EventHandler(this.shutdownPS3ToolStripMenuItem_Click);
     //
     // disconnectToolStripMenuItem
     //
     this.disconnectToolStripMenuItem.Name = "disconnectToolStripMenuItem";
     this.disconnectToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.disconnectToolStripMenuItem.Text = "Disconnect";
     this.disconnectToolStripMenuItem.Click += new System.EventHandler(this.disconnectToolStripMenuItem_Click);
     //
     // attachToolStripMenuItem
     //
     this.attachToolStripMenuItem.Name = "attachToolStripMenuItem";
     this.attachToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.attachToolStripMenuItem.Text = "Attach";
     this.attachToolStripMenuItem.Click += new System.EventHandler(this.attachToolStripMenuItem_Click);
     //
     // connectToolStripMenuItem
     //
     this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
     this.connectToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.connectToolStripMenuItem.Text = "Connect";
     this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.optionsToolStripMenuItem,
     this.loadPluginsToolStripMenuItem,
     this.shutdownPS3ToolStripMenuItem,
     this.disconnectToolStripMenuItem,
     this.attachToolStripMenuItem,
     this.connectToolStripMenuItem});
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.BlueViolet;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 20);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
     this.copyToolStripMenuItem.Text = "Copy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // refreshFromPS3ToolStripMenuItem
     //
     this.refreshFromPS3ToolStripMenuItem.Name = "refreshFromPS3ToolStripMenuItem";
     this.refreshFromPS3ToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
     this.refreshFromPS3ToolStripMenuItem.Text = "Refresh From PS3";
     this.refreshFromPS3ToolStripMenuItem.Click += new System.EventHandler(this.refreshFromPS3ToolStripMenuItem_Click);
     //
     // refreshFromDumptxtToolStripMenuItem
     //
     this.refreshFromDumptxtToolStripMenuItem.Name = "refreshFromDumptxtToolStripMenuItem";
     this.refreshFromDumptxtToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
     this.refreshFromDumptxtToolStripMenuItem.Text = "Refresh From dump.txt";
     this.refreshFromDumptxtToolStripMenuItem.Click += new System.EventHandler(this.refreshFromDumptxtToolStripMenuItem_Click);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.copyToolStripMenuItem,
     this.deleteToolStripMenuItem,
     this.refreshFromPS3ToolStripMenuItem,
     this.refreshFromDumptxtToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(196, 92);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.Black;
     this.ClientSize = new System.Drawing.Size(485, 463);
     this.Controls.Add(this.optButton);
     this.Controls.Add(this.refPlugin);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.ps3Disc);
     this.Controls.Add(this.attachProcessButton);
     this.Controls.Add(this.connectButton);
     this.Controls.Add(this.TabCon);
     this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(210)))));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize = new System.Drawing.Size(501, 501);
     this.MinimumSize = new System.Drawing.Size(501, 501);
     this.Name = "Form1";
     this.Text = "NetCheat PS3 by Dnawrkshp";
     this.Load += new System.EventHandler(this.Main_Load);
     this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
     this.TabCon.ResumeLayout(false);
     this.CodesTab.ResumeLayout(false);
     this.CodesTab.PerformLayout();
     this.SearchTab.ResumeLayout(false);
     this.SearchTab.PerformLayout();
     this.RangeTab.ResumeLayout(false);
     this.pluginTab.ResumeLayout(false);
     this.pluginTab.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.plugIcon)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.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()
 {
     this.components = new System.ComponentModel.Container();
     this.lbhienthidiachi = new System.Windows.Forms.Label();
     this.lbhienthiten = new System.Windows.Forms.Label();
     this.lbhienthima = new System.Windows.Forms.Label();
     this.txtdiengiai = new System.Windows.Forms.TextBox();
     this.lbdiachi = new System.Windows.Forms.Label();
     this.lbdiengiai = new System.Windows.Forms.Label();
     this.txtsotienthanhtoan = new System.Windows.Forms.TextBox();
     this.lbsotienthanhtoan = new System.Windows.Forms.Label();
     this.cbbtientetygia = new System.Windows.Forms.ComboBox();
     this.txttientetygia = new System.Windows.Forms.TextBox();
     this.lbten = new System.Windows.Forms.Label();
     this.lbtientetygia = new System.Windows.Forms.Label();
     this.cbbcotaikhoan = new System.Windows.Forms.ComboBox();
     this.lbcotaikhoan = new System.Windows.Forms.Label();
     this.cbbnotaikhoan = new System.Windows.Forms.ComboBox();
     this.lbma = new System.Windows.Forms.Label();
     this.lbnotaikhoan = new System.Windows.Forms.Label();
     this.txtnguoinoptien = new System.Windows.Forms.TextBox();
     this.lbnguoinoptien = new System.Windows.Forms.Label();
     this.gnthongtindoituong = new System.Windows.Forms.GroupBox();
     this.txtdoituong = new System.Windows.Forms.TextBox();
     this.lbdoituong = new System.Windows.Forms.Label();
     this.gbtrungtamloinhuam = new System.Windows.Forms.GroupBox();
     this.cbbnhomhangcaptren = new System.Windows.Forms.ComboBox();
     this.lbnhomhang = new System.Windows.Forms.Label();
     this.cbbkhohang = new System.Windows.Forms.ComboBox();
     this.lbkhohang = new System.Windows.Forms.Label();
     this.lbloaichungtu = new System.Windows.Forms.Label();
     this.cbbkhoanmuc = new System.Windows.Forms.ComboBox();
     this.lbkhoanmuc = new System.Windows.Forms.Label();
     this.cbbloaichungtu = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.mskngaychungtu = new System.Windows.Forms.MaskedTextBox();
     this.txtsochungtu = new System.Windows.Forms.TextBox();
     this.lbngaychungtu = new System.Windows.Forms.Label();
     this.lbsochungtu = new System.Windows.Forms.Label();
     this.cbbdoituong = new System.Windows.Forms.ComboBox();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.tsslsua = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslthemmoi = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslin = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.tssltrove = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.btntimkiem = new System.Windows.Forms.Button();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.gnthongtindoituong.SuspendLayout();
     this.gbtrungtamloinhuam.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbhienthidiachi
     //
     this.lbhienthidiachi.AutoSize = true;
     this.lbhienthidiachi.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lbhienthidiachi.Location = new System.Drawing.Point(56, 73);
     this.lbhienthidiachi.Name = "lbhienthidiachi";
     this.lbhienthidiachi.Size = new System.Drawing.Size(13, 15);
     this.lbhienthidiachi.TabIndex = 6;
     this.lbhienthidiachi.Text = "3";
     //
     // lbhienthiten
     //
     this.lbhienthiten.AutoSize = true;
     this.lbhienthiten.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lbhienthiten.Location = new System.Drawing.Point(56, 44);
     this.lbhienthiten.Name = "lbhienthiten";
     this.lbhienthiten.Size = new System.Drawing.Size(13, 15);
     this.lbhienthiten.TabIndex = 5;
     this.lbhienthiten.Text = "2";
     //
     // lbhienthima
     //
     this.lbhienthima.AutoSize = true;
     this.lbhienthima.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lbhienthima.Location = new System.Drawing.Point(56, 17);
     this.lbhienthima.Name = "lbhienthima";
     this.lbhienthima.Size = new System.Drawing.Size(13, 15);
     this.lbhienthima.TabIndex = 4;
     this.lbhienthima.Text = "1";
     //
     // txtdiengiai
     //
     this.txtdiengiai.BackColor = System.Drawing.Color.White;
     this.txtdiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtdiengiai.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdiengiai.Location = new System.Drawing.Point(90, 272);
     this.txtdiengiai.MaxLength = 100;
     this.txtdiengiai.Name = "txtdiengiai";
     this.txtdiengiai.Size = new System.Drawing.Size(516, 21);
     this.txtdiengiai.TabIndex = 10;
     this.txtdiengiai.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtdiengiai.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtdiengiai_KeyUp);
     //
     // lbdiachi
     //
     this.lbdiachi.AutoSize = true;
     this.lbdiachi.Location = new System.Drawing.Point(6, 73);
     this.lbdiachi.Name = "lbdiachi";
     this.lbdiachi.Size = new System.Drawing.Size(44, 15);
     this.lbdiachi.TabIndex = 2;
     this.lbdiachi.Text = "Địa chỉ:";
     //
     // lbdiengiai
     //
     this.lbdiengiai.AutoSize = true;
     this.lbdiengiai.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbdiengiai.Location = new System.Drawing.Point(31, 274);
     this.lbdiengiai.Name = "lbdiengiai";
     this.lbdiengiai.Size = new System.Drawing.Size(52, 15);
     this.lbdiengiai.TabIndex = 86;
     this.lbdiengiai.Text = "Diễn giải:";
     //
     // txtsotienthanhtoan
     //
     this.txtsotienthanhtoan.BackColor = System.Drawing.Color.White;
     this.txtsotienthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtsotienthanhtoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsotienthanhtoan.Location = new System.Drawing.Point(425, 231);
     this.txtsotienthanhtoan.Name = "txtsotienthanhtoan";
     this.txtsotienthanhtoan.Size = new System.Drawing.Size(194, 21);
     this.txtsotienthanhtoan.TabIndex = 9;
     this.txtsotienthanhtoan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtsotienthanhtoan.TextChanged += new System.EventHandler(this.txtsotienthanhtoan_TextChanged);
     //
     // lbsotienthanhtoan
     //
     this.lbsotienthanhtoan.AutoSize = true;
     this.lbsotienthanhtoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbsotienthanhtoan.Location = new System.Drawing.Point(322, 235);
     this.lbsotienthanhtoan.Name = "lbsotienthanhtoan";
     this.lbsotienthanhtoan.Size = new System.Drawing.Size(97, 15);
     this.lbsotienthanhtoan.TabIndex = 84;
     this.lbsotienthanhtoan.Text = "Số tiền thanh toán:";
     //
     // cbbtientetygia
     //
     this.cbbtientetygia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbtientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbtientetygia.FormattingEnabled = true;
     this.cbbtientetygia.Location = new System.Drawing.Point(106, 232);
     this.cbbtientetygia.Name = "cbbtientetygia";
     this.cbbtientetygia.Size = new System.Drawing.Size(118, 23);
     this.cbbtientetygia.TabIndex = 7;
     this.cbbtientetygia.SelectedIndexChanged += new System.EventHandler(this.cbbtientetygia_SelectedIndexChanged);
     //
     // txttientetygia
     //
     this.txttientetygia.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txttientetygia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttientetygia.Enabled = false;
     this.txttientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttientetygia.Location = new System.Drawing.Point(230, 233);
     this.txttientetygia.Name = "txttientetygia";
     this.txttientetygia.Size = new System.Drawing.Size(70, 21);
     this.txttientetygia.TabIndex = 82;
     this.txttientetygia.TabStop = false;
     this.txttientetygia.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbten
     //
     this.lbten.AutoSize = true;
     this.lbten.Location = new System.Drawing.Point(6, 44);
     this.lbten.Name = "lbten";
     this.lbten.Size = new System.Drawing.Size(29, 15);
     this.lbten.TabIndex = 1;
     this.lbten.Text = "Tên:";
     //
     // lbtientetygia
     //
     this.lbtientetygia.AutoSize = true;
     this.lbtientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtientetygia.Location = new System.Drawing.Point(19, 237);
     this.lbtientetygia.Name = "lbtientetygia";
     this.lbtientetygia.Size = new System.Drawing.Size(81, 15);
     this.lbtientetygia.TabIndex = 81;
     this.lbtientetygia.Text = "Tiền tệ /Tỷ giá:";
     //
     // cbbcotaikhoan
     //
     this.cbbcotaikhoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbcotaikhoan.Enabled = false;
     this.cbbcotaikhoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbcotaikhoan.FormattingEnabled = true;
     this.cbbcotaikhoan.Location = new System.Drawing.Point(91, 369);
     this.cbbcotaikhoan.Name = "cbbcotaikhoan";
     this.cbbcotaikhoan.Size = new System.Drawing.Size(200, 23);
     this.cbbcotaikhoan.TabIndex = 8;
     this.cbbcotaikhoan.Visible = false;
     //
     // lbcotaikhoan
     //
     this.lbcotaikhoan.AutoSize = true;
     this.lbcotaikhoan.Enabled = false;
     this.lbcotaikhoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbcotaikhoan.Location = new System.Drawing.Point(13, 374);
     this.lbcotaikhoan.Name = "lbcotaikhoan";
     this.lbcotaikhoan.Size = new System.Drawing.Size(71, 15);
     this.lbcotaikhoan.TabIndex = 77;
     this.lbcotaikhoan.Text = "Có tài khoản:";
     this.lbcotaikhoan.Visible = false;
     //
     // cbbnotaikhoan
     //
     this.cbbnotaikhoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbnotaikhoan.Enabled = false;
     this.cbbnotaikhoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbnotaikhoan.FormattingEnabled = true;
     this.cbbnotaikhoan.Location = new System.Drawing.Point(90, 337);
     this.cbbnotaikhoan.Name = "cbbnotaikhoan";
     this.cbbnotaikhoan.Size = new System.Drawing.Size(200, 23);
     this.cbbnotaikhoan.TabIndex = 6;
     this.cbbnotaikhoan.Visible = false;
     //
     // lbma
     //
     this.lbma.AutoSize = true;
     this.lbma.Location = new System.Drawing.Point(6, 17);
     this.lbma.Name = "lbma";
     this.lbma.Size = new System.Drawing.Size(27, 15);
     this.lbma.TabIndex = 0;
     this.lbma.Text = "Mã:";
     //
     // lbnotaikhoan
     //
     this.lbnotaikhoan.AutoSize = true;
     this.lbnotaikhoan.Enabled = false;
     this.lbnotaikhoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbnotaikhoan.Location = new System.Drawing.Point(12, 342);
     this.lbnotaikhoan.Name = "lbnotaikhoan";
     this.lbnotaikhoan.Size = new System.Drawing.Size(72, 15);
     this.lbnotaikhoan.TabIndex = 75;
     this.lbnotaikhoan.Text = "Nợ tài khoản:";
     this.lbnotaikhoan.Visible = false;
     //
     // txtnguoinoptien
     //
     this.txtnguoinoptien.BackColor = System.Drawing.Color.White;
     this.txtnguoinoptien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnguoinoptien.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnguoinoptien.Location = new System.Drawing.Point(102, 203);
     this.txtnguoinoptien.MaxLength = 100;
     this.txtnguoinoptien.Name = "txtnguoinoptien";
     this.txtnguoinoptien.Size = new System.Drawing.Size(200, 21);
     this.txtnguoinoptien.TabIndex = 5;
     this.txtnguoinoptien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbnguoinoptien
     //
     this.lbnguoinoptien.AutoSize = true;
     this.lbnguoinoptien.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbnguoinoptien.Location = new System.Drawing.Point(13, 205);
     this.lbnguoinoptien.Name = "lbnguoinoptien";
     this.lbnguoinoptien.Size = new System.Drawing.Size(83, 15);
     this.lbnguoinoptien.TabIndex = 71;
     this.lbnguoinoptien.Text = "Người nộp tiền:";
     //
     // gnthongtindoituong
     //
     this.gnthongtindoituong.Controls.Add(this.lbhienthidiachi);
     this.gnthongtindoituong.Controls.Add(this.lbhienthiten);
     this.gnthongtindoituong.Controls.Add(this.lbhienthima);
     this.gnthongtindoituong.Controls.Add(this.lbdiachi);
     this.gnthongtindoituong.Controls.Add(this.lbten);
     this.gnthongtindoituong.Controls.Add(this.lbma);
     this.gnthongtindoituong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gnthongtindoituong.Location = new System.Drawing.Point(16, 97);
     this.gnthongtindoituong.Name = "gnthongtindoituong";
     this.gnthongtindoituong.Size = new System.Drawing.Size(603, 101);
     this.gnthongtindoituong.TabIndex = 70;
     this.gnthongtindoituong.TabStop = false;
     this.gnthongtindoituong.Text = "Thông tin đối tượng";
     //
     // txtdoituong
     //
     this.txtdoituong.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtdoituong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtdoituong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdoituong.Location = new System.Drawing.Point(530, 70);
     this.txtdoituong.Name = "txtdoituong";
     this.txtdoituong.ReadOnly = true;
     this.txtdoituong.Size = new System.Drawing.Size(89, 21);
     this.txtdoituong.TabIndex = 69;
     this.txtdoituong.TabStop = false;
     this.txtdoituong.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbdoituong
     //
     this.lbdoituong.AutoSize = true;
     this.lbdoituong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbdoituong.Location = new System.Drawing.Point(311, 70);
     this.lbdoituong.Name = "lbdoituong";
     this.lbdoituong.Size = new System.Drawing.Size(59, 15);
     this.lbdoituong.TabIndex = 67;
     this.lbdoituong.Text = "Đối tượng:";
     //
     // gbtrungtamloinhuam
     //
     this.gbtrungtamloinhuam.Controls.Add(this.cbbnhomhangcaptren);
     this.gbtrungtamloinhuam.Controls.Add(this.lbnhomhang);
     this.gbtrungtamloinhuam.Controls.Add(this.cbbkhohang);
     this.gbtrungtamloinhuam.Controls.Add(this.lbkhohang);
     this.gbtrungtamloinhuam.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbtrungtamloinhuam.Location = new System.Drawing.Point(306, 299);
     this.gbtrungtamloinhuam.Name = "gbtrungtamloinhuam";
     this.gbtrungtamloinhuam.Size = new System.Drawing.Size(313, 92);
     this.gbtrungtamloinhuam.TabIndex = 64;
     this.gbtrungtamloinhuam.TabStop = false;
     this.gbtrungtamloinhuam.Text = "Trung tâm lợi nhuận (Profit Centers)";
     this.gbtrungtamloinhuam.Visible = false;
     //
     // cbbnhomhangcaptren
     //
     this.cbbnhomhangcaptren.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbnhomhangcaptren.FormattingEnabled = true;
     this.cbbnhomhangcaptren.Location = new System.Drawing.Point(119, 53);
     this.cbbnhomhangcaptren.Name = "cbbnhomhangcaptren";
     this.cbbnhomhangcaptren.Size = new System.Drawing.Size(181, 23);
     this.cbbnhomhangcaptren.TabIndex = 2;
     //
     // lbnhomhang
     //
     this.lbnhomhang.AutoSize = true;
     this.lbnhomhang.Location = new System.Drawing.Point(48, 56);
     this.lbnhomhang.Name = "lbnhomhang";
     this.lbnhomhang.Size = new System.Drawing.Size(65, 15);
     this.lbnhomhang.TabIndex = 32;
     this.lbnhomhang.Text = "Nhóm hàng:";
     //
     // cbbkhohang
     //
     this.cbbkhohang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbkhohang.FormattingEnabled = true;
     this.cbbkhohang.Location = new System.Drawing.Point(119, 20);
     this.cbbkhohang.Name = "cbbkhohang";
     this.cbbkhohang.Size = new System.Drawing.Size(181, 23);
     this.cbbkhohang.TabIndex = 1;
     //
     // lbkhohang
     //
     this.lbkhohang.AutoSize = true;
     this.lbkhohang.Location = new System.Drawing.Point(57, 23);
     this.lbkhohang.Name = "lbkhohang";
     this.lbkhohang.Size = new System.Drawing.Size(56, 15);
     this.lbkhohang.TabIndex = 30;
     this.lbkhohang.Text = "Kho hàng:";
     //
     // lbloaichungtu
     //
     this.lbloaichungtu.AutoSize = true;
     this.lbloaichungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbloaichungtu.Location = new System.Drawing.Point(15, 37);
     this.lbloaichungtu.Name = "lbloaichungtu";
     this.lbloaichungtu.Size = new System.Drawing.Size(77, 15);
     this.lbloaichungtu.TabIndex = 62;
     this.lbloaichungtu.Text = "Loại chứng từ:";
     //
     // cbbkhoanmuc
     //
     this.cbbkhoanmuc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbkhoanmuc.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbkhoanmuc.FormattingEnabled = true;
     this.cbbkhoanmuc.Location = new System.Drawing.Point(102, 67);
     this.cbbkhoanmuc.Name = "cbbkhoanmuc";
     this.cbbkhoanmuc.Size = new System.Drawing.Size(200, 23);
     this.cbbkhoanmuc.TabIndex = 3;
     this.cbbkhoanmuc.SelectedIndexChanged += new System.EventHandler(this.cbbkhoanmuc_SelectedIndexChanged);
     //
     // lbkhoanmuc
     //
     this.lbkhoanmuc.AutoSize = true;
     this.lbkhoanmuc.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbkhoanmuc.Location = new System.Drawing.Point(31, 72);
     this.lbkhoanmuc.Name = "lbkhoanmuc";
     this.lbkhoanmuc.Size = new System.Drawing.Size(65, 15);
     this.lbkhoanmuc.TabIndex = 65;
     this.lbkhoanmuc.Text = "Khoản mục:";
     //
     // cbbloaichungtu
     //
     this.cbbloaichungtu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbloaichungtu.Enabled = false;
     this.cbbloaichungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbloaichungtu.FormattingEnabled = true;
     this.cbbloaichungtu.Items.AddRange(new object[] {
     "Thu",
     "Chi"});
     this.cbbloaichungtu.Location = new System.Drawing.Point(98, 34);
     this.cbbloaichungtu.Name = "cbbloaichungtu";
     this.cbbloaichungtu.Size = new System.Drawing.Size(140, 23);
     this.cbbloaichungtu.TabIndex = 63;
     this.cbbloaichungtu.TabStop = false;
     this.cbbloaichungtu.SelectedIndexChanged += new System.EventHandler(this.cbbloaichungtu_SelectedIndexChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.Location = new System.Drawing.Point(379, 10);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(79, 15);
     this.label11.TabIndex = 59;
     this.label11.Text = "(dd/mm/yyyy)";
     //
     // mskngaychungtu
     //
     this.mskngaychungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.mskngaychungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mskngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mskngaychungtu.Location = new System.Drawing.Point(303, 6);
     this.mskngaychungtu.Mask = "00/00/0000";
     this.mskngaychungtu.Name = "mskngaychungtu";
     this.mskngaychungtu.ReadOnly = true;
     this.mskngaychungtu.Size = new System.Drawing.Size(70, 21);
     this.mskngaychungtu.TabIndex = 58;
     this.mskngaychungtu.TabStop = false;
     this.mskngaychungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.mskngaychungtu.ValidatingType = typeof(System.DateTime);
     //
     // txtsochungtu
     //
     this.txtsochungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtsochungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtsochungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsochungtu.Location = new System.Drawing.Point(98, 6);
     this.txtsochungtu.Name = "txtsochungtu";
     this.txtsochungtu.ReadOnly = true;
     this.txtsochungtu.Size = new System.Drawing.Size(100, 21);
     this.txtsochungtu.TabIndex = 57;
     this.txtsochungtu.TabStop = false;
     this.txtsochungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbngaychungtu
     //
     this.lbngaychungtu.AutoSize = true;
     this.lbngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbngaychungtu.Location = new System.Drawing.Point(215, 10);
     this.lbngaychungtu.Name = "lbngaychungtu";
     this.lbngaychungtu.Size = new System.Drawing.Size(82, 15);
     this.lbngaychungtu.TabIndex = 56;
     this.lbngaychungtu.Text = "Ngày chứng từ:";
     //
     // lbsochungtu
     //
     this.lbsochungtu.AutoSize = true;
     this.lbsochungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbsochungtu.Location = new System.Drawing.Point(24, 8);
     this.lbsochungtu.Name = "lbsochungtu";
     this.lbsochungtu.Size = new System.Drawing.Size(68, 15);
     this.lbsochungtu.TabIndex = 55;
     this.lbsochungtu.Text = "Số chứng từ:";
     //
     // cbbdoituong
     //
     this.cbbdoituong.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbdoituong.Enabled = false;
     this.cbbdoituong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbdoituong.FormattingEnabled = true;
     this.cbbdoituong.Location = new System.Drawing.Point(376, 67);
     this.cbbdoituong.Name = "cbbdoituong";
     this.cbbdoituong.Size = new System.Drawing.Size(148, 23);
     this.cbbdoituong.TabIndex = 4;
     this.cbbdoituong.TabStop = false;
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsslsua,
     this.tsslthemmoi,
     this.tsslin,
     this.toolStripDropDownButton1,
     this.tssltrove});
     this.statusStrip1.Location = new System.Drawing.Point(0, 299);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(656, 26);
     this.statusStrip1.TabIndex = 54;
     this.statusStrip1.Text = "statusStrip1";
     this.statusStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.statusStrip1_ItemClicked);
     //
     // tsslsua
     //
     this.tsslsua.Image = global::GUI.Properties.Resources.Sua;
     this.tsslsua.Name = "tsslsua";
     this.tsslsua.Size = new System.Drawing.Size(140, 21);
     this.tsslsua.Spring = true;
     this.tsslsua.Text = "&Sửa";
     this.tsslsua.Visible = false;
     this.tsslsua.Click += new System.EventHandler(this.tsslsua_Click);
     //
     // tsslthemmoi
     //
     this.tsslthemmoi.Image = global::GUI.Properties.Resources.Them;
     this.tsslthemmoi.Name = "tsslthemmoi";
     this.tsslthemmoi.Size = new System.Drawing.Size(213, 21);
     this.tsslthemmoi.Spring = true;
     this.tsslthemmoi.Text = "&Thêm";
     this.tsslthemmoi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslthemmoi.Click += new System.EventHandler(this.tsslthemmoi_Click);
     this.tsslthemmoi.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslthemmoi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslin
     //
     this.tsslin.Image = global::GUI.Properties.Resources.In;
     this.tsslin.Name = "tsslin";
     this.tsslin.Size = new System.Drawing.Size(213, 21);
     this.tsslin.Spring = true;
     this.tsslin.Text = "&In";
     this.tsslin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslin.Click += new System.EventHandler(this.tsslin_Click);
     this.tsslin.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.Image = global::GUI.Properties.Resources.khac;
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 25);
     this.toolStripDropDownButton1.Text = "Khác";
     this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripDropDownButton1.Visible = false;
     this.toolStripDropDownButton1.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripDropDownButton1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tssltrove
     //
     this.tssltrove.Image = global::GUI.Properties.Resources.Tro_ve;
     this.tssltrove.Name = "tssltrove";
     this.tssltrove.Size = new System.Drawing.Size(213, 21);
     this.tssltrove.Spring = true;
     this.tssltrove.Text = "Trở &về";
     this.tssltrove.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tssltrove.Click += new System.EventHandler(this.tssltrove_Click_1);
     this.tssltrove.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tssltrove.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.lbsochungtu);
     this.panel1.Controls.Add(this.btntimkiem);
     this.panel1.Controls.Add(this.lbngaychungtu);
     this.panel1.Controls.Add(this.txtdiengiai);
     this.panel1.Controls.Add(this.txtsochungtu);
     this.panel1.Controls.Add(this.lbdiengiai);
     this.panel1.Controls.Add(this.cbbnotaikhoan);
     this.panel1.Controls.Add(this.lbnotaikhoan);
     this.panel1.Controls.Add(this.mskngaychungtu);
     this.panel1.Controls.Add(this.lbcotaikhoan);
     this.panel1.Controls.Add(this.txtsotienthanhtoan);
     this.panel1.Controls.Add(this.cbbcotaikhoan);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.lbsotienthanhtoan);
     this.panel1.Controls.Add(this.cbbloaichungtu);
     this.panel1.Controls.Add(this.cbbtientetygia);
     this.panel1.Controls.Add(this.lbkhoanmuc);
     this.panel1.Controls.Add(this.txttientetygia);
     this.panel1.Controls.Add(this.cbbkhoanmuc);
     this.panel1.Controls.Add(this.lbtientetygia);
     this.panel1.Controls.Add(this.cbbdoituong);
     this.panel1.Controls.Add(this.lbloaichungtu);
     this.panel1.Controls.Add(this.gbtrungtamloinhuam);
     this.panel1.Controls.Add(this.lbdoituong);
     this.panel1.Controls.Add(this.txtdoituong);
     this.panel1.Controls.Add(this.gnthongtindoituong);
     this.panel1.Controls.Add(this.lbnguoinoptien);
     this.panel1.Controls.Add(this.txtnguoinoptien);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(656, 299);
     this.panel1.TabIndex = 89;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(454, 205);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 14);
     this.label1.TabIndex = 89;
     this.label1.Text = "Mã thẻ";
     this.label1.Visible = false;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(500, 201);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(119, 22);
     this.comboBox1.TabIndex = 88;
     this.comboBox1.Visible = false;
     this.comboBox1.TextChanged += new System.EventHandler(this.comboBox1_TextChanged);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(325, 203);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(114, 18);
     this.checkBox1.TabIndex = 87;
     this.checkBox1.Text = "Thu tiền thẻ giá trị";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // btntimkiem
     //
     this.btntimkiem.FlatAppearance.BorderSize = 0;
     this.btntimkiem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btntimkiem.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btntimkiem.Image = global::GUI.Properties.Resources.button_search;
     this.btntimkiem.Location = new System.Drawing.Point(625, 67);
     this.btntimkiem.Name = "btntimkiem";
     this.btntimkiem.Size = new System.Drawing.Size(25, 24);
     this.btntimkiem.TabIndex = 4;
     this.btntimkiem.UseVisualStyleBackColor = true;
     this.btntimkiem.Click += new System.EventHandler(this.btntimkiem_Click);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // frmXuLyPhieuThuChi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(656, 325);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.statusStrip1);
     this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLyPhieuThuChi";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản ly phiếu thu chi";
     this.Resize += new System.EventHandler(this.frmXuLyPhieuThuChi_Resize);
     this.gnthongtindoituong.ResumeLayout(false);
     this.gnthongtindoituong.PerformLayout();
     this.gbtrungtamloinhuam.ResumeLayout(false);
     this.gbtrungtamloinhuam.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.validatorList = new System.Windows.Forms.ListBox();
     this.propertyDisplay = new System.Windows.Forms.PropertyGrid();
     this.okButton = new System.Windows.Forms.Button();
     this.cancelButton = new System.Windows.Forms.Button();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.addButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.collectionNotEmptyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.creditCardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dateTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.decimalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.doubleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.emailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.groupNotEmptyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.integerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lengthToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.notEmptyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.regularExpressionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sameAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.setToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.singleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeButton = new System.Windows.Forms.ToolStripButton();
     this.errors = new System.Windows.Forms.ErrorProvider(this.components);
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errors)).BeginInit();
     this.SuspendLayout();
     //
     // validatorList
     //
     this.validatorList.FormattingEnabled = true;
     this.validatorList.Location = new System.Drawing.Point(4, 30);
     this.validatorList.Name = "validatorList";
     this.validatorList.Size = new System.Drawing.Size(154, 238);
     this.validatorList.TabIndex = 4;
     this.validatorList.SelectedIndexChanged += new System.EventHandler(this.validatorList_SelectedIndexChanged);
     //
     // propertyDisplay
     //
     this.propertyDisplay.Location = new System.Drawing.Point(164, 5);
     this.propertyDisplay.Name = "propertyDisplay";
     this.propertyDisplay.Size = new System.Drawing.Size(284, 263);
     this.propertyDisplay.TabIndex = 5;
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(292, 277);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 7;
     this.okButton.Text = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location = new System.Drawing.Point(373, 277);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex = 8;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // toolStrip1
     //
     this.toolStrip1.AutoSize = false;
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addButton,
     this.removeButton});
     this.toolStrip1.Location = new System.Drawing.Point(4, 6);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size = new System.Drawing.Size(154, 25);
     this.toolStrip1.TabIndex = 9;
     this.toolStrip1.Text = "toolStrip1";
     //
     // addButton
     //
     this.addButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.addButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.collectionNotEmptyToolStripMenuItem,
     this.creditCardToolStripMenuItem,
     this.dateToolStripMenuItem,
     this.dateTimeToolStripMenuItem,
     this.decimalToolStripMenuItem,
     this.doubleToolStripMenuItem,
     this.emailToolStripMenuItem,
     this.groupNotEmptyToolStripMenuItem,
     this.integerToolStripMenuItem,
     this.lengthToolStripMenuItem,
     this.notEmptyToolStripMenuItem,
     this.rangeToolStripMenuItem,
     this.regularExpressionToolStripMenuItem,
     this.sameAsToolStripMenuItem,
     this.setToolStripMenuItem,
     this.singleToolStripMenuItem});
     this.addButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.addButton.Name = "addButton";
     this.addButton.Size = new System.Drawing.Size(51, 22);
     this.addButton.Text = "Add...";
     //
     // collectionNotEmptyToolStripMenuItem
     //
     this.collectionNotEmptyToolStripMenuItem.Name = "collectionNotEmptyToolStripMenuItem";
     this.collectionNotEmptyToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.collectionNotEmptyToolStripMenuItem.Text = "Collection Not Empty";
     this.collectionNotEmptyToolStripMenuItem.Click += new System.EventHandler(this.collectionNotEmptyToolStripMenuItem_Click);
     //
     // creditCardToolStripMenuItem
     //
     this.creditCardToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.creditCardToolStripMenuItem.Name = "creditCardToolStripMenuItem";
     this.creditCardToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.creditCardToolStripMenuItem.Text = "Credit Card";
     this.creditCardToolStripMenuItem.Click += new System.EventHandler(this.creditCardToolStripMenuItem_Click);
     //
     // dateToolStripMenuItem
     //
     this.dateToolStripMenuItem.Name = "dateToolStripMenuItem";
     this.dateToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.dateToolStripMenuItem.Text = "Date";
     this.dateToolStripMenuItem.Click += new System.EventHandler(this.dateToolStripMenuItem_Click);
     //
     // dateTimeToolStripMenuItem
     //
     this.dateTimeToolStripMenuItem.Name = "dateTimeToolStripMenuItem";
     this.dateTimeToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.dateTimeToolStripMenuItem.Text = "Date Time";
     this.dateTimeToolStripMenuItem.Click += new System.EventHandler(this.dateTimeToolStripMenuItem_Click);
     //
     // decimalToolStripMenuItem
     //
     this.decimalToolStripMenuItem.Name = "decimalToolStripMenuItem";
     this.decimalToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.decimalToolStripMenuItem.Text = "Decimal";
     this.decimalToolStripMenuItem.Click += new System.EventHandler(this.decimalToolStripMenuItem_Click);
     //
     // doubleToolStripMenuItem
     //
     this.doubleToolStripMenuItem.Name = "doubleToolStripMenuItem";
     this.doubleToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.doubleToolStripMenuItem.Text = "Double";
     this.doubleToolStripMenuItem.Click += new System.EventHandler(this.doubleToolStripMenuItem_Click);
     //
     // emailToolStripMenuItem
     //
     this.emailToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.emailToolStripMenuItem.Name = "emailToolStripMenuItem";
     this.emailToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.emailToolStripMenuItem.Text = "Email";
     this.emailToolStripMenuItem.Click += new System.EventHandler(this.emailToolStripMenuItem_Click);
     //
     // groupNotEmptyToolStripMenuItem
     //
     this.groupNotEmptyToolStripMenuItem.Name = "groupNotEmptyToolStripMenuItem";
     this.groupNotEmptyToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.groupNotEmptyToolStripMenuItem.Text = "Group Not Empty";
     this.groupNotEmptyToolStripMenuItem.Click += new System.EventHandler(this.groupNotEmptyToolStripMenuItem_Click);
     //
     // integerToolStripMenuItem
     //
     this.integerToolStripMenuItem.Name = "integerToolStripMenuItem";
     this.integerToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.integerToolStripMenuItem.Text = "Integer";
     this.integerToolStripMenuItem.Click += new System.EventHandler(this.integerToolStripMenuItem_Click);
     //
     // lengthToolStripMenuItem
     //
     this.lengthToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.lengthToolStripMenuItem.Name = "lengthToolStripMenuItem";
     this.lengthToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.lengthToolStripMenuItem.Text = "Length";
     this.lengthToolStripMenuItem.Click += new System.EventHandler(this.lengthToolStripMenuItem_Click);
     //
     // notEmptyToolStripMenuItem
     //
     this.notEmptyToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.notEmptyToolStripMenuItem.Name = "notEmptyToolStripMenuItem";
     this.notEmptyToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.notEmptyToolStripMenuItem.Text = "Non Empty";
     this.notEmptyToolStripMenuItem.Click += new System.EventHandler(this.notEmptyToolStripMenuItem_Click);
     //
     // rangeToolStripMenuItem
     //
     this.rangeToolStripMenuItem.Name = "rangeToolStripMenuItem";
     this.rangeToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.rangeToolStripMenuItem.Text = "Range";
     this.rangeToolStripMenuItem.Click += new System.EventHandler(this.rangeToolStripMenuItem_Click);
     //
     // regularExpressionToolStripMenuItem
     //
     this.regularExpressionToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.regularExpressionToolStripMenuItem.Name = "regularExpressionToolStripMenuItem";
     this.regularExpressionToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.regularExpressionToolStripMenuItem.Text = "Regular Expression";
     this.regularExpressionToolStripMenuItem.Click += new System.EventHandler(this.regularExpressionToolStripMenuItem_Click);
     //
     // sameAsToolStripMenuItem
     //
     this.sameAsToolStripMenuItem.Name = "sameAsToolStripMenuItem";
     this.sameAsToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.sameAsToolStripMenuItem.Text = "Same As";
     this.sameAsToolStripMenuItem.Click += new System.EventHandler(this.sameAsToolStripMenuItem_Click);
     //
     // setToolStripMenuItem
     //
     this.setToolStripMenuItem.Name = "setToolStripMenuItem";
     this.setToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.setToolStripMenuItem.Text = "Set";
     this.setToolStripMenuItem.Click += new System.EventHandler(this.setToolStripMenuItem_Click);
     //
     // singleToolStripMenuItem
     //
     this.singleToolStripMenuItem.Name = "singleToolStripMenuItem";
     this.singleToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.singleToolStripMenuItem.Text = "Single";
     this.singleToolStripMenuItem.Click += new System.EventHandler(this.singleToolStripMenuItem_Click);
     //
     // removeButton
     //
     this.removeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.removeButton.Enabled = false;
     this.removeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.removeButton.Name = "removeButton";
     this.removeButton.Size = new System.Drawing.Size(50, 22);
     this.removeButton.Text = "Remove";
     this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
     //
     // errors
     //
     this.errors.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errors.ContainerControl = this;
     //
     // PropertyValidationEditorForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(454, 307);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.propertyDisplay);
     this.Controls.Add(this.validatorList);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "PropertyValidationEditorForm";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = "Edit Validations";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errors)).EndInit();
     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()
        {
            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();
        }
 /// <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(GreetingControl));
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.wzdGreeting = new global::Controls.Wizard.Wizard();
     this.wizardPage1 = new global::Controls.Wizard.WizardPage();
     this.smoothLabel2 = new global::Controls.SmoothLabel();
     this.txtCallTo = new System.Windows.Forms.TextBox();
     this.smoothLabel1 = new global::Controls.SmoothLabel();
     this.pgTextGreeting = new global::Controls.Wizard.WizardPage();
     this.speechControl = new WOSI.Utilities.Sound.SpeechControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnVoices = new global::Controls.LinkButton();
     this.label2 = new System.Windows.Forms.Label();
     this.pgRecordedGreeting = new global::Controls.Wizard.WizardPage();
     this.recordingControl = new WOSI.Utilities.Sound.RecordingControl();
     this.gradientPanel1 = new global::Controls.GradientPanel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.mnuGreetingType = new System.Windows.Forms.ToolStripDropDownButton();
     this.mnuRecord = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCall = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSpeak = new System.Windows.Forms.ToolStripMenuItem();
     this.gradientPanel2 = new global::Controls.GradientPanel();
     this.btnPlaceCall = new System.Windows.Forms.Button();
     this.wzdGreeting.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     this.pgTextGreeting.SuspendLayout();
     this.panel1.SuspendLayout();
     this.pgRecordedGreeting.SuspendLayout();
     this.gradientPanel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.gradientPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // openFileDialog
     //
     resources.ApplyResources(this.openFileDialog, "openFileDialog");
     //
     // wzdGreeting
     //
     this.wzdGreeting.AlwaysShowFinishButton = false;
     this.wzdGreeting.BackColor = System.Drawing.Color.Transparent;
     this.wzdGreeting.CloseOnCancel = false;
     this.wzdGreeting.CloseOnFinish = false;
     this.wzdGreeting.Controls.Add(this.wizardPage1);
     this.wzdGreeting.Controls.Add(this.pgTextGreeting);
     this.wzdGreeting.Controls.Add(this.pgRecordedGreeting);
     this.wzdGreeting.DisplayButtons = false;
     resources.ApplyResources(this.wzdGreeting, "wzdGreeting");
     this.wzdGreeting.Name = "wzdGreeting";
     this.wzdGreeting.PageIndex = 2;
     this.wzdGreeting.Pages.AddRange(new global::Controls.Wizard.WizardPage[] {
     this.pgRecordedGreeting,
     this.pgTextGreeting,
     this.wizardPage1});
     this.wzdGreeting.ShowTabs = false;
     this.wzdGreeting.TabBackColor = System.Drawing.Color.WhiteSmoke;
     this.wzdGreeting.TabBackgroundImageLayout = System.Windows.Forms.ImageLayout.Tile;
     this.wzdGreeting.TabDividerLineType = global::Controls.Wizard.WizardTabDividerLineType.SingleLine;
     //
     // wizardPage1
     //
     this.wizardPage1.Controls.Add(this.btnPlaceCall);
     this.wizardPage1.Controls.Add(this.smoothLabel2);
     this.wizardPage1.Controls.Add(this.txtCallTo);
     this.wizardPage1.Controls.Add(this.smoothLabel1);
     resources.ApplyResources(this.wizardPage1, "wizardPage1");
     this.wizardPage1.IsFinishPage = false;
     this.wizardPage1.Name = "wizardPage1";
     this.wizardPage1.TabLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     //
     // smoothLabel2
     //
     this.smoothLabel2.AntiAliasText = false;
     resources.ApplyResources(this.smoothLabel2, "smoothLabel2");
     this.smoothLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     this.smoothLabel2.Name = "smoothLabel2";
     //
     // txtCallTo
     //
     resources.ApplyResources(this.txtCallTo, "txtCallTo");
     this.txtCallTo.Name = "txtCallTo";
     //
     // smoothLabel1
     //
     this.smoothLabel1.AntiAliasText = false;
     resources.ApplyResources(this.smoothLabel1, "smoothLabel1");
     this.smoothLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     this.smoothLabel1.Name = "smoothLabel1";
     //
     // pgTextGreeting
     //
     this.pgTextGreeting.Controls.Add(this.speechControl);
     this.pgTextGreeting.Controls.Add(this.panel1);
     resources.ApplyResources(this.pgTextGreeting, "pgTextGreeting");
     this.pgTextGreeting.IsFinishPage = false;
     this.pgTextGreeting.Name = "pgTextGreeting";
     this.pgTextGreeting.TabLinkColor = System.Drawing.SystemColors.ControlText;
     //
     // speechControl
     //
     resources.ApplyResources(this.speechControl, "speechControl");
     this.speechControl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     this.speechControl.Name = "speechControl";
     this.speechControl.ShowSuggestTextButton = false;
     this.speechControl.ShowVoiceSelection = false;
     this.speechControl.SpeechText = "";
     this.speechControl.SuggestedText = "";
     this.speechControl.Voice = "";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnVoices);
     this.panel1.Controls.Add(this.label2);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     this.panel1.Name = "panel1";
     //
     // btnVoices
     //
     this.btnVoices.AntiAliasText = false;
     this.btnVoices.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnVoices.ForeColor = System.Drawing.Color.RoyalBlue;
     this.btnVoices.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnVoices.LinkImage = global::CallButler.Manager.Controls.Properties.Resources.text_loudspeaker_16;
     resources.ApplyResources(this.btnVoices, "btnVoices");
     this.btnVoices.Name = "btnVoices";
     this.btnVoices.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnVoices.UnderlineOnHover = true;
     this.btnVoices.Click += new System.EventHandler(this.btnVoices_Click);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // pgRecordedGreeting
     //
     this.pgRecordedGreeting.Controls.Add(this.recordingControl);
     resources.ApplyResources(this.pgRecordedGreeting, "pgRecordedGreeting");
     this.pgRecordedGreeting.IsFinishPage = false;
     this.pgRecordedGreeting.Name = "pgRecordedGreeting";
     this.pgRecordedGreeting.TabLinkColor = System.Drawing.SystemColors.ControlText;
     //
     // recordingControl
     //
     resources.ApplyResources(this.recordingControl, "recordingControl");
     this.recordingControl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     this.recordingControl.Name = "recordingControl";
     //
     // gradientPanel1
     //
     this.gradientPanel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gradientPanel1.BorderColor = System.Drawing.Color.DarkGray;
     this.gradientPanel1.BorderWidth = 1F;
     this.gradientPanel1.Controls.Add(this.toolStrip1);
     resources.ApplyResources(this.gradientPanel1, "gradientPanel1");
     this.gradientPanel1.DrawBorder = true;
     this.gradientPanel1.ForeColor = System.Drawing.Color.LightGray;
     this.gradientPanel1.GradientAngle = 90F;
     this.gradientPanel1.Name = "gradientPanel1";
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.toolStrip1, "toolStrip1");
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel1,
     this.mnuGreetingType});
     this.toolStrip1.Name = "toolStrip1";
     //
     // toolStripLabel1
     //
     resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1");
     this.toolStripLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     this.toolStripLabel1.Name = "toolStripLabel1";
     //
     // mnuGreetingType
     //
     this.mnuGreetingType.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuRecord,
     this.mnuCall,
     this.mnuSpeak});
     this.mnuGreetingType.ForeColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.mnuGreetingType, "mnuGreetingType");
     this.mnuGreetingType.Name = "mnuGreetingType";
     //
     // mnuRecord
     //
     this.mnuRecord.CheckOnClick = true;
     this.mnuRecord.Image = global::CallButler.Manager.Controls.Properties.Resources.loudspeaker_16;
     this.mnuRecord.Name = "mnuRecord";
     resources.ApplyResources(this.mnuRecord, "mnuRecord");
     this.mnuRecord.CheckedChanged += new System.EventHandler(this.mnuRecord_CheckedChanged);
     //
     // mnuCall
     //
     this.mnuCall.CheckOnClick = true;
     this.mnuCall.Image = global::CallButler.Manager.Controls.Properties.Resources.telephone_16;
     this.mnuCall.Name = "mnuCall";
     resources.ApplyResources(this.mnuCall, "mnuCall");
     this.mnuCall.CheckedChanged += new System.EventHandler(this.mnuCall_CheckedChanged);
     //
     // mnuSpeak
     //
     this.mnuSpeak.CheckOnClick = true;
     this.mnuSpeak.Image = global::CallButler.Manager.Controls.Properties.Resources.text_loudspeaker_16;
     this.mnuSpeak.Name = "mnuSpeak";
     resources.ApplyResources(this.mnuSpeak, "mnuSpeak");
     this.mnuSpeak.CheckedChanged += new System.EventHandler(this.mnuSpeak_CheckedChanged);
     //
     // gradientPanel2
     //
     this.gradientPanel2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gradientPanel2.BorderColor = System.Drawing.Color.DarkGray;
     this.gradientPanel2.BorderWidth = 1F;
     this.gradientPanel2.Controls.Add(this.wzdGreeting);
     this.gradientPanel2.Controls.Add(this.gradientPanel1);
     resources.ApplyResources(this.gradientPanel2, "gradientPanel2");
     this.gradientPanel2.DrawBorder = true;
     this.gradientPanel2.ForeColor = System.Drawing.Color.LightGray;
     this.gradientPanel2.GradientAngle = 90F;
     this.gradientPanel2.Name = "gradientPanel2";
     //
     // btnPlaceCall
     //
     this.btnPlaceCall.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     resources.ApplyResources(this.btnPlaceCall, "btnPlaceCall");
     this.btnPlaceCall.Name = "btnPlaceCall";
     this.btnPlaceCall.UseVisualStyleBackColor = true;
     this.btnPlaceCall.Click += new System.EventHandler(this.btnPlaceCall_Click);
     //
     // GreetingControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gradientPanel2);
     this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
     this.Name = "GreetingControl";
     this.wzdGreeting.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage1.PerformLayout();
     this.pgTextGreeting.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.pgRecordedGreeting.ResumeLayout(false);
     this.gradientPanel1.ResumeLayout(false);
     this.gradientPanel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.gradientPanel2.ResumeLayout(false);
     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(MainForm));
     this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fileSelectCommPortMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.enableDefinedValuesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.writeChannelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel0ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel6ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel7ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel9ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel10ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.channel11ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.terminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.trackBar2 = new System.Windows.Forms.TrackBar();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
     this.trackBar3 = new System.Windows.Forms.TrackBar();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
     this.trackBar4 = new System.Windows.Forms.TrackBar();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
     this.trackBar5 = new System.Windows.Forms.TrackBar();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
     this.trackBar6 = new System.Windows.Forms.TrackBar();
     this.groupBox77 = new System.Windows.Forms.GroupBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.numericUpDown12 = new System.Windows.Forms.NumericUpDown();
     this.trackBar12 = new System.Windows.Forms.TrackBar();
     this.groupBox44 = new System.Windows.Forms.GroupBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
     this.trackBar11 = new System.Windows.Forms.TrackBar();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
     this.trackBar10 = new System.Windows.Forms.TrackBar();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
     this.trackBar9 = new System.Windows.Forms.TrackBar();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.label31 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
     this.trackBar8 = new System.Windows.Forms.TrackBar();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.label34 = new System.Windows.Forms.Label();
     this.label35 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
     this.trackBar7 = new System.Windows.Forms.TrackBar();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripDropDownButtonCommPort = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripStateText = new System.Windows.Forms.ToolStripStatusLabel();
     this.label37 = new System.Windows.Forms.Label();
     this.numericUpDown13 = new System.Windows.Forms.NumericUpDown();
     this.button1 = new System.Windows.Forms.Button();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.button2 = new System.Windows.Forms.Button();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit();
     this.groupBox77.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar12)).BeginInit();
     this.groupBox44.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar11)).BeginInit();
     this.groupBox9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar10)).BeginInit();
     this.groupBox10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar9)).BeginInit();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar8)).BeginInit();
     this.groupBox12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar7)).BeginInit();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).BeginInit();
     this.groupBox7.SuspendLayout();
     this.groupBox11.SuspendLayout();
     this.SuspendLayout();
     //
     // serialPort1
     //
     this.serialPort1.BaudRate = 19200;
     //
     // trackBar1
     //
     this.trackBar1.AutoSize = false;
     this.trackBar1.LargeChange = 45;
     this.trackBar1.Location = new System.Drawing.Point(30, 23);
     this.trackBar1.Maximum = 180;
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar1.Size = new System.Drawing.Size(27, 105);
     this.trackBar1.TabIndex = 5;
     this.trackBar1.Tag = "0";
     this.trackBar1.TickFrequency = 45;
     this.trackBar1.Value = 90;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.testToolStripMenuItem,
     this.terminalToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(878, 24);
     this.menuStrip1.TabIndex = 9;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileSelectCommPortMenuItem,
     this.toolStripMenuItem1,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // fileSelectCommPortMenuItem
     //
     this.fileSelectCommPortMenuItem.Name = "fileSelectCommPortMenuItem";
     this.fileSelectCommPortMenuItem.Size = new System.Drawing.Size(170, 22);
     this.fileSelectCommPortMenuItem.Text = "Select &Comm Port";
     this.fileSelectCommPortMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.fileSelectCommPortMenuItem_DropDownItemClicked);
     this.fileSelectCommPortMenuItem.DropDownOpening += new System.EventHandler(this.fileSelectCommPortMenuItem_DropDownOpening);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(167, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
     this.exitToolStripMenuItem.Text = "&Exit";
     //
     // testToolStripMenuItem
     //
     this.testToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.enableDefinedValuesToolStripMenuItem,
     this.writeChannelToolStripMenuItem});
     this.testToolStripMenuItem.Name = "testToolStripMenuItem";
     this.testToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.testToolStripMenuItem.Text = "&Startup";
     //
     // enableDefinedValuesToolStripMenuItem
     //
     this.enableDefinedValuesToolStripMenuItem.Name = "enableDefinedValuesToolStripMenuItem";
     this.enableDefinedValuesToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.enableDefinedValuesToolStripMenuItem.Text = "&Enable Startup Values";
     this.enableDefinedValuesToolStripMenuItem.Click += new System.EventHandler(this.enableDefinedValuesToolStripMenuItem_Click);
     //
     // writeChannelToolStripMenuItem
     //
     this.writeChannelToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.channel0ToolStripMenuItem,
     this.channel1ToolStripMenuItem,
     this.channel2ToolStripMenuItem,
     this.channel3ToolStripMenuItem,
     this.channel4ToolStripMenuItem,
     this.channel5ToolStripMenuItem,
     this.channel6ToolStripMenuItem,
     this.channel7ToolStripMenuItem,
     this.channel8ToolStripMenuItem,
     this.channel9ToolStripMenuItem,
     this.channel10ToolStripMenuItem,
     this.channel11ToolStripMenuItem});
     this.writeChannelToolStripMenuItem.Name = "writeChannelToolStripMenuItem";
     this.writeChannelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.writeChannelToolStripMenuItem.Text = "Save Startup &Position ";
     //
     // channel0ToolStripMenuItem
     //
     this.channel0ToolStripMenuItem.Name = "channel0ToolStripMenuItem";
     this.channel0ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel0ToolStripMenuItem.Text = "Channel &0";
     this.channel0ToolStripMenuItem.Click += new System.EventHandler(this.channel0ToolStripMenuItem_Click);
     //
     // channel1ToolStripMenuItem
     //
     this.channel1ToolStripMenuItem.Name = "channel1ToolStripMenuItem";
     this.channel1ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel1ToolStripMenuItem.Text = "Channel &1";
     this.channel1ToolStripMenuItem.Click += new System.EventHandler(this.channel1ToolStripMenuItem_Click);
     //
     // channel2ToolStripMenuItem
     //
     this.channel2ToolStripMenuItem.Name = "channel2ToolStripMenuItem";
     this.channel2ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel2ToolStripMenuItem.Text = "Channel &2";
     this.channel2ToolStripMenuItem.Click += new System.EventHandler(this.channel2ToolStripMenuItem_Click);
     //
     // channel3ToolStripMenuItem
     //
     this.channel3ToolStripMenuItem.Name = "channel3ToolStripMenuItem";
     this.channel3ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel3ToolStripMenuItem.Text = "Channel &3";
     this.channel3ToolStripMenuItem.Click += new System.EventHandler(this.channel3ToolStripMenuItem_Click);
     //
     // channel4ToolStripMenuItem
     //
     this.channel4ToolStripMenuItem.Name = "channel4ToolStripMenuItem";
     this.channel4ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel4ToolStripMenuItem.Text = "Channel &4";
     this.channel4ToolStripMenuItem.Click += new System.EventHandler(this.channel4ToolStripMenuItem_Click);
     //
     // channel5ToolStripMenuItem
     //
     this.channel5ToolStripMenuItem.Name = "channel5ToolStripMenuItem";
     this.channel5ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel5ToolStripMenuItem.Text = "Channel &5";
     this.channel5ToolStripMenuItem.Click += new System.EventHandler(this.channel5ToolStripMenuItem_Click);
     //
     // channel6ToolStripMenuItem
     //
     this.channel6ToolStripMenuItem.Name = "channel6ToolStripMenuItem";
     this.channel6ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel6ToolStripMenuItem.Text = "Channel &6";
     this.channel6ToolStripMenuItem.Click += new System.EventHandler(this.channel6ToolStripMenuItem_Click);
     //
     // channel7ToolStripMenuItem
     //
     this.channel7ToolStripMenuItem.Name = "channel7ToolStripMenuItem";
     this.channel7ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel7ToolStripMenuItem.Text = "Channel &7";
     this.channel7ToolStripMenuItem.Click += new System.EventHandler(this.channel7ToolStripMenuItem_Click);
     //
     // channel8ToolStripMenuItem
     //
     this.channel8ToolStripMenuItem.Name = "channel8ToolStripMenuItem";
     this.channel8ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel8ToolStripMenuItem.Text = "Channel &8";
     this.channel8ToolStripMenuItem.Click += new System.EventHandler(this.channel8ToolStripMenuItem_Click);
     //
     // channel9ToolStripMenuItem
     //
     this.channel9ToolStripMenuItem.Name = "channel9ToolStripMenuItem";
     this.channel9ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel9ToolStripMenuItem.Text = "Channel &9";
     this.channel9ToolStripMenuItem.Click += new System.EventHandler(this.channel9ToolStripMenuItem_Click);
     //
     // channel10ToolStripMenuItem
     //
     this.channel10ToolStripMenuItem.Name = "channel10ToolStripMenuItem";
     this.channel10ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel10ToolStripMenuItem.Text = "Channel &10";
     this.channel10ToolStripMenuItem.Click += new System.EventHandler(this.channel10ToolStripMenuItem_Click);
     //
     // channel11ToolStripMenuItem
     //
     this.channel11ToolStripMenuItem.Name = "channel11ToolStripMenuItem";
     this.channel11ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.channel11ToolStripMenuItem.Text = "Channel &11";
     this.channel11ToolStripMenuItem.Click += new System.EventHandler(this.channel11ToolStripMenuItem_Click);
     //
     // terminalToolStripMenuItem
     //
     this.terminalToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.resetToolStripMenuItem});
     this.terminalToolStripMenuItem.Name = "terminalToolStripMenuItem";
     this.terminalToolStripMenuItem.Size = new System.Drawing.Size(66, 20);
     this.terminalToolStripMenuItem.Text = "&Terminal";
     //
     // resetToolStripMenuItem
     //
     this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
     this.resetToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
     this.resetToolStripMenuItem.Text = "&Reset";
     this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.numericUpDown1);
     this.groupBox1.Controls.Add(this.trackBar1);
     this.groupBox1.Location = new System.Drawing.Point(12, 24);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(94, 172);
     this.groupBox1.TabIndex = 10;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Ch 0";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(61, 108);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(13, 13);
     this.label3.TabIndex = 0;
     this.label3.Text = "0";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(61, 69);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(19, 13);
     this.label2.TabIndex = 8;
     this.label2.Text = "90";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(61, 29);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(25, 13);
     this.label1.TabIndex = 7;
     this.label1.Text = "180";
     //
     // numericUpDown1
     //
     this.numericUpDown1.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown1.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown1.TabIndex = 1;
     this.numericUpDown1.Tag = "0";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.numericUpDown2);
     this.groupBox2.Controls.Add(this.trackBar2);
     this.groupBox2.Location = new System.Drawing.Point(119, 24);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(94, 172);
     this.groupBox2.TabIndex = 11;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Ch 1";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(61, 108);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(13, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "0";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(61, 69);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(19, 13);
     this.label5.TabIndex = 8;
     this.label5.Text = "90";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(61, 29);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(25, 13);
     this.label6.TabIndex = 7;
     this.label6.Text = "180";
     //
     // numericUpDown2
     //
     this.numericUpDown2.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown2.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown2.Name = "numericUpDown2";
     this.numericUpDown2.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown2.TabIndex = 1;
     this.numericUpDown2.Tag = "1";
     //
     // trackBar2
     //
     this.trackBar2.AutoSize = false;
     this.trackBar2.LargeChange = 45;
     this.trackBar2.Location = new System.Drawing.Point(30, 23);
     this.trackBar2.Maximum = 180;
     this.trackBar2.Name = "trackBar2";
     this.trackBar2.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar2.Size = new System.Drawing.Size(27, 105);
     this.trackBar2.TabIndex = 5;
     this.trackBar2.Tag = "1";
     this.trackBar2.TickFrequency = 45;
     this.trackBar2.Value = 90;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.numericUpDown3);
     this.groupBox3.Controls.Add(this.trackBar3);
     this.groupBox3.Location = new System.Drawing.Point(226, 24);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(94, 172);
     this.groupBox3.TabIndex = 12;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Ch 2";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(61, 108);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(13, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "0";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(61, 69);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(19, 13);
     this.label8.TabIndex = 8;
     this.label8.Text = "90";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(61, 29);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(25, 13);
     this.label9.TabIndex = 7;
     this.label9.Text = "180";
     //
     // numericUpDown3
     //
     this.numericUpDown3.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown3.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown3.Name = "numericUpDown3";
     this.numericUpDown3.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown3.TabIndex = 1;
     this.numericUpDown3.Tag = "2";
     //
     // trackBar3
     //
     this.trackBar3.AutoSize = false;
     this.trackBar3.LargeChange = 45;
     this.trackBar3.Location = new System.Drawing.Point(30, 23);
     this.trackBar3.Maximum = 180;
     this.trackBar3.Name = "trackBar3";
     this.trackBar3.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar3.Size = new System.Drawing.Size(27, 105);
     this.trackBar3.TabIndex = 5;
     this.trackBar3.Tag = "2";
     this.trackBar3.TickFrequency = 45;
     this.trackBar3.Value = 90;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.label11);
     this.groupBox4.Controls.Add(this.label12);
     this.groupBox4.Controls.Add(this.numericUpDown4);
     this.groupBox4.Controls.Add(this.trackBar4);
     this.groupBox4.Location = new System.Drawing.Point(333, 24);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(94, 172);
     this.groupBox4.TabIndex = 13;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Ch 3";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(61, 108);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(13, 13);
     this.label10.TabIndex = 0;
     this.label10.Text = "0";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(61, 69);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(19, 13);
     this.label11.TabIndex = 8;
     this.label11.Text = "90";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(61, 29);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(25, 13);
     this.label12.TabIndex = 7;
     this.label12.Text = "180";
     //
     // numericUpDown4
     //
     this.numericUpDown4.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown4.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown4.Name = "numericUpDown4";
     this.numericUpDown4.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown4.TabIndex = 1;
     this.numericUpDown4.Tag = "1";
     //
     // trackBar4
     //
     this.trackBar4.AutoSize = false;
     this.trackBar4.LargeChange = 45;
     this.trackBar4.Location = new System.Drawing.Point(30, 23);
     this.trackBar4.Maximum = 180;
     this.trackBar4.Name = "trackBar4";
     this.trackBar4.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar4.Size = new System.Drawing.Size(27, 105);
     this.trackBar4.TabIndex = 5;
     this.trackBar4.Tag = "1";
     this.trackBar4.TickFrequency = 45;
     this.trackBar4.Value = 90;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.label13);
     this.groupBox5.Controls.Add(this.label14);
     this.groupBox5.Controls.Add(this.label15);
     this.groupBox5.Controls.Add(this.numericUpDown5);
     this.groupBox5.Controls.Add(this.trackBar5);
     this.groupBox5.Location = new System.Drawing.Point(440, 24);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(94, 172);
     this.groupBox5.TabIndex = 14;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Ch 4";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(61, 108);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(13, 13);
     this.label13.TabIndex = 0;
     this.label13.Text = "0";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(61, 69);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(19, 13);
     this.label14.TabIndex = 8;
     this.label14.Text = "90";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(61, 29);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(25, 13);
     this.label15.TabIndex = 7;
     this.label15.Text = "180";
     //
     // numericUpDown5
     //
     this.numericUpDown5.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown5.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown5.Name = "numericUpDown5";
     this.numericUpDown5.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown5.TabIndex = 1;
     this.numericUpDown5.Tag = "1";
     //
     // trackBar5
     //
     this.trackBar5.AutoSize = false;
     this.trackBar5.LargeChange = 45;
     this.trackBar5.Location = new System.Drawing.Point(30, 23);
     this.trackBar5.Maximum = 180;
     this.trackBar5.Name = "trackBar5";
     this.trackBar5.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar5.Size = new System.Drawing.Size(27, 105);
     this.trackBar5.TabIndex = 5;
     this.trackBar5.Tag = "1";
     this.trackBar5.TickFrequency = 45;
     this.trackBar5.Value = 90;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.label16);
     this.groupBox6.Controls.Add(this.label17);
     this.groupBox6.Controls.Add(this.label18);
     this.groupBox6.Controls.Add(this.numericUpDown6);
     this.groupBox6.Controls.Add(this.trackBar6);
     this.groupBox6.Location = new System.Drawing.Point(547, 24);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(94, 172);
     this.groupBox6.TabIndex = 15;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Ch 5";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(61, 108);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(13, 13);
     this.label16.TabIndex = 0;
     this.label16.Text = "0";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(61, 69);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(19, 13);
     this.label17.TabIndex = 8;
     this.label17.Text = "90";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(61, 29);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(25, 13);
     this.label18.TabIndex = 7;
     this.label18.Text = "180";
     //
     // numericUpDown6
     //
     this.numericUpDown6.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown6.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown6.Name = "numericUpDown6";
     this.numericUpDown6.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown6.TabIndex = 1;
     this.numericUpDown6.Tag = "1";
     //
     // trackBar6
     //
     this.trackBar6.AutoSize = false;
     this.trackBar6.LargeChange = 45;
     this.trackBar6.Location = new System.Drawing.Point(30, 23);
     this.trackBar6.Maximum = 180;
     this.trackBar6.Name = "trackBar6";
     this.trackBar6.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar6.Size = new System.Drawing.Size(27, 105);
     this.trackBar6.TabIndex = 5;
     this.trackBar6.Tag = "1";
     this.trackBar6.TickFrequency = 45;
     this.trackBar6.Value = 90;
     //
     // groupBox77
     //
     this.groupBox77.Controls.Add(this.label19);
     this.groupBox77.Controls.Add(this.label20);
     this.groupBox77.Controls.Add(this.label21);
     this.groupBox77.Controls.Add(this.numericUpDown12);
     this.groupBox77.Controls.Add(this.trackBar12);
     this.groupBox77.Location = new System.Drawing.Point(547, 205);
     this.groupBox77.Name = "groupBox77";
     this.groupBox77.Size = new System.Drawing.Size(94, 172);
     this.groupBox77.TabIndex = 21;
     this.groupBox77.TabStop = false;
     this.groupBox77.Text = "Ch 11";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(61, 108);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(13, 13);
     this.label19.TabIndex = 0;
     this.label19.Text = "0";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(61, 69);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(19, 13);
     this.label20.TabIndex = 8;
     this.label20.Text = "90";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(61, 29);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(25, 13);
     this.label21.TabIndex = 7;
     this.label21.Text = "180";
     //
     // numericUpDown12
     //
     this.numericUpDown12.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown12.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown12.Name = "numericUpDown12";
     this.numericUpDown12.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown12.TabIndex = 1;
     this.numericUpDown12.Tag = "1";
     //
     // trackBar12
     //
     this.trackBar12.AutoSize = false;
     this.trackBar12.LargeChange = 45;
     this.trackBar12.Location = new System.Drawing.Point(30, 23);
     this.trackBar12.Maximum = 180;
     this.trackBar12.Name = "trackBar12";
     this.trackBar12.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar12.Size = new System.Drawing.Size(27, 105);
     this.trackBar12.TabIndex = 5;
     this.trackBar12.Tag = "1";
     this.trackBar12.TickFrequency = 45;
     this.trackBar12.Value = 90;
     //
     // groupBox44
     //
     this.groupBox44.Controls.Add(this.label22);
     this.groupBox44.Controls.Add(this.label23);
     this.groupBox44.Controls.Add(this.label24);
     this.groupBox44.Controls.Add(this.numericUpDown11);
     this.groupBox44.Controls.Add(this.trackBar11);
     this.groupBox44.Location = new System.Drawing.Point(440, 205);
     this.groupBox44.Name = "groupBox44";
     this.groupBox44.Size = new System.Drawing.Size(94, 172);
     this.groupBox44.TabIndex = 20;
     this.groupBox44.TabStop = false;
     this.groupBox44.Text = "Ch 10";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(61, 108);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(13, 13);
     this.label22.TabIndex = 0;
     this.label22.Text = "0";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(61, 69);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(19, 13);
     this.label23.TabIndex = 8;
     this.label23.Text = "90";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(61, 29);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(25, 13);
     this.label24.TabIndex = 7;
     this.label24.Text = "180";
     //
     // numericUpDown11
     //
     this.numericUpDown11.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown11.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown11.Name = "numericUpDown11";
     this.numericUpDown11.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown11.TabIndex = 1;
     this.numericUpDown11.Tag = "1";
     //
     // trackBar11
     //
     this.trackBar11.AutoSize = false;
     this.trackBar11.LargeChange = 45;
     this.trackBar11.Location = new System.Drawing.Point(30, 23);
     this.trackBar11.Maximum = 180;
     this.trackBar11.Name = "trackBar11";
     this.trackBar11.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar11.Size = new System.Drawing.Size(27, 105);
     this.trackBar11.TabIndex = 5;
     this.trackBar11.Tag = "1";
     this.trackBar11.TickFrequency = 45;
     this.trackBar11.Value = 90;
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.label25);
     this.groupBox9.Controls.Add(this.label26);
     this.groupBox9.Controls.Add(this.label27);
     this.groupBox9.Controls.Add(this.numericUpDown10);
     this.groupBox9.Controls.Add(this.trackBar10);
     this.groupBox9.Location = new System.Drawing.Point(333, 205);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(94, 172);
     this.groupBox9.TabIndex = 19;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "Ch 9";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(61, 108);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(13, 13);
     this.label25.TabIndex = 0;
     this.label25.Text = "0";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(61, 69);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(19, 13);
     this.label26.TabIndex = 8;
     this.label26.Text = "90";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(61, 29);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(25, 13);
     this.label27.TabIndex = 7;
     this.label27.Text = "180";
     //
     // numericUpDown10
     //
     this.numericUpDown10.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown10.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown10.Name = "numericUpDown10";
     this.numericUpDown10.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown10.TabIndex = 1;
     this.numericUpDown10.Tag = "1";
     //
     // trackBar10
     //
     this.trackBar10.AutoSize = false;
     this.trackBar10.LargeChange = 45;
     this.trackBar10.Location = new System.Drawing.Point(30, 23);
     this.trackBar10.Maximum = 180;
     this.trackBar10.Name = "trackBar10";
     this.trackBar10.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar10.Size = new System.Drawing.Size(27, 105);
     this.trackBar10.TabIndex = 5;
     this.trackBar10.Tag = "1";
     this.trackBar10.TickFrequency = 45;
     this.trackBar10.Value = 90;
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.label28);
     this.groupBox10.Controls.Add(this.label29);
     this.groupBox10.Controls.Add(this.label30);
     this.groupBox10.Controls.Add(this.numericUpDown9);
     this.groupBox10.Controls.Add(this.trackBar9);
     this.groupBox10.Location = new System.Drawing.Point(226, 205);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(94, 172);
     this.groupBox10.TabIndex = 18;
     this.groupBox10.TabStop = false;
     this.groupBox10.Text = "Ch 8";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(61, 108);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(13, 13);
     this.label28.TabIndex = 0;
     this.label28.Text = "0";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(61, 69);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(19, 13);
     this.label29.TabIndex = 8;
     this.label29.Text = "90";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(61, 29);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(25, 13);
     this.label30.TabIndex = 7;
     this.label30.Text = "180";
     //
     // numericUpDown9
     //
     this.numericUpDown9.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown9.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown9.Name = "numericUpDown9";
     this.numericUpDown9.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown9.TabIndex = 1;
     this.numericUpDown9.Tag = "1";
     //
     // trackBar9
     //
     this.trackBar9.AutoSize = false;
     this.trackBar9.LargeChange = 45;
     this.trackBar9.Location = new System.Drawing.Point(30, 23);
     this.trackBar9.Maximum = 180;
     this.trackBar9.Name = "trackBar9";
     this.trackBar9.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar9.Size = new System.Drawing.Size(27, 105);
     this.trackBar9.TabIndex = 5;
     this.trackBar9.Tag = "1";
     this.trackBar9.TickFrequency = 45;
     this.trackBar9.Value = 90;
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.label31);
     this.groupBox8.Controls.Add(this.label32);
     this.groupBox8.Controls.Add(this.label33);
     this.groupBox8.Controls.Add(this.numericUpDown8);
     this.groupBox8.Controls.Add(this.trackBar8);
     this.groupBox8.Location = new System.Drawing.Point(119, 205);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(94, 172);
     this.groupBox8.TabIndex = 17;
     this.groupBox8.TabStop = false;
     this.groupBox8.Text = "Ch 7";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(61, 108);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(13, 13);
     this.label31.TabIndex = 0;
     this.label31.Text = "0";
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(61, 69);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(19, 13);
     this.label32.TabIndex = 8;
     this.label32.Text = "90";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(61, 29);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(25, 13);
     this.label33.TabIndex = 7;
     this.label33.Text = "180";
     //
     // numericUpDown8
     //
     this.numericUpDown8.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown8.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown8.Name = "numericUpDown8";
     this.numericUpDown8.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown8.TabIndex = 1;
     this.numericUpDown8.Tag = "1";
     //
     // trackBar8
     //
     this.trackBar8.AutoSize = false;
     this.trackBar8.LargeChange = 45;
     this.trackBar8.Location = new System.Drawing.Point(30, 23);
     this.trackBar8.Maximum = 180;
     this.trackBar8.Name = "trackBar8";
     this.trackBar8.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar8.Size = new System.Drawing.Size(27, 105);
     this.trackBar8.TabIndex = 5;
     this.trackBar8.Tag = "1";
     this.trackBar8.TickFrequency = 45;
     this.trackBar8.Value = 90;
     //
     // groupBox12
     //
     this.groupBox12.Controls.Add(this.label34);
     this.groupBox12.Controls.Add(this.label35);
     this.groupBox12.Controls.Add(this.label36);
     this.groupBox12.Controls.Add(this.numericUpDown7);
     this.groupBox12.Controls.Add(this.trackBar7);
     this.groupBox12.Location = new System.Drawing.Point(12, 205);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(94, 172);
     this.groupBox12.TabIndex = 16;
     this.groupBox12.TabStop = false;
     this.groupBox12.Text = "Ch 6";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(61, 108);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(13, 13);
     this.label34.TabIndex = 0;
     this.label34.Text = "0";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(61, 69);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(19, 13);
     this.label35.TabIndex = 8;
     this.label35.Text = "90";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(61, 29);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(25, 13);
     this.label36.TabIndex = 7;
     this.label36.Text = "180";
     //
     // numericUpDown7
     //
     this.numericUpDown7.Increment = new decimal(new int[] {
     2,
     0,
     0,
     0});
     this.numericUpDown7.Location = new System.Drawing.Point(13, 138);
     this.numericUpDown7.Name = "numericUpDown7";
     this.numericUpDown7.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown7.TabIndex = 1;
     this.numericUpDown7.Tag = "0";
     //
     // trackBar7
     //
     this.trackBar7.AutoSize = false;
     this.trackBar7.LargeChange = 45;
     this.trackBar7.Location = new System.Drawing.Point(30, 23);
     this.trackBar7.Maximum = 180;
     this.trackBar7.Name = "trackBar7";
     this.trackBar7.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.trackBar7.Size = new System.Drawing.Size(27, 105);
     this.trackBar7.TabIndex = 5;
     this.trackBar7.Tag = "0";
     this.trackBar7.TickFrequency = 45;
     this.trackBar7.Value = 90;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripDropDownButtonCommPort,
     this.toolStripStateText});
     this.statusStrip1.Location = new System.Drawing.Point(0, 430);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(878, 22);
     this.statusStrip1.SizingGrip = false;
     this.statusStrip1.TabIndex = 22;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripDropDownButtonCommPort
     //
     this.toolStripDropDownButtonCommPort.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButtonCommPort.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonCommPort.Image")));
     this.toolStripDropDownButtonCommPort.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButtonCommPort.Name = "toolStripDropDownButtonCommPort";
     this.toolStripDropDownButtonCommPort.Size = new System.Drawing.Size(82, 20);
     this.toolStripDropDownButtonCommPort.Text = "Comm Port";
     this.toolStripDropDownButtonCommPort.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripDropDownButtonCommPort_DropDownItemClicked);
     this.toolStripDropDownButtonCommPort.DropDownOpening += new System.EventHandler(this.toolStripDropDownButtonCommPort_DropDownOpening);
     //
     // toolStripStateText
     //
     this.toolStripStateText.Name = "toolStripStateText";
     this.toolStripStateText.Size = new System.Drawing.Size(781, 17);
     this.toolStripStateText.Spring = true;
     this.toolStripStateText.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(9, 25);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(39, 13);
     this.label37.TabIndex = 23;
     this.label37.Text = "Frame:";
     //
     // numericUpDown13
     //
     this.numericUpDown13.Location = new System.Drawing.Point(51, 21);
     this.numericUpDown13.Maximum = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.numericUpDown13.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDown13.Name = "numericUpDown13";
     this.numericUpDown13.Size = new System.Drawing.Size(69, 20);
     this.numericUpDown13.TabIndex = 24;
     this.numericUpDown13.Tag = "0";
     this.numericUpDown13.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(126, 19);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 25;
     this.button1.Text = "Write Frame";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.button2);
     this.groupBox7.Controls.Add(this.button1);
     this.groupBox7.Controls.Add(this.numericUpDown13);
     this.groupBox7.Controls.Add(this.label37);
     this.groupBox7.Location = new System.Drawing.Point(5, 32);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(209, 392);
     this.groupBox7.TabIndex = 26;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Recording / Playback";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(126, 70);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 26;
     this.button2.Text = "Playback";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox11
     //
     this.groupBox11.Controls.Add(this.groupBox1);
     this.groupBox11.Controls.Add(this.groupBox2);
     this.groupBox11.Controls.Add(this.groupBox3);
     this.groupBox11.Controls.Add(this.groupBox77);
     this.groupBox11.Controls.Add(this.groupBox4);
     this.groupBox11.Controls.Add(this.groupBox44);
     this.groupBox11.Controls.Add(this.groupBox5);
     this.groupBox11.Controls.Add(this.groupBox9);
     this.groupBox11.Controls.Add(this.groupBox6);
     this.groupBox11.Controls.Add(this.groupBox10);
     this.groupBox11.Controls.Add(this.groupBox12);
     this.groupBox11.Controls.Add(this.groupBox8);
     this.groupBox11.Location = new System.Drawing.Point(219, 32);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(653, 392);
     this.groupBox11.TabIndex = 27;
     this.groupBox11.TabStop = false;
     this.groupBox11.Text = "Servo Control";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(878, 452);
     this.Controls.Add(this.groupBox11);
     this.Controls.Add(this.groupBox7);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.Text = "Serial Servo Controller 0.2.0a";
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit();
     this.groupBox77.ResumeLayout(false);
     this.groupBox77.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar12)).EndInit();
     this.groupBox44.ResumeLayout(false);
     this.groupBox44.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar11)).EndInit();
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar10)).EndInit();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar9)).EndInit();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar8)).EndInit();
     this.groupBox12.ResumeLayout(false);
     this.groupBox12.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar7)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).EndInit();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.groupBox11.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(Simulation3DForm));
     this.pictureBoxSurface = new System.Windows.Forms.PictureBox();
     this.toolBar = new System.Windows.Forms.ToolStrip();
     this.menuShow = new System.Windows.Forms.ToolStripDropDownButton();
     this.menuShowSpatialLearning = new System.Windows.Forms.ToolStripMenuItem();
     this.menuShowTemporalLearning = new System.Windows.Forms.ToolStripMenuItem();
     this.menuShowCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuActiveColumnGrid = new System.Windows.Forms.ToolStripMenuItem();
     this.menuShowPredictedGrid = new System.Windows.Forms.ToolStripMenuItem();
     this.showCorrectButton = new System.Windows.Forms.ToolStripButton();
     this.showSeqPredictingButton = new System.Windows.Forms.ToolStripButton();
     this.showPredictingButton = new System.Windows.Forms.ToolStripButton();
     this.showLearningButton = new System.Windows.Forms.ToolStripButton();
     this.showActiveButton = new System.Windows.Forms.ToolStripButton();
     this.showFalsePredictedButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnResetCamera = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSurface)).BeginInit();
     this.toolBar.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBoxSurface
     //
     this.pictureBoxSurface.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxSurface.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxSurface.Name = "pictureBoxSurface";
     this.pictureBoxSurface.Size = new System.Drawing.Size(884, 691);
     this.pictureBoxSurface.TabIndex = 1;
     this.pictureBoxSurface.TabStop = false;
     this.pictureBoxSurface.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBoxSurface_MouseClick);
     this.pictureBoxSurface.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pictureBoxSurface_MouseDoubleClick);
     this.pictureBoxSurface.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBoxSurface_MouseMove);
     this.pictureBoxSurface.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.pictureBoxSurface_MouseWheel);
     this.pictureBoxSurface.Resize += new System.EventHandler(this.pictureBoxSurface_Resize);
     //
     // toolBar
     //
     this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuShow,
     this.showCorrectButton,
     this.showSeqPredictingButton,
     this.showPredictingButton,
     this.showLearningButton,
     this.showActiveButton,
     this.showFalsePredictedButton,
     this.toolStripSeparator1,
     this.btnResetCamera});
     this.toolBar.Location = new System.Drawing.Point(0, 0);
     this.toolBar.Name = "toolBar";
     this.toolBar.Size = new System.Drawing.Size(884, 25);
     this.toolBar.TabIndex = 0;
     this.toolBar.Text = "toolStrip1";
     //
     // menuShow
     //
     this.menuShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.menuShow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuShowSpatialLearning,
     this.menuShowTemporalLearning,
     this.menuShowCoordinateSystem,
     this.menuActiveColumnGrid,
     this.menuShowPredictedGrid});
     this.menuShow.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.menuShow.Name = "menuShow";
     this.menuShow.Size = new System.Drawing.Size(49, 22);
     this.menuShow.Text = "Show";
     //
     // menuShowSpatialLearning
     //
     this.menuShowSpatialLearning.CheckOnClick = true;
     this.menuShowSpatialLearning.Name = "menuShowSpatialLearning";
     this.menuShowSpatialLearning.Size = new System.Drawing.Size(198, 22);
     this.menuShowSpatialLearning.Text = "Spatial Learning";
     this.menuShowSpatialLearning.Click += new System.EventHandler(this.menuShowSpatialLearning_Click);
     //
     // menuShowTemporalLearning
     //
     this.menuShowTemporalLearning.CheckOnClick = true;
     this.menuShowTemporalLearning.Name = "menuShowTemporalLearning";
     this.menuShowTemporalLearning.Size = new System.Drawing.Size(198, 22);
     this.menuShowTemporalLearning.Text = "Temporal Learning";
     this.menuShowTemporalLearning.Click += new System.EventHandler(this.menuShowTemporalLearning_Click);
     //
     // menuShowCoordinateSystem
     //
     this.menuShowCoordinateSystem.CheckOnClick = true;
     this.menuShowCoordinateSystem.Name = "menuShowCoordinateSystem";
     this.menuShowCoordinateSystem.Size = new System.Drawing.Size(198, 22);
     this.menuShowCoordinateSystem.Text = "Coordinate System";
     this.menuShowCoordinateSystem.Click += new System.EventHandler(this.menuShowCoordinateSystem_Click);
     //
     // menuActiveColumnGrid
     //
     this.menuActiveColumnGrid.CheckOnClick = true;
     this.menuActiveColumnGrid.Name = "menuActiveColumnGrid";
     this.menuActiveColumnGrid.Size = new System.Drawing.Size(198, 22);
     this.menuActiveColumnGrid.Text = "Active Column Grid";
     this.menuActiveColumnGrid.Click += new System.EventHandler(this.menuActiveColumnGrid_Click);
     //
     // menuShowPredictedGrid
     //
     this.menuShowPredictedGrid.CheckOnClick = true;
     this.menuShowPredictedGrid.Name = "menuShowPredictedGrid";
     this.menuShowPredictedGrid.Size = new System.Drawing.Size(198, 22);
     this.menuShowPredictedGrid.Text = "Region Predictions Grid";
     this.menuShowPredictedGrid.Click += new System.EventHandler(this.menuShowPredictedGrid_Click);
     //
     // showCorrectButton
     //
     this.showCorrectButton.BackColor = System.Drawing.Color.Green;
     this.showCorrectButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.showCorrectButton.Image = ((System.Drawing.Image)(resources.GetObject("showCorrectButton.Image")));
     this.showCorrectButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showCorrectButton.Name = "showCorrectButton";
     this.showCorrectButton.Size = new System.Drawing.Size(23, 22);
     this.showCorrectButton.Click += new System.EventHandler(this.showCorrectButton_Click);
     //
     // showSeqPredictingButton
     //
     this.showSeqPredictingButton.BackColor = System.Drawing.Color.Magenta;
     this.showSeqPredictingButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.showSeqPredictingButton.Image = ((System.Drawing.Image)(resources.GetObject("showSeqPredictingButton.Image")));
     this.showSeqPredictingButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showSeqPredictingButton.Name = "showSeqPredictingButton";
     this.showSeqPredictingButton.Size = new System.Drawing.Size(23, 22);
     this.showSeqPredictingButton.Click += new System.EventHandler(this.showSeqPredictingButton_Click);
     //
     // showPredictingButton
     //
     this.showPredictingButton.BackColor = System.Drawing.Color.Chocolate;
     this.showPredictingButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.showPredictingButton.Image = ((System.Drawing.Image)(resources.GetObject("showPredictingButton.Image")));
     this.showPredictingButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showPredictingButton.Name = "showPredictingButton";
     this.showPredictingButton.Size = new System.Drawing.Size(23, 22);
     this.showPredictingButton.Click += new System.EventHandler(this.showPredictingButton_Click);
     //
     // showLearningButton
     //
     this.showLearningButton.BackColor = System.Drawing.Color.Gray;
     this.showLearningButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.showLearningButton.Image = ((System.Drawing.Image)(resources.GetObject("showLearningButton.Image")));
     this.showLearningButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showLearningButton.Name = "showLearningButton";
     this.showLearningButton.Size = new System.Drawing.Size(23, 22);
     this.showLearningButton.Click += new System.EventHandler(this.showLearningButton_Click);
     //
     // showActiveButton
     //
     this.showActiveButton.BackColor = System.Drawing.Color.Black;
     this.showActiveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.showActiveButton.ForeColor = System.Drawing.Color.White;
     this.showActiveButton.Image = ((System.Drawing.Image)(resources.GetObject("showActiveButton.Image")));
     this.showActiveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showActiveButton.Name = "showActiveButton";
     this.showActiveButton.Size = new System.Drawing.Size(23, 22);
     this.showActiveButton.Click += new System.EventHandler(this.showActiveButton_Click);
     //
     // showFalsePredictedButton
     //
     this.showFalsePredictedButton.BackColor = System.Drawing.Color.Red;
     this.showFalsePredictedButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.showFalsePredictedButton.Image = ((System.Drawing.Image)(resources.GetObject("showFalsePredictedButton.Image")));
     this.showFalsePredictedButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showFalsePredictedButton.Name = "showFalsePredictedButton";
     this.showFalsePredictedButton.Size = new System.Drawing.Size(23, 22);
     this.showFalsePredictedButton.Click += new System.EventHandler(this.showFalsePredictedButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // btnResetCamera
     //
     this.btnResetCamera.BackColor = System.Drawing.SystemColors.ControlLight;
     this.btnResetCamera.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnResetCamera.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnResetCamera.Name = "btnResetCamera";
     this.btnResetCamera.Size = new System.Drawing.Size(67, 22);
     this.btnResetCamera.Text = "Reset Cam";
     this.btnResetCamera.Click += new System.EventHandler(this.btnResetCamera_Click);
     //
     // Simulation3DForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(884, 691);
     this.Controls.Add(this.toolBar);
     this.Controls.Add(this.pictureBoxSurface);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MinimumSize = new System.Drawing.Size(400, 400);
     this.Name = "Simulation3DForm";
     this.Text = "3D Neural Network Simulation";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSurface)).EndInit();
     this.toolBar.ResumeLayout(false);
     this.toolBar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #33
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(GEToolStrip));
     this.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.dropDownSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.screenGrabButton  = new System.Windows.Forms.ToolStripButton();
     this.viewInMapsButton  = new System.Windows.Forms.ToolStripButton();
     this.navigationTextBox = new System.Windows.Forms.ToolStripTextBox();
     this.navigationTextBoxStringCollection = new System.Windows.Forms.AutoCompleteStringCollection();
     this.submitButton            = new System.Windows.Forms.ToolStripButton();
     this.refreshButton           = new System.Windows.Forms.ToolStripButton();
     this.navigationSeparator     = new System.Windows.Forms.ToolStripSeparator();
     this.viewDropDownButton      = new System.Windows.Forms.ToolStripDropDownButton();
     this.skyMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.sunMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.historyMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsDropDownButton   = new System.Windows.Forms.ToolStripDropDownButton();
     this.imperialUnitsMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.fadeInOutMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.controlsMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.statusBarMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.gridMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.overviewMapMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.scaleLegendMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.atmosphereMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.mouseNavigationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.layersDropDownButton    = new System.Windows.Forms.ToolStripDropDownButton();
     this.bordersMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.buildingsMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.buildingsGreyMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.roadsMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.terrainMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.imageryDropDownButton   = new System.Windows.Forms.ToolStripDropDownButton();
     this.earthMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.marsMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.moonMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.languageSeparator       = new System.Windows.Forms.ToolStripSeparator();
     this.languageComboBox        = new System.Windows.Forms.ToolStripComboBox();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "go");
     this.imageList1.Images.SetKeyName(1, "refresh");
     this.imageList1.Images.SetKeyName(2, "jpg");
     this.imageList1.Images.SetKeyName(3, "map");
     //
     // dropDownSeparator
     //
     this.dropDownSeparator.Name = "dropDownSeparator";
     this.dropDownSeparator.Size = new System.Drawing.Size(6, 6);
     //
     // screenGrabButton
     //
     this.screenGrabButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.screenGrabButton.ImageKey              = "jpg";
     this.screenGrabButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.screenGrabButton.Name        = "screenGrabButton";
     this.screenGrabButton.Size        = new System.Drawing.Size(23, 20);
     this.screenGrabButton.Tag         = "SCREENGRAB";
     this.screenGrabButton.Text        = "PrtScr";
     this.screenGrabButton.ToolTipText = "Screen Grab";
     this.screenGrabButton.Click      += new System.EventHandler(this.ScreenGrabButton_Click);
     //
     // viewInMapsButton
     //
     this.viewInMapsButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.viewInMapsButton.ImageKey              = "map";
     this.viewInMapsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.viewInMapsButton.Name        = "viewInMapsButton";
     this.viewInMapsButton.Size        = new System.Drawing.Size(23, 20);
     this.viewInMapsButton.Tag         = "VIEWMAP";
     this.viewInMapsButton.Text        = "View Map";
     this.viewInMapsButton.ToolTipText = "View in Google Maps";
     this.viewInMapsButton.Click      += new System.EventHandler(this.ViewInMapsButton_Click);
     //
     // navigationTextBox
     //
     this.navigationTextBox.AutoSize                 = false;
     this.navigationTextBox.AutoCompleteMode         = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.navigationTextBox.AutoCompleteSource       = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.navigationTextBox.AutoCompleteCustomSource = navigationTextBoxStringCollection;
     this.navigationTextBox.Name        = "navigationTextBox";
     this.navigationTextBox.Size        = new System.Drawing.Size(100, 21);
     this.navigationTextBox.Tag         = "NAVIGATION";
     this.navigationTextBox.ToolTipText = "Enter a location or the url of a kml\\kmz file";
     this.navigationTextBox.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.NavigationTextBox_KeyUp);
     //
     // submitButton
     //
     this.submitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.submitButton.ImageKey              = "go";
     this.submitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.submitButton.Name        = "submitButton";
     this.submitButton.Size        = new System.Drawing.Size(23, 20);
     this.submitButton.ToolTipText = "Go!";
     this.submitButton.Click      += new System.EventHandler(this.NavigationButton_Click);
     //
     // refreshButton
     //
     this.refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.refreshButton.ImageKey     = "refresh";
     this.refreshButton.Name         = "refreshButton";
     this.refreshButton.Size         = new System.Drawing.Size(23, 20);
     this.refreshButton.Tag          = "REFRESH";
     this.refreshButton.Text         = "refresh";
     this.refreshButton.ToolTipText  = "Refresh the plugin";
     this.refreshButton.Click       += new System.EventHandler(this.RefreshButton_Click);
     //
     // navigationSeparator
     //
     this.navigationSeparator.Name = "navigationSeparator";
     this.navigationSeparator.Size = new System.Drawing.Size(6, 6);
     //
     // viewDropDownButton
     //
     this.viewDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.viewDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.skyMenuItem,
         this.sunMenuItem,
         this.historyMenuItem
     });
     this.viewDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.viewDropDownButton.Name        = "viewDropDownButton";
     this.viewDropDownButton.Size        = new System.Drawing.Size(42, 17);
     this.viewDropDownButton.Tag         = "VIEW";
     this.viewDropDownButton.Text        = "View";
     this.viewDropDownButton.ToolTipText = "Change the View settings";
     //
     // skyMenuItem
     //
     this.skyMenuItem.CheckOnClick = true;
     this.skyMenuItem.Name         = "skyMenuItem";
     this.skyMenuItem.Size         = new System.Drawing.Size(126, 22);
     this.skyMenuItem.Tag          = "SKY";
     this.skyMenuItem.Text         = "Sky Mode";
     this.skyMenuItem.ToolTipText  = "Toggle Sky and Earth mode";
     this.skyMenuItem.Click       += new System.EventHandler(this.ViewItem_Clicked);
     //
     // sunMenuItem
     //
     this.sunMenuItem.CheckOnClick = true;
     this.sunMenuItem.Name         = "sunMenuItem";
     this.sunMenuItem.Size         = new System.Drawing.Size(126, 22);
     this.sunMenuItem.Tag          = "SUN";
     this.sunMenuItem.Text         = "Sun";
     this.sunMenuItem.ToolTipText  = "Toggle the sun visiblity";
     this.sunMenuItem.Click       += new System.EventHandler(this.ViewItem_Clicked);
     //
     // historyMenuItem
     //
     this.historyMenuItem.CheckOnClick = true;
     this.historyMenuItem.Name         = "historyMenuItem";
     this.historyMenuItem.Size         = new System.Drawing.Size(126, 22);
     this.historyMenuItem.Tag          = "HISTORY";
     this.historyMenuItem.Text         = "Historical imagery";
     this.historyMenuItem.ToolTipText  = "Toggle the historical imagery";
     this.historyMenuItem.Click       += new System.EventHandler(this.ViewItem_Clicked);
     //
     // optionsDropDownButton
     //
     this.optionsDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.optionsDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.imperialUnitsMenuItem,
         this.controlsMenuItem,
         this.statusBarMenuItem,
         this.gridMenuItem,
         this.overviewMapMenuItem,
         this.scaleLegendMenuItem,
         this.atmosphereMenuItem,
         this.fadeInOutMenuItem,
         this.mouseNavigationMenuItem
     });
     this.optionsDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.optionsDropDownButton.Name        = "optionsDropDownButton";
     this.optionsDropDownButton.Size        = new System.Drawing.Size(57, 17);
     this.optionsDropDownButton.Tag         = "OPTIONS";
     this.optionsDropDownButton.Text        = "Options";
     this.optionsDropDownButton.ToolTipText = "Toggle the various options";
     //
     // controlsMenuItem
     //
     this.controlsMenuItem.CheckOnClick = true;
     this.controlsMenuItem.Name         = "controlsMenuItem";
     this.controlsMenuItem.Size         = new System.Drawing.Size(169, 22);
     this.controlsMenuItem.Tag          = "CONTROLS";
     this.controlsMenuItem.Text         = "Controls";
     this.controlsMenuItem.ToolTipText  = "Toggle the controls visiblity";
     this.controlsMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // statusBarMenuItem
     //
     this.statusBarMenuItem.CheckOnClick = true;
     this.statusBarMenuItem.Name         = "statusBarMenuItem";
     this.statusBarMenuItem.Size         = new System.Drawing.Size(169, 22);
     this.statusBarMenuItem.Tag          = "STATUS";
     this.statusBarMenuItem.Text         = "Status bar";
     this.statusBarMenuItem.ToolTipText  = "Toggle the Status bar visiblity";
     this.statusBarMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // gridMenuItem
     //
     this.gridMenuItem.CheckOnClick = true;
     this.gridMenuItem.Name         = "gridMenuItem";
     this.gridMenuItem.Size         = new System.Drawing.Size(169, 22);
     this.gridMenuItem.Tag          = "GRID";
     this.gridMenuItem.Text         = "Grid";
     this.gridMenuItem.ToolTipText  = "Toggle the Grid visiblity";
     this.gridMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // overviewMapMenuItem
     //
     this.overviewMapMenuItem.CheckOnClick = true;
     this.overviewMapMenuItem.Name         = "overviewMapMenuItem";
     this.overviewMapMenuItem.Size         = new System.Drawing.Size(169, 22);
     this.overviewMapMenuItem.Tag          = "OVERVIEW";
     this.overviewMapMenuItem.Text         = "Overview map";
     this.overviewMapMenuItem.ToolTipText  = "Toggle the Overview map visiblity";
     this.overviewMapMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // scaleLegendMenuItem
     //
     this.scaleLegendMenuItem.CheckOnClick = true;
     this.scaleLegendMenuItem.Name         = "scaleLegendMenuItem";
     this.scaleLegendMenuItem.Size         = new System.Drawing.Size(169, 22);
     this.scaleLegendMenuItem.Tag          = "SCALE";
     this.scaleLegendMenuItem.Text         = "Scale legend";
     this.scaleLegendMenuItem.ToolTipText  = "Toggle the Scale legend visiblity";
     this.scaleLegendMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // atmosphereMenuItem
     //
     this.atmosphereMenuItem.Checked      = true;
     this.atmosphereMenuItem.CheckOnClick = true;
     this.atmosphereMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.atmosphereMenuItem.Name         = "atmosphereMenuItem";
     this.atmosphereMenuItem.Size         = new System.Drawing.Size(169, 22);
     this.atmosphereMenuItem.Tag          = "ATMOSPHERE";
     this.atmosphereMenuItem.Text         = "Atmosphere";
     this.atmosphereMenuItem.ToolTipText  = "Toggle the Atmosphere visiblity";
     this.atmosphereMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // mouseNavigationMenuItem
     //
     this.mouseNavigationMenuItem.Checked      = true;
     this.mouseNavigationMenuItem.CheckOnClick = true;
     this.mouseNavigationMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.mouseNavigationMenuItem.Name         = "mouseNavigationMenuItem";
     this.mouseNavigationMenuItem.Size         = new System.Drawing.Size(169, 22);
     this.mouseNavigationMenuItem.Tag          = "MOUSE";
     this.mouseNavigationMenuItem.Text         = "Mouse navigation";
     this.mouseNavigationMenuItem.ToolTipText  = "Toggle Mouse navigation enabled";
     this.mouseNavigationMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // imperialMenuItem
     //
     this.imperialUnitsMenuItem.Checked      = false;
     this.imperialUnitsMenuItem.CheckOnClick = true;
     this.imperialUnitsMenuItem.CheckState   = System.Windows.Forms.CheckState.Unchecked;
     this.imperialUnitsMenuItem.Name         = "imperialMenuItem";
     this.imperialUnitsMenuItem.Tag          = "IMPERIAL";
     this.imperialUnitsMenuItem.Text         = "Imperial Units";
     this.imperialUnitsMenuItem.ToolTipText  = "Use imperial units for the plugin";
     this.imperialUnitsMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // fadeInOutMenuItem
     //
     this.fadeInOutMenuItem.Checked      = true;
     this.fadeInOutMenuItem.CheckOnClick = true;
     this.fadeInOutMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.fadeInOutMenuItem.Name         = "fadeInOutMenuItem";
     this.fadeInOutMenuItem.Tag          = "FADEINOUT";
     this.fadeInOutMenuItem.Text         = "Animate features";
     this.fadeInOutMenuItem.ToolTipText  = "Animate new features with a slight change of scale";
     this.fadeInOutMenuItem.Click       += new System.EventHandler(this.OptionsItem_Clicked);
     //
     // layersDropDownButton
     //
     this.layersDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.layersDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bordersMenuItem,
         this.buildingsMenuItem,
         this.buildingsGreyMenuItem,
         this.roadsMenuItem,
         this.terrainMenuItem
     });
     this.layersDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.layersDropDownButton.Name        = "layersDropDownButton";
     this.layersDropDownButton.Size        = new System.Drawing.Size(52, 17);
     this.layersDropDownButton.Tag         = "LAYERS";
     this.layersDropDownButton.Text        = "Layers";
     this.layersDropDownButton.ToolTipText = "Toggle the in-built layers";
     //
     // bordersMenuItem
     //
     this.bordersMenuItem.CheckOnClick = true;
     this.bordersMenuItem.Name         = "bordersMenuItem";
     this.bordersMenuItem.Size         = new System.Drawing.Size(168, 22);
     this.bordersMenuItem.Tag          = "BORDERS";
     this.bordersMenuItem.Text         = "Borders";
     this.bordersMenuItem.ToolTipText  = "Toggle the Borders layer";
     this.bordersMenuItem.Click       += new System.EventHandler(this.LayersItem_Clicked);
     //
     // buildingsMenuItem
     //
     this.buildingsMenuItem.CheckOnClick = true;
     this.buildingsMenuItem.Name         = "buildingsMenuItem";
     this.buildingsMenuItem.Size         = new System.Drawing.Size(168, 22);
     this.buildingsMenuItem.Tag          = "BUILDINGS";
     this.buildingsMenuItem.Text         = "Buildings";
     this.buildingsMenuItem.ToolTipText  = "Toggle the Low Resolution Buildings layer";
     this.buildingsMenuItem.Click       += new System.EventHandler(this.LayersItem_Clicked);
     //
     // buildingsGreyMenuItem
     //
     this.buildingsGreyMenuItem.CheckOnClick = true;
     this.buildingsGreyMenuItem.Name         = "buildingsGreyMenuItem";
     this.buildingsGreyMenuItem.Size         = new System.Drawing.Size(168, 22);
     this.buildingsGreyMenuItem.Tag          = "BUILDINGS_GREY_LOW_RES";
     this.buildingsGreyMenuItem.Text         = "Buildings Low-res";
     this.buildingsGreyMenuItem.Click       += new System.EventHandler(this.LayersItem_Clicked);
     //
     // roadsMenuItem
     //
     this.roadsMenuItem.CheckOnClick = true;
     this.roadsMenuItem.Name         = "roadsMenuItem";
     this.roadsMenuItem.Size         = new System.Drawing.Size(168, 22);
     this.roadsMenuItem.Tag          = "ROADS";
     this.roadsMenuItem.Text         = "Roads";
     this.roadsMenuItem.ToolTipText  = "Toggle the Roads layer";
     this.roadsMenuItem.Click       += new System.EventHandler(this.LayersItem_Clicked);
     //
     // terrainMenuItem
     //
     this.terrainMenuItem.Checked      = true;
     this.terrainMenuItem.CheckOnClick = true;
     this.terrainMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.terrainMenuItem.Name         = "terrainMenuItem";
     this.terrainMenuItem.Size         = new System.Drawing.Size(168, 22);
     this.terrainMenuItem.Tag          = "TERRAIN";
     this.terrainMenuItem.Text         = "Terrain";
     this.terrainMenuItem.ToolTipText  = "Toggle the Terrain layer";
     this.terrainMenuItem.Click       += new System.EventHandler(this.LayersItem_Clicked);
     //
     // imageryDropDownButton
     //
     this.imageryDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.imageryDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.earthMenuItem,
         this.marsMenuItem,
         this.moonMenuItem
     });
     this.imageryDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.imageryDropDownButton.Name        = "imageryDropDownButton";
     this.imageryDropDownButton.Size        = new System.Drawing.Size(42, 17);
     this.imageryDropDownButton.Tag         = "IMAGERY";
     this.imageryDropDownButton.Text        = "Imagery";
     this.imageryDropDownButton.ToolTipText = "Change the Imagery database settings";
     //
     // earthMenuItem
     //
     this.earthMenuItem.Checked      = true;
     this.earthMenuItem.CheckOnClick = true;
     this.earthMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.earthMenuItem.Enabled      = false;
     this.earthMenuItem.Name         = "earthMenuItem";
     this.earthMenuItem.Size         = new System.Drawing.Size(106, 22);
     this.earthMenuItem.Tag          = ImageryBase.Earth;
     this.earthMenuItem.Text         = "Earth";
     this.earthMenuItem.ToolTipText  = "Use the Earth imagery";
     this.earthMenuItem.Click       += new System.EventHandler(this.ImageryItem_Clicked);
     //
     // marsMenuItem
     //
     this.marsMenuItem.CheckOnClick = true;
     this.marsMenuItem.Name         = "marsMenuItem";
     this.marsMenuItem.Size         = new System.Drawing.Size(106, 22);
     this.marsMenuItem.Tag          = ImageryBase.Mars;
     this.marsMenuItem.Text         = "Mars";
     this.marsMenuItem.ToolTipText  = "Use the Mars imagery";
     this.marsMenuItem.Click       += new System.EventHandler(this.ImageryItem_Clicked);
     //
     // moonMenuItem
     //
     this.moonMenuItem.CheckOnClick = true;
     this.moonMenuItem.Name         = "moonMenuItem";
     this.moonMenuItem.Size         = new System.Drawing.Size(106, 22);
     this.moonMenuItem.Tag          = ImageryBase.Moon;
     this.moonMenuItem.Text         = "Moon";
     this.moonMenuItem.ToolTipText  = "Use the Moon imagery";
     this.moonMenuItem.Click       += new System.EventHandler(this.ImageryItem_Clicked);
     //
     // languageSeparator
     //
     this.languageSeparator.Name = "languageSeparator";
     this.languageSeparator.Size = new System.Drawing.Size(6, 6);
     //
     // languageComboBox
     //
     this.languageComboBox.Text                  = "language";
     this.languageComboBox.Name                  = "languageComboBox";
     this.moonMenuItem.ToolTipText               = "Change the plugin language";
     this.languageComboBox.AutoSize              = true;
     this.languageComboBox.DropDownHeight        = 250;
     this.languageComboBox.Size                  = new System.Drawing.Size(106, 22);
     this.languageComboBox.SelectedIndexChanged += new System.EventHandler(LanguageComboBox_SelectedIndexChanged);
     //
     // GEToolStrip
     //
     this.ImageList = this.imageList1;
     this.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.navigationTextBox,
         this.submitButton,
         this.refreshButton,
         this.navigationSeparator,
         this.viewDropDownButton,
         this.optionsDropDownButton,
         this.layersDropDownButton,
         this.imageryDropDownButton,
         this.dropDownSeparator,
         this.screenGrabButton,
         this.viewInMapsButton,
         this.languageSeparator,
         this.languageComboBox
     });
     this.Layout += new System.Windows.Forms.LayoutEventHandler(this.GEToolStrip_Layout);
     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(SiriusSudokuForm));
     this.SudokuToolStrip = new System.Windows.Forms.ToolStrip();
     this.EasyToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.MediumToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.HardToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.ExtremeToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.SillyHardToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.TimerToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
     this.PauseToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.EnterPuzzleToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.enterPuzzleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.beginSolvingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.savePuzzleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.HallOfFameToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.PlayerToolStripLabel = new System.Windows.Forms.ToolStripLabel();
     this.PlayersToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.ShowErrorsCheckBox = new System.Windows.Forms.CheckBox();
     this.SecondTimer = new System.Windows.Forms.Timer(this.components);
     this.ShowNumberCountCheckBox = new System.Windows.Forms.CheckBox();
     this.HighlightPencilMarksCheckBox = new System.Windows.Forms.CheckBox();
     this.RestartGameButton = new System.Windows.Forms.Button();
     this.GameBoardPanel = new System.Windows.Forms.Panel();
     this.TheGameBoard = new SiriusSudoku.SudokuGameBoard();
     this.NumberSelectionPanel = new SiriusSudoku.NumberSelectionUserControl();
     this.SudokuToolStrip.SuspendLayout();
     this.GameBoardPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // SudokuToolStrip
     //
     this.SudokuToolStrip.AutoSize = false;
     this.SudokuToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.EasyToolStripButton,
     this.MediumToolStripButton,
     this.HardToolStripButton,
     this.ExtremeToolStripButton,
     this.SillyHardToolStripButton,
     this.TimerToolStripTextBox,
     this.PauseToolStripButton,
     this.toolStripSeparator1,
     this.EnterPuzzleToolStripDropDownButton,
     this.toolStripSeparator2,
     this.HallOfFameToolStripButton,
     this.toolStripSeparator3,
     this.PlayerToolStripLabel,
     this.PlayersToolStripComboBox});
     this.SudokuToolStrip.Location = new System.Drawing.Point(0, 0);
     this.SudokuToolStrip.Name = "SudokuToolStrip";
     this.SudokuToolStrip.Size = new System.Drawing.Size(1087, 35);
     this.SudokuToolStrip.TabIndex = 3;
     this.SudokuToolStrip.Text = "toolStrip1";
     //
     // EasyToolStripButton
     //
     this.EasyToolStripButton.AutoSize = false;
     this.EasyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.EasyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("EasyToolStripButton.Image")));
     this.EasyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.EasyToolStripButton.Name = "EasyToolStripButton";
     this.EasyToolStripButton.Size = new System.Drawing.Size(90, 30);
     this.EasyToolStripButton.Text = "Easy";
     this.EasyToolStripButton.Click += new System.EventHandler(this.EasyToolStripButton_Click);
     //
     // MediumToolStripButton
     //
     this.MediumToolStripButton.AutoSize = false;
     this.MediumToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.MediumToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("MediumToolStripButton.Image")));
     this.MediumToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MediumToolStripButton.Name = "MediumToolStripButton";
     this.MediumToolStripButton.Size = new System.Drawing.Size(90, 30);
     this.MediumToolStripButton.Text = "Medium";
     this.MediumToolStripButton.Click += new System.EventHandler(this.MediumToolStripButton_Click);
     //
     // HardToolStripButton
     //
     this.HardToolStripButton.AutoSize = false;
     this.HardToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.HardToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("HardToolStripButton.Image")));
     this.HardToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.HardToolStripButton.Name = "HardToolStripButton";
     this.HardToolStripButton.Size = new System.Drawing.Size(90, 30);
     this.HardToolStripButton.Text = "Hard";
     this.HardToolStripButton.Click += new System.EventHandler(this.HardToolStripButton_Click);
     //
     // ExtremeToolStripButton
     //
     this.ExtremeToolStripButton.AutoSize = false;
     this.ExtremeToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.ExtremeToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ExtremeToolStripButton.Image")));
     this.ExtremeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ExtremeToolStripButton.Name = "ExtremeToolStripButton";
     this.ExtremeToolStripButton.Size = new System.Drawing.Size(90, 30);
     this.ExtremeToolStripButton.Text = "Extreme";
     this.ExtremeToolStripButton.Click += new System.EventHandler(this.ExtremeToolStripButton_Click);
     //
     // SillyHardToolStripButton
     //
     this.SillyHardToolStripButton.AutoSize = false;
     this.SillyHardToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.SillyHardToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("SillyHardToolStripButton.Image")));
     this.SillyHardToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SillyHardToolStripButton.Name = "SillyHardToolStripButton";
     this.SillyHardToolStripButton.Size = new System.Drawing.Size(90, 30);
     this.SillyHardToolStripButton.Text = "Silly Hard";
     this.SillyHardToolStripButton.Click += new System.EventHandler(this.SillyHardToolStripButton_Click);
     //
     // TimerToolStripTextBox
     //
     this.TimerToolStripTextBox.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.TimerToolStripTextBox.BackColor = System.Drawing.SystemColors.Window;
     this.TimerToolStripTextBox.Name = "TimerToolStripTextBox";
     this.TimerToolStripTextBox.ReadOnly = true;
     this.TimerToolStripTextBox.Size = new System.Drawing.Size(50, 35);
     this.TimerToolStripTextBox.Text = "00:00";
     this.TimerToolStripTextBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // PauseToolStripButton
     //
     this.PauseToolStripButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.PauseToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.PauseToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("PauseToolStripButton.Image")));
     this.PauseToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.PauseToolStripButton.Name = "PauseToolStripButton";
     this.PauseToolStripButton.Size = new System.Drawing.Size(42, 32);
     this.PauseToolStripButton.Text = "Pause";
     this.PauseToolStripButton.Click += new System.EventHandler(this.PauseToolStripButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 35);
     //
     // EnterPuzzleToolStripDropDownButton
     //
     this.EnterPuzzleToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.EnterPuzzleToolStripDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.enterPuzzleToolStripMenuItem,
     this.beginSolvingToolStripMenuItem,
     this.savePuzzleToolStripMenuItem});
     this.EnterPuzzleToolStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("EnterPuzzleToolStripDropDownButton.Image")));
     this.EnterPuzzleToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.EnterPuzzleToolStripDropDownButton.Name = "EnterPuzzleToolStripDropDownButton";
     this.EnterPuzzleToolStripDropDownButton.Size = new System.Drawing.Size(139, 32);
     this.EnterPuzzleToolStripDropDownButton.Text = "Enter Your Own Puzzle";
     //
     // enterPuzzleToolStripMenuItem
     //
     this.enterPuzzleToolStripMenuItem.Name = "enterPuzzleToolStripMenuItem";
     this.enterPuzzleToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.enterPuzzleToolStripMenuItem.Text = "Enter Puzzle";
     this.enterPuzzleToolStripMenuItem.Click += new System.EventHandler(this.enterPuzzleToolStripMenuItem_Click);
     //
     // beginSolvingToolStripMenuItem
     //
     this.beginSolvingToolStripMenuItem.Name = "beginSolvingToolStripMenuItem";
     this.beginSolvingToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.beginSolvingToolStripMenuItem.Text = "Begin Solving";
     this.beginSolvingToolStripMenuItem.Click += new System.EventHandler(this.beginSolvingToolStripMenuItem_Click);
     //
     // savePuzzleToolStripMenuItem
     //
     this.savePuzzleToolStripMenuItem.Name = "savePuzzleToolStripMenuItem";
     this.savePuzzleToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.savePuzzleToolStripMenuItem.Text = "Save Puzzle";
     this.savePuzzleToolStripMenuItem.Click += new System.EventHandler(this.savePuzzleToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 35);
     //
     // HallOfFameToolStripButton
     //
     this.HallOfFameToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.HallOfFameToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("HallOfFameToolStripButton.Image")));
     this.HallOfFameToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.HallOfFameToolStripButton.Name = "HallOfFameToolStripButton";
     this.HallOfFameToolStripButton.Size = new System.Drawing.Size(78, 32);
     this.HallOfFameToolStripButton.Text = "Hall of Fame";
     this.HallOfFameToolStripButton.Click += new System.EventHandler(this.HallOfFameToolStripButton_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 35);
     //
     // PlayerToolStripLabel
     //
     this.PlayerToolStripLabel.Name = "PlayerToolStripLabel";
     this.PlayerToolStripLabel.Size = new System.Drawing.Size(39, 32);
     this.PlayerToolStripLabel.Text = "Player";
     //
     // PlayersToolStripComboBox
     //
     this.PlayersToolStripComboBox.Name = "PlayersToolStripComboBox";
     this.PlayersToolStripComboBox.Size = new System.Drawing.Size(121, 35);
     this.PlayersToolStripComboBox.SelectedIndexChanged += new System.EventHandler(this.PlayersToolStripComboBox_SelectedIndexChanged);
     //
     // ShowErrorsCheckBox
     //
     this.ShowErrorsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ShowErrorsCheckBox.AutoSize = true;
     this.ShowErrorsCheckBox.Location = new System.Drawing.Point(942, 450);
     this.ShowErrorsCheckBox.Name = "ShowErrorsCheckBox";
     this.ShowErrorsCheckBox.Size = new System.Drawing.Size(83, 17);
     this.ShowErrorsCheckBox.TabIndex = 4;
     this.ShowErrorsCheckBox.Text = "Show Errors";
     this.ShowErrorsCheckBox.UseVisualStyleBackColor = true;
     this.ShowErrorsCheckBox.CheckedChanged += new System.EventHandler(this.ShowErrorsCheckBox_CheckedChanged);
     //
     // SecondTimer
     //
     this.SecondTimer.Enabled = true;
     this.SecondTimer.Interval = 1000;
     this.SecondTimer.Tick += new System.EventHandler(this.SecondTimer_Tick);
     //
     // ShowNumberCountCheckBox
     //
     this.ShowNumberCountCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ShowNumberCountCheckBox.AutoSize = true;
     this.ShowNumberCountCheckBox.Checked = true;
     this.ShowNumberCountCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ShowNumberCountCheckBox.Location = new System.Drawing.Point(942, 473);
     this.ShowNumberCountCheckBox.Name = "ShowNumberCountCheckBox";
     this.ShowNumberCountCheckBox.Size = new System.Drawing.Size(124, 17);
     this.ShowNumberCountCheckBox.TabIndex = 5;
     this.ShowNumberCountCheckBox.Text = "Show Number Count";
     this.ShowNumberCountCheckBox.UseVisualStyleBackColor = true;
     this.ShowNumberCountCheckBox.CheckedChanged += new System.EventHandler(this.ShowNumberCountCheckBox_CheckedChanged);
     //
     // HighlightPencilMarksCheckBox
     //
     this.HighlightPencilMarksCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.HighlightPencilMarksCheckBox.AutoSize = true;
     this.HighlightPencilMarksCheckBox.Location = new System.Drawing.Point(942, 496);
     this.HighlightPencilMarksCheckBox.Name = "HighlightPencilMarksCheckBox";
     this.HighlightPencilMarksCheckBox.Size = new System.Drawing.Size(131, 17);
     this.HighlightPencilMarksCheckBox.TabIndex = 6;
     this.HighlightPencilMarksCheckBox.Text = "Highlight Pencil Marks";
     this.HighlightPencilMarksCheckBox.UseVisualStyleBackColor = true;
     this.HighlightPencilMarksCheckBox.CheckedChanged += new System.EventHandler(this.HighlightPencilMarksCheckBox_CheckedChanged);
     //
     // RestartGameButton
     //
     this.RestartGameButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.RestartGameButton.Location = new System.Drawing.Point(942, 580);
     this.RestartGameButton.Name = "RestartGameButton";
     this.RestartGameButton.Size = new System.Drawing.Size(133, 31);
     this.RestartGameButton.TabIndex = 7;
     this.RestartGameButton.Text = "Restart Current Game";
     this.RestartGameButton.UseVisualStyleBackColor = true;
     this.RestartGameButton.Click += new System.EventHandler(this.RestartGameButton_Click);
     //
     // GameBoardPanel
     //
     this.GameBoardPanel.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.GameBoardPanel.Controls.Add(this.TheGameBoard);
     this.GameBoardPanel.Location = new System.Drawing.Point(12, 42);
     this.GameBoardPanel.Margin = new System.Windows.Forms.Padding(0);
     this.GameBoardPanel.Name = "GameBoardPanel";
     this.GameBoardPanel.Size = new System.Drawing.Size(924, 568);
     this.GameBoardPanel.TabIndex = 8;
     this.GameBoardPanel.Resize += new System.EventHandler(this.GameBoardPanel_Resize);
     //
     // TheGameBoard
     //
     this.TheGameBoard.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.TheGameBoard.GridSize = 9;
     this.TheGameBoard.HighlightPencilMarks = false;
     this.TheGameBoard.Location = new System.Drawing.Point(3, 3);
     this.TheGameBoard.Margin = new System.Windows.Forms.Padding(0);
     this.TheGameBoard.Name = "TheGameBoard";
     this.TheGameBoard.NumberSelected = -1;
     this.TheGameBoard.ShowErrors = false;
     this.TheGameBoard.Size = new System.Drawing.Size(918, 562);
     this.TheGameBoard.SolutionGrid = null;
     this.TheGameBoard.TabIndex = 0;
     //
     // NumberSelectionPanel
     //
     this.NumberSelectionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.NumberSelectionPanel.Location = new System.Drawing.Point(942, 42);
     this.NumberSelectionPanel.Name = "NumberSelectionPanel";
     this.NumberSelectionPanel.Size = new System.Drawing.Size(133, 399);
     this.NumberSelectionPanel.TabIndex = 1;
     //
     // SiriusSudokuForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1087, 621);
     this.Controls.Add(this.GameBoardPanel);
     this.Controls.Add(this.RestartGameButton);
     this.Controls.Add(this.HighlightPencilMarksCheckBox);
     this.Controls.Add(this.ShowNumberCountCheckBox);
     this.Controls.Add(this.ShowErrorsCheckBox);
     this.Controls.Add(this.SudokuToolStrip);
     this.Controls.Add(this.NumberSelectionPanel);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(685, 598);
     this.Name = "SiriusSudokuForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Sirius Sudoku";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SiriusSudokuForm_FormClosing);
     this.Load += new System.EventHandler(this.SiriusSudokuForm_Load);
     this.Resize += new System.EventHandler(this.SiriusSudokuForm_Resize);
     this.SudokuToolStrip.ResumeLayout(false);
     this.SudokuToolStrip.PerformLayout();
     this.GameBoardPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.ToolBar1            = new System.Windows.Forms.ToolStrip();
     this.tbImageSave         = new System.Windows.Forms.ToolStripButton();
     this.tbs1                = new System.Windows.Forms.ToolStripSeparator();
     this.tbGensCommon        = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuGensCommon      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tbGensAncestors     = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuGensAncestors   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tbGensDescendants   = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuGensDescendants = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tbs2                = new System.Windows.Forms.ToolStripSeparator();
     this.tbModes             = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuModes           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miModeBoth          = new System.Windows.Forms.ToolStripMenuItem();
     this.miModeAncestors     = new System.Windows.Forms.ToolStripMenuItem();
     this.miModeDescendants   = new System.Windows.Forms.ToolStripMenuItem();
     this.N7 = new System.Windows.Forms.ToolStripSeparator();
     this.miTraceSelected  = new System.Windows.Forms.ToolStripMenuItem();
     this.miTraceKinships  = new System.Windows.Forms.ToolStripMenuItem();
     this.miCertaintyIndex = new System.Windows.Forms.ToolStripMenuItem();
     this.N8                  = new System.Windows.Forms.ToolStripSeparator();
     this.miFillColor         = new System.Windows.Forms.ToolStripMenuItem();
     this.miFillImage         = new System.Windows.Forms.ToolStripMenuItem();
     this.N9                  = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbFilter            = new System.Windows.Forms.ToolStripButton();
     this.tbPrev              = new System.Windows.Forms.ToolStripButton();
     this.tbNext              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tbDocPreview        = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint          = new System.Windows.Forms.ToolStripButton();
     this.tbOptions           = new System.Windows.Forms.ToolStripButton();
     this.MenuPerson          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miEdit              = new System.Windows.Forms.ToolStripMenuItem();
     this.N1                  = new System.Windows.Forms.ToolStripSeparator();
     this.miFatherAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miMotherAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miFamilyAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miSpouseAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miSonAdd            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDaughterAdd       = new System.Windows.Forms.ToolStripMenuItem();
     this.N2                  = new System.Windows.Forms.ToolStripSeparator();
     this.miDelete            = new System.Windows.Forms.ToolStripMenuItem();
     this.N11                 = new System.Windows.Forms.ToolStripSeparator();
     this.miGoToRecord        = new System.Windows.Forms.ToolStripMenuItem();
     this.N3                  = new System.Windows.Forms.ToolStripSeparator();
     this.miRebuildTree       = new System.Windows.Forms.ToolStripMenuItem();
     this.miRebuildKinships   = new System.Windows.Forms.ToolStripMenuItem();
     this.N10                 = new System.Windows.Forms.ToolStripSeparator();
     this.miSelectColor       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tbBorders           = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuBorders         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ToolBar1.SuspendLayout();
     this.MenuModes.SuspendLayout();
     this.MenuPerson.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbImageSave,
         this.tbs1,
         this.tbGensCommon,
         this.tbGensAncestors,
         this.tbGensDescendants,
         this.tbs2,
         this.tbModes,
         this.toolStripSeparator1,
         this.tbFilter,
         this.tbPrev,
         this.tbNext,
         this.toolStripSeparator2,
         this.tbDocPreview,
         this.tbDocPrint,
         this.tbOptions,
         this.toolStripSeparator3,
         this.tbBorders
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(771, 25);
     this.ToolBar1.TabIndex = 0;
     //
     // tbImageSave
     //
     this.tbImageSave.Name   = "tbImageSave";
     this.tbImageSave.Size   = new System.Drawing.Size(23, 22);
     this.tbImageSave.Click += new System.EventHandler(this.tbImageSave_Click);
     //
     // tbs1
     //
     this.tbs1.Name = "tbs1";
     this.tbs1.Size = new System.Drawing.Size(6, 25);
     //
     // tbGensCommon
     //
     this.tbGensCommon.DropDown = this.MenuGensCommon;
     this.tbGensCommon.Name     = "tbGensCommon";
     this.tbGensCommon.Size     = new System.Drawing.Size(108, 22);
     this.tbGensCommon.Text     = "tbGensCommon";
     //
     // MenuGensCommon
     //
     this.MenuGensCommon.Name      = "MenuGensCommon";
     this.MenuGensCommon.OwnerItem = this.tbGensCommon;
     this.MenuGensCommon.Size      = new System.Drawing.Size(61, 4);
     //
     // tbGensAncestors
     //
     this.tbGensAncestors.DropDown = this.MenuGensAncestors;
     this.tbGensAncestors.Name     = "tbGensAncestors";
     this.tbGensAncestors.Size     = new System.Drawing.Size(109, 22);
     this.tbGensAncestors.Text     = "tbGensAncestors";
     //
     // MenuGensAncestors
     //
     this.MenuGensAncestors.Name = "MenuGensAncestors";
     this.MenuGensAncestors.Size = new System.Drawing.Size(61, 4);
     //
     // tbGensDescendants
     //
     this.tbGensDescendants.DropDown = this.MenuGensDescendants;
     this.tbGensDescendants.Name     = "tbGensDescendants";
     this.tbGensDescendants.Size     = new System.Drawing.Size(124, 22);
     this.tbGensDescendants.Text     = "tbGensDescendants";
     //
     // MenuGensDescendants
     //
     this.MenuGensDescendants.Name = "MenuGensDescendants";
     this.MenuGensDescendants.Size = new System.Drawing.Size(61, 4);
     //
     // tbs2
     //
     this.tbs2.Name = "tbs2";
     this.tbs2.Size = new System.Drawing.Size(6, 25);
     //
     // tbModes
     //
     this.tbModes.DropDown = this.MenuModes;
     this.tbModes.Name     = "tbModes";
     this.tbModes.Size     = new System.Drawing.Size(13, 22);
     //
     // MenuModes
     //
     this.MenuModes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miModeBoth,
         this.miModeAncestors,
         this.miModeDescendants,
         this.N7,
         this.miTraceSelected,
         this.miTraceKinships,
         this.miCertaintyIndex,
         this.N8,
         this.miFillColor,
         this.miFillImage,
         this.N9
     });
     this.MenuModes.Name      = "MenuModes";
     this.MenuModes.OwnerItem = this.tbModes;
     this.MenuModes.Size      = new System.Drawing.Size(187, 198);
     //
     // miModeBoth
     //
     this.miModeBoth.Name   = "miModeBoth";
     this.miModeBoth.Size   = new System.Drawing.Size(186, 22);
     this.miModeBoth.Text   = "miModeBoth";
     this.miModeBoth.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // miModeAncestors
     //
     this.miModeAncestors.Name   = "miModeAncestors";
     this.miModeAncestors.Size   = new System.Drawing.Size(186, 22);
     this.miModeAncestors.Text   = "miModeAncestors";
     this.miModeAncestors.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // miModeDescendants
     //
     this.miModeDescendants.Name   = "miModeDescendants";
     this.miModeDescendants.Size   = new System.Drawing.Size(186, 22);
     this.miModeDescendants.Text   = "miModeDescendants";
     this.miModeDescendants.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // N7
     //
     this.N7.Name = "N7";
     this.N7.Size = new System.Drawing.Size(183, 6);
     //
     // miTraceSelected
     //
     this.miTraceSelected.Name   = "miTraceSelected";
     this.miTraceSelected.Size   = new System.Drawing.Size(186, 22);
     this.miTraceSelected.Text   = "miTraceSelected";
     this.miTraceSelected.Click += new System.EventHandler(this.miTraceSelected_Click);
     //
     // miTraceKinships
     //
     this.miTraceKinships.Name   = "miTraceKinships";
     this.miTraceKinships.Size   = new System.Drawing.Size(186, 22);
     this.miTraceKinships.Text   = "miTraceKinships";
     this.miTraceKinships.Click += new System.EventHandler(this.miTraceKinships_Click);
     //
     // miCertaintyIndex
     //
     this.miCertaintyIndex.Name   = "miCertaintyIndex";
     this.miCertaintyIndex.Size   = new System.Drawing.Size(186, 22);
     this.miCertaintyIndex.Text   = "miCertaintyIndex";
     this.miCertaintyIndex.Click += new System.EventHandler(this.miCertaintyIndex_Click);
     //
     // N8
     //
     this.N8.Name = "N8";
     this.N8.Size = new System.Drawing.Size(183, 6);
     //
     // miFillColor
     //
     this.miFillColor.Name   = "miFillColor";
     this.miFillColor.Size   = new System.Drawing.Size(186, 22);
     this.miFillColor.Text   = "miFillColor";
     this.miFillColor.Click += new System.EventHandler(this.miFillColor_Click);
     //
     // miFillImage
     //
     this.miFillImage.Name   = "miFillImage";
     this.miFillImage.Size   = new System.Drawing.Size(186, 22);
     this.miFillImage.Text   = "miFillImage";
     this.miFillImage.Click += new System.EventHandler(this.miFillImage_Click);
     //
     // N9
     //
     this.N9.Name    = "N9";
     this.N9.Size    = new System.Drawing.Size(183, 6);
     this.N9.Visible = false;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tbFilter
     //
     this.tbFilter.ImageTransparentColor = System.Drawing.Color.White;
     this.tbFilter.Name   = "tbFilter";
     this.tbFilter.Size   = new System.Drawing.Size(23, 22);
     this.tbFilter.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 22);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 22);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tbDocPreview
     //
     this.tbDocPreview.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPreview.Text   = "toolStripButton1";
     this.tbDocPreview.Click += new System.EventHandler(this.tbDocPreview_Click);
     //
     // tbDocPrint
     //
     this.tbDocPrint.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPrint.Text   = "toolStripButton2";
     this.tbDocPrint.Click += new System.EventHandler(this.tbDocPrint_Click);
     //
     // tbOptions
     //
     this.tbOptions.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbOptions.Name   = "tbOptions";
     this.tbOptions.Size   = new System.Drawing.Size(23, 22);
     this.tbOptions.Text   = "tbOptions";
     this.tbOptions.Click += new System.EventHandler(this.tbOptions_Click);
     //
     // MenuPerson
     //
     this.MenuPerson.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miEdit,
         this.N1,
         this.miFatherAdd,
         this.miMotherAdd,
         this.miFamilyAdd,
         this.miSpouseAdd,
         this.miSonAdd,
         this.miDaughterAdd,
         this.N2,
         this.miDelete,
         this.N11,
         this.miGoToRecord,
         this.N3,
         this.miRebuildTree,
         this.miRebuildKinships,
         this.N10,
         this.miSelectColor
     });
     this.MenuPerson.Name     = "MenuPerson";
     this.MenuPerson.Size     = new System.Drawing.Size(173, 298);
     this.MenuPerson.Opening += new System.ComponentModel.CancelEventHandler(this.MenuPerson_Opening);
     //
     // miEdit
     //
     this.miEdit.Name   = "miEdit";
     this.miEdit.Size   = new System.Drawing.Size(172, 22);
     this.miEdit.Text   = "miEdit";
     this.miEdit.Click += new System.EventHandler(this.miEdit_Click);
     //
     // N1
     //
     this.N1.Name = "N1";
     this.N1.Size = new System.Drawing.Size(169, 6);
     //
     // miFatherAdd
     //
     this.miFatherAdd.Name   = "miFatherAdd";
     this.miFatherAdd.Size   = new System.Drawing.Size(172, 22);
     this.miFatherAdd.Text   = "miFatherAdd";
     this.miFatherAdd.Click += new System.EventHandler(this.miFatherAdd_Click);
     //
     // miMotherAdd
     //
     this.miMotherAdd.Name   = "miMotherAdd";
     this.miMotherAdd.Size   = new System.Drawing.Size(172, 22);
     this.miMotherAdd.Text   = "miMotherAdd";
     this.miMotherAdd.Click += new System.EventHandler(this.miMotherAdd_Click);
     //
     // miFamilyAdd
     //
     this.miFamilyAdd.Name   = "miFamilyAdd";
     this.miFamilyAdd.Size   = new System.Drawing.Size(172, 22);
     this.miFamilyAdd.Text   = "miFamilyAdd";
     this.miFamilyAdd.Click += new System.EventHandler(this.miFamilyAdd_Click);
     //
     // miSpouseAdd
     //
     this.miSpouseAdd.Name   = "miSpouseAdd";
     this.miSpouseAdd.Size   = new System.Drawing.Size(172, 22);
     this.miSpouseAdd.Text   = "miSpouseAdd";
     this.miSpouseAdd.Click += new System.EventHandler(this.miSpouseAdd_Click);
     //
     // miSonAdd
     //
     this.miSonAdd.Name   = "miSonAdd";
     this.miSonAdd.Size   = new System.Drawing.Size(172, 22);
     this.miSonAdd.Text   = "miSonAdd";
     this.miSonAdd.Click += new System.EventHandler(this.miSonAdd_Click);
     //
     // miDaughterAdd
     //
     this.miDaughterAdd.Name   = "miDaughterAdd";
     this.miDaughterAdd.Size   = new System.Drawing.Size(172, 22);
     this.miDaughterAdd.Text   = "miDaughterAdd";
     this.miDaughterAdd.Click += new System.EventHandler(this.miDaughterAdd_Click);
     //
     // N2
     //
     this.N2.Name = "N2";
     this.N2.Size = new System.Drawing.Size(169, 6);
     //
     // miDelete
     //
     this.miDelete.Name   = "miDelete";
     this.miDelete.Size   = new System.Drawing.Size(172, 22);
     this.miDelete.Text   = "miDelete";
     this.miDelete.Click += new System.EventHandler(this.miDelete_Click);
     //
     // N11
     //
     this.N11.Name = "N11";
     this.N11.Size = new System.Drawing.Size(169, 6);
     //
     // miGoToRecord
     //
     this.miGoToRecord.Name   = "miGoToRecord";
     this.miGoToRecord.Size   = new System.Drawing.Size(172, 22);
     this.miGoToRecord.Text   = "miGoToRecord";
     this.miGoToRecord.Click += new System.EventHandler(this.miGoToRecord_Click);
     //
     // N3
     //
     this.N3.Name = "N3";
     this.N3.Size = new System.Drawing.Size(169, 6);
     //
     // miRebuildTree
     //
     this.miRebuildTree.Name   = "miRebuildTree";
     this.miRebuildTree.Size   = new System.Drawing.Size(172, 22);
     this.miRebuildTree.Text   = "miRebuildTree";
     this.miRebuildTree.Click += new System.EventHandler(this.miRebuildTree_Click);
     //
     // miRebuildKinships
     //
     this.miRebuildKinships.Name   = "miRebuildKinships";
     this.miRebuildKinships.Size   = new System.Drawing.Size(172, 22);
     this.miRebuildKinships.Text   = "miRebuildKinships";
     this.miRebuildKinships.Click += new System.EventHandler(this.miRebuildKinships_Click);
     //
     // N10
     //
     this.N10.Name = "N10";
     this.N10.Size = new System.Drawing.Size(169, 6);
     //
     // miSelectColor
     //
     this.miSelectColor.Name   = "miSelectColor";
     this.miSelectColor.Size   = new System.Drawing.Size(172, 22);
     this.miSelectColor.Text   = "miSelectColor";
     this.miSelectColor.Click += new System.EventHandler(this.miSelectColor_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // tbBorders
     //
     this.tbBorders.DropDown = this.MenuBorders;
     this.tbBorders.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbBorders.Name = "tbBorders";
     this.tbBorders.Size = new System.Drawing.Size(71, 22);
     this.tbBorders.Text = "tbBorders";
     //
     // MenuBorders
     //
     this.MenuBorders.Name = "MenuBorders";
     this.MenuBorders.Size = new System.Drawing.Size(61, 4);
     //
     // TreeChartWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(771, 362);
     this.Controls.Add(this.ToolBar1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "TreeChartWin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "TreeChartWin";
     this.Title         = "TreeChartWin";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.TreeChartWin_KeyDown);
     this.Controls.SetChildIndex(this.ToolBar1, 0);
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.MenuModes.ResumeLayout(false);
     this.MenuPerson.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #36
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Main));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     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.新建NToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.打开OToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.保存SToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.打印PToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.剪切UToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.复制CToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.粘贴PToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.帮助LToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.新建NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.保存SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.另存为AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.打印PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.打印预览VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.撤消UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.重复RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.剪切TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.复制CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.粘贴PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.全选AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.工具TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.自定义CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.选项OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.内容CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.索引IToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.搜索SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripDropDownButton1,
     this.新建NToolStripButton,
     this.打开OToolStripButton,
     this.保存SToolStripButton,
     this.打印PToolStripButton,
     this.toolStripSeparator6,
     this.剪切UToolStripButton,
     this.复制CToolStripButton,
     this.粘贴PToolStripButton,
     this.toolStripSeparator7,
     this.帮助LToolStripButton});
     this.toolStrip1.Location = new System.Drawing.Point(0, 25);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(332, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.打开ToolStripMenuItem,
     this.保存ToolStripMenuItem,
     this.关闭ToolStripMenuItem,
     this.退出ToolStripMenuItem});
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
     this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
     //
     // 打开ToolStripMenuItem
     //
     this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
     this.打开ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.打开ToolStripMenuItem.Text = "打开";
     //
     // 保存ToolStripMenuItem
     //
     this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem";
     this.保存ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.保存ToolStripMenuItem.Text = "保存";
     //
     // 关闭ToolStripMenuItem
     //
     this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
     this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.关闭ToolStripMenuItem.Text = "关闭";
     //
     // 退出ToolStripMenuItem
     //
     this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
     this.退出ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.退出ToolStripMenuItem.Text = "退出";
     //
     // 新建NToolStripButton
     //
     this.新建NToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.新建NToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripButton.Image")));
     this.新建NToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.新建NToolStripButton.Name = "新建NToolStripButton";
     this.新建NToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.新建NToolStripButton.Text = "新建(&N)";
     //
     // 打开OToolStripButton
     //
     this.打开OToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.打开OToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripButton.Image")));
     this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.打开OToolStripButton.Name = "打开OToolStripButton";
     this.打开OToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.打开OToolStripButton.Text = "打开(&O)";
     //
     // 保存SToolStripButton
     //
     this.保存SToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.保存SToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("保存SToolStripButton.Image")));
     this.保存SToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.保存SToolStripButton.Name = "保存SToolStripButton";
     this.保存SToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.保存SToolStripButton.Text = "保存(&S)";
     //
     // 打印PToolStripButton
     //
     this.打印PToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.打印PToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打印PToolStripButton.Image")));
     this.打印PToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.打印PToolStripButton.Name = "打印PToolStripButton";
     this.打印PToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.打印PToolStripButton.Text = "打印(&P)";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // 剪切UToolStripButton
     //
     this.剪切UToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.剪切UToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("剪切UToolStripButton.Image")));
     this.剪切UToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.剪切UToolStripButton.Name = "剪切UToolStripButton";
     this.剪切UToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.剪切UToolStripButton.Text = "剪切(&U)";
     //
     // 复制CToolStripButton
     //
     this.复制CToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.复制CToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("复制CToolStripButton.Image")));
     this.复制CToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.复制CToolStripButton.Name = "复制CToolStripButton";
     this.复制CToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.复制CToolStripButton.Text = "复制(&C)";
     //
     // 粘贴PToolStripButton
     //
     this.粘贴PToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.粘贴PToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("粘贴PToolStripButton.Image")));
     this.粘贴PToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.粘贴PToolStripButton.Name = "粘贴PToolStripButton";
     this.粘贴PToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.粘贴PToolStripButton.Text = "粘贴(&P)";
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // 帮助LToolStripButton
     //
     this.帮助LToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.帮助LToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("帮助LToolStripButton.Image")));
     this.帮助LToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.帮助LToolStripButton.Name = "帮助LToolStripButton";
     this.帮助LToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.帮助LToolStripButton.Text = "帮助(&L)";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.文件FToolStripMenuItem,
     this.编辑EToolStripMenuItem,
     this.工具TToolStripMenuItem,
     this.帮助HToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(332, 25);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // 文件FToolStripMenuItem
     //
     this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.新建NToolStripMenuItem,
     this.打开OToolStripMenuItem,
     this.toolStripSeparator,
     this.保存SToolStripMenuItem,
     this.另存为AToolStripMenuItem,
     this.toolStripSeparator1,
     this.打印PToolStripMenuItem,
     this.打印预览VToolStripMenuItem,
     this.toolStripSeparator2,
     this.退出XToolStripMenuItem});
     this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
     this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
     this.文件FToolStripMenuItem.Text = "文件(&F)";
     //
     // 新建NToolStripMenuItem
     //
     this.新建NToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripMenuItem.Image")));
     this.新建NToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.新建NToolStripMenuItem.Name = "新建NToolStripMenuItem";
     this.新建NToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.新建NToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.新建NToolStripMenuItem.Text = "新建(&N)";
     //
     // 打开OToolStripMenuItem
     //
     this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image")));
     this.打开OToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem";
     this.打开OToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.打开OToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.打开OToolStripMenuItem.Text = "打开(&O)";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(162, 6);
     //
     // 保存SToolStripMenuItem
     //
     this.保存SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("保存SToolStripMenuItem.Image")));
     this.保存SToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.保存SToolStripMenuItem.Name = "保存SToolStripMenuItem";
     this.保存SToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.保存SToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.保存SToolStripMenuItem.Text = "保存(&S)";
     //
     // 另存为AToolStripMenuItem
     //
     this.另存为AToolStripMenuItem.Name = "另存为AToolStripMenuItem";
     this.另存为AToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.另存为AToolStripMenuItem.Text = "另存为(&A)";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6);
     //
     // 打印PToolStripMenuItem
     //
     this.打印PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打印PToolStripMenuItem.Image")));
     this.打印PToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.打印PToolStripMenuItem.Name = "打印PToolStripMenuItem";
     this.打印PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.打印PToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.打印PToolStripMenuItem.Text = "打印(&P)";
     //
     // 打印预览VToolStripMenuItem
     //
     this.打印预览VToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打印预览VToolStripMenuItem.Image")));
     this.打印预览VToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.打印预览VToolStripMenuItem.Name = "打印预览VToolStripMenuItem";
     this.打印预览VToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.打印预览VToolStripMenuItem.Text = "打印预览(&V)";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(162, 6);
     //
     // 退出XToolStripMenuItem
     //
     this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem";
     this.退出XToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.退出XToolStripMenuItem.Text = "退出(&X)";
     //
     // 编辑EToolStripMenuItem
     //
     this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.撤消UToolStripMenuItem,
     this.重复RToolStripMenuItem,
     this.toolStripSeparator3,
     this.剪切TToolStripMenuItem,
     this.复制CToolStripMenuItem,
     this.粘贴PToolStripMenuItem,
     this.toolStripSeparator4,
     this.全选AToolStripMenuItem});
     this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem";
     this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
     this.编辑EToolStripMenuItem.Text = "编辑(&E)";
     //
     // 撤消UToolStripMenuItem
     //
     this.撤消UToolStripMenuItem.Name = "撤消UToolStripMenuItem";
     this.撤消UToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.撤消UToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.撤消UToolStripMenuItem.Text = "撤消(&U)";
     //
     // 重复RToolStripMenuItem
     //
     this.重复RToolStripMenuItem.Name = "重复RToolStripMenuItem";
     this.重复RToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.重复RToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.重复RToolStripMenuItem.Text = "重复(&R)";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(158, 6);
     //
     // 剪切TToolStripMenuItem
     //
     this.剪切TToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("剪切TToolStripMenuItem.Image")));
     this.剪切TToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.剪切TToolStripMenuItem.Name = "剪切TToolStripMenuItem";
     this.剪切TToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.剪切TToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.剪切TToolStripMenuItem.Text = "剪切(&T)";
     //
     // 复制CToolStripMenuItem
     //
     this.复制CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("复制CToolStripMenuItem.Image")));
     this.复制CToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.复制CToolStripMenuItem.Name = "复制CToolStripMenuItem";
     this.复制CToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.复制CToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.复制CToolStripMenuItem.Text = "复制(&C)";
     //
     // 粘贴PToolStripMenuItem
     //
     this.粘贴PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("粘贴PToolStripMenuItem.Image")));
     this.粘贴PToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.粘贴PToolStripMenuItem.Name = "粘贴PToolStripMenuItem";
     this.粘贴PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.粘贴PToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.粘贴PToolStripMenuItem.Text = "粘贴(&P)";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(158, 6);
     //
     // 全选AToolStripMenuItem
     //
     this.全选AToolStripMenuItem.Name = "全选AToolStripMenuItem";
     this.全选AToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.全选AToolStripMenuItem.Text = "全选(&A)";
     //
     // 工具TToolStripMenuItem
     //
     this.工具TToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.自定义CToolStripMenuItem,
     this.选项OToolStripMenuItem});
     this.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem";
     this.工具TToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
     this.工具TToolStripMenuItem.Text = "工具(&T)";
     //
     // 自定义CToolStripMenuItem
     //
     this.自定义CToolStripMenuItem.Name = "自定义CToolStripMenuItem";
     this.自定义CToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
     this.自定义CToolStripMenuItem.Text = "自定义(&C)";
     //
     // 选项OToolStripMenuItem
     //
     this.选项OToolStripMenuItem.Name = "选项OToolStripMenuItem";
     this.选项OToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
     this.选项OToolStripMenuItem.Text = "选项(&O)";
     //
     // 帮助HToolStripMenuItem
     //
     this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.内容CToolStripMenuItem,
     this.索引IToolStripMenuItem,
     this.搜索SToolStripMenuItem,
     this.toolStripSeparator5,
     this.关于AToolStripMenuItem});
     this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
     this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
     this.帮助HToolStripMenuItem.Text = "帮助(&H)";
     //
     // 内容CToolStripMenuItem
     //
     this.内容CToolStripMenuItem.Name = "内容CToolStripMenuItem";
     this.内容CToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.内容CToolStripMenuItem.Text = "内容(&C)";
     //
     // 索引IToolStripMenuItem
     //
     this.索引IToolStripMenuItem.Name = "索引IToolStripMenuItem";
     this.索引IToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.索引IToolStripMenuItem.Text = "索引(&I)";
     //
     // 搜索SToolStripMenuItem
     //
     this.搜索SToolStripMenuItem.Name = "搜索SToolStripMenuItem";
     this.搜索SToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.搜索SToolStripMenuItem.Text = "搜索(&S)";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(122, 6);
     //
     // 关于AToolStripMenuItem
     //
     this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
     this.关于AToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.关于AToolStripMenuItem.Text = "关于(&A)...";
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(332, 163);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Frm_Main";
     this.Text = "带下拉菜单的工具栏";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #37
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(DicomDumpForm));
     this.treeDump = new Aga.Controls.Tree.TreeViewAdv();
     this.ElementColumn = new Aga.Controls.Tree.TreeColumn();
     this.VrColumn = new Aga.Controls.Tree.TreeColumn();
     this.LengthColumn = new Aga.Controls.Tree.TreeColumn();
     this.ValueColumn = new Aga.Controls.Tree.TreeColumn();
     this.nvIcon = new Aga.Controls.Tree.NodeControls.NodeIcon();
     this.ncTag = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.ncName = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nvVR = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nvLength = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nvValue = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbOpenFile = new System.Windows.Forms.ToolStripButton();
     this.tsbClose = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbDictionary = new System.Windows.Forms.ToolStripButton();
     this.tsbViewImage = new System.Windows.Forms.ToolStripButton();
     this.tsbAdvanced = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsbExtractPixels = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbSaveTS = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbPrev = new System.Windows.Forms.ToolStripButton();
     this.tsbNext = new System.Windows.Forms.ToolStripButton();
     this.lblCount = new System.Windows.Forms.ToolStripLabel();
     this.tsbPixelDataMD5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // treeDump
     //
     this.treeDump.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.treeDump.BackColor = System.Drawing.SystemColors.Window;
     this.treeDump.Columns.Add(this.ElementColumn);
     this.treeDump.Columns.Add(this.VrColumn);
     this.treeDump.Columns.Add(this.LengthColumn);
     this.treeDump.Columns.Add(this.ValueColumn);
     this.treeDump.Cursor = System.Windows.Forms.Cursors.Default;
     this.treeDump.DefaultToolTipProvider = null;
     this.treeDump.DragDropMarkColor = System.Drawing.Color.Black;
     this.treeDump.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeDump.FullRowSelect = true;
     this.treeDump.LineColor = System.Drawing.SystemColors.ControlDark;
     this.treeDump.Location = new System.Drawing.Point(12, 12);
     this.treeDump.Model = null;
     this.treeDump.Name = "treeDump";
     this.treeDump.NodeControls.Add(this.nvIcon);
     this.treeDump.NodeControls.Add(this.ncTag);
     this.treeDump.NodeControls.Add(this.ncName);
     this.treeDump.NodeControls.Add(this.nvVR);
     this.treeDump.NodeControls.Add(this.nvLength);
     this.treeDump.NodeControls.Add(this.nvValue);
     this.treeDump.RowHeight = 18;
     this.treeDump.SelectedNode = null;
     this.treeDump.Size = new System.Drawing.Size(711, 367);
     this.treeDump.TabIndex = 0;
     this.treeDump.UseColumns = true;
     this.treeDump.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeDump_NodeMouseDoubleClick);
     this.treeDump.SizeChanged += new System.EventHandler(this.treeDump_SizeChanged);
     //
     // ElementColumn
     //
     this.ElementColumn.Header = "Element";
     this.ElementColumn.SortOrder = System.Windows.Forms.SortOrder.None;
     this.ElementColumn.TooltipText = null;
     this.ElementColumn.Width = 300;
     //
     // VrColumn
     //
     this.VrColumn.Header = "VR";
     this.VrColumn.SortOrder = System.Windows.Forms.SortOrder.None;
     this.VrColumn.TooltipText = null;
     //
     // LengthColumn
     //
     this.LengthColumn.Header = "Length";
     this.LengthColumn.SortOrder = System.Windows.Forms.SortOrder.None;
     this.LengthColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.LengthColumn.TooltipText = null;
     this.LengthColumn.Width = 80;
     //
     // ValueColumn
     //
     this.ValueColumn.Header = "Value";
     this.ValueColumn.SortOrder = System.Windows.Forms.SortOrder.None;
     this.ValueColumn.TooltipText = null;
     this.ValueColumn.Width = 250;
     //
     // nvIcon
     //
     this.nvIcon.DataPropertyName = "Icon";
     this.nvIcon.LeftMargin = 1;
     this.nvIcon.ParentColumn = this.ElementColumn;
     this.nvIcon.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Clip;
     //
     // ncTag
     //
     this.ncTag.DataPropertyName = "ElementTag";
     this.ncTag.IncrementalSearchEnabled = true;
     this.ncTag.LeftMargin = 3;
     this.ncTag.ParentColumn = this.ElementColumn;
     //
     // ncName
     //
     this.ncName.DataPropertyName = "Name";
     this.ncName.IncrementalSearchEnabled = true;
     this.ncName.LeftMargin = 3;
     this.ncName.ParentColumn = this.ElementColumn;
     this.ncName.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
     //
     // nvVR
     //
     this.nvVR.DataPropertyName = "VR";
     this.nvVR.IncrementalSearchEnabled = true;
     this.nvVR.LeftMargin = 3;
     this.nvVR.ParentColumn = this.VrColumn;
     //
     // nvLength
     //
     this.nvLength.DataPropertyName = "Length";
     this.nvLength.IncrementalSearchEnabled = true;
     this.nvLength.LeftMargin = 3;
     this.nvLength.ParentColumn = this.LengthColumn;
     this.nvLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // nvValue
     //
     this.nvValue.DataPropertyName = "Value";
     this.nvValue.IncrementalSearchEnabled = true;
     this.nvValue.LeftMargin = 3;
     this.nvValue.ParentColumn = this.ValueColumn;
     this.nvValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.treeDump);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(735, 391);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(735, 416);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbOpenFile,
     this.tsbClose,
     this.toolStripSeparator1,
     this.tsbDictionary,
     this.tsbViewImage,
     this.tsbAdvanced,
     this.toolStripSeparator2,
     this.tsbPrev,
     this.tsbNext,
     this.lblCount});
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(571, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // tsbOpenFile
     //
     this.tsbOpenFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbOpenFile.Image")));
     this.tsbOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbOpenFile.Name = "tsbOpenFile";
     this.tsbOpenFile.Size = new System.Drawing.Size(77, 22);
     this.tsbOpenFile.Text = "&Open File";
     this.tsbOpenFile.Click += new System.EventHandler(this.tsbOpenFile_Click);
     //
     // tsbClose
     //
     this.tsbClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbClose.Image")));
     this.tsbClose.ImageTransparentColor = System.Drawing.Color.Black;
     this.tsbClose.Name = "tsbClose";
     this.tsbClose.Size = new System.Drawing.Size(56, 22);
     this.tsbClose.Text = "Close";
     this.tsbClose.Click += new System.EventHandler(this.OnClickClose);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbDictionary
     //
     this.tsbDictionary.Image = ((System.Drawing.Image)(resources.GetObject("tsbDictionary.Image")));
     this.tsbDictionary.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDictionary.Name = "tsbDictionary";
     this.tsbDictionary.Size = new System.Drawing.Size(81, 22);
     this.tsbDictionary.Text = "Dictionary";
     this.tsbDictionary.Click += new System.EventHandler(this.tsbDictionary_Click);
     //
     // tsbViewImage
     //
     this.tsbViewImage.Enabled = false;
     this.tsbViewImage.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewImage.Image")));
     this.tsbViewImage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbViewImage.Name = "tsbViewImage";
     this.tsbViewImage.Size = new System.Drawing.Size(88, 22);
     this.tsbViewImage.Text = "View Image";
     this.tsbViewImage.Click += new System.EventHandler(this.OnViewImage);
     //
     // tsbAdvanced
     //
     this.tsbAdvanced.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbExtractPixels,
     this.tsbPixelDataMD5,
     this.tsbSaveTS});
     this.tsbAdvanced.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdvanced.Image")));
     this.tsbAdvanced.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAdvanced.Name = "tsbAdvanced";
     this.tsbAdvanced.Size = new System.Drawing.Size(89, 22);
     this.tsbAdvanced.Text = "Advanced";
     //
     // tsbExtractPixels
     //
     this.tsbExtractPixels.Enabled = false;
     this.tsbExtractPixels.Name = "tsbExtractPixels";
     this.tsbExtractPixels.Size = new System.Drawing.Size(198, 22);
     this.tsbExtractPixels.Text = "Extract Pixel Data";
     this.tsbExtractPixels.Click += new System.EventHandler(this.OnClickExtractPixels);
     //
     // tsbSaveTS
     //
     this.tsbSaveTS.Enabled = false;
     this.tsbSaveTS.Name = "tsbSaveTS";
     this.tsbSaveTS.Size = new System.Drawing.Size(198, 22);
     this.tsbSaveTS.Text = "Save /w Transfer Syntax";
     this.tsbSaveTS.Click += new System.EventHandler(this.OnClickSaveWithTransferSyntax);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tsbPrev
     //
     this.tsbPrev.Enabled = false;
     this.tsbPrev.Image = ((System.Drawing.Image)(resources.GetObject("tsbPrev.Image")));
     this.tsbPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbPrev.Name = "tsbPrev";
     this.tsbPrev.Size = new System.Drawing.Size(50, 22);
     this.tsbPrev.Text = "Prev";
     this.tsbPrev.Click += new System.EventHandler(this.OnClickPrev);
     //
     // tsbNext
     //
     this.tsbNext.Enabled = false;
     this.tsbNext.Image = ((System.Drawing.Image)(resources.GetObject("tsbNext.Image")));
     this.tsbNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbNext.Name = "tsbNext";
     this.tsbNext.Size = new System.Drawing.Size(51, 22);
     this.tsbNext.Text = "Next";
     this.tsbNext.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.tsbNext.Click += new System.EventHandler(this.OnClickNext);
     //
     // lblCount
     //
     this.lblCount.Name = "lblCount";
     this.lblCount.Size = new System.Drawing.Size(24, 22);
     this.lblCount.Text = "0/0";
     //
     // tsbPixelDataMD5
     //
     this.tsbPixelDataMD5.Enabled = false;
     this.tsbPixelDataMD5.Name = "tsbPixelDataMD5";
     this.tsbPixelDataMD5.Size = new System.Drawing.Size(198, 22);
     this.tsbPixelDataMD5.Text = "Pixel Data MD5";
     this.tsbPixelDataMD5.Click += new System.EventHandler(this.OnClickPixelDataMD5);
     //
     // DicomDumpForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(735, 416);
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "DicomDumpForm";
     this.Text = "DICOM Dump";
     this.Shown += new System.EventHandler(this.OnFormShown);
     this.Click += new System.EventHandler(this.OnClickSaveWithTransferSyntax);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.ToolBar1          = new System.Windows.Forms.ToolStrip();
     this.tbImageSave       = new System.Windows.Forms.ToolStripButton();
     this.tbs1              = new System.Windows.Forms.ToolStripSeparator();
     this.tbGens            = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuGens          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miGensInf         = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens1           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens2           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens3           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens4           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens5           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens6           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens7           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens8           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens9           = new System.Windows.Forms.ToolStripMenuItem();
     this.tbs2              = new System.Windows.Forms.ToolStripSeparator();
     this.tbModes           = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuModes         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miModeBoth        = new System.Windows.Forms.ToolStripMenuItem();
     this.miModeAncestors   = new System.Windows.Forms.ToolStripMenuItem();
     this.miModeDescendants = new System.Windows.Forms.ToolStripMenuItem();
     this.N7 = new System.Windows.Forms.ToolStripSeparator();
     this.miTraceSelected  = new System.Windows.Forms.ToolStripMenuItem();
     this.miTraceKinships  = new System.Windows.Forms.ToolStripMenuItem();
     this.miCertaintyIndex = new System.Windows.Forms.ToolStripMenuItem();
     this.N8                  = new System.Windows.Forms.ToolStripSeparator();
     this.miFillColor         = new System.Windows.Forms.ToolStripMenuItem();
     this.miFillImage         = new System.Windows.Forms.ToolStripMenuItem();
     this.N9                  = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbFilter            = new System.Windows.Forms.ToolStripButton();
     this.tbPrev              = new System.Windows.Forms.ToolStripButton();
     this.tbNext              = new System.Windows.Forms.ToolStripButton();
     this.tbDocPreview        = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint          = new System.Windows.Forms.ToolStripButton();
     this.MenuPerson          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miEdit              = new System.Windows.Forms.ToolStripMenuItem();
     this.N1                  = new System.Windows.Forms.ToolStripSeparator();
     this.miFatherAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miMotherAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miFamilyAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miSpouseAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miSonAdd            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDaughterAdd       = new System.Windows.Forms.ToolStripMenuItem();
     this.N2                  = new System.Windows.Forms.ToolStripSeparator();
     this.miDelete            = new System.Windows.Forms.ToolStripMenuItem();
     this.N3                  = new System.Windows.Forms.ToolStripSeparator();
     this.miRebuildTree       = new System.Windows.Forms.ToolStripMenuItem();
     this.miRebuildKinships   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.N10                 = new System.Windows.Forms.ToolStripSeparator();
     this.miSelectColor       = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolBar1.SuspendLayout();
     this.MenuGens.SuspendLayout();
     this.MenuModes.SuspendLayout();
     this.MenuPerson.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbImageSave,
         this.tbs1,
         this.tbGens,
         this.tbs2,
         this.tbModes,
         this.toolStripSeparator1,
         this.tbFilter,
         this.tbPrev,
         this.tbNext,
         this.toolStripSeparator2,
         this.tbDocPreview,
         this.tbDocPrint
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(822, 27);
     this.ToolBar1.TabIndex = 0;
     //
     // tbImageSave
     //
     this.tbImageSave.Name   = "tbImageSave";
     this.tbImageSave.Size   = new System.Drawing.Size(23, 24);
     this.tbImageSave.Click += new System.EventHandler(this.tbImageSave_Click);
     //
     // tbs1
     //
     this.tbs1.Name = "tbs1";
     this.tbs1.Size = new System.Drawing.Size(6, 27);
     //
     // tbGens
     //
     this.tbGens.DropDown = this.MenuGens;
     this.tbGens.Name     = "tbGens";
     this.tbGens.Size     = new System.Drawing.Size(68, 24);
     this.tbGens.Text     = "tbGens";
     //
     // MenuGens
     //
     this.MenuGens.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miGensInf,
         this.miGens1,
         this.miGens2,
         this.miGens3,
         this.miGens4,
         this.miGens5,
         this.miGens6,
         this.miGens7,
         this.miGens8,
         this.miGens9
     });
     this.MenuGens.Name      = "MenuGens";
     this.MenuGens.OwnerItem = this.tbGens;
     this.MenuGens.Size      = new System.Drawing.Size(96, 244);
     //
     // miGensInf
     //
     this.miGensInf.Checked    = true;
     this.miGensInf.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miGensInf.Name       = "miGensInf";
     this.miGensInf.Size       = new System.Drawing.Size(95, 24);
     this.miGensInf.Text       = "Inf";
     this.miGensInf.Click     += new System.EventHandler(this.miGens9_Click);
     //
     // miGens1
     //
     this.miGens1.Name   = "miGens1";
     this.miGens1.Size   = new System.Drawing.Size(95, 24);
     this.miGens1.Text   = "1";
     this.miGens1.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens2
     //
     this.miGens2.Name   = "miGens2";
     this.miGens2.Size   = new System.Drawing.Size(95, 24);
     this.miGens2.Text   = "2";
     this.miGens2.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens3
     //
     this.miGens3.Name   = "miGens3";
     this.miGens3.Size   = new System.Drawing.Size(95, 24);
     this.miGens3.Text   = "3";
     this.miGens3.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens4
     //
     this.miGens4.Name   = "miGens4";
     this.miGens4.Size   = new System.Drawing.Size(95, 24);
     this.miGens4.Text   = "4";
     this.miGens4.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens5
     //
     this.miGens5.Name   = "miGens5";
     this.miGens5.Size   = new System.Drawing.Size(95, 24);
     this.miGens5.Text   = "5";
     this.miGens5.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens6
     //
     this.miGens6.Name   = "miGens6";
     this.miGens6.Size   = new System.Drawing.Size(95, 24);
     this.miGens6.Text   = "6";
     this.miGens6.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens7
     //
     this.miGens7.Name   = "miGens7";
     this.miGens7.Size   = new System.Drawing.Size(95, 24);
     this.miGens7.Text   = "7";
     this.miGens7.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens8
     //
     this.miGens8.Name   = "miGens8";
     this.miGens8.Size   = new System.Drawing.Size(95, 24);
     this.miGens8.Text   = "8";
     this.miGens8.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens9
     //
     this.miGens9.Name   = "miGens9";
     this.miGens9.Size   = new System.Drawing.Size(95, 24);
     this.miGens9.Text   = "9";
     this.miGens9.Click += new System.EventHandler(this.miGens9_Click);
     //
     // tbs2
     //
     this.tbs2.Name = "tbs2";
     this.tbs2.Size = new System.Drawing.Size(6, 27);
     //
     // tbModes
     //
     this.tbModes.DropDown = this.MenuModes;
     this.tbModes.Name     = "tbModes";
     this.tbModes.Size     = new System.Drawing.Size(13, 24);
     //
     // MenuModes
     //
     this.MenuModes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miModeBoth,
         this.miModeAncestors,
         this.miModeDescendants,
         this.N7,
         this.miTraceSelected,
         this.miTraceKinships,
         this.miCertaintyIndex,
         this.N8,
         this.miFillColor,
         this.miFillImage,
         this.N9
     });
     this.MenuModes.Name      = "MenuModes";
     this.MenuModes.OwnerItem = this.tbModes;
     this.MenuModes.Size      = new System.Drawing.Size(219, 214);
     //
     // miModeBoth
     //
     this.miModeBoth.Name   = "miModeBoth";
     this.miModeBoth.Size   = new System.Drawing.Size(218, 24);
     this.miModeBoth.Text   = "miModeBoth";
     this.miModeBoth.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // miModeAncestors
     //
     this.miModeAncestors.Name   = "miModeAncestors";
     this.miModeAncestors.Size   = new System.Drawing.Size(218, 24);
     this.miModeAncestors.Text   = "miModeAncestors";
     this.miModeAncestors.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // miModeDescendants
     //
     this.miModeDescendants.Name   = "miModeDescendants";
     this.miModeDescendants.Size   = new System.Drawing.Size(218, 24);
     this.miModeDescendants.Text   = "miModeDescendants";
     this.miModeDescendants.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // N7
     //
     this.N7.Name = "N7";
     this.N7.Size = new System.Drawing.Size(215, 6);
     //
     // miTraceSelected
     //
     this.miTraceSelected.Name   = "miTraceSelected";
     this.miTraceSelected.Size   = new System.Drawing.Size(218, 24);
     this.miTraceSelected.Text   = "miTraceSelected";
     this.miTraceSelected.Click += new System.EventHandler(this.miTraceSelected_Click);
     //
     // miTraceKinships
     //
     this.miTraceKinships.Name   = "miTraceKinships";
     this.miTraceKinships.Size   = new System.Drawing.Size(218, 24);
     this.miTraceKinships.Text   = "miTraceKinships";
     this.miTraceKinships.Click += new System.EventHandler(this.miTraceKinships_Click);
     //
     // miCertaintyIndex
     //
     this.miCertaintyIndex.Name   = "miCertaintyIndex";
     this.miCertaintyIndex.Size   = new System.Drawing.Size(218, 24);
     this.miCertaintyIndex.Text   = "miCertaintyIndex";
     this.miCertaintyIndex.Click += new System.EventHandler(this.miCertaintyIndex_Click);
     //
     // N8
     //
     this.N8.Name = "N8";
     this.N8.Size = new System.Drawing.Size(215, 6);
     //
     // miFillColor
     //
     this.miFillColor.Name   = "miFillColor";
     this.miFillColor.Size   = new System.Drawing.Size(218, 24);
     this.miFillColor.Text   = "miFillColor";
     this.miFillColor.Click += new System.EventHandler(this.miFillColor_Click);
     //
     // miFillImage
     //
     this.miFillImage.Name   = "miFillImage";
     this.miFillImage.Size   = new System.Drawing.Size(218, 24);
     this.miFillImage.Text   = "miFillImage";
     this.miFillImage.Click += new System.EventHandler(this.miFillImage_Click);
     //
     // N9
     //
     this.N9.Name    = "N9";
     this.N9.Size    = new System.Drawing.Size(215, 6);
     this.N9.Visible = false;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // tbFilter
     //
     this.tbFilter.ImageTransparentColor = System.Drawing.Color.White;
     this.tbFilter.Name   = "tbFilter";
     this.tbFilter.Size   = new System.Drawing.Size(23, 24);
     this.tbFilter.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 24);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 24);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbDocPreview
     //
     this.tbDocPreview.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 24);
     this.tbDocPreview.Text   = "toolStripButton1";
     this.tbDocPreview.Click += new System.EventHandler(this.tbDocPreview_Click);
     //
     // tbDocPrint
     //
     this.tbDocPrint.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 24);
     this.tbDocPrint.Text   = "toolStripButton2";
     this.tbDocPrint.Click += new System.EventHandler(this.tbDocPrint_Click);
     //
     // MenuPerson
     //
     this.MenuPerson.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miEdit,
         this.N1,
         this.miFatherAdd,
         this.miMotherAdd,
         this.miFamilyAdd,
         this.miSpouseAdd,
         this.miSonAdd,
         this.miDaughterAdd,
         this.N2,
         this.miDelete,
         this.N3,
         this.miRebuildTree,
         this.miRebuildKinships,
         this.N10,
         this.miSelectColor
     });
     this.MenuPerson.Name     = "MenuPerson";
     this.MenuPerson.Size     = new System.Drawing.Size(201, 262);
     this.MenuPerson.Opening += new System.ComponentModel.CancelEventHandler(this.MenuPerson_Opening);
     //
     // miEdit
     //
     this.miEdit.Name   = "miEdit";
     this.miEdit.Size   = new System.Drawing.Size(200, 24);
     this.miEdit.Text   = "miEdit";
     this.miEdit.Click += new System.EventHandler(this.miEdit_Click);
     //
     // N1
     //
     this.N1.Name = "N1";
     this.N1.Size = new System.Drawing.Size(197, 6);
     //
     // miFatherAdd
     //
     this.miFatherAdd.Name   = "miFatherAdd";
     this.miFatherAdd.Size   = new System.Drawing.Size(200, 24);
     this.miFatherAdd.Text   = "miFatherAdd";
     this.miFatherAdd.Click += new System.EventHandler(this.miFatherAdd_Click);
     //
     // miMotherAdd
     //
     this.miMotherAdd.Name   = "miMotherAdd";
     this.miMotherAdd.Size   = new System.Drawing.Size(200, 24);
     this.miMotherAdd.Text   = "miMotherAdd";
     this.miMotherAdd.Click += new System.EventHandler(this.miMotherAdd_Click);
     //
     // miFamilyAdd
     //
     this.miFamilyAdd.Name   = "miFamilyAdd";
     this.miFamilyAdd.Size   = new System.Drawing.Size(200, 24);
     this.miFamilyAdd.Text   = "miFamilyAdd";
     this.miFamilyAdd.Click += new System.EventHandler(this.miFamilyAdd_Click);
     //
     // miSpouseAdd
     //
     this.miSpouseAdd.Name   = "miSpouseAdd";
     this.miSpouseAdd.Size   = new System.Drawing.Size(200, 24);
     this.miSpouseAdd.Text   = "miSpouseAdd";
     this.miSpouseAdd.Click += new System.EventHandler(this.miSpouseAdd_Click);
     //
     // miSonAdd
     //
     this.miSonAdd.Name   = "miSonAdd";
     this.miSonAdd.Size   = new System.Drawing.Size(200, 24);
     this.miSonAdd.Text   = "miSonAdd";
     this.miSonAdd.Click += new System.EventHandler(this.miSonAdd_Click);
     //
     // miDaughterAdd
     //
     this.miDaughterAdd.Name   = "miDaughterAdd";
     this.miDaughterAdd.Size   = new System.Drawing.Size(200, 24);
     this.miDaughterAdd.Text   = "miDaughterAdd";
     this.miDaughterAdd.Click += new System.EventHandler(this.miDaughterAdd_Click);
     //
     // N2
     //
     this.N2.Name = "N2";
     this.N2.Size = new System.Drawing.Size(197, 6);
     //
     // miDelete
     //
     this.miDelete.Name   = "miDelete";
     this.miDelete.Size   = new System.Drawing.Size(200, 24);
     this.miDelete.Text   = "miDelete";
     this.miDelete.Click += new System.EventHandler(this.miDelete_Click);
     //
     // N3
     //
     this.N3.Name = "N3";
     this.N3.Size = new System.Drawing.Size(197, 6);
     //
     // miRebuildTree
     //
     this.miRebuildTree.Name   = "miRebuildTree";
     this.miRebuildTree.Size   = new System.Drawing.Size(200, 24);
     this.miRebuildTree.Text   = "miRebuildTree";
     this.miRebuildTree.Click += new System.EventHandler(this.miRebuildTree_Click);
     //
     // miRebuildKinships
     //
     this.miRebuildKinships.Name   = "miRebuildKinships";
     this.miRebuildKinships.Size   = new System.Drawing.Size(200, 24);
     this.miRebuildKinships.Text   = "miRebuildKinships";
     this.miRebuildKinships.Click += new System.EventHandler(this.miRebuildKinships_Click);
     //
     // N10
     //
     this.N10.Name = "N10";
     this.N10.Size = new System.Drawing.Size(197, 6);
     //
     // miSelectColor
     //
     this.miSelectColor.Name   = "miSelectColor";
     this.miSelectColor.Size   = new System.Drawing.Size(200, 24);
     this.miSelectColor.Text   = "miSelectColor";
     this.miSelectColor.Click += new System.EventHandler(this.miSelectColor_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
     //
     // TreeChartWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(822, 452);
     this.Controls.Add(this.ToolBar1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "TreeChartWin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "TreeChartWin";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.TreeChartWin_KeyDown);
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.MenuGens.ResumeLayout(false);
     this.MenuModes.ResumeLayout(false);
     this.MenuPerson.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(Form1));
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.New = new System.Windows.Forms.ToolStripLabel();
     this.Open = new System.Windows.Forms.ToolStripLabel();
     this.Save = new System.Windows.Forms.ToolStripLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.backgroundColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.intendationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.centerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.leftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exit = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.statusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // richTextBox1
     //
     this.richTextBox1.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.richTextBox1.Location = new System.Drawing.Point(12, 28);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(386, 300);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text = "";
     this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.New,
     this.Open,
     this.Save,
     this.toolStripDropDownButton1,
     this.exit,
     this.toolStripLabel1});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(410, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // New
     //
     this.New.Name = "New";
     this.New.Size = new System.Drawing.Size(31, 22);
     this.New.Text = "New";
     this.New.Click += new System.EventHandler(this.New_Click);
     //
     // Open
     //
     this.Open.Name = "Open";
     this.Open.Size = new System.Drawing.Size(36, 22);
     this.Open.Text = "Open";
     this.Open.Click += new System.EventHandler(this.Open_Click);
     //
     // Save
     //
     this.Save.Name = "Save";
     this.Save.Size = new System.Drawing.Size(31, 22);
     this.Save.Text = "Save";
     this.Save.Click += new System.EventHandler(this.Save_Click);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.editToolStripMenuItem,
     this.wrapToolStripMenuItem,
     this.intendationToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(40, 22);
     this.toolStripDropDownButton1.Text = "Edit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.backgroundColorToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.editToolStripMenuItem.Text = "Color";
     //
     // backgroundColorToolStripMenuItem
     //
     this.backgroundColorToolStripMenuItem.Name = "backgroundColorToolStripMenuItem";
     this.backgroundColorToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.backgroundColorToolStripMenuItem.Text = "Background color";
     this.backgroundColorToolStripMenuItem.Click += new System.EventHandler(this.backgroundColorToolStripMenuItem_Click);
     //
     // wrapToolStripMenuItem
     //
     this.wrapToolStripMenuItem.Name = "wrapToolStripMenuItem";
     this.wrapToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.wrapToolStripMenuItem.Text = "Wrap";
     this.wrapToolStripMenuItem.Click += new System.EventHandler(this.wrapToolStripMenuItem_Click);
     //
     // intendationToolStripMenuItem
     //
     this.intendationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.centerToolStripMenuItem,
     this.rightToolStripMenuItem,
     this.leftToolStripMenuItem});
     this.intendationToolStripMenuItem.Name = "intendationToolStripMenuItem";
     this.intendationToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.intendationToolStripMenuItem.Text = "Intendation";
     //
     // centerToolStripMenuItem
     //
     this.centerToolStripMenuItem.Name = "centerToolStripMenuItem";
     this.centerToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
     this.centerToolStripMenuItem.Text = "Center";
     this.centerToolStripMenuItem.Click += new System.EventHandler(this.centerToolStripMenuItem_Click);
     //
     // rightToolStripMenuItem
     //
     this.rightToolStripMenuItem.Name = "rightToolStripMenuItem";
     this.rightToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
     this.rightToolStripMenuItem.Text = "Right";
     this.rightToolStripMenuItem.Click += new System.EventHandler(this.rightToolStripMenuItem_Click);
     //
     // leftToolStripMenuItem
     //
     this.leftToolStripMenuItem.Name = "leftToolStripMenuItem";
     this.leftToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
     this.leftToolStripMenuItem.Text = "Left";
     this.leftToolStripMenuItem.Click += new System.EventHandler(this.leftToolStripMenuItem_Click);
     //
     // exit
     //
     this.exit.Name = "exit";
     this.exit.Size = new System.Drawing.Size(25, 22);
     this.exit.Text = "Exit";
     this.exit.Click += new System.EventHandler(this.exit_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(0, 22);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabel1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 337);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(410, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text = "statusStrip1";
     //
     // statusLabel1
     //
     this.statusLabel1.Name = "statusLabel1";
     this.statusLabel1.Size = new System.Drawing.Size(118, 17);
     this.statusLabel1.Text = "toolStripStatusLabel1";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(410, 359);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.richTextBox1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChatForm));
     this.menuStrip1           = new System.Windows.Forms.MenuStrip();
     this.miConnection         = new System.Windows.Forms.ToolStripMenuItem();
     this.miConnect            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDisconnect         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1   = new System.Windows.Forms.ToolStripSeparator();
     this.miProfile            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2   = new System.Windows.Forms.ToolStripSeparator();
     this.miExit               = new System.Windows.Forms.ToolStripMenuItem();
     this.miView               = new System.Windows.Forms.ToolStripMenuItem();
     this.miPeersList          = new System.Windows.Forms.ToolStripMenuItem();
     this.miAllPeers           = new System.Windows.Forms.ToolStripMenuItem();
     this.miOnlyFriends        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3   = new System.Windows.Forms.ToolStripSeparator();
     this.miConnectionInfo     = new System.Windows.Forms.ToolStripMenuItem();
     this.miService            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDHTLog             = new System.Windows.Forms.ToolStripMenuItem();
     this.miHelp               = new System.Windows.Forms.ToolStripMenuItem();
     this.miContents           = new System.Windows.Forms.ToolStripMenuItem();
     this.miAbout              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.tbConnect            = new System.Windows.Forms.ToolStripButton();
     this.tbDisconnect         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.tbProfile            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPresenceStatus     = new System.Windows.Forms.ToolStripDropDownButton();
     this.menuPresenceStatuses = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.statusStrip1         = new System.Windows.Forms.StatusStrip();
     this.lblConnectionStatus  = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblTicks             = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.lstMembers           = new GKNetUI.PeersList();
     this.contextMenuStrip1    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miPeerProfile        = new System.Windows.Forms.ToolStripMenuItem();
     this.miAddPeer            = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer2      = new System.Windows.Forms.SplitContainer();
     this.lstChatMsgs          = new GKNetUI.MessagesList();
     this.txtChatMsg           = new System.Windows.Forms.TextBox();
     this.flowLayoutPanel1     = new System.Windows.Forms.FlowLayoutPanel();
     this.btnSendToAll         = new System.Windows.Forms.Button();
     this.btnSend              = new System.Windows.Forms.Button();
     this.toolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     this.tbSendInvitation     = new System.Windows.Forms.ToolStripButton();
     this.tbAcceptInvitation   = new System.Windows.Forms.ToolStripButton();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabChat              = new System.Windows.Forms.TabPage();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnection,
         this.miView,
         this.miService,
         this.miHelp
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(5, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(731, 24);
     this.menuStrip1.TabIndex = 9;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // miConnection
     //
     this.miConnection.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnect,
         this.miDisconnect,
         this.toolStripMenuItem1,
         this.miProfile,
         this.toolStripMenuItem2,
         this.miExit
     });
     this.miConnection.Name = "miConnection";
     this.miConnection.Size = new System.Drawing.Size(81, 20);
     this.miConnection.Text = "Connection";
     //
     // miConnect
     //
     this.miConnect.Name   = "miConnect";
     this.miConnect.Size   = new System.Drawing.Size(133, 22);
     this.miConnect.Text   = "Connect";
     this.miConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // miDisconnect
     //
     this.miDisconnect.Name   = "miDisconnect";
     this.miDisconnect.Size   = new System.Drawing.Size(133, 22);
     this.miDisconnect.Text   = "Disconnect";
     this.miDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(130, 6);
     //
     // miProfile
     //
     this.miProfile.Name   = "miProfile";
     this.miProfile.Size   = new System.Drawing.Size(133, 22);
     this.miProfile.Text   = "My Profile";
     this.miProfile.Click += new System.EventHandler(this.miMyProfile_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 6);
     //
     // miExit
     //
     this.miExit.Name   = "miExit";
     this.miExit.Size   = new System.Drawing.Size(133, 22);
     this.miExit.Text   = "Exit";
     this.miExit.Click += new System.EventHandler(this.miExit_Click);
     //
     // miView
     //
     this.miView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPeersList
     });
     this.miView.Name = "miView";
     this.miView.Size = new System.Drawing.Size(44, 20);
     this.miView.Text = "View";
     //
     // miPeersList
     //
     this.miPeersList.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miAllPeers,
         this.miOnlyFriends,
         this.toolStripMenuItem3,
         this.miConnectionInfo
     });
     this.miPeersList.Name = "miPeersList";
     this.miPeersList.Size = new System.Drawing.Size(120, 22);
     this.miPeersList.Text = "Peers list";
     //
     // miAllPeers
     //
     this.miAllPeers.Checked    = true;
     this.miAllPeers.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miAllPeers.Name       = "miAllPeers";
     this.miAllPeers.Size       = new System.Drawing.Size(160, 22);
     this.miAllPeers.Text       = "All peers";
     //
     // miOnlyFriends
     //
     this.miOnlyFriends.Enabled = false;
     this.miOnlyFriends.Name    = "miOnlyFriends";
     this.miOnlyFriends.Size    = new System.Drawing.Size(160, 22);
     this.miOnlyFriends.Text    = "Only friends";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(157, 6);
     //
     // miConnectionInfo
     //
     this.miConnectionInfo.Checked         = true;
     this.miConnectionInfo.CheckOnClick    = true;
     this.miConnectionInfo.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.miConnectionInfo.Name            = "miConnectionInfo";
     this.miConnectionInfo.Size            = new System.Drawing.Size(160, 22);
     this.miConnectionInfo.Text            = "Connection Info";
     this.miConnectionInfo.CheckedChanged += new System.EventHandler(this.miConnectionInfo_CheckedChanged);
     //
     // miService
     //
     this.miService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miDHTLog
     });
     this.miService.Name = "miService";
     this.miService.Size = new System.Drawing.Size(56, 20);
     this.miService.Text = "Service";
     //
     // miDHTLog
     //
     this.miDHTLog.Name   = "miDHTLog";
     this.miDHTLog.Size   = new System.Drawing.Size(120, 22);
     this.miDHTLog.Text   = "DHT Log";
     this.miDHTLog.Click += new System.EventHandler(this.miDHTLog_Click);
     //
     // miHelp
     //
     this.miHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContents,
         this.miAbout
     });
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new System.Drawing.Size(44, 20);
     this.miHelp.Text = "Help";
     //
     // miContents
     //
     this.miContents.Enabled = false;
     this.miContents.Name    = "miContents";
     this.miContents.Size    = new System.Drawing.Size(122, 22);
     this.miContents.Text    = "Contents";
     //
     // miAbout
     //
     this.miAbout.Enabled = false;
     this.miAbout.Name    = "miAbout";
     this.miAbout.Size    = new System.Drawing.Size(122, 22);
     this.miAbout.Text    = "About";
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbConnect,
         this.tbDisconnect,
         this.toolStripSeparator1,
         this.tbProfile,
         this.toolStripSeparator2,
         this.tbPresenceStatus,
         this.toolStripSeparator3,
         this.tbSendInvitation,
         this.tbAcceptInvitation
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(731, 27);
     this.toolStrip1.TabIndex = 13;
     //
     // tbConnect
     //
     this.tbConnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbConnect.Name   = "tbConnect";
     this.tbConnect.Size   = new System.Drawing.Size(56, 24);
     this.tbConnect.Text   = "Connect";
     this.tbConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // tbDisconnect
     //
     this.tbDisconnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbDisconnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDisconnect.Name   = "tbDisconnect";
     this.tbDisconnect.Size   = new System.Drawing.Size(70, 24);
     this.tbDisconnect.Text   = "Disconnect";
     this.tbDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // tbProfile
     //
     this.tbProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbProfile.Name   = "tbProfile";
     this.tbProfile.Size   = new System.Drawing.Size(65, 24);
     this.tbProfile.Text   = "My Profile";
     this.tbProfile.Click += new System.EventHandler(this.miMyProfile_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
     //
     // tbPresenceStatus
     //
     this.tbPresenceStatus.DropDown = this.menuPresenceStatuses;
     this.tbPresenceStatus.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbPresenceStatus.Name = "tbPresenceStatus";
     this.tbPresenceStatus.Size = new System.Drawing.Size(99, 24);
     this.tbPresenceStatus.Text = "PresenceStatus";
     //
     // menuPresenceStatuses
     //
     this.menuPresenceStatuses.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuPresenceStatuses.Name             = "menuPresenceStatuses";
     this.menuPresenceStatuses.OwnerItem        = this.tbPresenceStatus;
     this.menuPresenceStatuses.Size             = new System.Drawing.Size(61, 4);
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblConnectionStatus,
         this.lblTicks
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 420);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 13, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(731, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblConnectionStatus
     //
     this.lblConnectionStatus.Name = "lblConnectionStatus";
     this.lblConnectionStatus.Size = new System.Drawing.Size(12, 17);
     this.lblConnectionStatus.Text = "-";
     //
     // lblTicks
     //
     this.lblTicks.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblTicks.Name = "lblTicks";
     this.lblTicks.Size = new System.Drawing.Size(15, 17);
     this.lblTicks.Text = "+";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 51);
     this.splitContainer1.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lstMembers);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(731, 369);
     this.splitContainer1.SplitterDistance = 234;
     this.splitContainer1.SplitterWidth    = 3;
     this.splitContainer1.TabIndex         = 12;
     //
     // lstMembers
     //
     this.lstMembers.ContextMenuStrip      = this.contextMenuStrip1;
     this.lstMembers.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.lstMembers.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.lstMembers.Location              = new System.Drawing.Point(0, 0);
     this.lstMembers.Margin                = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lstMembers.Name                  = "lstMembers";
     this.lstMembers.ShowConnectionInfo    = false;
     this.lstMembers.Size                  = new System.Drawing.Size(234, 369);
     this.lstMembers.TabIndex              = 4;
     this.lstMembers.SelectedValueChanged += new System.EventHandler(this.lstMembers_SelectedValueChanged);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPeerProfile,
         this.miAddPeer
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(123, 48);
     //
     // miPeerProfile
     //
     this.miPeerProfile.Name   = "miPeerProfile";
     this.miPeerProfile.Size   = new System.Drawing.Size(122, 22);
     this.miPeerProfile.Text   = "Profile";
     this.miPeerProfile.Click += new System.EventHandler(this.miPeerProfile_Click);
     //
     // miAddPeer
     //
     this.miAddPeer.Name   = "miAddPeer";
     this.miAddPeer.Size   = new System.Drawing.Size(122, 22);
     this.miAddPeer.Text   = "Add peer";
     this.miAddPeer.Click += new System.EventHandler(this.miAddPeer_Click);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Margin      = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.lstChatMsgs);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.txtChatMsg);
     this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel1);
     this.splitContainer2.Size             = new System.Drawing.Size(494, 369);
     this.splitContainer2.SplitterDistance = 204;
     this.splitContainer2.TabIndex         = 0;
     //
     // tabChat
     //
     this.tabChat.Controls.Add(this.splitContainer2);
     this.tabChat.Location = new System.Drawing.Point(4, 26);
     this.tabChat.Name     = "tabChat";
     this.tabChat.Size     = new System.Drawing.Size(564, 291);
     this.tabChat.TabIndex = 0;
     this.tabChat.Text     = "Chat";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabChat);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(572, 321);
     //
     // lstChatMsgs
     //
     this.lstChatMsgs.BackColor = System.Drawing.Color.LightGray;
     this.lstChatMsgs.Core      = null;
     this.lstChatMsgs.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lstChatMsgs.DrawMode  = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.lstChatMsgs.LocalId   = null;
     this.lstChatMsgs.Location  = new System.Drawing.Point(0, 0);
     this.lstChatMsgs.Margin    = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.lstChatMsgs.Name      = "lstChatMsgs";
     this.lstChatMsgs.Size      = new System.Drawing.Size(494, 204);
     this.lstChatMsgs.TabIndex  = 0;
     //
     // txtChatMsg
     //
     this.txtChatMsg.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtChatMsg.Location  = new System.Drawing.Point(0, 0);
     this.txtChatMsg.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtChatMsg.Multiline = true;
     this.txtChatMsg.Name      = "txtChatMsg";
     this.txtChatMsg.Size      = new System.Drawing.Size(494, 119);
     this.txtChatMsg.TabIndex  = 6;
     this.txtChatMsg.Text      = "test";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnSendToAll);
     this.flowLayoutPanel1.Controls.Add(this.btnSend);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(0, 119);
     this.flowLayoutPanel1.Margin        = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(494, 42);
     this.flowLayoutPanel1.TabIndex      = 0;
     //
     // btnSendToAll
     //
     this.btnSendToAll.Location = new System.Drawing.Point(401, 4);
     this.btnSendToAll.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSendToAll.Name     = "btnSendToAll";
     this.btnSendToAll.Size     = new System.Drawing.Size(90, 34);
     this.btnSendToAll.TabIndex = 7;
     this.btnSendToAll.Text     = "Send to All";
     this.btnSendToAll.UseVisualStyleBackColor = true;
     this.btnSendToAll.Click += new System.EventHandler(this.btnSendToAll_Click);
     //
     // btnSend
     //
     this.btnSend.Location = new System.Drawing.Point(305, 4);
     this.btnSend.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSend.Name     = "btnSend";
     this.btnSend.Size     = new System.Drawing.Size(90, 34);
     this.btnSend.TabIndex = 8;
     this.btnSend.Text     = "Send";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
     //
     // tbSendInvitation
     //
     this.tbSendInvitation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbSendInvitation.Name   = "tbSendInvitation";
     this.tbSendInvitation.Size   = new System.Drawing.Size(110, 24);
     this.tbSendInvitation.Text   = "Send Invitation";
     this.tbSendInvitation.Click += new System.EventHandler(this.tbSendInvitation_Click);
     //
     // tbAcceptInvitation
     //
     this.tbAcceptInvitation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbAcceptInvitation.Name   = "tbAcceptInvitation";
     this.tbAcceptInvitation.Size   = new System.Drawing.Size(121, 24);
     this.tbAcceptInvitation.Text   = "Accept Invitation";
     this.tbAcceptInvitation.Click += new System.EventHandler(this.tbAcceptInvitation_Click);
     //
     // ChatForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(1024, 768);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Calibri", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "ChatForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "GKCommunicator";
     this.Load         += new System.EventHandler(this.ChatForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStrip1.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.flowLayoutPanel1.ResumeLayout(false);
     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.
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HomeForm));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1          = new System.Windows.Forms.ToolStripDropDownButton();
     this.decompileApkFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1               = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripDropDownButton2          = new System.Windows.Forms.ToolStripDropDownButton();
     this.devToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.gitHubOpenSourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.apkToolToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.listView1        = new System.Windows.Forms.ListView();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.listView2        = new System.Windows.Forms.ListView();
     this.button1          = new System.Windows.Forms.Button();
     this.button2          = new System.Windows.Forms.Button();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButton1,
         this.toolStripSeparator1,
         this.toolStripDropDownButton2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Padding  = new System.Windows.Forms.Padding(5, 0, 1, 0);
     this.toolStrip1.Size     = new System.Drawing.Size(624, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.BackColor    = System.Drawing.Color.Transparent;
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.decompileApkFileToolStripMenuItem
     });
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.ShowDropDownArrow = false;
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(40, 22);
     this.toolStripDropDownButton1.Text = "Файл";
     //
     // decompileApkFileToolStripMenuItem
     //
     this.decompileApkFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("decompileApkFileToolStripMenuItem.Image")));
     this.decompileApkFileToolStripMenuItem.Name  = "decompileApkFileToolStripMenuItem";
     this.decompileApkFileToolStripMenuItem.Size  = new System.Drawing.Size(232, 22);
     this.decompileApkFileToolStripMenuItem.Text  = "Декомпилировать .apk файл";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripDropDownButton2
     //
     this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.devToolStripMenuItem,
         this.gitHubOpenSourceToolStripMenuItem,
         this.apkToolToolStripMenuItem
     });
     this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
     this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.ShowDropDownArrow = false;
     this.toolStripDropDownButton2.Size = new System.Drawing.Size(86, 22);
     this.toolStripDropDownButton2.Text = "О программе";
     //
     // devToolStripMenuItem
     //
     this.devToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("devToolStripMenuItem.Image")));
     this.devToolStripMenuItem.Name  = "devToolStripMenuItem";
     this.devToolStripMenuItem.Size  = new System.Drawing.Size(183, 22);
     this.devToolStripMenuItem.Text  = "Разработчик";
     //
     // gitHubOpenSourceToolStripMenuItem
     //
     this.gitHubOpenSourceToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("gitHubOpenSourceToolStripMenuItem.Image")));
     this.gitHubOpenSourceToolStripMenuItem.Name  = "gitHubOpenSourceToolStripMenuItem";
     this.gitHubOpenSourceToolStripMenuItem.Size  = new System.Drawing.Size(183, 22);
     this.gitHubOpenSourceToolStripMenuItem.Text  = "GitHub Open Source";
     //
     // apkToolToolStripMenuItem
     //
     this.apkToolToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("apkToolToolStripMenuItem.Image")));
     this.apkToolToolStripMenuItem.Name  = "apkToolToolStripMenuItem";
     this.apkToolToolStripMenuItem.Size  = new System.Drawing.Size(183, 22);
     this.apkToolToolStripMenuItem.Text  = "ApkTool";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(13, 38);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(599, 92);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.groupBox1);
     this.flowLayoutPanel1.Controls.Add(this.groupBox2);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(13, 178);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(599, 252);
     this.flowLayoutPanel1.TabIndex      = 2;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(290, 252);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "groupBox1";
     this.groupBox1.Enter   += new System.EventHandler(this.GroupBox1Enter);
     //
     // listView1
     //
     this.listView1.Alignment        = System.Windows.Forms.ListViewAlignment.Left;
     this.listView1.AutoArrange      = false;
     this.listView1.Location         = new System.Drawing.Point(7, 20);
     this.listView1.Name             = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size             = new System.Drawing.Size(278, 226);
     this.listView1.Sorting          = System.Windows.Forms.SortOrder.Ascending;
     this.listView1.TabIndex         = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.SmallIcon;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(290, 0);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(308, 252);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "groupBox2";
     //
     // listView2
     //
     this.listView2.Alignment        = System.Windows.Forms.ListViewAlignment.Left;
     this.listView2.AutoArrange      = false;
     this.listView2.Location         = new System.Drawing.Point(7, 20);
     this.listView2.Name             = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size             = new System.Drawing.Size(295, 226);
     this.listView2.Sorting          = System.Windows.Forms.SortOrder.Ascending;
     this.listView2.TabIndex         = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.SmallIcon;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(469, 143);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(143, 26);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Загрузить ресурсы";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(320, 143);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(143, 26);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Обновить списки";
     this.button2.UseVisualStyleBackColor = true;
     //
     // HomeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(624, 442);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.toolStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "HomeForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Apk Decompiler";
     this.Load           += new System.EventHandler(this.HomeFormLoad);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.groupBox1.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.Windows.Forms.ToolStripDropDownButton   newButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     System.Windows.Forms.ToolStripMenuItem         experimentToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         batchExperimentToolStripMenuItem;
     this.mainMenuStrip         = new System.Windows.Forms.ToolStrip();
     this.connectToRlGlueButton = new System.Windows.Forms.ToolStripButton();
     this.globalSettingsButton  = new System.Windows.Forms.ToolStripButton();
     newButton = new System.Windows.Forms.ToolStripDropDownButton();
     experimentToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     batchExperimentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // newButton
     //
     newButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     newButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         experimentToolStripMenuItem,
         batchExperimentToolStripMenuItem
     });
     newButton.Image = ((System.Drawing.Image)(resources.GetObject("newButton.Image")));
     newButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     newButton.Name = "newButton";
     newButton.Size = new System.Drawing.Size(41, 22);
     newButton.Text = "New";
     //
     // experimentToolStripMenuItem
     //
     experimentToolStripMenuItem.Name   = "experimentToolStripMenuItem";
     experimentToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     experimentToolStripMenuItem.Text   = "Experiment";
     experimentToolStripMenuItem.Click += new System.EventHandler(this.NewExperimentButtonClick);
     //
     // batchExperimentToolStripMenuItem
     //
     batchExperimentToolStripMenuItem.Name   = "batchExperimentToolStripMenuItem";
     batchExperimentToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     batchExperimentToolStripMenuItem.Text   = "Batch experiment";
     batchExperimentToolStripMenuItem.Click += new System.EventHandler(this.BatchExperimentButtonClick);
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         newButton,
         this.connectToRlGlueButton,
         this.globalSettingsButton
     });
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name     = "mainMenuStrip";
     this.mainMenuStrip.Size     = new System.Drawing.Size(772, 25);
     this.mainMenuStrip.TabIndex = 0;
     //
     // connectToRlGlueButton
     //
     this.connectToRlGlueButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.connectToRlGlueButton.Image                 = ((System.Drawing.Image)(resources.GetObject("connectToRlGlueButton.Image")));
     this.connectToRlGlueButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.connectToRlGlueButton.Name   = "connectToRlGlueButton";
     this.connectToRlGlueButton.Size   = new System.Drawing.Size(100, 22);
     this.connectToRlGlueButton.Text   = "Connect to RLGlue";
     this.connectToRlGlueButton.Click += new System.EventHandler(this.ConnectToRlGlueButtonClick);
     //
     // globalSettingsButton
     //
     this.globalSettingsButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.globalSettingsButton.Image                 = ((System.Drawing.Image)(resources.GetObject("globalSettingsButton.Image")));
     this.globalSettingsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.globalSettingsButton.Name   = "globalSettingsButton";
     this.globalSettingsButton.Size   = new System.Drawing.Size(81, 22);
     this.globalSettingsButton.Text   = "Global settings";
     this.globalSettingsButton.Click += new System.EventHandler(this.GlobalSettingsButtonClick);
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(772, 399);
     this.Controls.Add(this.mainMenuStrip);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "MainWindow";
     this.Text        = "dotRL";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.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.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatus_Themmoi = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatus_Ghilai = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.thiêtLâpThôngSôToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.xoaChưngTưHiênThơiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưTưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel = new System.Windows.Forms.Panel();
     this.lblTaikhoan = new System.Windows.Forms.Label();
     this.cbxMaTaiKhoan = new System.Windows.Forms.ComboBox();
     this.lblDiengiai = new System.Windows.Forms.Label();
     this.txtDiengiai = new System.Windows.Forms.TextBox();
     this.cbxKhoban = new System.Windows.Forms.ComboBox();
     this.lblKhohang = new System.Windows.Forms.Label();
     this.lblDinhdangngay = new System.Windows.Forms.LinkLabel();
     this.makNgaychungtu = new System.Windows.Forms.MaskedTextBox();
     this.lblNgaychungtu = new System.Windows.Forms.Label();
     this.txtSochungtu = new System.Windows.Forms.TextBox();
     this.lblSochungtu = new System.Windows.Forms.Label();
     this.grbDataGridview = new System.Windows.Forms.GroupBox();
     this.dgvInsertOrder = new System.Windows.Forms.DataGridView();
     this.palThem = new System.Windows.Forms.Panel();
     this.toolStrip_Insert = new System.Windows.Forms.ToolStrip();
     this.toolStrip_txtTracuu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtTenhang = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtTonkho = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtTonThucTe = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtLyDo = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_btnThem = new System.Windows.Forms.ToolStripButton();
     this.txtPhantrang = new System.Windows.Forms.TextBox();
     this.lblGiamgia_Tienhang = new System.Windows.Forms.Label();
     this.txtTienhang = new System.Windows.Forms.TextBox();
     this.palXem = new System.Windows.Forms.Panel();
     this.statusStrip1.SuspendLayout();
     this.panel.SuspendLayout();
     this.grbDataGridview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).BeginInit();
     this.palThem.SuspendLayout();
     this.toolStrip_Insert.SuspendLayout();
     this.palXem.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatus_Themmoi,
     this.toolStripStatus_Ghilai,
     this.toolStripStatusLabel3,
     this.toolStripDropDownButton1,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(0, 371);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(758, 27);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatus_Themmoi
     //
     this.toolStripStatus_Themmoi.Image = global::GUI.Properties.Resources.Them;
     this.toolStripStatus_Themmoi.Name = "toolStripStatus_Themmoi";
     this.toolStripStatus_Themmoi.Size = new System.Drawing.Size(158, 22);
     this.toolStripStatus_Themmoi.Spring = true;
     this.toolStripStatus_Themmoi.Text = "Thêm";
     this.toolStripStatus_Themmoi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_Themmoi.Click += new System.EventHandler(this.toolStripStatus_Themmoi_Click);
     this.toolStripStatus_Themmoi.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_Themmoi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripStatus_Ghilai
     //
     this.toolStripStatus_Ghilai.Image = global::GUI.Properties.Resources.Luu;
     this.toolStripStatus_Ghilai.Name = "toolStripStatus_Ghilai";
     this.toolStripStatus_Ghilai.Size = new System.Drawing.Size(158, 22);
     this.toolStripStatus_Ghilai.Spring = true;
     this.toolStripStatus_Ghilai.Text = "Sửa";
     this.toolStripStatus_Ghilai.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_Ghilai.Click += new System.EventHandler(this.toolStripStatus_Ghilai_Click);
     this.toolStripStatus_Ghilai.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_Ghilai.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Image = global::GUI.Properties.Resources.In;
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(158, 22);
     this.toolStripStatusLabel3.Spring = true;
     this.toolStripStatusLabel3.Text = "In";
     this.toolStripStatusLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatusLabel3.Click += new System.EventHandler(this.toolStripStatusLabel3_Click);
     this.toolStripStatusLabel3.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatusLabel3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.thiêtLâpThôngSôToolStripMenuItem,
     this.xoaChưngTưHiênThơiToolStripMenuItem,
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem,
     this.saoChepChưngTưTưToolStripMenuItem,
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem,
     this.saoChepChưngTưToolStripMenuItem});
     this.toolStripDropDownButton1.Image = global::GUI.Properties.Resources.khac1;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 25);
     this.toolStripDropDownButton1.Text = "Khác";
     this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripDropDownButton1.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripDropDownButton1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // thiêtLâpThôngSôToolStripMenuItem
     //
     this.thiêtLâpThôngSôToolStripMenuItem.Name = "thiêtLâpThôngSôToolStripMenuItem";
     this.thiêtLâpThôngSôToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.thiêtLâpThôngSôToolStripMenuItem.Text = "Thiết lập thông số";
     this.thiêtLâpThôngSôToolStripMenuItem.Click += new System.EventHandler(this.thiêtLâpThôngSôToolStripMenuItem_Click);
     //
     // xoaChưngTưHiênThơiToolStripMenuItem
     //
     this.xoaChưngTưHiênThơiToolStripMenuItem.Name = "xoaChưngTưHiênThơiToolStripMenuItem";
     this.xoaChưngTưHiênThơiToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.xoaChưngTưHiênThơiToolStripMenuItem.Text = "Xóa chứng từ hiện thời";
     //
     // huyĐơnĐătHangHiênThơiToolStripMenuItem
     //
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Name = "huyĐơnĐătHangHiênThơiToolStripMenuItem";
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Text = "Hủy đơn đặt hàng hiện thời";
     //
     // saoChepChưngTưTưToolStripMenuItem
     //
     this.saoChepChưngTưTưToolStripMenuItem.Name = "saoChepChưngTưTưToolStripMenuItem";
     this.saoChepChưngTưTưToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưTưToolStripMenuItem.Text = "Sao chép từ chứng từ...";
     //
     // saoChepChưngTưSangNhâpHangToolStripMenuItem
     //
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Name = "saoChepChưngTưSangNhâpHangToolStripMenuItem";
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Text = "Sao chép chứng từ sang nhập hàng";
     //
     // saoChepChưngTưToolStripMenuItem
     //
     this.saoChepChưngTưToolStripMenuItem.Name = "saoChepChưngTưToolStripMenuItem";
     this.saoChepChưngTưToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưToolStripMenuItem.Text = "Sao chép chứng từ thành Chứng từ mới";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Image = global::GUI.Properties.Resources.Xoa;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(158, 22);
     this.toolStripStatusLabel4.Spring = true;
     this.toolStripStatusLabel4.Text = "Trở về";
     this.toolStripStatusLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatusLabel4.Click += new System.EventHandler(this.toolStripStatusLabel4_Click);
     this.toolStripStatusLabel4.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatusLabel4.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // panel
     //
     this.panel.Controls.Add(this.lblTaikhoan);
     this.panel.Controls.Add(this.cbxMaTaiKhoan);
     this.panel.Controls.Add(this.lblDiengiai);
     this.panel.Controls.Add(this.txtDiengiai);
     this.panel.Controls.Add(this.cbxKhoban);
     this.panel.Controls.Add(this.lblKhohang);
     this.panel.Controls.Add(this.lblDinhdangngay);
     this.panel.Controls.Add(this.makNgaychungtu);
     this.panel.Controls.Add(this.lblNgaychungtu);
     this.panel.Controls.Add(this.txtSochungtu);
     this.panel.Controls.Add(this.lblSochungtu);
     this.panel.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name = "panel";
     this.panel.Size = new System.Drawing.Size(758, 122);
     this.panel.TabIndex = 1;
     //
     // lblTaikhoan
     //
     this.lblTaikhoan.AutoSize = true;
     this.lblTaikhoan.Location = new System.Drawing.Point(425, 42);
     this.lblTaikhoan.Name = "lblTaikhoan";
     this.lblTaikhoan.Size = new System.Drawing.Size(112, 13);
     this.lblTaikhoan.TabIndex = 43;
     this.lblTaikhoan.Text = "Tài khoản ngân hàng:";
     //
     // cbxMaTaiKhoan
     //
     this.cbxMaTaiKhoan.BackColor = System.Drawing.Color.White;
     this.cbxMaTaiKhoan.Cursor = System.Windows.Forms.Cursors.Default;
     this.cbxMaTaiKhoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxMaTaiKhoan.Location = new System.Drawing.Point(543, 39);
     this.cbxMaTaiKhoan.Name = "cbxMaTaiKhoan";
     this.cbxMaTaiKhoan.Size = new System.Drawing.Size(198, 21);
     this.cbxMaTaiKhoan.TabIndex = 42;
     //
     // lblDiengiai
     //
     this.lblDiengiai.AutoSize = true;
     this.lblDiengiai.Location = new System.Drawing.Point(17, 68);
     this.lblDiengiai.Name = "lblDiengiai";
     this.lblDiengiai.Size = new System.Drawing.Size(51, 13);
     this.lblDiengiai.TabIndex = 30;
     this.lblDiengiai.Text = "Diễn giải:";
     //
     // txtDiengiai
     //
     this.txtDiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDiengiai.Location = new System.Drawing.Point(96, 66);
     this.txtDiengiai.Multiline = true;
     this.txtDiengiai.Name = "txtDiengiai";
     this.txtDiengiai.Size = new System.Drawing.Size(645, 50);
     this.txtDiengiai.TabIndex = 29;
     //
     // cbxKhoban
     //
     this.cbxKhoban.BackColor = System.Drawing.Color.White;
     this.cbxKhoban.Cursor = System.Windows.Forms.Cursors.Default;
     this.cbxKhoban.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxKhoban.Location = new System.Drawing.Point(96, 39);
     this.cbxKhoban.Name = "cbxKhoban";
     this.cbxKhoban.Size = new System.Drawing.Size(323, 21);
     this.cbxKhoban.TabIndex = 13;
     //
     // lblKhohang
     //
     this.lblKhohang.AutoSize = true;
     this.lblKhohang.Location = new System.Drawing.Point(17, 42);
     this.lblKhohang.Name = "lblKhohang";
     this.lblKhohang.Size = new System.Drawing.Size(56, 13);
     this.lblKhohang.TabIndex = 12;
     this.lblKhohang.Text = "Kho hàng:";
     //
     // lblDinhdangngay
     //
     this.lblDinhdangngay.AutoSize = true;
     this.lblDinhdangngay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblDinhdangngay.Location = new System.Drawing.Point(446, 16);
     this.lblDinhdangngay.Name = "lblDinhdangngay";
     this.lblDinhdangngay.Size = new System.Drawing.Size(71, 13);
     this.lblDinhdangngay.TabIndex = 7;
     this.lblDinhdangngay.TabStop = true;
     this.lblDinhdangngay.Text = "(dd/mm/yyyy)";
     //
     // makNgaychungtu
     //
     this.makNgaychungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makNgaychungtu.Location = new System.Drawing.Point(343, 13);
     this.makNgaychungtu.Mask = "00/00/0000";
     this.makNgaychungtu.Name = "makNgaychungtu";
     this.makNgaychungtu.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makNgaychungtu.Size = new System.Drawing.Size(100, 20);
     this.makNgaychungtu.TabIndex = 6;
     this.makNgaychungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNgaychungtu
     //
     this.lblNgaychungtu.AutoSize = true;
     this.lblNgaychungtu.Location = new System.Drawing.Point(251, 16);
     this.lblNgaychungtu.Name = "lblNgaychungtu";
     this.lblNgaychungtu.Size = new System.Drawing.Size(80, 13);
     this.lblNgaychungtu.TabIndex = 5;
     this.lblNgaychungtu.Text = "Ngày chứng từ:";
     //
     // txtSochungtu
     //
     this.txtSochungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtSochungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSochungtu.Location = new System.Drawing.Point(96, 12);
     this.txtSochungtu.Name = "txtSochungtu";
     this.txtSochungtu.ReadOnly = true;
     this.txtSochungtu.Size = new System.Drawing.Size(136, 20);
     this.txtSochungtu.TabIndex = 2;
     //
     // lblSochungtu
     //
     this.lblSochungtu.AutoSize = true;
     this.lblSochungtu.Location = new System.Drawing.Point(13, 15);
     this.lblSochungtu.Name = "lblSochungtu";
     this.lblSochungtu.Size = new System.Drawing.Size(65, 13);
     this.lblSochungtu.TabIndex = 0;
     this.lblSochungtu.Text = "Mã kiểm kê:";
     //
     // grbDataGridview
     //
     this.grbDataGridview.Controls.Add(this.dgvInsertOrder);
     this.grbDataGridview.Controls.Add(this.palThem);
     this.grbDataGridview.Dock = System.Windows.Forms.DockStyle.Top;
     this.grbDataGridview.Location = new System.Drawing.Point(0, 0);
     this.grbDataGridview.Name = "grbDataGridview";
     this.grbDataGridview.Size = new System.Drawing.Size(758, 218);
     this.grbDataGridview.TabIndex = 0;
     this.grbDataGridview.TabStop = false;
     //
     // dgvInsertOrder
     //
     this.dgvInsertOrder.AllowUserToAddRows = false;
     this.dgvInsertOrder.AllowUserToDeleteRows = false;
     this.dgvInsertOrder.BackgroundColor = System.Drawing.Color.White;
     this.dgvInsertOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvInsertOrder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvInsertOrder.Location = new System.Drawing.Point(3, 42);
     this.dgvInsertOrder.Name = "dgvInsertOrder";
     this.dgvInsertOrder.ReadOnly = true;
     this.dgvInsertOrder.Size = new System.Drawing.Size(752, 173);
     this.dgvInsertOrder.TabIndex = 0;
     //
     // palThem
     //
     this.palThem.Controls.Add(this.toolStrip_Insert);
     this.palThem.Dock = System.Windows.Forms.DockStyle.Top;
     this.palThem.Location = new System.Drawing.Point(3, 16);
     this.palThem.Name = "palThem";
     this.palThem.Size = new System.Drawing.Size(752, 26);
     this.palThem.TabIndex = 3;
     //
     // toolStrip_Insert
     //
     this.toolStrip_Insert.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip_Insert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_txtTracuu,
     this.toolStrip_txtTenhang,
     this.toolStrip_txtTonkho,
     this.toolStrip_txtTonThucTe,
     this.toolStrip_txtLyDo,
     this.toolStrip_btnThem});
     this.toolStrip_Insert.Location = new System.Drawing.Point(0, 0);
     this.toolStrip_Insert.Name = "toolStrip_Insert";
     this.toolStrip_Insert.Size = new System.Drawing.Size(752, 25);
     this.toolStrip_Insert.TabIndex = 2;
     this.toolStrip_Insert.Text = "toolStrip1";
     //
     // toolStrip_txtTracuu
     //
     this.toolStrip_txtTracuu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTracuu.Name = "toolStrip_txtTracuu";
     this.toolStrip_txtTracuu.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtTracuu.Text = "<F4 - Tra cứu>";
     this.toolStrip_txtTracuu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtTracuu_KeyDown);
     //
     // toolStrip_txtTenhang
     //
     this.toolStrip_txtTenhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtTenhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTenhang.Name = "toolStrip_txtTenhang";
     this.toolStrip_txtTenhang.ReadOnly = true;
     this.toolStrip_txtTenhang.Size = new System.Drawing.Size(200, 25);
     //
     // toolStrip_txtTonkho
     //
     this.toolStrip_txtTonkho.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtTonkho.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTonkho.Name = "toolStrip_txtTonkho";
     this.toolStrip_txtTonkho.ReadOnly = true;
     this.toolStrip_txtTonkho.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_txtTonkho.Text = "0";
     this.toolStrip_txtTonkho.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // toolStrip_txtTonThucTe
     //
     this.toolStrip_txtTonThucTe.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTonThucTe.Name = "toolStrip_txtTonThucTe";
     this.toolStrip_txtTonThucTe.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtTonThucTe.Size = new System.Drawing.Size(60, 25);
     this.toolStrip_txtTonThucTe.Text = "1";
     this.toolStrip_txtTonThucTe.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtTonThucTe_KeyPress);
     //
     // toolStrip_txtLyDo
     //
     this.toolStrip_txtLyDo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtLyDo.Name = "toolStrip_txtLyDo";
     this.toolStrip_txtLyDo.Size = new System.Drawing.Size(160, 25);
     this.toolStrip_txtLyDo.Text = "Chưa có lý do";
     //
     // toolStrip_btnThem
     //
     this.toolStrip_btnThem.Image = global::GUI.Properties.Resources.Them;
     this.toolStrip_btnThem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_btnThem.Name = "toolStrip_btnThem";
     this.toolStrip_btnThem.Size = new System.Drawing.Size(58, 22);
     this.toolStrip_btnThem.Text = "Thêm";
     this.toolStrip_btnThem.Click += new System.EventHandler(this.toolStrip_btnThem_Click);
     //
     // txtPhantrang
     //
     this.txtPhantrang.BackColor = System.Drawing.Color.White;
     this.txtPhantrang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhantrang.ForeColor = System.Drawing.Color.Red;
     this.txtPhantrang.Location = new System.Drawing.Point(3, 225);
     this.txtPhantrang.Name = "txtPhantrang";
     this.txtPhantrang.ReadOnly = true;
     this.txtPhantrang.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtPhantrang.Size = new System.Drawing.Size(49, 20);
     this.txtPhantrang.TabIndex = 1;
     this.txtPhantrang.Text = "0/0";
     this.txtPhantrang.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // lblGiamgia_Tienhang
     //
     this.lblGiamgia_Tienhang.AutoSize = true;
     this.lblGiamgia_Tienhang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiamgia_Tienhang.Location = new System.Drawing.Point(461, 231);
     this.lblGiamgia_Tienhang.Name = "lblGiamgia_Tienhang";
     this.lblGiamgia_Tienhang.Size = new System.Drawing.Size(76, 13);
     this.lblGiamgia_Tienhang.TabIndex = 2;
     this.lblGiamgia_Tienhang.Text = "Tổng giá trị:";
     //
     // txtTienhang
     //
     this.txtTienhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTienhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTienhang.Location = new System.Drawing.Point(543, 224);
     this.txtTienhang.Name = "txtTienhang";
     this.txtTienhang.ReadOnly = true;
     this.txtTienhang.Size = new System.Drawing.Size(206, 20);
     this.txtTienhang.TabIndex = 4;
     this.txtTienhang.Text = "0";
     this.txtTienhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // palXem
     //
     this.palXem.Controls.Add(this.txtTienhang);
     this.palXem.Controls.Add(this.lblGiamgia_Tienhang);
     this.palXem.Controls.Add(this.txtPhantrang);
     this.palXem.Controls.Add(this.grbDataGridview);
     this.palXem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.palXem.Location = new System.Drawing.Point(0, 122);
     this.palXem.Name = "palXem";
     this.palXem.Size = new System.Drawing.Size(758, 249);
     this.palXem.TabIndex = 2;
     //
     // frmXuLy_KiemKeKho
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(758, 398);
     this.ControlBox = false;
     this.Controls.Add(this.palXem);
     this.Controls.Add(this.panel);
     this.Controls.Add(this.statusStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLy_KiemKeKho";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Kiểm kê kho";
     this.Load += new System.EventHandler(this.frmXuLy_KiemKeKho_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel.ResumeLayout(false);
     this.panel.PerformLayout();
     this.grbDataGridview.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).EndInit();
     this.palThem.ResumeLayout(false);
     this.palThem.PerformLayout();
     this.toolStrip_Insert.ResumeLayout(false);
     this.toolStrip_Insert.PerformLayout();
     this.palXem.ResumeLayout(false);
     this.palXem.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripSeparator        toolbarSeparator1;
     System.Windows.Forms.ToolStripSeparator        toolbarSeparator2;
     System.Windows.Forms.ToolStripDropDownButton   addressLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.typeTSMI             = new System.Windows.Forms.ToolStripMenuItem();
     this.showCertTSMI         = new System.Windows.Forms.ToolStripMenuItem();
     this.newTabButton         = new System.Windows.Forms.ToolStripButton();
     this.toolbar              = new System.Windows.Forms.ToolStrip();
     this.cms                  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.showProgressBarTSMI  = new System.Windows.Forms.ToolStripMenuItem();
     this.showStatusBarTSMI    = new System.Windows.Forms.ToolStripMenuItem();
     this.backButton           = new System.Windows.Forms.ToolStripButton();
     this.forwardButton        = new System.Windows.Forms.ToolStripButton();
     this.refreshButton        = new System.Windows.Forms.ToolStripButton();
     this.stopButton           = new System.Windows.Forms.ToolStripButton();
     this.homeButton           = new System.Windows.Forms.ToolStripButton();
     this.closeTabButton       = new System.Windows.Forms.ToolStripButton();
     this.addressTextBox       = new System.Windows.Forms.ToolStripTextBox();
     this.goButton             = new System.Windows.Forms.ToolStripButton();
     this.searchButton         = new System.Windows.Forms.ToolStripSplitButton();
     this.tsmiSearchInGoogle   = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSearchInBing     = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSearchInYahoo    = new System.Windows.Forms.ToolStripMenuItem();
     this.hamburgerMenuButton  = new System.Windows.Forms.ToolStripDropDownButton();
     this.historyTSMI          = new System.Windows.Forms.ToolStripMenuItem();
     this.developerToolsTSMI   = new System.Windows.Forms.ToolStripMenuItem();
     this.consoleTSMI          = new System.Windows.Forms.ToolStripMenuItem();
     this.viewSourceDropDown   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3   = new System.Windows.Forms.ToolStripSeparator();
     this.updatesTSMI          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiOptions          = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutTSMI            = new System.Windows.Forms.ToolStripMenuItem();
     this.bookmarkButton       = new System.Windows.Forms.ToolStripDropDownButton();
     this.bookmarkThisPageTSMI = new System.Windows.Forms.ToolStripMenuItem();
     this.BookmarksTSMI        = new System.Windows.Forms.ToolStripMenuItem();
     this.allBookmarksTSMI     = new System.Windows.Forms.ToolStripMenuItem();
     this.ClearBookmarksTSMI   = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlStatus            = new System.Windows.Forms.Panel();
     this.lblStatus            = new System.Windows.Forms.Label();
     this.cmsGeneral           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.backTSMI             = new System.Windows.Forms.ToolStripMenuItem();
     this.forwardTSMI          = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshTSMI          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6   = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllTSMI        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1   = new System.Windows.Forms.ToolStripSeparator();
     this.printTSMI            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2   = new System.Windows.Forms.ToolStripSeparator();
     this.viewSourceTSMI       = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlProgressBar       = new System.Windows.Forms.Panel();
     this.pnlProgress          = new System.Windows.Forms.Panel();
     this.cmsTabs              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.newTabTSMI           = new System.Windows.Forms.ToolStripMenuItem();
     this.closeTabTSMI         = new System.Windows.Forms.ToolStripMenuItem();
     this.cmsText              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyTSMI             = new System.Windows.Forms.ToolStripMenuItem();
     this.searchTSMI           = new System.Windows.Forms.ToolStripMenuItem();
     this.cmsLink              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.OpenTSMI             = new System.Windows.Forms.ToolStripMenuItem();
     this.OpenNewTabTSMI       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7   = new System.Windows.Forms.ToolStripSeparator();
     this.copyLinkTSMI         = new System.Windows.Forms.ToolStripMenuItem();
     this.tabs                 = new CS_Tabbed_Web_Browser.WebBrowserTabControl();
     this.addTabButton         = new System.Windows.Forms.TabPage();
     toolbarSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     toolbarSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     addressLabel              = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolbar.SuspendLayout();
     this.cms.SuspendLayout();
     this.pnlStatus.SuspendLayout();
     this.cmsGeneral.SuspendLayout();
     this.pnlProgressBar.SuspendLayout();
     this.cmsTabs.SuspendLayout();
     this.cmsText.SuspendLayout();
     this.cmsLink.SuspendLayout();
     this.tabs.SuspendLayout();
     this.SuspendLayout();
     //
     // toolbarSeparator1
     //
     toolbarSeparator1.Name = "toolbarSeparator1";
     toolbarSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolbarSeparator2
     //
     toolbarSeparator2.Name = "toolbarSeparator2";
     toolbarSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // addressLabel
     //
     addressLabel.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.typeTSMI,
         this.showCertTSMI
     });
     addressLabel.Name = "addressLabel";
     addressLabel.Size = new System.Drawing.Size(39, 22);
     addressLabel.Text = "Site";
     //
     // typeTSMI
     //
     this.typeTSMI.Name = "typeTSMI";
     this.typeTSMI.Size = new System.Drawing.Size(160, 22);
     this.typeTSMI.Text = "Type of the Site";
     //
     // showCertTSMI
     //
     this.showCertTSMI.Name    = "showCertTSMI";
     this.showCertTSMI.Size    = new System.Drawing.Size(160, 22);
     this.showCertTSMI.Text    = "Show Certificate";
     this.showCertTSMI.Visible = false;
     this.showCertTSMI.Click  += new System.EventHandler(this.showCertTSMI_Click);
     //
     // newTabButton
     //
     this.newTabButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newTabButton.Image                 = ((System.Drawing.Image)(resources.GetObject("newTabButton.Image")));
     this.newTabButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newTabButton.Name        = "newTabButton";
     this.newTabButton.Size        = new System.Drawing.Size(23, 22);
     this.newTabButton.Text        = "New Tab";
     this.newTabButton.ToolTipText = "New Tab (Ctrl+T)";
     this.newTabButton.Click      += new System.EventHandler(this.newTabButton_Click);
     //
     // toolbar
     //
     this.toolbar.ContextMenuStrip = this.cms;
     this.toolbar.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.backButton,
         this.forwardButton,
         this.refreshButton,
         this.stopButton,
         this.homeButton,
         toolbarSeparator1,
         this.newTabButton,
         this.closeTabButton,
         toolbarSeparator2,
         addressLabel,
         this.addressTextBox,
         this.goButton,
         this.searchButton,
         this.hamburgerMenuButton,
         this.bookmarkButton
     });
     this.toolbar.Location   = new System.Drawing.Point(0, 0);
     this.toolbar.Name       = "toolbar";
     this.toolbar.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolbar.Size       = new System.Drawing.Size(685, 25);
     this.toolbar.TabIndex   = 1;
     this.toolbar.Text       = "toolStrip1";
     //
     // cms
     //
     this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showProgressBarTSMI,
         this.showStatusBarTSMI
     });
     this.cms.Name       = "cms";
     this.cms.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.cms.Size       = new System.Drawing.Size(172, 48);
     //
     // showProgressBarTSMI
     //
     this.showProgressBarTSMI.Checked    = true;
     this.showProgressBarTSMI.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showProgressBarTSMI.Name       = "showProgressBarTSMI";
     this.showProgressBarTSMI.Size       = new System.Drawing.Size(171, 22);
     this.showProgressBarTSMI.Text       = "Show Progress Bar";
     this.showProgressBarTSMI.Click     += new System.EventHandler(this.showProgressBarTSMI_Click);
     //
     // showStatusBarTSMI
     //
     this.showStatusBarTSMI.Checked    = true;
     this.showStatusBarTSMI.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showStatusBarTSMI.Name       = "showStatusBarTSMI";
     this.showStatusBarTSMI.Size       = new System.Drawing.Size(171, 22);
     this.showStatusBarTSMI.Text       = "Show Status Bar";
     this.showStatusBarTSMI.Click     += new System.EventHandler(this.showStatusBarTSMI_Click);
     //
     // backButton
     //
     this.backButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.backButton.Enabled               = false;
     this.backButton.Image                 = ((System.Drawing.Image)(resources.GetObject("backButton.Image")));
     this.backButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.backButton.Name   = "backButton";
     this.backButton.Size   = new System.Drawing.Size(23, 22);
     this.backButton.Text   = "Back";
     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.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.forwardButton.Name   = "forwardButton";
     this.forwardButton.Size   = new System.Drawing.Size(23, 22);
     this.forwardButton.Text   = "Forward";
     this.forwardButton.Click += new System.EventHandler(this.forwardButton_Click);
     //
     // refreshButton
     //
     this.refreshButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     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(23, 22);
     this.refreshButton.Text        = "Refresh";
     this.refreshButton.ToolTipText = "Refresh (F5)";
     this.refreshButton.Click      += new System.EventHandler(this.refreshButton_Click);
     //
     // stopButton
     //
     this.stopButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.stopButton.Enabled               = false;
     this.stopButton.Image                 = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
     this.stopButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stopButton.Name        = "stopButton";
     this.stopButton.Size        = new System.Drawing.Size(23, 22);
     this.stopButton.Text        = "Text";
     this.stopButton.ToolTipText = "Stop";
     this.stopButton.Visible     = false;
     this.stopButton.Click      += new System.EventHandler(this.stopButton_Click);
     //
     // homeButton
     //
     this.homeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.homeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("homeButton.Image")));
     this.homeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.homeButton.Name    = "homeButton";
     this.homeButton.Size    = new System.Drawing.Size(23, 22);
     this.homeButton.Text    = "Home";
     this.homeButton.Visible = false;
     this.homeButton.Click  += new System.EventHandler(this.homeButton_Click);
     //
     // closeTabButton
     //
     this.closeTabButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.closeTabButton.Enabled               = false;
     this.closeTabButton.Image                 = ((System.Drawing.Image)(resources.GetObject("closeTabButton.Image")));
     this.closeTabButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.closeTabButton.Name        = "closeTabButton";
     this.closeTabButton.Size        = new System.Drawing.Size(23, 22);
     this.closeTabButton.Text        = "Close Tab";
     this.closeTabButton.ToolTipText = "Close Tab";
     this.closeTabButton.Click      += new System.EventHandler(this.closeTabButton_Click);
     //
     // addressTextBox
     //
     this.addressTextBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.addressTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.addressTextBox.AutoSize           = false;
     this.addressTextBox.Name     = "addressTextBox";
     this.addressTextBox.Size     = new System.Drawing.Size(325, 25);
     this.addressTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.addressTextBox_KeyDown);
     //
     // goButton
     //
     this.goButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.goButton.Image                 = ((System.Drawing.Image)(resources.GetObject("goButton.Image")));
     this.goButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.goButton.Name = "goButton";
     this.goButton.Size = new System.Drawing.Size(23, 22);
     this.goButton.Text = "Go";
     this.goButton.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.goButton.ToolTipText       = "Go (Enter)";
     this.goButton.Click            += new System.EventHandler(this.goButton_Click);
     //
     // searchButton
     //
     this.searchButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.searchButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearchInGoogle,
         this.tsmiSearchInBing,
         this.tsmiSearchInYahoo
     });
     this.searchButton.Image = global::CS_Tabbed_Web_Browser.Properties.Resources.searchGoogleMenuItem_Image;
     this.searchButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.searchButton.Name         = "searchButton";
     this.searchButton.Size         = new System.Drawing.Size(32, 22);
     this.searchButton.Text         = "Search in Google";
     this.searchButton.ToolTipText  = "Search in the Web (Ctrl+S)";
     this.searchButton.ButtonClick += new System.EventHandler(this.searchButton_ButtonClick);
     //
     // tsmiSearchInGoogle
     //
     this.tsmiSearchInGoogle.Name   = "tsmiSearchInGoogle";
     this.tsmiSearchInGoogle.Size   = new System.Drawing.Size(163, 22);
     this.tsmiSearchInGoogle.Text   = "Search in Google";
     this.tsmiSearchInGoogle.Click += new System.EventHandler(this.tsmiSearchInGoogle_Click);
     //
     // tsmiSearchInBing
     //
     this.tsmiSearchInBing.Name   = "tsmiSearchInBing";
     this.tsmiSearchInBing.Size   = new System.Drawing.Size(163, 22);
     this.tsmiSearchInBing.Text   = "Search in Bing";
     this.tsmiSearchInBing.Click += new System.EventHandler(this.tsmiSearchInBing_Click);
     //
     // tsmiSearchInYahoo
     //
     this.tsmiSearchInYahoo.Name   = "tsmiSearchInYahoo";
     this.tsmiSearchInYahoo.Size   = new System.Drawing.Size(163, 22);
     this.tsmiSearchInYahoo.Text   = "Search in Yahoo";
     this.tsmiSearchInYahoo.Click += new System.EventHandler(this.tsmiSearchInYahoo_Click);
     //
     // hamburgerMenuButton
     //
     this.hamburgerMenuButton.Alignment    = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.hamburgerMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.hamburgerMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.historyTSMI,
         this.developerToolsTSMI,
         this.toolStripMenuItem3,
         this.updatesTSMI,
         this.tsmiOptions,
         this.aboutTSMI
     });
     this.hamburgerMenuButton.Image = global::CS_Tabbed_Web_Browser.Properties.Resources.hamburgerMenuItem_Image;
     this.hamburgerMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.hamburgerMenuButton.Name = "hamburgerMenuButton";
     this.hamburgerMenuButton.Size = new System.Drawing.Size(29, 22);
     this.hamburgerMenuButton.Text = "More";
     //
     // historyTSMI
     //
     this.historyTSMI.Name   = "historyTSMI";
     this.historyTSMI.Size   = new System.Drawing.Size(157, 22);
     this.historyTSMI.Text   = "History";
     this.historyTSMI.Click += new System.EventHandler(this.historyTSMI_Click);
     //
     // developerToolsTSMI
     //
     this.developerToolsTSMI.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.consoleTSMI,
         this.viewSourceDropDown
     });
     this.developerToolsTSMI.Name = "developerToolsTSMI";
     this.developerToolsTSMI.Size = new System.Drawing.Size(157, 22);
     this.developerToolsTSMI.Text = "Developer Tools";
     //
     // consoleTSMI
     //
     this.consoleTSMI.Name   = "consoleTSMI";
     this.consoleTSMI.Size   = new System.Drawing.Size(138, 22);
     this.consoleTSMI.Text   = "Console";
     this.consoleTSMI.Click += new System.EventHandler(this.consoleTSMI_Click);
     //
     // viewSourceDropDown
     //
     this.viewSourceDropDown.Name   = "viewSourceDropDown";
     this.viewSourceDropDown.Size   = new System.Drawing.Size(138, 22);
     this.viewSourceDropDown.Text   = "View Source";
     this.viewSourceDropDown.Click += new System.EventHandler(this.viewSourceDropDown_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(154, 6);
     //
     // updatesTSMI
     //
     this.updatesTSMI.Name   = "updatesTSMI";
     this.updatesTSMI.Size   = new System.Drawing.Size(157, 22);
     this.updatesTSMI.Text   = "Updates";
     this.updatesTSMI.Click += new System.EventHandler(this.updatesTSMI_Click);
     //
     // tsmiOptions
     //
     this.tsmiOptions.Name   = "tsmiOptions";
     this.tsmiOptions.Size   = new System.Drawing.Size(157, 22);
     this.tsmiOptions.Text   = "Options";
     this.tsmiOptions.Click += new System.EventHandler(this.tsmiOptions_Click);
     //
     // aboutTSMI
     //
     this.aboutTSMI.Name   = "aboutTSMI";
     this.aboutTSMI.Size   = new System.Drawing.Size(157, 22);
     this.aboutTSMI.Text   = "About";
     this.aboutTSMI.Click += new System.EventHandler(this.aboutTSMI_Click);
     //
     // bookmarkButton
     //
     this.bookmarkButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bookmarkButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bookmarkThisPageTSMI,
         this.BookmarksTSMI,
         this.ClearBookmarksTSMI
     });
     this.bookmarkButton.Image = global::CS_Tabbed_Web_Browser.Properties.Resources.bookmarkMenuItem_Image;
     this.bookmarkButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bookmarkButton.Name = "bookmarkButton";
     this.bookmarkButton.Size = new System.Drawing.Size(29, 22);
     this.bookmarkButton.Text = "Bookmark";
     //
     // bookmarkThisPageTSMI
     //
     this.bookmarkThisPageTSMI.Name   = "bookmarkThisPageTSMI";
     this.bookmarkThisPageTSMI.Size   = new System.Drawing.Size(180, 22);
     this.bookmarkThisPageTSMI.Text   = "Bookmark this Page";
     this.bookmarkThisPageTSMI.Click += new System.EventHandler(this.bookmarkThisPageTSMI_Click);
     //
     // BookmarksTSMI
     //
     this.BookmarksTSMI.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.allBookmarksTSMI
     });
     this.BookmarksTSMI.Name             = "BookmarksTSMI";
     this.BookmarksTSMI.Size             = new System.Drawing.Size(180, 22);
     this.BookmarksTSMI.Text             = "Bookmarks";
     this.BookmarksTSMI.DropDownOpening += new System.EventHandler(this.BookmarksTSMI_DropDownOpening);
     //
     // allBookmarksTSMI
     //
     this.allBookmarksTSMI.Name   = "allBookmarksTSMI";
     this.allBookmarksTSMI.Size   = new System.Drawing.Size(150, 22);
     this.allBookmarksTSMI.Text   = "All Bookmarks";
     this.allBookmarksTSMI.Click += new System.EventHandler(this.allBookmarksTSMI_Click);
     //
     // ClearBookmarksTSMI
     //
     this.ClearBookmarksTSMI.Name   = "ClearBookmarksTSMI";
     this.ClearBookmarksTSMI.Size   = new System.Drawing.Size(180, 22);
     this.ClearBookmarksTSMI.Text   = "Clear Bookmarks";
     this.ClearBookmarksTSMI.Click += new System.EventHandler(this.ClearBookmarksTSMI_Click);
     //
     // pnlStatus
     //
     this.pnlStatus.Controls.Add(this.lblStatus);
     this.pnlStatus.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlStatus.Location = new System.Drawing.Point(0, 475);
     this.pnlStatus.Name     = "pnlStatus";
     this.pnlStatus.Size     = new System.Drawing.Size(685, 20);
     this.pnlStatus.TabIndex = 4;
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.lblStatus.Location = new System.Drawing.Point(4, 3);
     this.lblStatus.Name     = "lblStatus";
     this.lblStatus.Size     = new System.Drawing.Size(37, 13);
     this.lblStatus.TabIndex = 0;
     this.lblStatus.Text     = "Status";
     //
     // cmsGeneral
     //
     this.cmsGeneral.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.backTSMI,
         this.forwardTSMI,
         this.refreshTSMI,
         this.toolStripMenuItem6,
         this.selectAllTSMI,
         this.toolStripMenuItem1,
         this.printTSMI,
         this.toolStripMenuItem2,
         this.viewSourceTSMI
     });
     this.cmsGeneral.Name       = "cmsProperties";
     this.cmsGeneral.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.cmsGeneral.Size       = new System.Drawing.Size(139, 154);
     //
     // backTSMI
     //
     this.backTSMI.Enabled = false;
     this.backTSMI.Name    = "backTSMI";
     this.backTSMI.Size    = new System.Drawing.Size(138, 22);
     this.backTSMI.Text    = "Back";
     this.backTSMI.Click  += new System.EventHandler(this.backTSMI_Click);
     //
     // forwardTSMI
     //
     this.forwardTSMI.Enabled = false;
     this.forwardTSMI.Name    = "forwardTSMI";
     this.forwardTSMI.Size    = new System.Drawing.Size(138, 22);
     this.forwardTSMI.Text    = "Forward";
     this.forwardTSMI.Click  += new System.EventHandler(this.forwardTSMI_Click);
     //
     // refreshTSMI
     //
     this.refreshTSMI.Enabled = false;
     this.refreshTSMI.Name    = "refreshTSMI";
     this.refreshTSMI.Size    = new System.Drawing.Size(138, 22);
     this.refreshTSMI.Text    = "Refresh";
     this.refreshTSMI.Click  += new System.EventHandler(this.refreshTSMI_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(135, 6);
     //
     // selectAllTSMI
     //
     this.selectAllTSMI.Name   = "selectAllTSMI";
     this.selectAllTSMI.Size   = new System.Drawing.Size(138, 22);
     this.selectAllTSMI.Text   = "Select All";
     this.selectAllTSMI.Click += new System.EventHandler(this.selectAllTSMI_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(135, 6);
     //
     // printTSMI
     //
     this.printTSMI.Enabled = false;
     this.printTSMI.Name    = "printTSMI";
     this.printTSMI.Size    = new System.Drawing.Size(138, 22);
     this.printTSMI.Text    = "Print";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(135, 6);
     //
     // viewSourceTSMI
     //
     this.viewSourceTSMI.Name   = "viewSourceTSMI";
     this.viewSourceTSMI.Size   = new System.Drawing.Size(138, 22);
     this.viewSourceTSMI.Text   = "View Source";
     this.viewSourceTSMI.Click += new System.EventHandler(this.viewSourceTSMI_Click);
     //
     // pnlProgressBar
     //
     this.pnlProgressBar.Controls.Add(this.pnlProgress);
     this.pnlProgressBar.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlProgressBar.Location = new System.Drawing.Point(0, 25);
     this.pnlProgressBar.Name     = "pnlProgressBar";
     this.pnlProgressBar.Size     = new System.Drawing.Size(685, 10);
     this.pnlProgressBar.TabIndex = 5;
     //
     // pnlProgress
     //
     this.pnlProgress.BackColor = System.Drawing.Color.Green;
     this.pnlProgress.Dock      = System.Windows.Forms.DockStyle.Left;
     this.pnlProgress.Location  = new System.Drawing.Point(0, 0);
     this.pnlProgress.Name      = "pnlProgress";
     this.pnlProgress.Size      = new System.Drawing.Size(0, 10);
     this.pnlProgress.TabIndex  = 0;
     //
     // cmsTabs
     //
     this.cmsTabs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newTabTSMI,
         this.closeTabTSMI
     });
     this.cmsTabs.Name       = "cmsTabs";
     this.cmsTabs.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.cmsTabs.Size       = new System.Drawing.Size(168, 48);
     //
     // newTabTSMI
     //
     this.newTabTSMI.Name         = "newTabTSMI";
     this.newTabTSMI.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
     this.newTabTSMI.Size         = new System.Drawing.Size(167, 22);
     this.newTabTSMI.Text         = "New Tab";
     this.newTabTSMI.Click       += new System.EventHandler(this.newTabTSMI_Click);
     //
     // closeTabTSMI
     //
     this.closeTabTSMI.Enabled = false;
     this.closeTabTSMI.Name    = "closeTabTSMI";
     this.closeTabTSMI.Size    = new System.Drawing.Size(167, 22);
     this.closeTabTSMI.Text    = "Close Current Tab";
     this.closeTabTSMI.Click  += new System.EventHandler(this.closeTabTSMI_Click);
     //
     // cmsText
     //
     this.cmsText.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyTSMI,
         this.searchTSMI
     });
     this.cmsText.Name       = "cmsText";
     this.cmsText.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.cmsText.Size       = new System.Drawing.Size(110, 48);
     //
     // copyTSMI
     //
     this.copyTSMI.Name   = "copyTSMI";
     this.copyTSMI.Size   = new System.Drawing.Size(109, 22);
     this.copyTSMI.Text   = "Copy";
     this.copyTSMI.Click += new System.EventHandler(this.copyTSMI_Click);
     //
     // searchTSMI
     //
     this.searchTSMI.Name   = "searchTSMI";
     this.searchTSMI.Size   = new System.Drawing.Size(109, 22);
     this.searchTSMI.Text   = "Search";
     this.searchTSMI.Click += new System.EventHandler(this.searchTSMI_Click);
     //
     // cmsLink
     //
     this.cmsLink.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.OpenTSMI,
         this.OpenNewTabTSMI,
         this.toolStripMenuItem7,
         this.copyLinkTSMI
     });
     this.cmsLink.Name       = "cmsText";
     this.cmsLink.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.cmsLink.Size       = new System.Drawing.Size(168, 76);
     //
     // OpenTSMI
     //
     this.OpenTSMI.Name = "OpenTSMI";
     this.OpenTSMI.Size = new System.Drawing.Size(167, 22);
     this.OpenTSMI.Text = "Open";
     //
     // OpenNewTabTSMI
     //
     this.OpenNewTabTSMI.Name = "OpenNewTabTSMI";
     this.OpenNewTabTSMI.Size = new System.Drawing.Size(167, 22);
     this.OpenNewTabTSMI.Text = "Open in new tab";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(164, 6);
     //
     // copyLinkTSMI
     //
     this.copyLinkTSMI.Name = "copyLinkTSMI";
     this.copyLinkTSMI.Size = new System.Drawing.Size(167, 22);
     this.copyLinkTSMI.Text = "Copy link address";
     //
     // tabs
     //
     this.tabs.ContextMenuStrip = this.cmsTabs;
     this.tabs.Controls.Add(this.addTabButton);
     this.tabs.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tabs.ItemSize              = new System.Drawing.Size(0, 24);
     this.tabs.Location              = new System.Drawing.Point(0, 35);
     this.tabs.Name                  = "tabs";
     this.tabs.SelectedIndex         = 0;
     this.tabs.Size                  = new System.Drawing.Size(685, 440);
     this.tabs.TabIndex              = 3;
     this.tabs.SelectedIndexChanged += new System.EventHandler(this.tabs_SelectedIndexChanged);
     this.tabs.Selecting            += new System.Windows.Forms.TabControlCancelEventHandler(this.tabs_Selecting);
     this.tabs.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.tabs_MouseDown);
     //
     // addTabButton
     //
     this.addTabButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.addTabButton.Location = new System.Drawing.Point(4, 28);
     this.addTabButton.Name     = "addTabButton";
     this.addTabButton.Padding  = new System.Windows.Forms.Padding(3);
     this.addTabButton.Size     = new System.Drawing.Size(677, 408);
     this.addTabButton.TabIndex = 1;
     this.addTabButton.Text     = "  +";
     this.addTabButton.UseVisualStyleBackColor = true;
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(685, 495);
     this.ContextMenuStrip    = this.cms;
     this.Controls.Add(this.tabs);
     this.Controls.Add(this.pnlProgressBar);
     this.Controls.Add(this.pnlStatus);
     this.Controls.Add(this.toolbar);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "MainWindow";
     this.Text         = "Tabbed Web Browser";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.Load        += new System.EventHandler(this.MainWindow_Load);
     this.SizeChanged += new System.EventHandler(this.MainWindow_SizeChanged);
     this.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.MainWindow_KeyDown);
     this.toolbar.ResumeLayout(false);
     this.toolbar.PerformLayout();
     this.cms.ResumeLayout(false);
     this.pnlStatus.ResumeLayout(false);
     this.pnlStatus.PerformLayout();
     this.cmsGeneral.ResumeLayout(false);
     this.pnlProgressBar.ResumeLayout(false);
     this.cmsTabs.ResumeLayout(false);
     this.cmsText.ResumeLayout(false);
     this.cmsLink.ResumeLayout(false);
     this.tabs.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #45
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.scrollpanel = new System.Windows.Forms.Panel();
     this.workingpanel = new System.Windows.Forms.Panel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripCreate = new System.Windows.Forms.ToolStripButton();
     this.toolStripLoad = new System.Windows.Forms.ToolStripButton();
     this.toolStripText = new System.Windows.Forms.ToolStripButton();
     this.toolStripScreen = new System.Windows.Forms.ToolStripButton();
     this.toolStripPage = new System.Windows.Forms.ToolStripButton();
     this.toolStripPagesBox = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripBackground = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripOthers = new System.Windows.Forms.ToolStripDropDownButton();
     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.x1080ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.x2160ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.x4320ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ページの並べ替えToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.ワードパッドToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ワードの起動ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.メモ帳の起動ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.データフォルダToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.未使用のBoxデータを削除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.このページの参照ウインドウToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripPageSize = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripHelpButton1 = new System.Windows.Forms.ToolStripButton();
     this.別のブックを開くToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.scrollpanel.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.scrollpanel);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1417, 383);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(1417, 408);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // scrollpanel
     //
     this.scrollpanel.AutoScroll = true;
     this.scrollpanel.Controls.Add(this.workingpanel);
     this.scrollpanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.scrollpanel.Location = new System.Drawing.Point(0, 0);
     this.scrollpanel.Name = "scrollpanel";
     this.scrollpanel.Size = new System.Drawing.Size(1417, 383);
     this.scrollpanel.TabIndex = 1;
     //
     // workingpanel
     //
     this.workingpanel.AutoScroll = true;
     this.workingpanel.Location = new System.Drawing.Point(12, 11);
     this.workingpanel.Name = "workingpanel";
     this.workingpanel.Size = new System.Drawing.Size(4000, 4000);
     this.workingpanel.TabIndex = 0;
     this.workingpanel.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripCreate,
     this.toolStripLoad,
     this.toolStripText,
     this.toolStripScreen,
     this.toolStripPage,
     this.toolStripPagesBox,
     this.toolStripBackground,
     this.toolStripLabel1,
     this.toolStripOthers,
     this.toolStripPageSize,
     this.toolStripHelpButton1});
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(790, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // toolStripCreate
     //
     this.toolStripCreate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripCreate.Image")));
     this.toolStripCreate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripCreate.Name = "toolStripCreate";
     this.toolStripCreate.Size = new System.Drawing.Size(88, 22);
     this.toolStripCreate.Text = "Bookの作成";
     this.toolStripCreate.Click += new System.EventHandler(this.toolStripBook_Click);
     //
     // toolStripLoad
     //
     this.toolStripLoad.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLoad.Image")));
     this.toolStripLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripLoad.Name = "toolStripLoad";
     this.toolStripLoad.Size = new System.Drawing.Size(82, 22);
     this.toolStripLoad.Text = "Bookを開く";
     this.toolStripLoad.Click += new System.EventHandler(this.toolStripLoad_Click);
     //
     // toolStripText
     //
     this.toolStripText.Image = ((System.Drawing.Image)(resources.GetObject("toolStripText.Image")));
     this.toolStripText.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripText.Name = "toolStripText";
     this.toolStripText.Size = new System.Drawing.Size(98, 22);
     this.toolStripText.Text = "テキスト枠追加";
     this.toolStripText.Click += new System.EventHandler(this.toolStripText_Click);
     //
     // toolStripScreen
     //
     this.toolStripScreen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripScreen.Image")));
     this.toolStripScreen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripScreen.Name = "toolStripScreen";
     this.toolStripScreen.Size = new System.Drawing.Size(103, 22);
     this.toolStripScreen.Text = "スクリーンショット";
     this.toolStripScreen.Click += new System.EventHandler(this.toolStripScreen_Click);
     //
     // toolStripPage
     //
     this.toolStripPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripPage.Image")));
     this.toolStripPage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripPage.Name = "toolStripPage";
     this.toolStripPage.Size = new System.Drawing.Size(79, 22);
     this.toolStripPage.Text = "ページ追加";
     this.toolStripPage.Click += new System.EventHandler(this.toolStripPage_Click);
     //
     // toolStripPagesBox
     //
     this.toolStripPagesBox.Image = ((System.Drawing.Image)(resources.GetObject("toolStripPagesBox.Image")));
     this.toolStripPagesBox.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripPagesBox.Name = "toolStripPagesBox";
     this.toolStripPagesBox.Size = new System.Drawing.Size(29, 22);
     this.toolStripPagesBox.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripPagesBox_DropDownItemClicked);
     //
     // toolStripBackground
     //
     this.toolStripBackground.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBackground.Image")));
     this.toolStripBackground.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripBackground.Name = "toolStripBackground";
     this.toolStripBackground.Size = new System.Drawing.Size(63, 22);
     this.toolStripBackground.Text = "背景色";
     this.toolStripBackground.Click += new System.EventHandler(this.toolStripBackground_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripLabel1.Size = new System.Drawing.Size(0, 22);
     //
     // toolStripOthers
     //
     this.toolStripOthers.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.別のブックを開くToolStripMenuItem,
     this.上書き保存ToolStripMenuItem,
     this.終了ToolStripMenuItem,
     this.印刷ToolStripMenuItem,
     this.toolStripSeparator1,
     this.ページサイズ変更ToolStripMenuItem,
     this.ページの並べ替えToolStripMenuItem,
     this.toolStripSeparator2,
     this.ワードパッドToolStripMenuItem,
     this.ワードの起動ToolStripMenuItem,
     this.メモ帳の起動ToolStripMenuItem,
     this.toolStripSeparator3,
     this.データフォルダToolStripMenuItem,
     this.未使用のBoxデータを削除ToolStripMenuItem,
     this.このページの参照ウインドウToolStripMenuItem});
     this.toolStripOthers.Image = ((System.Drawing.Image)(resources.GetObject("toolStripOthers.Image")));
     this.toolStripOthers.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripOthers.Name = "toolStripOthers";
     this.toolStripOthers.Size = new System.Drawing.Size(67, 22);
     this.toolStripOthers.Text = "その他";
     //
     // 上書き保存ToolStripMenuItem
     //
     this.上書き保存ToolStripMenuItem.Name = "上書き保存ToolStripMenuItem";
     this.上書き保存ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.上書き保存ToolStripMenuItem.Text = "上書き保存";
     this.上書き保存ToolStripMenuItem.Click += new System.EventHandler(this.toolStripSave_Click);
     //
     // 終了ToolStripMenuItem
     //
     this.終了ToolStripMenuItem.Name = "終了ToolStripMenuItem";
     this.終了ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.終了ToolStripMenuItem.Text = "終了";
     this.終了ToolStripMenuItem.Click += new System.EventHandler(this.toolStripEnd_Click);
     //
     // 印刷ToolStripMenuItem
     //
     this.印刷ToolStripMenuItem.Name = "印刷ToolStripMenuItem";
     this.印刷ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.印刷ToolStripMenuItem.Text = "印刷";
     this.印刷ToolStripMenuItem.Click += new System.EventHandler(this.toolStripPrint_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(196, 6);
     //
     // ページサイズ変更ToolStripMenuItem
     //
     this.ページサイズ変更ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.x1080ToolStripMenuItem,
     this.x2160ToolStripMenuItem,
     this.x4320ToolStripMenuItem});
     this.ページサイズ変更ToolStripMenuItem.Name = "ページサイズ変更ToolStripMenuItem";
     this.ページサイズ変更ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.ページサイズ変更ToolStripMenuItem.Text = "ページサイズ変更";
     //
     // x1080ToolStripMenuItem
     //
     this.x1080ToolStripMenuItem.Name = "x1080ToolStripMenuItem";
     this.x1080ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.x1080ToolStripMenuItem.Text = "1920 x 1080";
     this.x1080ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripSize_Click);
     //
     // x2160ToolStripMenuItem
     //
     this.x2160ToolStripMenuItem.Name = "x2160ToolStripMenuItem";
     this.x2160ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.x2160ToolStripMenuItem.Text = "3840 x 2160";
     this.x2160ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripSize_Click);
     //
     // x4320ToolStripMenuItem
     //
     this.x4320ToolStripMenuItem.Name = "x4320ToolStripMenuItem";
     this.x4320ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.x4320ToolStripMenuItem.Text = "7680 x 4320";
     this.x4320ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripSize_Click);
     //
     // ページの並べ替えToolStripMenuItem
     //
     this.ページの並べ替えToolStripMenuItem.Name = "ページの並べ替えToolStripMenuItem";
     this.ページの並べ替えToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.ページの並べ替えToolStripMenuItem.Text = "ページの並べ替え";
     this.ページの並べ替えToolStripMenuItem.Click += new System.EventHandler(this.toolStripPageMove_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(196, 6);
     //
     // ワードパッドToolStripMenuItem
     //
     this.ワードパッドToolStripMenuItem.Name = "ワードパッドToolStripMenuItem";
     this.ワードパッドToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.ワードパッドToolStripMenuItem.Text = "ワードパッドの起動";
     this.ワードパッドToolStripMenuItem.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // ワードの起動ToolStripMenuItem
     //
     this.ワードの起動ToolStripMenuItem.Name = "ワードの起動ToolStripMenuItem";
     this.ワードの起動ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.ワードの起動ToolStripMenuItem.Text = "ワードの起動";
     this.ワードの起動ToolStripMenuItem.Click += new System.EventHandler(this.WordToolStripMenuItem_Click);
     //
     // メモ帳の起動ToolStripMenuItem
     //
     this.メモ帳の起動ToolStripMenuItem.Name = "メモ帳の起動ToolStripMenuItem";
     this.メモ帳の起動ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.メモ帳の起動ToolStripMenuItem.Text = "メモ帳の起動";
     this.メモ帳の起動ToolStripMenuItem.Click += new System.EventHandler(this.NotePadToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(196, 6);
     //
     // データフォルダToolStripMenuItem
     //
     this.データフォルダToolStripMenuItem.Name = "データフォルダToolStripMenuItem";
     this.データフォルダToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.データフォルダToolStripMenuItem.Text = "データフォルダを開く";
     this.データフォルダToolStripMenuItem.Click += new System.EventHandler(this.toolStripFolder_Click);
     //
     // 未使用のBoxデータを削除ToolStripMenuItem
     //
     this.未使用のBoxデータを削除ToolStripMenuItem.Name = "未使用のBoxデータを削除ToolStripMenuItem";
     this.未使用のBoxデータを削除ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.未使用のBoxデータを削除ToolStripMenuItem.Text = "未使用のBoxデータを削除";
     this.未使用のBoxデータを削除ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripBoxClear_Click);
     //
     // このページの参照ウインドウToolStripMenuItem
     //
     this.このページの参照ウインドウToolStripMenuItem.Name = "このページの参照ウインドウToolStripMenuItem";
     this.このページの参照ウインドウToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.このページの参照ウインドウToolStripMenuItem.Text = "このページの参照ウインドウ";
     this.このページの参照ウインドウToolStripMenuItem.Click += new System.EventHandler(this.toolStripDisplay_Click);
     //
     // toolStripPageSize
     //
     this.toolStripPageSize.Name = "toolStripPageSize";
     this.toolStripPageSize.ReadOnly = true;
     this.toolStripPageSize.Size = new System.Drawing.Size(80, 25);
     this.toolStripPageSize.Text = "1920 x 1080";
     //
     // toolStripHelpButton1
     //
     this.toolStripHelpButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripHelpButton1.Image")));
     this.toolStripHelpButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripHelpButton1.Name = "toolStripHelpButton1";
     this.toolStripHelpButton1.Size = new System.Drawing.Size(56, 22);
     this.toolStripHelpButton1.Text = "ヘルプ";
     this.toolStripHelpButton1.Click += new System.EventHandler(this.toolStripHelp_Click);
     //
     // 別のブックを開くToolStripMenuItem
     //
     this.別のブックを開くToolStripMenuItem.Name = "別のブックを開くToolStripMenuItem";
     this.別のブックを開くToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.別のブックを開くToolStripMenuItem.Text = "別のブックを開く";
     this.別のブックを開くToolStripMenuItem.Click += new System.EventHandler(this.oTherBookToolStripMenuItem_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(1417, 408);
     this.Controls.Add(this.toolStripContainer1);
     this.MinimumSize = new System.Drawing.Size(200, 150);
     this.Name = "MainForm";
     this.Text = "スクラップブック";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.scrollpanel.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #46
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.SplitContainer            splitContainer1;
     System.Windows.Forms.GroupBox                  selectedFileInfoGroupBox;
     System.Windows.Forms.SplitContainer            splitContainer2;
     System.Windows.Forms.Label                     label1;
     System.Windows.Forms.Label                     label4;
     System.Windows.Forms.Label                     label3;
     System.Windows.Forms.Label                     label2;
     System.Windows.Forms.ToolStripDropDownButton   toolStripDropDownButton1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     System.Windows.Forms.ToolStripMenuItem         loadNDSFileToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         loadNDSProjectToolStripMenuItem;
     System.Windows.Forms.GroupBox                  sourceControlGroupBox;
     System.Windows.Forms.SplitContainer            splitContainer3;
     System.Windows.Forms.GroupBox                  groupBox1;
     this.extractFileButton             = new System.Windows.Forms.Button();
     this.replaceFileButton             = new System.Windows.Forms.Button();
     this.selectedFileViewHistoryButton = new System.Windows.Forms.Button();
     this.selectedFileEntryIDLabel      = new System.Windows.Forms.Label();
     this.selectedFileSizeLabel         = new System.Windows.Forms.Label();
     this.selectedFileFullPathLabel     = new System.Windows.Forms.Label();
     this.selectedFileFilenameLabel     = new System.Windows.Forms.Label();
     this.vcsChangeListBox     = new System.Windows.Forms.ListBox();
     this.tableLayoutPanel2    = new System.Windows.Forms.TableLayoutPanel();
     this.vcsCommitButton      = new System.Windows.Forms.Button();
     this.vcsUndoButton        = new System.Windows.Forms.Button();
     this.vcsHistoryButton     = new System.Windows.Forms.Button();
     this.loadTextEditorButton = new System.Windows.Forms.Button();
     this.openWithButton       = new System.Windows.Forms.Button();
     this.filesystemView       = new System.Windows.Forms.TreeView();
     this.iconList             = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.saveProjectButton    = new System.Windows.Forms.ToolStripButton();
     this.packToROMButton      = new System.Windows.Forms.ToolStripButton();
     this.mainContainer        = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     splitContainer1           = new System.Windows.Forms.SplitContainer();
     selectedFileInfoGroupBox  = new System.Windows.Forms.GroupBox();
     splitContainer2           = new System.Windows.Forms.SplitContainer();
     label1 = new System.Windows.Forms.Label();
     label4 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     toolStripDropDownButton1        = new System.Windows.Forms.ToolStripDropDownButton();
     loadNDSFileToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     loadNDSProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     sourceControlGroupBox           = new System.Windows.Forms.GroupBox();
     splitContainer3 = new System.Windows.Forms.SplitContainer();
     groupBox1       = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     selectedFileInfoGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
     splitContainer2.Panel1.SuspendLayout();
     splitContainer2.Panel2.SuspendLayout();
     splitContainer2.SuspendLayout();
     sourceControlGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer3)).BeginInit();
     splitContainer3.Panel1.SuspendLayout();
     splitContainer3.Panel2.SuspendLayout();
     splitContainer3.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     groupBox1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainContainer)).BeginInit();
     this.mainContainer.Panel1.SuspendLayout();
     this.mainContainer.Panel2.SuspendLayout();
     this.mainContainer.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     splitContainer1.IsSplitterFixed = true;
     splitContainer1.Location        = new System.Drawing.Point(5, 134);
     splitContainer1.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     splitContainer1.Name            = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.extractFileButton);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.replaceFileButton);
     splitContainer1.Size             = new System.Drawing.Size(312, 28);
     splitContainer1.SplitterDistance = 153;
     splitContainer1.SplitterWidth    = 5;
     splitContainer1.TabIndex         = 6;
     //
     // extractFileButton
     //
     this.extractFileButton.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.extractFileButton.Location = new System.Drawing.Point(0, 0);
     this.extractFileButton.Margin   = new System.Windows.Forms.Padding(0);
     this.extractFileButton.Name     = "extractFileButton";
     this.extractFileButton.Size     = new System.Drawing.Size(153, 28);
     this.extractFileButton.TabIndex = 4;
     this.extractFileButton.Text     = "Extract decompressed";
     this.extractFileButton.UseVisualStyleBackColor = true;
     this.extractFileButton.Click += new System.EventHandler(this.extractFileButton_Click);
     //
     // replaceFileButton
     //
     this.replaceFileButton.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.replaceFileButton.Location = new System.Drawing.Point(0, 0);
     this.replaceFileButton.Margin   = new System.Windows.Forms.Padding(0);
     this.replaceFileButton.Name     = "replaceFileButton";
     this.replaceFileButton.Size     = new System.Drawing.Size(150, 28);
     this.replaceFileButton.TabIndex = 5;
     this.replaceFileButton.Text     = "Replace with...";
     this.replaceFileButton.UseVisualStyleBackColor = true;
     this.replaceFileButton.Click += new System.EventHandler(this.replaceFileButton_Click);
     //
     // selectedFileInfoGroupBox
     //
     selectedFileInfoGroupBox.Controls.Add(splitContainer2);
     selectedFileInfoGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     selectedFileInfoGroupBox.Location = new System.Drawing.Point(3, 4);
     selectedFileInfoGroupBox.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     selectedFileInfoGroupBox.Name     = "selectedFileInfoGroupBox";
     selectedFileInfoGroupBox.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     selectedFileInfoGroupBox.Size     = new System.Drawing.Size(323, 140);
     selectedFileInfoGroupBox.TabIndex = 7;
     selectedFileInfoGroupBox.TabStop  = false;
     selectedFileInfoGroupBox.Text     = "Selected File Information";
     //
     // splitContainer2
     //
     splitContainer2.Dock            = System.Windows.Forms.DockStyle.Fill;
     splitContainer2.IsSplitterFixed = true;
     splitContainer2.Location        = new System.Drawing.Point(3, 19);
     splitContainer2.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     splitContainer2.Name            = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     splitContainer2.Panel1.Controls.Add(label1);
     splitContainer2.Panel1.Controls.Add(label4);
     splitContainer2.Panel1.Controls.Add(label3);
     splitContainer2.Panel1.Controls.Add(label2);
     //
     // splitContainer2.Panel2
     //
     splitContainer2.Panel2.Controls.Add(this.selectedFileViewHistoryButton);
     splitContainer2.Panel2.Controls.Add(this.selectedFileEntryIDLabel);
     splitContainer2.Panel2.Controls.Add(this.selectedFileSizeLabel);
     splitContainer2.Panel2.Controls.Add(this.selectedFileFullPathLabel);
     splitContainer2.Panel2.Controls.Add(this.selectedFileFilenameLabel);
     splitContainer2.Size             = new System.Drawing.Size(317, 117);
     splitContainer2.SplitterDistance = 67;
     splitContainer2.SplitterWidth    = 5;
     splitContainer2.TabIndex         = 1;
     //
     // label1
     //
     label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     label1.AutoSize  = true;
     label1.Location  = new System.Drawing.Point(11, 74);
     label1.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(49, 16);
     label1.TabIndex  = 3;
     label1.Text      = "Entry ID";
     label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(32, 51);
     label4.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(28, 16);
     label4.TabIndex = 2;
     label4.Text     = "Size";
     //
     // label3
     //
     label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(8, 28);
     label3.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(54, 16);
     label3.TabIndex = 1;
     label3.Text     = "Full Path";
     //
     // label2
     //
     label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(7, 4);
     label2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(55, 16);
     label2.TabIndex = 0;
     label2.Text     = "Filename";
     //
     // selectedFileViewHistoryButton
     //
     this.selectedFileViewHistoryButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.selectedFileViewHistoryButton.Enabled  = false;
     this.selectedFileViewHistoryButton.Location = new System.Drawing.Point(4, 91);
     this.selectedFileViewHistoryButton.Name     = "selectedFileViewHistoryButton";
     this.selectedFileViewHistoryButton.Size     = new System.Drawing.Size(234, 23);
     this.selectedFileViewHistoryButton.TabIndex = 4;
     this.selectedFileViewHistoryButton.Text     = "View History";
     this.selectedFileViewHistoryButton.UseVisualStyleBackColor = true;
     //
     // selectedFileEntryIDLabel
     //
     this.selectedFileEntryIDLabel.AutoSize = true;
     this.selectedFileEntryIDLabel.Location = new System.Drawing.Point(3, 74);
     this.selectedFileEntryIDLabel.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.selectedFileEntryIDLabel.Name     = "selectedFileEntryIDLabel";
     this.selectedFileEntryIDLabel.Size     = new System.Drawing.Size(17, 16);
     this.selectedFileEntryIDLabel.TabIndex = 3;
     this.selectedFileEntryIDLabel.Text     = "...";
     //
     // selectedFileSizeLabel
     //
     this.selectedFileSizeLabel.AutoSize = true;
     this.selectedFileSizeLabel.Location = new System.Drawing.Point(3, 51);
     this.selectedFileSizeLabel.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.selectedFileSizeLabel.Name     = "selectedFileSizeLabel";
     this.selectedFileSizeLabel.Size     = new System.Drawing.Size(17, 16);
     this.selectedFileSizeLabel.TabIndex = 2;
     this.selectedFileSizeLabel.Text     = "...";
     //
     // selectedFileFullPathLabel
     //
     this.selectedFileFullPathLabel.AutoSize = true;
     this.selectedFileFullPathLabel.Location = new System.Drawing.Point(3, 28);
     this.selectedFileFullPathLabel.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.selectedFileFullPathLabel.Name     = "selectedFileFullPathLabel";
     this.selectedFileFullPathLabel.Size     = new System.Drawing.Size(17, 16);
     this.selectedFileFullPathLabel.TabIndex = 1;
     this.selectedFileFullPathLabel.Text     = "...";
     //
     // selectedFileFilenameLabel
     //
     this.selectedFileFilenameLabel.AutoSize = true;
     this.selectedFileFilenameLabel.Location = new System.Drawing.Point(3, 4);
     this.selectedFileFilenameLabel.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.selectedFileFilenameLabel.Name     = "selectedFileFilenameLabel";
     this.selectedFileFilenameLabel.Size     = new System.Drawing.Size(17, 16);
     this.selectedFileFilenameLabel.TabIndex = 0;
     this.selectedFileFilenameLabel.Text     = "...";
     //
     // toolStripDropDownButton1
     //
     toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadNDSFileToolStripMenuItem,
         loadNDSProjectToolStripMenuItem
     });
     toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     toolStripDropDownButton1.Size = new System.Drawing.Size(46, 22);
     toolStripDropDownButton1.Text = "Load";
     //
     // loadNDSFileToolStripMenuItem
     //
     loadNDSFileToolStripMenuItem.Name   = "loadNDSFileToolStripMenuItem";
     loadNDSFileToolStripMenuItem.Size   = new System.Drawing.Size(175, 22);
     loadNDSFileToolStripMenuItem.Text   = "Open NDS File...";
     loadNDSFileToolStripMenuItem.Click += new System.EventHandler(this.loadNDSButton_Click);
     //
     // loadNDSProjectToolStripMenuItem
     //
     loadNDSProjectToolStripMenuItem.Name   = "loadNDSProjectToolStripMenuItem";
     loadNDSProjectToolStripMenuItem.Size   = new System.Drawing.Size(175, 22);
     loadNDSProjectToolStripMenuItem.Text   = "Load NDS Project...";
     loadNDSProjectToolStripMenuItem.Click += new System.EventHandler(this.loadNDSProjectToolStripMenuItem_Click);
     //
     // sourceControlGroupBox
     //
     sourceControlGroupBox.Controls.Add(splitContainer3);
     sourceControlGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     sourceControlGroupBox.Location = new System.Drawing.Point(3, 152);
     sourceControlGroupBox.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     sourceControlGroupBox.Name     = "sourceControlGroupBox";
     sourceControlGroupBox.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     sourceControlGroupBox.Size     = new System.Drawing.Size(323, 164);
     sourceControlGroupBox.TabIndex = 10;
     sourceControlGroupBox.TabStop  = false;
     sourceControlGroupBox.Text     = "Source Control";
     //
     // splitContainer3
     //
     splitContainer3.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer3.Location = new System.Drawing.Point(3, 19);
     splitContainer3.Name     = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     splitContainer3.Panel1.Controls.Add(this.vcsChangeListBox);
     //
     // splitContainer3.Panel2
     //
     splitContainer3.Panel2.Controls.Add(this.tableLayoutPanel2);
     splitContainer3.Size             = new System.Drawing.Size(317, 141);
     splitContainer3.SplitterDistance = 103;
     splitContainer3.TabIndex         = 0;
     //
     // vcsChangeListBox
     //
     this.vcsChangeListBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.vcsChangeListBox.FormattingEnabled = true;
     this.vcsChangeListBox.ItemHeight        = 16;
     this.vcsChangeListBox.Location          = new System.Drawing.Point(0, 0);
     this.vcsChangeListBox.Name              = "vcsChangeListBox";
     this.vcsChangeListBox.Size              = new System.Drawing.Size(103, 141);
     this.vcsChangeListBox.TabIndex          = 0;
     this.vcsChangeListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.vcsChangeListBox_MouseDoubleClick);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.vcsCommitButton, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.vcsUndoButton, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.vcsHistoryButton, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(210, 141);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // vcsCommitButton
     //
     this.vcsCommitButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.vcsCommitButton.Location = new System.Drawing.Point(3, 97);
     this.vcsCommitButton.Name     = "vcsCommitButton";
     this.vcsCommitButton.Size     = new System.Drawing.Size(204, 41);
     this.vcsCommitButton.TabIndex = 0;
     this.vcsCommitButton.Text     = "Commit";
     this.vcsCommitButton.UseVisualStyleBackColor = true;
     this.vcsCommitButton.Click += new System.EventHandler(this.vcsCommitButton_Click);
     //
     // vcsUndoButton
     //
     this.vcsUndoButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.vcsUndoButton.Enabled  = false;
     this.vcsUndoButton.Location = new System.Drawing.Point(3, 50);
     this.vcsUndoButton.Name     = "vcsUndoButton";
     this.vcsUndoButton.Size     = new System.Drawing.Size(204, 41);
     this.vcsUndoButton.TabIndex = 1;
     this.vcsUndoButton.Text     = "Undo All";
     this.vcsUndoButton.UseVisualStyleBackColor = true;
     //
     // vcsHistoryButton
     //
     this.vcsHistoryButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.vcsHistoryButton.Location = new System.Drawing.Point(3, 3);
     this.vcsHistoryButton.Name     = "vcsHistoryButton";
     this.vcsHistoryButton.Size     = new System.Drawing.Size(204, 41);
     this.vcsHistoryButton.TabIndex = 2;
     this.vcsHistoryButton.Text     = "History";
     this.vcsHistoryButton.UseVisualStyleBackColor = true;
     this.vcsHistoryButton.Click += new System.EventHandler(this.vcsHistoryButton_Click);
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.loadTextEditorButton);
     groupBox1.Controls.Add(splitContainer1);
     groupBox1.Controls.Add(this.openWithButton);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(3, 324);
     groupBox1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     groupBox1.Name     = "groupBox1";
     groupBox1.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     groupBox1.Size     = new System.Drawing.Size(323, 259);
     groupBox1.TabIndex = 10;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Tools And Utils";
     //
     // loadTextEditorButton
     //
     this.loadTextEditorButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.loadTextEditorButton.Location = new System.Drawing.Point(5, 23);
     this.loadTextEditorButton.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.loadTextEditorButton.Name     = "loadTextEditorButton";
     this.loadTextEditorButton.Size     = new System.Drawing.Size(312, 48);
     this.loadTextEditorButton.TabIndex = 0;
     this.loadTextEditorButton.Text     = "Load with Text Table Editor";
     this.loadTextEditorButton.UseVisualStyleBackColor = true;
     this.loadTextEditorButton.Click += new System.EventHandler(this.loadTextEditorButton_Click);
     //
     // openWithButton
     //
     this.openWithButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.openWithButton.Enabled  = false;
     this.openWithButton.Location = new System.Drawing.Point(5, 79);
     this.openWithButton.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.openWithButton.Name     = "openWithButton";
     this.openWithButton.Size     = new System.Drawing.Size(312, 48);
     this.openWithButton.TabIndex = 3;
     this.openWithButton.Text     = "Open With...";
     this.openWithButton.UseVisualStyleBackColor = true;
     this.openWithButton.Click += new System.EventHandler(this.openWithButton_Click);
     //
     // filesystemView
     //
     this.filesystemView.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.filesystemView.ImageKey           = "Unknown";
     this.filesystemView.ImageList          = this.iconList;
     this.filesystemView.Location           = new System.Drawing.Point(3, 4);
     this.filesystemView.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.filesystemView.Name               = "filesystemView";
     this.filesystemView.SelectedImageIndex = 0;
     this.filesystemView.Size               = new System.Drawing.Size(615, 585);
     this.filesystemView.TabIndex           = 1;
     //
     // iconList
     //
     this.iconList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iconList.ImageStream")));
     this.iconList.TransparentColor = System.Drawing.Color.Transparent;
     this.iconList.Images.SetKeyName(0, "Text");
     this.iconList.Images.SetKeyName(1, "Folder");
     this.iconList.Images.SetKeyName(2, "Unknown");
     this.iconList.Images.SetKeyName(3, "LZ77");
     this.iconList.Images.SetKeyName(4, "Text Table");
     this.iconList.Images.SetKeyName(5, "Root");
     this.iconList.Images.SetKeyName(6, "Sound Data");
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripDropDownButton1,
         this.saveProjectButton,
         this.packToROMButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(995, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // saveProjectButton
     //
     this.saveProjectButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.saveProjectButton.Enabled               = false;
     this.saveProjectButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveProjectButton.Image")));
     this.saveProjectButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveProjectButton.Name   = "saveProjectButton";
     this.saveProjectButton.Size   = new System.Drawing.Size(75, 22);
     this.saveProjectButton.Text   = "Save Project";
     this.saveProjectButton.Click += new System.EventHandler(this.saveProjectButton_Click);
     //
     // packToROMButton
     //
     this.packToROMButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.packToROMButton.Enabled               = false;
     this.packToROMButton.Image                 = ((System.Drawing.Image)(resources.GetObject("packToROMButton.Image")));
     this.packToROMButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.packToROMButton.Name   = "packToROMButton";
     this.packToROMButton.Size   = new System.Drawing.Size(120, 22);
     this.packToROMButton.Text   = "Export Patched ROM";
     this.packToROMButton.Click += new System.EventHandler(this.packToROMButton_Click);
     //
     // mainContainer
     //
     this.mainContainer.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.mainContainer.Location = new System.Drawing.Point(14, 35);
     this.mainContainer.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.mainContainer.Name     = "mainContainer";
     //
     // mainContainer.Panel1
     //
     this.mainContainer.Panel1.Controls.Add(this.filesystemView);
     //
     // mainContainer.Panel2
     //
     this.mainContainer.Panel2.Controls.Add(this.tableLayoutPanel1);
     this.mainContainer.Panel2.Enabled   = false;
     this.mainContainer.Size             = new System.Drawing.Size(967, 594);
     this.mainContainer.SplitterDistance = 622;
     this.mainContainer.SplitterWidth    = 5;
     this.mainContainer.TabIndex         = 3;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(groupBox1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(sourceControlGroupBox, 0, 1);
     this.tableLayoutPanel1.Controls.Add(selectedFileInfoGroupBox, 0, 0);
     this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     this.tableLayoutPanel1.Location  = new System.Drawing.Point(3, 4);
     this.tableLayoutPanel1.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tableLayoutPanel1.Name      = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount  = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(329, 587);
     this.tableLayoutPanel1.TabIndex = 9;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(995, 644);
     this.Controls.Add(this.mainContainer);
     this.Controls.Add(this.toolStrip1);
     this.Font       = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name       = "Form1";
     this.Text       = "RaveNDS";
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     selectedFileInfoGroupBox.ResumeLayout(false);
     splitContainer2.Panel1.ResumeLayout(false);
     splitContainer2.Panel1.PerformLayout();
     splitContainer2.Panel2.ResumeLayout(false);
     splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
     splitContainer2.ResumeLayout(false);
     sourceControlGroupBox.ResumeLayout(false);
     splitContainer3.Panel1.ResumeLayout(false);
     splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer3)).EndInit();
     splitContainer3.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     groupBox1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.mainContainer.Panel1.ResumeLayout(false);
     this.mainContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mainContainer)).EndInit();
     this.mainContainer.ResumeLayout(false);
     this.tableLayoutPanel1.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(FrmSaleStageJCAdd));
     this.panel1 = new System.Windows.Forms.Panel();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.btnSave = new System.Windows.Forms.ToolStripButton();
     this.btnReload = new System.Windows.Forms.ToolStripButton();
     this.btnExit = new System.Windows.Forms.ToolStripButton();
     this.btnAlter = new System.Windows.Forms.ToolStripButton();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.btnSelectCase = new System.Windows.Forms.ToolStripButton();
     this.btnDeleteCase = new System.Windows.Forms.ToolStripButton();
     this.btnPrintTable = new System.Windows.Forms.ToolStripButton();
     this.btnExportGrid = new System.Windows.Forms.ToolStripButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label23 = new System.Windows.Forms.Label();
     this.txtBJS = new System.Windows.Forms.TextBox();
     this.ComboxJSFS = new System.Windows.Forms.ComboBox();
     this.txtWSJE = new System.Windows.Forms.TextBox();
     this.txtXSMY = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.txtSE = new System.Windows.Forms.TextBox();
     this.txtXSSY = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.txtZT = new System.Windows.Forms.TextBox();
     this.txtXSSL = new System.Windows.Forms.TextBox();
     this.txtJSHJ = new System.Windows.Forms.TextBox();
     this.txtPJZK = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.txtPZS = new System.Windows.Forms.TextBox();
     this.txtZKE = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.txtPJDJ = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.comboxSL = new System.Windows.Forms.ComboBox();
     this.label15 = new System.Windows.Forms.Label();
     this.txtBZ = new System.Windows.Forms.TextBox();
     this.btnDWselect = new System.Windows.Forms.Button();
     this.txtGHDW = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.txtJSR = new System.Windows.Forms.TextBox();
     this.txtCZY = new System.Windows.Forms.TextBox();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.txtZTID = new System.Windows.Forms.TextBox();
     this.txtBM = new System.Windows.Forms.TextBox();
     this.txtJSDH = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.xpServerCollectionSource1 = new DevExpress.Xpo.XPServerCollectionSource();
     this.unitOfWork1 = new DevExpress.Xpo.UnitOfWork();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSJLX = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colXSJSDH = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colXSDH = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colXSBMMC = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colKHMC = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colXSSL = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colXSSY = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colXSMY = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colYSSL = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colYSSY = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colYSMY = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colZT = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colXSDID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colXSJSDID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnView = new System.Windows.Forms.ToolStripDropDownButton();
     this.btnColCustomize = new System.Windows.Forms.ToolStripMenuItem();
     this.btnSaveLayout = new System.Windows.Forms.ToolStripMenuItem();
     this.btnLoadLayout = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unitOfWork1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolStrip2);
     this.panel1.Controls.Add(this.groupBox1);
     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(867, 344);
     this.panel1.TabIndex = 0;
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnSave,
     this.btnReload,
     this.btnExit,
     this.btnAlter,
     this.toolStripProgressBar1,
     this.btnSelectCase,
     this.btnDeleteCase,
     this.btnPrintTable,
     this.btnExportGrid,
     this.btnView});
     this.toolStrip2.Location = new System.Drawing.Point(0, 317);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.Size = new System.Drawing.Size(867, 27);
     this.toolStrip2.TabIndex = 12;
     this.toolStrip2.Text = "toolStrip2";
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(69, 24);
     this.btnSave.Text = "   保存   ";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnReload
     //
     this.btnReload.BackColor = System.Drawing.SystemColors.Control;
     this.btnReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnReload.Image = ((System.Drawing.Image)(resources.GetObject("btnReload.Image")));
     this.btnReload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnReload.Name = "btnReload";
     this.btnReload.Size = new System.Drawing.Size(69, 24);
     this.btnReload.Text = "   重置   ";
     this.btnReload.Click += new System.EventHandler(this.btnReload_Click);
     //
     // btnExit
     //
     this.btnExit.BackColor = System.Drawing.SystemColors.Control;
     this.btnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
     this.btnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(69, 24);
     this.btnExit.Text = "   退出   ";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnAlter
     //
     this.btnAlter.BackColor = System.Drawing.SystemColors.Control;
     this.btnAlter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnAlter.Image = ((System.Drawing.Image)(resources.GetObject("btnAlter.Image")));
     this.btnAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAlter.Name = "btnAlter";
     this.btnAlter.Size = new System.Drawing.Size(69, 24);
     this.btnAlter.Text = " 确认修改 ";
     this.btnAlter.Click += new System.EventHandler(this.btnAlter_Click);
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(200, 24);
     //
     // btnSelectCase
     //
     this.btnSelectCase.BackColor = System.Drawing.SystemColors.Control;
     this.btnSelectCase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnSelectCase.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectCase.Image")));
     this.btnSelectCase.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSelectCase.Name = "btnSelectCase";
     this.btnSelectCase.Size = new System.Drawing.Size(69, 24);
     this.btnSelectCase.Text = "   选单   ";
     this.btnSelectCase.Click += new System.EventHandler(this.btnSelectCase_Click);
     //
     // btnDeleteCase
     //
     this.btnDeleteCase.BackColor = System.Drawing.SystemColors.Control;
     this.btnDeleteCase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnDeleteCase.Image = ((System.Drawing.Image)(resources.GetObject("btnDeleteCase.Image")));
     this.btnDeleteCase.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDeleteCase.Name = "btnDeleteCase";
     this.btnDeleteCase.Size = new System.Drawing.Size(69, 24);
     this.btnDeleteCase.Text = "   减单   ";
     this.btnDeleteCase.Click += new System.EventHandler(this.btnDeleteCase_Click);
     //
     // btnPrintTable
     //
     this.btnPrintTable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnPrintTable.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintTable.Image")));
     this.btnPrintTable.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPrintTable.Name = "btnPrintTable";
     this.btnPrintTable.Size = new System.Drawing.Size(57, 24);
     this.btnPrintTable.Text = "打印表格";
     //
     // btnExportGrid
     //
     this.btnExportGrid.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnExportGrid.Image = ((System.Drawing.Image)(resources.GetObject("btnExportGrid.Image")));
     this.btnExportGrid.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnExportGrid.Name = "btnExportGrid";
     this.btnExportGrid.Size = new System.Drawing.Size(57, 24);
     this.btnExportGrid.Text = "导出表格";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.AliceBlue;
     this.groupBox1.Controls.Add(this.label23);
     this.groupBox1.Controls.Add(this.txtBJS);
     this.groupBox1.Controls.Add(this.ComboxJSFS);
     this.groupBox1.Controls.Add(this.txtWSJE);
     this.groupBox1.Controls.Add(this.txtXSMY);
     this.groupBox1.Controls.Add(this.label22);
     this.groupBox1.Controls.Add(this.txtSE);
     this.groupBox1.Controls.Add(this.txtXSSY);
     this.groupBox1.Controls.Add(this.label21);
     this.groupBox1.Controls.Add(this.txtZT);
     this.groupBox1.Controls.Add(this.txtXSSL);
     this.groupBox1.Controls.Add(this.txtJSHJ);
     this.groupBox1.Controls.Add(this.txtPJZK);
     this.groupBox1.Controls.Add(this.label20);
     this.groupBox1.Controls.Add(this.label19);
     this.groupBox1.Controls.Add(this.txtPZS);
     this.groupBox1.Controls.Add(this.txtZKE);
     this.groupBox1.Controls.Add(this.label18);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.txtPJDJ);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.comboxSL);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.txtBZ);
     this.groupBox1.Controls.Add(this.btnDWselect);
     this.groupBox1.Controls.Add(this.txtGHDW);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.txtJSR);
     this.groupBox1.Controls.Add(this.txtCZY);
     this.groupBox1.Controls.Add(this.dateTimePicker2);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.txtZTID);
     this.groupBox1.Controls.Add(this.txtBM);
     this.groupBox1.Controls.Add(this.txtJSDH);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(867, 317);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "销售结算单";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label23.Location = new System.Drawing.Point(303, 267);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(49, 14);
     this.label23.TabIndex = 48;
     this.label23.Text = "包件数";
     //
     // txtBJS
     //
     this.txtBJS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtBJS.Location = new System.Drawing.Point(372, 260);
     this.txtBJS.Name = "txtBJS";
     this.txtBJS.ReadOnly = true;
     this.txtBJS.Size = new System.Drawing.Size(184, 21);
     this.txtBJS.TabIndex = 47;
     //
     // ComboxJSFS
     //
     this.ComboxJSFS.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ComboxJSFS.FormattingEnabled = true;
     this.ComboxJSFS.Location = new System.Drawing.Point(372, 89);
     this.ComboxJSFS.Name = "ComboxJSFS";
     this.ComboxJSFS.Size = new System.Drawing.Size(184, 22);
     this.ComboxJSFS.TabIndex = 45;
     //
     // txtWSJE
     //
     this.txtWSJE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtWSJE.Location = new System.Drawing.Point(643, 230);
     this.txtWSJE.Name = "txtWSJE";
     this.txtWSJE.ReadOnly = true;
     this.txtWSJE.Size = new System.Drawing.Size(194, 21);
     this.txtWSJE.TabIndex = 44;
     //
     // txtXSMY
     //
     this.txtXSMY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtXSMY.Location = new System.Drawing.Point(643, 191);
     this.txtXSMY.Name = "txtXSMY";
     this.txtXSMY.ReadOnly = true;
     this.txtXSMY.Size = new System.Drawing.Size(194, 21);
     this.txtXSMY.TabIndex = 43;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label22.Location = new System.Drawing.Point(573, 232);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(63, 14);
     this.label22.TabIndex = 42;
     this.label22.Text = "无税金额";
     //
     // txtSE
     //
     this.txtSE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtSE.Location = new System.Drawing.Point(372, 224);
     this.txtSE.Name = "txtSE";
     this.txtSE.ReadOnly = true;
     this.txtSE.Size = new System.Drawing.Size(184, 21);
     this.txtSE.TabIndex = 41;
     //
     // txtXSSY
     //
     this.txtXSSY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtXSSY.Location = new System.Drawing.Point(372, 191);
     this.txtXSSY.Name = "txtXSSY";
     this.txtXSSY.ReadOnly = true;
     this.txtXSSY.Size = new System.Drawing.Size(184, 21);
     this.txtXSSY.TabIndex = 40;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label21.Location = new System.Drawing.Point(303, 231);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(35, 14);
     this.label21.TabIndex = 39;
     this.label21.Text = "税额";
     //
     // txtZT
     //
     this.txtZT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtZT.Location = new System.Drawing.Point(93, 260);
     this.txtZT.Name = "txtZT";
     this.txtZT.ReadOnly = true;
     this.txtZT.Size = new System.Drawing.Size(203, 21);
     this.txtZT.TabIndex = 38;
     //
     // txtXSSL
     //
     this.txtXSSL.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtXSSL.Location = new System.Drawing.Point(93, 191);
     this.txtXSSL.Name = "txtXSSL";
     this.txtXSSL.ReadOnly = true;
     this.txtXSSL.Size = new System.Drawing.Size(203, 21);
     this.txtXSSL.TabIndex = 37;
     //
     // txtJSHJ
     //
     this.txtJSHJ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtJSHJ.Location = new System.Drawing.Point(93, 224);
     this.txtJSHJ.Name = "txtJSHJ";
     this.txtJSHJ.ReadOnly = true;
     this.txtJSHJ.Size = new System.Drawing.Size(203, 21);
     this.txtJSHJ.TabIndex = 36;
     //
     // txtPJZK
     //
     this.txtPJZK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtPJZK.Location = new System.Drawing.Point(93, 156);
     this.txtPJZK.Name = "txtPJZK";
     this.txtPJZK.ReadOnly = true;
     this.txtPJZK.Size = new System.Drawing.Size(203, 21);
     this.txtPJZK.TabIndex = 35;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label20.Location = new System.Drawing.Point(303, 198);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(63, 14);
     this.label20.TabIndex = 34;
     this.label20.Text = "销售实洋";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label19.Location = new System.Drawing.Point(573, 198);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(63, 14);
     this.label19.TabIndex = 33;
     this.label19.Text = "销售码洋";
     //
     // txtPZS
     //
     this.txtPZS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtPZS.Location = new System.Drawing.Point(642, 156);
     this.txtPZS.Name = "txtPZS";
     this.txtPZS.ReadOnly = true;
     this.txtPZS.Size = new System.Drawing.Size(194, 21);
     this.txtPZS.TabIndex = 32;
     //
     // txtZKE
     //
     this.txtZKE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtZKE.Location = new System.Drawing.Point(372, 156);
     this.txtZKE.Name = "txtZKE";
     this.txtZKE.ReadOnly = true;
     this.txtZKE.Size = new System.Drawing.Size(184, 21);
     this.txtZKE.TabIndex = 31;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label18.Location = new System.Drawing.Point(303, 163);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(49, 14);
     this.label18.TabIndex = 30;
     this.label18.Text = "折扣额";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label17.Location = new System.Drawing.Point(573, 163);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(49, 14);
     this.label17.TabIndex = 29;
     this.label17.Text = "品种数";
     //
     // txtPJDJ
     //
     this.txtPJDJ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtPJDJ.Location = new System.Drawing.Point(642, 122);
     this.txtPJDJ.Name = "txtPJDJ";
     this.txtPJDJ.ReadOnly = true;
     this.txtPJDJ.Size = new System.Drawing.Size(194, 21);
     this.txtPJDJ.TabIndex = 28;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label16.Location = new System.Drawing.Point(573, 129);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(63, 14);
     this.label16.TabIndex = 27;
     this.label16.Text = "平均单价";
     //
     // comboxSL
     //
     this.comboxSL.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.comboxSL.FormattingEnabled = true;
     this.comboxSL.Items.AddRange(new object[] {
     "13",
     "17"});
     this.comboxSL.Location = new System.Drawing.Point(94, 123);
     this.comboxSL.Name = "comboxSL";
     this.comboxSL.Size = new System.Drawing.Size(203, 20);
     this.comboxSL.TabIndex = 26;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label15.Location = new System.Drawing.Point(303, 130);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(35, 14);
     this.label15.TabIndex = 25;
     this.label15.Text = "备注";
     //
     // txtBZ
     //
     this.txtBZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtBZ.Location = new System.Drawing.Point(372, 123);
     this.txtBZ.Name = "txtBZ";
     this.txtBZ.Size = new System.Drawing.Size(184, 21);
     this.txtBZ.TabIndex = 24;
     //
     // btnDWselect
     //
     this.btnDWselect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnDWselect.Location = new System.Drawing.Point(789, 86);
     this.btnDWselect.Name = "btnDWselect";
     this.btnDWselect.Size = new System.Drawing.Size(47, 23);
     this.btnDWselect.TabIndex = 23;
     this.btnDWselect.Text = "选择";
     this.btnDWselect.UseVisualStyleBackColor = true;
     this.btnDWselect.Click += new System.EventHandler(this.btnDWselect_Click);
     //
     // txtGHDW
     //
     this.txtGHDW.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtGHDW.Location = new System.Drawing.Point(642, 88);
     this.txtGHDW.Name = "txtGHDW";
     this.txtGHDW.ReadOnly = true;
     this.txtGHDW.Size = new System.Drawing.Size(141, 21);
     this.txtGHDW.TabIndex = 22;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.Location = new System.Drawing.Point(573, 95);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(63, 14);
     this.label14.TabIndex = 21;
     this.label14.Text = "购货单位";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label13.Location = new System.Drawing.Point(303, 95);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(63, 14);
     this.label13.TabIndex = 19;
     this.label13.Text = "结算方式";
     //
     // txtJSR
     //
     this.txtJSR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtJSR.Location = new System.Drawing.Point(94, 88);
     this.txtJSR.Name = "txtJSR";
     this.txtJSR.Size = new System.Drawing.Size(203, 21);
     this.txtJSR.TabIndex = 18;
     //
     // txtCZY
     //
     this.txtCZY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCZY.Location = new System.Drawing.Point(94, 55);
     this.txtCZY.Name = "txtCZY";
     this.txtCZY.ReadOnly = true;
     this.txtCZY.Size = new System.Drawing.Size(203, 21);
     this.txtCZY.TabIndex = 17;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CalendarTitleBackColor = System.Drawing.Color.Thistle;
     this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Location = new System.Drawing.Point(642, 53);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(195, 23);
     this.dateTimePicker2.TabIndex = 16;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CalendarTitleBackColor = System.Drawing.Color.Thistle;
     this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Location = new System.Drawing.Point(372, 55);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(184, 23);
     this.dateTimePicker1.TabIndex = 15;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(573, 66);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(63, 14);
     this.label12.TabIndex = 14;
     this.label12.Text = "制单日期";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(303, 62);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(63, 14);
     this.label11.TabIndex = 13;
     this.label11.Text = "操作日期";
     //
     // txtZTID
     //
     this.txtZTID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtZTID.Location = new System.Drawing.Point(614, 22);
     this.txtZTID.Name = "txtZTID";
     this.txtZTID.ReadOnly = true;
     this.txtZTID.Size = new System.Drawing.Size(223, 21);
     this.txtZTID.TabIndex = 12;
     //
     // txtBM
     //
     this.txtBM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtBM.Location = new System.Drawing.Point(344, 24);
     this.txtBM.Name = "txtBM";
     this.txtBM.ReadOnly = true;
     this.txtBM.Size = new System.Drawing.Size(212, 21);
     this.txtBM.TabIndex = 11;
     //
     // txtJSDH
     //
     this.txtJSDH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtJSDH.Location = new System.Drawing.Point(93, 22);
     this.txtJSDH.Name = "txtJSDH";
     this.txtJSDH.ReadOnly = true;
     this.txtJSDH.Size = new System.Drawing.Size(203, 21);
     this.txtJSDH.TabIndex = 10;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(31, 198);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(63, 14);
     this.label10.TabIndex = 9;
     this.label10.Text = "销售数量";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(31, 231);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(63, 14);
     this.label9.TabIndex = 8;
     this.label9.Text = "价税合计";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(31, 267);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(35, 14);
     this.label8.TabIndex = 7;
     this.label8.Text = "状态";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(303, 29);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(35, 14);
     this.label7.TabIndex = 6;
     this.label7.Text = "部门";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(573, 25);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(35, 14);
     this.label6.TabIndex = 5;
     this.label6.Text = "帐套";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(31, 95);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(49, 14);
     this.label5.TabIndex = 4;
     this.label5.Text = "经手人";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(31, 130);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(35, 14);
     this.label4.TabIndex = 3;
     this.label4.Text = "税率";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(31, 163);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(63, 14);
     this.label3.TabIndex = 2;
     this.label3.Text = "平均折扣";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(31, 62);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(49, 14);
     this.label2.TabIndex = 1;
     this.label2.Text = "操作员";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(31, 29);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(63, 14);
     this.label1.TabIndex = 0;
     this.label1.Text = "结算单号";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.gridControl1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 344);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(867, 359);
     this.panel2.TabIndex = 1;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.xpServerCollectionSource1;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(867, 359);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.UseEmbeddedNavigator = true;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // xpServerCollectionSource1
     //
     this.xpServerCollectionSource1.ObjectType = typeof(XINHUA.VIEW_JC_C_XSD);
     this.xpServerCollectionSource1.Session = this.unitOfWork1;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colSJLX,
     this.colXSJSDH,
     this.colXSDH,
     this.colXSBMMC,
     this.colKHMC,
     this.colXSSL,
     this.colXSSY,
     this.colXSMY,
     this.colYSSL,
     this.colYSSY,
     this.colYSMY,
     this.colZT,
     this.colXSDID,
     this.colXSJSDID});
     this.gridView1.FooterPanelHeight = 45;
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsPrint.AutoWidth = false;
     this.gridView1.OptionsPrint.PrintSelectedRowsOnly = true;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowFooter = true;
     this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.CustomDrawFooterCell += new DevExpress.XtraGrid.Views.Grid.FooterCellCustomDrawEventHandler(this.gridView1_CustomDrawFooterCell);
     this.gridView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseUp);
     //
     // colSJLX
     //
     this.colSJLX.Caption = "数据类型";
     this.colSJLX.FieldName = "SJLX";
     this.colSJLX.Name = "colSJLX";
     this.colSJLX.SummaryItem.DisplayFormat = "总计:";
     this.colSJLX.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Custom;
     this.colSJLX.Visible = true;
     this.colSJLX.VisibleIndex = 0;
     //
     // colXSJSDH
     //
     this.colXSJSDH.Caption = "销售结算单号";
     this.colXSJSDH.FieldName = "XSJSDH";
     this.colXSJSDH.Name = "colXSJSDH";
     this.colXSJSDH.Visible = true;
     this.colXSJSDH.VisibleIndex = 1;
     //
     // colXSDH
     //
     this.colXSDH.Caption = "销售单号";
     this.colXSDH.FieldName = "XSDH";
     this.colXSDH.Name = "colXSDH";
     this.colXSDH.Visible = true;
     this.colXSDH.VisibleIndex = 2;
     //
     // colXSBMMC
     //
     this.colXSBMMC.Caption = "销售部门名称";
     this.colXSBMMC.FieldName = "XSBMMC";
     this.colXSBMMC.Name = "colXSBMMC";
     this.colXSBMMC.Visible = true;
     this.colXSBMMC.VisibleIndex = 3;
     //
     // colKHMC
     //
     this.colKHMC.Caption = "客户名称";
     this.colKHMC.FieldName = "KHMC";
     this.colKHMC.Name = "colKHMC";
     this.colKHMC.Visible = true;
     this.colKHMC.VisibleIndex = 4;
     //
     // colXSSL
     //
     this.colXSSL.Caption = "销售数量";
     this.colXSSL.FieldName = "XSSL";
     this.colXSSL.Name = "colXSSL";
     this.colXSSL.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colXSSL.Visible = true;
     this.colXSSL.VisibleIndex = 5;
     //
     // colXSSY
     //
     this.colXSSY.Caption = "销售实洋";
     this.colXSSY.FieldName = "XSSY";
     this.colXSSY.Name = "colXSSY";
     this.colXSSY.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colXSSY.Visible = true;
     this.colXSSY.VisibleIndex = 6;
     //
     // colXSMY
     //
     this.colXSMY.Caption = "销售码洋";
     this.colXSMY.FieldName = "XSMY";
     this.colXSMY.Name = "colXSMY";
     this.colXSMY.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colXSMY.Visible = true;
     this.colXSMY.VisibleIndex = 7;
     //
     // colYSSL
     //
     this.colYSSL.Caption = "已结数量";
     this.colYSSL.FieldName = "YSSL";
     this.colYSSL.Name = "colYSSL";
     this.colYSSL.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colYSSL.Visible = true;
     this.colYSSL.VisibleIndex = 8;
     //
     // colYSSY
     //
     this.colYSSY.Caption = "已结实洋";
     this.colYSSY.FieldName = "YSSY";
     this.colYSSY.Name = "colYSSY";
     this.colYSSY.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colYSSY.Visible = true;
     this.colYSSY.VisibleIndex = 9;
     //
     // colYSMY
     //
     this.colYSMY.Caption = "已结码洋";
     this.colYSMY.FieldName = "YSMY";
     this.colYSMY.Name = "colYSMY";
     this.colYSMY.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colYSMY.Visible = true;
     this.colYSMY.VisibleIndex = 10;
     //
     // colZT
     //
     this.colZT.Caption = "状态ID";
     this.colZT.FieldName = "ZT";
     this.colZT.Name = "colZT";
     //
     // colXSDID
     //
     this.colXSDID.Caption = "销售单ID";
     this.colXSDID.FieldName = "XSDID";
     this.colXSDID.Name = "colXSDID";
     //
     // colXSJSDID
     //
     this.colXSJSDID.Caption = "销售结算单ID";
     this.colXSJSDID.FieldName = "XSJSDID";
     this.colXSJSDID.Name = "colXSJSDID";
     //
     // btnView
     //
     this.btnView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnColCustomize,
     this.btnSaveLayout,
     this.btnLoadLayout});
     this.btnView.Image = ((System.Drawing.Image)(resources.GetObject("btnView.Image")));
     this.btnView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnView.Name = "btnView";
     this.btnView.Size = new System.Drawing.Size(42, 24);
     this.btnView.Text = "视图";
     //
     // btnColCustomize
     //
     this.btnColCustomize.Name = "btnColCustomize";
     this.btnColCustomize.Size = new System.Drawing.Size(152, 22);
     this.btnColCustomize.Text = "列定制";
     this.btnColCustomize.Click += new System.EventHandler(this.btnColCustomize_Click);
     //
     // btnSaveLayout
     //
     this.btnSaveLayout.Name = "btnSaveLayout";
     this.btnSaveLayout.Size = new System.Drawing.Size(152, 22);
     this.btnSaveLayout.Text = "保存视图";
     this.btnSaveLayout.Click += new System.EventHandler(this.btnSaveLayout_Click);
     //
     // btnLoadLayout
     //
     this.btnLoadLayout.Name = "btnLoadLayout";
     this.btnLoadLayout.Size = new System.Drawing.Size(152, 22);
     this.btnLoadLayout.Text = "载入视图";
     this.btnLoadLayout.Click += new System.EventHandler(this.btnLoadLayout_Click);
     //
     // FrmSaleStageJCAdd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(867, 703);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.MaximizeBox = false;
     this.Name = "FrmSaleStageJCAdd";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "FrmXSJSDSXSJAdd";
     this.Load += new System.EventHandler(this.FrmSaleStageJCAdd_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unitOfWork1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     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();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pnhienthi = new System.Windows.Forms.Panel();
     this.dtgvpttKH = new System.Windows.Forms.DataGridView();
     this.txttongthanhtoan = new System.Windows.Forms.TextBox();
     this.lbtongthanhtoan = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.toolStrip_Insert = new System.Windows.Forms.ToolStrip();
     this.toolStrip_txtTracuu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tssltongthanhtoan = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.tsslsono = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
     this.tsslthanhtoan = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_btnThem = new System.Windows.Forms.ToolStripButton();
     this.lbtenkh = new System.Windows.Forms.Label();
     this.btntimkh = new System.Windows.Forms.Button();
     this.cbbtientetygia = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.mskngaychungtu = new System.Windows.Forms.MaskedTextBox();
     this.txttientetygia = new System.Windows.Forms.TextBox();
     this.txtnohienthoi = new System.Windows.Forms.TextBox();
     this.txtdiengiai = new System.Windows.Forms.TextBox();
     this.txtnguoinoptien = new System.Windows.Forms.TextBox();
     this.txtmakh = new System.Windows.Forms.TextBox();
     this.txtsochungtu = new System.Windows.Forms.TextBox();
     this.lbtientetygia = new System.Windows.Forms.Label();
     this.lbnohientai = new System.Windows.Forms.Label();
     this.lbngaychungtu = new System.Windows.Forms.Label();
     this.lbdiengiai = new System.Windows.Forms.Label();
     this.lbtennguoinoptien = new System.Windows.Forms.Label();
     this.lbmakh = new System.Windows.Forms.Label();
     this.lbsochungtu = new System.Windows.Forms.Label();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.tsslthemmoi = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslsua = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslin = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.tssltrove = new System.Windows.Forms.ToolStripStatusLabel();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.panel2.SuspendLayout();
     this.pnhienthi.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvpttKH)).BeginInit();
     this.panel1.SuspendLayout();
     this.toolStrip_Insert.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Control;
     this.panel2.Controls.Add(this.pnhienthi);
     this.panel2.Controls.Add(this.panel1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(729, 548);
     this.panel2.TabIndex = 3;
     //
     // pnhienthi
     //
     this.pnhienthi.Controls.Add(this.dtgvpttKH);
     this.pnhienthi.Controls.Add(this.txttongthanhtoan);
     this.pnhienthi.Controls.Add(this.lbtongthanhtoan);
     this.pnhienthi.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnhienthi.Location = new System.Drawing.Point(0, 143);
     this.pnhienthi.Name = "pnhienthi";
     this.pnhienthi.Size = new System.Drawing.Size(729, 405);
     this.pnhienthi.TabIndex = 18;
     //
     // dtgvpttKH
     //
     this.dtgvpttKH.BackgroundColor = System.Drawing.Color.White;
     this.dtgvpttKH.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgvpttKH.Dock = System.Windows.Forms.DockStyle.Top;
     this.dtgvpttKH.Location = new System.Drawing.Point(0, 0);
     this.dtgvpttKH.Name = "dtgvpttKH";
     this.dtgvpttKH.Size = new System.Drawing.Size(729, 295);
     this.dtgvpttKH.TabIndex = 20;
     this.dtgvpttKH.TabStop = false;
     this.dtgvpttKH.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgvpttKH_CellClick);
     this.dtgvpttKH.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgvpttKH_CellDoubleClick);
     //
     // txttongthanhtoan
     //
     this.txttongthanhtoan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txttongthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttongthanhtoan.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttongthanhtoan.Location = new System.Drawing.Point(446, 320);
     this.txttongthanhtoan.Name = "txttongthanhtoan";
     this.txttongthanhtoan.ReadOnly = true;
     this.txttongthanhtoan.Size = new System.Drawing.Size(271, 38);
     this.txttongthanhtoan.TabIndex = 19;
     this.txttongthanhtoan.TabStop = false;
     this.txttongthanhtoan.Text = "0";
     this.txttongthanhtoan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbtongthanhtoan
     //
     this.lbtongthanhtoan.AutoSize = true;
     this.lbtongthanhtoan.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtongthanhtoan.Location = new System.Drawing.Point(240, 324);
     this.lbtongthanhtoan.Name = "lbtongthanhtoan";
     this.lbtongthanhtoan.Size = new System.Drawing.Size(200, 31);
     this.lbtongthanhtoan.TabIndex = 17;
     this.lbtongthanhtoan.Text = "Tổng thanh toán:";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolStrip_Insert);
     this.panel1.Controls.Add(this.lbtenkh);
     this.panel1.Controls.Add(this.btntimkh);
     this.panel1.Controls.Add(this.cbbtientetygia);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.mskngaychungtu);
     this.panel1.Controls.Add(this.txttientetygia);
     this.panel1.Controls.Add(this.txtnohienthoi);
     this.panel1.Controls.Add(this.txtdiengiai);
     this.panel1.Controls.Add(this.txtnguoinoptien);
     this.panel1.Controls.Add(this.txtmakh);
     this.panel1.Controls.Add(this.txtsochungtu);
     this.panel1.Controls.Add(this.lbtientetygia);
     this.panel1.Controls.Add(this.lbnohientai);
     this.panel1.Controls.Add(this.lbngaychungtu);
     this.panel1.Controls.Add(this.lbdiengiai);
     this.panel1.Controls.Add(this.lbtennguoinoptien);
     this.panel1.Controls.Add(this.lbmakh);
     this.panel1.Controls.Add(this.lbsochungtu);
     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(729, 143);
     this.panel1.TabIndex = 17;
     //
     // toolStrip_Insert
     //
     this.toolStrip_Insert.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip_Insert.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_Insert.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip_Insert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_txtTracuu,
     this.toolStripLabel1,
     this.tssltongthanhtoan,
     this.toolStripLabel4,
     this.tsslsono,
     this.toolStripLabel5,
     this.tsslthanhtoan,
     this.toolStrip_btnThem});
     this.toolStrip_Insert.Location = new System.Drawing.Point(0, 118);
     this.toolStrip_Insert.Name = "toolStrip_Insert";
     this.toolStrip_Insert.Size = new System.Drawing.Size(729, 25);
     this.toolStrip_Insert.TabIndex = 5;
     this.toolStrip_Insert.TabStop = true;
     this.toolStrip_Insert.Text = "toolStrip1";
     //
     // toolStrip_txtTracuu
     //
     this.toolStrip_txtTracuu.BackColor = System.Drawing.Color.White;
     this.toolStrip_txtTracuu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTracuu.Name = "toolStrip_txtTracuu";
     this.toolStrip_txtTracuu.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtTracuu.Text = "<F4-Tra cứu>";
     this.toolStrip_txtTracuu.ToolTipText = "Mã hóa đơn";
     this.toolStrip_txtTracuu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtTracuu_KeyUp);
     this.toolStrip_txtTracuu.Click += new System.EventHandler(this.toolStrip_txtTracuu_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(41, 22);
     this.toolStripLabel1.Text = "Tổng:";
     //
     // tssltongthanhtoan
     //
     this.tssltongthanhtoan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tssltongthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tssltongthanhtoan.MergeAction = System.Windows.Forms.MergeAction.Remove;
     this.tssltongthanhtoan.Name = "tssltongthanhtoan";
     this.tssltongthanhtoan.Size = new System.Drawing.Size(140, 25);
     this.tssltongthanhtoan.ToolTipText = "Tổng hóa đơn";
     this.tssltongthanhtoan.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tssltongthanhtoan_KeyUp);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(45, 22);
     this.toolStripLabel4.Text = "Số nợ:";
     //
     // tsslsono
     //
     this.tsslsono.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tsslsono.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tsslsono.Name = "tsslsono";
     this.tsslsono.Size = new System.Drawing.Size(100, 25);
     this.tsslsono.ToolTipText = "Nợ phải trả";
     this.tsslsono.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tssltongthanhtoan_KeyUp);
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.Name = "toolStripLabel5";
     this.toolStripLabel5.Size = new System.Drawing.Size(76, 22);
     this.toolStripLabel5.Text = "Thanh toán:";
     //
     // tsslthanhtoan
     //
     this.tsslthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tsslthanhtoan.Name = "tsslthanhtoan";
     this.tsslthanhtoan.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tsslthanhtoan.Size = new System.Drawing.Size(140, 25);
     this.tsslthanhtoan.ToolTipText = "Số tiền thanh toán";
     this.tsslthanhtoan.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tssltongthanhtoan_KeyUp);
     this.tsslthanhtoan.Click += new System.EventHandler(this.tsslthanhtoan_Click);
     this.tsslthanhtoan.TextChanged += new System.EventHandler(this.tsslthanhtoan_TextChanged);
     //
     // toolStrip_btnThem
     //
     this.toolStrip_btnThem.Checked = true;
     this.toolStrip_btnThem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toolStrip_btnThem.Image = global::GUI.Properties.Resources.Them;
     this.toolStrip_btnThem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_btnThem.Name = "toolStrip_btnThem";
     this.toolStrip_btnThem.Size = new System.Drawing.Size(60, 22);
     this.toolStrip_btnThem.Text = "Thêm";
     this.toolStrip_btnThem.Click += new System.EventHandler(this.toolStrip_btnThem_Click);
     //
     // lbtenkh
     //
     this.lbtenkh.AutoSize = true;
     this.lbtenkh.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtenkh.ForeColor = System.Drawing.Color.Blue;
     this.lbtenkh.Location = new System.Drawing.Point(249, 34);
     this.lbtenkh.Name = "lbtenkh";
     this.lbtenkh.Size = new System.Drawing.Size(0, 15);
     this.lbtenkh.TabIndex = 46;
     //
     // btntimkh
     //
     this.btntimkh.FlatAppearance.BorderSize = 0;
     this.btntimkh.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btntimkh.Image = global::GUI.Properties.Resources.button_search;
     this.btntimkh.Location = new System.Drawing.Point(222, 30);
     this.btntimkh.Name = "btntimkh";
     this.btntimkh.Size = new System.Drawing.Size(27, 21);
     this.btntimkh.TabIndex = 1;
     this.btntimkh.UseVisualStyleBackColor = true;
     this.btntimkh.Click += new System.EventHandler(this.btntimkh_Click);
     //
     // cbbtientetygia
     //
     this.cbbtientetygia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbtientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbtientetygia.FormattingEnabled = true;
     this.cbbtientetygia.Location = new System.Drawing.Point(323, 52);
     this.cbbtientetygia.Name = "cbbtientetygia";
     this.cbbtientetygia.Size = new System.Drawing.Size(83, 23);
     this.cbbtientetygia.TabIndex = 3;
     this.cbbtientetygia.SelectedIndexChanged += new System.EventHandler(this.cbbtientetygia_SelectedIndexChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.Location = new System.Drawing.Point(399, 6);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(79, 15);
     this.label11.TabIndex = 41;
     this.label11.Text = "(dd/mm/yyyy)";
     //
     // mskngaychungtu
     //
     this.mskngaychungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.mskngaychungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mskngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mskngaychungtu.Location = new System.Drawing.Point(323, 3);
     this.mskngaychungtu.Mask = "00/00/0000";
     this.mskngaychungtu.Name = "mskngaychungtu";
     this.mskngaychungtu.ReadOnly = true;
     this.mskngaychungtu.Size = new System.Drawing.Size(70, 21);
     this.mskngaychungtu.TabIndex = 40;
     this.mskngaychungtu.TabStop = false;
     this.mskngaychungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.mskngaychungtu.ValidatingType = typeof(System.DateTime);
     //
     // txttientetygia
     //
     this.txttientetygia.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txttientetygia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttientetygia.Enabled = false;
     this.txttientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttientetygia.Location = new System.Drawing.Point(412, 55);
     this.txttientetygia.Name = "txttientetygia";
     this.txttientetygia.Size = new System.Drawing.Size(100, 21);
     this.txttientetygia.TabIndex = 39;
     this.txttientetygia.TabStop = false;
     //
     // txtnohienthoi
     //
     this.txtnohienthoi.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtnohienthoi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnohienthoi.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnohienthoi.ForeColor = System.Drawing.Color.Black;
     this.txtnohienthoi.Location = new System.Drawing.Point(605, 5);
     this.txtnohienthoi.Name = "txtnohienthoi";
     this.txtnohienthoi.ReadOnly = true;
     this.txtnohienthoi.Size = new System.Drawing.Size(112, 21);
     this.txtnohienthoi.TabIndex = 38;
     this.txtnohienthoi.TabStop = false;
     this.txtnohienthoi.Text = "0";
     this.txtnohienthoi.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtdiengiai
     //
     this.txtdiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtdiengiai.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdiengiai.Location = new System.Drawing.Point(114, 85);
     this.txtdiengiai.MaxLength = 100;
     this.txtdiengiai.Name = "txtdiengiai";
     this.txtdiengiai.Size = new System.Drawing.Size(603, 21);
     this.txtdiengiai.TabIndex = 4;
     //
     // txtnguoinoptien
     //
     this.txtnguoinoptien.BackColor = System.Drawing.Color.White;
     this.txtnguoinoptien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnguoinoptien.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnguoinoptien.Location = new System.Drawing.Point(114, 57);
     this.txtnguoinoptien.MaxLength = 100;
     this.txtnguoinoptien.Name = "txtnguoinoptien";
     this.txtnguoinoptien.Size = new System.Drawing.Size(100, 21);
     this.txtnguoinoptien.TabIndex = 2;
     //
     // txtmakh
     //
     this.txtmakh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtmakh.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtmakh.Enabled = false;
     this.txtmakh.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtmakh.Location = new System.Drawing.Point(114, 30);
     this.txtmakh.Name = "txtmakh";
     this.txtmakh.ReadOnly = true;
     this.txtmakh.Size = new System.Drawing.Size(100, 21);
     this.txtmakh.TabIndex = 34;
     this.txtmakh.TabStop = false;
     //
     // txtsochungtu
     //
     this.txtsochungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtsochungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtsochungtu.Enabled = false;
     this.txtsochungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsochungtu.Location = new System.Drawing.Point(114, 3);
     this.txtsochungtu.Name = "txtsochungtu";
     this.txtsochungtu.ReadOnly = true;
     this.txtsochungtu.Size = new System.Drawing.Size(100, 21);
     this.txtsochungtu.TabIndex = 33;
     this.txtsochungtu.TabStop = false;
     //
     // lbtientetygia
     //
     this.lbtientetygia.AutoSize = true;
     this.lbtientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtientetygia.Location = new System.Drawing.Point(236, 57);
     this.lbtientetygia.Name = "lbtientetygia";
     this.lbtientetygia.Size = new System.Drawing.Size(81, 15);
     this.lbtientetygia.TabIndex = 32;
     this.lbtientetygia.Text = "Tiền tệ /Tỷ giá:";
     //
     // lbnohientai
     //
     this.lbnohientai.AutoSize = true;
     this.lbnohientai.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbnohientai.Location = new System.Drawing.Point(529, 7);
     this.lbnohientai.Name = "lbnohientai";
     this.lbnohientai.Size = new System.Drawing.Size(70, 15);
     this.lbnohientai.TabIndex = 31;
     this.lbnohientai.Text = "Nợ hiện thời:";
     //
     // lbngaychungtu
     //
     this.lbngaychungtu.AutoSize = true;
     this.lbngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbngaychungtu.Location = new System.Drawing.Point(235, 6);
     this.lbngaychungtu.Name = "lbngaychungtu";
     this.lbngaychungtu.Size = new System.Drawing.Size(82, 15);
     this.lbngaychungtu.TabIndex = 29;
     this.lbngaychungtu.Text = "Ngày chứng từ:";
     //
     // lbdiengiai
     //
     this.lbdiengiai.AutoSize = true;
     this.lbdiengiai.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbdiengiai.Location = new System.Drawing.Point(60, 87);
     this.lbdiengiai.Name = "lbdiengiai";
     this.lbdiengiai.Size = new System.Drawing.Size(48, 15);
     this.lbdiengiai.TabIndex = 28;
     this.lbdiengiai.Text = "Ghi chú:";
     //
     // lbtennguoinoptien
     //
     this.lbtennguoinoptien.AutoSize = true;
     this.lbtennguoinoptien.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtennguoinoptien.Location = new System.Drawing.Point(25, 59);
     this.lbtennguoinoptien.Name = "lbtennguoinoptien";
     this.lbtennguoinoptien.Size = new System.Drawing.Size(83, 15);
     this.lbtennguoinoptien.TabIndex = 27;
     this.lbtennguoinoptien.Text = "Người nộp tiền:";
     //
     // lbmakh
     //
     this.lbmakh.AutoSize = true;
     this.lbmakh.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbmakh.Location = new System.Drawing.Point(25, 32);
     this.lbmakh.Name = "lbmakh";
     this.lbmakh.Size = new System.Drawing.Size(83, 15);
     this.lbmakh.TabIndex = 26;
     this.lbmakh.Text = "Mã khách hàng:";
     //
     // lbsochungtu
     //
     this.lbsochungtu.AutoSize = true;
     this.lbsochungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbsochungtu.Location = new System.Drawing.Point(40, 7);
     this.lbsochungtu.Name = "lbsochungtu";
     this.lbsochungtu.Size = new System.Drawing.Size(68, 15);
     this.lbsochungtu.TabIndex = 25;
     this.lbsochungtu.Text = "Số chứng từ:";
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsslthemmoi,
     this.tsslsua,
     this.tsslin,
     this.toolStripDropDownButton1,
     this.tssltrove});
     this.statusStrip1.Location = new System.Drawing.Point(0, 522);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(729, 26);
     this.statusStrip1.TabIndex = 17;
     this.statusStrip1.Text = "statusStrip1";
     //
     // tsslthemmoi
     //
     this.tsslthemmoi.Image = global::GUI.Properties.Resources.Them;
     this.tsslthemmoi.Name = "tsslthemmoi";
     this.tsslthemmoi.Size = new System.Drawing.Size(238, 21);
     this.tsslthemmoi.Spring = true;
     this.tsslthemmoi.Text = "&Thêm";
     this.tsslthemmoi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslthemmoi.Click += new System.EventHandler(this.tsslthemmoi_Click_1);
     this.tsslthemmoi.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslthemmoi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslsua
     //
     this.tsslsua.Image = global::GUI.Properties.Resources.Sua;
     this.tsslsua.Name = "tsslsua";
     this.tsslsua.Size = new System.Drawing.Size(159, 21);
     this.tsslsua.Spring = true;
     this.tsslsua.Text = "&Sửa";
     this.tsslsua.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslsua.Visible = false;
     this.tsslsua.Click += new System.EventHandler(this.tsslsua_Click_1);
     this.tsslsua.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslsua.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslin
     //
     this.tsslin.Image = global::GUI.Properties.Resources.In;
     this.tsslin.Name = "tsslin";
     this.tsslin.Size = new System.Drawing.Size(238, 21);
     this.tsslin.Spring = true;
     this.tsslin.Text = "&In";
     this.tsslin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslin.Click += new System.EventHandler(this.tsslin_Click);
     this.tsslin.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.Image = global::GUI.Properties.Resources.khac1;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 25);
     this.toolStripDropDownButton1.Text = "Khác";
     this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripDropDownButton1.Visible = false;
     this.toolStripDropDownButton1.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripDropDownButton1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tssltrove
     //
     this.tssltrove.Image = global::GUI.Properties.Resources.Tro_ve;
     this.tssltrove.Name = "tssltrove";
     this.tssltrove.Size = new System.Drawing.Size(238, 21);
     this.tssltrove.Spring = true;
     this.tssltrove.Text = "Trở &về";
     this.tssltrove.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tssltrove.Click += new System.EventHandler(this.tssltrove_Click);
     this.tssltrove.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tssltrove.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     //
     // frmXuLyPhieuTTCuaKH
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(729, 548);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.panel2);
     this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLyPhieuTTCuaKH";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản Lý Phiếu Thanh Toán Với Khách Hàng";
     this.Load += new System.EventHandler(this.frmXuLyPhieuTTCuaKH_Load);
     this.Resize += new System.EventHandler(this.frmXuLyPhieuTTCuaKH_Resize);
     this.panel2.ResumeLayout(false);
     this.pnhienthi.ResumeLayout(false);
     this.pnhienthi.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvpttKH)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip_Insert.ResumeLayout(false);
     this.toolStrip_Insert.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmXuLyDonDatHang));
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatus_Them = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatus_Ghilai = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.thiêtLâpThôngSôToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.xoaChưngTưHiênThơiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưTưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.palNhap = new System.Windows.Forms.Panel();
     this.txtTrangthaidonhang = new System.Windows.Forms.TextBox();
     this.lblTennhacungcap = new System.Windows.Forms.Label();
     this.check_loaidathang = new System.Windows.Forms.CheckBox();
     this.txtPhuongthucvanchuyen = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.btnTimnhacungcap = new System.Windows.Forms.Button();
     this.lblDiengiai = new System.Windows.Forms.Label();
     this.txtDiengiai = new System.Windows.Forms.TextBox();
     this.txtGiatien = new System.Windows.Forms.TextBox();
     this.cbxTiente_Tygia = new System.Windows.Forms.ComboBox();
     this.lblTiente_Tygia = new System.Windows.Forms.Label();
     this.lblNhanvien = new System.Windows.Forms.Label();
     this.cbxNhanvien = new System.Windows.Forms.ComboBox();
     this.cbxHinhthucthanhtoan = new System.Windows.Forms.ComboBox();
     this.lblHinhthucthanhtoan = new System.Windows.Forms.Label();
     this.cbxMaKho = new System.Windows.Forms.ComboBox();
     this.cbxDieukienthanhtoan = new System.Windows.Forms.ComboBox();
     this.lblKhohang = new System.Windows.Forms.Label();
     this.lblDieukienthanhtoan = new System.Windows.Forms.Label();
     this.lblPhuongthucvanchuyen = new System.Windows.Forms.Label();
     this.makNgaynhapdukien = new System.Windows.Forms.MaskedTextBox();
     this.lblNgaynhapdukien = new System.Windows.Forms.Label();
     this.lblTrangthaidonhang = new System.Windows.Forms.Label();
     this.txtNohienthoi = new System.Windows.Forms.TextBox();
     this.lblNohienthoi = new System.Windows.Forms.Label();
     this.lblDinhdangngay = new System.Windows.Forms.LinkLabel();
     this.makNgaydonhang = new System.Windows.Forms.MaskedTextBox();
     this.lblNgaydonhang = new System.Windows.Forms.Label();
     this.txtManhacungcap = new System.Windows.Forms.TextBox();
     this.txtSodonhang = new System.Windows.Forms.TextBox();
     this.lblManhacungcap = new System.Windows.Forms.Label();
     this.lblSodonhang = new System.Windows.Forms.Label();
     this.palXem = new System.Windows.Forms.Panel();
     this.txtTongtien = new System.Windows.Forms.TextBox();
     this.lblTongtien = new System.Windows.Forms.Label();
     this.txtPhikhac = new System.Windows.Forms.TextBox();
     this.txtPhivanchuyen = new System.Windows.Forms.TextBox();
     this.lblPhivanchuyen_Phikhac = new System.Windows.Forms.Label();
     this.txtGiatrigiatang = new System.Windows.Forms.TextBox();
     this.lblGiatrigiatang = new System.Windows.Forms.Label();
     this.txtTienhang = new System.Windows.Forms.TextBox();
     this.txtChietkhau = new System.Windows.Forms.TextBox();
     this.lblChietkhau_Tienhang = new System.Windows.Forms.Label();
     this.txtPhantrang = new System.Windows.Forms.TextBox();
     this.grbDataGridview = new System.Windows.Forms.GroupBox();
     this.dgvInsertOrder = new System.Windows.Forms.DataGridView();
     this.palThem = new System.Windows.Forms.Panel();
     this.toolStrip_Insert = new System.Windows.Forms.ToolStrip();
     this.toolStrip_txtTracuu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtTenhang = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtSoluong = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtGiagoc = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtChietkhauphantram = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtGianhap = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtChietkhau = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_btnThem = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1.SuspendLayout();
     this.palNhap.SuspendLayout();
     this.palXem.SuspendLayout();
     this.grbDataGridview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).BeginInit();
     this.palThem.SuspendLayout();
     this.toolStrip_Insert.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatus_Them,
     this.toolStripStatus_Ghilai,
     this.toolStripStatusLabel3,
     this.toolStripDropDownButton1,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(0, 385);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(753, 27);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatus_Them
     //
     this.toolStripStatus_Them.Image = global::GUI.Properties.Resources.Them;
     this.toolStripStatus_Them.Name = "toolStripStatus_Them";
     this.toolStripStatus_Them.Size = new System.Drawing.Size(165, 22);
     this.toolStripStatus_Them.Spring = true;
     this.toolStripStatus_Them.Text = "Thêm";
     this.toolStripStatus_Them.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
     //
     // toolStripStatus_Ghilai
     //
     this.toolStripStatus_Ghilai.Image = global::GUI.Properties.Resources.Luu;
     this.toolStripStatus_Ghilai.Name = "toolStripStatus_Ghilai";
     this.toolStripStatus_Ghilai.Size = new System.Drawing.Size(165, 22);
     this.toolStripStatus_Ghilai.Spring = true;
     this.toolStripStatus_Ghilai.Text = "Sửa";
     this.toolStripStatus_Ghilai.Click += new System.EventHandler(this.toolStripStatusLabel2_Click);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Image = global::GUI.Properties.Resources.In;
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(165, 22);
     this.toolStripStatusLabel3.Spring = true;
     this.toolStripStatusLabel3.Text = "In";
     this.toolStripStatusLabel3.Click += new System.EventHandler(this.toolStripStatusLabel3_Click);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.thiêtLâpThôngSôToolStripMenuItem,
     this.xoaChưngTưHiênThơiToolStripMenuItem,
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem,
     this.saoChepChưngTưTưToolStripMenuItem,
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem,
     this.saoChepChưngTưToolStripMenuItem});
     this.toolStripDropDownButton1.Image = global::GUI.Properties.Resources.khac;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 25);
     this.toolStripDropDownButton1.Text = "Khác";
     //
     // thiêtLâpThôngSôToolStripMenuItem
     //
     this.thiêtLâpThôngSôToolStripMenuItem.Name = "thiêtLâpThôngSôToolStripMenuItem";
     this.thiêtLâpThôngSôToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.thiêtLâpThôngSôToolStripMenuItem.Text = "Thiết lập thông số";
     this.thiêtLâpThôngSôToolStripMenuItem.Click += new System.EventHandler(this.thiêtLâpThôngSôToolStripMenuItem_Click);
     //
     // xoaChưngTưHiênThơiToolStripMenuItem
     //
     this.xoaChưngTưHiênThơiToolStripMenuItem.Name = "xoaChưngTưHiênThơiToolStripMenuItem";
     this.xoaChưngTưHiênThơiToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.xoaChưngTưHiênThơiToolStripMenuItem.Text = "Xóa chứng từ hiện thời";
     //
     // huyĐơnĐătHangHiênThơiToolStripMenuItem
     //
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Name = "huyĐơnĐătHangHiênThơiToolStripMenuItem";
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Text = "Hủy đơn đặt hàng hiện thời";
     //
     // saoChepChưngTưTưToolStripMenuItem
     //
     this.saoChepChưngTưTưToolStripMenuItem.Name = "saoChepChưngTưTưToolStripMenuItem";
     this.saoChepChưngTưTưToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưTưToolStripMenuItem.Text = "Sao chép từ chứng từ...";
     //
     // saoChepChưngTưSangNhâpHangToolStripMenuItem
     //
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Name = "saoChepChưngTưSangNhâpHangToolStripMenuItem";
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Text = "Sao chép chứng từ sang nhập hàng";
     //
     // saoChepChưngTưToolStripMenuItem
     //
     this.saoChepChưngTưToolStripMenuItem.Name = "saoChepChưngTưToolStripMenuItem";
     this.saoChepChưngTưToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưToolStripMenuItem.Text = "Sao chép chứng từ thành Chứng từ mới";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Image = global::GUI.Properties.Resources.Xoa;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(165, 22);
     this.toolStripStatusLabel4.Spring = true;
     this.toolStripStatusLabel4.Text = "Đóng";
     this.toolStripStatusLabel4.Click += new System.EventHandler(this.toolStripStatusLabel4_Click);
     //
     // palNhap
     //
     this.palNhap.Controls.Add(this.txtTrangthaidonhang);
     this.palNhap.Controls.Add(this.lblTennhacungcap);
     this.palNhap.Controls.Add(this.check_loaidathang);
     this.palNhap.Controls.Add(this.txtPhuongthucvanchuyen);
     this.palNhap.Controls.Add(this.label1);
     this.palNhap.Controls.Add(this.btnTimnhacungcap);
     this.palNhap.Controls.Add(this.lblDiengiai);
     this.palNhap.Controls.Add(this.txtDiengiai);
     this.palNhap.Controls.Add(this.txtGiatien);
     this.palNhap.Controls.Add(this.cbxTiente_Tygia);
     this.palNhap.Controls.Add(this.lblTiente_Tygia);
     this.palNhap.Controls.Add(this.lblNhanvien);
     this.palNhap.Controls.Add(this.cbxNhanvien);
     this.palNhap.Controls.Add(this.cbxHinhthucthanhtoan);
     this.palNhap.Controls.Add(this.lblHinhthucthanhtoan);
     this.palNhap.Controls.Add(this.cbxMaKho);
     this.palNhap.Controls.Add(this.cbxDieukienthanhtoan);
     this.palNhap.Controls.Add(this.lblKhohang);
     this.palNhap.Controls.Add(this.lblDieukienthanhtoan);
     this.palNhap.Controls.Add(this.lblPhuongthucvanchuyen);
     this.palNhap.Controls.Add(this.makNgaynhapdukien);
     this.palNhap.Controls.Add(this.lblNgaynhapdukien);
     this.palNhap.Controls.Add(this.lblTrangthaidonhang);
     this.palNhap.Controls.Add(this.txtNohienthoi);
     this.palNhap.Controls.Add(this.lblNohienthoi);
     this.palNhap.Controls.Add(this.lblDinhdangngay);
     this.palNhap.Controls.Add(this.makNgaydonhang);
     this.palNhap.Controls.Add(this.lblNgaydonhang);
     this.palNhap.Controls.Add(this.txtManhacungcap);
     this.palNhap.Controls.Add(this.txtSodonhang);
     this.palNhap.Controls.Add(this.lblManhacungcap);
     this.palNhap.Controls.Add(this.lblSodonhang);
     this.palNhap.Dock = System.Windows.Forms.DockStyle.Top;
     this.palNhap.Location = new System.Drawing.Point(0, 0);
     this.palNhap.Name = "palNhap";
     this.palNhap.Size = new System.Drawing.Size(753, 211);
     this.palNhap.TabIndex = 1;
     this.palNhap.Paint += new System.Windows.Forms.PaintEventHandler(this.palNhap_Paint);
     //
     // txtTrangthaidonhang
     //
     this.txtTrangthaidonhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTrangthaidonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTrangthaidonhang.Location = new System.Drawing.Point(128, 67);
     this.txtTrangthaidonhang.Name = "txtTrangthaidonhang";
     this.txtTrangthaidonhang.Size = new System.Drawing.Size(134, 20);
     this.txtTrangthaidonhang.TabIndex = 39;
     //
     // lblTennhacungcap
     //
     this.lblTennhacungcap.AutoSize = true;
     this.lblTennhacungcap.CausesValidation = false;
     this.lblTennhacungcap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTennhacungcap.ForeColor = System.Drawing.Color.Blue;
     this.lblTennhacungcap.Location = new System.Drawing.Point(269, 45);
     this.lblTennhacungcap.Name = "lblTennhacungcap";
     this.lblTennhacungcap.Size = new System.Drawing.Size(0, 16);
     this.lblTennhacungcap.TabIndex = 38;
     //
     // check_loaidathang
     //
     this.check_loaidathang.AutoSize = true;
     this.check_loaidathang.Checked = true;
     this.check_loaidathang.CheckState = System.Windows.Forms.CheckState.Checked;
     this.check_loaidathang.Location = new System.Drawing.Point(128, 150);
     this.check_loaidathang.Name = "check_loaidathang";
     this.check_loaidathang.Size = new System.Drawing.Size(112, 17);
     this.check_loaidathang.TabIndex = 37;
     this.check_loaidathang.Text = "Đặt nhà cung cấp";
     this.check_loaidathang.UseVisualStyleBackColor = true;
     //
     // txtPhuongthucvanchuyen
     //
     this.txtPhuongthucvanchuyen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhuongthucvanchuyen.Location = new System.Drawing.Point(572, 66);
     this.txtPhuongthucvanchuyen.Name = "txtPhuongthucvanchuyen";
     this.txtPhuongthucvanchuyen.Size = new System.Drawing.Size(169, 20);
     this.txtPhuongthucvanchuyen.TabIndex = 36;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 153);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 33;
     this.label1.Text = "Loại đặt hàng:";
     //
     // btnTimnhacungcap
     //
     this.btnTimnhacungcap.BackColor = System.Drawing.Color.Gray;
     this.btnTimnhacungcap.BackgroundImage = global::GUI.Properties.Resources.button_search;
     this.btnTimnhacungcap.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnTimnhacungcap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTimnhacungcap.ForeColor = System.Drawing.Color.Transparent;
     this.btnTimnhacungcap.Location = new System.Drawing.Point(234, 36);
     this.btnTimnhacungcap.Name = "btnTimnhacungcap";
     this.btnTimnhacungcap.Size = new System.Drawing.Size(28, 23);
     this.btnTimnhacungcap.TabIndex = 31;
     this.btnTimnhacungcap.UseVisualStyleBackColor = false;
     this.btnTimnhacungcap.Click += new System.EventHandler(this.btnTimnhacungcap_Click);
     //
     // lblDiengiai
     //
     this.lblDiengiai.AutoSize = true;
     this.lblDiengiai.Location = new System.Drawing.Point(13, 183);
     this.lblDiengiai.Name = "lblDiengiai";
     this.lblDiengiai.Size = new System.Drawing.Size(51, 13);
     this.lblDiengiai.TabIndex = 30;
     this.lblDiengiai.Text = "Diễn giải:";
     //
     // txtDiengiai
     //
     this.txtDiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDiengiai.Location = new System.Drawing.Point(128, 177);
     this.txtDiengiai.Name = "txtDiengiai";
     this.txtDiengiai.Size = new System.Drawing.Size(613, 20);
     this.txtDiengiai.TabIndex = 29;
     //
     // txtGiatien
     //
     this.txtGiatien.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtGiatien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGiatien.Enabled = false;
     this.txtGiatien.Location = new System.Drawing.Point(504, 151);
     this.txtGiatien.Name = "txtGiatien";
     this.txtGiatien.ReadOnly = true;
     this.txtGiatien.Size = new System.Drawing.Size(238, 20);
     this.txtGiatien.TabIndex = 28;
     //
     // cbxTiente_Tygia
     //
     this.cbxTiente_Tygia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxTiente_Tygia.FormattingEnabled = true;
     this.cbxTiente_Tygia.Location = new System.Drawing.Point(376, 150);
     this.cbxTiente_Tygia.Name = "cbxTiente_Tygia";
     this.cbxTiente_Tygia.Size = new System.Drawing.Size(121, 21);
     this.cbxTiente_Tygia.TabIndex = 27;
     //
     // lblTiente_Tygia
     //
     this.lblTiente_Tygia.AutoSize = true;
     this.lblTiente_Tygia.Location = new System.Drawing.Point(270, 151);
     this.lblTiente_Tygia.Name = "lblTiente_Tygia";
     this.lblTiente_Tygia.Size = new System.Drawing.Size(77, 13);
     this.lblTiente_Tygia.TabIndex = 26;
     this.lblTiente_Tygia.Text = "Tiền tệ/Tỷ giá:";
     //
     // lblNhanvien
     //
     this.lblNhanvien.AutoSize = true;
     this.lblNhanvien.Location = new System.Drawing.Point(270, 124);
     this.lblNhanvien.Name = "lblNhanvien";
     this.lblNhanvien.Size = new System.Drawing.Size(59, 13);
     this.lblNhanvien.TabIndex = 25;
     this.lblNhanvien.Text = "Nhân viên:";
     //
     // cbxNhanvien
     //
     this.cbxNhanvien.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxNhanvien.FormattingEnabled = true;
     this.cbxNhanvien.Location = new System.Drawing.Point(376, 122);
     this.cbxNhanvien.Name = "cbxNhanvien";
     this.cbxNhanvien.Size = new System.Drawing.Size(366, 21);
     this.cbxNhanvien.TabIndex = 24;
     //
     // cbxHinhthucthanhtoan
     //
     this.cbxHinhthucthanhtoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxHinhthucthanhtoan.FormattingEnabled = true;
     this.cbxHinhthucthanhtoan.Location = new System.Drawing.Point(376, 95);
     this.cbxHinhthucthanhtoan.Name = "cbxHinhthucthanhtoan";
     this.cbxHinhthucthanhtoan.Size = new System.Drawing.Size(366, 21);
     this.cbxHinhthucthanhtoan.TabIndex = 23;
     //
     // lblHinhthucthanhtoan
     //
     this.lblHinhthucthanhtoan.AutoSize = true;
     this.lblHinhthucthanhtoan.Location = new System.Drawing.Point(270, 98);
     this.lblHinhthucthanhtoan.Name = "lblHinhthucthanhtoan";
     this.lblHinhthucthanhtoan.Size = new System.Drawing.Size(96, 13);
     this.lblHinhthucthanhtoan.TabIndex = 22;
     this.lblHinhthucthanhtoan.Text = "H.thức thanh toán:";
     //
     // cbxMaKho
     //
     this.cbxMaKho.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxMaKho.FormattingEnabled = true;
     this.cbxMaKho.Location = new System.Drawing.Point(128, 122);
     this.cbxMaKho.Name = "cbxMaKho";
     this.cbxMaKho.Size = new System.Drawing.Size(134, 21);
     this.cbxMaKho.TabIndex = 21;
     //
     // cbxDieukienthanhtoan
     //
     this.cbxDieukienthanhtoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxDieukienthanhtoan.FormattingEnabled = true;
     this.cbxDieukienthanhtoan.Location = new System.Drawing.Point(128, 95);
     this.cbxDieukienthanhtoan.Name = "cbxDieukienthanhtoan";
     this.cbxDieukienthanhtoan.Size = new System.Drawing.Size(134, 21);
     this.cbxDieukienthanhtoan.TabIndex = 20;
     //
     // lblKhohang
     //
     this.lblKhohang.AutoSize = true;
     this.lblKhohang.Location = new System.Drawing.Point(12, 121);
     this.lblKhohang.Name = "lblKhohang";
     this.lblKhohang.Size = new System.Drawing.Size(56, 13);
     this.lblKhohang.TabIndex = 19;
     this.lblKhohang.Text = "Kho hàng:";
     //
     // lblDieukienthanhtoan
     //
     this.lblDieukienthanhtoan.AutoSize = true;
     this.lblDieukienthanhtoan.Location = new System.Drawing.Point(12, 97);
     this.lblDieukienthanhtoan.Name = "lblDieukienthanhtoan";
     this.lblDieukienthanhtoan.Size = new System.Drawing.Size(109, 13);
     this.lblDieukienthanhtoan.TabIndex = 18;
     this.lblDieukienthanhtoan.Text = "Điều kiện thanh toán:";
     //
     // lblPhuongthucvanchuyen
     //
     this.lblPhuongthucvanchuyen.AutoSize = true;
     this.lblPhuongthucvanchuyen.Location = new System.Drawing.Point(483, 74);
     this.lblPhuongthucvanchuyen.Name = "lblPhuongthucvanchuyen";
     this.lblPhuongthucvanchuyen.Size = new System.Drawing.Size(88, 13);
     this.lblPhuongthucvanchuyen.TabIndex = 16;
     this.lblPhuongthucvanchuyen.Text = "P.thức v.chuyển:";
     //
     // makNgaynhapdukien
     //
     this.makNgaynhapdukien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makNgaynhapdukien.Location = new System.Drawing.Point(376, 68);
     this.makNgaynhapdukien.Mask = "00/00/0000";
     this.makNgaynhapdukien.Name = "makNgaynhapdukien";
     this.makNgaynhapdukien.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makNgaynhapdukien.Size = new System.Drawing.Size(100, 20);
     this.makNgaynhapdukien.TabIndex = 15;
     this.makNgaynhapdukien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNgaynhapdukien
     //
     this.lblNgaynhapdukien.AutoSize = true;
     this.lblNgaynhapdukien.Location = new System.Drawing.Point(270, 74);
     this.lblNgaynhapdukien.Name = "lblNgaynhapdukien";
     this.lblNgaynhapdukien.Size = new System.Drawing.Size(100, 13);
     this.lblNgaynhapdukien.TabIndex = 14;
     this.lblNgaynhapdukien.Text = "Ngày nhập dự kiến:";
     //
     // lblTrangthaidonhang
     //
     this.lblTrangthaidonhang.AutoSize = true;
     this.lblTrangthaidonhang.Location = new System.Drawing.Point(12, 73);
     this.lblTrangthaidonhang.Name = "lblTrangthaidonhang";
     this.lblTrangthaidonhang.Size = new System.Drawing.Size(107, 13);
     this.lblTrangthaidonhang.TabIndex = 12;
     this.lblTrangthaidonhang.Text = "Trạng thái đơn hàng:";
     //
     // txtNohienthoi
     //
     this.txtNohienthoi.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtNohienthoi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNohienthoi.Location = new System.Drawing.Point(572, 39);
     this.txtNohienthoi.Name = "txtNohienthoi";
     this.txtNohienthoi.ReadOnly = true;
     this.txtNohienthoi.Size = new System.Drawing.Size(170, 20);
     this.txtNohienthoi.TabIndex = 11;
     //
     // lblNohienthoi
     //
     this.lblNohienthoi.AutoSize = true;
     this.lblNohienthoi.Location = new System.Drawing.Point(499, 44);
     this.lblNohienthoi.Name = "lblNohienthoi";
     this.lblNohienthoi.Size = new System.Drawing.Size(67, 13);
     this.lblNohienthoi.TabIndex = 9;
     this.lblNohienthoi.Text = "Nợ hiện thời:";
     //
     // lblDinhdangngay
     //
     this.lblDinhdangngay.AutoSize = true;
     this.lblDinhdangngay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblDinhdangngay.Location = new System.Drawing.Point(483, 11);
     this.lblDinhdangngay.Name = "lblDinhdangngay";
     this.lblDinhdangngay.Size = new System.Drawing.Size(71, 13);
     this.lblDinhdangngay.TabIndex = 7;
     this.lblDinhdangngay.TabStop = true;
     this.lblDinhdangngay.Text = "(dd/mm/yyyy)";
     //
     // makNgaydonhang
     //
     this.makNgaydonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makNgaydonhang.Location = new System.Drawing.Point(376, 9);
     this.makNgaydonhang.Mask = "00/00/0000";
     this.makNgaydonhang.Name = "makNgaydonhang";
     this.makNgaydonhang.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makNgaydonhang.Size = new System.Drawing.Size(100, 20);
     this.makNgaydonhang.TabIndex = 6;
     this.makNgaydonhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNgaydonhang
     //
     this.lblNgaydonhang.AutoSize = true;
     this.lblNgaydonhang.Location = new System.Drawing.Point(282, 16);
     this.lblNgaydonhang.Name = "lblNgaydonhang";
     this.lblNgaydonhang.Size = new System.Drawing.Size(84, 13);
     this.lblNgaydonhang.TabIndex = 5;
     this.lblNgaydonhang.Text = "Ngày đơn hàng:";
     //
     // txtManhacungcap
     //
     this.txtManhacungcap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtManhacungcap.Location = new System.Drawing.Point(128, 38);
     this.txtManhacungcap.Name = "txtManhacungcap";
     this.txtManhacungcap.Size = new System.Drawing.Size(100, 20);
     this.txtManhacungcap.TabIndex = 3;
     this.txtManhacungcap.Text = "<F4-Tìm hàng>";
     this.txtManhacungcap.TextChanged += new System.EventHandler(this.txtManhacungcap_TextChanged);
     this.txtManhacungcap.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtManhacungcap_KeyDown);
     this.txtManhacungcap.MouseLeave += new System.EventHandler(this.txtManhacungcap_MouseLeave);
     this.txtManhacungcap.MouseHover += new System.EventHandler(this.txtManhacungcap_MouseHover);
     //
     // txtSodonhang
     //
     this.txtSodonhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtSodonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSodonhang.Location = new System.Drawing.Point(128, 12);
     this.txtSodonhang.Name = "txtSodonhang";
     this.txtSodonhang.ReadOnly = true;
     this.txtSodonhang.Size = new System.Drawing.Size(100, 20);
     this.txtSodonhang.TabIndex = 2;
     //
     // lblManhacungcap
     //
     this.lblManhacungcap.AutoSize = true;
     this.lblManhacungcap.Location = new System.Drawing.Point(13, 41);
     this.lblManhacungcap.Name = "lblManhacungcap";
     this.lblManhacungcap.Size = new System.Drawing.Size(94, 13);
     this.lblManhacungcap.TabIndex = 1;
     this.lblManhacungcap.Text = "Mã nhà cung cấp:";
     //
     // lblSodonhang
     //
     this.lblSodonhang.AutoSize = true;
     this.lblSodonhang.Location = new System.Drawing.Point(13, 15);
     this.lblSodonhang.Name = "lblSodonhang";
     this.lblSodonhang.Size = new System.Drawing.Size(72, 13);
     this.lblSodonhang.TabIndex = 0;
     this.lblSodonhang.Text = "Số đơn hàng:";
     //
     // palXem
     //
     this.palXem.Controls.Add(this.txtTongtien);
     this.palXem.Controls.Add(this.lblTongtien);
     this.palXem.Controls.Add(this.txtPhikhac);
     this.palXem.Controls.Add(this.txtPhivanchuyen);
     this.palXem.Controls.Add(this.lblPhivanchuyen_Phikhac);
     this.palXem.Controls.Add(this.txtGiatrigiatang);
     this.palXem.Controls.Add(this.lblGiatrigiatang);
     this.palXem.Controls.Add(this.txtTienhang);
     this.palXem.Controls.Add(this.txtChietkhau);
     this.palXem.Controls.Add(this.lblChietkhau_Tienhang);
     this.palXem.Controls.Add(this.txtPhantrang);
     this.palXem.Controls.Add(this.grbDataGridview);
     this.palXem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.palXem.Location = new System.Drawing.Point(0, 211);
     this.palXem.Name = "palXem";
     this.palXem.Size = new System.Drawing.Size(753, 174);
     this.palXem.TabIndex = 2;
     //
     // txtTongtien
     //
     this.txtTongtien.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTongtien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTongtien.Location = new System.Drawing.Point(648, 300);
     this.txtTongtien.Name = "txtTongtien";
     this.txtTongtien.ReadOnly = true;
     this.txtTongtien.Size = new System.Drawing.Size(100, 20);
     this.txtTongtien.TabIndex = 11;
     this.txtTongtien.Text = "0";
     this.txtTongtien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblTongtien
     //
     this.lblTongtien.AutoSize = true;
     this.lblTongtien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTongtien.Location = new System.Drawing.Point(517, 307);
     this.lblTongtien.Name = "lblTongtien";
     this.lblTongtien.Size = new System.Drawing.Size(126, 13);
     this.lblTongtien.TabIndex = 10;
     this.lblTongtien.Text = "Tổng tiền/Đơn hàng:";
     //
     // txtPhikhac
     //
     this.txtPhikhac.BackColor = System.Drawing.Color.White;
     this.txtPhikhac.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhikhac.Location = new System.Drawing.Point(649, 274);
     this.txtPhikhac.Name = "txtPhikhac";
     this.txtPhikhac.Size = new System.Drawing.Size(100, 20);
     this.txtPhikhac.TabIndex = 9;
     this.txtPhikhac.Text = "0";
     this.txtPhikhac.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtPhivanchuyen
     //
     this.txtPhivanchuyen.BackColor = System.Drawing.Color.White;
     this.txtPhivanchuyen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhivanchuyen.Location = new System.Drawing.Point(543, 274);
     this.txtPhivanchuyen.Name = "txtPhivanchuyen";
     this.txtPhivanchuyen.Size = new System.Drawing.Size(100, 20);
     this.txtPhivanchuyen.TabIndex = 8;
     this.txtPhivanchuyen.Text = "0";
     this.txtPhivanchuyen.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblPhivanchuyen_Phikhac
     //
     this.lblPhivanchuyen_Phikhac.AutoSize = true;
     this.lblPhivanchuyen_Phikhac.Location = new System.Drawing.Point(406, 281);
     this.lblPhivanchuyen_Phikhac.Name = "lblPhivanchuyen_Phikhac";
     this.lblPhivanchuyen_Phikhac.Size = new System.Drawing.Size(134, 13);
     this.lblPhivanchuyen_Phikhac.TabIndex = 7;
     this.lblPhivanchuyen_Phikhac.Text = "Phí vận chuyển/phí khác:";
     //
     // txtGiatrigiatang
     //
     this.txtGiatrigiatang.BackColor = System.Drawing.Color.White;
     this.txtGiatrigiatang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGiatrigiatang.Location = new System.Drawing.Point(649, 249);
     this.txtGiatrigiatang.Name = "txtGiatrigiatang";
     this.txtGiatrigiatang.Size = new System.Drawing.Size(100, 20);
     this.txtGiatrigiatang.TabIndex = 6;
     this.txtGiatrigiatang.Text = "0";
     this.txtGiatrigiatang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblGiatrigiatang
     //
     this.lblGiatrigiatang.AutoSize = true;
     this.lblGiatrigiatang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiatrigiatang.Location = new System.Drawing.Point(547, 256);
     this.lblGiatrigiatang.Name = "lblGiatrigiatang";
     this.lblGiatrigiatang.Size = new System.Drawing.Size(68, 13);
     this.lblGiatrigiatang.TabIndex = 5;
     this.lblGiatrigiatang.Text = "Thuế GTGT:";
     //
     // txtTienhang
     //
     this.txtTienhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTienhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTienhang.Location = new System.Drawing.Point(649, 224);
     this.txtTienhang.Name = "txtTienhang";
     this.txtTienhang.ReadOnly = true;
     this.txtTienhang.Size = new System.Drawing.Size(100, 20);
     this.txtTienhang.TabIndex = 4;
     this.txtTienhang.Text = "0";
     this.txtTienhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtChietkhau
     //
     this.txtChietkhau.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtChietkhau.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtChietkhau.Location = new System.Drawing.Point(543, 225);
     this.txtChietkhau.Name = "txtChietkhau";
     this.txtChietkhau.ReadOnly = true;
     this.txtChietkhau.Size = new System.Drawing.Size(100, 20);
     this.txtChietkhau.TabIndex = 3;
     this.txtChietkhau.Text = "0";
     this.txtChietkhau.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblChietkhau_Tienhang
     //
     this.lblChietkhau_Tienhang.AutoSize = true;
     this.lblChietkhau_Tienhang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChietkhau_Tienhang.Location = new System.Drawing.Point(406, 231);
     this.lblChietkhau_Tienhang.Name = "lblChietkhau_Tienhang";
     this.lblChietkhau_Tienhang.Size = new System.Drawing.Size(135, 13);
     this.lblChietkhau_Tienhang.TabIndex = 2;
     this.lblChietkhau_Tienhang.Text = "Chiết khấu/Tiền hàng:";
     //
     // txtPhantrang
     //
     this.txtPhantrang.BackColor = System.Drawing.Color.White;
     this.txtPhantrang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhantrang.ForeColor = System.Drawing.Color.Red;
     this.txtPhantrang.Location = new System.Drawing.Point(3, 225);
     this.txtPhantrang.Name = "txtPhantrang";
     this.txtPhantrang.ReadOnly = true;
     this.txtPhantrang.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtPhantrang.Size = new System.Drawing.Size(49, 20);
     this.txtPhantrang.TabIndex = 1;
     this.txtPhantrang.Text = "0/0";
     this.txtPhantrang.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // grbDataGridview
     //
     this.grbDataGridview.Controls.Add(this.dgvInsertOrder);
     this.grbDataGridview.Controls.Add(this.palThem);
     this.grbDataGridview.Dock = System.Windows.Forms.DockStyle.Top;
     this.grbDataGridview.Location = new System.Drawing.Point(0, 0);
     this.grbDataGridview.Name = "grbDataGridview";
     this.grbDataGridview.Size = new System.Drawing.Size(753, 218);
     this.grbDataGridview.TabIndex = 0;
     this.grbDataGridview.TabStop = false;
     //
     // dgvInsertOrder
     //
     this.dgvInsertOrder.AllowUserToAddRows = false;
     this.dgvInsertOrder.AllowUserToDeleteRows = false;
     this.dgvInsertOrder.BackgroundColor = System.Drawing.Color.White;
     this.dgvInsertOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvInsertOrder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvInsertOrder.Location = new System.Drawing.Point(3, 42);
     this.dgvInsertOrder.Name = "dgvInsertOrder";
     this.dgvInsertOrder.ReadOnly = true;
     this.dgvInsertOrder.Size = new System.Drawing.Size(747, 173);
     this.dgvInsertOrder.TabIndex = 5;
     this.dgvInsertOrder.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInsertOrder_CellClick);
     this.dgvInsertOrder.DoubleClick += new System.EventHandler(this.dgvInsertOrder_DoubleClick);
     //
     // palThem
     //
     this.palThem.Controls.Add(this.toolStrip_Insert);
     this.palThem.Dock = System.Windows.Forms.DockStyle.Top;
     this.palThem.Location = new System.Drawing.Point(3, 16);
     this.palThem.Name = "palThem";
     this.palThem.Size = new System.Drawing.Size(747, 26);
     this.palThem.TabIndex = 3;
     //
     // toolStrip_Insert
     //
     this.toolStrip_Insert.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip_Insert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_txtTracuu,
     this.toolStrip_txtTenhang,
     this.toolStrip_txtSoluong,
     this.toolStrip_txtGiagoc,
     this.toolStrip_txtChietkhauphantram,
     this.toolStrip_txtGianhap,
     this.toolStrip_txtChietkhau,
     this.toolStrip_btnThem});
     this.toolStrip_Insert.Location = new System.Drawing.Point(0, 0);
     this.toolStrip_Insert.Name = "toolStrip_Insert";
     this.toolStrip_Insert.Size = new System.Drawing.Size(747, 25);
     this.toolStrip_Insert.TabIndex = 2;
     this.toolStrip_Insert.Text = "toolStrip1";
     //
     // toolStrip_txtTracuu
     //
     this.toolStrip_txtTracuu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTracuu.Name = "toolStrip_txtTracuu";
     this.toolStrip_txtTracuu.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtTracuu.Text = "<F4-Tìm hàng>";
     this.toolStrip_txtTracuu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtTracuu_KeyDown);
     //
     // toolStrip_txtTenhang
     //
     this.toolStrip_txtTenhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtTenhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTenhang.Name = "toolStrip_txtTenhang";
     this.toolStrip_txtTenhang.ReadOnly = true;
     this.toolStrip_txtTenhang.Size = new System.Drawing.Size(200, 25);
     //
     // toolStrip_txtSoluong
     //
     this.toolStrip_txtSoluong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtSoluong.Name = "toolStrip_txtSoluong";
     this.toolStrip_txtSoluong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtSoluong.Size = new System.Drawing.Size(40, 25);
     this.toolStrip_txtSoluong.Text = "1";
     this.toolStrip_txtSoluong.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtSoluong_KeyPress);
     this.toolStrip_txtSoluong.TextChanged += new System.EventHandler(this.toolStrip_txtSoluong_TextChanged);
     //
     // toolStrip_txtGiagoc
     //
     this.toolStrip_txtGiagoc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtGiagoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtGiagoc.Name = "toolStrip_txtGiagoc";
     this.toolStrip_txtGiagoc.ReadOnly = true;
     this.toolStrip_txtGiagoc.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_txtGiagoc.Text = "0";
     this.toolStrip_txtGiagoc.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtGiagoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtGiagoc_KeyPress);
     //
     // toolStrip_txtChietkhauphantram
     //
     this.toolStrip_txtChietkhauphantram.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtChietkhauphantram.Name = "toolStrip_txtChietkhauphantram";
     this.toolStrip_txtChietkhauphantram.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtChietkhauphantram.Size = new System.Drawing.Size(40, 25);
     this.toolStrip_txtChietkhauphantram.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtChietkhauphantram.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtChietkhauphantram_KeyPress);
     this.toolStrip_txtChietkhauphantram.TextChanged += new System.EventHandler(this.toolStrip_txtChietkhauphantram_TextChanged);
     //
     // toolStrip_txtGianhap
     //
     this.toolStrip_txtGianhap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtGianhap.Name = "toolStrip_txtGianhap";
     this.toolStrip_txtGianhap.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_txtGianhap.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtGianhap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtGianhap_KeyPress);
     //
     // toolStrip_txtChietkhau
     //
     this.toolStrip_txtChietkhau.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtChietkhau.Name = "toolStrip_txtChietkhau";
     this.toolStrip_txtChietkhau.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtChietkhau.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtChietkhau.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtChietkhau_KeyDown);
     //
     // toolStrip_btnThem
     //
     this.toolStrip_btnThem.Image = ((System.Drawing.Image)(resources.GetObject("toolStrip_btnThem.Image")));
     this.toolStrip_btnThem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_btnThem.Name = "toolStrip_btnThem";
     this.toolStrip_btnThem.Size = new System.Drawing.Size(58, 22);
     this.toolStrip_btnThem.Text = "Thêm";
     this.toolStrip_btnThem.Click += new System.EventHandler(this.toolStrip_btnThem_Click);
     //
     // frmXuLyDonDatHang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ClientSize = new System.Drawing.Size(753, 412);
     this.ControlBox = false;
     this.Controls.Add(this.palXem);
     this.Controls.Add(this.palNhap);
     this.Controls.Add(this.statusStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLyDonDatHang";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Quản lý đơn đặt hàng";
     this.Load += new System.EventHandler(this.frmXuLy_DonDatHang_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.palNhap.ResumeLayout(false);
     this.palNhap.PerformLayout();
     this.palXem.ResumeLayout(false);
     this.palXem.PerformLayout();
     this.grbDataGridview.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).EndInit();
     this.palThem.ResumeLayout(false);
     this.palThem.PerformLayout();
     this.toolStrip_Insert.ResumeLayout(false);
     this.toolStrip_Insert.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.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripDropDownButton_LoadFileList = new System.Windows.Forms.ToolStripDropDownButton();
            this.listFromFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listFromFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.label_Prefix = new System.Windows.Forms.Label();
            this.label_Suffix = new System.Windows.Forms.Label();
            this.textBox_Prefix = new System.Windows.Forms.TextBox();
            this.textBox_Suffix = new System.Windows.Forms.TextBox();
            this.label_TargetPath = new System.Windows.Forms.Label();
            this.textBox_TargetPath = new System.Windows.Forms.TextBox();
            this.groupBox_Decorator = new System.Windows.Forms.GroupBox();
            this.label_Example = new System.Windows.Forms.Label();
            this.button_GenerateListFile = new System.Windows.Forms.Button();
            this.toolStrip1.SuspendLayout();
            this.groupBox_Decorator.SuspendLayout();
            this.SuspendLayout();
            //
            // toolStrip1
            //
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                                    this.toolStripDropDownButton_LoadFileList});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(526, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            //
            // toolStripDropDownButton_LoadFileList
            //
            this.toolStripDropDownButton_LoadFileList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripDropDownButton_LoadFileList.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                                    this.listFromFolderToolStripMenuItem,
                                    this.listFromFilesToolStripMenuItem});
            this.toolStripDropDownButton_LoadFileList.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton_LoadFileList.Image")));
            this.toolStripDropDownButton_LoadFileList.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton_LoadFileList.Name = "toolStripDropDownButton_LoadFileList";
            this.toolStripDropDownButton_LoadFileList.Size = new System.Drawing.Size(29, 22);
            this.toolStripDropDownButton_LoadFileList.Text = "toolStripDropDownButton1";
            //
            // listFromFolderToolStripMenuItem
            //
            this.listFromFolderToolStripMenuItem.Name = "listFromFolderToolStripMenuItem";
            this.listFromFolderToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
            this.listFromFolderToolStripMenuItem.Text = "List from Folder";
            this.listFromFolderToolStripMenuItem.Click += new System.EventHandler(this.ListFromFolderToolStripMenuItemClick);
            //
            // listFromFilesToolStripMenuItem
            //
            this.listFromFilesToolStripMenuItem.Name = "listFromFilesToolStripMenuItem";
            this.listFromFilesToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
            this.listFromFilesToolStripMenuItem.Text = "List from Files";
            this.listFromFilesToolStripMenuItem.Click += new System.EventHandler(this.ListFromFilesToolStripMenuItemClick);
            //
            // label_Prefix
            //
            this.label_Prefix.Location = new System.Drawing.Point(5, 24);
            this.label_Prefix.Name = "label_Prefix";
            this.label_Prefix.Size = new System.Drawing.Size(51, 20);
            this.label_Prefix.TabIndex = 0;
            this.label_Prefix.Text = "Prefix:";
            this.label_Prefix.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label_Suffix
            //
            this.label_Suffix.Location = new System.Drawing.Point(5, 51);
            this.label_Suffix.Name = "label_Suffix";
            this.label_Suffix.Size = new System.Drawing.Size(51, 20);
            this.label_Suffix.TabIndex = 0;
            this.label_Suffix.Text = "Suffix:";
            this.label_Suffix.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // textBox_Prefix
            //
            this.textBox_Prefix.Location = new System.Drawing.Point(50, 23);
            this.textBox_Prefix.Name = "textBox_Prefix";
            this.textBox_Prefix.Size = new System.Drawing.Size(446, 21);
            this.textBox_Prefix.TabIndex = 2;
            this.textBox_Prefix.TextChanged += new EventHandler(TextBox_PrefixSuffixChanged);
            //
            // textBox_Suffix
            //
            this.textBox_Suffix.Location = new System.Drawing.Point(50, 50);
            this.textBox_Suffix.Name = "textBox_Suffix";
            this.textBox_Suffix.Size = new System.Drawing.Size(446, 21);
            this.textBox_Suffix.TabIndex = 3;
            this.textBox_Suffix.TextChanged += new EventHandler(TextBox_PrefixSuffixChanged);

            //
            // label_TargetPath
            //
            this.label_TargetPath.Location = new System.Drawing.Point(12, 25);
            this.label_TargetPath.Name = "label_TargetPath";
            this.label_TargetPath.Size = new System.Drawing.Size(76, 23);
            this.label_TargetPath.TabIndex = 0;
            this.label_TargetPath.Text = "TargetPath:";
            this.label_TargetPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // textBox_TargetPath
            //
            this.textBox_TargetPath.Location = new System.Drawing.Point(85, 26);
            this.textBox_TargetPath.Name = "textBox_TargetPath";
            this.textBox_TargetPath.Size = new System.Drawing.Size(429, 21);
            this.textBox_TargetPath.TabIndex = 1;
            //
            // groupBox_Decorator
            //
            this.groupBox_Decorator.Controls.Add(this.label_Example);
            this.groupBox_Decorator.Controls.Add(this.textBox_Suffix);
            this.groupBox_Decorator.Controls.Add(this.textBox_Prefix);
            this.groupBox_Decorator.Controls.Add(this.label_Prefix);
            this.groupBox_Decorator.Controls.Add(this.label_Suffix);
            this.groupBox_Decorator.Location = new System.Drawing.Point(12, 67);
            this.groupBox_Decorator.Name = "groupBox_Decorator";
            this.groupBox_Decorator.Size = new System.Drawing.Size(502, 114);
            this.groupBox_Decorator.TabIndex = 0;
            this.groupBox_Decorator.TabStop = false;
            this.groupBox_Decorator.Text = "Filename Decoration";
            //
            // label_Example
            //
            this.label_Example.Location = new System.Drawing.Point(23, 85);
            this.label_Example.Name = "label_Example";
            this.label_Example.Size = new System.Drawing.Size(461, 23);
            this.label_Example.TabIndex = 0;
            this.label_Example.Text = "Example)";
            this.label_Example.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // button_GenerateListFile
            //
            this.button_GenerateListFile.Location = new System.Drawing.Point(17, 200);
            this.button_GenerateListFile.Name = "button_GenerateListFile";
            this.button_GenerateListFile.Size = new System.Drawing.Size(75, 23);
            this.button_GenerateListFile.TabIndex = 4;
            this.button_GenerateListFile.Text = "Generate List File";
            this.button_GenerateListFile.UseVisualStyleBackColor = true;
            this.button_GenerateListFile.Click += new System.EventHandler(this.Button_GenerateListFileClick);
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(526, 246);
            this.Controls.Add(this.button_GenerateListFile);
            this.Controls.Add(this.groupBox_Decorator);
            this.Controls.Add(this.textBox_TargetPath);
            this.Controls.Add(this.label_TargetPath);
            this.Controls.Add(this.toolStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "MainForm";
            this.Text = "ImageListGenerator";
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.groupBox_Decorator.ResumeLayout(false);
            this.groupBox_Decorator.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Beispiel #51
0
        void localizeControls(System.Windows.Forms.Control.ControlCollection controls)
        {
            foreach (System.Windows.Forms.Control control in controls)
            {
                ControlConfig config = null;

                // If the control is a MenuStrip we have to loop through its base controls (toolstripmenuitem)
                // then if applicable we must loop through its children
                if (control.GetType() == typeof(System.Windows.Forms.MenuStrip))
                {
                    System.Windows.Forms.MenuStrip ms = (System.Windows.Forms.MenuStrip)control;

                    foreach (System.Windows.Forms.ToolStripMenuItem tsmi in ms.Items)
                    {
                        config = locale.Controls.Find(c => c.Name == tsmi.Name);

                        if (config != null)
                        {
                            tsmi.Text        = config.Text.Text;
                            tsmi.TextAlign   = config.Text.Alignment;
                            tsmi.RightToLeft = config.Text.RightToLeft;

                            if (!control.Size.IsEmpty)
                            {
                                tsmi.Size = config.Size;
                            }
                        }

                        if (tsmi.HasDropDownItems)
                        {
                            foreach (System.Windows.Forms.ToolStripMenuItem subTSMI in tsmi.DropDownItems)
                            {
                                config = locale.Controls.Find(c => c.Name == subTSMI.Name);

                                if (config != null)
                                {
                                    subTSMI.Text        = config.Text.Text;
                                    subTSMI.TextAlign   = config.Text.Alignment;
                                    subTSMI.RightToLeft = config.Text.RightToLeft;

                                    if (!control.Size.IsEmpty)
                                    {
                                        subTSMI.Size = config.Size;
                                    }
                                }
                            }
                        }
                    }
                }
                else if (control.GetType() == typeof(System.Windows.Forms.GroupBox))
                {
                    // Define the base group_box and set his text
                    System.Windows.Forms.GroupBox grpBx = (System.Windows.Forms.GroupBox)control;

                    config = locale.Controls.Find(c => c.Name == grpBx.Name);
                    if (config != null)
                    {
                        grpBx.Text = config.Text.Text;
                    }

                    // Define each child control inside of the group box
                    // set their attributes accordingly
                    for (int i = 0; i < grpBx.Controls.Count; i++)
                    {
                        System.Windows.Forms.Control ctrl = grpBx.Controls[i];

                        if (ctrl.GetType() == typeof(System.Windows.Forms.Button))
                        {
                            System.Windows.Forms.Button btn = (System.Windows.Forms.Button)ctrl;

                            config = locale.Controls.Find(c => c.Name == btn.Name);

                            if (config != null)
                            {
                                btn.TextAlign = config.Text.Alignment;
                            }
                        }
                        else if (ctrl.GetType() == typeof(System.Windows.Forms.RadioButton))
                        {
                            System.Windows.Forms.RadioButton rBtn = (System.Windows.Forms.RadioButton)ctrl;

                            config = locale.Controls.Find(c => c.Name == rBtn.Name);

                            if (config != null)
                            {
                                rBtn.TextAlign = config.Text.Alignment;
                            }
                        }
                        else if (ctrl.GetType() == typeof(System.Windows.Forms.Label))
                        {
                            System.Windows.Forms.Label lbl = (System.Windows.Forms.Label)ctrl;

                            config = locale.Controls.Find(c => c.Name == lbl.Name);

                            if (config != null)
                            {
                                lbl.TextAlign = config.Text.Alignment;
                            }
                        }
                        else if (ctrl.GetType() == typeof(System.Windows.Forms.CheckBox))
                        {
                            System.Windows.Forms.CheckBox chkBx = (System.Windows.Forms.CheckBox)ctrl;

                            config = locale.Controls.Find(c => c.Name == chkBx.Name);

                            if (config != null)
                            {
                                chkBx.TextAlign = config.Text.Alignment;
                            }
                        }
                        else if (ctrl.GetType() == typeof(System.Windows.Forms.TextBox)) /*Textbox shouldn't be touched*/ } {
                        if (config != null)
                        {
                            ctrl.Font        = new System.Drawing.Font(config.Font.Name, (float)config.Font.Size, config.Font.Style);
                            ctrl.RightToLeft = config.Text.RightToLeft;

                            if (!config.Location.IsEmpty)
                            {
                                ctrl.Location = config.Location;
                            }

                            if (!config.Size.IsEmpty)
                            {
                                ctrl.Size = config.Size;
                            }

                            ctrl.Text = config.Text.Text;
                        }

                        config = null;
                }
            }
            else if (control.GetType() == typeof(System.Windows.Forms.ToolStrip))
            {
                foreach (object tso in ((System.Windows.Forms.ToolStrip)control).Items)
                {
                    if (tso.GetType() == typeof(System.Windows.Forms.ToolStripDropDownButton))
                    {
                        System.Windows.Forms.ToolStripDropDownButton tsb = (System.Windows.Forms.ToolStripDropDownButton)tso;

                        config = locale.Controls.Find(c => c.Name == tsb.Name);

                        if (config != null)
                        {
                            tsb.Text        = config.Text.Text;
                            tsb.TextAlign   = config.Text.Alignment;
                            tsb.Font        = new System.Drawing.Font(config.Font.Name, (float)config.Font.Size, config.Font.Style);
                            tsb.RightToLeft = config.Text.RightToLeft;
                        }
                    }
                    else if (tso.GetType() == typeof(System.Windows.Forms.ToolStripButton))
                    {
                        System.Windows.Forms.ToolStripButton tsb = (System.Windows.Forms.ToolStripButton)tso;

                        config = locale.Controls.Find(c => c.Name == tsb.Name);

                        if (config != null)
                        {
                            tsb.Text        = config.Text.Text;
                            tsb.TextAlign   = config.Text.Alignment;
                            tsb.Font        = new System.Drawing.Font(config.Font.Name, (float)config.Font.Size, config.Font.Style);
                            tsb.RightToLeft = config.Text.RightToLeft;
                        }
                    }
                    else if (tso.GetType() == typeof(System.Windows.Forms.ToolStripMenuItem))
                    {
                        System.Windows.Forms.ToolStripMenuItem tsi = (System.Windows.Forms.ToolStripMenuItem)tso;

                        config = locale.Controls.Find(c => c.Name == tsi.Name);

                        if (config != null)
                        {
                            tsi.Text        = config.Text.Text;
                            tsi.TextAlign   = config.Text.Alignment;
                            tsi.Font        = new System.Drawing.Font(config.Font.Name, (float)config.Font.Size, config.Font.Style);
                            tsi.RightToLeft = config.Text.RightToLeft;
                        }
                    }
                    else if (tso.GetType() == typeof(System.Windows.Forms.ToolStripLabel))
                    {
                        System.Windows.Forms.ToolStripLabel tsl = (System.Windows.Forms.ToolStripLabel)tso;

                        config = locale.Controls.Find(c => c.Name == tsl.Name);

                        if (config != null)
                        {
                            tsl.Text        = config.Text.Text;
                            tsl.TextAlign   = config.Text.Alignment;
                            tsl.Font        = new System.Drawing.Font(config.Font.Name, (float)config.Font.Size, config.Font.Style);
                            tsl.RightToLeft = config.Text.RightToLeft;
                        }
                    }

                    if (config != null)
                    {
                        if (!config.Location.IsEmpty)
                        {
                            control.Location = config.Location;
                        }

                        if (!config.Size.IsEmpty)
                        {
                            control.Size = config.Size;
                        }

                        control.Text = config.Text.Text;
                    }

                    config = null;
                }
            }
            else
            {
                config = locale.Controls.Find(c => c.Name == control.Name);

                if (config != null)
                {
                    System.Drawing.Font font = new System.Drawing.Font(config.Font.Name, (float)config.Font.Size, config.Font.Style);

                    control.Font = font;

                    Type t = control.GetType();
                    if (t == typeof(System.Windows.Forms.CheckBox))
                    {
                        System.Windows.Forms.CheckBox chkBx = (System.Windows.Forms.CheckBox)control;
                        chkBx.TextAlign = config.Text.Alignment;
                    }
                    else if (t == typeof(System.Windows.Forms.Label))
                    {
                        System.Windows.Forms.Label lbl = (System.Windows.Forms.Label)control;
                        lbl.TextAlign = config.Text.Alignment;
                    }
                    else if (t == typeof(System.Windows.Forms.Button))
                    {
                        System.Windows.Forms.Button lbl = (System.Windows.Forms.Button)control;
                        lbl.TextAlign = config.Text.Alignment;
                    }
                    else if (t == typeof(System.Windows.Forms.ToolStripMenuItem))
                    {
                        System.Windows.Forms.ToolStrip     tsm = (System.Windows.Forms.ToolStrip)control;
                        System.Windows.Forms.ToolStripItem tsi = tsm.Items[config.Name];

                        tsi.TextAlign = config.Text.Alignment;
                    }
                    else if (t == typeof(System.Windows.Forms.ToolStripDropDownButton))
                    {
                        System.Windows.Forms.ToolStrip     tsm = (System.Windows.Forms.ToolStrip)control;
                        System.Windows.Forms.ToolStripItem tsi = tsm.Items[config.Name];

                        tsi.TextAlign = config.Text.Alignment;
                    }
                    else
                    {
                        /*Alignment doesn't exist bruh*/
                    }

                    if (!config.Location.IsEmpty)
                    {
                        control.Location = config.Location;
                    }

                    if (!config.Size.IsEmpty)
                    {
                        control.Size = config.Size;
                    }

                    control.Text = config.Text.Text;
                }
                else
                {
                    lManager.Enter(Sender.MANAGER, Level.DEBUG, "Control: {0} is not configured! It will default.", control.Name);
                }
            }
        }
    }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txttongthanhtoan = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.lbtongthanhtoan = new System.Windows.Forms.Label();
     this.dtgvNCC = new System.Windows.Forms.DataGridView();
     this.txtdiengiai = new System.Windows.Forms.TextBox();
     this.txtnguoinhaptien = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.toolStrip_Insert = new System.Windows.Forms.ToolStrip();
     this.toolStrip_txtTracuu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tssltongthanhtoan = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.tsslsono = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
     this.tsslthanhtoan = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_btnThem = new System.Windows.Forms.ToolStripButton();
     this.lbncc = new System.Windows.Forms.Label();
     this.btntimkh = new System.Windows.Forms.Button();
     this.cbbtientetygia = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.mskngaychungtu = new System.Windows.Forms.MaskedTextBox();
     this.txttientetygia = new System.Windows.Forms.TextBox();
     this.txtnohienthoi = new System.Windows.Forms.TextBox();
     this.txtmancc = new System.Windows.Forms.TextBox();
     this.txtsochungtu = new System.Windows.Forms.TextBox();
     this.lbtientetygia = new System.Windows.Forms.Label();
     this.lbnohientai = new System.Windows.Forms.Label();
     this.lbngaychungtu = new System.Windows.Forms.Label();
     this.lbdiengiai = new System.Windows.Forms.Label();
     this.lbtennguoinoptien = new System.Windows.Forms.Label();
     this.lbmancc = new System.Windows.Forms.Label();
     this.lbsochungtu = new System.Windows.Forms.Label();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.tsslthem = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslsua = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslin = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.tssltrove = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvNCC)).BeginInit();
     this.panel1.SuspendLayout();
     this.toolStrip_Insert.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // txttongthanhtoan
     //
     this.txttongthanhtoan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txttongthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttongthanhtoan.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttongthanhtoan.Location = new System.Drawing.Point(452, 255);
     this.txttongthanhtoan.Name = "txttongthanhtoan";
     this.txttongthanhtoan.ReadOnly = true;
     this.txttongthanhtoan.Size = new System.Drawing.Size(269, 38);
     this.txttongthanhtoan.TabIndex = 15;
     this.txttongthanhtoan.TabStop = false;
     this.txttongthanhtoan.Text = "0";
     this.txttongthanhtoan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Control;
     this.panel2.Controls.Add(this.txttongthanhtoan);
     this.panel2.Controls.Add(this.lbtongthanhtoan);
     this.panel2.Controls.Add(this.dtgvNCC);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 150);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(733, 350);
     this.panel2.TabIndex = 5;
     //
     // lbtongthanhtoan
     //
     this.lbtongthanhtoan.AutoSize = true;
     this.lbtongthanhtoan.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtongthanhtoan.Location = new System.Drawing.Point(229, 258);
     this.lbtongthanhtoan.Name = "lbtongthanhtoan";
     this.lbtongthanhtoan.Size = new System.Drawing.Size(217, 31);
     this.lbtongthanhtoan.TabIndex = 7;
     this.lbtongthanhtoan.Text = "Tổng thanh toán:";
     //
     // dtgvNCC
     //
     this.dtgvNCC.BackgroundColor = System.Drawing.Color.White;
     this.dtgvNCC.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgvNCC.Dock = System.Windows.Forms.DockStyle.Top;
     this.dtgvNCC.Location = new System.Drawing.Point(0, 0);
     this.dtgvNCC.Name = "dtgvNCC";
     this.dtgvNCC.Size = new System.Drawing.Size(733, 214);
     this.dtgvNCC.TabIndex = 0;
     this.dtgvNCC.TabStop = false;
     this.dtgvNCC.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgvNCC_CellClick);
     this.dtgvNCC.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgvNCC_CellDoubleClick);
     //
     // txtdiengiai
     //
     this.txtdiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtdiengiai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdiengiai.Location = new System.Drawing.Point(115, 88);
     this.txtdiengiai.MaxLength = 100;
     this.txtdiengiai.Name = "txtdiengiai";
     this.txtdiengiai.Size = new System.Drawing.Size(615, 22);
     this.txtdiengiai.TabIndex = 4;
     //
     // txtnguoinhaptien
     //
     this.txtnguoinhaptien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnguoinhaptien.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnguoinhaptien.Location = new System.Drawing.Point(115, 60);
     this.txtnguoinhaptien.MaxLength = 100;
     this.txtnguoinhaptien.Name = "txtnguoinhaptien";
     this.txtnguoinhaptien.Size = new System.Drawing.Size(100, 22);
     this.txtnguoinhaptien.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.toolStrip_Insert);
     this.panel1.Controls.Add(this.lbncc);
     this.panel1.Controls.Add(this.btntimkh);
     this.panel1.Controls.Add(this.cbbtientetygia);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.mskngaychungtu);
     this.panel1.Controls.Add(this.txttientetygia);
     this.panel1.Controls.Add(this.txtnohienthoi);
     this.panel1.Controls.Add(this.txtdiengiai);
     this.panel1.Controls.Add(this.txtnguoinhaptien);
     this.panel1.Controls.Add(this.txtmancc);
     this.panel1.Controls.Add(this.txtsochungtu);
     this.panel1.Controls.Add(this.lbtientetygia);
     this.panel1.Controls.Add(this.lbnohientai);
     this.panel1.Controls.Add(this.lbngaychungtu);
     this.panel1.Controls.Add(this.lbdiengiai);
     this.panel1.Controls.Add(this.lbtennguoinoptien);
     this.panel1.Controls.Add(this.lbmancc);
     this.panel1.Controls.Add(this.lbsochungtu);
     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(733, 150);
     this.panel1.TabIndex = 4;
     //
     // toolStrip_Insert
     //
     this.toolStrip_Insert.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip_Insert.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_Insert.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip_Insert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_txtTracuu,
     this.toolStripLabel1,
     this.tssltongthanhtoan,
     this.toolStripLabel4,
     this.tsslsono,
     this.toolStripLabel5,
     this.tsslthanhtoan,
     this.toolStrip_btnThem});
     this.toolStrip_Insert.Location = new System.Drawing.Point(0, 125);
     this.toolStrip_Insert.Name = "toolStrip_Insert";
     this.toolStrip_Insert.Size = new System.Drawing.Size(733, 25);
     this.toolStrip_Insert.TabIndex = 5;
     this.toolStrip_Insert.TabStop = true;
     this.toolStrip_Insert.Text = "toolStrip1";
     //
     // toolStrip_txtTracuu
     //
     this.toolStrip_txtTracuu.BackColor = System.Drawing.Color.White;
     this.toolStrip_txtTracuu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTracuu.Font = new System.Drawing.Font("Times New Roman", 9F);
     this.toolStrip_txtTracuu.Name = "toolStrip_txtTracuu";
     this.toolStrip_txtTracuu.ReadOnly = true;
     this.toolStrip_txtTracuu.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtTracuu.Text = "<F4-Tra cứu>";
     this.toolStrip_txtTracuu.ToolTipText = "Mã hóa đơn";
     this.toolStrip_txtTracuu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtTracuu_KeyUp);
     this.toolStrip_txtTracuu.Click += new System.EventHandler(this.toolStrip_txtTracuu_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(39, 22);
     this.toolStripLabel1.Text = "Tổng:";
     //
     // tssltongthanhtoan
     //
     this.tssltongthanhtoan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tssltongthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tssltongthanhtoan.Font = new System.Drawing.Font("Times New Roman", 9F);
     this.tssltongthanhtoan.Name = "tssltongthanhtoan";
     this.tssltongthanhtoan.ReadOnly = true;
     this.tssltongthanhtoan.Size = new System.Drawing.Size(140, 25);
     this.tssltongthanhtoan.ToolTipText = "Tổng hóa đơn";
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(41, 22);
     this.toolStripLabel4.Text = "Số nợ:";
     //
     // tsslsono
     //
     this.tsslsono.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tsslsono.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tsslsono.Font = new System.Drawing.Font("Times New Roman", 9F);
     this.tsslsono.Name = "tsslsono";
     this.tsslsono.ReadOnly = true;
     this.tsslsono.Size = new System.Drawing.Size(100, 25);
     this.tsslsono.ToolTipText = "Nợ phải trả";
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.Name = "toolStripLabel5";
     this.toolStripLabel5.Size = new System.Drawing.Size(72, 22);
     this.toolStripLabel5.Text = "Thanh toán:";
     //
     // tsslthanhtoan
     //
     this.tsslthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tsslthanhtoan.Font = new System.Drawing.Font("Times New Roman", 9F);
     this.tsslthanhtoan.Name = "tsslthanhtoan";
     this.tsslthanhtoan.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tsslthanhtoan.Size = new System.Drawing.Size(140, 25);
     this.tsslthanhtoan.ToolTipText = "Số tiền thanh toán";
     this.tsslthanhtoan.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tsslthanhtoan_KeyUp);
     this.tsslthanhtoan.Click += new System.EventHandler(this.tsslthanhtoan_Click);
     this.tsslthanhtoan.TextChanged += new System.EventHandler(this.tsslthanhtoan_TextChanged);
     //
     // toolStrip_btnThem
     //
     this.toolStrip_btnThem.Checked = true;
     this.toolStrip_btnThem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toolStrip_btnThem.Image = global::GUI.Properties.Resources.Them;
     this.toolStrip_btnThem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_btnThem.Name = "toolStrip_btnThem";
     this.toolStrip_btnThem.Size = new System.Drawing.Size(57, 22);
     this.toolStrip_btnThem.Text = "Thêm";
     this.toolStrip_btnThem.Click += new System.EventHandler(this.toolStrip_btnThem_Click);
     //
     // lbncc
     //
     this.lbncc.AutoSize = true;
     this.lbncc.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbncc.ForeColor = System.Drawing.Color.Blue;
     this.lbncc.Location = new System.Drawing.Point(253, 37);
     this.lbncc.Name = "lbncc";
     this.lbncc.Size = new System.Drawing.Size(0, 15);
     this.lbncc.TabIndex = 25;
     //
     // btntimkh
     //
     this.btntimkh.FlatAppearance.BorderSize = 0;
     this.btntimkh.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btntimkh.Image = global::GUI.Properties.Resources.button_search;
     this.btntimkh.Location = new System.Drawing.Point(223, 31);
     this.btntimkh.Name = "btntimkh";
     this.btntimkh.Size = new System.Drawing.Size(24, 25);
     this.btntimkh.TabIndex = 1;
     this.btntimkh.TabStop = false;
     this.btntimkh.UseVisualStyleBackColor = true;
     this.btntimkh.Click += new System.EventHandler(this.btntimkh_Click_1);
     //
     // cbbtientetygia
     //
     this.cbbtientetygia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbtientetygia.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbtientetygia.FormattingEnabled = true;
     this.cbbtientetygia.Items.AddRange(new object[] {
     "VND"});
     this.cbbtientetygia.Location = new System.Drawing.Point(315, 57);
     this.cbbtientetygia.Name = "cbbtientetygia";
     this.cbbtientetygia.Size = new System.Drawing.Size(83, 23);
     this.cbbtientetygia.TabIndex = 3;
     this.cbbtientetygia.SelectedIndexChanged += new System.EventHandler(this.cbbtientetygia_SelectedIndexChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.Location = new System.Drawing.Point(390, 10);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(83, 15);
     this.label11.TabIndex = 20;
     this.label11.Text = "(dd/mm/yyyy)";
     //
     // mskngaychungtu
     //
     this.mskngaychungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.mskngaychungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mskngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mskngaychungtu.Location = new System.Drawing.Point(314, 6);
     this.mskngaychungtu.Mask = "00/00/0000";
     this.mskngaychungtu.Name = "mskngaychungtu";
     this.mskngaychungtu.ReadOnly = true;
     this.mskngaychungtu.Size = new System.Drawing.Size(70, 22);
     this.mskngaychungtu.TabIndex = 19;
     this.mskngaychungtu.TabStop = false;
     this.mskngaychungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.mskngaychungtu.ValidatingType = typeof(System.DateTime);
     //
     // txttientetygia
     //
     this.txttientetygia.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txttientetygia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttientetygia.Enabled = false;
     this.txttientetygia.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttientetygia.Location = new System.Drawing.Point(404, 58);
     this.txttientetygia.Name = "txttientetygia";
     this.txttientetygia.Size = new System.Drawing.Size(100, 22);
     this.txttientetygia.TabIndex = 18;
     this.txttientetygia.TabStop = false;
     //
     // txtnohienthoi
     //
     this.txtnohienthoi.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtnohienthoi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnohienthoi.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnohienthoi.Location = new System.Drawing.Point(630, 6);
     this.txtnohienthoi.Name = "txtnohienthoi";
     this.txtnohienthoi.ReadOnly = true;
     this.txtnohienthoi.Size = new System.Drawing.Size(100, 22);
     this.txtnohienthoi.TabIndex = 17;
     this.txtnohienthoi.TabStop = false;
     this.txtnohienthoi.Text = "0";
     this.txtnohienthoi.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtmancc
     //
     this.txtmancc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtmancc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtmancc.Enabled = false;
     this.txtmancc.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtmancc.Location = new System.Drawing.Point(115, 33);
     this.txtmancc.Name = "txtmancc";
     this.txtmancc.ReadOnly = true;
     this.txtmancc.Size = new System.Drawing.Size(100, 22);
     this.txtmancc.TabIndex = 13;
     this.txtmancc.TabStop = false;
     //
     // txtsochungtu
     //
     this.txtsochungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtsochungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtsochungtu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsochungtu.Location = new System.Drawing.Point(115, 6);
     this.txtsochungtu.Name = "txtsochungtu";
     this.txtsochungtu.ReadOnly = true;
     this.txtsochungtu.Size = new System.Drawing.Size(100, 22);
     this.txtsochungtu.TabIndex = 12;
     this.txtsochungtu.TabStop = false;
     //
     // lbtientetygia
     //
     this.lbtientetygia.AutoSize = true;
     this.lbtientetygia.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtientetygia.Location = new System.Drawing.Point(221, 62);
     this.lbtientetygia.Name = "lbtientetygia";
     this.lbtientetygia.Size = new System.Drawing.Size(88, 15);
     this.lbtientetygia.TabIndex = 11;
     this.lbtientetygia.Text = "Tiền tệ /Tỷ giá:";
     //
     // lbnohientai
     //
     this.lbnohientai.AutoSize = true;
     this.lbnohientai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbnohientai.Location = new System.Drawing.Point(548, 9);
     this.lbnohientai.Name = "lbnohientai";
     this.lbnohientai.Size = new System.Drawing.Size(76, 15);
     this.lbnohientai.TabIndex = 10;
     this.lbnohientai.Text = "Nợ hiện thời:";
     //
     // lbngaychungtu
     //
     this.lbngaychungtu.AutoSize = true;
     this.lbngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbngaychungtu.Location = new System.Drawing.Point(218, 10);
     this.lbngaychungtu.Name = "lbngaychungtu";
     this.lbngaychungtu.Size = new System.Drawing.Size(90, 15);
     this.lbngaychungtu.TabIndex = 8;
     this.lbngaychungtu.Text = "Ngày chứng từ:";
     //
     // lbdiengiai
     //
     this.lbdiengiai.AutoSize = true;
     this.lbdiengiai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbdiengiai.Location = new System.Drawing.Point(58, 90);
     this.lbdiengiai.Name = "lbdiengiai";
     this.lbdiengiai.Size = new System.Drawing.Size(51, 15);
     this.lbdiengiai.TabIndex = 5;
     this.lbdiengiai.Text = "Ghi chú:";
     //
     // lbtennguoinoptien
     //
     this.lbtennguoinoptien.AutoSize = true;
     this.lbtennguoinoptien.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtennguoinoptien.Location = new System.Drawing.Point(13, 62);
     this.lbtennguoinoptien.Name = "lbtennguoinoptien";
     this.lbtennguoinoptien.Size = new System.Drawing.Size(96, 15);
     this.lbtennguoinoptien.TabIndex = 4;
     this.lbtennguoinoptien.Text = "Người nhận tiền:";
     //
     // lbmancc
     //
     this.lbmancc.AutoSize = true;
     this.lbmancc.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbmancc.Location = new System.Drawing.Point(25, 37);
     this.lbmancc.Name = "lbmancc";
     this.lbmancc.Size = new System.Drawing.Size(84, 15);
     this.lbmancc.TabIndex = 3;
     this.lbmancc.Text = "Nhà cung cấp:";
     //
     // lbsochungtu
     //
     this.lbsochungtu.AutoSize = true;
     this.lbsochungtu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbsochungtu.Location = new System.Drawing.Point(34, 10);
     this.lbsochungtu.Name = "lbsochungtu";
     this.lbsochungtu.Size = new System.Drawing.Size(75, 15);
     this.lbsochungtu.TabIndex = 2;
     this.lbsochungtu.Text = "Số chứng từ:";
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsslthem,
     this.tsslsua,
     this.tsslin,
     this.toolStripDropDownButton1,
     this.tssltrove});
     this.statusStrip1.Location = new System.Drawing.Point(0, 474);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(733, 26);
     this.statusStrip1.TabIndex = 17;
     this.statusStrip1.Text = "statusStrip1";
     //
     // tsslthem
     //
     this.tsslthem.Image = global::GUI.Properties.Resources.Them;
     this.tsslthem.Name = "tsslthem";
     this.tsslthem.Size = new System.Drawing.Size(239, 21);
     this.tsslthem.Spring = true;
     this.tsslthem.Text = "&Thêm";
     this.tsslthem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslthem.Click += new System.EventHandler(this.tsslthemmoi_Click);
     this.tsslthem.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslthem.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslsua
     //
     this.tsslsua.Image = global::GUI.Properties.Resources.Sua;
     this.tsslsua.Name = "tsslsua";
     this.tsslsua.Size = new System.Drawing.Size(160, 22);
     this.tsslsua.Spring = true;
     this.tsslsua.Text = "&Sửa";
     this.tsslsua.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslsua.Visible = false;
     this.tsslsua.Click += new System.EventHandler(this.tsslsua_Click);
     this.tsslsua.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslsua.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslin
     //
     this.tsslin.Image = global::GUI.Properties.Resources.In;
     this.tsslin.Name = "tsslin";
     this.tsslin.Size = new System.Drawing.Size(239, 21);
     this.tsslin.Spring = true;
     this.tsslin.Text = "&In";
     this.tsslin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslin.Click += new System.EventHandler(this.tsslin_Click);
     this.tsslin.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.Image = global::GUI.Properties.Resources.khac;
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 25);
     this.toolStripDropDownButton1.Text = "Khác";
     this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripDropDownButton1.Visible = false;
     this.toolStripDropDownButton1.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripDropDownButton1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tssltrove
     //
     this.tssltrove.Image = global::GUI.Properties.Resources.Tro_ve;
     this.tssltrove.Name = "tssltrove";
     this.tssltrove.Size = new System.Drawing.Size(239, 21);
     this.tssltrove.Spring = true;
     this.tssltrove.Text = "Trở &về";
     this.tssltrove.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tssltrove.Click += new System.EventHandler(this.tssltrove_Click);
     this.tssltrove.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tssltrove.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // frmXuLyPhieuTTNCC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(733, 500);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLyPhieuTTNCC";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản Lý Phiếu Thanh Toán Nhà  Cung Cấp";
     this.Resize += new System.EventHandler(this.frmXuLyPhieuTTNCC_Resize);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvNCC)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip_Insert.ResumeLayout(false);
     this.toolStrip_Insert.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		private void InitializeComponent()
		{
		    this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(ChartToolStrip));
			this.tsbCursor = new System.Windows.Forms.ToolStripButton();
			this.tsbCrosshair = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbZoomIn = new System.Windows.Forms.ToolStripButton();
			this.tsbZoomOut = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbLinear = new System.Windows.Forms.ToolStripButton();
			this.tsbLog = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbTrailing = new System.Windows.Forms.ToolStripButton();
			this.tsbFixed = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbCandle = new System.Windows.Forms.ToolStripButton();
			this.tsbBar = new System.Windows.Forms.ToolStripButton();
			this.tsbLine = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbDay = new System.Windows.Forms.ToolStripButton();
			this.tsbWeek = new System.Windows.Forms.ToolStripButton();
			this.tsbMonth = new System.Windows.Forms.ToolStripButton();
			this.tsbYear = new System.Windows.Forms.ToolStripButton();
			this.tsbTimeFrame = new System.Windows.Forms.ToolStripDropDownButton();
			this.dailyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.weeklyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.monthlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.annualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.tsbTemplate = new System.Windows.Forms.ToolStripDropDownButton();
			this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.emptyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
			this.defaultTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
			this.setAsDefaultTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.SuspendLayout();
			this.tsbCursor.Checked = true;
			this.tsbCursor.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tsbCursor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbCursor.Image = (Image)componentResourceManager.GetObject("tsbCursor.Image");
			this.tsbCursor.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCursor.Name = "tsbCursor";
			this.tsbCursor.Size = new System.Drawing.Size(23, 22);
			this.tsbCursor.ToolTipText = "Cursor";
			this.tsbCursor.Click += new System.EventHandler(this.tsbCursor_Click);
			this.tsbCrosshair.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbCrosshair.Image = (Image)componentResourceManager.GetObject("tsbCrosshair.Image");
			this.tsbCrosshair.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCrosshair.Name = "tsbCrosshair";
			this.tsbCrosshair.Size = new System.Drawing.Size(23, 22);
			this.tsbCrosshair.Text = "Crosshair";
			this.tsbCrosshair.Click += new System.EventHandler(this.tsbCrosshair_Click);
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			this.tsbZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbZoomIn.Image = (Image)componentResourceManager.GetObject("tsbZoomIn.Image");
			this.tsbZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbZoomIn.Name = "tsbZoomIn";
			this.tsbZoomIn.Size = new System.Drawing.Size(23, 22);
			this.tsbZoomIn.Text = "Zoom In";
			this.tsbZoomIn.Click += new System.EventHandler(this.tsbZoomIn_Click);
			this.tsbZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbZoomOut.Image = (Image)componentResourceManager.GetObject("tsbZoomOut.Image");
			this.tsbZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbZoomOut.Name = "tsbZoomOut";
			this.tsbZoomOut.Size = new System.Drawing.Size(23, 22);
			this.tsbZoomOut.Text = "Zoom Out";
			this.tsbZoomOut.Click += new System.EventHandler(this.tsbZoomOut_Click);
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			this.tsbLinear.Checked = true;
			this.tsbLinear.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tsbLinear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbLinear.Image = (Image)componentResourceManager.GetObject("tsbLinear.Image");
			this.tsbLinear.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLinear.Name = "tsbLinear";
			this.tsbLinear.Size = new System.Drawing.Size(23, 22);
			this.tsbLinear.Text = "Linear Scale";
			this.tsbLinear.Click += new System.EventHandler(this.tsbLinear_Click);
			this.tsbLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbLog.Image = (Image)componentResourceManager.GetObject("tsbLog.Image");
			this.tsbLog.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLog.Name = "tsbLog";
			this.tsbLog.Size = new System.Drawing.Size(23, 22);
			this.tsbLog.Text = "Log Scale";
			this.tsbLog.Click += new System.EventHandler(this.tsbLog_Click);
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
			this.tsbTrailing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbTrailing.Image = (Image)componentResourceManager.GetObject("tsbTrailing.Image");
			this.tsbTrailing.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTrailing.Name = "tsbTrailing";
			this.tsbTrailing.Size = new System.Drawing.Size(23, 22);
			this.tsbTrailing.Text = "toolStripButton1";
			this.tsbTrailing.ToolTipText = "Trailing Mode";
			this.tsbTrailing.Click += new System.EventHandler(this.tsbTrailing_Click);
			this.tsbFixed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbFixed.Image = (Image)componentResourceManager.GetObject("tsbFixed.Image");
			this.tsbFixed.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbFixed.Name = "tsbFixed";
			this.tsbFixed.Size = new System.Drawing.Size(23, 22);
			this.tsbFixed.Text = "toolStripButton2";
			this.tsbFixed.ToolTipText = "Fixed Mode";
			this.tsbFixed.Click += new System.EventHandler(this.tsbFixed_Click);
			this.toolStripSeparator4.Name = "toolStripSeparator4";
			this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
			this.tsbCandle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbCandle.Image = (Image)componentResourceManager.GetObject("tsbCandle.Image");
			this.tsbCandle.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCandle.Name = "tsbCandle";
			this.tsbCandle.Size = new System.Drawing.Size(23, 22);
			this.tsbCandle.Text = "toolStripButton1";
			this.tsbCandle.ToolTipText = "Candle";
			this.tsbCandle.Click += new System.EventHandler(this.tsbCandle_Click);
			this.tsbBar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//	this.tsbBar.Image = (Image)componentResourceManager.GetObject("tsbBar.Image");
			this.tsbBar.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbBar.Name = "tsbBar";
			this.tsbBar.Size = new System.Drawing.Size(23, 22);
			this.tsbBar.Text = "toolStripButton2";
			this.tsbBar.ToolTipText = "Bar";
			this.tsbBar.Click += new System.EventHandler(this.tsbBar_Click);
			this.tsbLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbLine.Image = (Image)componentResourceManager.GetObject("tsbLine.Image");
			this.tsbLine.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLine.Name = "tsbLine";
			this.tsbLine.Size = new System.Drawing.Size(23, 22);
			this.tsbLine.Text = "toolStripButton3";
			this.tsbLine.ToolTipText = "Line";
			this.tsbLine.Click += new System.EventHandler(this.tsbLine_Click);
			this.toolStripSeparator5.Name = "toolStripSeparator5";
			this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
			this.tsbDay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbDay.Image = (Image)componentResourceManager.GetObject("tsbDay.Image");
			this.tsbDay.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbDay.Name = "tsbDay";
			this.tsbDay.Size = new System.Drawing.Size(23, 22);
			this.tsbDay.Text = "Daily";
			this.tsbDay.Visible = false;
			this.tsbDay.Click += new System.EventHandler(this.tsbDay_Click);
			this.tsbWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbWeek.Image = (Image)componentResourceManager.GetObject("tsbWeek.Image");
			this.tsbWeek.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbWeek.Name = "tsbWeek";
			this.tsbWeek.Size = new System.Drawing.Size(23, 22);
			this.tsbWeek.Text = "Weekly";
			this.tsbWeek.Visible = false;
			this.tsbWeek.Click += new System.EventHandler(this.tsbWeek_Click);
			this.tsbMonth.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbMonth.Image = (Image)componentResourceManager.GetObject("tsbMonth.Image");
			this.tsbMonth.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbMonth.Name = "tsbMonth";
			this.tsbMonth.Size = new System.Drawing.Size(23, 22);
			this.tsbMonth.Text = "Monthly";
			this.tsbMonth.Visible = false;
			this.tsbMonth.Click += new System.EventHandler(this.tsbMonth_Click);
			this.tsbYear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbYear.Image = (Image)componentResourceManager.GetObject("tsbYear.Image");
			this.tsbYear.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbYear.Name = "tsbYear";
			this.tsbYear.Size = new System.Drawing.Size(23, 22);
			this.tsbYear.Text = "Annual";
			this.tsbYear.Visible = false;
			this.tsbYear.Click += new System.EventHandler(this.tsbYear_Click);
			this.tsbTimeFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbTimeFrame.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.dailyToolStripMenuItem,
				this.weeklyToolStripMenuItem,
				this.monthlyToolStripMenuItem,
				this.annualToolStripMenuItem
			});
	//		this.tsbTimeFrame.Image = (Image)componentResourceManager.GetObject("tsbTimeFrame.Image");
			this.tsbTimeFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTimeFrame.Name = "tsbTimeFrame";
			this.tsbTimeFrame.Size = new System.Drawing.Size(29, 22);
			this.tsbTimeFrame.Text = "Daily";
	//		this.dailyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("dailyToolStripMenuItem.Image");
			this.dailyToolStripMenuItem.Name = "dailyToolStripMenuItem";
			this.dailyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.dailyToolStripMenuItem.Text = "Daily";
			this.dailyToolStripMenuItem.Click += new System.EventHandler(this.tsbDay_Click);
	//		this.weeklyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("weeklyToolStripMenuItem.Image");
			this.weeklyToolStripMenuItem.Name = "weeklyToolStripMenuItem";
			this.weeklyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.weeklyToolStripMenuItem.Text = "Weekly";
			this.weeklyToolStripMenuItem.Click += new System.EventHandler(this.tsbWeek_Click);
	//		this.monthlyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("monthlyToolStripMenuItem.Image");
			this.monthlyToolStripMenuItem.Name = "monthlyToolStripMenuItem";
			this.monthlyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.monthlyToolStripMenuItem.Text = "Monthly";
			this.monthlyToolStripMenuItem.Click += new System.EventHandler(this.tsbMonth_Click);
	//		this.annualToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("annualToolStripMenuItem.Image");
			this.annualToolStripMenuItem.Name = "annualToolStripMenuItem";
			this.annualToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.annualToolStripMenuItem.Text = "Annual";
			this.annualToolStripMenuItem.Click += new System.EventHandler(this.tsbYear_Click);
			this.tsbTemplate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbTemplate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.applyToolStripMenuItem,
				this.toolStripMenuItem1,
				this.saveToolStripMenuItem,
				this.toolStripMenuItem4,
				this.setAsDefaultTemplateToolStripMenuItem
			});
			this.tsbTemplate.Image = Properties.Resources.chart_templates;
			this.tsbTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTemplate.Name = "tsbTemplate";
			this.tsbTemplate.Size = new System.Drawing.Size(29, 22);
			this.tsbTemplate.Text = "Templates";
			this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.emptyToolStripMenuItem,
				this.toolStripMenuItem2,
				this.defaultTemplateToolStripMenuItem,
				this.toolStripMenuItem3
			});
			this.applyToolStripMenuItem.Name = "applyToolStripMenuItem";
			this.applyToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.applyToolStripMenuItem.Text = "Apply";
			this.applyToolStripMenuItem.DropDownOpening += new System.EventHandler(this.applyToolStripMenuItem_DropDownOpening);
			this.emptyToolStripMenuItem.Image = Properties.Resources.chart_template_empty;
			this.emptyToolStripMenuItem.Name = "emptyToolStripMenuItem";
			this.emptyToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			this.emptyToolStripMenuItem.Text = "Empty Template";
			this.emptyToolStripMenuItem.Click += new System.EventHandler(this.emptyToolStripMenuItem_Click);
			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
			this.toolStripMenuItem2.Size = new System.Drawing.Size(162, 6);
			this.defaultTemplateToolStripMenuItem.Image = Properties.Resources.chart_template_default;
			this.defaultTemplateToolStripMenuItem.Name = "defaultTemplateToolStripMenuItem";
			this.defaultTemplateToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			this.defaultTemplateToolStripMenuItem.Text = "Default Template";
			this.defaultTemplateToolStripMenuItem.Click += new System.EventHandler(this.defaultTemplateToolStripMenuItem_Click);
			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
			this.toolStripMenuItem3.Size = new System.Drawing.Size(162, 6);
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(195, 6);
//			this.saveToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("saveToolStripMenuItem.Image");
			this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
			this.saveToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.saveToolStripMenuItem.Text = "Save";
			this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
			this.toolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
			this.setAsDefaultTemplateToolStripMenuItem.Image = Properties.Resources.chart_template_default;
			this.setAsDefaultTemplateToolStripMenuItem.Name = "setAsDefaultTemplateToolStripMenuItem";
			this.setAsDefaultTemplateToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.setAsDefaultTemplateToolStripMenuItem.Text = "Set as Default Template";
			this.setAsDefaultTemplateToolStripMenuItem.Click += new System.EventHandler(this.setAsDefaultTemplateToolStripMenuItem_Click);
			this.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.tsbCursor,
				this.tsbCrosshair,
				this.toolStripSeparator1,
				this.tsbZoomIn,
				this.tsbZoomOut,
				this.toolStripSeparator2,
				this.tsbLinear,
				this.tsbLog,
				this.toolStripSeparator3,
				this.tsbTrailing,
				this.tsbFixed,
				this.toolStripSeparator4,
				this.tsbCandle,
				this.tsbBar,
				this.tsbLine,
				this.toolStripSeparator5,
				this.tsbDay,
				this.tsbWeek,
				this.tsbMonth,
				this.tsbYear,
				this.tsbTimeFrame,
				this.tsbTemplate
			});
			this.Size = new System.Drawing.Size(469, 25);
			this.ResumeLayout(false);
		}
Beispiel #54
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> 
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas 
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.listViewResults = new System.Windows.Forms.ListView();
     this.columnHeaderTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderLineNumber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderLineText = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label_Statistics = new System.Windows.Forms.Label();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.textBoxSearch = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox_Scope = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripDropDownButton_Options = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripMenuItem_RegExp = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_MatchCase = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_WholeWord = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_WordStart = new System.Windows.Forms.ToolStripMenuItem();
     this.buttonSearch = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listViewResults
     //
     this.listViewResults.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.listViewResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeaderTitle,
     this.columnHeaderLineNumber,
     this.columnHeaderLineText});
     this.listViewResults.FullRowSelect = true;
     this.listViewResults.GridLines = true;
     this.listViewResults.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listViewResults.Location = new System.Drawing.Point(3, 28);
     this.listViewResults.MultiSelect = false;
     this.listViewResults.Name = "listViewResults";
     this.listViewResults.Size = new System.Drawing.Size(530, 147);
     this.listViewResults.TabIndex = 5;
     this.listViewResults.UseCompatibleStateImageBehavior = false;
     this.listViewResults.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderTitle
     //
     this.columnHeaderTitle.Text = "Script";
     this.columnHeaderTitle.Width = 147;
     //
     // columnHeaderLineNumber
     //
     this.columnHeaderLineNumber.Text = "Line #";
     this.columnHeaderLineNumber.Width = 73;
     //
     // columnHeaderLineText
     //
     this.columnHeaderLineText.Text = "Text";
     this.columnHeaderLineText.Width = 278;
     //
     // label_Statistics
     //
     this.label_Statistics.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_Statistics.AutoSize = true;
     this.label_Statistics.Location = new System.Drawing.Point(3, 178);
     this.label_Statistics.Name = "label_Statistics";
     this.label_Statistics.Size = new System.Drawing.Size(0, 13);
     this.label_Statistics.TabIndex = 10;
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);
     this.toolStripLabel1.Text = "Find:";
     //
     // textBoxSearch
     //
     this.textBoxSearch.Name = "textBoxSearch";
     this.textBoxSearch.Size = new System.Drawing.Size(100, 25);
     this.textBoxSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox_SearchString_KeyDown);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(20, 22);
     this.toolStripLabel3.Text = "In:";
     //
     // toolStripComboBox_Scope
     //
     this.toolStripComboBox_Scope.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBox_Scope.Items.AddRange(new object[] {
     "Open Scripts",
     "All Scripts"});
     this.toolStripComboBox_Scope.Name = "toolStripComboBox_Scope";
     this.toolStripComboBox_Scope.Size = new System.Drawing.Size(100, 25);
     //
     // toolStripDropDownButton_Options
     //
     this.toolStripDropDownButton_Options.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem_RegExp,
     this.toolStripMenuItem_MatchCase,
     this.toolStripMenuItem_WholeWord,
     this.toolStripMenuItem_WordStart});
     this.toolStripDropDownButton_Options.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton_Options.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.toolStripDropDownButton_Options.Name = "toolStripDropDownButton_Options";
     this.toolStripDropDownButton_Options.Size = new System.Drawing.Size(62, 22);
     this.toolStripDropDownButton_Options.Text = "Options";
     //
     // toolStripMenuItem_RegExp
     //
     this.toolStripMenuItem_RegExp.CheckOnClick = true;
     this.toolStripMenuItem_RegExp.Name = "toolStripMenuItem_RegExp";
     this.toolStripMenuItem_RegExp.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_RegExp.Text = "RegExp";
     this.toolStripMenuItem_RegExp.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_MatchCase
     //
     this.toolStripMenuItem_MatchCase.CheckOnClick = true;
     this.toolStripMenuItem_MatchCase.Name = "toolStripMenuItem_MatchCase";
     this.toolStripMenuItem_MatchCase.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_MatchCase.Text = "Match Case";
     this.toolStripMenuItem_MatchCase.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_WholeWord
     //
     this.toolStripMenuItem_WholeWord.CheckOnClick = true;
     this.toolStripMenuItem_WholeWord.Name = "toolStripMenuItem_WholeWord";
     this.toolStripMenuItem_WholeWord.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_WholeWord.Text = "Whole Word";
     this.toolStripMenuItem_WholeWord.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_WordStart
     //
     this.toolStripMenuItem_WordStart.CheckOnClick = true;
     this.toolStripMenuItem_WordStart.Name = "toolStripMenuItem_WordStart";
     this.toolStripMenuItem_WordStart.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_WordStart.Text = "Word Start";
     this.toolStripMenuItem_WordStart.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // buttonSearch
     //
     this.buttonSearch.Image = Resources.Find3;
     this.buttonSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonSearch.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.buttonSearch.Name = "buttonSearch";
     this.buttonSearch.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.buttonSearch.Size = new System.Drawing.Size(65, 22);
     this.buttonSearch.Text = "Search!";
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel1,
     this.textBoxSearch,
     this.toolStripLabel3,
     this.toolStripComboBox_Scope,
     this.toolStripDropDownButton_Options,
     this.buttonSearch});
     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(536, 25);
     this.toolStrip1.TabIndex = 9;
     this.toolStrip1.Text = "toolStrip1";
     //
     // SearchControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label_Statistics);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.listViewResults);
     this.Name = "SearchControl";
     this.Size = new System.Drawing.Size(536, 191);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
     this.tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
     this.gridControl2 = new DevExpress.XtraGrid.GridControl();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.FindToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.CheckToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.NewToolStripMenuItem = 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.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
     this.导出生成Excel文件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.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.自定义数据显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.tabPane1.SuspendLayout();
     this.tabNavigationPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabPane1
     //
     this.tabPane1.BackColor = System.Drawing.SystemColors.Control;
     this.tabPane1.Controls.Add(this.tabNavigationPage1);
     this.tabPane1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabPane1.Location = new System.Drawing.Point(0, 225);
     this.tabPane1.Name = "tabPane1";
     this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
     this.tabNavigationPage1});
     this.tabPane1.RegularSize = new System.Drawing.Size(977, 420);
     this.tabPane1.SelectedPage = this.tabNavigationPage1;
     this.tabPane1.SelectedPageIndex = 0;
     this.tabPane1.Size = new System.Drawing.Size(977, 420);
     this.tabPane1.TabIndex = 25;
     //
     // tabNavigationPage1
     //
     this.tabNavigationPage1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.tabNavigationPage1.Appearance.Options.UseBackColor = true;
     this.tabNavigationPage1.Caption = "移库单_明细";
     this.tabNavigationPage1.Controls.Add(this.gridControl2);
     this.tabNavigationPage1.Name = "tabNavigationPage1";
     this.tabNavigationPage1.Size = new System.Drawing.Size(959, 374);
     //
     // gridControl2
     //
     this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl2.Location = new System.Drawing.Point(0, 0);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name = "gridControl2";
     this.gridControl2.Size = new System.Drawing.Size(959, 374);
     this.gridControl2.TabIndex = 22;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView2});
     //
     // gridView2
     //
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name = "gridView2";
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.gridControl1.Location = new System.Drawing.Point(0, 25);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(977, 200);
     this.gridControl1.TabIndex = 24;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripDropDownButton1,
     this.toolStripSeparator1,
     this.toolStripButton5,
     this.toolStripSeparator4,
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripButton7,
     this.toolStripButton6,
     this.toolStripSeparator13,
     this.toolStripButton4,
     this.toolStripSeparator2,
     this.toolStripButton3,
     this.toolStripSeparator3,
     this.toolStripDropDownButton2,
     this.toolStripSeparator5});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(977, 25);
     this.toolStrip1.TabIndex = 23;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.FindToolStripMenuItem,
     this.toolStripSeparator6,
     this.CheckToolStripMenuItem,
     this.toolStripSeparator7,
     this.NewToolStripMenuItem,
     this.toolStripMenuItem2,
     this.toolStripMenuItem3,
     this.toolStripMenuItem4,
     this.toolStripSeparator8,
     this.toolStripMenuItem5,
     this.toolStripSeparator9,
     this.toolStripMenuItem6,
     this.toolStripSeparator10,
     this.toolStripMenuItem7,
     this.toolStripSeparator11,
     this.toolStripMenuItem8,
     this.导出表单ToolStripMenuItem,
     this.打印表单ToolStripMenuItem,
     this.表单详细信息ToolStripMenuItem,
     this.toolStripSeparator12,
     this.自定义数据显示ToolStripMenuItem,
     this.刷新ToolStripMenuItem});
     this.toolStripDropDownButton1.Image = global::Demo1._1._3.Properties.Resources.suggestion_16x16;
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(61, 22);
     this.toolStripDropDownButton1.Text = "操作";
     //
     // FindToolStripMenuItem
     //
     this.FindToolStripMenuItem.Name = "FindToolStripMenuItem";
     this.FindToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.FindToolStripMenuItem.Text = "查找";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(157, 6);
     //
     // CheckToolStripMenuItem
     //
     this.CheckToolStripMenuItem.Name = "CheckToolStripMenuItem";
     this.CheckToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.CheckToolStripMenuItem.Text = "查看";
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(157, 6);
     //
     // NewToolStripMenuItem
     //
     this.NewToolStripMenuItem.Name = "NewToolStripMenuItem";
     this.NewToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.NewToolStripMenuItem.Text = "新建";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(160, 22);
     this.toolStripMenuItem2.Text = "修改";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(160, 22);
     this.toolStripMenuItem3.Text = "删除";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(160, 22);
     this.toolStripMenuItem4.Text = "导入数据";
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(157, 6);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(160, 22);
     this.toolStripMenuItem5.Text = "重存";
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(157, 6);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(160, 22);
     this.toolStripMenuItem6.Text = "加锁";
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(157, 6);
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(160, 22);
     this.toolStripMenuItem7.Text = "发布";
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(157, 6);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.导出生成Excel文件ToolStripMenuItem,
     this.导出生成多个文本文件ToolStripMenuItem,
     this.导出成单个文本文件ToolStripMenuItem});
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(160, 22);
     this.toolStripMenuItem8.Text = "导出数据单";
     //
     // 导出生成Excel文件ToolStripMenuItem
     //
     this.导出生成Excel文件ToolStripMenuItem.Name = "导出生成Excel文件ToolStripMenuItem";
     this.导出生成Excel文件ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.导出生成Excel文件ToolStripMenuItem.Text = "导出成Excel文件";
     //
     // 导出生成多个文本文件ToolStripMenuItem
     //
     this.导出生成多个文本文件ToolStripMenuItem.Name = "导出生成多个文本文件ToolStripMenuItem";
     this.导出生成多个文本文件ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.导出生成多个文本文件ToolStripMenuItem.Text = "导出成多个文本文件";
     //
     // 导出成单个文本文件ToolStripMenuItem
     //
     this.导出成单个文本文件ToolStripMenuItem.Name = "导出成单个文本文件ToolStripMenuItem";
     this.导出成单个文本文件ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.导出成单个文本文件ToolStripMenuItem.Text = "导出成单个文本文件";
     //
     // 导出表单ToolStripMenuItem
     //
     this.导出表单ToolStripMenuItem.Name = "导出表单ToolStripMenuItem";
     this.导出表单ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.导出表单ToolStripMenuItem.Text = "导出表单";
     //
     // 打印表单ToolStripMenuItem
     //
     this.打印表单ToolStripMenuItem.Name = "打印表单ToolStripMenuItem";
     this.打印表单ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.打印表单ToolStripMenuItem.Text = "打印表单";
     //
     // 表单详细信息ToolStripMenuItem
     //
     this.表单详细信息ToolStripMenuItem.Name = "表单详细信息ToolStripMenuItem";
     this.表单详细信息ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.表单详细信息ToolStripMenuItem.Text = "表单详细信息";
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(157, 6);
     //
     // 自定义数据显示ToolStripMenuItem
     //
     this.自定义数据显示ToolStripMenuItem.Name = "自定义数据显示ToolStripMenuItem";
     this.自定义数据显示ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.自定义数据显示ToolStripMenuItem.Text = "自定义数据显示";
     //
     // 刷新ToolStripMenuItem
     //
     this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
     this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.刷新ToolStripMenuItem.Text = "刷新";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Image = global::Demo1._1._3.Properties.Resources.open_16x16;
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(52, 22);
     this.toolStripButton5.Text = "查看";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = global::Demo1._1._3.Properties.Resources.new_16x16;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(52, 22);
     this.toolStripButton1.Text = "新建";
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = global::Demo1._1._3.Properties.Resources.edit_16x16;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(52, 22);
     this.toolStripButton2.Text = "修改";
     //
     // toolStripButton7
     //
     this.toolStripButton7.Image = global::Demo1._1._3.Properties.Resources.cancel_16x16;
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(52, 22);
     this.toolStripButton7.Text = "删除";
     //
     // toolStripButton6
     //
     this.toolStripButton6.Image = global::Demo1._1._3.Properties.Resources.database_16x16;
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(76, 22);
     this.toolStripButton6.Text = "导入数据";
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = global::Demo1._1._3.Properties.Resources.protectsheet_16x16;
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(52, 22);
     this.toolStripButton4.Text = "加锁";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = global::Demo1._1._3.Properties.Resources.issue_16x16;
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(52, 22);
     this.toolStripButton3.Text = "发布";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripDropDownButton2
     //
     this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.toolStripDropDownButton2.Image = global::Demo1._1._3.Properties.Resources.documentmap_16x16;
     this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.Size = new System.Drawing.Size(61, 22);
     this.toolStripDropDownButton2.Text = "相关";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
     this.toolStripMenuItem1.Text = "相关文档";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // TransferList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabPane1);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "TransferList";
     this.Size = new System.Drawing.Size(977, 645);
     this.tabPane1.ResumeLayout(false);
     this.tabNavigationPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }