コード例 #1
0
ファイル: HotKeyForm.cs プロジェクト: anthony-hicks/raka-no-f
        private exscape.HotkeyControl createDefaultHotkeyControl(string name_)
        {
            exscape.HotkeyControl hkControl = new exscape.HotkeyControl();

            hkControl.Hotkey          = Keys.None;
            hkControl.HotkeyModifiers = Keys.None;
            hkControl.Name            = name_;
            hkControl.Size            = new Size(125, 20);
            hkControl.Text            = "";

            return(hkControl);
        }
コード例 #2
0
ファイル: HotKeyForm.cs プロジェクト: anthony-hicks/raka-no-f
        public HotKeyForm(HotKeyManager hkManager_)
        {
            InitializeComponent();
            hkManager           = hkManager_;
            this.button1.Click += new EventHandler(this.okButton_Click);
            this.AcceptButton   = this.button1;

            this.Resize      += new System.EventHandler(this.onResize);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.onClose);

            int posx = 50;
            int sumx = 260;
            int posy = 25;
            int sumy = 25;

            for (Position pos = Position.top; pos < Position.noe; pos++)
            {
                HotkeyDisplayControl hkDisplayControl = new HotkeyDisplayControl();

                Label label = Form1.createDefaultLabel(pos.ToString());
                label.Text      = pos.ToString();
                label.Location  = new Point(posx - 40, posy + 30);
                label.ForeColor = Color.Black;

                exscape.HotkeyControl hkControl = createDefaultHotkeyControl(pos.ToString());
                hkControl.TextChanged += new EventHandler(hotkeyControl_TextChanged);
                hkControl.Location     = new Point(posx, posy += 30);

                hkDisplayControl.label            = label;
                hkDisplayControl.hkControl        = hkControl;
                hkDisplayControls[pos.ToString()] = hkDisplayControl;

                this.Controls.Add(label);
                this.Controls.Add(hkControl);
            }

            for (Spell spell = Spell.flash; spell < Spell.noe; spell++)
            {
                HotkeyDisplayControl hkDisplayControl = new HotkeyDisplayControl();

                Label label = Form1.createDefaultLabel(spell.ToString());
                label.Text      = spell.ToString();
                label.Location  = new Point(sumx - 55, sumy + 30);
                label.ForeColor = Color.Black;

                exscape.HotkeyControl hkControl = createDefaultHotkeyControl(spell.ToString());
                hkControl.TextChanged += new EventHandler(hotkeyControl_TextChanged);
                hkControl.Location     = new Point(sumx, sumy += 30);

                hkDisplayControl.label              = label;
                hkDisplayControl.hkControl          = hkControl;
                hkDisplayControls[spell.ToString()] = hkDisplayControl;

                this.Controls.Add(label);
                this.Controls.Add(hkControl);
            }

            HotkeyDisplayControl clearControl = new HotkeyDisplayControl();
            Label clearLabel = Form1.createDefaultLabel("clear");

            clearLabel.Text      = "clear";
            clearLabel.Location  = new Point(sumx - 55, sumy + 30);
            clearLabel.ForeColor = Color.Black;

            exscape.HotkeyControl clearHkControl = createDefaultHotkeyControl("clear");
            clearHkControl.TextChanged += new EventHandler(hotkeyControl_TextChanged);
            clearHkControl.Location     = new Point(sumx, sumy += 30);

            clearControl.label         = clearLabel;
            clearControl.hkControl     = clearHkControl;
            hkDisplayControls["clear"] = clearControl;

            this.Controls.Add(clearLabel);
            this.Controls.Add(clearHkControl);

            this.Hide();
        }
コード例 #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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsV3));
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("General Settings", "1.png");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Hotkeys", "1329742168_keyboard.png");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Actions", "1329742236_old-edit-redo.png");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Account management", 4);
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("3rd party services", 5);
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.action_settings = new System.Windows.Forms.Panel();
     this.label10 = new System.Windows.Forms.Label();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.general_settings = new System.Windows.Forms.Panel();
     this.updatePanel = new System.Windows.Forms.Panel();
     this.updateButton = new System.Windows.Forms.Button();
     this.updateIcon = new System.Windows.Forms.PictureBox();
     this.updateLabel = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.progressBar2 = new System.Windows.Forms.ProgressBar();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.label28 = new System.Windows.Forms.Label();
     this.checkBox7 = new System.Windows.Forms.CheckBox();
     this.label27 = new System.Windows.Forms.Label();
     this.checkBox6 = new System.Windows.Forms.CheckBox();
     this.label23 = new System.Windows.Forms.Label();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.comboBox4 = new System.Windows.Forms.ComboBox();
     this.label17 = new System.Windows.Forms.Label();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.soundDevices = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.button9 = new System.Windows.Forms.Button();
     this.button8 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.listView1 = new System.Windows.Forms.ListView();
     this.label3 = new System.Windows.Forms.Label();
     this.hotkeys_settings = new System.Windows.Forms.Panel();
     this.hotkeyControl3 = new exscape.HotkeyControl();
     this.hotkeyControl2 = new exscape.HotkeyControl();
     this.hotkeyControl1 = new exscape.HotkeyControl();
     this.button6 = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.account_settings = new System.Windows.Forms.Panel();
     this.button4 = new System.Windows.Forms.Button();
     this.label25 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.button5 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.label21 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.label24 = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.volumeMeterRefresher = new System.Windows.Forms.Timer(this.components);
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.thirdparty_settings = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.imageEZ = new System.Windows.Forms.RadioButton();
     this.imageImgur = new System.Windows.Forms.RadioButton();
     this.label31 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.textPB = new System.Windows.Forms.RadioButton();
     this.textEZ = new System.Windows.Forms.RadioButton();
     this.label12 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.loggedout = new System.Windows.Forms.Panel();
     this.loggedin = new System.Windows.Forms.Panel();
     this.label32 = new System.Windows.Forms.Label();
     this.username = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.button10 = new System.Windows.Forms.Button();
     this.button11 = new System.Windows.Forms.Button();
     this.label33 = new System.Windows.Forms.Label();
     this.action_settings.SuspendLayout();
     this.general_settings.SuspendLayout();
     this.updatePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.updateIcon)).BeginInit();
     this.panel2.SuspendLayout();
     this.hotkeys_settings.SuspendLayout();
     this.account_settings.SuspendLayout();
     this.thirdparty_settings.SuspendLayout();
     this.panel1.SuspendLayout();
     this.loggedout.SuspendLayout();
     this.loggedin.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "1.png");
     this.imageList1.Images.SetKeyName(1, "1329742168_keyboard.png");
     this.imageList1.Images.SetKeyName(2, "1329742236_old-edit-redo.png");
     this.imageList1.Images.SetKeyName(3, "1347468550_Clipping _Picture _alternative.png");
     this.imageList1.Images.SetKeyName(4, "1349194131_user_male.png");
     this.imageList1.Images.SetKeyName(5, "1353407346_ark2.png");
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(9, 24);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(138, 17);
     this.label6.TabIndex = 13;
     this.label6.Text = "ScreenCapture actions";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(10, 71);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(117, 17);
     this.label5.TabIndex = 12;
     this.label5.Text = "TextCapture action";
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
     "Open link in browser",
     "Open direct image link in browser",
     "Copy link"});
     this.comboBox2.Location = new System.Drawing.Point(13, 44);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(211, 21);
     this.comboBox2.TabIndex = 7;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.changeAction);
     //
     // action_settings
     //
     this.action_settings.Controls.Add(this.label10);
     this.action_settings.Controls.Add(this.comboBox3);
     this.action_settings.Controls.Add(this.label6);
     this.action_settings.Controls.Add(this.label5);
     this.action_settings.Controls.Add(this.comboBox2);
     this.action_settings.Controls.Add(this.comboBox1);
     this.action_settings.Controls.Add(this.label7);
     this.action_settings.Location = new System.Drawing.Point(153, 12);
     this.action_settings.Name = "action_settings";
     this.action_settings.Size = new System.Drawing.Size(488, 490);
     this.action_settings.TabIndex = 11;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(10, 119);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(136, 17);
     this.label10.TabIndex = 15;
     this.label10.Text = "SoundCapture actions";
     //
     // comboBox3
     //
     this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Items.AddRange(new object[] {
     "Open link in browser",
     "Open direct mp3 link in browser",
     "Copy link"});
     this.comboBox3.Location = new System.Drawing.Point(14, 139);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(211, 21);
     this.comboBox3.TabIndex = 14;
     this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.changeAction);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "Open link in browser and edit capture",
     "Open raw text link in browser",
     "Copy link"});
     this.comboBox1.Location = new System.Drawing.Point(14, 92);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(211, 21);
     this.comboBox1.TabIndex = 6;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.changeAction);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label7.Location = new System.Drawing.Point(3, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(61, 21);
     this.label7.TabIndex = 2;
     this.label7.Text = "Actions";
     //
     // general_settings
     //
     this.general_settings.Controls.Add(this.label33);
     this.general_settings.Controls.Add(this.loggedin);
     this.general_settings.Controls.Add(this.loggedout);
     this.general_settings.Controls.Add(this.label15);
     this.general_settings.Controls.Add(this.updatePanel);
     this.general_settings.Controls.Add(this.label29);
     this.general_settings.Controls.Add(this.progressBar2);
     this.general_settings.Controls.Add(this.progressBar1);
     this.general_settings.Controls.Add(this.label28);
     this.general_settings.Controls.Add(this.checkBox7);
     this.general_settings.Controls.Add(this.label27);
     this.general_settings.Controls.Add(this.checkBox6);
     this.general_settings.Controls.Add(this.label23);
     this.general_settings.Controls.Add(this.checkBox5);
     this.general_settings.Controls.Add(this.label22);
     this.general_settings.Controls.Add(this.label19);
     this.general_settings.Controls.Add(this.comboBox4);
     this.general_settings.Controls.Add(this.label17);
     this.general_settings.Controls.Add(this.checkBox3);
     this.general_settings.Controls.Add(this.label16);
     this.general_settings.Controls.Add(this.label14);
     this.general_settings.Controls.Add(this.checkBox2);
     this.general_settings.Controls.Add(this.label11);
     this.general_settings.Controls.Add(this.label8);
     this.general_settings.Controls.Add(this.soundDevices);
     this.general_settings.Controls.Add(this.label1);
     this.general_settings.Location = new System.Drawing.Point(153, 15);
     this.general_settings.Name = "general_settings";
     this.general_settings.Size = new System.Drawing.Size(488, 522);
     this.general_settings.TabIndex = 9;
     //
     // updatePanel
     //
     this.updatePanel.BackColor = System.Drawing.Color.Khaki;
     this.updatePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.updatePanel.Controls.Add(this.updateButton);
     this.updatePanel.Controls.Add(this.updateIcon);
     this.updatePanel.Controls.Add(this.updateLabel);
     this.updatePanel.Location = new System.Drawing.Point(0, 500);
     this.updatePanel.Name = "updatePanel";
     this.updatePanel.Size = new System.Drawing.Size(487, 21);
     this.updatePanel.TabIndex = 41;
     //
     // updateButton
     //
     this.updateButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.updateButton.Font = new System.Drawing.Font("Segoe UI", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.updateButton.Location = new System.Drawing.Point(412, 0);
     this.updateButton.Name = "updateButton";
     this.updateButton.Size = new System.Drawing.Size(74, 20);
     this.updateButton.TabIndex = 2;
     this.updateButton.Text = "Update now";
     this.updateButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.updateButton.UseVisualStyleBackColor = true;
     this.updateButton.Visible = false;
     this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
     //
     // updateIcon
     //
     this.updateIcon.Image = global::EasyCapture.Properties.Resources.arrow_refresh;
     this.updateIcon.Location = new System.Drawing.Point(6, 2);
     this.updateIcon.Name = "updateIcon";
     this.updateIcon.Size = new System.Drawing.Size(16, 16);
     this.updateIcon.TabIndex = 1;
     this.updateIcon.TabStop = false;
     //
     // updateLabel
     //
     this.updateLabel.AutoSize = true;
     this.updateLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.updateLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.updateLabel.Location = new System.Drawing.Point(24, 2);
     this.updateLabel.Name = "updateLabel";
     this.updateLabel.Size = new System.Drawing.Size(159, 15);
     this.updateLabel.TabIndex = 0;
     this.updateLabel.Text = "Checking for latest version....";
     //
     // label29
     //
     this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label29.ForeColor = System.Drawing.Color.Red;
     this.label29.Location = new System.Drawing.Point(340, 149);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(143, 21);
     this.label29.TabIndex = 38;
     this.label29.Text = "No audio detected";
     this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // progressBar2
     //
     this.progressBar2.Location = new System.Drawing.Point(340, 160);
     this.progressBar2.Name = "progressBar2";
     this.progressBar2.Size = new System.Drawing.Size(143, 10);
     this.progressBar2.TabIndex = 40;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(340, 149);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(143, 10);
     this.progressBar1.TabIndex = 39;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(25, 282);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(350, 26);
     this.label28.TabIndex = 35;
     this.label28.Text = "EasyCapture won\'t check for updates at startup anymore. \r\nYou will not receive ne" +
     "w features and patches anymore (not recomended)";
     //
     // checkBox7
     //
     this.checkBox7.AutoSize = true;
     this.checkBox7.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox7.Location = new System.Drawing.Point(13, 266);
     this.checkBox7.Name = "checkBox7";
     this.checkBox7.Size = new System.Drawing.Size(109, 17);
     this.checkBox7.TabIndex = 34;
     this.checkBox7.Text = "Disable updates";
     this.checkBox7.UseVisualStyleBackColor = true;
     this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged);
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(25, 250);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(269, 13);
     this.label27.TabIndex = 33;
     this.label27.Text = "Start EasyCapture when windows starts. (recommended)";
     //
     // checkBox6
     //
     this.checkBox6.AutoSize = true;
     this.checkBox6.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox6.Location = new System.Drawing.Point(13, 234);
     this.checkBox6.Name = "checkBox6";
     this.checkBox6.Size = new System.Drawing.Size(126, 17);
     this.checkBox6.TabIndex = 32;
     this.checkBox6.Text = "Start with windows";
     this.checkBox6.UseVisualStyleBackColor = true;
     this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(26, 216);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(463, 13);
     this.label23.TabIndex = 31;
     this.label23.Text = "Show the splash screen while starting up. Splash screen doesn\'t show when startin" +
     "g with windows";
     //
     // checkBox5
     //
     this.checkBox5.AutoSize = true;
     this.checkBox5.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox5.Location = new System.Drawing.Point(14, 200);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(184, 17);
     this.checkBox5.TabIndex = 30;
     this.checkBox5.Text = "Show splash screen on startup";
     this.checkBox5.UseVisualStyleBackColor = true;
     this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label22.Location = new System.Drawing.Point(7, 176);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(102, 21);
     this.label22.TabIndex = 29;
     this.label22.Text = "Misc Settings";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Segoe UI", 9.75F);
     this.label19.Location = new System.Drawing.Point(6, 24);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(154, 17);
     this.label19.TabIndex = 24;
     this.label19.Text = "Pastebin paste exposure:";
     //
     // comboBox4
     //
     this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox4.FormattingEnabled = true;
     this.comboBox4.Items.AddRange(new object[] {
     "Public",
     "Unlisted",
     "Private"});
     this.comboBox4.Location = new System.Drawing.Point(161, 21);
     this.comboBox4.Name = "comboBox4";
     this.comboBox4.Size = new System.Drawing.Size(171, 21);
     this.comboBox4.TabIndex = 23;
     this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(293, 136);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(449, 13);
     this.label17.TabIndex = 20;
     this.label17.Text = "When you press (alt+)printscreen, picture will be automatically uploaded like a S" +
     "creenCapture";
     this.label17.Visible = false;
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(275, 120);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(180, 17);
     this.checkBox3.TabIndex = 19;
     this.checkBox3.Text = "Enhance (alt+)printscreen button";
     this.checkBox3.UseVisualStyleBackColor = true;
     this.checkBox3.Visible = false;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label16.Location = new System.Drawing.Point(3, 0);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(151, 21);
     this.label16.TabIndex = 18;
     this.label16.Text = "TextCapture settings";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(29, 91);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(341, 13);
     this.label14.TabIndex = 16;
     this.label14.Text = "Freezes screen when hotkey is pressed (alpha experimental beta feature)";
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.Location = new System.Drawing.Point(11, 75);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(253, 17);
     this.checkBox2.TabIndex = 15;
     this.checkBox2.Text = "Enable \'Freeze Mode\' when pressing hotkey";
     this.checkBox2.UseVisualStyleBackColor = true;
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label11.Location = new System.Drawing.Point(3, 47);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(170, 21);
     this.label11.TabIndex = 12;
     this.label11.Text = "ScreenCapture settings";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Segoe UI", 9.75F);
     this.label8.Location = new System.Drawing.Point(9, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(130, 17);
     this.label8.TabIndex = 11;
     this.label8.Text = "Default sound device";
     //
     // soundDevices
     //
     this.soundDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.soundDevices.FormattingEnabled = true;
     this.soundDevices.Location = new System.Drawing.Point(11, 149);
     this.soundDevices.Name = "soundDevices";
     this.soundDevices.Size = new System.Drawing.Size(323, 21);
     this.soundDevices.TabIndex = 3;
     this.soundDevices.SelectedIndexChanged += new System.EventHandler(this.soundDevices_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label1.Location = new System.Drawing.Point(4, 106);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(168, 21);
     this.label1.TabIndex = 2;
     this.label1.Text = "SoundCapture settings";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label2.Location = new System.Drawing.Point(3, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(117, 21);
     this.label2.TabIndex = 2;
     this.label2.Text = "Hotkey settings";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.button9);
     this.panel2.Controls.Add(this.button8);
     this.panel2.Controls.Add(this.button7);
     this.panel2.Controls.Add(this.button1);
     this.panel2.Location = new System.Drawing.Point(-56, 543);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(814, 99);
     this.panel2.TabIndex = 7;
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(264, 3);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(103, 27);
     this.button9.TabIndex = 35;
     this.button9.Text = "Donate";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // button8
     //
     this.button8.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button8.Location = new System.Drawing.Point(156, 3);
     this.button8.Name = "button8";
     this.button8.Size = new System.Drawing.Size(102, 27);
     this.button8.TabIndex = 34;
     this.button8.Text = "Advanced";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(61, 3);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(89, 27);
     this.button7.TabIndex = 1;
     this.button7.Text = "About";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(607, 3);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(89, 27);
     this.button1.TabIndex = 0;
     this.button1.Text = "OK";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // listView1
     //
     this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3,
     listViewItem4,
     listViewItem5});
     this.listView1.LargeImageList = this.imageList1;
     this.listView1.Location = new System.Drawing.Point(6, 6);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(141, 530);
     this.listView1.TabIndex = 8;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 26);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(137, 17);
     this.label3.TabIndex = 11;
     this.label3.Text = "ScreenCapture Hotkey";
     //
     // hotkeys_settings
     //
     this.hotkeys_settings.Controls.Add(this.hotkeyControl3);
     this.hotkeys_settings.Controls.Add(this.hotkeyControl2);
     this.hotkeys_settings.Controls.Add(this.hotkeyControl1);
     this.hotkeys_settings.Controls.Add(this.button6);
     this.hotkeys_settings.Controls.Add(this.label9);
     this.hotkeys_settings.Controls.Add(this.label3);
     this.hotkeys_settings.Controls.Add(this.label4);
     this.hotkeys_settings.Controls.Add(this.label2);
     this.hotkeys_settings.Location = new System.Drawing.Point(153, 15);
     this.hotkeys_settings.Name = "hotkeys_settings";
     this.hotkeys_settings.Size = new System.Drawing.Size(488, 490);
     this.hotkeys_settings.TabIndex = 10;
     //
     // hotkeyControl3
     //
     this.hotkeyControl3.Hotkey = System.Windows.Forms.Keys.None;
     this.hotkeyControl3.HotkeyModifiers = System.Windows.Forms.Keys.None;
     this.hotkeyControl3.Location = new System.Drawing.Point(12, 125);
     this.hotkeyControl3.Name = "hotkeyControl3";
     this.hotkeyControl3.Size = new System.Drawing.Size(167, 20);
     this.hotkeyControl3.TabIndex = 22;
     this.hotkeyControl3.Text = "None";
     this.hotkeyControl3.Enter += new System.EventHandler(this.hotkeyControl1_Enter);
     this.hotkeyControl3.Leave += new System.EventHandler(this.hotkeyControl1_Leave);
     //
     // hotkeyControl2
     //
     this.hotkeyControl2.Hotkey = System.Windows.Forms.Keys.None;
     this.hotkeyControl2.HotkeyModifiers = System.Windows.Forms.Keys.None;
     this.hotkeyControl2.Location = new System.Drawing.Point(11, 44);
     this.hotkeyControl2.Name = "hotkeyControl2";
     this.hotkeyControl2.Size = new System.Drawing.Size(167, 20);
     this.hotkeyControl2.TabIndex = 21;
     this.hotkeyControl2.Text = "None";
     this.hotkeyControl2.Enter += new System.EventHandler(this.hotkeyControl1_Enter);
     this.hotkeyControl2.Leave += new System.EventHandler(this.hotkeyControl1_Leave);
     //
     // hotkeyControl1
     //
     this.hotkeyControl1.Hotkey = System.Windows.Forms.Keys.None;
     this.hotkeyControl1.HotkeyModifiers = System.Windows.Forms.Keys.None;
     this.hotkeyControl1.Location = new System.Drawing.Point(13, 86);
     this.hotkeyControl1.Name = "hotkeyControl1";
     this.hotkeyControl1.Size = new System.Drawing.Size(167, 20);
     this.hotkeyControl1.TabIndex = 20;
     this.hotkeyControl1.Text = "None";
     this.hotkeyControl1.Enter += new System.EventHandler(this.hotkeyControl1_Enter);
     this.hotkeyControl1.Leave += new System.EventHandler(this.hotkeyControl1_Leave);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(11, 149);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(166, 23);
     this.button6.TabIndex = 19;
     this.button6.Text = "Save hotkeys";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(9, 107);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(135, 17);
     this.label9.TabIndex = 16;
     this.label9.Text = "SoundCapture Hotkey";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Segoe UI", 9.75F);
     this.label4.Location = new System.Drawing.Point(8, 67);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(122, 17);
     this.label4.TabIndex = 10;
     this.label4.Text = "TextCapture Hotkey";
     //
     // account_settings
     //
     this.account_settings.Controls.Add(this.button4);
     this.account_settings.Controls.Add(this.label25);
     this.account_settings.Controls.Add(this.label26);
     this.account_settings.Controls.Add(this.button5);
     this.account_settings.Controls.Add(this.button3);
     this.account_settings.Controls.Add(this.label21);
     this.account_settings.Controls.Add(this.label20);
     this.account_settings.Controls.Add(this.button2);
     this.account_settings.Controls.Add(this.label24);
     this.account_settings.Location = new System.Drawing.Point(153, 14);
     this.account_settings.Name = "account_settings";
     this.account_settings.Size = new System.Drawing.Size(488, 486);
     this.account_settings.TabIndex = 12;
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(165, 93);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(169, 23);
     this.button4.TabIndex = 36;
     this.button4.Text = "Remove authentication data";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(340, 99);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(139, 13);
     this.label25.TabIndex = 35;
     this.label25.Text = "No account currently added";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("Segoe UI", 9.75F);
     this.label26.Location = new System.Drawing.Point(10, 73);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(174, 17);
     this.label26.TabIndex = 34;
     this.label26.Text = "Imgur account management:";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(11, 93);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(148, 23);
     this.button5.TabIndex = 33;
     this.button5.Text = "Add imgur account";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(163, 47);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(169, 23);
     this.button3.TabIndex = 32;
     this.button3.Text = "Remove authentication data";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click_1);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(338, 53);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(139, 13);
     this.label21.TabIndex = 31;
     this.label21.Text = "No account currently added";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Segoe UI", 9.75F);
     this.label20.Location = new System.Drawing.Point(8, 27);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(189, 17);
     this.label20.TabIndex = 30;
     this.label20.Text = "Pastebin account management:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(9, 47);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(148, 23);
     this.button2.TabIndex = 29;
     this.button2.Text = "Add pastebin account";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.BackColor = System.Drawing.Color.Transparent;
     this.label24.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label24.Location = new System.Drawing.Point(3, 1);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(151, 21);
     this.label24.TabIndex = 19;
     this.label24.Text = "Third party accounts";
     //
     // timer1
     //
     this.timer1.Interval = 10000;
     this.timer1.Tick += new System.EventHandler(this.NextTip);
     //
     // volumeMeterRefresher
     //
     this.volumeMeterRefresher.Enabled = true;
     this.volumeMeterRefresher.Interval = 1;
     this.volumeMeterRefresher.Tick += new System.EventHandler(this.volumeMeterRefresher_Tick);
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon = true;
     this.toolTip1.ShowAlways = true;
     this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle = "Please help us keep EasyCapture ad-free";
     //
     // thirdparty_settings
     //
     this.thirdparty_settings.Controls.Add(this.panel1);
     this.thirdparty_settings.Controls.Add(this.label31);
     this.thirdparty_settings.Controls.Add(this.label30);
     this.thirdparty_settings.Controls.Add(this.label13);
     this.thirdparty_settings.Controls.Add(this.textPB);
     this.thirdparty_settings.Controls.Add(this.textEZ);
     this.thirdparty_settings.Controls.Add(this.label12);
     this.thirdparty_settings.Location = new System.Drawing.Point(151, 12);
     this.thirdparty_settings.Name = "thirdparty_settings";
     this.thirdparty_settings.Size = new System.Drawing.Size(487, 525);
     this.thirdparty_settings.TabIndex = 13;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.imageEZ);
     this.panel1.Controls.Add(this.imageImgur);
     this.panel1.Location = new System.Drawing.Point(9, 95);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(164, 32);
     this.panel1.TabIndex = 27;
     //
     // imageEZ
     //
     this.imageEZ.AutoSize = true;
     this.imageEZ.Location = new System.Drawing.Point(3, 0);
     this.imageEZ.Name = "imageEZ";
     this.imageEZ.Size = new System.Drawing.Size(137, 17);
     this.imageEZ.TabIndex = 23;
     this.imageEZ.TabStop = true;
     this.imageEZ.Text = "Upload to EasyCaptu.re";
     this.imageEZ.UseVisualStyleBackColor = true;
     //
     // imageImgur
     //
     this.imageImgur.AutoSize = true;
     this.imageImgur.Location = new System.Drawing.Point(3, 16);
     this.imageImgur.Name = "imageImgur";
     this.imageImgur.Size = new System.Drawing.Size(99, 17);
     this.imageImgur.TabIndex = 24;
     this.imageImgur.TabStop = true;
     this.imageImgur.Text = "Upload to imgur";
     this.imageImgur.UseVisualStyleBackColor = true;
     this.imageImgur.CheckedChanged += new System.EventHandler(this.imageImgur_CheckedChanged);
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(13, 154);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(146, 13);
     this.label31.TabIndex = 26;
     this.label31.Text = "Currently none available (yet)";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.BackColor = System.Drawing.Color.Transparent;
     this.label30.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label30.Location = new System.Drawing.Point(8, 129);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(110, 21);
     this.label30.TabIndex = 25;
     this.label30.Text = "SoundCapture";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label13.Location = new System.Drawing.Point(7, 70);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(112, 21);
     this.label13.TabIndex = 22;
     this.label13.Text = "ScreenCapture";
     //
     // textPB
     //
     this.textPB.AutoSize = true;
     this.textPB.Location = new System.Drawing.Point(13, 47);
     this.textPB.Name = "textPB";
     this.textPB.Size = new System.Drawing.Size(115, 17);
     this.textPB.TabIndex = 21;
     this.textPB.TabStop = true;
     this.textPB.Text = "Upload to Pastebin";
     this.textPB.UseVisualStyleBackColor = true;
     this.textPB.CheckedChanged += new System.EventHandler(this.textPB_CheckedChanged);
     //
     // textEZ
     //
     this.textEZ.AutoSize = true;
     this.textEZ.Location = new System.Drawing.Point(13, 31);
     this.textEZ.Name = "textEZ";
     this.textEZ.Size = new System.Drawing.Size(137, 17);
     this.textEZ.TabIndex = 20;
     this.textEZ.TabStop = true;
     this.textEZ.Text = "Upload to EasyCaptu.re";
     this.textEZ.UseVisualStyleBackColor = true;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label12.Location = new System.Drawing.Point(8, 8);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(93, 21);
     this.label12.TabIndex = 19;
     this.label12.Text = "TextCapture";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label15.Location = new System.Drawing.Point(4, 318);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(159, 21);
     this.label15.TabIndex = 42;
     this.label15.Text = "EasyCaptu.re Account";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(3, 4);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(171, 13);
     this.label18.TabIndex = 44;
     this.label18.Text = "No EasyCaptu.re account added";
     //
     // loggedout
     //
     this.loggedout.Controls.Add(this.button11);
     this.loggedout.Controls.Add(this.button10);
     this.loggedout.Controls.Add(this.label18);
     this.loggedout.Location = new System.Drawing.Point(12, 377);
     this.loggedout.Name = "loggedout";
     this.loggedout.Size = new System.Drawing.Size(471, 24);
     this.loggedout.TabIndex = 46;
     //
     // loggedin
     //
     this.loggedin.Controls.Add(this.linkLabel4);
     this.loggedin.Controls.Add(this.username);
     this.loggedin.Controls.Add(this.label32);
     this.loggedin.Location = new System.Drawing.Point(11, 379);
     this.loggedin.Name = "loggedin";
     this.loggedin.Size = new System.Drawing.Size(162, 18);
     this.loggedin.TabIndex = 47;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(3, 1);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(90, 13);
     this.label32.TabIndex = 0;
     this.label32.Text = "Authenticated as ";
     //
     // username
     //
     this.username.AutoSize = true;
     this.username.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.username.Location = new System.Drawing.Point(85, 1);
     this.username.Name = "username";
     this.username.Size = new System.Drawing.Size(30, 13);
     this.username.TabIndex = 44;
     this.username.TabStop = true;
     this.username.Text = "JariZ";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel4.Location = new System.Drawing.Point(113, 1);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(47, 13);
     this.linkLabel4.TabIndex = 45;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "Log out";
     //
     // button10
     //
     this.button10.Location = new System.Drawing.Point(188, 0);
     this.button10.Name = "button10";
     this.button10.Size = new System.Drawing.Size(140, 23);
     this.button10.TabIndex = 45;
     this.button10.Text = "Add account";
     this.button10.UseVisualStyleBackColor = true;
     this.button10.Click += new System.EventHandler(this.button10_Click);
     //
     // button11
     //
     this.button11.Location = new System.Drawing.Point(328, 0);
     this.button11.Name = "button11";
     this.button11.Size = new System.Drawing.Size(140, 23);
     this.button11.TabIndex = 46;
     this.button11.Text = "Register";
     this.button11.UseVisualStyleBackColor = true;
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(11, 342);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(473, 26);
     this.label33.TabIndex = 48;
     this.label33.Text = "An EasyCapture account is optional. It provides several extra useful features and" +
     " is completely free.\r\nIf you do not wish to have one, you can simply ignore this" +
     ".";
     //
     // SettingsV3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(643, 579);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.general_settings);
     this.Controls.Add(this.thirdparty_settings);
     this.Controls.Add(this.action_settings);
     this.Controls.Add(this.account_settings);
     this.Controls.Add(this.hotkeys_settings);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "SettingsV3";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "EasyCapture - Settings";
     this.Load += new System.EventHandler(this.ExplorerBrowserTestForm_Load);
     this.Shown += new System.EventHandler(this.SettingsV3_Shown);
     this.action_settings.ResumeLayout(false);
     this.action_settings.PerformLayout();
     this.general_settings.ResumeLayout(false);
     this.general_settings.PerformLayout();
     this.updatePanel.ResumeLayout(false);
     this.updatePanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.updateIcon)).EndInit();
     this.panel2.ResumeLayout(false);
     this.hotkeys_settings.ResumeLayout(false);
     this.hotkeys_settings.PerformLayout();
     this.account_settings.ResumeLayout(false);
     this.account_settings.PerformLayout();
     this.thirdparty_settings.ResumeLayout(false);
     this.thirdparty_settings.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.loggedout.ResumeLayout(false);
     this.loggedout.PerformLayout();
     this.loggedin.ResumeLayout(false);
     this.loggedin.PerformLayout();
     this.ResumeLayout(false);
 }