示例#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.m_tabControl = new System.Windows.Forms.TabControl();
     this.m_webTab = new System.Windows.Forms.TabPage();
     this.m_webList = new MSR.LST.Controls.InkToolBarControls.ColorListBox();
     this.m_systemTab = new System.Windows.Forms.TabPage();
     this.m_systemList = new MSR.LST.Controls.InkToolBarControls.ColorListBox();
     this.m_btnOK = new System.Windows.Forms.Button();
     this.m_btnCancel = new System.Windows.Forms.Button();
     this.m_tabControl.SuspendLayout();
     this.m_webTab.SuspendLayout();
     this.m_systemTab.SuspendLayout();
     this.SuspendLayout();
     //
     // m_tabControl
     //
     this.m_tabControl.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                                this.m_webTab,
                                                                                this.m_systemTab});
     this.m_tabControl.HotTrack = true;
     this.m_tabControl.Multiline = true;
     this.m_tabControl.Name = "m_tabControl";
     this.m_tabControl.SelectedIndex = 0;
     this.m_tabControl.Size = new System.Drawing.Size(208, 236);
     this.m_tabControl.TabIndex = 0;
     this.m_tabControl.TabStop = false;
     this.m_tabControl.Enter += new System.EventHandler(this.OnTabControl_Enter);
     this.m_tabControl.SelectedIndexChanged += new System.EventHandler(this.OnTabControl_SelectedIndexChanged);
     //
     // m_webTab
     //
     this.m_webTab.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                            this.m_webList});
     this.m_webTab.Location = new System.Drawing.Point(4, 22);
     this.m_webTab.Name = "m_webTab";
     this.m_webTab.Size = new System.Drawing.Size(200, 210);
     this.m_webTab.TabIndex = 0;
     this.m_webTab.Text = "Web";
     //
     // m_webList
     //
     this.m_webList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_webList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.m_webList.Items.AddRange(new object[] {
                                                    "Black",
                                                    "DimGray",
                                                    "Gray",
                                                    "DarkGray",
                                                    "Silver",
                                                    "LightGray",
                                                    "Gainsboro",
                                                    "WhiteSmoke",
                                                    "White",
                                                    "RosyBrown",
                                                    "IndianRed",
                                                    "Brown",
                                                    "Firebrick",
                                                    "LightCoral",
                                                    "Maroon",
                                                    "DarkRed",
                                                    "Red",
                                                    "Snow",
                                                    "MistyRose",
                                                    "Salmon",
                                                    "Tomato",
                                                    "DarkSalmon",
                                                    "Coral",
                                                    "OrangeRed",
                                                    "LightSalmon",
                                                    "Sienna",
                                                    "SeaShell",
                                                    "Chocolate",
                                                    "SaddleBrown",
                                                    "SandyBrown",
                                                    "PeachPuff",
                                                    "Peru",
                                                    "Linen",
                                                    "Bisque",
                                                    "DarkOrange",
                                                    "BurlyWood",
                                                    "Tan",
                                                    "AntiqueWhite",
                                                    "NavajoWhite",
                                                    "BlanchedAlmond",
                                                    "PapayaWhip",
                                                    "Moccasin",
                                                    "Orange",
                                                    "Wheat",
                                                    "OldLace",
                                                    "FloralWhite",
                                                    "DarkGoldenrod",
                                                    "Cornsilk",
                                                    "Gold",
                                                    "Khaki",
                                                    "LemonChiffon",
                                                    "PaleGoldenrod",
                                                    "DarkKhaki",
                                                    "Beige",
                                                    "LightGoldenrodYellow",
                                                    "Olive",
                                                    "Yellow",
                                                    "LightYellow",
                                                    "Ivory",
                                                    "OliveDrab",
                                                    "YellowGreen",
                                                    "DarkOliveGreen",
                                                    "GreenYellow",
                                                    "Chartreuse",
                                                    "LawnGreen",
                                                    "DarkSeaGreen",
                                                    "ForestGreen",
                                                    "LimeGreen",
                                                    "PaleGreen",
                                                    "DarkGreen",
                                                    "Green",
                                                    "Lime",
                                                    "Honeydew",
                                                    "SeaGreen",
                                                    "MediumSeaGreen",
                                                    "SpringGreen",
                                                    "MintCream",
                                                    "MediumSpringGreen",
                                                    "MediumAquaMarine",
                                                    "AquaMarine",
                                                    "Turquoise",
                                                    "LightSeaGreen",
                                                    "MediumTurquoise",
                                                    "DarkSlateGray",
                                                    "PaleTurquoise",
                                                    "Teal",
                                                    "DarkCyan",
                                                    "Aqua",
                                                    "LightCyan",
                                                    "Azure",
                                                    "DarkTurquoise",
                                                    "CadetBlue",
                                                    "PowderBlue",
                                                    "LightBlue",
                                                    "DeepSkyBlue",
                                                    "SkyBlue",
                                                    "LightSkyBlue",
                                                    "SteelBlue",
                                                    "AliceBlue",
                                                    "DodgerBlue",
                                                    "SlateGray",
                                                    "LightSlateGray",
                                                    "LightSteelBlue",
                                                    "CornflowerBlue",
                                                    "RoyalBlue",
                                                    "MidnightBlue",
                                                    "Lavender",
                                                    "Navy",
                                                    "DarkBlue",
                                                    "MediumBlue",
                                                    "Blue",
                                                    "GhostWhite",
                                                    "SlateBlue",
                                                    "DarkSlateBlue",
                                                    "MediumSlateBlue",
                                                    "MediumPurple",
                                                    "BlueViolet",
                                                    "Indigo",
                                                    "DarkOrchid",
                                                    "DarkViolet",
                                                    "MediumOrchid",
                                                    "Thistle",
                                                    "Plum",
                                                    "Violet",
                                                    "Purple",
                                                    "DarkMagenta",
                                                    "Fuchsia",
                                                    "Orchid",
                                                    "MediumVioletRed",
                                                    "DeepPink",
                                                    "HotPink",
                                                    "LavenderBlush",
                                                    "PaleVioletRed",
                                                    "Crimson",
                                                    "Pink",
                                                    "LightPink"});
     this.m_webList.Name = "m_webList";
     this.m_webList.Size = new System.Drawing.Size(200, 210);
     this.m_webList.TabIndex = 0;
     this.m_webList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnList_MouseDown);
     this.m_webList.SelectedIndexChanged += new System.EventHandler(this.WebList_SelectedIndexChanged);
     //
     // m_systemTab
     //
     this.m_systemTab.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                               this.m_systemList});
     this.m_systemTab.Location = new System.Drawing.Point(4, 22);
     this.m_systemTab.Name = "m_systemTab";
     this.m_systemTab.Size = new System.Drawing.Size(200, 210);
     this.m_systemTab.TabIndex = 1;
     this.m_systemTab.Text = "System";
     //
     // m_systemList
     //
     this.m_systemList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_systemList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.m_systemList.Name = "m_systemList";
     this.m_systemList.Size = new System.Drawing.Size(200, 210);
     this.m_systemList.TabIndex = 0;
     this.m_systemList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnList_MouseDown);
     this.m_systemList.SelectedIndexChanged += new System.EventHandler(this.SystemList_SelectedIndexChanged);
     //
     // m_btnOK
     //
     this.m_btnOK.Location = new System.Drawing.Point(48, 40);
     this.m_btnOK.Name = "m_btnOK";
     this.m_btnOK.TabIndex = 2;
     this.m_btnOK.TabStop = false;
     this.m_btnOK.Text = "OK";
     this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK_Click);
     //
     // m_btnCancel
     //
     this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnCancel.Location = new System.Drawing.Point(48, 72);
     this.m_btnCancel.Name = "m_btnCancel";
     this.m_btnCancel.TabIndex = 2;
     this.m_btnCancel.TabStop = false;
     this.m_btnCancel.Text = "Cancel";
     this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel_Click);
     //
     // ColorPicker
     //
     this.AcceptButton = this.m_btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.m_btnCancel;
     this.ClientSize = new System.Drawing.Size(200, 202);
     this.ControlBox = false;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.m_tabControl});
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ColorPicker";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.TopMost = true;
     this.VisibleChanged += new System.EventHandler(this.OnVisibleChanged);
     this.m_tabControl.ResumeLayout(false);
     this.m_webTab.ResumeLayout(false);
     this.m_systemTab.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.m_tabControl = new System.Windows.Forms.TabControl();
            this.m_webTab = new System.Windows.Forms.TabPage();
            this.m_webList = new MSR.LST.Controls.InkToolBarControls.ColorListBox();
            this.m_systemTab = new System.Windows.Forms.TabPage();
            this.m_systemList = new MSR.LST.Controls.InkToolBarControls.ColorListBox();
            this.m_btnOK = new System.Windows.Forms.Button();
            this.m_btnCancel = new System.Windows.Forms.Button();
            this.m_tabControl.SuspendLayout();
            this.m_webTab.SuspendLayout();
            this.m_systemTab.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_tabControl
            // 
            this.m_tabControl.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                                       this.m_webTab,
                                                                                       this.m_systemTab});
            this.m_tabControl.HotTrack = true;
            this.m_tabControl.Multiline = true;
            this.m_tabControl.Name = "m_tabControl";
            this.m_tabControl.SelectedIndex = 0;
            this.m_tabControl.Size = new System.Drawing.Size(208, 236);
            this.m_tabControl.TabIndex = 0;
            this.m_tabControl.TabStop = false;
            this.m_tabControl.Enter += new System.EventHandler(this.OnTabControl_Enter);
            this.m_tabControl.SelectedIndexChanged += new System.EventHandler(this.OnTabControl_SelectedIndexChanged);
            // 
            // m_webTab
            // 
            this.m_webTab.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                                   this.m_webList});
            this.m_webTab.Location = new System.Drawing.Point(4, 22);
            this.m_webTab.Name = "m_webTab";
            this.m_webTab.Size = new System.Drawing.Size(200, 210);
            this.m_webTab.TabIndex = 0;
            this.m_webTab.Text = Strings.Web;
            // 
            // m_webList
            // 
            this.m_webList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.m_webList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.m_webList.Items.AddRange(new object[] {
                                                           Strings.Black,
                                                           Strings.DimGray,
                                                           Strings.Gray,
                                                           Strings.DarkGray,
                                                           Strings.Silver,
                                                           Strings.LightGray,
                                                           Strings.Gainsboro,
                                                           Strings.WhiteSmoke,
                                                           Strings.White,
                                                           Strings.RosyBrown,
                                                           Strings.IndianRed,
                                                           Strings.Brown,
                                                           Strings.Firebrick,
                                                           Strings.LightCoral,
                                                           Strings.Maroon,
                                                           Strings.DarkRed,
                                                           Strings.Red,
                                                           Strings.Snow,
                                                           Strings.MistyRose,
                                                           Strings.Salmon,
                                                           Strings.Tomato,
                                                           Strings.DarkSalmon,
                                                           Strings.Coral,
                                                           Strings.OrangeRed,
                                                           Strings.LightSalmon,
                                                           Strings.Sienna,
                                                           Strings.SeaShell,
                                                           Strings.Chocolate,
                                                           Strings.SaddleBrown,
                                                           Strings.SandyBrown,
                                                           Strings.PeachPuff,
                                                           Strings.Peru,
                                                           Strings.Linen,
                                                           Strings.Bisque,
                                                           Strings.DarkOrange,
                                                           Strings.BurlyWood,
                                                           Strings.Tan,
                                                           Strings.AntiqueWhite,
                                                           Strings.NavajoWhite,
                                                           Strings.BlanchedAlmond,
                                                           Strings.PapayaWhip,
                                                           Strings.Moccasin,
                                                           Strings.Orange,
                                                           Strings.Wheat,
                                                           Strings.Oldlace,
                                                           Strings.FloralWhite,
                                                           Strings.DarkGoldenrod,
                                                           Strings.Cornsilk,
                                                           Strings.Gold,
                                                           Strings.Khaki,
                                                           Strings.LemonChiffon,
                                                           Strings.PaleGoldenrod,
                                                           Strings.DarkKhaki,
                                                           Strings.Beige,
                                                           Strings.LightGoldenrodYellow,
                                                           Strings.Olive,
                                                           Strings.Yellow,
                                                           Strings.LightYellow,
                                                           Strings.Ivory,
                                                           Strings.OliveDrab,
                                                           Strings.YellowGreen,
                                                           Strings.DarkOliveGreen,
                                                           Strings.GreenYellow,
                                                           Strings.Chartreuse,
                                                           Strings.LawnGreen,
                                                           Strings.DarkSeaGreen,
                                                           Strings.ForestGreen,
                                                           Strings.LimeGreen,
                                                           Strings.PaleGreen,
                                                           Strings.DarkGreen,
                                                           Strings.Green,
                                                           Strings.Lime,
                                                           Strings.Honeydew,
                                                           Strings.SeaGreen,
                                                           Strings.MediumSeaGreen,
                                                           Strings.SpringGreen,
                                                           Strings.MintCream,
                                                           Strings.MediumSpringgreen,
                                                           Strings.MediumAquaMarine,
                                                           Strings.AquaMarine,
                                                           Strings.Turquoise,
                                                           Strings.LightSeaGreen,
                                                           Strings.MediumTurquoise,
                                                           Strings.DarkSlateGray,
                                                           Strings.PaleTurquoise,
                                                           Strings.Teal,
                                                           Strings.DarkCyan,
                                                           Strings.Aqua,
                                                           Strings.LightCyan,
                                                           Strings.Azure,
                                                           Strings.DarkTurquoise,
                                                           Strings.CadetBlue,
                                                           Strings.PowderBlue,
                                                           Strings.LightBlue,
                                                           Strings.DeepSkyBlue,
                                                           Strings.SkyBlue,
                                                           Strings.LightSkyBlue,
                                                           Strings.SteelBlue,
                                                           Strings.AliceBlue,
                                                           Strings.DodgerBlue,
                                                           Strings.SlateGray,
                                                           Strings.LightSlateGray,
                                                           Strings.LightSteelBlue,
                                                           Strings.CornflowerBlue,
                                                           Strings.RoyalBlue,
                                                           Strings.MidnightBlue,
                                                           Strings.Lavender,
                                                           Strings.Navy,
                                                           Strings.DarkBlue,
                                                           Strings.MediumBlue,
                                                           Strings.Blue,
                                                           Strings.GhostWhite,
                                                           Strings.SlateBlue,
                                                           Strings.DarkSlateBlue,
                                                           Strings.MediumSlateBlue,
                                                           Strings.MediumPurple,
                                                           Strings.BlueViolet,
                                                           Strings.Indigo,
                                                           Strings.DarkOrchid,
                                                           Strings.DarkViolet,
                                                           Strings.MediumOrchid,
                                                           Strings.Thistle,
                                                           Strings.Plum,
                                                           Strings.Violet,
                                                           Strings.Purple,
                                                           Strings.DarkMagenta,
                                                           Strings.Fuchsia,
                                                           Strings.Orchid,
                                                           Strings.MediumVioletRed,
                                                           Strings.DeepPink,
                                                           Strings.HotPink,
                                                           Strings.LavenderBlush,
                                                           Strings.PaleVioletRed,
                                                           Strings.Crimson,
                                                           Strings.Pink,
                                                           Strings.LightPink});
            this.m_webList.Name = "m_webList";
            this.m_webList.Size = new System.Drawing.Size(200, 210);
            this.m_webList.TabIndex = 0;
            this.m_webList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnList_MouseDown);
            this.m_webList.SelectedIndexChanged += new System.EventHandler(this.WebList_SelectedIndexChanged);
            // 
            // m_systemTab
            // 
            this.m_systemTab.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                                      this.m_systemList});
            this.m_systemTab.Location = new System.Drawing.Point(4, 22);
            this.m_systemTab.Name = "m_systemTab";
            this.m_systemTab.Size = new System.Drawing.Size(200, 210);
            this.m_systemTab.TabIndex = 1;
            this.m_systemTab.Text = Strings.System;
            // 
            // m_systemList
            // 
            this.m_systemList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.m_systemList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.m_systemList.Name = "m_systemList";
            this.m_systemList.Size = new System.Drawing.Size(200, 210);
            this.m_systemList.TabIndex = 0;
            this.m_systemList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnList_MouseDown);
            this.m_systemList.SelectedIndexChanged += new System.EventHandler(this.SystemList_SelectedIndexChanged);
            // 
            // m_btnOK
            // 
            this.m_btnOK.Location = new System.Drawing.Point(48, 40);
            this.m_btnOK.Name = "m_btnOK";
            this.m_btnOK.TabIndex = 2;
            this.m_btnOK.TabStop = false;
            this.m_btnOK.Text = Strings.OK;
            this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK_Click);
            // 
            // m_btnCancel
            // 
            this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.m_btnCancel.Location = new System.Drawing.Point(48, 72);
            this.m_btnCancel.Name = "m_btnCancel";
            this.m_btnCancel.TabIndex = 2;
            this.m_btnCancel.TabStop = false;
            this.m_btnCancel.Text = Strings.Cancel;
            this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel_Click);
            // 
            // ColorPicker
            // 
            this.AcceptButton = this.m_btnOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.CancelButton = this.m_btnCancel;
            this.ClientSize = new System.Drawing.Size(200, 202);
            this.ControlBox = false;
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                          this.m_tabControl});
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ColorPicker";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.TopMost = true;
            this.VisibleChanged += new System.EventHandler(this.OnVisibleChanged);
            this.m_tabControl.ResumeLayout(false);
            this.m_webTab.ResumeLayout(false);
            this.m_systemTab.ResumeLayout(false);
            this.ResumeLayout(false);

        }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_tabControl = new System.Windows.Forms.TabControl();
     this.m_webTab     = new System.Windows.Forms.TabPage();
     this.m_webList    = new MSR.LST.Controls.InkToolBarControls.ColorListBox();
     this.m_systemTab  = new System.Windows.Forms.TabPage();
     this.m_systemList = new MSR.LST.Controls.InkToolBarControls.ColorListBox();
     this.m_btnOK      = new System.Windows.Forms.Button();
     this.m_btnCancel  = new System.Windows.Forms.Button();
     this.m_tabControl.SuspendLayout();
     this.m_webTab.SuspendLayout();
     this.m_systemTab.SuspendLayout();
     this.SuspendLayout();
     //
     // m_tabControl
     //
     this.m_tabControl.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_webTab,
         this.m_systemTab
     });
     this.m_tabControl.HotTrack              = true;
     this.m_tabControl.Multiline             = true;
     this.m_tabControl.Name                  = "m_tabControl";
     this.m_tabControl.SelectedIndex         = 0;
     this.m_tabControl.Size                  = new System.Drawing.Size(208, 236);
     this.m_tabControl.TabIndex              = 0;
     this.m_tabControl.TabStop               = false;
     this.m_tabControl.Enter                += new System.EventHandler(this.OnTabControl_Enter);
     this.m_tabControl.SelectedIndexChanged += new System.EventHandler(this.OnTabControl_SelectedIndexChanged);
     //
     // m_webTab
     //
     this.m_webTab.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_webList
     });
     this.m_webTab.Location = new System.Drawing.Point(4, 22);
     this.m_webTab.Name     = "m_webTab";
     this.m_webTab.Size     = new System.Drawing.Size(200, 210);
     this.m_webTab.TabIndex = 0;
     this.m_webTab.Text     = "Web";
     //
     // m_webList
     //
     this.m_webList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_webList.DrawMode    = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.m_webList.Items.AddRange(new object[] {
         "Black",
         "DimGray",
         "Gray",
         "DarkGray",
         "Silver",
         "LightGray",
         "Gainsboro",
         "WhiteSmoke",
         "White",
         "RosyBrown",
         "IndianRed",
         "Brown",
         "Firebrick",
         "LightCoral",
         "Maroon",
         "DarkRed",
         "Red",
         "Snow",
         "MistyRose",
         "Salmon",
         "Tomato",
         "DarkSalmon",
         "Coral",
         "OrangeRed",
         "LightSalmon",
         "Sienna",
         "SeaShell",
         "Chocolate",
         "SaddleBrown",
         "SandyBrown",
         "PeachPuff",
         "Peru",
         "Linen",
         "Bisque",
         "DarkOrange",
         "BurlyWood",
         "Tan",
         "AntiqueWhite",
         "NavajoWhite",
         "BlanchedAlmond",
         "PapayaWhip",
         "Moccasin",
         "Orange",
         "Wheat",
         "OldLace",
         "FloralWhite",
         "DarkGoldenrod",
         "Cornsilk",
         "Gold",
         "Khaki",
         "LemonChiffon",
         "PaleGoldenrod",
         "DarkKhaki",
         "Beige",
         "LightGoldenrodYellow",
         "Olive",
         "Yellow",
         "LightYellow",
         "Ivory",
         "OliveDrab",
         "YellowGreen",
         "DarkOliveGreen",
         "GreenYellow",
         "Chartreuse",
         "LawnGreen",
         "DarkSeaGreen",
         "ForestGreen",
         "LimeGreen",
         "PaleGreen",
         "DarkGreen",
         "Green",
         "Lime",
         "Honeydew",
         "SeaGreen",
         "MediumSeaGreen",
         "SpringGreen",
         "MintCream",
         "MediumSpringGreen",
         "MediumAquaMarine",
         "AquaMarine",
         "Turquoise",
         "LightSeaGreen",
         "MediumTurquoise",
         "DarkSlateGray",
         "PaleTurquoise",
         "Teal",
         "DarkCyan",
         "Aqua",
         "LightCyan",
         "Azure",
         "DarkTurquoise",
         "CadetBlue",
         "PowderBlue",
         "LightBlue",
         "DeepSkyBlue",
         "SkyBlue",
         "LightSkyBlue",
         "SteelBlue",
         "AliceBlue",
         "DodgerBlue",
         "SlateGray",
         "LightSlateGray",
         "LightSteelBlue",
         "CornflowerBlue",
         "RoyalBlue",
         "MidnightBlue",
         "Lavender",
         "Navy",
         "DarkBlue",
         "MediumBlue",
         "Blue",
         "GhostWhite",
         "SlateBlue",
         "DarkSlateBlue",
         "MediumSlateBlue",
         "MediumPurple",
         "BlueViolet",
         "Indigo",
         "DarkOrchid",
         "DarkViolet",
         "MediumOrchid",
         "Thistle",
         "Plum",
         "Violet",
         "Purple",
         "DarkMagenta",
         "Fuchsia",
         "Orchid",
         "MediumVioletRed",
         "DeepPink",
         "HotPink",
         "LavenderBlush",
         "PaleVioletRed",
         "Crimson",
         "Pink",
         "LightPink"
     });
     this.m_webList.Name                  = "m_webList";
     this.m_webList.Size                  = new System.Drawing.Size(200, 210);
     this.m_webList.TabIndex              = 0;
     this.m_webList.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.OnList_MouseDown);
     this.m_webList.SelectedIndexChanged += new System.EventHandler(this.WebList_SelectedIndexChanged);
     //
     // m_systemTab
     //
     this.m_systemTab.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_systemList
     });
     this.m_systemTab.Location = new System.Drawing.Point(4, 22);
     this.m_systemTab.Name     = "m_systemTab";
     this.m_systemTab.Size     = new System.Drawing.Size(200, 210);
     this.m_systemTab.TabIndex = 1;
     this.m_systemTab.Text     = "System";
     //
     // m_systemList
     //
     this.m_systemList.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_systemList.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.m_systemList.Name                  = "m_systemList";
     this.m_systemList.Size                  = new System.Drawing.Size(200, 210);
     this.m_systemList.TabIndex              = 0;
     this.m_systemList.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.OnList_MouseDown);
     this.m_systemList.SelectedIndexChanged += new System.EventHandler(this.SystemList_SelectedIndexChanged);
     //
     // m_btnOK
     //
     this.m_btnOK.Location = new System.Drawing.Point(48, 40);
     this.m_btnOK.Name     = "m_btnOK";
     this.m_btnOK.TabIndex = 2;
     this.m_btnOK.TabStop  = false;
     this.m_btnOK.Text     = "OK";
     this.m_btnOK.Click   += new System.EventHandler(this.OnBtnOK_Click);
     //
     // m_btnCancel
     //
     this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnCancel.Location     = new System.Drawing.Point(48, 72);
     this.m_btnCancel.Name         = "m_btnCancel";
     this.m_btnCancel.TabIndex     = 2;
     this.m_btnCancel.TabStop      = false;
     this.m_btnCancel.Text         = "Cancel";
     this.m_btnCancel.Click       += new System.EventHandler(this.OnBtnCancel_Click);
     //
     // ColorPicker
     //
     this.AcceptButton      = this.m_btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.m_btnCancel;
     this.ClientSize        = new System.Drawing.Size(200, 202);
     this.ControlBox        = false;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_tabControl
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ColorPicker";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.TopMost         = true;
     this.VisibleChanged += new System.EventHandler(this.OnVisibleChanged);
     this.m_tabControl.ResumeLayout(false);
     this.m_webTab.ResumeLayout(false);
     this.m_systemTab.ResumeLayout(false);
     this.ResumeLayout(false);
 }