Added bobblepic.com

This commit is contained in:
Jaex 2016-05-25 19:20:02 +03:00
parent b2bc0a634d
commit 0133c4eb89
3 changed files with 4111 additions and 9342 deletions

View file

@ -390,6 +390,8 @@ private void InitializeComponent()
this.cboSharedFolderImages = new System.Windows.Forms.ComboBox();
this.ucLocalhostAccounts = new ShareX.UploadersLib.AccountsControl();
this.tpEmail = new System.Windows.Forms.TabPage();
this.txtEmailAutomaticSendTo = new System.Windows.Forms.TextBox();
this.cbEmailAutomaticSend = new System.Windows.Forms.CheckBox();
this.lblEmailSmtpServer = new System.Windows.Forms.Label();
this.lblEmailPassword = new System.Windows.Forms.Label();
this.cbEmailRememberLastTo = new System.Windows.Forms.CheckBox();
@ -535,8 +537,6 @@ private void InitializeComponent()
this.lblWidthHint = new System.Windows.Forms.Label();
this.ttlvMain = new ShareX.HelpersLib.TabToListView();
this.actRapidShareAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.cbEmailAutomaticSend = new System.Windows.Forms.CheckBox();
this.txtEmailAutomaticSendTo = new System.Windows.Forms.TextBox();
this.tpOtherUploaders.SuspendLayout();
this.tcOtherUploaders.SuspendLayout();
this.tpTwitter.SuspendLayout();
@ -3254,6 +3254,19 @@ private void InitializeComponent()
this.tpEmail.Name = "tpEmail";
this.tpEmail.UseVisualStyleBackColor = true;
//
// txtEmailAutomaticSendTo
//
resources.ApplyResources(this.txtEmailAutomaticSendTo, "txtEmailAutomaticSendTo");
this.txtEmailAutomaticSendTo.Name = "txtEmailAutomaticSendTo";
this.txtEmailAutomaticSendTo.TextChanged += new System.EventHandler(this.txtEmailAutomaticSendTo_TextChanged);
//
// cbEmailAutomaticSend
//
resources.ApplyResources(this.cbEmailAutomaticSend, "cbEmailAutomaticSend");
this.cbEmailAutomaticSend.Name = "cbEmailAutomaticSend";
this.cbEmailAutomaticSend.UseVisualStyleBackColor = true;
this.cbEmailAutomaticSend.CheckedChanged += new System.EventHandler(this.cbEmailAutomaticSend_CheckedChanged);
//
// lblEmailSmtpServer
//
resources.ApplyResources(this.lblEmailSmtpServer, "lblEmailSmtpServer");
@ -4294,19 +4307,6 @@ private void InitializeComponent()
this.actRapidShareAccountType.Name = "actRapidShareAccountType";
this.actRapidShareAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
//
// cbEmailAutomaticSend
//
resources.ApplyResources(this.cbEmailAutomaticSend, "cbEmailAutomaticSend");
this.cbEmailAutomaticSend.Name = "cbEmailAutomaticSend";
this.cbEmailAutomaticSend.UseVisualStyleBackColor = true;
this.cbEmailAutomaticSend.CheckedChanged += new System.EventHandler(this.cbEmailAutomaticSend_CheckedChanged);
//
// txtEmailAutomaticSendTo
//
resources.ApplyResources(this.txtEmailAutomaticSendTo, "txtEmailAutomaticSendTo");
this.txtEmailAutomaticSendTo.Name = "txtEmailAutomaticSendTo";
this.txtEmailAutomaticSendTo.TextChanged += new System.EventHandler(this.txtEmailAutomaticSendTo_TextChanged);
//
// UploadersConfigForm
//
resources.ApplyResources(this, "$this");

File diff suppressed because it is too large Load diff

View file

@ -76,7 +76,8 @@ public sealed class Chevereto : ImageUploader
new CheveretoUploader("http://www.upsieutoc.com/api/1/upload", "c692ca0925f8da5990e8c795602bf942"),
new CheveretoUploader("http://www.storemypic.com/api/1/upload", "995269492c2a19902715d5cc3ed810fa"),
new CheveretoUploader("http://i.tlthings.net/api/1/upload", "a7yk23ty0k13ralyh32p64hx22p7ek49tt"),
new CheveretoUploader("https://picuza.com/api/1/upload", "f613c791e4fc79ada8ec629a9ac34d90")
new CheveretoUploader("https://picuza.com/api/1/upload", "f613c791e4fc79ada8ec629a9ac34d90"),
new CheveretoUploader("https://bobblepic.com/api/1/upload", "5f3d45874194ad6a6e8c7400932b824f")
};
public CheveretoUploader Uploader { get; private set; }