Added custom uploader response parsing tooltip

This commit is contained in:
Jaex 2015-12-04 23:34:26 +02:00
parent 72dc5603df
commit a0987767f4
6 changed files with 741 additions and 675 deletions

View file

@ -34,6 +34,7 @@ private void InitializeComponent()
this.ttHelpTip = new System.Windows.Forms.ToolTip(this.components); this.ttHelpTip = new System.Windows.Forms.ToolTip(this.components);
this.cbAmazonS3UseRRS = new System.Windows.Forms.CheckBox(); this.cbAmazonS3UseRRS = new System.Windows.Forms.CheckBox();
this.cbAmazonS3CustomCNAME = new System.Windows.Forms.CheckBox(); this.cbAmazonS3CustomCNAME = new System.Windows.Forms.CheckBox();
this.pbCustomUploaderURLTip = new System.Windows.Forms.PictureBox();
this.tpOtherUploaders = new System.Windows.Forms.TabPage(); this.tpOtherUploaders = new System.Windows.Forms.TabPage();
this.tcOtherUploaders = new System.Windows.Forms.TabControl(); this.tcOtherUploaders = new System.Windows.Forms.TabControl();
this.tpTwitter = new System.Windows.Forms.TabPage(); this.tpTwitter = new System.Windows.Forms.TabPage();
@ -42,7 +43,6 @@ private void InitializeComponent()
this.lblTwitterDefaultMessage = new System.Windows.Forms.Label(); this.lblTwitterDefaultMessage = new System.Windows.Forms.Label();
this.txtTwitterDefaultMessage = new System.Windows.Forms.TextBox(); this.txtTwitterDefaultMessage = new System.Windows.Forms.TextBox();
this.cbTwitterSkipMessageBox = new System.Windows.Forms.CheckBox(); this.cbTwitterSkipMessageBox = new System.Windows.Forms.CheckBox();
this.oauthTwitter = new ShareX.UploadersLib.OAuthControl();
this.txtTwitterDescription = new System.Windows.Forms.TextBox(); this.txtTwitterDescription = new System.Windows.Forms.TextBox();
this.lblTwitterDescription = new System.Windows.Forms.Label(); this.lblTwitterDescription = new System.Windows.Forms.Label();
this.btnTwitterRemove = new System.Windows.Forms.Button(); this.btnTwitterRemove = new System.Windows.Forms.Button();
@ -120,10 +120,7 @@ private void InitializeComponent()
this.tpBitly = new System.Windows.Forms.TabPage(); this.tpBitly = new System.Windows.Forms.TabPage();
this.txtBitlyDomain = new System.Windows.Forms.TextBox(); this.txtBitlyDomain = new System.Windows.Forms.TextBox();
this.lblBitlyDomain = new System.Windows.Forms.Label(); this.lblBitlyDomain = new System.Windows.Forms.Label();
this.oauth2Bitly = new ShareX.UploadersLib.OAuthControl();
this.tpGoogleURLShortener = new System.Windows.Forms.TabPage(); this.tpGoogleURLShortener = new System.Windows.Forms.TabPage();
this.oauth2GoogleURLShortener = new ShareX.UploadersLib.OAuthControl();
this.atcGoogleURLShortenerAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.tpYourls = new System.Windows.Forms.TabPage(); this.tpYourls = new System.Windows.Forms.TabPage();
this.txtYourlsPassword = new System.Windows.Forms.TextBox(); this.txtYourlsPassword = new System.Windows.Forms.TextBox();
this.txtYourlsUsername = new System.Windows.Forms.TextBox(); this.txtYourlsUsername = new System.Windows.Forms.TextBox();
@ -159,9 +156,7 @@ private void InitializeComponent()
this.cboFtpImages = new System.Windows.Forms.ComboBox(); this.cboFtpImages = new System.Windows.Forms.ComboBox();
this.cboFtpFiles = new System.Windows.Forms.ComboBox(); this.cboFtpFiles = new System.Windows.Forms.ComboBox();
this.cboFtpText = new System.Windows.Forms.ComboBox(); this.cboFtpText = new System.Windows.Forms.ComboBox();
this.ucFTPAccounts = new ShareX.UploadersLib.AccountsControl();
this.tpDropbox = new System.Windows.Forms.TabPage(); this.tpDropbox = new System.Windows.Forms.TabPage();
this.oauth2Dropbox = new ShareX.UploadersLib.OAuthControl();
this.cbDropboxURLType = new System.Windows.Forms.ComboBox(); this.cbDropboxURLType = new System.Windows.Forms.ComboBox();
this.cbDropboxAutoCreateShareableLink = new System.Windows.Forms.CheckBox(); this.cbDropboxAutoCreateShareableLink = new System.Windows.Forms.CheckBox();
this.btnDropboxShowFiles = new System.Windows.Forms.Button(); this.btnDropboxShowFiles = new System.Windows.Forms.Button();
@ -174,7 +169,6 @@ private void InitializeComponent()
this.tvOneDrive = new System.Windows.Forms.TreeView(); this.tvOneDrive = new System.Windows.Forms.TreeView();
this.lblOneDriveFolderID = new System.Windows.Forms.Label(); this.lblOneDriveFolderID = new System.Windows.Forms.Label();
this.cbOneDriveCreateShareableLink = new System.Windows.Forms.CheckBox(); this.cbOneDriveCreateShareableLink = new System.Windows.Forms.CheckBox();
this.oAuth2OneDrive = new ShareX.UploadersLib.OAuthControl();
this.tpGoogleDrive = new System.Windows.Forms.TabPage(); this.tpGoogleDrive = new System.Windows.Forms.TabPage();
this.cbGoogleDriveUseFolder = new System.Windows.Forms.CheckBox(); this.cbGoogleDriveUseFolder = new System.Windows.Forms.CheckBox();
this.txtGoogleDriveFolderID = new System.Windows.Forms.TextBox(); this.txtGoogleDriveFolderID = new System.Windows.Forms.TextBox();
@ -184,7 +178,6 @@ private void InitializeComponent()
this.chGoogleDriveDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chGoogleDriveDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnGoogleDriveRefreshFolders = new System.Windows.Forms.Button(); this.btnGoogleDriveRefreshFolders = new System.Windows.Forms.Button();
this.cbGoogleDriveIsPublic = new System.Windows.Forms.CheckBox(); this.cbGoogleDriveIsPublic = new System.Windows.Forms.CheckBox();
this.oauth2GoogleDrive = new ShareX.UploadersLib.OAuthControl();
this.tpBox = new System.Windows.Forms.TabPage(); this.tpBox = new System.Windows.Forms.TabPage();
this.lblBoxFolderTip = new System.Windows.Forms.Label(); this.lblBoxFolderTip = new System.Windows.Forms.Label();
this.cbBoxShare = new System.Windows.Forms.CheckBox(); this.cbBoxShare = new System.Windows.Forms.CheckBox();
@ -192,7 +185,6 @@ private void InitializeComponent()
this.chBoxFoldersName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chBoxFoldersName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblBoxFolderID = new System.Windows.Forms.Label(); this.lblBoxFolderID = new System.Windows.Forms.Label();
this.btnBoxRefreshFolders = new System.Windows.Forms.Button(); this.btnBoxRefreshFolders = new System.Windows.Forms.Button();
this.oauth2Box = new ShareX.UploadersLib.OAuthControl();
this.tpCopy = new System.Windows.Forms.TabPage(); this.tpCopy = new System.Windows.Forms.TabPage();
this.pbCopyLogo = new System.Windows.Forms.PictureBox(); this.pbCopyLogo = new System.Windows.Forms.PictureBox();
this.lblCopyURLType = new System.Windows.Forms.Label(); this.lblCopyURLType = new System.Windows.Forms.Label();
@ -200,7 +192,6 @@ private void InitializeComponent()
this.lblCopyStatus = new System.Windows.Forms.Label(); this.lblCopyStatus = new System.Windows.Forms.Label();
this.lblCopyPath = new System.Windows.Forms.Label(); this.lblCopyPath = new System.Windows.Forms.Label();
this.txtCopyPath = new System.Windows.Forms.TextBox(); this.txtCopyPath = new System.Windows.Forms.TextBox();
this.oAuthCopy = new ShareX.UploadersLib.OAuthControl();
this.tpAmazonS3 = new System.Windows.Forms.TabPage(); this.tpAmazonS3 = new System.Windows.Forms.TabPage();
this.txtAmazonS3CustomDomain = new System.Windows.Forms.TextBox(); this.txtAmazonS3CustomDomain = new System.Windows.Forms.TextBox();
this.lblAmazonS3PathPreviewLabel = new System.Windows.Forms.Label(); this.lblAmazonS3PathPreviewLabel = new System.Windows.Forms.Label();
@ -262,7 +253,6 @@ private void InitializeComponent()
this.lblSendSpaceUsername = new System.Windows.Forms.Label(); this.lblSendSpaceUsername = new System.Windows.Forms.Label();
this.txtSendSpacePassword = new System.Windows.Forms.TextBox(); this.txtSendSpacePassword = new System.Windows.Forms.TextBox();
this.txtSendSpaceUserName = new System.Windows.Forms.TextBox(); this.txtSendSpaceUserName = new System.Windows.Forms.TextBox();
this.atcSendSpaceAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.tpGe_tt = new System.Windows.Forms.TabPage(); this.tpGe_tt = new System.Windows.Forms.TabPage();
this.lblGe_ttStatus = new System.Windows.Forms.Label(); this.lblGe_ttStatus = new System.Windows.Forms.Label();
this.lblGe_ttPassword = new System.Windows.Forms.Label(); this.lblGe_ttPassword = new System.Windows.Forms.Label();
@ -300,7 +290,6 @@ private void InitializeComponent()
this.txtJiraConfigHelp = new System.Windows.Forms.TextBox(); this.txtJiraConfigHelp = new System.Windows.Forms.TextBox();
this.txtJiraHost = new System.Windows.Forms.TextBox(); this.txtJiraHost = new System.Windows.Forms.TextBox();
this.lblJiraHost = new System.Windows.Forms.Label(); this.lblJiraHost = new System.Windows.Forms.Label();
this.oAuthJira = new ShareX.UploadersLib.OAuthControl();
this.tpLambda = new System.Windows.Forms.TabPage(); this.tpLambda = new System.Windows.Forms.TabPage();
this.lblLambdaInfo = new System.Windows.Forms.Label(); this.lblLambdaInfo = new System.Windows.Forms.Label();
this.lblLambdaApiKey = new System.Windows.Forms.Label(); this.lblLambdaApiKey = new System.Windows.Forms.Label();
@ -387,7 +376,6 @@ private void InitializeComponent()
this.lblSharedFolderImages = new System.Windows.Forms.Label(); this.lblSharedFolderImages = new System.Windows.Forms.Label();
this.cboSharedFolderText = new System.Windows.Forms.ComboBox(); this.cboSharedFolderText = new System.Windows.Forms.ComboBox();
this.cboSharedFolderImages = new System.Windows.Forms.ComboBox(); this.cboSharedFolderImages = new System.Windows.Forms.ComboBox();
this.ucLocalhostAccounts = new ShareX.UploadersLib.AccountsControl();
this.btnCopyShowFiles = new System.Windows.Forms.Button(); this.btnCopyShowFiles = new System.Windows.Forms.Button();
this.tpTextUploaders = new System.Windows.Forms.TabPage(); this.tpTextUploaders = new System.Windows.Forms.TabPage();
this.tcTextUploaders = new System.Windows.Forms.TabControl(); this.tcTextUploaders = new System.Windows.Forms.TabControl();
@ -412,8 +400,6 @@ private void InitializeComponent()
this.txtPaste_eeUserAPIKey = new System.Windows.Forms.TextBox(); this.txtPaste_eeUserAPIKey = new System.Windows.Forms.TextBox();
this.tpGist = new System.Windows.Forms.TabPage(); this.tpGist = new System.Windows.Forms.TabPage();
this.chkGistPublishPublic = new System.Windows.Forms.CheckBox(); this.chkGistPublishPublic = new System.Windows.Forms.CheckBox();
this.oAuth2Gist = new ShareX.UploadersLib.OAuthControl();
this.atcGistAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.tpUpaste = new System.Windows.Forms.TabPage(); this.tpUpaste = new System.Windows.Forms.TabPage();
this.cbUpasteIsPublic = new System.Windows.Forms.CheckBox(); this.cbUpasteIsPublic = new System.Windows.Forms.CheckBox();
this.lblUpasteUserKey = new System.Windows.Forms.Label(); this.lblUpasteUserKey = new System.Windows.Forms.Label();
@ -434,8 +420,6 @@ private void InitializeComponent()
this.cbImgurUseGIFV = new System.Windows.Forms.CheckBox(); this.cbImgurUseGIFV = new System.Windows.Forms.CheckBox();
this.cbImgurUploadSelectedAlbum = new System.Windows.Forms.CheckBox(); this.cbImgurUploadSelectedAlbum = new System.Windows.Forms.CheckBox();
this.cbImgurDirectLink = new System.Windows.Forms.CheckBox(); this.cbImgurDirectLink = new System.Windows.Forms.CheckBox();
this.atcImgurAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.oauth2Imgur = new ShareX.UploadersLib.OAuthControl();
this.lvImgurAlbumList = new System.Windows.Forms.ListView(); this.lvImgurAlbumList = new System.Windows.Forms.ListView();
this.chImgurID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chImgurID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chImgurTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chImgurTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@ -453,7 +437,6 @@ private void InitializeComponent()
this.txtImageShackPassword = new System.Windows.Forms.TextBox(); this.txtImageShackPassword = new System.Windows.Forms.TextBox();
this.lblImageShackPassword = new System.Windows.Forms.Label(); this.lblImageShackPassword = new System.Windows.Forms.Label();
this.tpTinyPic = new System.Windows.Forms.TabPage(); this.tpTinyPic = new System.Windows.Forms.TabPage();
this.atcTinyPicAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.btnTinyPicLogin = new System.Windows.Forms.Button(); this.btnTinyPicLogin = new System.Windows.Forms.Button();
this.txtTinyPicPassword = new System.Windows.Forms.TextBox(); this.txtTinyPicPassword = new System.Windows.Forms.TextBox();
this.lblTinyPicPassword = new System.Windows.Forms.Label(); this.lblTinyPicPassword = new System.Windows.Forms.Label();
@ -494,7 +477,6 @@ private void InitializeComponent()
this.chPicasaName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chPicasaName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPicasaDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chPicasaDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnPicasaRefreshAlbumList = new System.Windows.Forms.Button(); this.btnPicasaRefreshAlbumList = new System.Windows.Forms.Button();
this.oauth2Picasa = new ShareX.UploadersLib.OAuthControl();
this.tpChevereto = new System.Windows.Forms.TabPage(); this.tpChevereto = new System.Windows.Forms.TabPage();
this.cbCheveretoDirectURL = new System.Windows.Forms.CheckBox(); this.cbCheveretoDirectURL = new System.Windows.Forms.CheckBox();
this.lblCheveretoWebsiteTip = new System.Windows.Forms.Label(); this.lblCheveretoWebsiteTip = new System.Windows.Forms.Label();
@ -505,7 +487,27 @@ private void InitializeComponent()
this.tcUploaders = new System.Windows.Forms.TabControl(); this.tcUploaders = new System.Windows.Forms.TabControl();
this.lblWidthHint = new System.Windows.Forms.Label(); this.lblWidthHint = new System.Windows.Forms.Label();
this.ttlvMain = new ShareX.HelpersLib.TabToListView(); this.ttlvMain = new ShareX.HelpersLib.TabToListView();
this.atcImgurAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.oauth2Imgur = new ShareX.UploadersLib.OAuthControl();
this.atcTinyPicAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.oauth2Picasa = new ShareX.UploadersLib.OAuthControl();
this.oAuth2Gist = new ShareX.UploadersLib.OAuthControl();
this.atcGistAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.ucFTPAccounts = new ShareX.UploadersLib.AccountsControl();
this.oauth2Dropbox = new ShareX.UploadersLib.OAuthControl();
this.oAuth2OneDrive = new ShareX.UploadersLib.OAuthControl();
this.oauth2GoogleDrive = new ShareX.UploadersLib.OAuthControl();
this.oauth2Box = new ShareX.UploadersLib.OAuthControl();
this.oAuthCopy = new ShareX.UploadersLib.OAuthControl();
this.atcSendSpaceAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.oAuthJira = new ShareX.UploadersLib.OAuthControl();
this.oauthTwitter = new ShareX.UploadersLib.OAuthControl();
this.oauth2Bitly = new ShareX.UploadersLib.OAuthControl();
this.oauth2GoogleURLShortener = new ShareX.UploadersLib.OAuthControl();
this.atcGoogleURLShortenerAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.ucLocalhostAccounts = new ShareX.UploadersLib.AccountsControl();
this.actRapidShareAccountType = new ShareX.UploadersLib.AccountTypeControl(); this.actRapidShareAccountType = new ShareX.UploadersLib.AccountTypeControl();
((System.ComponentModel.ISupportInitialize)(this.pbCustomUploaderURLTip)).BeginInit();
this.tpOtherUploaders.SuspendLayout(); this.tpOtherUploaders.SuspendLayout();
this.tcOtherUploaders.SuspendLayout(); this.tcOtherUploaders.SuspendLayout();
this.tpTwitter.SuspendLayout(); this.tpTwitter.SuspendLayout();
@ -613,6 +615,14 @@ private void InitializeComponent()
this.cbAmazonS3CustomCNAME.UseVisualStyleBackColor = true; this.cbAmazonS3CustomCNAME.UseVisualStyleBackColor = true;
this.cbAmazonS3CustomCNAME.CheckedChanged += new System.EventHandler(this.cbAmazonS3CustomCNAME_CheckedChanged); this.cbAmazonS3CustomCNAME.CheckedChanged += new System.EventHandler(this.cbAmazonS3CustomCNAME_CheckedChanged);
// //
// pbCustomUploaderURLTip
//
this.pbCustomUploaderURLTip.Image = global::ShareX.UploadersLib.Properties.Resources.question_button;
resources.ApplyResources(this.pbCustomUploaderURLTip, "pbCustomUploaderURLTip");
this.pbCustomUploaderURLTip.Name = "pbCustomUploaderURLTip";
this.pbCustomUploaderURLTip.TabStop = false;
this.ttHelpTip.SetToolTip(this.pbCustomUploaderURLTip, resources.GetString("pbCustomUploaderURLTip.ToolTip"));
//
// tpOtherUploaders // tpOtherUploaders
// //
this.tpOtherUploaders.Controls.Add(this.tcOtherUploaders); this.tpOtherUploaders.Controls.Add(this.tcOtherUploaders);
@ -676,15 +686,6 @@ private void InitializeComponent()
this.cbTwitterSkipMessageBox.UseVisualStyleBackColor = true; this.cbTwitterSkipMessageBox.UseVisualStyleBackColor = true;
this.cbTwitterSkipMessageBox.CheckedChanged += new System.EventHandler(this.cbTwitterSkipMessageBox_CheckedChanged); this.cbTwitterSkipMessageBox.CheckedChanged += new System.EventHandler(this.cbTwitterSkipMessageBox_CheckedChanged);
// //
// oauthTwitter
//
resources.ApplyResources(this.oauthTwitter, "oauthTwitter");
this.oauthTwitter.IsRefreshable = false;
this.oauthTwitter.Name = "oauthTwitter";
this.oauthTwitter.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauthTwitter_OpenButtonClicked);
this.oauthTwitter.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauthTwitter_CompleteButtonClicked);
this.oauthTwitter.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauthTwitter_ClearButtonClicked);
//
// txtTwitterDescription // txtTwitterDescription
// //
resources.ApplyResources(this.txtTwitterDescription, "txtTwitterDescription"); resources.ApplyResources(this.txtTwitterDescription, "txtTwitterDescription");
@ -711,6 +712,7 @@ private void InitializeComponent()
// //
// tpCustomUploaders // tpCustomUploaders
// //
this.tpCustomUploaders.Controls.Add(this.pbCustomUploaderURLTip);
this.tpCustomUploaders.Controls.Add(this.tcCustomUploaderArguments); this.tpCustomUploaders.Controls.Add(this.tcCustomUploaderArguments);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderExamples); this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderExamples);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderHelp); this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderHelp);
@ -1259,15 +1261,6 @@ private void InitializeComponent()
resources.ApplyResources(this.lblBitlyDomain, "lblBitlyDomain"); resources.ApplyResources(this.lblBitlyDomain, "lblBitlyDomain");
this.lblBitlyDomain.Name = "lblBitlyDomain"; this.lblBitlyDomain.Name = "lblBitlyDomain";
// //
// oauth2Bitly
//
this.oauth2Bitly.IsRefreshable = false;
resources.ApplyResources(this.oauth2Bitly, "oauth2Bitly");
this.oauth2Bitly.Name = "oauth2Bitly";
this.oauth2Bitly.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Bitly_OpenButtonClicked);
this.oauth2Bitly.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Bitly_CompleteButtonClicked);
this.oauth2Bitly.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Bitly_ClearButtonClicked);
//
// tpGoogleURLShortener // tpGoogleURLShortener
// //
this.tpGoogleURLShortener.Controls.Add(this.oauth2GoogleURLShortener); this.tpGoogleURLShortener.Controls.Add(this.oauth2GoogleURLShortener);
@ -1276,22 +1269,6 @@ private void InitializeComponent()
this.tpGoogleURLShortener.Name = "tpGoogleURLShortener"; this.tpGoogleURLShortener.Name = "tpGoogleURLShortener";
this.tpGoogleURLShortener.UseVisualStyleBackColor = true; this.tpGoogleURLShortener.UseVisualStyleBackColor = true;
// //
// oauth2GoogleURLShortener
//
resources.ApplyResources(this.oauth2GoogleURLShortener, "oauth2GoogleURLShortener");
this.oauth2GoogleURLShortener.Name = "oauth2GoogleURLShortener";
this.oauth2GoogleURLShortener.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2GoogleURLShortener_OpenButtonClicked);
this.oauth2GoogleURLShortener.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2GoogleURLShortener_CompleteButtonClicked);
this.oauth2GoogleURLShortener.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2GoogleURLShortener_ClearButtonClicked);
this.oauth2GoogleURLShortener.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2GoogleURLShortener_RefreshButtonClicked);
//
// atcGoogleURLShortenerAccountType
//
resources.ApplyResources(this.atcGoogleURLShortenerAccountType, "atcGoogleURLShortenerAccountType");
this.atcGoogleURLShortenerAccountType.Name = "atcGoogleURLShortenerAccountType";
this.atcGoogleURLShortenerAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcGoogleURLShortenerAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGoogleURLShortenerAccountType_AccountTypeChanged);
//
// tpYourls // tpYourls
// //
this.tpYourls.Controls.Add(this.txtYourlsPassword); this.tpYourls.Controls.Add(this.txtYourlsPassword);
@ -1557,11 +1534,6 @@ private void InitializeComponent()
this.cboFtpText.Name = "cboFtpText"; this.cboFtpText.Name = "cboFtpText";
this.cboFtpText.SelectedIndexChanged += new System.EventHandler(this.cboFtpText_SelectedIndexChanged); this.cboFtpText.SelectedIndexChanged += new System.EventHandler(this.cboFtpText_SelectedIndexChanged);
// //
// ucFTPAccounts
//
resources.ApplyResources(this.ucFTPAccounts, "ucFTPAccounts");
this.ucFTPAccounts.Name = "ucFTPAccounts";
//
// tpDropbox // tpDropbox
// //
this.tpDropbox.Controls.Add(this.oauth2Dropbox); this.tpDropbox.Controls.Add(this.oauth2Dropbox);
@ -1577,15 +1549,6 @@ private void InitializeComponent()
this.tpDropbox.Name = "tpDropbox"; this.tpDropbox.Name = "tpDropbox";
this.tpDropbox.UseVisualStyleBackColor = true; this.tpDropbox.UseVisualStyleBackColor = true;
// //
// oauth2Dropbox
//
this.oauth2Dropbox.IsRefreshable = false;
resources.ApplyResources(this.oauth2Dropbox, "oauth2Dropbox");
this.oauth2Dropbox.Name = "oauth2Dropbox";
this.oauth2Dropbox.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Dropbox_OpenButtonClicked);
this.oauth2Dropbox.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Dropbox_CompleteButtonClicked);
this.oauth2Dropbox.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Dropbox_ClearButtonClicked);
//
// cbDropboxURLType // cbDropboxURLType
// //
this.cbDropboxURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbDropboxURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
@ -1666,15 +1629,6 @@ private void InitializeComponent()
this.cbOneDriveCreateShareableLink.UseVisualStyleBackColor = true; this.cbOneDriveCreateShareableLink.UseVisualStyleBackColor = true;
this.cbOneDriveCreateShareableLink.CheckedChanged += new System.EventHandler(this.cbOneDriveCreateShareableLink_CheckedChanged); this.cbOneDriveCreateShareableLink.CheckedChanged += new System.EventHandler(this.cbOneDriveCreateShareableLink_CheckedChanged);
// //
// oAuth2OneDrive
//
resources.ApplyResources(this.oAuth2OneDrive, "oAuth2OneDrive");
this.oAuth2OneDrive.Name = "oAuth2OneDrive";
this.oAuth2OneDrive.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuth2OneDrive_OpenButtonClicked);
this.oAuth2OneDrive.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuth2OneDrive_CompleteButtonClicked);
this.oAuth2OneDrive.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuth2OneDrive_ClearButtonClicked);
this.oAuth2OneDrive.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oAuth2OneDrive_RefreshButtonClicked);
//
// tpGoogleDrive // tpGoogleDrive
// //
this.tpGoogleDrive.Controls.Add(this.cbGoogleDriveUseFolder); this.tpGoogleDrive.Controls.Add(this.cbGoogleDriveUseFolder);
@ -1742,15 +1696,6 @@ private void InitializeComponent()
this.cbGoogleDriveIsPublic.UseVisualStyleBackColor = true; this.cbGoogleDriveIsPublic.UseVisualStyleBackColor = true;
this.cbGoogleDriveIsPublic.CheckedChanged += new System.EventHandler(this.cbGoogleDriveIsPublic_CheckedChanged); this.cbGoogleDriveIsPublic.CheckedChanged += new System.EventHandler(this.cbGoogleDriveIsPublic_CheckedChanged);
// //
// oauth2GoogleDrive
//
resources.ApplyResources(this.oauth2GoogleDrive, "oauth2GoogleDrive");
this.oauth2GoogleDrive.Name = "oauth2GoogleDrive";
this.oauth2GoogleDrive.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2GoogleDrive_OpenButtonClicked);
this.oauth2GoogleDrive.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2GoogleDrive_CompleteButtonClicked);
this.oauth2GoogleDrive.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2GoogleDrive_ClearButtonClicked);
this.oauth2GoogleDrive.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2GoogleDrive_RefreshButtonClicked);
//
// tpBox // tpBox
// //
this.tpBox.Controls.Add(this.lblBoxFolderTip); this.tpBox.Controls.Add(this.lblBoxFolderTip);
@ -1804,15 +1749,6 @@ private void InitializeComponent()
this.btnBoxRefreshFolders.UseVisualStyleBackColor = true; this.btnBoxRefreshFolders.UseVisualStyleBackColor = true;
this.btnBoxRefreshFolders.Click += new System.EventHandler(this.btnBoxRefreshFolders_Click); this.btnBoxRefreshFolders.Click += new System.EventHandler(this.btnBoxRefreshFolders_Click);
// //
// oauth2Box
//
resources.ApplyResources(this.oauth2Box, "oauth2Box");
this.oauth2Box.Name = "oauth2Box";
this.oauth2Box.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Box_OpenButtonClicked);
this.oauth2Box.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Box_CompleteButtonClicked);
this.oauth2Box.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Box_ClearButtonClicked);
this.oauth2Box.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Box_RefreshButtonClicked);
//
// tpCopy // tpCopy
// //
this.tpCopy.Controls.Add(this.pbCopyLogo); this.tpCopy.Controls.Add(this.pbCopyLogo);
@ -1863,15 +1799,6 @@ private void InitializeComponent()
this.txtCopyPath.Name = "txtCopyPath"; this.txtCopyPath.Name = "txtCopyPath";
this.txtCopyPath.TextChanged += new System.EventHandler(this.txtCopyPath_TextChanged); this.txtCopyPath.TextChanged += new System.EventHandler(this.txtCopyPath_TextChanged);
// //
// oAuthCopy
//
this.oAuthCopy.IsRefreshable = false;
resources.ApplyResources(this.oAuthCopy, "oAuthCopy");
this.oAuthCopy.Name = "oAuthCopy";
this.oAuthCopy.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuthCopy_OpenButtonClicked);
this.oAuthCopy.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuthCopy_CompleteButtonClicked);
this.oAuthCopy.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuthCopy_ClearButtonClicked);
//
// tpAmazonS3 // tpAmazonS3
// //
this.tpAmazonS3.Controls.Add(this.txtAmazonS3CustomDomain); this.tpAmazonS3.Controls.Add(this.txtAmazonS3CustomDomain);
@ -2297,13 +2224,6 @@ private void InitializeComponent()
this.txtSendSpaceUserName.Name = "txtSendSpaceUserName"; this.txtSendSpaceUserName.Name = "txtSendSpaceUserName";
this.txtSendSpaceUserName.TextChanged += new System.EventHandler(this.txtSendSpaceUserName_TextChanged); this.txtSendSpaceUserName.TextChanged += new System.EventHandler(this.txtSendSpaceUserName_TextChanged);
// //
// atcSendSpaceAccountType
//
resources.ApplyResources(this.atcSendSpaceAccountType, "atcSendSpaceAccountType");
this.atcSendSpaceAccountType.Name = "atcSendSpaceAccountType";
this.atcSendSpaceAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcSendSpaceAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcSendSpaceAccountType_AccountTypeChanged);
//
// tpGe_tt // tpGe_tt
// //
this.tpGe_tt.Controls.Add(this.lblGe_ttStatus); this.tpGe_tt.Controls.Add(this.lblGe_ttStatus);
@ -2559,15 +2479,6 @@ private void InitializeComponent()
resources.ApplyResources(this.lblJiraHost, "lblJiraHost"); resources.ApplyResources(this.lblJiraHost, "lblJiraHost");
this.lblJiraHost.Name = "lblJiraHost"; this.lblJiraHost.Name = "lblJiraHost";
// //
// oAuthJira
//
resources.ApplyResources(this.oAuthJira, "oAuthJira");
this.oAuthJira.Name = "oAuthJira";
this.oAuthJira.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuthJira_OpenButtonClicked);
this.oAuthJira.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuthJira_CompleteButtonClicked);
this.oAuthJira.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuthJira_ClearButtonClicked);
this.oAuthJira.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oAuthJira_RefreshButtonClicked);
//
// tpLambda // tpLambda
// //
this.tpLambda.Controls.Add(this.lblLambdaInfo); this.tpLambda.Controls.Add(this.lblLambdaInfo);
@ -3188,11 +3099,6 @@ private void InitializeComponent()
this.cboSharedFolderImages.Name = "cboSharedFolderImages"; this.cboSharedFolderImages.Name = "cboSharedFolderImages";
this.cboSharedFolderImages.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderImages_SelectedIndexChanged); this.cboSharedFolderImages.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderImages_SelectedIndexChanged);
// //
// ucLocalhostAccounts
//
resources.ApplyResources(this.ucLocalhostAccounts, "ucLocalhostAccounts");
this.ucLocalhostAccounts.Name = "ucLocalhostAccounts";
//
// btnCopyShowFiles // btnCopyShowFiles
// //
resources.ApplyResources(this.btnCopyShowFiles, "btnCopyShowFiles"); resources.ApplyResources(this.btnCopyShowFiles, "btnCopyShowFiles");
@ -3366,22 +3272,6 @@ private void InitializeComponent()
this.chkGistPublishPublic.UseVisualStyleBackColor = true; this.chkGistPublishPublic.UseVisualStyleBackColor = true;
this.chkGistPublishPublic.CheckedChanged += new System.EventHandler(this.chkGistPublishPublic_CheckedChanged); this.chkGistPublishPublic.CheckedChanged += new System.EventHandler(this.chkGistPublishPublic_CheckedChanged);
// //
// oAuth2Gist
//
resources.ApplyResources(this.oAuth2Gist, "oAuth2Gist");
this.oAuth2Gist.IsRefreshable = false;
this.oAuth2Gist.Name = "oAuth2Gist";
this.oAuth2Gist.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuth2Gist_OpenButtonClicked);
this.oAuth2Gist.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuth2Gist_CompleteButtonClicked);
this.oAuth2Gist.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuth2Gist_ClearButtonClicked);
//
// atcGistAccountType
//
resources.ApplyResources(this.atcGistAccountType, "atcGistAccountType");
this.atcGistAccountType.Name = "atcGistAccountType";
this.atcGistAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcGistAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGistAccountType_AccountTypeChanged);
//
// tpUpaste // tpUpaste
// //
this.tpUpaste.Controls.Add(this.cbUpasteIsPublic); this.tpUpaste.Controls.Add(this.cbUpasteIsPublic);
@ -3531,22 +3421,6 @@ private void InitializeComponent()
this.cbImgurDirectLink.UseVisualStyleBackColor = true; this.cbImgurDirectLink.UseVisualStyleBackColor = true;
this.cbImgurDirectLink.CheckedChanged += new System.EventHandler(this.cbImgurDirectLink_CheckedChanged); this.cbImgurDirectLink.CheckedChanged += new System.EventHandler(this.cbImgurDirectLink_CheckedChanged);
// //
// atcImgurAccountType
//
resources.ApplyResources(this.atcImgurAccountType, "atcImgurAccountType");
this.atcImgurAccountType.Name = "atcImgurAccountType";
this.atcImgurAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcImgurAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcImgurAccountType_AccountTypeChanged);
//
// oauth2Imgur
//
resources.ApplyResources(this.oauth2Imgur, "oauth2Imgur");
this.oauth2Imgur.Name = "oauth2Imgur";
this.oauth2Imgur.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Imgur_OpenButtonClicked);
this.oauth2Imgur.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Imgur_CompleteButtonClicked);
this.oauth2Imgur.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Imgur_ClearButtonClicked);
this.oauth2Imgur.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Imgur_RefreshButtonClicked);
//
// lvImgurAlbumList // lvImgurAlbumList
// //
this.lvImgurAlbumList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.lvImgurAlbumList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
@ -3673,13 +3547,6 @@ private void InitializeComponent()
this.tpTinyPic.Name = "tpTinyPic"; this.tpTinyPic.Name = "tpTinyPic";
this.tpTinyPic.UseVisualStyleBackColor = true; this.tpTinyPic.UseVisualStyleBackColor = true;
// //
// atcTinyPicAccountType
//
resources.ApplyResources(this.atcTinyPicAccountType, "atcTinyPicAccountType");
this.atcTinyPicAccountType.Name = "atcTinyPicAccountType";
this.atcTinyPicAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcTinyPicAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcTinyPicAccountType_AccountTypeChanged);
//
// btnTinyPicLogin // btnTinyPicLogin
// //
resources.ApplyResources(this.btnTinyPicLogin, "btnTinyPicLogin"); resources.ApplyResources(this.btnTinyPicLogin, "btnTinyPicLogin");
@ -3960,15 +3827,6 @@ private void InitializeComponent()
this.btnPicasaRefreshAlbumList.UseVisualStyleBackColor = true; this.btnPicasaRefreshAlbumList.UseVisualStyleBackColor = true;
this.btnPicasaRefreshAlbumList.Click += new System.EventHandler(this.btnPicasaRefreshAlbumList_Click); this.btnPicasaRefreshAlbumList.Click += new System.EventHandler(this.btnPicasaRefreshAlbumList_Click);
// //
// oauth2Picasa
//
resources.ApplyResources(this.oauth2Picasa, "oauth2Picasa");
this.oauth2Picasa.Name = "oauth2Picasa";
this.oauth2Picasa.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Picasa_OpenButtonClicked);
this.oauth2Picasa.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Picasa_CompleteButtonClicked);
this.oauth2Picasa.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Picasa_ClearButtonClicked);
this.oauth2Picasa.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Picasa_RefreshButtonClicked);
//
// tpChevereto // tpChevereto
// //
this.tpChevereto.Controls.Add(this.cbCheveretoDirectURL); this.tpChevereto.Controls.Add(this.cbCheveretoDirectURL);
@ -4040,6 +3898,159 @@ private void InitializeComponent()
this.ttlvMain.MainTabControl = null; this.ttlvMain.MainTabControl = null;
this.ttlvMain.Name = "ttlvMain"; this.ttlvMain.Name = "ttlvMain";
// //
// atcImgurAccountType
//
resources.ApplyResources(this.atcImgurAccountType, "atcImgurAccountType");
this.atcImgurAccountType.Name = "atcImgurAccountType";
this.atcImgurAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcImgurAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcImgurAccountType_AccountTypeChanged);
//
// oauth2Imgur
//
resources.ApplyResources(this.oauth2Imgur, "oauth2Imgur");
this.oauth2Imgur.Name = "oauth2Imgur";
this.oauth2Imgur.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Imgur_OpenButtonClicked);
this.oauth2Imgur.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Imgur_CompleteButtonClicked);
this.oauth2Imgur.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Imgur_ClearButtonClicked);
this.oauth2Imgur.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Imgur_RefreshButtonClicked);
//
// atcTinyPicAccountType
//
resources.ApplyResources(this.atcTinyPicAccountType, "atcTinyPicAccountType");
this.atcTinyPicAccountType.Name = "atcTinyPicAccountType";
this.atcTinyPicAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcTinyPicAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcTinyPicAccountType_AccountTypeChanged);
//
// oauth2Picasa
//
resources.ApplyResources(this.oauth2Picasa, "oauth2Picasa");
this.oauth2Picasa.Name = "oauth2Picasa";
this.oauth2Picasa.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Picasa_OpenButtonClicked);
this.oauth2Picasa.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Picasa_CompleteButtonClicked);
this.oauth2Picasa.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Picasa_ClearButtonClicked);
this.oauth2Picasa.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Picasa_RefreshButtonClicked);
//
// oAuth2Gist
//
resources.ApplyResources(this.oAuth2Gist, "oAuth2Gist");
this.oAuth2Gist.IsRefreshable = false;
this.oAuth2Gist.Name = "oAuth2Gist";
this.oAuth2Gist.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuth2Gist_OpenButtonClicked);
this.oAuth2Gist.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuth2Gist_CompleteButtonClicked);
this.oAuth2Gist.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuth2Gist_ClearButtonClicked);
//
// atcGistAccountType
//
resources.ApplyResources(this.atcGistAccountType, "atcGistAccountType");
this.atcGistAccountType.Name = "atcGistAccountType";
this.atcGistAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcGistAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGistAccountType_AccountTypeChanged);
//
// ucFTPAccounts
//
resources.ApplyResources(this.ucFTPAccounts, "ucFTPAccounts");
this.ucFTPAccounts.Name = "ucFTPAccounts";
//
// oauth2Dropbox
//
this.oauth2Dropbox.IsRefreshable = false;
resources.ApplyResources(this.oauth2Dropbox, "oauth2Dropbox");
this.oauth2Dropbox.Name = "oauth2Dropbox";
this.oauth2Dropbox.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Dropbox_OpenButtonClicked);
this.oauth2Dropbox.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Dropbox_CompleteButtonClicked);
this.oauth2Dropbox.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Dropbox_ClearButtonClicked);
//
// oAuth2OneDrive
//
resources.ApplyResources(this.oAuth2OneDrive, "oAuth2OneDrive");
this.oAuth2OneDrive.Name = "oAuth2OneDrive";
this.oAuth2OneDrive.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuth2OneDrive_OpenButtonClicked);
this.oAuth2OneDrive.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuth2OneDrive_CompleteButtonClicked);
this.oAuth2OneDrive.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuth2OneDrive_ClearButtonClicked);
this.oAuth2OneDrive.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oAuth2OneDrive_RefreshButtonClicked);
//
// oauth2GoogleDrive
//
resources.ApplyResources(this.oauth2GoogleDrive, "oauth2GoogleDrive");
this.oauth2GoogleDrive.Name = "oauth2GoogleDrive";
this.oauth2GoogleDrive.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2GoogleDrive_OpenButtonClicked);
this.oauth2GoogleDrive.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2GoogleDrive_CompleteButtonClicked);
this.oauth2GoogleDrive.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2GoogleDrive_ClearButtonClicked);
this.oauth2GoogleDrive.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2GoogleDrive_RefreshButtonClicked);
//
// oauth2Box
//
resources.ApplyResources(this.oauth2Box, "oauth2Box");
this.oauth2Box.Name = "oauth2Box";
this.oauth2Box.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Box_OpenButtonClicked);
this.oauth2Box.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Box_CompleteButtonClicked);
this.oauth2Box.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Box_ClearButtonClicked);
this.oauth2Box.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Box_RefreshButtonClicked);
//
// oAuthCopy
//
this.oAuthCopy.IsRefreshable = false;
resources.ApplyResources(this.oAuthCopy, "oAuthCopy");
this.oAuthCopy.Name = "oAuthCopy";
this.oAuthCopy.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuthCopy_OpenButtonClicked);
this.oAuthCopy.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuthCopy_CompleteButtonClicked);
this.oAuthCopy.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuthCopy_ClearButtonClicked);
//
// atcSendSpaceAccountType
//
resources.ApplyResources(this.atcSendSpaceAccountType, "atcSendSpaceAccountType");
this.atcSendSpaceAccountType.Name = "atcSendSpaceAccountType";
this.atcSendSpaceAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcSendSpaceAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcSendSpaceAccountType_AccountTypeChanged);
//
// oAuthJira
//
resources.ApplyResources(this.oAuthJira, "oAuthJira");
this.oAuthJira.Name = "oAuthJira";
this.oAuthJira.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuthJira_OpenButtonClicked);
this.oAuthJira.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuthJira_CompleteButtonClicked);
this.oAuthJira.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuthJira_ClearButtonClicked);
this.oAuthJira.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oAuthJira_RefreshButtonClicked);
//
// oauthTwitter
//
resources.ApplyResources(this.oauthTwitter, "oauthTwitter");
this.oauthTwitter.IsRefreshable = false;
this.oauthTwitter.Name = "oauthTwitter";
this.oauthTwitter.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauthTwitter_OpenButtonClicked);
this.oauthTwitter.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauthTwitter_CompleteButtonClicked);
this.oauthTwitter.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauthTwitter_ClearButtonClicked);
//
// oauth2Bitly
//
this.oauth2Bitly.IsRefreshable = false;
resources.ApplyResources(this.oauth2Bitly, "oauth2Bitly");
this.oauth2Bitly.Name = "oauth2Bitly";
this.oauth2Bitly.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Bitly_OpenButtonClicked);
this.oauth2Bitly.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Bitly_CompleteButtonClicked);
this.oauth2Bitly.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Bitly_ClearButtonClicked);
//
// oauth2GoogleURLShortener
//
resources.ApplyResources(this.oauth2GoogleURLShortener, "oauth2GoogleURLShortener");
this.oauth2GoogleURLShortener.Name = "oauth2GoogleURLShortener";
this.oauth2GoogleURLShortener.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2GoogleURLShortener_OpenButtonClicked);
this.oauth2GoogleURLShortener.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2GoogleURLShortener_CompleteButtonClicked);
this.oauth2GoogleURLShortener.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2GoogleURLShortener_ClearButtonClicked);
this.oauth2GoogleURLShortener.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2GoogleURLShortener_RefreshButtonClicked);
//
// atcGoogleURLShortenerAccountType
//
resources.ApplyResources(this.atcGoogleURLShortenerAccountType, "atcGoogleURLShortenerAccountType");
this.atcGoogleURLShortenerAccountType.Name = "atcGoogleURLShortenerAccountType";
this.atcGoogleURLShortenerAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
this.atcGoogleURLShortenerAccountType.AccountTypeChanged += new ShareX.UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGoogleURLShortenerAccountType_AccountTypeChanged);
//
// ucLocalhostAccounts
//
resources.ApplyResources(this.ucLocalhostAccounts, "ucLocalhostAccounts");
this.ucLocalhostAccounts.Name = "ucLocalhostAccounts";
//
// actRapidShareAccountType // actRapidShareAccountType
// //
resources.ApplyResources(this.actRapidShareAccountType, "actRapidShareAccountType"); resources.ApplyResources(this.actRapidShareAccountType, "actRapidShareAccountType");
@ -4058,6 +4069,7 @@ private void InitializeComponent()
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Shown += new System.EventHandler(this.UploadersConfigForm_Shown); this.Shown += new System.EventHandler(this.UploadersConfigForm_Shown);
this.Resize += new System.EventHandler(this.UploadersConfigForm_Resize); this.Resize += new System.EventHandler(this.UploadersConfigForm_Resize);
((System.ComponentModel.ISupportInitialize)(this.pbCustomUploaderURLTip)).EndInit();
this.tpOtherUploaders.ResumeLayout(false); this.tpOtherUploaders.ResumeLayout(false);
this.tcOtherUploaders.ResumeLayout(false); this.tcOtherUploaders.ResumeLayout(false);
this.tpTwitter.ResumeLayout(false); this.tpTwitter.ResumeLayout(false);
@ -4667,5 +4679,6 @@ private void InitializeComponent()
private System.Windows.Forms.Label lblStreamableUsername; private System.Windows.Forms.Label lblStreamableUsername;
private System.Windows.Forms.Label lblStreamablePassword; private System.Windows.Forms.Label lblStreamablePassword;
private System.Windows.Forms.CheckBox cbStreamableAnonymous; private System.Windows.Forms.CheckBox cbStreamableAnonymous;
private System.Windows.Forms.PictureBox pbCustomUploaderURLTip;
} }
} }

View file

@ -208,6 +208,40 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<data name="&gt;&gt;cbAmazonS3CustomCNAME.ZOrder" xml:space="preserve"> <data name="&gt;&gt;cbAmazonS3CustomCNAME.ZOrder" xml:space="preserve">
<value>5</value> <value>5</value>
</data> </data>
<data name="pbCustomUploaderURLTip.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="pbCustomUploaderURLTip.Location" type="System.Drawing.Point, System.Drawing">
<value>768, 245</value>
</data>
<data name="pbCustomUploaderURLTip.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbCustomUploaderURLTip.TabIndex" type="System.Int32, mscorlib">
<value>35</value>
</data>
<data name="pbCustomUploaderURLTip.ToolTip" xml:space="preserve">
<value>JSON response parsing example using JsonPath syntax:
$json:Files[0].URL$
XML response parsing example using XPath syntax:
$xml:/Files/File[1]/URL$
For to be able to use regex on response add your regex text to top list
and double click it inside list to automatically add syntax of it here.</value>
</data>
<data name="&gt;&gt;pbCustomUploaderURLTip.Name" xml:space="preserve">
<value>pbCustomUploaderURLTip</value>
</data>
<data name="&gt;&gt;pbCustomUploaderURLTip.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbCustomUploaderURLTip.Parent" xml:space="preserve">
<value>tpCustomUploaders</value>
</data>
<data name="&gt;&gt;pbCustomUploaderURLTip.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="btnTwitterNameUpdate.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="btnTwitterNameUpdate.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
</data> </data>
@ -884,7 +918,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;tcCustomUploaderArguments.ZOrder" xml:space="preserve"> <data name="&gt;&gt;tcCustomUploaderArguments.ZOrder" xml:space="preserve">
<value>0</value> <value>1</value>
</data> </data>
<data name="btnCustomUploaderExamples.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="btnCustomUploaderExamples.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
@ -911,7 +945,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;btnCustomUploaderExamples.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnCustomUploaderExamples.ZOrder" xml:space="preserve">
<value>1</value> <value>2</value>
</data> </data>
<data name="btnCustomUploaderHelp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="btnCustomUploaderHelp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
@ -938,7 +972,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;btnCustomUploaderHelp.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnCustomUploaderHelp.ZOrder" xml:space="preserve">
<value>2</value> <value>3</value>
</data> </data>
<data name="lblCustomUploaderImageUploader.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderImageUploader.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -968,7 +1002,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderImageUploader.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderImageUploader.ZOrder" xml:space="preserve">
<value>3</value> <value>4</value>
</data> </data>
<data name="btnCustomUploaderFileUploaderTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="btnCustomUploaderFileUploaderTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
@ -995,7 +1029,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;btnCustomUploaderFileUploaderTest.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnCustomUploaderFileUploaderTest.ZOrder" xml:space="preserve">
<value>4</value> <value>5</value>
</data> </data>
<data name="lblCustomUploaderFileUploader.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderFileUploader.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1025,7 +1059,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderFileUploader.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderFileUploader.ZOrder" xml:space="preserve">
<value>5</value> <value>6</value>
</data> </data>
<data name="btnCustomUploaderImageUploaderTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="btnCustomUploaderImageUploaderTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
@ -1052,7 +1086,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;btnCustomUploaderImageUploaderTest.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnCustomUploaderImageUploaderTest.ZOrder" xml:space="preserve">
<value>6</value> <value>7</value>
</data> </data>
<data name="lblCustomUploaderTestResult.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderTestResult.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1082,7 +1116,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderTestResult.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderTestResult.ZOrder" xml:space="preserve">
<value>7</value> <value>8</value>
</data> </data>
<data name="txtCustomUploaderDeletionURL.Location" type="System.Drawing.Point, System.Drawing"> <data name="txtCustomUploaderDeletionURL.Location" type="System.Drawing.Point, System.Drawing">
<value>536, 344</value> <value>536, 344</value>
@ -1103,7 +1137,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;txtCustomUploaderDeletionURL.ZOrder" xml:space="preserve"> <data name="&gt;&gt;txtCustomUploaderDeletionURL.ZOrder" xml:space="preserve">
<value>8</value> <value>9</value>
</data> </data>
<data name="cbCustomUploaderFileUploader.Location" type="System.Drawing.Point, System.Drawing"> <data name="cbCustomUploaderFileUploader.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 424</value> <value>8, 424</value>
@ -1124,7 +1158,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;cbCustomUploaderFileUploader.ZOrder" xml:space="preserve"> <data name="&gt;&gt;cbCustomUploaderFileUploader.ZOrder" xml:space="preserve">
<value>9</value> <value>10</value>
</data> </data>
<data name="lblCustomUploaderDeletionURL.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderDeletionURL.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1154,7 +1188,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderDeletionURL.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderDeletionURL.ZOrder" xml:space="preserve">
<value>10</value> <value>11</value>
</data> </data>
<data name="btnCustomUploaderShowLastResponse.Enabled" type="System.Boolean, mscorlib"> <data name="btnCustomUploaderShowLastResponse.Enabled" type="System.Boolean, mscorlib">
<value>False</value> <value>False</value>
@ -1184,7 +1218,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;btnCustomUploaderShowLastResponse.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnCustomUploaderShowLastResponse.ZOrder" xml:space="preserve">
<value>11</value> <value>12</value>
</data> </data>
<data name="lblCustomUploaderResponseType.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderResponseType.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1214,7 +1248,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderResponseType.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderResponseType.ZOrder" xml:space="preserve">
<value>12</value> <value>13</value>
</data> </data>
<data name="cbCustomUploaderURLShortener.Location" type="System.Drawing.Point, System.Drawing"> <data name="cbCustomUploaderURLShortener.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 464</value> <value>8, 464</value>
@ -1235,7 +1269,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;cbCustomUploaderURLShortener.ZOrder" xml:space="preserve"> <data name="&gt;&gt;cbCustomUploaderURLShortener.ZOrder" xml:space="preserve">
<value>13</value> <value>14</value>
</data> </data>
<data name="btnCustomUploaderClearUploaders.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="btnCustomUploaderClearUploaders.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
@ -1460,7 +1494,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;gbCustomUploaders.ZOrder" xml:space="preserve"> <data name="&gt;&gt;gbCustomUploaders.ZOrder" xml:space="preserve">
<value>14</value> <value>15</value>
</data> </data>
<data name="lblCustomUploaderTextUploader.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderTextUploader.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1490,7 +1524,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderTextUploader.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderTextUploader.ZOrder" xml:space="preserve">
<value>15</value> <value>16</value>
</data> </data>
<data name="lblCustomUploaderRequestURL.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderRequestURL.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1520,7 +1554,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderRequestURL.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderRequestURL.ZOrder" xml:space="preserve">
<value>16</value> <value>17</value>
</data> </data>
<data name="btnCustomUploaderURLShortenerTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="btnCustomUploaderURLShortenerTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
@ -1547,7 +1581,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;btnCustomUploaderURLShortenerTest.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnCustomUploaderURLShortenerTest.ZOrder" xml:space="preserve">
<value>17</value> <value>18</value>
</data> </data>
<data name="lblCustomUploaderRegexTip.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderRegexTip.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1727,7 +1761,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;gbCustomUploaderRegexp.ZOrder" xml:space="preserve"> <data name="&gt;&gt;gbCustomUploaderRegexp.ZOrder" xml:space="preserve">
<value>18</value> <value>19</value>
</data> </data>
<data name="cbCustomUploaderTextUploader.Location" type="System.Drawing.Point, System.Drawing"> <data name="cbCustomUploaderTextUploader.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 384</value> <value>8, 384</value>
@ -1748,7 +1782,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;cbCustomUploaderTextUploader.ZOrder" xml:space="preserve"> <data name="&gt;&gt;cbCustomUploaderTextUploader.ZOrder" xml:space="preserve">
<value>19</value> <value>20</value>
</data> </data>
<data name="txtCustomUploaderThumbnailURL.Location" type="System.Drawing.Point, System.Drawing"> <data name="txtCustomUploaderThumbnailURL.Location" type="System.Drawing.Point, System.Drawing">
<value>536, 304</value> <value>536, 304</value>
@ -1769,7 +1803,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;txtCustomUploaderThumbnailURL.ZOrder" xml:space="preserve"> <data name="&gt;&gt;txtCustomUploaderThumbnailURL.ZOrder" xml:space="preserve">
<value>20</value> <value>21</value>
</data> </data>
<data name="lblCustomUploaderURLShortener.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderURLShortener.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1799,7 +1833,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderURLShortener.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderURLShortener.ZOrder" xml:space="preserve">
<value>21</value> <value>22</value>
</data> </data>
<data name="cbCustomUploaderResponseType.Location" type="System.Drawing.Point, System.Drawing"> <data name="cbCustomUploaderResponseType.Location" type="System.Drawing.Point, System.Drawing">
<value>536, 24</value> <value>536, 24</value>
@ -1820,7 +1854,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;cbCustomUploaderResponseType.ZOrder" xml:space="preserve"> <data name="&gt;&gt;cbCustomUploaderResponseType.ZOrder" xml:space="preserve">
<value>22</value> <value>23</value>
</data> </data>
<data name="btnCustomUploaderTextUploaderTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="btnCustomUploaderTextUploaderTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
@ -1847,7 +1881,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;btnCustomUploaderTextUploaderTest.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnCustomUploaderTextUploaderTest.ZOrder" xml:space="preserve">
<value>23</value> <value>24</value>
</data> </data>
<data name="txtCustomUploaderURL.Location" type="System.Drawing.Point, System.Drawing"> <data name="txtCustomUploaderURL.Location" type="System.Drawing.Point, System.Drawing">
<value>536, 264</value> <value>536, 264</value>
@ -1868,7 +1902,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;txtCustomUploaderURL.ZOrder" xml:space="preserve"> <data name="&gt;&gt;txtCustomUploaderURL.ZOrder" xml:space="preserve">
<value>24</value> <value>25</value>
</data> </data>
<data name="cbCustomUploaderImageUploader.Location" type="System.Drawing.Point, System.Drawing"> <data name="cbCustomUploaderImageUploader.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 344</value> <value>8, 344</value>
@ -1889,7 +1923,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;cbCustomUploaderImageUploader.ZOrder" xml:space="preserve"> <data name="&gt;&gt;cbCustomUploaderImageUploader.ZOrder" xml:space="preserve">
<value>25</value> <value>26</value>
</data> </data>
<data name="txtCustomUploaderRequestURL.Location" type="System.Drawing.Point, System.Drawing"> <data name="txtCustomUploaderRequestURL.Location" type="System.Drawing.Point, System.Drawing">
<value>272, 64</value> <value>272, 64</value>
@ -1910,7 +1944,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;txtCustomUploaderRequestURL.ZOrder" xml:space="preserve"> <data name="&gt;&gt;txtCustomUploaderRequestURL.ZOrder" xml:space="preserve">
<value>26</value> <value>27</value>
</data> </data>
<data name="txtCustomUploaderLog.Location" type="System.Drawing.Point, System.Drawing"> <data name="txtCustomUploaderLog.Location" type="System.Drawing.Point, System.Drawing">
<value>272, 408</value> <value>272, 408</value>
@ -1934,7 +1968,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;txtCustomUploaderLog.ZOrder" xml:space="preserve"> <data name="&gt;&gt;txtCustomUploaderLog.ZOrder" xml:space="preserve">
<value>27</value> <value>28</value>
</data> </data>
<data name="lblCustomUploaderThumbnailURL.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderThumbnailURL.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1964,7 +1998,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderThumbnailURL.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderThumbnailURL.ZOrder" xml:space="preserve">
<value>28</value> <value>29</value>
</data> </data>
<data name="lblCustomUploaderFileForm.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderFileForm.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -1994,7 +2028,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderFileForm.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderFileForm.ZOrder" xml:space="preserve">
<value>29</value> <value>30</value>
</data> </data>
<data name="lblCustomUploaderRequestType.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderRequestType.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -2024,7 +2058,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderRequestType.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderRequestType.ZOrder" xml:space="preserve">
<value>30</value> <value>31</value>
</data> </data>
<data name="cbCustomUploaderRequestType.Location" type="System.Drawing.Point, System.Drawing"> <data name="cbCustomUploaderRequestType.Location" type="System.Drawing.Point, System.Drawing">
<value>272, 24</value> <value>272, 24</value>
@ -2045,7 +2079,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;cbCustomUploaderRequestType.ZOrder" xml:space="preserve"> <data name="&gt;&gt;cbCustomUploaderRequestType.ZOrder" xml:space="preserve">
<value>31</value> <value>32</value>
</data> </data>
<data name="txtCustomUploaderFileForm.Location" type="System.Drawing.Point, System.Drawing"> <data name="txtCustomUploaderFileForm.Location" type="System.Drawing.Point, System.Drawing">
<value>272, 104</value> <value>272, 104</value>
@ -2066,7 +2100,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;txtCustomUploaderFileForm.ZOrder" xml:space="preserve"> <data name="&gt;&gt;txtCustomUploaderFileForm.ZOrder" xml:space="preserve">
<value>32</value> <value>33</value>
</data> </data>
<data name="lblCustomUploaderURL.AutoSize" type="System.Boolean, mscorlib"> <data name="lblCustomUploaderURL.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
@ -2096,7 +2130,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<value>tpCustomUploaders</value> <value>tpCustomUploaders</value>
</data> </data>
<data name="&gt;&gt;lblCustomUploaderURL.ZOrder" xml:space="preserve"> <data name="&gt;&gt;lblCustomUploaderURL.ZOrder" xml:space="preserve">
<value>33</value> <value>34</value>
</data> </data>
<data name="tpCustomUploaders.Location" type="System.Drawing.Point, System.Drawing"> <data name="tpCustomUploaders.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value> <value>4, 22</value>
@ -7296,6 +7330,9 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
<data name="&gt;&gt;tpLambda.ZOrder" xml:space="preserve"> <data name="&gt;&gt;tpLambda.ZOrder" xml:space="preserve">
<value>16</value> <value>16</value>
</data> </data>
<data name="btnPomfTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnPomfTest.Location" type="System.Drawing.Point, System.Drawing"> <data name="btnPomfTest.Location" type="System.Drawing.Point, System.Drawing">
<value>240, 31</value> <value>240, 31</value>
</data> </data>

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema
Version 2.0 Version 2.0
The primary goals of this format is to allow a simple XML format The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes various data types are done through the TypeConverter classes
associated with the data types. associated with the data types.
Example: Example:
... ado.net/XML headers & schema ... ... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader> <resheader name="version">2.0</resheader>
@ -26,36 +26,36 @@
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment> <comment>This is a comment</comment>
</data> </data>
There are any number of "resheader" rows that contain simple There are any number of "resheader" rows that contain simple
name/value pairs. name/value pairs.
Each data row contains a name, and value. The row also contains a Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture. text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the Classes that don't support this are serialized and stored with the
mimetype set. mimetype set.
The mimetype is used for serialized objects, and tells the The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly: extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below. read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64 mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64 mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64 mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter : using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
--> -->
@ -117,372 +117,375 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="UploadersConfigForm_UpdateDropboxStatus_Name_" xml:space="preserve">
<value>Name:</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="Dropbox" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Dropbox.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Copy" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\copy.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Flickr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Flickr.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ImageShack" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\ImageShack.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Imgur" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Imgur.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Pastebin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Pastebin.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Pushbullet" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Pushbullet.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="SendSpace" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\SendSpace.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="TinyPic" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\TinyPic.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Twitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Twitter.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Up1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Up1.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_gray" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_gray.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_photos" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_photos.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_public" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_public.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_star" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_star.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_user" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_user.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="package" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\package.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_acrobat" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_acrobat.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_actionscript" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_actionscript.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_c" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="page_white_c" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_c.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\page_white_c.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="page_white_code" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_code.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_compressed" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_compressed.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_cplusplus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_cplusplus.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_csharp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_csharp.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_cup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_cup.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_dvd" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_dvd.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_excel" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_excel.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_film" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_film.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_flash" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_flash.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_gear" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_gear.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_paint" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="page_white_paint" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_paint.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\page_white_paint.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="page_white_php" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_php.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_picture" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_picture.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_powerpoint" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_powerpoint.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_ruby" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_ruby.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_sound.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_text" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_text.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_tux" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_tux.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_vector" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_vector.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_visualstudio" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_visualstudio.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_word" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_word.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Google" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Google.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Photobucket" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Photobucket.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_network" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder-network.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="globe_network" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\globe-network.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="mail" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\mail.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="server_network" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\server-network.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Minus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Minus.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Box" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Box.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Gett" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Gett.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Picasa" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Picasa.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GoogleDrive" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\GoogleDrive.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="jira" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\jira.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Mega" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Mega.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Yourls" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Yourls.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Upaste" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Upaste" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Upaste.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Favicons\Upaste.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Bitly" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="page_white" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Bitly.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\page_white.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="AmazonS3" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="UploadersConfigForm_MegaConfigureTab_Click_refresh_button" xml:space="preserve">
<value>..\Favicons\AmazonS3.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Click refresh button</value>
</data>
<data name="GitHub" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\GitHub.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Hostr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Hostr.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="OwnCloud" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\OwnCloud.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="AdFly" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\AdFly.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="MediaFire" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\MediaFire.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="OneDrive" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\OneDrive.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Chevereto" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Chevereto.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Hastebin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Hastebin.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Lambda" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Lambda.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="OAuthControl_Status_Status__Not_logged_in_" xml:space="preserve">
<value>Status: Not logged in.</value>
</data> </data>
<data name="OAuthControl_Status_Status__Logged_in_" xml:space="preserve"> <data name="OAuthControl_Status_Status__Logged_in_" xml:space="preserve">
<value>Status: Logged in.</value> <value>Status: Logged in.</value>
</data> </data>
<data name="OAuthControl_Status_Status__Login_failed_" xml:space="preserve"> <data name="Streamable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Status: Login failed.</value> <value>..\Favicons\Streamable.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="UploadersConfigForm_Error" xml:space="preserve"> <data name="page_white_php" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Error</value> <value>..\Resources\page_white_php.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="JiraUpload_ValidateIssueId_Issue_not_found" xml:space="preserve"> <data name="page_white_gear" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Issue not found</value> <value>..\Resources\page_white_gear.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="UploadersConfigForm_Login_successful" xml:space="preserve"> <data name="UploadersConfigForm_FTPOpenClient_FTP_client_only_supports_FTP_or_FTPS_" xml:space="preserve">
<value>Login successful.</value> <value>FTP client only supports FTP or FTPS.</value>
</data>
<data name="OneTimeSecret" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\OneTimeSecret.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="DropboxFilesForm_tsmiDelete_Click_Are_you_sure_you_want_to_delete___0___from_your_Dropbox_" xml:space="preserve">
<value>Are you sure you want to delete "{0}" from your Dropbox?</value>
</data>
<data name="page_white_tux" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_tux.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="package" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\package.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_csharp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_csharp.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="FTPClientForm_FTPCreateDirectory_Directory_name_to_create" xml:space="preserve">
<value>Directory name to create</value>
</data> </data>
<data name="UploadersConfigForm_Login_failed" xml:space="preserve"> <data name="UploadersConfigForm_Login_failed" xml:space="preserve">
<value>Login failed.</value> <value>Login failed.</value>
</data> </data>
<data name="TwitterTweetForm_SendTweet_Tweet_error" xml:space="preserve"> <data name="Picasa" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Tweet error</value> <value>..\Favicons\Picasa.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="DropboxFilesForm_OpenDirectory_Path_not_exist_" xml:space="preserve"> <data name="KeyFileNameEditor_EditValue_Browse_for_a_key_file___" xml:space="preserve">
<value>Path not exist:</value> <value>Browse for a key file...</value>
</data> </data>
<data name="DropboxFilesForm_tsmiDelete_Click_Delete_file_" xml:space="preserve"> <data name="Pastebin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Delete file?</value> <value>..\Favicons\Pastebin.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="DropboxFilesForm_tsmiCreateDirectory_Click_Directory_name_to_create" xml:space="preserve"> <data name="OwnCloud" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Directory name to create</value> <value>..\Favicons\OwnCloud.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="UploadersConfigForm_LoadSettings_Parent_album_path_e_g_" xml:space="preserve"> <data name="Hostr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Parent album path e.g.</value> <value>..\Favicons\Hostr.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="UploadersConfigForm_LoadSettings_Selected_folder_" xml:space="preserve"> <data name="page_white_visualstudio" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Selected folder:</value> <value>..\Resources\page_white_visualstudio.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_LoadSettings_Invalid_device_name" xml:space="preserve">
<value>Invalid device name</value>
</data>
<data name="UploadersConfigForm_DropboxAuthComplete_Login_successful_but_getting_account_info_failed_" xml:space="preserve">
<value>Login successful but getting account info failed.</value>
</data>
<data name="UploadersConfigForm_ListFolders_Authentication_required_" xml:space="preserve">
<value>Authentication required.</value>
</data>
<data name="UploadersConfigForm_BoxListFolders_Box_refresh_folders_list_failed" xml:space="preserve">
<value>Box refresh folders list failed</value>
</data>
<data name="UploadersConfigForm_HubicListFolders_Hubic_refresh_folders_list_failed" xml:space="preserve">
<value>Hubic refresh folders list failed</value>
</data>
<data name="UploadersConfigForm_MinusUpdateControls_Logged_in_as__0__" xml:space="preserve">
<value>Logged in as {0}.</value>
</data>
<data name="UploadersConfigForm_MinusUpdateControls_Not_logged_in_" xml:space="preserve">
<value>Not logged in.</value>
</data> </data>
<data name="UploadersConfigForm_TestFTPAccount_Connected_Created_folders" xml:space="preserve"> <data name="UploadersConfigForm_TestFTPAccount_Connected_Created_folders" xml:space="preserve">
<value>Connected! <value>Connected!
Created folders:</value> Created folders:</value>
</data> </data>
<data name="UploadersConfigForm_TestFTPAccount_Connected_" xml:space="preserve"> <data name="UploadersConfigForm_UpdateDropboxStatus_Download_path_" xml:space="preserve">
<value>Connected!</value> <value>Download path:</value>
</data>
<data name="UploadersConfigForm_SendSpaceRegister_SendSpace_Registration___" xml:space="preserve">
<value>SendSpace registration</value>
</data>
<data name="UploadersConfigForm_oAuthJira_RefreshButtonClicked_Refresh_authorization_is_not_supported_" xml:space="preserve">
<value>Refresh authorization is not supported.</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Not_configured" xml:space="preserve">
<value>Not configured</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Configured" xml:space="preserve">
<value>Configured</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Click_refresh_button" xml:space="preserve">
<value>Click refresh button</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Invalid_authentication" xml:space="preserve">
<value>Invalid authentication</value>
</data> </data>
<data name="UploadersConfigForm_TestCustomUploader_Error__Result_is_empty_" xml:space="preserve"> <data name="UploadersConfigForm_TestCustomUploader_Error__Result_is_empty_" xml:space="preserve">
<value>Error: Result is empty.</value> <value>Error: Result is empty.</value>
</data> </data>
<data name="DropboxFilesForm_tsmiDelete_Click_Are_you_sure_you_want_to_delete___0___from_your_Dropbox_" xml:space="preserve"> <data name="server_network" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Are you sure you want to delete "{0}" from your Dropbox?</value> <value>..\Resources\server-network.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="MediaFire" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\MediaFire.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_vector" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_vector.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_acrobat" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_acrobat.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="jira" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\jira.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Up1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Up1.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_film" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_film.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Flickr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Flickr.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Gett" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Gett.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Google" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Google.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_star" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_star.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Hastebin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Hastebin.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_gray" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_gray.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_LoadSettings_Selected_folder_" xml:space="preserve">
<value>Selected folder:</value>
</data>
<data name="Imgur" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Imgur.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Not_configured" xml:space="preserve">
<value>Not configured</value>
</data> </data>
<data name="UploadersConfigForm_PhotobucketCreateAlbum__0__successfully_created_" xml:space="preserve"> <data name="UploadersConfigForm_PhotobucketCreateAlbum__0__successfully_created_" xml:space="preserve">
<value>{0} successfully created.</value> <value>{0} successfully created.</value>
</data> </data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Email_" xml:space="preserve"> <data name="Pomf" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Email:</value> <value>..\Favicons\Pomf.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Name_" xml:space="preserve"> <data name="UploadersConfigForm_LoadSettings_Parent_album_path_e_g_" xml:space="preserve">
<value>Name:</value> <value>Parent album path e.g.</value>
</data> </data>
<data name="UploadersConfigForm_UpdateDropboxStatus_User_ID_" xml:space="preserve"> <data name="GitHub" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>User ID:</value> <value>..\Favicons\GitHub.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Upload_path_" xml:space="preserve"> <data name="UploadersConfigForm_TestFTPAccount_Connected_" xml:space="preserve">
<value>Upload path:</value> <value>Connected!</value>
</data> </data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Download_path_" xml:space="preserve"> <data name="folder_photos" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Download path:</value> <value>..\Resources\folder_photos.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="FTPClientForm_FTPClientForm_ShareX_FTP_client" xml:space="preserve">
<value>ShareX FTP client</value>
</data>
<data name="FTPClientForm_FTPClientForm_Connecting_to__0_" xml:space="preserve">
<value>Connecting to {0}</value>
</data>
<data name="FTPClientForm_FTPCreateDirectory_Directory_name_to_create" xml:space="preserve">
<value>Directory name to create</value>
</data>
<data name="KeyFileNameEditor_EditValue_Browse_for_a_key_file___" xml:space="preserve">
<value>Browse for a key file...</value>
</data> </data>
<data name="CertFileNameEditor_EditValue_Browse_for_a_certificate_file___" xml:space="preserve"> <data name="CertFileNameEditor_EditValue_Browse_for_a_certificate_file___" xml:space="preserve">
<value>Browse for a certificate file...</value> <value>Browse for a certificate file...</value>
</data> </data>
<data name="OAuthInfo_OAuthInfo_New_account" xml:space="preserve"> <data name="page_white_code" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>New account</value> <value>..\Resources\page_white_code.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Yourls" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Yourls.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Mega" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Mega.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_sound.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="UploadersConfigForm_OneDriveAddFolder_Querying_folders___" xml:space="preserve"> <data name="UploadersConfigForm_OneDriveAddFolder_Querying_folders___" xml:space="preserve">
<value>Querying folders...</value> <value>Querying folders...</value>
</data> </data>
<data name="OneDrive_RootFolder_Root_folder" xml:space="preserve"> <data name="UploadersConfigForm_DropboxAuthComplete_Login_successful_but_getting_account_info_failed_" xml:space="preserve">
<value>Root folder</value> <value>Login successful but getting account info failed.</value>
</data> </data>
<data name="CoinURL" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="OAuthControl_Status_Status__Not_logged_in_" xml:space="preserve">
<value>..\Favicons\CoinURL.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Status: Not logged in.</value>
</data> </data>
<data name="OneTimeSecret" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Copy" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\OneTimeSecret.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Favicons\copy.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Polr" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="UploadersConfigForm_Login_successful" xml:space="preserve">
<value>..\Favicons\Polr.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Login successful.</value>
</data> </data>
<data name="UploadersConfigForm_FTPOpenClient_FTP_client_only_supports_FTP_or_FTPS_" xml:space="preserve"> <data name="Photobucket" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>FTP client only supports FTP or FTPS.</value> <value>..\Favicons\Photobucket.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_word" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_word.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_SendSpaceRegister_SendSpace_Registration___" xml:space="preserve">
<value>SendSpace registration</value>
</data>
<data name="folder_user" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_user.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="OAuthInfo_OAuthInfo_New_account" xml:space="preserve">
<value>New account</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Invalid_authentication" xml:space="preserve">
<value>Invalid authentication</value>
</data>
<data name="page_white_excel" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_excel.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="JiraUpload_ValidateIssueId_Issue_not_found" xml:space="preserve">
<value>Issue not found</value>
</data>
<data name="TwitterTweetForm_SendTweet_Tweet_error" xml:space="preserve">
<value>Tweet error</value>
</data>
<data name="UploadersConfigForm_ListFolders_Authentication_required_" xml:space="preserve">
<value>Authentication required.</value>
</data>
<data name="Minus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Minus.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="DropboxFilesForm_OpenDirectory_Path_not_exist_" xml:space="preserve">
<value>Path not exist:</value>
</data>
<data name="ImageShack" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\ImageShack.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Box" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Box.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_cplusplus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_cplusplus.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="UploadersConfigForm_FTPOpenClient_Unable_to_find_valid_FTP_account_" xml:space="preserve"> <data name="UploadersConfigForm_FTPOpenClient_Unable_to_find_valid_FTP_account_" xml:space="preserve">
<value>Unable to find valid FTP account.</value> <value>Unable to find valid FTP account.</value>
</data> </data>
<data name="Pomf" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="UploadersConfigForm_MegaConfigureTab_Configured" xml:space="preserve">
<value>..\Favicons\Pomf.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Configured</value>
</data> </data>
<data name="Pomf_Upload_Please_select_one_of_the_Pomf_uploaders_from__Destination_settings_window____Pomf_tab__" xml:space="preserve"> <data name="UploadersConfigForm_UpdateDropboxStatus_Email_" xml:space="preserve">
<value>Please select one of the Pomf uploaders from "Destination settings window -&gt; Pomf tab".</value> <value>Email:</value>
</data>
<data name="FTPClientForm_FTPClientForm_ShareX_FTP_client" xml:space="preserve">
<value>ShareX FTP client</value>
</data>
<data name="Dropbox" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Dropbox.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Bitly" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Bitly.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_actionscript" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_actionscript.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="SendSpace" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\SendSpace.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Seafile" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Seafile" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Seafile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Favicons\Seafile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Streamable" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="UploadersConfigForm_MinusUpdateControls_Not_logged_in_" xml:space="preserve">
<value>..\Favicons\Streamable.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Not logged in.</value>
</data> </data>
</root> <data name="globe_network" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\globe-network.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="FTPClientForm_FTPClientForm_Connecting_to__0_" xml:space="preserve">
<value>Connecting to {0}</value>
</data>
<data name="UploadersConfigForm_HubicListFolders_Hubic_refresh_folders_list_failed" xml:space="preserve">
<value>Hubic refresh folders list failed</value>
</data>
<data name="TinyPic" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\TinyPic.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_text" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_text.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Lambda" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Lambda.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Pomf_Upload_Please_select_one_of_the_Pomf_uploaders_from__Destination_settings_window____Pomf_tab__" xml:space="preserve">
<value>Please select one of the Pomf uploaders from "Destination settings window -&gt; Pomf tab".</value>
</data>
<data name="Pushbullet" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Pushbullet.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GoogleDrive" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\GoogleDrive.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Twitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Twitter.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Polr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Polr.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_oAuthJira_RefreshButtonClicked_Refresh_authorization_is_not_supported_" xml:space="preserve">
<value>Refresh authorization is not supported.</value>
</data>
<data name="DropboxFilesForm_tsmiCreateDirectory_Click_Directory_name_to_create" xml:space="preserve">
<value>Directory name to create</value>
</data>
<data name="page_white_powerpoint" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_powerpoint.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_dvd" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_dvd.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="AdFly" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\AdFly.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_UpdateDropboxStatus_User_ID_" xml:space="preserve">
<value>User ID:</value>
</data>
<data name="folder_public" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_public.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_flash" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_flash.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="page_white_compressed" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_compressed.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="CoinURL" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\CoinURL.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Chevereto" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Chevereto.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="AmazonS3" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\AmazonS3.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_LoadSettings_Invalid_device_name" xml:space="preserve">
<value>Invalid device name</value>
</data>
<data name="page_white_picture" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_picture.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="OAuthControl_Status_Status__Login_failed_" xml:space="preserve">
<value>Status: Login failed.</value>
</data>
<data name="UploadersConfigForm_UpdateDropboxStatus_Upload_path_" xml:space="preserve">
<value>Upload path:</value>
</data>
<data name="UploadersConfigForm_BoxListFolders_Box_refresh_folders_list_failed" xml:space="preserve">
<value>Box refresh folders list failed</value>
</data>
<data name="UploadersConfigForm_Error" xml:space="preserve">
<value>Error</value>
</data>
<data name="DropboxFilesForm_tsmiDelete_Click_Delete_file_" xml:space="preserve">
<value>Delete file?</value>
</data>
<data name="OneDrive" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\OneDrive.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="OneDrive_RootFolder_Root_folder" xml:space="preserve">
<value>Root folder</value>
</data>
<data name="page_white_ruby" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_ruby.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_MinusUpdateControls_Logged_in_as__0__" xml:space="preserve">
<value>Logged in as {0}.</value>
</data>
<data name="page_white_cup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\page_white_cup.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_network" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder-network.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="mail" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\mail.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="question-button" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\question-button.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

View file

@ -880,6 +880,9 @@
<ItemGroup> <ItemGroup>
<None Include="Favicons\Seafile.png" /> <None Include="Favicons\Seafile.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\question-button.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<PropertyGroup> <PropertyGroup>
@ -896,4 +899,4 @@ if not exist APIKeysLocal.cs (
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
</Project> </Project>