コード例 #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.MessageLabel     = new System.Windows.Forms.Label();
     this.YesButton        = new System.Windows.Forms.Button();
     this.NoButton         = new System.Windows.Forms.Button();
     this.TextBox          = new System.Windows.Forms.TextBox();
     this.SaveButton       = new System.Windows.Forms.Button();
     this.CancelButton     = new System.Windows.Forms.Button();
     this.TopMarginPanel   = new TransparencyMaker.Controls.PanelExtender();
     this.RightMarginPanel = new TransparencyMaker.Controls.PanelExtender();
     this.LeftMarginPanel  = new TransparencyMaker.Controls.PanelExtender();
     this.SuspendLayout();
     //
     // MessageLabel
     //
     this.MessageLabel.BackColor = System.Drawing.Color.Transparent;
     this.MessageLabel.Dock      = System.Windows.Forms.DockStyle.Top;
     this.MessageLabel.ForeColor = System.Drawing.Color.White;
     this.MessageLabel.Location  = new System.Drawing.Point(16, 16);
     this.MessageLabel.Name      = "MessageLabel";
     this.MessageLabel.Size      = new System.Drawing.Size(502, 34);
     this.MessageLabel.TabIndex  = 4;
     this.MessageLabel.Text      = "Are you sure you wish to delete the selected layer?";
     //
     // YesButton
     //
     this.YesButton.BackgroundImage                   = global::TransparencyMaker.Properties.Resources.BlackButton;
     this.YesButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.YesButton.FlatAppearance.BorderSize         = 0;
     this.YesButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.YesButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.YesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.YesButton.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.YesButton.ForeColor = System.Drawing.Color.White;
     this.YesButton.Location  = new System.Drawing.Point(232, 120);
     this.YesButton.Name      = "YesButton";
     this.YesButton.Size      = new System.Drawing.Size(96, 40);
     this.YesButton.TabIndex  = 97;
     this.YesButton.Text      = "Yes";
     this.YesButton.UseVisualStyleBackColor = true;
     this.YesButton.Click      += new System.EventHandler(this.YesButton_Click);
     this.YesButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.YesButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // NoButton
     //
     this.NoButton.BackgroundImage                   = global::TransparencyMaker.Properties.Resources.BlackButton;
     this.NoButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.NoButton.FlatAppearance.BorderSize         = 0;
     this.NoButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.NoButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.NoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.NoButton.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NoButton.ForeColor = System.Drawing.Color.White;
     this.NoButton.Location  = new System.Drawing.Point(343, 120);
     this.NoButton.Name      = "NoButton";
     this.NoButton.Size      = new System.Drawing.Size(96, 40);
     this.NoButton.TabIndex  = 98;
     this.NoButton.Text      = "No";
     this.NoButton.UseVisualStyleBackColor = true;
     this.NoButton.Click      += new System.EventHandler(this.NoButton_Click);
     this.NoButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.NoButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // TextBox
     //
     this.TextBox.Location  = new System.Drawing.Point(80, 64);
     this.TextBox.Multiline = true;
     this.TextBox.Name      = "TextBox";
     this.TextBox.Size      = new System.Drawing.Size(360, 32);
     this.TextBox.TabIndex  = 99;
     //
     // SaveButton
     //
     this.SaveButton.BackgroundImage                   = global::TransparencyMaker.Properties.Resources.BlackButton;
     this.SaveButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.SaveButton.FlatAppearance.BorderSize         = 0;
     this.SaveButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.SaveButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.SaveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SaveButton.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveButton.ForeColor = System.Drawing.Color.White;
     this.SaveButton.Location  = new System.Drawing.Point(232, 120);
     this.SaveButton.Name      = "SaveButton";
     this.SaveButton.Size      = new System.Drawing.Size(96, 40);
     this.SaveButton.TabIndex  = 100;
     this.SaveButton.Text      = "Save";
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Click      += new System.EventHandler(this.SaveButton_Click);
     this.SaveButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.SaveButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // CancelButton
     //
     this.CancelButton.BackgroundImage                   = global::TransparencyMaker.Properties.Resources.BlackButton;
     this.CancelButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.CancelButton.FlatAppearance.BorderSize         = 0;
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CancelButton.ForeColor = System.Drawing.Color.White;
     this.CancelButton.Location  = new System.Drawing.Point(343, 120);
     this.CancelButton.Name      = "CancelButton";
     this.CancelButton.Size      = new System.Drawing.Size(96, 40);
     this.CancelButton.TabIndex  = 101;
     this.CancelButton.Text      = "Cancel";
     this.CancelButton.UseVisualStyleBackColor = true;
     this.CancelButton.Click      += new System.EventHandler(this.CancelButton_Click);
     this.CancelButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.CancelButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // TopMarginPanel
     //
     this.TopMarginPanel.BackColor = System.Drawing.Color.Transparent;
     this.TopMarginPanel.Dock      = System.Windows.Forms.DockStyle.Top;
     this.TopMarginPanel.Location  = new System.Drawing.Point(16, 0);
     this.TopMarginPanel.Name      = "TopMarginPanel";
     this.TopMarginPanel.Size      = new System.Drawing.Size(502, 16);
     this.TopMarginPanel.TabIndex  = 2;
     //
     // RightMarginPanel
     //
     this.RightMarginPanel.BackColor = System.Drawing.Color.Transparent;
     this.RightMarginPanel.Dock      = System.Windows.Forms.DockStyle.Right;
     this.RightMarginPanel.Location  = new System.Drawing.Point(518, 0);
     this.RightMarginPanel.Name      = "RightMarginPanel";
     this.RightMarginPanel.Size      = new System.Drawing.Size(16, 184);
     this.RightMarginPanel.TabIndex  = 1;
     //
     // LeftMarginPanel
     //
     this.LeftMarginPanel.BackColor = System.Drawing.Color.Transparent;
     this.LeftMarginPanel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.LeftMarginPanel.Location  = new System.Drawing.Point(0, 0);
     this.LeftMarginPanel.Name      = "LeftMarginPanel";
     this.LeftMarginPanel.Size      = new System.Drawing.Size(16, 184);
     this.LeftMarginPanel.TabIndex  = 0;
     //
     // DialogControl
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor             = System.Drawing.Color.Transparent;
     this.BackgroundImage       = global::TransparencyMaker.Properties.Resources.Blue_Wall_Very_Small;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.TextBox);
     this.Controls.Add(this.NoButton);
     this.Controls.Add(this.YesButton);
     this.Controls.Add(this.MessageLabel);
     this.Controls.Add(this.TopMarginPanel);
     this.Controls.Add(this.RightMarginPanel);
     this.Controls.Add(this.LeftMarginPanel);
     this.Controls.Add(this.SaveButton);
     this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "DialogControl";
     this.Size = new System.Drawing.Size(534, 184);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.LeftMarginPanel    = new TransparencyMaker.Controls.PanelExtender();
     this.RightMarginPanel   = new TransparencyMaker.Controls.PanelExtender();
     this.TopMarginPanel     = new TransparencyMaker.Controls.PanelExtender();
     this.BottomMarginPanel  = new TransparencyMaker.Controls.PanelExtender();
     this.ToolTip            = new System.Windows.Forms.ToolTip(this.components);
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.UpdateButton       = new System.Windows.Forms.PictureBox();
     this.QueryPanel         = new TransparencyMaker.Controls.PanelExtender();
     this.panel1             = new TransparencyMaker.Controls.PanelExtender();
     this.QueryTextBox       = new System.Windows.Forms.TextBox();
     this.ApplyButtonMargin  = new TransparencyMaker.Controls.PanelExtender();
     this.AbortButton        = new TransparencyMaker.Controls.FuturisticButtonControl();
     this.panel2             = new TransparencyMaker.Controls.PanelExtender();
     this.ApplyButton        = new TransparencyMaker.Controls.FuturisticButtonControl();
     this.QueryTopMargin     = new TransparencyMaker.Controls.PanelExtender();
     this.YouTubePanel       = new TransparencyMaker.Controls.PanelExtender();
     this.LayersControl      = new TransparencyMaker.Controls.LayersControl();
     this.YouTubeButton      = new System.Windows.Forms.PictureBox();
     this.label1             = new System.Windows.Forms.Label();
     this.MessagesLabel      = new System.Windows.Forms.Label();
     this.RightMargin2       = new TransparencyMaker.Controls.PanelExtender();
     this.MainPanel          = new TransparencyMaker.Controls.PanelExtender();
     this.PixelInfo          = new TransparencyMaker.Controls.PixelInformationControl();
     this.Separator2         = new TransparencyMaker.Controls.PanelExtender();
     this.Separator1         = new TransparencyMaker.Controls.PanelExtender();
     this.StartButton        = new System.Windows.Forms.PictureBox();
     this.Canvas             = new System.Windows.Forms.PictureBox();
     this.ButtonPanel        = new TransparencyMaker.Controls.PanelExtender();
     this.IconTopPanel       = new TransparencyMaker.Controls.PanelExtender();
     this.RectangleButton    = new System.Windows.Forms.PictureBox();
     this.IconBottomPanel    = new TransparencyMaker.Controls.PanelExtender();
     this.IconSeperator      = new TransparencyMaker.Controls.PanelExtender();
     this.Margin7            = new TransparencyMaker.Controls.PanelExtender();
     this.ColorPickerButton  = new TransparencyMaker.Controls.FuturisticButtonControl();
     this.Margin6            = new TransparencyMaker.Controls.PanelExtender();
     this.UndoChangesButton  = new TransparencyMaker.Controls.FuturisticButtonControl();
     this.Margin5            = new TransparencyMaker.Controls.PanelExtender();
     this.ResetButton        = new TransparencyMaker.Controls.FuturisticButtonControl();
     this.Margin4            = new TransparencyMaker.Controls.PanelExtender();
     this.SaveAsButton       = new TransparencyMaker.Controls.FuturisticButtonControl();
     this.Margin3            = new TransparencyMaker.Controls.PanelExtender();
     this.SaveButton         = new TransparencyMaker.Controls.FuturisticButtonControl();
     this.Margin2            = new TransparencyMaker.Controls.PanelExtender();
     this.CloseFileButton    = new TransparencyMaker.Controls.FuturisticButtonControl();
     this.ButtonBottomMargin = new TransparencyMaker.Controls.PanelExtender();
     this.Margin1            = new TransparencyMaker.Controls.PanelExtender();
     this.GraphPanel         = new TransparencyMaker.Controls.PanelExtender();
     this.Graph             = new System.Windows.Forms.ProgressBar();
     this.ButtonMarginPanel = new TransparencyMaker.Controls.PanelExtender();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UpdateButton)).BeginInit();
     this.QueryPanel.SuspendLayout();
     this.ApplyButtonMargin.SuspendLayout();
     this.QueryTopMargin.SuspendLayout();
     this.YouTubePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.YouTubeButton)).BeginInit();
     this.MainPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StartButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Canvas)).BeginInit();
     this.ButtonPanel.SuspendLayout();
     this.IconTopPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RectangleButton)).BeginInit();
     this.IconBottomPanel.SuspendLayout();
     this.GraphPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // LeftMarginPanel
     //
     this.LeftMarginPanel.BackColor             = System.Drawing.Color.Transparent;
     this.LeftMarginPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.LeftMarginPanel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.LeftMarginPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftMarginPanel.Name     = "LeftMarginPanel";
     this.LeftMarginPanel.Size     = new System.Drawing.Size(32, 746);
     this.LeftMarginPanel.TabIndex = 2;
     //
     // RightMarginPanel
     //
     this.RightMarginPanel.BackColor             = System.Drawing.Color.Transparent;
     this.RightMarginPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.RightMarginPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.RightMarginPanel.Location = new System.Drawing.Point(1684, 0);
     this.RightMarginPanel.Name     = "RightMarginPanel";
     this.RightMarginPanel.Size     = new System.Drawing.Size(32, 746);
     this.RightMarginPanel.TabIndex = 3;
     //
     // TopMarginPanel
     //
     this.TopMarginPanel.BackColor             = System.Drawing.Color.Transparent;
     this.TopMarginPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.TopMarginPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopMarginPanel.Location = new System.Drawing.Point(32, 0);
     this.TopMarginPanel.Name     = "TopMarginPanel";
     this.TopMarginPanel.Size     = new System.Drawing.Size(1652, 32);
     this.TopMarginPanel.TabIndex = 4;
     //
     // BottomMarginPanel
     //
     this.BottomMarginPanel.BackColor             = System.Drawing.Color.Transparent;
     this.BottomMarginPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.BottomMarginPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomMarginPanel.Location = new System.Drawing.Point(32, 714);
     this.BottomMarginPanel.Name     = "BottomMarginPanel";
     this.BottomMarginPanel.Size     = new System.Drawing.Size(1652, 32);
     this.BottomMarginPanel.TabIndex = 5;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.DeepSkyBlue;
     this.pictureBox1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Location    = new System.Drawing.Point(60, 0);
     this.pictureBox1.MaximumSize = new System.Drawing.Size(48, 48);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(48, 48);
     this.pictureBox1.TabIndex    = 83;
     this.pictureBox1.TabStop     = false;
     this.ToolTip.SetToolTip(this.pictureBox1, "Update Mode");
     this.pictureBox1.Visible = false;
     //
     // UpdateButton
     //
     this.UpdateButton.BackColor             = System.Drawing.Color.DeepSkyBlue;
     this.UpdateButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("UpdateButton.BackgroundImage")));
     this.UpdateButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.UpdateButton.Dock        = System.Windows.Forms.DockStyle.Left;
     this.UpdateButton.Location    = new System.Drawing.Point(0, 0);
     this.UpdateButton.MaximumSize = new System.Drawing.Size(48, 48);
     this.UpdateButton.Name        = "UpdateButton";
     this.UpdateButton.Size        = new System.Drawing.Size(48, 48);
     this.UpdateButton.TabIndex    = 81;
     this.UpdateButton.TabStop     = false;
     this.ToolTip.SetToolTip(this.UpdateButton, "Update Mode");
     this.UpdateButton.Visible = false;
     //
     // QueryPanel
     //
     this.QueryPanel.BackColor = System.Drawing.Color.Transparent;
     this.QueryPanel.Controls.Add(this.panel1);
     this.QueryPanel.Controls.Add(this.QueryTextBox);
     this.QueryPanel.Controls.Add(this.ApplyButtonMargin);
     this.QueryPanel.Controls.Add(this.QueryTopMargin);
     this.QueryPanel.Controls.Add(this.label1);
     this.QueryPanel.Controls.Add(this.MessagesLabel);
     this.QueryPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.QueryPanel.Location = new System.Drawing.Point(1204, 32);
     this.QueryPanel.Name     = "QueryPanel";
     this.QueryPanel.Size     = new System.Drawing.Size(480, 682);
     this.QueryPanel.TabIndex = 73;
     this.QueryPanel.Visible  = false;
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 414);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(480, 12);
     this.panel1.TabIndex = 41;
     //
     // QueryTextBox
     //
     this.QueryTextBox.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.QueryTextBox.Location   = new System.Drawing.Point(0, 200);
     this.QueryTextBox.Multiline  = true;
     this.QueryTextBox.Name       = "QueryTextBox";
     this.QueryTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.QueryTextBox.Size       = new System.Drawing.Size(480, 226);
     this.QueryTextBox.TabIndex   = 40;
     this.QueryTextBox.Text       = "Hide Pixels Where";
     //
     // ApplyButtonMargin
     //
     this.ApplyButtonMargin.Controls.Add(this.AbortButton);
     this.ApplyButtonMargin.Controls.Add(this.panel2);
     this.ApplyButtonMargin.Controls.Add(this.ApplyButton);
     this.ApplyButtonMargin.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ApplyButtonMargin.Location = new System.Drawing.Point(0, 426);
     this.ApplyButtonMargin.Name     = "ApplyButtonMargin";
     this.ApplyButtonMargin.Size     = new System.Drawing.Size(480, 96);
     this.ApplyButtonMargin.TabIndex = 38;
     //
     // AbortButton
     //
     this.AbortButton.BackColor             = System.Drawing.Color.Transparent;
     this.AbortButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.AbortButton.BorderSize            = 0;
     this.AbortButton.ButtonNumber          = 8;
     this.AbortButton.ButtonType            = TransparencyMaker.Enumerations.ButtonTypeEnum.Abort;
     this.AbortButton.ClickHandler          = null;
     this.AbortButton.Dock        = System.Windows.Forms.DockStyle.Left;
     this.AbortButton.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AbortButton.Location    = new System.Drawing.Point(108, 0);
     this.AbortButton.Margin      = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.AbortButton.MaximumSize = new System.Drawing.Size(96, 96);
     this.AbortButton.MinimumSize = new System.Drawing.Size(96, 96);
     this.AbortButton.Name        = "AbortButton";
     this.AbortButton.Size        = new System.Drawing.Size(96, 96);
     this.AbortButton.TabIndex    = 84;
     this.AbortButton.Visible     = false;
     this.AbortButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.AbortButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(96, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(12, 96);
     this.panel2.TabIndex = 83;
     //
     // ApplyButton
     //
     this.ApplyButton.BackColor    = System.Drawing.Color.Transparent;
     this.ApplyButton.BorderSize   = 0;
     this.ApplyButton.ButtonNumber = 7;
     this.ApplyButton.ButtonType   = TransparencyMaker.Enumerations.ButtonTypeEnum.Apply;
     this.ApplyButton.ClickHandler = null;
     this.ApplyButton.Dock         = System.Windows.Forms.DockStyle.Left;
     this.ApplyButton.Font         = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ApplyButton.Location     = new System.Drawing.Point(0, 0);
     this.ApplyButton.Margin       = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.ApplyButton.MaximumSize  = new System.Drawing.Size(96, 96);
     this.ApplyButton.MinimumSize  = new System.Drawing.Size(96, 96);
     this.ApplyButton.Name         = "ApplyButton";
     this.ApplyButton.Size         = new System.Drawing.Size(96, 96);
     this.ApplyButton.TabIndex     = 38;
     //
     // QueryTopMargin
     //
     this.QueryTopMargin.BackColor = System.Drawing.Color.Transparent;
     this.QueryTopMargin.Controls.Add(this.YouTubePanel);
     this.QueryTopMargin.Dock     = System.Windows.Forms.DockStyle.Top;
     this.QueryTopMargin.Location = new System.Drawing.Point(0, 0);
     this.QueryTopMargin.Name     = "QueryTopMargin";
     this.QueryTopMargin.Size     = new System.Drawing.Size(480, 200);
     this.QueryTopMargin.TabIndex = 25;
     //
     // YouTubePanel
     //
     this.YouTubePanel.Controls.Add(this.LayersControl);
     this.YouTubePanel.Controls.Add(this.YouTubeButton);
     this.YouTubePanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.YouTubePanel.Location = new System.Drawing.Point(0, 0);
     this.YouTubePanel.Name     = "YouTubePanel";
     this.YouTubePanel.Size     = new System.Drawing.Size(480, 180);
     this.YouTubePanel.TabIndex = 107;
     //
     // LayersControl
     //
     this.LayersControl.BackColor   = System.Drawing.Color.Transparent;
     this.LayersControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LayersControl.Dock        = System.Windows.Forms.DockStyle.Left;
     this.LayersControl.Location    = new System.Drawing.Point(0, 0);
     this.LayersControl.Name        = "LayersControl";
     this.LayersControl.Size        = new System.Drawing.Size(236, 180);
     this.LayersControl.TabIndex    = 66;
     this.LayersControl.Visible     = false;
     //
     // YouTubeButton
     //
     this.YouTubeButton.BackgroundImage       = global::TransparencyMaker.Properties.Resources.YouTube;
     this.YouTubeButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.YouTubeButton.Dock        = System.Windows.Forms.DockStyle.Right;
     this.YouTubeButton.Location    = new System.Drawing.Point(320, 0);
     this.YouTubeButton.MaximumSize = new System.Drawing.Size(160, 80);
     this.YouTubeButton.Name        = "YouTubeButton";
     this.YouTubeButton.Size        = new System.Drawing.Size(160, 80);
     this.YouTubeButton.TabIndex    = 65;
     this.YouTubeButton.TabStop     = false;
     this.YouTubeButton.Click      += new System.EventHandler(this.YouTubeButton_Click);
     this.YouTubeButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.YouTubeButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.label1.ForeColor = System.Drawing.Color.Yellow;
     this.label1.Location  = new System.Drawing.Point(0, 522);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(480, 40);
     this.label1.TabIndex  = 23;
     this.label1.Text      = "Messages:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // MessagesLabel
     //
     this.MessagesLabel.BackColor = System.Drawing.Color.Transparent;
     this.MessagesLabel.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.MessagesLabel.ForeColor = System.Drawing.Color.GhostWhite;
     this.MessagesLabel.Location  = new System.Drawing.Point(0, 562);
     this.MessagesLabel.Name      = "MessagesLabel";
     this.MessagesLabel.Size      = new System.Drawing.Size(480, 120);
     this.MessagesLabel.TabIndex  = 22;
     this.MessagesLabel.Text      = "Ready";
     //
     // RightMargin2
     //
     this.RightMargin2.BackColor             = System.Drawing.Color.Transparent;
     this.RightMargin2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.RightMargin2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.RightMargin2.Location = new System.Drawing.Point(1188, 32);
     this.RightMargin2.Name     = "RightMargin2";
     this.RightMargin2.Size     = new System.Drawing.Size(16, 682);
     this.RightMargin2.TabIndex = 77;
     //
     // MainPanel
     //
     this.MainPanel.BackColor             = System.Drawing.Color.Transparent;
     this.MainPanel.BackgroundImage       = global::TransparencyMaker.Properties.Resources.Gray_Slate_Small;
     this.MainPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.MainPanel.Controls.Add(this.PixelInfo);
     this.MainPanel.Controls.Add(this.Separator2);
     this.MainPanel.Controls.Add(this.Separator1);
     this.MainPanel.Controls.Add(this.StartButton);
     this.MainPanel.Controls.Add(this.Canvas);
     this.MainPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MainPanel.Location = new System.Drawing.Point(32, 32);
     this.MainPanel.Name     = "MainPanel";
     this.MainPanel.Size     = new System.Drawing.Size(1156, 526);
     this.MainPanel.TabIndex = 78;
     //
     // PixelInfo
     //
     this.PixelInfo.BackColor             = System.Drawing.Color.LightYellow;
     this.PixelInfo.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("PixelInfo.BackgroundImage")));
     this.PixelInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.PixelInfo.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.PixelInfo.Font     = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PixelInfo.Location = new System.Drawing.Point(208, 142);
     this.PixelInfo.Margin   = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.PixelInfo.Name     = "PixelInfo";
     this.PixelInfo.Pixel    = null;
     this.PixelInfo.Size     = new System.Drawing.Size(338, 236);
     this.PixelInfo.TabIndex = 0;
     this.PixelInfo.Visible  = false;
     //
     // Separator2
     //
     this.Separator2.BackColor             = System.Drawing.Color.Transparent;
     this.Separator2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Separator2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Separator2.Location = new System.Drawing.Point(736, 0);
     this.Separator2.Name     = "Separator2";
     this.Separator2.Size     = new System.Drawing.Size(16, 526);
     this.Separator2.TabIndex = 26;
     //
     // Separator1
     //
     this.Separator1.BackColor             = System.Drawing.Color.Transparent;
     this.Separator1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Separator1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Separator1.Location = new System.Drawing.Point(720, 0);
     this.Separator1.Name     = "Separator1";
     this.Separator1.Size     = new System.Drawing.Size(16, 526);
     this.Separator1.TabIndex = 25;
     //
     // StartButton
     //
     this.StartButton.BackColor             = System.Drawing.Color.Transparent;
     this.StartButton.BackgroundImage       = global::TransparencyMaker.Properties.Resources.StartSmall;
     this.StartButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.StartButton.Location    = new System.Drawing.Point(255, 212);
     this.StartButton.Name        = "StartButton";
     this.StartButton.Size        = new System.Drawing.Size(701, 258);
     this.StartButton.TabIndex    = 2;
     this.StartButton.TabStop     = false;
     this.StartButton.Click      += new System.EventHandler(this.StartButton_Click);
     this.StartButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.StartButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // Canvas
     //
     this.Canvas.BackColor             = System.Drawing.Color.Transparent;
     this.Canvas.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Canvas.Dock        = System.Windows.Forms.DockStyle.Left;
     this.Canvas.Location    = new System.Drawing.Point(0, 0);
     this.Canvas.Name        = "Canvas";
     this.Canvas.Size        = new System.Drawing.Size(720, 526);
     this.Canvas.TabIndex    = 24;
     this.Canvas.TabStop     = false;
     this.Canvas.Visible     = false;
     this.Canvas.Click      += new System.EventHandler(this.Canvas_Click);
     this.Canvas.MouseEnter += new System.EventHandler(this.Canvas_MouseEnter);
     this.Canvas.MouseLeave += new System.EventHandler(this.Canvas_MouseLeave);
     //
     // ButtonPanel
     //
     this.ButtonPanel.BackColor             = System.Drawing.Color.Transparent;
     this.ButtonPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ButtonPanel.Controls.Add(this.IconTopPanel);
     this.ButtonPanel.Controls.Add(this.IconBottomPanel);
     this.ButtonPanel.Controls.Add(this.Margin7);
     this.ButtonPanel.Controls.Add(this.ColorPickerButton);
     this.ButtonPanel.Controls.Add(this.Margin6);
     this.ButtonPanel.Controls.Add(this.UndoChangesButton);
     this.ButtonPanel.Controls.Add(this.Margin5);
     this.ButtonPanel.Controls.Add(this.ResetButton);
     this.ButtonPanel.Controls.Add(this.Margin4);
     this.ButtonPanel.Controls.Add(this.SaveAsButton);
     this.ButtonPanel.Controls.Add(this.Margin3);
     this.ButtonPanel.Controls.Add(this.SaveButton);
     this.ButtonPanel.Controls.Add(this.Margin2);
     this.ButtonPanel.Controls.Add(this.CloseFileButton);
     this.ButtonPanel.Controls.Add(this.ButtonBottomMargin);
     this.ButtonPanel.Controls.Add(this.Margin1);
     this.ButtonPanel.Controls.Add(this.GraphPanel);
     this.ButtonPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonPanel.Location = new System.Drawing.Point(32, 574);
     this.ButtonPanel.Name     = "ButtonPanel";
     this.ButtonPanel.Size     = new System.Drawing.Size(1156, 140);
     this.ButtonPanel.TabIndex = 79;
     this.ButtonPanel.Visible  = false;
     //
     // IconTopPanel
     //
     this.IconTopPanel.BackColor             = System.Drawing.Color.Transparent;
     this.IconTopPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.IconTopPanel.Controls.Add(this.RectangleButton);
     this.IconTopPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this.IconTopPanel.Location    = new System.Drawing.Point(688, 12);
     this.IconTopPanel.MaximumSize = new System.Drawing.Size(600, 48);
     this.IconTopPanel.Name        = "IconTopPanel";
     this.IconTopPanel.Size        = new System.Drawing.Size(468, 48);
     this.IconTopPanel.TabIndex    = 105;
     //
     // RectangleButton
     //
     this.RectangleButton.BackColor             = System.Drawing.Color.DeepSkyBlue;
     this.RectangleButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.RectangleButton.Dock        = System.Windows.Forms.DockStyle.Left;
     this.RectangleButton.Location    = new System.Drawing.Point(0, 0);
     this.RectangleButton.MaximumSize = new System.Drawing.Size(48, 48);
     this.RectangleButton.Name        = "RectangleButton";
     this.RectangleButton.Size        = new System.Drawing.Size(48, 48);
     this.RectangleButton.TabIndex    = 81;
     this.RectangleButton.TabStop     = false;
     this.RectangleButton.Visible     = false;
     //
     // IconBottomPanel
     //
     this.IconBottomPanel.BackColor             = System.Drawing.Color.Transparent;
     this.IconBottomPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.IconBottomPanel.Controls.Add(this.pictureBox1);
     this.IconBottomPanel.Controls.Add(this.IconSeperator);
     this.IconBottomPanel.Controls.Add(this.UpdateButton);
     this.IconBottomPanel.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.IconBottomPanel.Location    = new System.Drawing.Point(688, 76);
     this.IconBottomPanel.MaximumSize = new System.Drawing.Size(600, 48);
     this.IconBottomPanel.Name        = "IconBottomPanel";
     this.IconBottomPanel.Size        = new System.Drawing.Size(468, 48);
     this.IconBottomPanel.TabIndex    = 104;
     //
     // IconSeperator
     //
     this.IconSeperator.Dock     = System.Windows.Forms.DockStyle.Left;
     this.IconSeperator.Location = new System.Drawing.Point(48, 0);
     this.IconSeperator.Name     = "IconSeperator";
     this.IconSeperator.Size     = new System.Drawing.Size(12, 48);
     this.IconSeperator.TabIndex = 82;
     //
     // Margin7
     //
     this.Margin7.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Margin7.Location = new System.Drawing.Point(672, 12);
     this.Margin7.Name     = "Margin7";
     this.Margin7.Size     = new System.Drawing.Size(16, 112);
     this.Margin7.TabIndex = 103;
     //
     // ColorPickerButton
     //
     this.ColorPickerButton.BackColor    = System.Drawing.Color.Transparent;
     this.ColorPickerButton.BorderSize   = 0;
     this.ColorPickerButton.ButtonNumber = 6;
     this.ColorPickerButton.ButtonType   = TransparencyMaker.Enumerations.ButtonTypeEnum.ColorPicker;
     this.ColorPickerButton.ClickHandler = null;
     this.ColorPickerButton.Dock         = System.Windows.Forms.DockStyle.Left;
     this.ColorPickerButton.Font         = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ColorPickerButton.Location     = new System.Drawing.Point(576, 12);
     this.ColorPickerButton.Margin       = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.ColorPickerButton.Name         = "ColorPickerButton";
     this.ColorPickerButton.Size         = new System.Drawing.Size(96, 112);
     this.ColorPickerButton.TabIndex     = 102;
     this.ColorPickerButton.Visible      = false;
     //
     // Margin6
     //
     this.Margin6.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Margin6.Location = new System.Drawing.Point(560, 12);
     this.Margin6.Name     = "Margin6";
     this.Margin6.Size     = new System.Drawing.Size(16, 112);
     this.Margin6.TabIndex = 101;
     //
     // UndoChangesButton
     //
     this.UndoChangesButton.BackColor    = System.Drawing.Color.Transparent;
     this.UndoChangesButton.BorderSize   = 0;
     this.UndoChangesButton.ButtonNumber = 5;
     this.UndoChangesButton.ButtonType   = TransparencyMaker.Enumerations.ButtonTypeEnum.Undo;
     this.UndoChangesButton.ClickHandler = null;
     this.UndoChangesButton.Dock         = System.Windows.Forms.DockStyle.Left;
     this.UndoChangesButton.Font         = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UndoChangesButton.Location     = new System.Drawing.Point(464, 12);
     this.UndoChangesButton.Margin       = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.UndoChangesButton.Name         = "UndoChangesButton";
     this.UndoChangesButton.Size         = new System.Drawing.Size(96, 112);
     this.UndoChangesButton.TabIndex     = 100;
     this.UndoChangesButton.Visible      = false;
     //
     // Margin5
     //
     this.Margin5.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Margin5.Location = new System.Drawing.Point(448, 12);
     this.Margin5.Name     = "Margin5";
     this.Margin5.Size     = new System.Drawing.Size(16, 112);
     this.Margin5.TabIndex = 99;
     //
     // ResetButton
     //
     this.ResetButton.BackColor    = System.Drawing.Color.Transparent;
     this.ResetButton.BorderSize   = 0;
     this.ResetButton.ButtonNumber = 4;
     this.ResetButton.ButtonType   = TransparencyMaker.Enumerations.ButtonTypeEnum.Reset;
     this.ResetButton.ClickHandler = null;
     this.ResetButton.Dock         = System.Windows.Forms.DockStyle.Left;
     this.ResetButton.Font         = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ResetButton.Location     = new System.Drawing.Point(352, 12);
     this.ResetButton.Margin       = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.ResetButton.Name         = "ResetButton";
     this.ResetButton.Size         = new System.Drawing.Size(96, 112);
     this.ResetButton.TabIndex     = 98;
     this.ResetButton.Visible      = false;
     //
     // Margin4
     //
     this.Margin4.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Margin4.Location = new System.Drawing.Point(336, 12);
     this.Margin4.Name     = "Margin4";
     this.Margin4.Size     = new System.Drawing.Size(16, 112);
     this.Margin4.TabIndex = 97;
     //
     // SaveAsButton
     //
     this.SaveAsButton.BackColor    = System.Drawing.Color.Transparent;
     this.SaveAsButton.BorderSize   = 0;
     this.SaveAsButton.ButtonNumber = 3;
     this.SaveAsButton.ButtonType   = TransparencyMaker.Enumerations.ButtonTypeEnum.SaveAs;
     this.SaveAsButton.ClickHandler = null;
     this.SaveAsButton.Dock         = System.Windows.Forms.DockStyle.Left;
     this.SaveAsButton.Font         = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveAsButton.Location     = new System.Drawing.Point(240, 12);
     this.SaveAsButton.Margin       = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.SaveAsButton.Name         = "SaveAsButton";
     this.SaveAsButton.Size         = new System.Drawing.Size(96, 112);
     this.SaveAsButton.TabIndex     = 96;
     this.SaveAsButton.Visible      = false;
     //
     // Margin3
     //
     this.Margin3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Margin3.Location = new System.Drawing.Point(224, 12);
     this.Margin3.Name     = "Margin3";
     this.Margin3.Size     = new System.Drawing.Size(16, 112);
     this.Margin3.TabIndex = 95;
     //
     // SaveButton
     //
     this.SaveButton.BackColor    = System.Drawing.Color.Transparent;
     this.SaveButton.BorderSize   = 0;
     this.SaveButton.ButtonNumber = 2;
     this.SaveButton.ButtonType   = TransparencyMaker.Enumerations.ButtonTypeEnum.Save;
     this.SaveButton.ClickHandler = null;
     this.SaveButton.Dock         = System.Windows.Forms.DockStyle.Left;
     this.SaveButton.Font         = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveButton.Location     = new System.Drawing.Point(128, 12);
     this.SaveButton.Margin       = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.SaveButton.Name         = "SaveButton";
     this.SaveButton.Size         = new System.Drawing.Size(96, 112);
     this.SaveButton.TabIndex     = 94;
     this.SaveButton.Visible      = false;
     //
     // Margin2
     //
     this.Margin2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Margin2.Location = new System.Drawing.Point(112, 12);
     this.Margin2.Name     = "Margin2";
     this.Margin2.Size     = new System.Drawing.Size(16, 112);
     this.Margin2.TabIndex = 93;
     //
     // CloseFileButton
     //
     this.CloseFileButton.BackColor    = System.Drawing.Color.Transparent;
     this.CloseFileButton.BorderSize   = 0;
     this.CloseFileButton.ButtonNumber = 1;
     this.CloseFileButton.ButtonType   = TransparencyMaker.Enumerations.ButtonTypeEnum.Close;
     this.CloseFileButton.ClickHandler = null;
     this.CloseFileButton.Dock         = System.Windows.Forms.DockStyle.Left;
     this.CloseFileButton.Font         = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CloseFileButton.Location     = new System.Drawing.Point(16, 12);
     this.CloseFileButton.Margin       = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.CloseFileButton.Name         = "CloseFileButton";
     this.CloseFileButton.Size         = new System.Drawing.Size(96, 112);
     this.CloseFileButton.TabIndex     = 92;
     this.CloseFileButton.Visible      = false;
     //
     // ButtonBottomMargin
     //
     this.ButtonBottomMargin.BackColor             = System.Drawing.Color.Transparent;
     this.ButtonBottomMargin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ButtonBottomMargin.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonBottomMargin.Location = new System.Drawing.Point(16, 124);
     this.ButtonBottomMargin.Name     = "ButtonBottomMargin";
     this.ButtonBottomMargin.Size     = new System.Drawing.Size(1140, 16);
     this.ButtonBottomMargin.TabIndex = 83;
     //
     // Margin1
     //
     this.Margin1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Margin1.Location = new System.Drawing.Point(0, 12);
     this.Margin1.Name     = "Margin1";
     this.Margin1.Size     = new System.Drawing.Size(16, 128);
     this.Margin1.TabIndex = 67;
     //
     // GraphPanel
     //
     this.GraphPanel.Controls.Add(this.Graph);
     this.GraphPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.GraphPanel.Location = new System.Drawing.Point(0, 0);
     this.GraphPanel.Name     = "GraphPanel";
     this.GraphPanel.Size     = new System.Drawing.Size(1156, 12);
     this.GraphPanel.TabIndex = 20;
     //
     // Graph
     //
     this.Graph.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Graph.Location = new System.Drawing.Point(0, 0);
     this.Graph.Name     = "Graph";
     this.Graph.Size     = new System.Drawing.Size(1156, 12);
     this.Graph.TabIndex = 1;
     this.Graph.Visible  = false;
     //
     // ButtonMarginPanel
     //
     this.ButtonMarginPanel.BackColor             = System.Drawing.Color.Transparent;
     this.ButtonMarginPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ButtonMarginPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonMarginPanel.Location = new System.Drawing.Point(32, 558);
     this.ButtonMarginPanel.Name     = "ButtonMarginPanel";
     this.ButtonMarginPanel.Size     = new System.Drawing.Size(1156, 16);
     this.ButtonMarginPanel.TabIndex = 80;
     //
     // MainForm
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackgroundImage       = global::TransparencyMaker.Properties.Resources.Dark_Slate_Small;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1716, 746);
     this.Controls.Add(this.MainPanel);
     this.Controls.Add(this.ButtonMarginPanel);
     this.Controls.Add(this.ButtonPanel);
     this.Controls.Add(this.RightMargin2);
     this.Controls.Add(this.QueryPanel);
     this.Controls.Add(this.BottomMarginPanel);
     this.Controls.Add(this.TopMarginPanel);
     this.Controls.Add(this.RightMarginPanel);
     this.Controls.Add(this.LeftMarginPanel);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name           = "MainForm";
     this.Text           = "Transparency Maker 2.0";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Activated     += new System.EventHandler(this.MainForm_Activated);
     this.Resize        += new System.EventHandler(this.MainForm_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UpdateButton)).EndInit();
     this.QueryPanel.ResumeLayout(false);
     this.QueryPanel.PerformLayout();
     this.ApplyButtonMargin.ResumeLayout(false);
     this.QueryTopMargin.ResumeLayout(false);
     this.YouTubePanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.YouTubeButton)).EndInit();
     this.MainPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.StartButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Canvas)).EndInit();
     this.ButtonPanel.ResumeLayout(false);
     this.IconTopPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.RectangleButton)).EndInit();
     this.IconBottomPanel.ResumeLayout(false);
     this.GraphPanel.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.TopMarginPanel    = new TransparencyMaker.Controls.PanelExtender();
     this.BottomMarginPanel = new TransparencyMaker.Controls.PanelExtender();
     this.LeftMarginPanel   = new TransparencyMaker.Controls.PanelExtender();
     this.RightMarginPanel  = new TransparencyMaker.Controls.PanelExtender();
     this.TitleLabel        = new System.Windows.Forms.Label();
     this.Image             = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.Image)).BeginInit();
     this.SuspendLayout();
     //
     // TopMarginPanel
     //
     this.TopMarginPanel.BackColor   = System.Drawing.Color.Transparent;
     this.TopMarginPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this.TopMarginPanel.Location    = new System.Drawing.Point(0, 0);
     this.TopMarginPanel.Margin      = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.TopMarginPanel.Name        = "TopMarginPanel";
     this.TopMarginPanel.Size        = new System.Drawing.Size(256, 4);
     this.TopMarginPanel.TabIndex    = 0;
     this.TopMarginPanel.MouseEnter += new System.EventHandler(this.Button_Enter);
     //
     // BottomMarginPanel
     //
     this.BottomMarginPanel.BackColor   = System.Drawing.Color.Transparent;
     this.BottomMarginPanel.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.BottomMarginPanel.Location    = new System.Drawing.Point(0, 252);
     this.BottomMarginPanel.Margin      = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.BottomMarginPanel.Name        = "BottomMarginPanel";
     this.BottomMarginPanel.Size        = new System.Drawing.Size(256, 4);
     this.BottomMarginPanel.TabIndex    = 2;
     this.BottomMarginPanel.MouseEnter += new System.EventHandler(this.Button_Enter);
     //
     // LeftMarginPanel
     //
     this.LeftMarginPanel.BackColor   = System.Drawing.Color.Transparent;
     this.LeftMarginPanel.Dock        = System.Windows.Forms.DockStyle.Left;
     this.LeftMarginPanel.Location    = new System.Drawing.Point(0, 4);
     this.LeftMarginPanel.Margin      = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.LeftMarginPanel.Name        = "LeftMarginPanel";
     this.LeftMarginPanel.Size        = new System.Drawing.Size(4, 248);
     this.LeftMarginPanel.TabIndex    = 3;
     this.LeftMarginPanel.MouseEnter += new System.EventHandler(this.Button_Enter);
     //
     // RightMarginPanel
     //
     this.RightMarginPanel.BackColor   = System.Drawing.Color.Transparent;
     this.RightMarginPanel.Dock        = System.Windows.Forms.DockStyle.Right;
     this.RightMarginPanel.Location    = new System.Drawing.Point(252, 4);
     this.RightMarginPanel.Margin      = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.RightMarginPanel.Name        = "RightMarginPanel";
     this.RightMarginPanel.Size        = new System.Drawing.Size(4, 248);
     this.RightMarginPanel.TabIndex    = 4;
     this.RightMarginPanel.MouseEnter += new System.EventHandler(this.Button_Enter);
     //
     // TitleLabel
     //
     this.TitleLabel.BackColor         = System.Drawing.Color.Transparent;
     this.TitleLabel.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.TitleLabel.ForeColor         = System.Drawing.Color.LemonChiffon;
     this.TitleLabel.Location          = new System.Drawing.Point(4, 228);
     this.TitleLabel.Margin            = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.TitleLabel.Name              = "TitleLabel";
     this.TitleLabel.Size              = new System.Drawing.Size(248, 24);
     this.TitleLabel.TabIndex          = 5;
     this.TitleLabel.Text              = "Button Text";
     this.TitleLabel.TextAlign         = System.Drawing.ContentAlignment.MiddleCenter;
     this.TitleLabel.ForeColorChanged += new System.EventHandler(this.TitleLabel_ForeColorChanged);
     this.TitleLabel.Click            += new System.EventHandler(this.Button_Click);
     this.TitleLabel.MouseEnter       += new System.EventHandler(this.Button_Enter);
     //
     // Image
     //
     this.Image.BackColor             = System.Drawing.Color.Transparent;
     this.Image.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Image.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.Image.ErrorImage   = null;
     this.Image.InitialImage = null;
     this.Image.Location     = new System.Drawing.Point(4, 4);
     this.Image.Name         = "Image";
     this.Image.Size         = new System.Drawing.Size(248, 224);
     this.Image.TabIndex     = 7;
     this.Image.TabStop      = false;
     this.Image.Click       += new System.EventHandler(this.Button_Click);
     this.Image.MouseEnter  += new System.EventHandler(this.Button_Enter);
     //
     // FuturisticButtonControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.Image);
     this.Controls.Add(this.TitleLabel);
     this.Controls.Add(this.RightMarginPanel);
     this.Controls.Add(this.LeftMarginPanel);
     this.Controls.Add(this.BottomMarginPanel);
     this.Controls.Add(this.TopMarginPanel);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin         = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.Name           = "FuturisticButtonControl";
     this.Size           = new System.Drawing.Size(256, 256);
     ((System.ComponentModel.ISupportInitialize)(this.Image)).EndInit();
     this.ResumeLayout(false);
 }