Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet themeColorSet1 = new MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(VolumeUserControl));
     this.m_grpVolume   = new System.Windows.Forms.GroupBox();
     this.m_lbl         = new System.Windows.Forms.Label();
     this.m_progrLevel  = new MkZ.WinForms.ColorBarsProgressBar();
     this.m_btnMute     = new System.Windows.Forms.Button();
     this.m_imgListMic  = new System.Windows.Forms.ImageList(this.components);
     this.m_trackVolume = new ColorSlider.ColorSlider();
     this.m_pnlMain     = new System.Windows.Forms.Panel();
     this.m_imgListSpk  = new System.Windows.Forms.ImageList(this.components);
     this.m_timer       = new System.Windows.Forms.Timer(this.components);
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.m_grpVolume.SuspendLayout();
     this.m_pnlMain.SuspendLayout();
     this.SuspendLayout();
     //
     // m_grpVolume
     //
     this.m_grpVolume.Controls.Add(this.m_lbl);
     this.m_grpVolume.Controls.Add(this.m_progrLevel);
     this.m_grpVolume.Controls.Add(this.m_btnMute);
     this.m_grpVolume.Controls.Add(this.m_trackVolume);
     this.m_grpVolume.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_grpVolume.Location = new System.Drawing.Point(0, 0);
     this.m_grpVolume.Name     = "m_grpVolume";
     this.m_grpVolume.Size     = new System.Drawing.Size(64, 294);
     this.m_grpVolume.TabIndex = 0;
     this.m_grpVolume.TabStop  = false;
     this.m_grpVolume.Text     = "Volume";
     //
     // m_lbl
     //
     this.m_lbl.AutoSize = true;
     this.m_lbl.Location = new System.Drawing.Point(15, 21);
     this.m_lbl.Name     = "m_lbl";
     this.m_lbl.Size     = new System.Drawing.Size(27, 13);
     this.m_lbl.TabIndex = 0;
     this.m_lbl.Text     = "30%";
     //
     // m_progrLevel
     //
     this.m_progrLevel.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)));
     themeColorSet1.Part1_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet1.Part1_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet1.Part2_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet1.Part2_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet1.Part3_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet1.Part3_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet1.Theme          = MkZ.WinForms.ColorBarsProgressBar.ColorsThemeType.Regular;
     themeColorSet1.Threshold1     = 100;
     themeColorSet1.Threshold2     = 100;
     this.m_progrLevel.ColorTheme  = themeColorSet1;
     this.m_progrLevel.Location    = new System.Drawing.Point(12, 44);
     this.m_progrLevel.MinimumSize = new System.Drawing.Size(16, 0);
     this.m_progrLevel.Name        = "m_progrLevel";
     this.m_progrLevel.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.m_progrLevel.Size        = new System.Drawing.Size(16, 187);
     this.m_progrLevel.TabIndex    = 3;
     this.m_progrLevel.TabStop     = false;
     this.m_progrLevel.Value       = 30;
     //
     // m_btnMute
     //
     this.m_btnMute.Anchor     = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnMute.ImageIndex = 3;
     this.m_btnMute.ImageList  = this.m_imgListMic;
     this.m_btnMute.Location   = new System.Drawing.Point(7, 240);
     this.m_btnMute.Name       = "m_btnMute";
     this.m_btnMute.Size       = new System.Drawing.Size(48, 48);
     this.m_btnMute.TabIndex   = 0;
     this.m_btnMute.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.m_btnMute.UseVisualStyleBackColor = true;
     this.m_btnMute.Click += new System.EventHandler(this.m_btnMute_Click);
     //
     // m_imgListMic
     //
     this.m_imgListMic.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imgListMic.ImageStream")));
     this.m_imgListMic.TransparentColor = System.Drawing.Color.Transparent;
     this.m_imgListMic.Images.SetKeyName(0, "Mic1.png");
     this.m_imgListMic.Images.SetKeyName(1, "MicMute1.png");
     this.m_imgListMic.Images.SetKeyName(2, "sad_32px.png");
     this.m_imgListMic.Images.SetKeyName(3, "gears_32px.png");
     //
     // m_trackVolume
     //
     this.m_trackVolume.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.m_trackVolume.BarPenColorBottom     = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(94)))), ((int)(((byte)(110)))));
     this.m_trackVolume.BarPenColorTop        = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(60)))), ((int)(((byte)(74)))));
     this.m_trackVolume.BorderRoundRectSize   = new System.Drawing.Size(1, 1);
     this.m_trackVolume.ElapsedInnerColor     = System.Drawing.Color.DarkOliveGreen;
     this.m_trackVolume.ElapsedPenColorBottom = System.Drawing.Color.ForestGreen;
     this.m_trackVolume.ElapsedPenColorTop    = System.Drawing.Color.DarkGreen;
     this.m_trackVolume.Font        = new System.Drawing.Font("Microsoft Sans Serif", 6F);
     this.m_trackVolume.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_trackVolume.LargeChange = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.m_trackVolume.Location = new System.Drawing.Point(28, 47);
     this.m_trackVolume.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.m_trackVolume.Minimum = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.m_trackVolume.MinimumSize    = new System.Drawing.Size(20, 80);
     this.m_trackVolume.Name           = "m_trackVolume";
     this.m_trackVolume.Orientation    = System.Windows.Forms.Orientation.Vertical;
     this.m_trackVolume.ScaleDivisions = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.m_trackVolume.ScaleSubDivisions = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.m_trackVolume.ShowDivisionsText = true;
     this.m_trackVolume.ShowSmallScale    = false;
     this.m_trackVolume.Size        = new System.Drawing.Size(25, 182);
     this.m_trackVolume.SmallChange = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_trackVolume.TabIndex           = 2;
     this.m_trackVolume.ThumbInnerColor    = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(56)))), ((int)(((byte)(152)))));
     this.m_trackVolume.ThumbPenColor      = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(56)))), ((int)(((byte)(152)))));
     this.m_trackVolume.ThumbRoundRectSize = new System.Drawing.Size(4, 4);
     this.m_trackVolume.ThumbSize          = new System.Drawing.Size(20, 10);
     this.m_trackVolume.TickAdd            = 0F;
     this.m_trackVolume.TickColor          = System.Drawing.Color.White;
     this.m_trackVolume.TickDivide         = 0F;
     this.m_trackVolume.TickStyle          = System.Windows.Forms.TickStyle.None;
     this.m_trackVolume.Value = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.m_trackVolume.ValueChanged += new System.EventHandler(this.m_trackVolume_ValueChanged);
     this.m_trackVolume.Scroll       += new System.Windows.Forms.ScrollEventHandler(this.m_trackVolume_Scroll);
     //
     // m_pnlMain
     //
     this.m_pnlMain.Controls.Add(this.m_grpVolume);
     this.m_pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_pnlMain.Location = new System.Drawing.Point(0, 0);
     this.m_pnlMain.Name     = "m_pnlMain";
     this.m_pnlMain.Size     = new System.Drawing.Size(64, 294);
     this.m_pnlMain.TabIndex = 8;
     //
     // m_imgListSpk
     //
     this.m_imgListSpk.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imgListSpk.ImageStream")));
     this.m_imgListSpk.TransparentColor = System.Drawing.Color.Transparent;
     this.m_imgListSpk.Images.SetKeyName(0, "Spk1.png");
     //
     // m_timer
     //
     this.m_timer.Enabled = true;
     this.m_timer.Tick   += new System.EventHandler(this.m_timer_Tick);
     //
     // VolumeUserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.m_pnlMain);
     this.MinimumSize = new System.Drawing.Size(58, 200);
     this.Name        = "VolumeUserControl";
     this.Size        = new System.Drawing.Size(64, 294);
     this.Load       += new System.EventHandler(this.VolumeUserControl_Load);
     this.m_grpVolume.ResumeLayout(false);
     this.m_grpVolume.PerformLayout();
     this.m_pnlMain.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();
     MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet themeColorSet1 = new MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet();
     MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet themeColorSet2 = new MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.m_status1             = new System.Windows.Forms.ToolStripStatusLabel();
     this.m_status2             = new System.Windows.Forms.ToolStripStatusLabel();
     this.m_pnlMain             = new System.Windows.Forms.Panel();
     this.m_splitMain           = new System.Windows.Forms.SplitContainer();
     this.panel1                = new System.Windows.Forms.Panel();
     this.m_chkTopMost          = new System.Windows.Forms.CheckBox();
     this.m_volumeControlSpk    = new MkZ.Media.VolumeUserControl();
     this.m_volumeControlMic    = new MkZ.Media.VolumeUserControl();
     this.m_tabDevices          = new System.Windows.Forms.TabControl();
     this.tabPage1              = new System.Windows.Forms.TabPage();
     this.m_DeviceListPlayback  = new MkZ.Media.MediaDeviceListUserControl();
     this.tabPage2              = new System.Windows.Forms.TabPage();
     this.m_DeviceListRecording = new MkZ.Media.MediaDeviceListUserControl();
     this.tabPage3              = new System.Windows.Forms.TabPage();
     this.m_imageListTabs       = new System.Windows.Forms.ImageList(this.components);
     this.m_txtLog              = new System.Windows.Forms.RichTextBox();
     this.toolTip1              = new System.Windows.Forms.ToolTip(this.components);
     this.statusStrip1.SuspendLayout();
     this.m_pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_splitMain)).BeginInit();
     this.m_splitMain.Panel1.SuspendLayout();
     this.m_splitMain.Panel2.SuspendLayout();
     this.m_splitMain.SuspendLayout();
     this.m_tabDevices.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_status1,
         this.m_status2
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 411);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(743, 22);
     this.statusStrip1.TabIndex = 5;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // m_status1
     //
     this.m_status1.Name = "m_status1";
     this.m_status1.Size = new System.Drawing.Size(39, 17);
     this.m_status1.Text = "Ready";
     //
     // m_status2
     //
     this.m_status2.Name   = "m_status2";
     this.m_status2.Size   = new System.Drawing.Size(689, 17);
     this.m_status2.Spring = true;
     this.m_status2.Text   = "...";
     //
     // m_pnlMain
     //
     this.m_pnlMain.AutoScroll = true;
     this.m_pnlMain.Controls.Add(this.m_splitMain);
     this.m_pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_pnlMain.Location = new System.Drawing.Point(0, 0);
     this.m_pnlMain.Name     = "m_pnlMain";
     this.m_pnlMain.Size     = new System.Drawing.Size(743, 411);
     this.m_pnlMain.TabIndex = 7;
     //
     // m_splitMain
     //
     this.m_splitMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_splitMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitMain.Location    = new System.Drawing.Point(0, 0);
     this.m_splitMain.Name        = "m_splitMain";
     this.m_splitMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // m_splitMain.Panel1
     //
     this.m_splitMain.Panel1.Controls.Add(this.panel1);
     this.m_splitMain.Panel1.Controls.Add(this.m_chkTopMost);
     this.m_splitMain.Panel1.Controls.Add(this.m_volumeControlSpk);
     this.m_splitMain.Panel1.Controls.Add(this.m_volumeControlMic);
     this.m_splitMain.Panel1.Controls.Add(this.m_tabDevices);
     //
     // m_splitMain.Panel2
     //
     this.m_splitMain.Panel2.Controls.Add(this.m_txtLog);
     this.m_splitMain.Panel2MinSize    = 20;
     this.m_splitMain.Size             = new System.Drawing.Size(743, 411);
     this.m_splitMain.SplitterDistance = 373;
     this.m_splitMain.TabIndex         = 7;
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 344);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(741, 27);
     this.panel1.TabIndex = 12;
     //
     // m_chkTopMost
     //
     this.m_chkTopMost.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_chkTopMost.AutoSize                = true;
     this.m_chkTopMost.Location                = new System.Drawing.Point(509, 3);
     this.m_chkTopMost.Name                    = "m_chkTopMost";
     this.m_chkTopMost.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.m_chkTopMost.Size                    = new System.Drawing.Size(84, 17);
     this.m_chkTopMost.TabIndex                = 11;
     this.m_chkTopMost.Text                    = "Stay on Top";
     this.m_chkTopMost.UseVisualStyleBackColor = true;
     this.m_chkTopMost.CheckedChanged         += new System.EventHandler(this.m_chkTopMost_CheckedChanged);
     //
     // m_volumeControlSpk
     //
     this.m_volumeControlSpk.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     themeColorSet1.Part1_ActiveColor   = System.Drawing.Color.DarkTurquoise;
     themeColorSet1.Part1_InactiveColor = System.Drawing.Color.AliceBlue;
     themeColorSet1.Part2_ActiveColor   = System.Drawing.Color.Orange;
     themeColorSet1.Part2_InactiveColor = System.Drawing.Color.LightGoldenrodYellow;
     themeColorSet1.Part3_ActiveColor   = System.Drawing.Color.Red;
     themeColorSet1.Part3_InactiveColor = System.Drawing.Color.MistyRose;
     themeColorSet1.Theme                = MkZ.WinForms.ColorBarsProgressBar.ColorsThemeType.Custom;
     themeColorSet1.Threshold1           = 60;
     themeColorSet1.Threshold2           = 85;
     this.m_volumeControlSpk.ColorTheme  = themeColorSet1;
     this.m_volumeControlSpk.Level       = 0;
     this.m_volumeControlSpk.Location    = new System.Drawing.Point(601, 19);
     this.m_volumeControlSpk.MaximumSize = new System.Drawing.Size(62, 600);
     this.m_volumeControlSpk.MinimumSize = new System.Drawing.Size(58, 200);
     this.m_volumeControlSpk.Name        = "m_volumeControlSpk";
     this.m_volumeControlSpk.Size        = new System.Drawing.Size(62, 319);
     this.m_volumeControlSpk.TabIndex    = 10;
     this.m_volumeControlSpk.Title       = "Spk";
     this.m_volumeControlSpk.Volume      = 0;
     //
     // m_volumeControlMic
     //
     this.m_volumeControlMic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     themeColorSet2.Part1_ActiveColor   = System.Drawing.Color.Orange;
     themeColorSet2.Part1_InactiveColor = System.Drawing.Color.LightGoldenrodYellow;
     themeColorSet2.Part2_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet2.Part2_InactiveColor = System.Drawing.Color.Honeydew;
     themeColorSet2.Part3_ActiveColor   = System.Drawing.Color.Red;
     themeColorSet2.Part3_InactiveColor = System.Drawing.Color.MistyRose;
     themeColorSet2.Theme                = MkZ.WinForms.ColorBarsProgressBar.ColorsThemeType.Microphone;
     themeColorSet2.Threshold1           = 10;
     themeColorSet2.Threshold2           = 85;
     this.m_volumeControlMic.ColorTheme  = themeColorSet2;
     this.m_volumeControlMic.Level       = 0;
     this.m_volumeControlMic.Location    = new System.Drawing.Point(669, 19);
     this.m_volumeControlMic.MaximumSize = new System.Drawing.Size(62, 600);
     this.m_volumeControlMic.MinimumSize = new System.Drawing.Size(58, 200);
     this.m_volumeControlMic.Name        = "m_volumeControlMic";
     this.m_volumeControlMic.Size        = new System.Drawing.Size(62, 319);
     this.m_volumeControlMic.TabIndex    = 9;
     this.m_volumeControlMic.Title       = "Mic";
     this.m_volumeControlMic.Volume      = 0;
     //
     // m_tabDevices
     //
     this.m_tabDevices.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.m_tabDevices.Controls.Add(this.tabPage1);
     this.m_tabDevices.Controls.Add(this.tabPage2);
     this.m_tabDevices.Controls.Add(this.tabPage3);
     this.m_tabDevices.ImageList     = this.m_imageListTabs;
     this.m_tabDevices.Location      = new System.Drawing.Point(2, 3);
     this.m_tabDevices.Name          = "m_tabDevices";
     this.m_tabDevices.SelectedIndex = 0;
     this.m_tabDevices.Size          = new System.Drawing.Size(592, 335);
     this.m_tabDevices.TabIndex      = 8;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_DeviceListPlayback);
     this.tabPage1.ImageIndex = 1;
     this.tabPage1.Location   = new System.Drawing.Point(4, 23);
     this.tabPage1.Name       = "tabPage1";
     this.tabPage1.Padding    = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size       = new System.Drawing.Size(584, 308);
     this.tabPage1.TabIndex   = 0;
     this.tabPage1.Text       = "Sound Playback Devices";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // m_DeviceListPlayback
     //
     this.m_DeviceListPlayback.AlternateColorPalette = MkZ.Tools.AlternateColorPalette.Cold;
     this.m_DeviceListPlayback.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_DeviceListPlayback.Location = new System.Drawing.Point(3, 3);
     this.m_DeviceListPlayback.Name     = "m_DeviceListPlayback";
     this.m_DeviceListPlayback.Size     = new System.Drawing.Size(578, 302);
     this.m_DeviceListPlayback.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.m_DeviceListRecording);
     this.tabPage2.ImageIndex = 0;
     this.tabPage2.Location   = new System.Drawing.Point(4, 23);
     this.tabPage2.Name       = "tabPage2";
     this.tabPage2.Padding    = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size       = new System.Drawing.Size(584, 308);
     this.tabPage2.TabIndex   = 1;
     this.tabPage2.Text       = "Sound Recording Devices";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // m_DeviceListRecording
     //
     this.m_DeviceListRecording.AlternateColorPalette = MkZ.Tools.AlternateColorPalette.Cold;
     this.m_DeviceListRecording.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_DeviceListRecording.Location = new System.Drawing.Point(3, 3);
     this.m_DeviceListRecording.Name     = "m_DeviceListRecording";
     this.m_DeviceListRecording.Size     = new System.Drawing.Size(578, 302);
     this.m_DeviceListRecording.TabIndex = 0;
     //
     // tabPage3
     //
     this.tabPage3.ImageIndex = 2;
     this.tabPage3.Location   = new System.Drawing.Point(4, 23);
     this.tabPage3.Name       = "tabPage3";
     this.tabPage3.Size       = new System.Drawing.Size(584, 308);
     this.tabPage3.TabIndex   = 2;
     this.tabPage3.Text       = "Video Capturing";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // m_imageListTabs
     //
     this.m_imageListTabs.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imageListTabs.ImageStream")));
     this.m_imageListTabs.TransparentColor = System.Drawing.Color.Transparent;
     this.m_imageListTabs.Images.SetKeyName(0, "Mic16x16.png");
     this.m_imageListTabs.Images.SetKeyName(1, "Icon_168_16.png");
     this.m_imageListTabs.Images.SetKeyName(2, "Media_16x.png");
     //
     // m_txtLog
     //
     this.m_txtLog.BackColor   = System.Drawing.SystemColors.Info;
     this.m_txtLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_txtLog.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_txtLog.Location    = new System.Drawing.Point(0, 0);
     this.m_txtLog.Name        = "m_txtLog";
     this.m_txtLog.Size        = new System.Drawing.Size(741, 32);
     this.m_txtLog.TabIndex    = 0;
     this.m_txtLog.Text        = "";
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlDark;
     this.ClientSize          = new System.Drawing.Size(743, 433);
     this.Controls.Add(this.m_pnlMain);
     this.Controls.Add(this.statusStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(660, 360);
     this.Name          = "FormMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Select Active Audio End Point";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed);
     this.Load         += new System.EventHandler(this.FormMain_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.m_pnlMain.ResumeLayout(false);
     this.m_splitMain.Panel1.ResumeLayout(false);
     this.m_splitMain.Panel1.PerformLayout();
     this.m_splitMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_splitMain)).EndInit();
     this.m_splitMain.ResumeLayout(false);
     this.m_tabDevices.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(FormBrowseForFolder));
     MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet themeColorSet1 = new MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet();
     this.m_txtSelectedFolder = new System.Windows.Forms.TextBox();
     this.m_btnNewFolder      = new System.Windows.Forms.Button();
     this.m_btnOk             = new System.Windows.Forms.Button();
     this.m_btnCancel         = new System.Windows.Forms.Button();
     this.m_txtDescription    = new System.Windows.Forms.RichTextBox();
     this.panel1             = new System.Windows.Forms.Panel();
     this.panel2             = new System.Windows.Forms.Panel();
     this.m_pnlMain          = new System.Windows.Forms.Panel();
     this.m_btnGoToFolder    = new System.Windows.Forms.Button();
     this.m_lblMessage       = new System.Windows.Forms.Label();
     this.m_progressBar      = new MkZ.WinForms.ColorBarsProgressBar();
     this.m_btnRefresh       = new System.Windows.Forms.Button();
     this.m_treeFolders      = new MkZ.WinForms.FoldersTreeUserControl();
     this.m_ctxmnuTree       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.m_mnuSelect        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.m_mnuRefresh       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.m_mnuNewFolder     = new System.Windows.Forms.ToolStripMenuItem();
     this.m_mnuRename        = new System.Windows.Forms.ToolStripMenuItem();
     this.m_mnuDelete        = new System.Windows.Forms.ToolStripMenuItem();
     this.m_mnuExplore       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.m_imageListIcons   = new System.Windows.Forms.ImageList(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.m_pnlMain.SuspendLayout();
     this.m_ctxmnuTree.SuspendLayout();
     this.SuspendLayout();
     //
     // m_txtSelectedFolder
     //
     this.m_txtSelectedFolder.AcceptsReturn = true;
     this.m_txtSelectedFolder.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.m_txtSelectedFolder.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.m_txtSelectedFolder.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
     this.m_txtSelectedFolder.BorderStyle        = System.Windows.Forms.BorderStyle.None;
     this.m_txtSelectedFolder.Location           = new System.Drawing.Point(5, 5);
     this.m_txtSelectedFolder.Name         = "m_txtSelectedFolder";
     this.m_txtSelectedFolder.Size         = new System.Drawing.Size(310, 13);
     this.m_txtSelectedFolder.TabIndex     = 0;
     this.m_txtSelectedFolder.TextChanged += new System.EventHandler(this.m_txtSelectedFolder_TextChanged);
     //
     // m_btnNewFolder
     //
     this.m_btnNewFolder.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_btnNewFolder.Image      = ((System.Drawing.Image)(resources.GetObject("m_btnNewFolder.Image")));
     this.m_btnNewFolder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_btnNewFolder.Location   = new System.Drawing.Point(4, 319);
     this.m_btnNewFolder.Name       = "m_btnNewFolder";
     this.m_btnNewFolder.Size       = new System.Drawing.Size(87, 23);
     this.m_btnNewFolder.TabIndex   = 4;
     this.m_btnNewFolder.Text       = "New &Folder";
     this.m_btnNewFolder.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.m_btnNewFolder.UseVisualStyleBackColor = true;
     this.m_btnNewFolder.Click += new System.EventHandler(this.m_btnNewFolder_Click);
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.m_btnOk.Image                   = ((System.Drawing.Image)(resources.GetObject("m_btnOk.Image")));
     this.m_btnOk.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_btnOk.Location                = new System.Drawing.Point(246, 319);
     this.m_btnOk.Name                    = "m_btnOk";
     this.m_btnOk.Size                    = new System.Drawing.Size(75, 23);
     this.m_btnOk.TabIndex                = 5;
     this.m_btnOk.Text                    = "&Ok";
     this.m_btnOk.UseVisualStyleBackColor = true;
     this.m_btnOk.Click                  += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_btnCancel
     //
     this.m_btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnCancel.Image                   = ((System.Drawing.Image)(resources.GetObject("m_btnCancel.Image")));
     this.m_btnCancel.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_btnCancel.Location                = new System.Drawing.Point(327, 319);
     this.m_btnCancel.Name                    = "m_btnCancel";
     this.m_btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.m_btnCancel.TabIndex                = 0;
     this.m_btnCancel.Text                    = "&Cancel";
     this.m_btnCancel.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.m_btnCancel.UseVisualStyleBackColor = true;
     this.m_btnCancel.Click                  += new System.EventHandler(this.m_btnCancel_Click);
     //
     // m_txtDescription
     //
     this.m_txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_txtDescription.Location    = new System.Drawing.Point(5, 5);
     this.m_txtDescription.Multiline   = false;
     this.m_txtDescription.Name        = "m_txtDescription";
     this.m_txtDescription.ReadOnly    = true;
     this.m_txtDescription.Size        = new System.Drawing.Size(385, 14);
     this.m_txtDescription.TabIndex    = 0;
     this.m_txtDescription.Text        = "";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.m_txtDescription);
     this.panel1.Location = new System.Drawing.Point(5, 5);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(397, 26);
     this.panel1.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor   = System.Drawing.SystemColors.Window;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.m_txtSelectedFolder);
     this.panel2.Location = new System.Drawing.Point(5, 37);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(322, 26);
     this.panel2.TabIndex = 3;
     //
     // m_pnlMain
     //
     this.m_pnlMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_pnlMain.Controls.Add(this.m_btnGoToFolder);
     this.m_pnlMain.Controls.Add(this.m_lblMessage);
     this.m_pnlMain.Controls.Add(this.m_progressBar);
     this.m_pnlMain.Controls.Add(this.m_btnRefresh);
     this.m_pnlMain.Controls.Add(this.m_treeFolders);
     this.m_pnlMain.Controls.Add(this.m_btnNewFolder);
     this.m_pnlMain.Controls.Add(this.m_btnOk);
     this.m_pnlMain.Controls.Add(this.m_btnCancel);
     this.m_pnlMain.Controls.Add(this.panel2);
     this.m_pnlMain.Controls.Add(this.panel1);
     this.m_pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_pnlMain.Location = new System.Drawing.Point(0, 0);
     this.m_pnlMain.Name     = "m_pnlMain";
     this.m_pnlMain.Size     = new System.Drawing.Size(409, 361);
     this.m_pnlMain.TabIndex = 0;
     //
     // m_btnGoToFolder
     //
     this.m_btnGoToFolder.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnGoToFolder.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnGoToFolder.Image")));
     this.m_btnGoToFolder.Location = new System.Drawing.Point(333, 36);
     this.m_btnGoToFolder.Name     = "m_btnGoToFolder";
     this.m_btnGoToFolder.Size     = new System.Drawing.Size(33, 27);
     this.m_btnGoToFolder.TabIndex = 8;
     this.toolTip1.SetToolTip(this.m_btnGoToFolder, "Refresh (F5)");
     this.m_btnGoToFolder.UseVisualStyleBackColor = true;
     this.m_btnGoToFolder.Click += new System.EventHandler(this.m_btnGoToFolder_Click);
     //
     // m_lblMessage
     //
     this.m_lblMessage.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.m_lblMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lblMessage.Location    = new System.Drawing.Point(25, 153);
     this.m_lblMessage.Name        = "m_lblMessage";
     this.m_lblMessage.Size        = new System.Drawing.Size(355, 71);
     this.m_lblMessage.TabIndex    = 1;
     this.m_lblMessage.Text        = "Wait...";
     this.m_lblMessage.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_progressBar
     //
     themeColorSet1.Part1_ActiveColor   = System.Drawing.SystemColors.HotTrack;
     themeColorSet1.Part1_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet1.Part2_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet1.Part2_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet1.Part3_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet1.Part3_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet1.Theme           = MkZ.WinForms.ColorBarsProgressBar.ColorsThemeType.Custom;
     themeColorSet1.Threshold1      = 100;
     themeColorSet1.Threshold2      = 100;
     this.m_progressBar.ColorTheme  = themeColorSet1;
     this.m_progressBar.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.m_progressBar.Location    = new System.Drawing.Point(0, 347);
     this.m_progressBar.Name        = "m_progressBar";
     this.m_progressBar.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.m_progressBar.Size        = new System.Drawing.Size(407, 12);
     this.m_progressBar.TabIndex    = 7;
     //
     // m_btnRefresh
     //
     this.m_btnRefresh.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnRefresh.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnRefresh.Image")));
     this.m_btnRefresh.Location = new System.Drawing.Point(369, 36);
     this.m_btnRefresh.Name     = "m_btnRefresh";
     this.m_btnRefresh.Size     = new System.Drawing.Size(33, 27);
     this.m_btnRefresh.TabIndex = 6;
     this.toolTip1.SetToolTip(this.m_btnRefresh, "Refresh (F5)");
     this.m_btnRefresh.UseVisualStyleBackColor = true;
     this.m_btnRefresh.Click += new System.EventHandler(this.m_mnuRefresh_Click);
     //
     // m_treeFolders
     //
     this.m_treeFolders.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.m_treeFolders.ContextMenuStrip = this.m_ctxmnuTree;
     this.m_treeFolders.Cursor           = System.Windows.Forms.Cursors.Default;
     this.m_treeFolders.Location         = new System.Drawing.Point(4, 69);
     this.m_treeFolders.Name             = "m_treeFolders";
     this.m_treeFolders.Size             = new System.Drawing.Size(397, 246);
     this.m_treeFolders.TabIndex         = 0;
     //
     // m_ctxmnuTree
     //
     this.m_ctxmnuTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_mnuSelect,
         this.toolStripMenuItem2,
         this.m_mnuRefresh,
         this.toolStripMenuItem1,
         this.m_mnuNewFolder,
         this.m_mnuRename,
         this.m_mnuDelete,
         this.m_mnuExplore
     });
     this.m_ctxmnuTree.Name = "m_ctxmnuTree";
     this.m_ctxmnuTree.Size = new System.Drawing.Size(181, 170);
     //
     // m_mnuSelect
     //
     this.m_mnuSelect.Image  = ((System.Drawing.Image)(resources.GetObject("m_mnuSelect.Image")));
     this.m_mnuSelect.Name   = "m_mnuSelect";
     this.m_mnuSelect.Size   = new System.Drawing.Size(180, 22);
     this.m_mnuSelect.Text   = "Select";
     this.m_mnuSelect.Click += new System.EventHandler(this.m_mnuSelect_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(177, 6);
     //
     // m_mnuRefresh
     //
     this.m_mnuRefresh.Image        = ((System.Drawing.Image)(resources.GetObject("m_mnuRefresh.Image")));
     this.m_mnuRefresh.Name         = "m_mnuRefresh";
     this.m_mnuRefresh.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.m_mnuRefresh.Size         = new System.Drawing.Size(180, 22);
     this.m_mnuRefresh.Text         = "&Refresh";
     this.m_mnuRefresh.Click       += new System.EventHandler(this.m_mnuRefresh_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(177, 6);
     //
     // m_mnuNewFolder
     //
     this.m_mnuNewFolder.Image  = ((System.Drawing.Image)(resources.GetObject("m_mnuNewFolder.Image")));
     this.m_mnuNewFolder.Name   = "m_mnuNewFolder";
     this.m_mnuNewFolder.Size   = new System.Drawing.Size(180, 22);
     this.m_mnuNewFolder.Text   = "New Folder";
     this.m_mnuNewFolder.Click += new System.EventHandler(this.m_mnuNewFolder_Click);
     //
     // m_mnuRename
     //
     this.m_mnuRename.Image        = ((System.Drawing.Image)(resources.GetObject("m_mnuRename.Image")));
     this.m_mnuRename.Name         = "m_mnuRename";
     this.m_mnuRename.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.m_mnuRename.Size         = new System.Drawing.Size(180, 22);
     this.m_mnuRename.Text         = "Re&name";
     this.m_mnuRename.Click       += new System.EventHandler(this.m_mnuRename_Click);
     //
     // m_mnuDelete
     //
     this.m_mnuDelete.Image        = ((System.Drawing.Image)(resources.GetObject("m_mnuDelete.Image")));
     this.m_mnuDelete.Name         = "m_mnuDelete";
     this.m_mnuDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.m_mnuDelete.Size         = new System.Drawing.Size(180, 22);
     this.m_mnuDelete.Text         = "&Delete";
     this.m_mnuDelete.Click       += new System.EventHandler(this.m_mnuDelete_Click);
     //
     // m_mnuExplore
     //
     this.m_mnuExplore.Image  = ((System.Drawing.Image)(resources.GetObject("m_mnuExplore.Image")));
     this.m_mnuExplore.Name   = "m_mnuExplore";
     this.m_mnuExplore.Size   = new System.Drawing.Size(180, 22);
     this.m_mnuExplore.Text   = "Open in Explorer";
     this.m_mnuExplore.Click += new System.EventHandler(this.m_mnuExplore_Click);
     //
     // m_imageListIcons
     //
     this.m_imageListIcons.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.m_imageListIcons.ImageSize        = new System.Drawing.Size(16, 16);
     this.m_imageListIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // FormBrowseForFolder
     //
     this.AcceptButton        = this.m_btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.m_btnCancel;
     this.ClientSize          = new System.Drawing.Size(409, 361);
     this.Controls.Add(this.m_pnlMain);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(300, 400);
     this.Name          = "FormBrowseForFolder";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Browse For Folder";
     this.Load         += new System.EventHandler(this.FormBrowseForFolder_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.m_pnlMain.ResumeLayout(false);
     this.m_ctxmnuTree.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet themeColorSet1 = new MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet();
     MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet themeColorSet2 = new MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet();
     MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet themeColorSet3 = new MkZ.WinForms.ColorBarsProgressBar.ThemeColorSet();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(FormMainTest));
     this.m_btnTestEdit            = new System.Windows.Forms.Button();
     this.listView1                = new System.Windows.Forms.ListView();
     this.splitContainer1          = new System.Windows.Forms.SplitContainer();
     this.foldersTreeUserControl1  = new MkZ.WinForms.FoldersTreeUserControl();
     this.fileExplorerUserControl1 = new MkZ.WinForms.FileExplorerUserControl();
     this.m_cmbListViewType        = new System.Windows.Forms.ComboBox();
     this.tabControl1              = new System.Windows.Forms.TabControl();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.m_btnWpfListViewDragDrop  = new System.Windows.Forms.Button();
     this.m_cmbDriveLetter          = new System.Windows.Forms.ComboBox();
     this.m_btnEjectDrive           = new System.Windows.Forms.Button();
     this.chartProgressUserControl1 = new MkZ.WinForms.ChartProgressUserControl();
     this.m_chkEnable = new System.Windows.Forms.CheckBox();
     this.m_btnGradientWpfProgress  = new System.Windows.Forms.Button();
     this.m_btnColorSlider          = new System.Windows.Forms.Button();
     this.m_btnTestWPFMessageBoxWPF = new System.Windows.Forms.Button();
     this.m_btnTestWPFMessageBox    = new System.Windows.Forms.Button();
     this.trackBar1             = new ColorSlider.ColorSlider();
     this.colorBarsProgressBar3 = new MkZ.WinForms.ColorBarsProgressBar();
     this.colorBarsProgressBar2 = new MkZ.WinForms.ColorBarsProgressBar();
     this.colorBarsProgressBar1 = new MkZ.WinForms.ColorBarsProgressBar();
     this.tabPage2                    = new System.Windows.Forms.TabPage();
     this.tabPage1                    = new System.Windows.Forms.TabPage();
     this.m_btnSaveIcons              = new System.Windows.Forms.Button();
     this.m_btnOpenIconsFile          = new System.Windows.Forms.Button();
     this.tabPage4                    = new System.Windows.Forms.TabPage();
     this.elementHost1                = new System.Windows.Forms.Integration.ElementHost();
     this.displayTopologyUserControl1 = new WpfApplication6.DisplayTopologyUserControl();
     this.panel1             = new System.Windows.Forms.Panel();
     this.m_chkNonStuckMouse = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnTestEdit
     //
     this.m_btnTestEdit.Location = new System.Drawing.Point(160, 17);
     this.m_btnTestEdit.Name     = "m_btnTestEdit";
     this.m_btnTestEdit.Size     = new System.Drawing.Size(144, 45);
     this.m_btnTestEdit.TabIndex = 1;
     this.m_btnTestEdit.Text     = "Test In-Place-Edit Box";
     this.m_btnTestEdit.UseVisualStyleBackColor = true;
     this.m_btnTestEdit.Click += new System.EventHandler(this.m_btnTestEdit_Click);
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(6, 33);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(728, 389);
     this.listView1.TabIndex      = 5;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.SmallIcon;
     //
     // 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.foldersTreeUserControl1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.fileExplorerUserControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(736, 422);
     this.splitContainer1.SplitterDistance = 191;
     this.splitContainer1.TabIndex         = 6;
     //
     // foldersTreeUserControl1
     //
     this.foldersTreeUserControl1.Cursor   = System.Windows.Forms.Cursors.Default;
     this.foldersTreeUserControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.foldersTreeUserControl1.Location = new System.Drawing.Point(0, 0);
     this.foldersTreeUserControl1.Name     = "foldersTreeUserControl1";
     this.foldersTreeUserControl1.Size     = new System.Drawing.Size(191, 422);
     this.foldersTreeUserControl1.TabIndex = 2;
     //
     // fileExplorerUserControl1
     //
     this.fileExplorerUserControl1.CheckBoxes = false;
     this.fileExplorerUserControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.fileExplorerUserControl1.Location   = new System.Drawing.Point(0, 0);
     this.fileExplorerUserControl1.Name       = "fileExplorerUserControl1";
     this.fileExplorerUserControl1.Size       = new System.Drawing.Size(541, 422);
     this.fileExplorerUserControl1.TabIndex   = 3;
     //
     // m_cmbListViewType
     //
     this.m_cmbListViewType.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbListViewType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbListViewType.FormattingEnabled = true;
     this.m_cmbListViewType.Location          = new System.Drawing.Point(612, 6);
     this.m_cmbListViewType.Name                  = "m_cmbListViewType";
     this.m_cmbListViewType.Size                  = new System.Drawing.Size(121, 21);
     this.m_cmbListViewType.TabIndex              = 7;
     this.m_cmbListViewType.SelectedIndexChanged += new System.EventHandler(this.m_cmbListViewType_SelectedIndexChanged);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage4);
     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(750, 454);
     this.tabControl1.TabIndex      = 11;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.m_btnWpfListViewDragDrop);
     this.tabPage3.Controls.Add(this.m_cmbDriveLetter);
     this.tabPage3.Controls.Add(this.m_btnEjectDrive);
     this.tabPage3.Controls.Add(this.chartProgressUserControl1);
     this.tabPage3.Controls.Add(this.m_chkEnable);
     this.tabPage3.Controls.Add(this.m_btnGradientWpfProgress);
     this.tabPage3.Controls.Add(this.m_btnColorSlider);
     this.tabPage3.Controls.Add(this.m_btnTestWPFMessageBoxWPF);
     this.tabPage3.Controls.Add(this.m_btnTestWPFMessageBox);
     this.tabPage3.Controls.Add(this.m_btnTestEdit);
     this.tabPage3.Controls.Add(this.trackBar1);
     this.tabPage3.Controls.Add(this.colorBarsProgressBar3);
     this.tabPage3.Controls.Add(this.colorBarsProgressBar2);
     this.tabPage3.Controls.Add(this.colorBarsProgressBar1);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(742, 428);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Common Controls";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // m_btnWpfListViewDragDrop
     //
     this.m_btnWpfListViewDragDrop.Location = new System.Drawing.Point(161, 79);
     this.m_btnWpfListViewDragDrop.Name     = "m_btnWpfListViewDragDrop";
     this.m_btnWpfListViewDragDrop.Size     = new System.Drawing.Size(144, 45);
     this.m_btnWpfListViewDragDrop.TabIndex = 19;
     this.m_btnWpfListViewDragDrop.Text     = "WPF ListView DragDrop";
     this.m_btnWpfListViewDragDrop.UseVisualStyleBackColor = true;
     this.m_btnWpfListViewDragDrop.Click += new System.EventHandler(this.m_btnWpfListViewDragDrop_Click);
     //
     // m_cmbDriveLetter
     //
     this.m_cmbDriveLetter.FormattingEnabled = true;
     this.m_cmbDriveLetter.Location          = new System.Drawing.Point(161, 162);
     this.m_cmbDriveLetter.Name     = "m_cmbDriveLetter";
     this.m_cmbDriveLetter.Size     = new System.Drawing.Size(41, 21);
     this.m_cmbDriveLetter.TabIndex = 18;
     //
     // m_btnEjectDrive
     //
     this.m_btnEjectDrive.Location = new System.Drawing.Point(208, 161);
     this.m_btnEjectDrive.Name     = "m_btnEjectDrive";
     this.m_btnEjectDrive.Size     = new System.Drawing.Size(75, 23);
     this.m_btnEjectDrive.TabIndex = 17;
     this.m_btnEjectDrive.Text     = "Eject...";
     this.m_btnEjectDrive.UseVisualStyleBackColor = true;
     this.m_btnEjectDrive.Click += new System.EventHandler(this.m_btnEjectDrive_Click);
     //
     // chartProgressUserControl1
     //
     this.chartProgressUserControl1.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.chartProgressUserControl1.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chartProgressUserControl1.GraphBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
     this.chartProgressUserControl1.GraphMainColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.chartProgressUserControl1.GraphTitle     = "Progress Bar";
     this.chartProgressUserControl1.Location       = new System.Drawing.Point(160, 274);
     this.chartProgressUserControl1.Name           = "chartProgressUserControl1";
     this.chartProgressUserControl1.Size           = new System.Drawing.Size(567, 115);
     this.chartProgressUserControl1.TabIndex       = 15;
     //
     // m_chkEnable
     //
     this.m_chkEnable.AutoSize   = true;
     this.m_chkEnable.Checked    = true;
     this.m_chkEnable.CheckState = System.Windows.Forms.CheckState.Checked;
     this.m_chkEnable.Location   = new System.Drawing.Point(160, 130);
     this.m_chkEnable.Name       = "m_chkEnable";
     this.m_chkEnable.Size       = new System.Drawing.Size(59, 17);
     this.m_chkEnable.TabIndex   = 12;
     this.m_chkEnable.Text       = "Enable";
     this.m_chkEnable.UseVisualStyleBackColor = true;
     this.m_chkEnable.CheckedChanged         += new System.EventHandler(this.m_chkEnable_CheckedChanged);
     //
     // m_btnGradientWpfProgress
     //
     this.m_btnGradientWpfProgress.Location = new System.Drawing.Point(319, 79);
     this.m_btnGradientWpfProgress.Name     = "m_btnGradientWpfProgress";
     this.m_btnGradientWpfProgress.Size     = new System.Drawing.Size(144, 45);
     this.m_btnGradientWpfProgress.TabIndex = 14;
     this.m_btnGradientWpfProgress.Text     = "WPF Gradient Progress";
     this.m_btnGradientWpfProgress.UseVisualStyleBackColor = true;
     this.m_btnGradientWpfProgress.Click += new System.EventHandler(this.m_btnGradientWpfProgress_Click);
     //
     // m_btnColorSlider
     //
     this.m_btnColorSlider.Location = new System.Drawing.Point(319, 17);
     this.m_btnColorSlider.Name     = "m_btnColorSlider";
     this.m_btnColorSlider.Size     = new System.Drawing.Size(144, 45);
     this.m_btnColorSlider.TabIndex = 13;
     this.m_btnColorSlider.Text     = "Color Slider Demo";
     this.m_btnColorSlider.UseVisualStyleBackColor = true;
     this.m_btnColorSlider.Click += new System.EventHandler(this.m_btnColorSlider_Click);
     //
     // m_btnTestWPFMessageBoxWPF
     //
     this.m_btnTestWPFMessageBoxWPF.Location = new System.Drawing.Point(484, 79);
     this.m_btnTestWPFMessageBoxWPF.Name     = "m_btnTestWPFMessageBoxWPF";
     this.m_btnTestWPFMessageBoxWPF.Size     = new System.Drawing.Size(144, 45);
     this.m_btnTestWPFMessageBoxWPF.TabIndex = 12;
     this.m_btnTestWPFMessageBoxWPF.Text     = "Test WPFMessageBox(WPF)";
     this.m_btnTestWPFMessageBoxWPF.UseVisualStyleBackColor = true;
     this.m_btnTestWPFMessageBoxWPF.Click += new System.EventHandler(this.m_btnTestWPFMessageBoxWPF_Click);
     //
     // m_btnTestWPFMessageBox
     //
     this.m_btnTestWPFMessageBox.Location = new System.Drawing.Point(484, 17);
     this.m_btnTestWPFMessageBox.Name     = "m_btnTestWPFMessageBox";
     this.m_btnTestWPFMessageBox.Size     = new System.Drawing.Size(144, 45);
     this.m_btnTestWPFMessageBox.TabIndex = 11;
     this.m_btnTestWPFMessageBox.Text     = "Test WPFMessageBox (WinForms)";
     this.m_btnTestWPFMessageBox.UseVisualStyleBackColor = true;
     this.m_btnTestWPFMessageBox.Click += new System.EventHandler(this.m_btnTestWPFMessageBox_Click);
     //
     // trackBar1
     //
     this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.trackBar1.BarPenColorBottom        = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(94)))), ((int)(((byte)(110)))));
     this.trackBar1.BarPenColorTop           = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(60)))), ((int)(((byte)(74)))));
     this.trackBar1.BorderRoundRectSize      = new System.Drawing.Size(8, 8);
     this.trackBar1.DrawSemitransparentThumb = false;
     this.trackBar1.ElapsedInnerColor        = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(56)))), ((int)(((byte)(152)))));
     this.trackBar1.ElapsedPenColorBottom    = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(130)))), ((int)(((byte)(208)))));
     this.trackBar1.ElapsedPenColorTop       = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(140)))), ((int)(((byte)(180)))));
     this.trackBar1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 6F);
     this.trackBar1.LargeChange = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.trackBar1.Location = new System.Drawing.Point(80, 29);
     this.trackBar1.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.trackBar1.Minimum = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.trackBar1.Name           = "trackBar1";
     this.trackBar1.Orientation    = System.Windows.Forms.Orientation.Vertical;
     this.trackBar1.ScaleDivisions = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.trackBar1.ScaleSubDivisions = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.trackBar1.ShowDivisionsText = true;
     this.trackBar1.ShowSmallScale    = false;
     this.trackBar1.Size        = new System.Drawing.Size(74, 369);
     this.trackBar1.SmallChange = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.trackBar1.TabIndex           = 8;
     this.trackBar1.ThumbInnerColor    = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(56)))), ((int)(((byte)(152)))));
     this.trackBar1.ThumbPenColor      = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(56)))), ((int)(((byte)(152)))));
     this.trackBar1.ThumbRoundRectSize = new System.Drawing.Size(4, 4);
     this.trackBar1.ThumbSize          = new System.Drawing.Size(24, 10);
     this.trackBar1.TickAdd            = 0F;
     this.trackBar1.TickColor          = System.Drawing.Color.White;
     this.trackBar1.TickDivide         = 0F;
     this.trackBar1.Value = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.trackBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.trackBar1_Scroll);
     //
     // colorBarsProgressBar3
     //
     this.colorBarsProgressBar3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)));
     themeColorSet1.Part1_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet1.Part1_InactiveColor = System.Drawing.Color.Honeydew;
     themeColorSet1.Part2_ActiveColor   = System.Drawing.Color.Orange;
     themeColorSet1.Part2_InactiveColor = System.Drawing.Color.LightGoldenrodYellow;
     themeColorSet1.Part3_ActiveColor   = System.Drawing.Color.Red;
     themeColorSet1.Part3_InactiveColor = System.Drawing.Color.MistyRose;
     themeColorSet1.Theme                   = MkZ.WinForms.ColorBarsProgressBar.ColorsThemeType.Speaker;
     themeColorSet1.Threshold1              = 60;
     themeColorSet1.Threshold2              = 85;
     this.colorBarsProgressBar3.ColorTheme  = themeColorSet1;
     this.colorBarsProgressBar3.Location    = new System.Drawing.Point(26, 29);
     this.colorBarsProgressBar3.Name        = "colorBarsProgressBar3";
     this.colorBarsProgressBar3.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.colorBarsProgressBar3.Size        = new System.Drawing.Size(21, 369);
     this.colorBarsProgressBar3.TabIndex    = 10;
     this.colorBarsProgressBar3.TabStop     = false;
     this.colorBarsProgressBar3.Value       = 60;
     //
     // colorBarsProgressBar2
     //
     this.colorBarsProgressBar2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     themeColorSet2.Part1_ActiveColor   = System.Drawing.Color.RoyalBlue;
     themeColorSet2.Part1_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet2.Part2_ActiveColor   = System.Drawing.Color.AliceBlue;
     themeColorSet2.Part2_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet2.Part3_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet2.Part3_InactiveColor = System.Drawing.Color.Gainsboro;
     themeColorSet2.Theme                   = MkZ.WinForms.ColorBarsProgressBar.ColorsThemeType.Custom;
     themeColorSet2.Threshold1              = 101;
     themeColorSet2.Threshold2              = 101;
     this.colorBarsProgressBar2.ColorTheme  = themeColorSet2;
     this.colorBarsProgressBar2.Location    = new System.Drawing.Point(160, 393);
     this.colorBarsProgressBar2.Name        = "colorBarsProgressBar2";
     this.colorBarsProgressBar2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.colorBarsProgressBar2.Size        = new System.Drawing.Size(567, 27);
     this.colorBarsProgressBar2.Style       = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.colorBarsProgressBar2.TabIndex    = 9;
     this.colorBarsProgressBar2.TabStop     = false;
     this.colorBarsProgressBar2.Value       = 60;
     //
     // colorBarsProgressBar1
     //
     this.colorBarsProgressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)));
     themeColorSet3.Part1_ActiveColor   = System.Drawing.Color.Orange;
     themeColorSet3.Part1_InactiveColor = System.Drawing.Color.LightGoldenrodYellow;
     themeColorSet3.Part2_ActiveColor   = System.Drawing.Color.LimeGreen;
     themeColorSet3.Part2_InactiveColor = System.Drawing.Color.Honeydew;
     themeColorSet3.Part3_ActiveColor   = System.Drawing.Color.Red;
     themeColorSet3.Part3_InactiveColor = System.Drawing.Color.MistyRose;
     themeColorSet3.Theme                   = MkZ.WinForms.ColorBarsProgressBar.ColorsThemeType.Microphone;
     themeColorSet3.Threshold1              = 10;
     themeColorSet3.Threshold2              = 85;
     this.colorBarsProgressBar1.ColorTheme  = themeColorSet3;
     this.colorBarsProgressBar1.Location    = new System.Drawing.Point(53, 29);
     this.colorBarsProgressBar1.Name        = "colorBarsProgressBar1";
     this.colorBarsProgressBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.colorBarsProgressBar1.Size        = new System.Drawing.Size(21, 369);
     this.colorBarsProgressBar1.Style       = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.colorBarsProgressBar1.TabIndex    = 0;
     this.colorBarsProgressBar1.TabStop     = false;
     this.colorBarsProgressBar1.Value       = 60;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.splitContainer1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(742, 428);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Explorer Controls";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_btnSaveIcons);
     this.tabPage1.Controls.Add(this.m_btnOpenIconsFile);
     this.tabPage1.Controls.Add(this.listView1);
     this.tabPage1.Controls.Add(this.m_cmbListViewType);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(742, 428);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Icon Browser";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // m_btnSaveIcons
     //
     this.m_btnSaveIcons.Location = new System.Drawing.Point(86, 6);
     this.m_btnSaveIcons.Name     = "m_btnSaveIcons";
     this.m_btnSaveIcons.Size     = new System.Drawing.Size(75, 23);
     this.m_btnSaveIcons.TabIndex = 9;
     this.m_btnSaveIcons.Text     = "Save As...";
     this.m_btnSaveIcons.UseVisualStyleBackColor = true;
     this.m_btnSaveIcons.Click += new System.EventHandler(this.m_btnSaveIcons_Click);
     //
     // m_btnOpenIconsFile
     //
     this.m_btnOpenIconsFile.Location = new System.Drawing.Point(5, 6);
     this.m_btnOpenIconsFile.Name     = "m_btnOpenIconsFile";
     this.m_btnOpenIconsFile.Size     = new System.Drawing.Size(75, 23);
     this.m_btnOpenIconsFile.TabIndex = 8;
     this.m_btnOpenIconsFile.Text     = "Open...";
     this.m_btnOpenIconsFile.UseVisualStyleBackColor = true;
     this.m_btnOpenIconsFile.Click += new System.EventHandler(this.m_btnOpenIconsFile_Click);
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.elementHost1);
     this.tabPage4.Controls.Add(this.panel1);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(742, 428);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Displays Topology";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // elementHost1
     //
     this.elementHost1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.elementHost1.Location = new System.Drawing.Point(0, 0);
     this.elementHost1.Name     = "elementHost1";
     this.elementHost1.Size     = new System.Drawing.Size(742, 393);
     this.elementHost1.TabIndex = 0;
     this.elementHost1.Text     = "elementHost1";
     this.elementHost1.Child    = this.displayTopologyUserControl1;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_chkNonStuckMouse);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 393);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(742, 35);
     this.panel1.TabIndex = 1;
     //
     // m_chkNonStuckMouse
     //
     this.m_chkNonStuckMouse.AutoSize = true;
     this.m_chkNonStuckMouse.Location = new System.Drawing.Point(13, 9);
     this.m_chkNonStuckMouse.Name     = "m_chkNonStuckMouse";
     this.m_chkNonStuckMouse.Size     = new System.Drawing.Size(106, 17);
     this.m_chkNonStuckMouse.TabIndex = 0;
     this.m_chkNonStuckMouse.Text     = "NonStuckMouse";
     this.m_chkNonStuckMouse.UseVisualStyleBackColor = true;
     this.m_chkNonStuckMouse.CheckedChanged         += new System.EventHandler(this.m_chkNonStickMouse_CheckedChanged);
     //
     // FormMainTest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(750, 454);
     this.Controls.Add(this.tabControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(600, 400);
     this.Name          = "FormMainTest";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form Main Test";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FormMainTest_FormClosed);
     this.Load         += new System.EventHandler(this.FormMainTest_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }