Beispiel #1
0
        private void roundButton1_Click(object sender, EventArgs e)
        {
            //WildMouse.SmoothControls.MessageBox.Show(this, "Cameron Rules", "Important Message", MessageBoxButtons.AbortRetryIgnore, MessageBoxIcon.Information);
            //horizontalSlider1.Value = 25;

            WildMouse.SmoothControls.ListHeaderClass      CurHeader;
            WildMouse.SmoothControls.ListHeaderCollection Headers = new WildMouse.SmoothControls.ListHeaderCollection();

            for (int i = 0; i < 3; i++)
            {
                CurHeader           = new WildMouse.SmoothControls.ListHeaderClass();
                CurHeader.Text      = "Header " + i.ToString();
                CurHeader.Width     = 70;
                CurHeader.TextAlign = ContentAlignment.MiddleCenter;
                Headers.Add(CurHeader);
            }

            //listViewHeader1.Headers = Headers;

            listView1.Headers = Headers;

            WildMouse.SmoothControls.ListItem    Item;
            WildMouse.SmoothControls.ListSubItem SubItem;

            //for (int i = 0; i < 20; i++)
            //{
            Item    = new WildMouse.SmoothControls.ListItem();
            SubItem = new WildMouse.SmoothControls.ListSubItem();

            Item.Text    = "cameron " + Counter.ToString();
            SubItem.Text = "Casey " + Counter.ToString();

            Item.SubItems.Add(SubItem);
            Item.SubItems.Add(new WildMouse.SmoothControls.ListSubItem("Michelle"));

            listView1.Items.Add(Item);
            //listViewRow1.ListInfo = Item;

            Counter++;
            //}
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WildMouse.SmoothControls.ListHeaderCollection listHeaderCollection1 = new WildMouse.SmoothControls.ListHeaderCollection();
     this.HeaderBar = new WildMouse.SmoothControls.ListHeader();
     this.SuspendLayout();
     //
     // ListScroller
     //
     this.ListScroller.Location = new System.Drawing.Point(165, 0);
     this.ListScroller.Size     = new System.Drawing.Size(17, 178);
     //
     // ElementsPanel
     //
     this.ElementsPanel.Location = new System.Drawing.Point(1, 24);
     this.ElementsPanel.Size     = new System.Drawing.Size(158, 153);
     //
     // HeaderBar
     //
     this.HeaderBar.Headers  = listHeaderCollection1;
     this.HeaderBar.Location = new System.Drawing.Point(0, 0);
     this.HeaderBar.Name     = "HeaderBar";
     this.HeaderBar.Size     = new System.Drawing.Size(160, 18);
     this.HeaderBar.TabIndex = 1;
     //
     // ListView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.HeaderBar);
     this.Name = "ListView";
     this.Size = new System.Drawing.Size(182, 178);
     this.Controls.SetChildIndex(this.ElementsPanel, 0);
     this.Controls.SetChildIndex(this.ListScroller, 0);
     this.Controls.SetChildIndex(this.HeaderBar, 0);
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     WildMouse.SmoothControls.ListHeaderCollection  listHeaderCollection1 = new WildMouse.SmoothControls.ListHeaderCollection();
     this.label1             = new System.Windows.Forms.Label();
     this.button1            = new System.Windows.Forms.Button();
     this.label3             = new System.Windows.Forms.Label();
     this.workingIndicator1  = new WildMouse.SmoothControls.WorkingIndicator();
     this.smoothLabel2       = new WildMouse.SmoothControls.SmoothLabel();
     this.comboBox1          = new WildMouse.SmoothControls.ComboBox();
     this.smoothLabel1       = new WildMouse.SmoothControls.SmoothLabel();
     this.textBox1           = new WildMouse.SmoothControls.TextBox();
     this.smoothGroupBox1    = new WildMouse.SmoothControls.SmoothGroupBox();
     this.smoothContainer1   = new WildMouse.SmoothControls.SmoothContainer();
     this.tabPanel1          = new WildMouse.SmoothControls.TabPanel();
     this.BackgroundsPanel   = new System.Windows.Forms.Panel();
     this.label2             = new System.Windows.Forms.Label();
     this.AxisLabelsPanel    = new System.Windows.Forms.Panel();
     this.button2            = new System.Windows.Forms.Button();
     this.roundButton1       = new WildMouse.SmoothControls.RoundButton();
     this.horizontalSlider1  = new WildMouse.SmoothControls.HorizontalSlider();
     this.optionButton1      = new WildMouse.SmoothControls.OptionButton();
     this.optionButton2      = new WildMouse.SmoothControls.OptionButton();
     this.listView1          = new WildMouse.SmoothControls.ListView();
     this.verticalScrollBar1 = new WildMouse.SmoothControls.VerticalScrollBar();
     this.checkBox1          = new WildMouse.SmoothControls.CheckBox();
     this.tabPanel1.SuspendLayout();
     this.BackgroundsPanel.SuspendLayout();
     this.AxisLabelsPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(30, 334);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "label1";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(107, 340);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 10;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(147, 443);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(35, 13);
     this.label3.TabIndex = 19;
     this.label3.Text     = "label3";
     //
     // workingIndicator1
     //
     this.workingIndicator1.Location = new System.Drawing.Point(251, 267);
     this.workingIndicator1.Name     = "workingIndicator1";
     this.workingIndicator1.Size     = new System.Drawing.Size(132, 30);
     this.workingIndicator1.TabIndex = 23;
     this.workingIndicator1.Text     = "Cam is Cool";
     //
     // smoothLabel2
     //
     this.smoothLabel2.AutoSize  = true;
     this.smoothLabel2.Bold      = false;
     this.smoothLabel2.FontSize  = 10;
     this.smoothLabel2.Italic    = false;
     this.smoothLabel2.Location  = new System.Drawing.Point(176, 276);
     this.smoothLabel2.Name      = "smoothLabel2";
     this.smoothLabel2.Size      = new System.Drawing.Size(150, 34);
     this.smoothLabel2.TabIndex  = 22;
     this.smoothLabel2.Text      = "hello";
     this.smoothLabel2.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.smoothLabel2.TextColor = System.Drawing.Color.Black;
     //
     // comboBox1
     //
     this.comboBox1.Items.AddRange(new string[] {
         "Hello",
         "My",
         "Name",
         "Is",
         "Bob"
     });
     this.comboBox1.Location      = new System.Drawing.Point(224, 478);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.SelectedIndex = -1;
     this.comboBox1.Size          = new System.Drawing.Size(171, 20);
     this.comboBox1.TabIndex      = 21;
     //
     // smoothLabel1
     //
     this.smoothLabel1.Bold      = false;
     this.smoothLabel1.FontSize  = 8;
     this.smoothLabel1.Italic    = false;
     this.smoothLabel1.Location  = new System.Drawing.Point(245, 513);
     this.smoothLabel1.Name      = "smoothLabel1";
     this.smoothLabel1.Size      = new System.Drawing.Size(150, 23);
     this.smoothLabel1.TabIndex  = 18;
     this.smoothLabel1.Text      = "smoothLabel1";
     this.smoothLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.smoothLabel1.TextColor = System.Drawing.Color.Black;
     //
     // textBox1
     //
     this.textBox1.BackColor  = System.Drawing.Color.White;
     this.textBox1.Location   = new System.Drawing.Point(485, 457);
     this.textBox1.MaxLength  = 32767;
     this.textBox1.Multiline  = false;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox1.ShowBorder = true;
     this.textBox1.Size       = new System.Drawing.Size(150, 23);
     this.textBox1.TabIndex   = 17;
     this.textBox1.Text       = "textBox1";
     //
     // smoothGroupBox1
     //
     this.smoothGroupBox1.Location = new System.Drawing.Point(485, 345);
     this.smoothGroupBox1.Name     = "smoothGroupBox1";
     this.smoothGroupBox1.Size     = new System.Drawing.Size(324, 94);
     this.smoothGroupBox1.TabIndex = 16;
     this.smoothGroupBox1.Text     = "Cameron Carlson Dutro";
     //
     // smoothContainer1
     //
     this.smoothContainer1.Location = new System.Drawing.Point(485, 260);
     this.smoothContainer1.Name     = "smoothContainer1";
     this.smoothContainer1.Size     = new System.Drawing.Size(324, 67);
     this.smoothContainer1.TabIndex = 15;
     //
     // tabPanel1
     //
     this.tabPanel1.Controls.Add(this.BackgroundsPanel);
     this.tabPanel1.Controls.Add(this.AxisLabelsPanel);
     this.tabPanel1.Location    = new System.Drawing.Point(485, 31);
     this.tabPanel1.Name        = "tabPanel1";
     this.tabPanel1.SelectedTab = 0;
     this.tabPanel1.Size        = new System.Drawing.Size(324, 209);
     this.tabPanel1.TabHeight   = 25;
     this.tabPanel1.TabIndex    = 14;
     this.tabPanel1.Tabs        = ((System.Collections.Specialized.StringCollection)(resources.GetObject("tabPanel1.Tabs")));
     //
     // BackgroundsPanel
     //
     this.BackgroundsPanel.Controls.Add(this.label2);
     this.BackgroundsPanel.Location = new System.Drawing.Point(105, 91);
     this.BackgroundsPanel.Name     = "BackgroundsPanel";
     this.BackgroundsPanel.Size     = new System.Drawing.Size(200, 100);
     this.BackgroundsPanel.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(62, 34);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(35, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "label2";
     //
     // AxisLabelsPanel
     //
     this.AxisLabelsPanel.Controls.Add(this.button2);
     this.AxisLabelsPanel.Location = new System.Drawing.Point(12, 41);
     this.AxisLabelsPanel.Name     = "AxisLabelsPanel";
     this.AxisLabelsPanel.Size     = new System.Drawing.Size(236, 120);
     this.AxisLabelsPanel.TabIndex = 1;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(145, 84);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 0;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // roundButton1
     //
     this.roundButton1.BackColor = System.Drawing.Color.Transparent;
     this.roundButton1.FontSize  = 10;
     this.roundButton1.Icon      = null;
     this.roundButton1.Location  = new System.Drawing.Point(201, 401);
     this.roundButton1.Name      = "roundButton1";
     this.roundButton1.Size      = new System.Drawing.Size(196, 23);
     this.roundButton1.State     = WildMouse.SmoothControls.RoundButton.ButtonState.NotPressed;
     this.roundButton1.Sticky    = false;
     this.roundButton1.TabIndex  = 0;
     this.roundButton1.Text      = "roundButton1";
     this.roundButton1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.roundButton1.TextColor = System.Drawing.Color.Black;
     this.roundButton1.Click    += new System.EventHandler(this.roundButton1_Click);
     //
     // horizontalSlider1
     //
     this.horizontalSlider1.Location      = new System.Drawing.Point(192, 440);
     this.horizontalSlider1.Maximum       = 250;
     this.horizontalSlider1.Minimum       = 10;
     this.horizontalSlider1.Name          = "horizontalSlider1";
     this.horizontalSlider1.Size          = new System.Drawing.Size(205, 17);
     this.horizontalSlider1.TabIndex      = 2;
     this.horizontalSlider1.Value         = 50;
     this.horizontalSlider1.ValueChanged += new WildMouse.SmoothControls.HorizontalSlider.ValueChangedEventHandler(this.horizontalSlider1_ValueChanged);
     //
     // optionButton1
     //
     this.optionButton1.Checked     = true;
     this.optionButton1.Location    = new System.Drawing.Point(245, 349);
     this.optionButton1.Name        = "optionButton1";
     this.optionButton1.OptionIndex = 0;
     this.optionButton1.Size        = new System.Drawing.Size(107, 14);
     this.optionButton1.TabIndex    = 11;
     this.optionButton1.Text        = "optionButton1";
     this.optionButton1.TextColor   = System.Drawing.Color.Black;
     //
     // optionButton2
     //
     this.optionButton2.Checked     = false;
     this.optionButton2.Location    = new System.Drawing.Point(245, 369);
     this.optionButton2.Name        = "optionButton2";
     this.optionButton2.OptionIndex = 0;
     this.optionButton2.Size        = new System.Drawing.Size(107, 14);
     this.optionButton2.TabIndex    = 12;
     this.optionButton2.Text        = "optionButton2";
     this.optionButton2.TextColor   = System.Drawing.Color.Black;
     //
     // listView1
     //
     this.listView1.BackColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.listView1.FontSize      = 9;
     this.listView1.Headers       = listHeaderCollection1;
     this.listView1.Location      = new System.Drawing.Point(93, 13);
     this.listView1.Name          = "listView1";
     this.listView1.SelectedIndex = -1;
     this.listView1.Size          = new System.Drawing.Size(270, 248);
     this.listView1.TabIndex      = 8;
     this.listView1.TextColor     = System.Drawing.Color.Empty;
     //
     // verticalScrollBar1
     //
     this.verticalScrollBar1.LargeChange = 15;
     this.verticalScrollBar1.Location    = new System.Drawing.Point(33, 12);
     this.verticalScrollBar1.Maximum     = 2000;
     this.verticalScrollBar1.Minimum     = 0;
     this.verticalScrollBar1.Name        = "verticalScrollBar1";
     this.verticalScrollBar1.Size        = new System.Drawing.Size(17, 309);
     this.verticalScrollBar1.SmallChange = 1;
     this.verticalScrollBar1.TabIndex    = 4;
     this.verticalScrollBar1.Value       = 0;
     //
     // checkBox1
     //
     this.checkBox1.Checked   = true;
     this.checkBox1.Location  = new System.Drawing.Point(251, 316);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.Size      = new System.Drawing.Size(101, 14);
     this.checkBox1.TabIndex  = 3;
     this.checkBox1.Text      = "Check This!!!";
     this.checkBox1.TextColor = System.Drawing.Color.Black;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Gainsboro;
     this.ClientSize          = new System.Drawing.Size(890, 563);
     this.Controls.Add(this.workingIndicator1);
     this.Controls.Add(this.smoothLabel2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.smoothLabel1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.smoothGroupBox1);
     this.Controls.Add(this.smoothContainer1);
     this.Controls.Add(this.tabPanel1);
     this.Controls.Add(this.roundButton1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.horizontalSlider1);
     this.Controls.Add(this.optionButton1);
     this.Controls.Add(this.optionButton2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.verticalScrollBar1);
     this.Controls.Add(this.checkBox1);
     this.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Name      = "Form1";
     this.Text      = "Main Form";
     this.Load     += new System.EventHandler(this.Form1_Load);
     this.tabPanel1.ResumeLayout(false);
     this.tabPanel1.PerformLayout();
     this.BackgroundsPanel.ResumeLayout(false);
     this.BackgroundsPanel.PerformLayout();
     this.AxisLabelsPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     WildMouse.SmoothControls.ListHeaderCollection  listHeaderCollection2 = new WildMouse.SmoothControls.ListHeaderCollection();
     this.button1                = new System.Windows.Forms.Button();
     this.smoothRibbon2          = new WildMouse.SmoothControls.SmoothRibbon();
     this.iconListRow1           = new WildMouse.SmoothControls.IconListRow();
     this.compilationResultList1 = new WildMouse.SmoothControls.CompilationResultList();
     this.codeViewSwitcher1      = new WildMouse.SmoothControls.CodeViewSwitcher();
     this.textBox1               = new WildMouse.SmoothControls.MedusaViewSwitcher();
     this.lvMedusa               = new WildMouse.SmoothControls.ListView();
     this.sequentialListBox1     = new WildMouse.SmoothControls.SequentialListBox();
     this.alphaListBox1          = new WildMouse.SmoothControls.AlphaListBox();
     this.smoothToggleSwitch1    = new WildMouse.SmoothControls.SmoothToggleSwitch();
     this.viewChooser1           = new WildMouse.SmoothControls.ViewChooser();
     this.smoothRibbon1          = new WildMouse.SmoothControls.SmoothRibbon();
     this.ribbonButton4          = new WildMouse.SmoothControls.RibbonButton();
     this.ribbonDivider1         = new WildMouse.SmoothControls.RibbonDivider();
     this.ribbonButton3          = new WildMouse.SmoothControls.RibbonButton();
     this.ribbonButton1          = new WildMouse.SmoothControls.RibbonButton();
     this.ribbonButton2          = new WildMouse.SmoothControls.RibbonButton();
     this.smoothLabel2           = new WildMouse.SmoothControls.SmoothLabel();
     this.listViewRow1           = new WildMouse.SmoothControls.ListRow();
     this.segmentChooser1        = new WildMouse.SmoothControls.SegmentChooser();
     this.colorWell1             = new WildMouse.SmoothControls.ColorWell();
     this.smoothLabel1           = new WildMouse.SmoothControls.SmoothLabel();
     this.smoothRibbon1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(35, 70);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // smoothRibbon2
     //
     this.smoothRibbon2.Expanded    = true;
     this.smoothRibbon2.Location    = new System.Drawing.Point(404, 284);
     this.smoothRibbon2.Name        = "smoothRibbon2";
     this.smoothRibbon2.Orientation = WildMouse.SmoothControls.SmoothRibbon.RibbonOrientation.Down;
     this.smoothRibbon2.Size        = new System.Drawing.Size(314, 124);
     this.smoothRibbon2.TabIndex    = 17;
     this.smoothRibbon2.Text        = "smoothRibbon2";
     //
     // iconListRow1
     //
     this.iconListRow1.FontSize       = 10;
     this.iconListRow1.Icon           = ((System.Drawing.Bitmap)(resources.GetObject("iconListRow1.Icon")));
     this.iconListRow1.Location       = new System.Drawing.Point(239, 389);
     this.iconListRow1.Name           = "iconListRow1";
     this.iconListRow1.Selected       = false;
     this.iconListRow1.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.iconListRow1.Size           = new System.Drawing.Size(150, 23);
     this.iconListRow1.TabIndex       = 16;
     this.iconListRow1.Text           = "iconListRow1";
     this.iconListRow1.TextAlign      = System.Drawing.ContentAlignment.MiddleCenter;
     this.iconListRow1.TextColor      = System.Drawing.Color.Black;
     this.iconListRow1.TextLeft       = 25;
     //
     // compilationResultList1
     //
     this.compilationResultList1.BackColor      = System.Drawing.Color.White;
     this.compilationResultList1.BorderColor    = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     this.compilationResultList1.Location       = new System.Drawing.Point(818, 40);
     this.compilationResultList1.Name           = "compilationResultList1";
     this.compilationResultList1.SelectedIndex  = -1;
     this.compilationResultList1.Size           = new System.Drawing.Size(228, 188);
     this.compilationResultList1.TabIndex       = 15;
     this.compilationResultList1.UseRowColoring = true;
     //
     // codeViewSwitcher1
     //
     this.codeViewSwitcher1.Location = new System.Drawing.Point(42, 489);
     this.codeViewSwitcher1.Name     = "codeViewSwitcher1";
     this.codeViewSwitcher1.Size     = new System.Drawing.Size(316, 22);
     this.codeViewSwitcher1.TabIndex = 13;
     this.codeViewSwitcher1.View     = WildMouse.SmoothControls.CodeViewSwitcher.SelectedView.Microcode;
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.White;
     this.textBox1.Buttons.Add("Split");
     this.textBox1.Buttons.Add("Code");
     this.textBox1.Buttons.Add("ALU");
     this.textBox1.Buttons.Add("M-JUMP");
     this.textBox1.Location      = new System.Drawing.Point(42, 264);
     this.textBox1.Name          = "textBox1";
     this.textBox1.SelectedIndex = 0;
     this.textBox1.Size          = new System.Drawing.Size(306, 23);
     this.textBox1.TabIndex      = 12;
     //
     // lvMedusa
     //
     this.lvMedusa.BackColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.lvMedusa.FontSize      = 9;
     this.lvMedusa.Headers       = listHeaderCollection2;
     this.lvMedusa.Location      = new System.Drawing.Point(450, 246);
     this.lvMedusa.Name          = "lvMedusa";
     this.lvMedusa.SelectedIndex = -1;
     this.lvMedusa.Size          = new System.Drawing.Size(332, 274);
     this.lvMedusa.TabIndex      = 11;
     this.lvMedusa.TextColor     = System.Drawing.Color.Empty;
     //
     // sequentialListBox1
     //
     this.sequentialListBox1.BackColor      = System.Drawing.SystemColors.ButtonHighlight;
     this.sequentialListBox1.BorderColor    = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     this.sequentialListBox1.Location       = new System.Drawing.Point(624, 59);
     this.sequentialListBox1.Name           = "sequentialListBox1";
     this.sequentialListBox1.SelectedIndex  = -1;
     this.sequentialListBox1.Size           = new System.Drawing.Size(168, 159);
     this.sequentialListBox1.TabIndex       = 10;
     this.sequentialListBox1.UseRowColoring = true;
     //
     // alphaListBox1
     //
     this.alphaListBox1.BackColor      = System.Drawing.SystemColors.ButtonHighlight;
     this.alphaListBox1.BorderColor    = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     this.alphaListBox1.Location       = new System.Drawing.Point(450, 59);
     this.alphaListBox1.Name           = "alphaListBox1";
     this.alphaListBox1.SelectedIndex  = -1;
     this.alphaListBox1.Size           = new System.Drawing.Size(168, 160);
     this.alphaListBox1.TabIndex       = 9;
     this.alphaListBox1.UseRowColoring = true;
     //
     // smoothToggleSwitch1
     //
     this.smoothToggleSwitch1.IsOn     = false;
     this.smoothToggleSwitch1.Location = new System.Drawing.Point(239, 341);
     this.smoothToggleSwitch1.Name     = "smoothToggleSwitch1";
     this.smoothToggleSwitch1.Size     = new System.Drawing.Size(65, 22);
     this.smoothToggleSwitch1.TabIndex = 8;
     //
     // viewChooser1
     //
     this.viewChooser1.BackColor     = System.Drawing.Color.WhiteSmoke;
     this.viewChooser1.Location      = new System.Drawing.Point(68, 303);
     this.viewChooser1.Name          = "viewChooser1";
     this.viewChooser1.SelectedIndex = 0;
     this.viewChooser1.Size          = new System.Drawing.Size(125, 154);
     this.viewChooser1.TabIndex      = 7;
     this.viewChooser1.Tabs          = ((System.Collections.Specialized.StringCollection)(resources.GetObject("viewChooser1.Tabs")));
     //
     // smoothRibbon1
     //
     this.smoothRibbon1.Controls.Add(this.ribbonButton4);
     this.smoothRibbon1.Controls.Add(this.ribbonDivider1);
     this.smoothRibbon1.Controls.Add(this.ribbonButton3);
     this.smoothRibbon1.Controls.Add(this.ribbonButton1);
     this.smoothRibbon1.Controls.Add(this.ribbonButton2);
     this.smoothRibbon1.Expanded    = true;
     this.smoothRibbon1.Location    = new System.Drawing.Point(35, 141);
     this.smoothRibbon1.Name        = "smoothRibbon1";
     this.smoothRibbon1.Orientation = WildMouse.SmoothControls.SmoothRibbon.RibbonOrientation.Up;
     this.smoothRibbon1.Size        = new System.Drawing.Size(269, 105);
     this.smoothRibbon1.TabIndex    = 6;
     this.smoothRibbon1.Text        = "Paragraph";
     //
     // ribbonButton4
     //
     this.ribbonButton4.BackColor     = System.Drawing.Color.Transparent;
     this.ribbonButton4.ButtonEnabled = true;
     this.ribbonButton4.ButtonType    = WildMouse.SmoothControls.RibbonButton.RibbonButtonType.Large;
     this.ribbonButton4.Image         = ((System.Drawing.Bitmap)(resources.GetObject("ribbonButton4.Image")));
     this.ribbonButton4.Location      = new System.Drawing.Point(81, 7);
     this.ribbonButton4.Name          = "ribbonButton4";
     this.ribbonButton4.ShortcutKey   = System.Windows.Forms.Keys.None;
     this.ribbonButton4.Size          = new System.Drawing.Size(57, 71);
     this.ribbonButton4.TabIndex      = 10;
     this.ribbonButton4.Text          = "Battery";
     //
     // ribbonDivider1
     //
     this.ribbonDivider1.EndColor    = System.Drawing.Color.Black;
     this.ribbonDivider1.Location    = new System.Drawing.Point(75, 7);
     this.ribbonDivider1.Name        = "ribbonDivider1";
     this.ribbonDivider1.Orientation = WildMouse.SmoothControls.RibbonDivider.DividerOrientation.Vertical;
     this.ribbonDivider1.Size        = new System.Drawing.Size(1, 70);
     this.ribbonDivider1.StartColor  = System.Drawing.Color.White;
     this.ribbonDivider1.TabIndex    = 11;
     //
     // ribbonButton3
     //
     this.ribbonButton3.BackColor     = System.Drawing.Color.Transparent;
     this.ribbonButton3.ButtonEnabled = true;
     this.ribbonButton3.ButtonType    = WildMouse.SmoothControls.RibbonButton.RibbonButtonType.Small;
     this.ribbonButton3.Image         = ((System.Drawing.Bitmap)(resources.GetObject("ribbonButton3.Image")));
     this.ribbonButton3.Location      = new System.Drawing.Point(138, 43);
     this.ribbonButton3.Name          = "ribbonButton3";
     this.ribbonButton3.ShortcutKey   = System.Windows.Forms.Keys.None;
     this.ribbonButton3.Size          = new System.Drawing.Size(99, 30);
     this.ribbonButton3.TabIndex      = 9;
     this.ribbonButton3.Text          = "Internet";
     //
     // ribbonButton1
     //
     this.ribbonButton1.BackColor     = System.Drawing.Color.Transparent;
     this.ribbonButton1.ButtonEnabled = true;
     this.ribbonButton1.ButtonType    = WildMouse.SmoothControls.RibbonButton.RibbonButtonType.Large;
     this.ribbonButton1.Image         = ((System.Drawing.Bitmap)(resources.GetObject("ribbonButton1.Image")));
     this.ribbonButton1.Location      = new System.Drawing.Point(7, 6);
     this.ribbonButton1.Name          = "ribbonButton1";
     this.ribbonButton1.ShortcutKey   = System.Windows.Forms.Keys.None;
     this.ribbonButton1.Size          = new System.Drawing.Size(62, 71);
     this.ribbonButton1.TabIndex      = 7;
     this.ribbonButton1.Text          = "Internet";
     //
     // ribbonButton2
     //
     this.ribbonButton2.BackColor     = System.Drawing.Color.Transparent;
     this.ribbonButton2.ButtonEnabled = true;
     this.ribbonButton2.ButtonType    = WildMouse.SmoothControls.RibbonButton.RibbonButtonType.Small;
     this.ribbonButton2.Image         = ((System.Drawing.Bitmap)(resources.GetObject("ribbonButton2.Image")));
     this.ribbonButton2.Location      = new System.Drawing.Point(138, 7);
     this.ribbonButton2.Name          = "ribbonButton2";
     this.ribbonButton2.ShortcutKey   = System.Windows.Forms.Keys.None;
     this.ribbonButton2.Size          = new System.Drawing.Size(99, 30);
     this.ribbonButton2.TabIndex      = 8;
     this.ribbonButton2.Text          = "Battery";
     //
     // smoothLabel2
     //
     this.smoothLabel2.Bold      = false;
     this.smoothLabel2.FontSize  = 10;
     this.smoothLabel2.Italic    = false;
     this.smoothLabel2.Location  = new System.Drawing.Point(35, 99);
     this.smoothLabel2.Name      = "smoothLabel2";
     this.smoothLabel2.Size      = new System.Drawing.Size(269, 25);
     this.smoothLabel2.TabIndex  = 5;
     this.smoothLabel2.Text      = "smoothLabel2";
     this.smoothLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.smoothLabel2.TextColor = System.Drawing.Color.Black;
     //
     // listViewRow1
     //
     this.listViewRow1.BackColor = System.Drawing.Color.White;
     this.listViewRow1.ListInfo  = null;
     this.listViewRow1.Location  = new System.Drawing.Point(159, 118);
     this.listViewRow1.Name      = "listViewRow1";
     this.listViewRow1.Selected  = false;
     this.listViewRow1.Size      = new System.Drawing.Size(252, 17);
     this.listViewRow1.TabIndex  = 4;
     this.listViewRow1.TextColor = System.Drawing.Color.Empty;
     //
     // segmentChooser1
     //
     this.segmentChooser1.Items         = ((System.Collections.Specialized.StringCollection)(resources.GetObject("segmentChooser1.Items")));
     this.segmentChooser1.Location      = new System.Drawing.Point(247, 70);
     this.segmentChooser1.Name          = "segmentChooser1";
     this.segmentChooser1.SelectedIndex = 2;
     this.segmentChooser1.Size          = new System.Drawing.Size(142, 23);
     this.segmentChooser1.TabIndex      = 2;
     //
     // colorWell1
     //
     this.colorWell1.DisplayColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.colorWell1.Location     = new System.Drawing.Point(159, 12);
     this.colorWell1.Name         = "colorWell1";
     this.colorWell1.Size         = new System.Drawing.Size(166, 29);
     this.colorWell1.TabIndex     = 1;
     //
     // smoothLabel1
     //
     this.smoothLabel1.Bold      = true;
     this.smoothLabel1.FontSize  = 10;
     this.smoothLabel1.Italic    = false;
     this.smoothLabel1.Location  = new System.Drawing.Point(23, 26);
     this.smoothLabel1.Name      = "smoothLabel1";
     this.smoothLabel1.Size      = new System.Drawing.Size(100, 29);
     this.smoothLabel1.TabIndex  = 0;
     this.smoothLabel1.Text      = "Cameron";
     this.smoothLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.smoothLabel1.TextColor = System.Drawing.Color.Black;
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1074, 552);
     this.Controls.Add(this.smoothRibbon2);
     this.Controls.Add(this.iconListRow1);
     this.Controls.Add(this.compilationResultList1);
     this.Controls.Add(this.codeViewSwitcher1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.lvMedusa);
     this.Controls.Add(this.sequentialListBox1);
     this.Controls.Add(this.alphaListBox1);
     this.Controls.Add(this.smoothToggleSwitch1);
     this.Controls.Add(this.viewChooser1);
     this.Controls.Add(this.smoothRibbon1);
     this.Controls.Add(this.smoothLabel2);
     this.Controls.Add(this.listViewRow1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.segmentChooser1);
     this.Controls.Add(this.colorWell1);
     this.Controls.Add(this.smoothLabel1);
     this.Name  = "Form2";
     this.Text  = "Form2";
     this.Load += new System.EventHandler(this.Form2_Load);
     this.smoothRibbon1.ResumeLayout(false);
     this.ResumeLayout(false);
 }