ShareX/ShareX.UploadersLib/Forms/UploadersConfigForm.Designer.cs

4038 lines
229 KiB
C#
Raw Normal View History

2014-12-11 09:25:20 +13:00
namespace ShareX.UploadersLib
2013-11-03 23:53:49 +13:00
{
partial class UploadersConfigForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UploadersConfigForm));
2014-06-06 06:19:45 +12:00
this.txtRapidSharePremiumUserName = new System.Windows.Forms.TextBox();
this.ttHelpTip = new System.Windows.Forms.ToolTip(this.components);
this.cbAmazonS3UseRRS = new System.Windows.Forms.CheckBox();
this.cbAmazonS3CustomCNAME = new System.Windows.Forms.CheckBox();
this.tpOtherUploaders = new System.Windows.Forms.TabPage();
this.tcOtherUploaders = new System.Windows.Forms.TabControl();
2015-04-28 19:50:41 +12:00
this.tpTwitter = new System.Windows.Forms.TabPage();
this.lvTwitterAccounts = new ShareX.HelpersLib.MyListView();
this.chTwitterAccount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
2015-04-28 19:50:41 +12:00
this.lblTwitterDefaultMessage = new System.Windows.Forms.Label();
this.txtTwitterDefaultMessage = new System.Windows.Forms.TextBox();
this.cbTwitterSkipMessageBox = new System.Windows.Forms.CheckBox();
2015-07-21 08:21:06 +12:00
this.oauthTwitter = new ShareX.UploadersLib.OAuthControl();
2015-04-28 19:50:41 +12:00
this.txtTwitterDescription = new System.Windows.Forms.TextBox();
this.lblTwitterDescription = new System.Windows.Forms.Label();
this.btnTwitterRemove = new System.Windows.Forms.Button();
this.btnTwitterAdd = new System.Windows.Forms.Button();
2014-06-06 06:19:45 +12:00
this.tpCustomUploaders = new System.Windows.Forms.TabPage();
2014-07-07 06:45:36 +12:00
this.btnCustomUploaderExamples = new System.Windows.Forms.Button();
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderHelp = new System.Windows.Forms.Button();
this.lblCustomUploaderImageUploader = new System.Windows.Forms.Label();
this.btnCustomUploaderClear = new System.Windows.Forms.Button();
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderFileUploaderTest = new System.Windows.Forms.Button();
this.lblCustomUploaderFileUploader = new System.Windows.Forms.Label();
this.btnCustomUploaderImageUploaderTest = new System.Windows.Forms.Button();
this.lblCustomUploaderTestResult = new System.Windows.Forms.Label();
this.txtCustomUploaderDeletionURL = new System.Windows.Forms.TextBox();
this.cbCustomUploaderFileUploader = new System.Windows.Forms.ComboBox();
this.lblCustomUploaderDeletionURL = new System.Windows.Forms.Label();
this.btnCustomUploaderShowLastResponse = new System.Windows.Forms.Button();
this.lblCustomUploaderResponseType = new System.Windows.Forms.Label();
this.cbCustomUploaderURLShortener = new System.Windows.Forms.ComboBox();
this.gbCustomUploaders = new System.Windows.Forms.GroupBox();
2014-12-11 09:25:20 +13:00
this.eiCustomUploaders = new ShareX.HelpersLib.ExportImportControl();
2014-06-06 06:19:45 +12:00
this.lbCustomUploaderList = new System.Windows.Forms.ListBox();
this.btnCustomUploaderRemove = new System.Windows.Forms.Button();
this.btnCustomUploaderUpdate = new System.Windows.Forms.Button();
this.txtCustomUploaderName = new System.Windows.Forms.TextBox();
this.btnCustomUploaderAdd = new System.Windows.Forms.Button();
this.lblCustomUploaderTextUploader = new System.Windows.Forms.Label();
this.lblCustomUploaderRequestURL = new System.Windows.Forms.Label();
this.btnCustomUploaderURLShortenerTest = new System.Windows.Forms.Button();
this.gbCustomUploaderRegexp = new System.Windows.Forms.GroupBox();
this.lblCustomUploaderRegexTip = new System.Windows.Forms.Label();
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRegexpEdit = new System.Windows.Forms.Button();
this.txtCustomUploaderRegexp = new System.Windows.Forms.TextBox();
this.lvCustomUploaderRegexps = new ShareX.HelpersLib.MyListView();
2014-06-06 06:19:45 +12:00
this.lvRegexpsColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnCustomUploaderRegexpRemove = new System.Windows.Forms.Button();
this.btnCustomUploaderRegexpAdd = new System.Windows.Forms.Button();
this.cbCustomUploaderTextUploader = new System.Windows.Forms.ComboBox();
this.txtCustomUploaderThumbnailURL = new System.Windows.Forms.TextBox();
this.lblCustomUploaderURLShortener = new System.Windows.Forms.Label();
this.cbCustomUploaderResponseType = new System.Windows.Forms.ComboBox();
this.btnCustomUploaderTextUploaderTest = new System.Windows.Forms.Button();
this.txtCustomUploaderURL = new System.Windows.Forms.TextBox();
this.cbCustomUploaderImageUploader = new System.Windows.Forms.ComboBox();
this.txtCustomUploaderRequestURL = new System.Windows.Forms.TextBox();
this.txtCustomUploaderLog = new System.Windows.Forms.RichTextBox();
this.lblCustomUploaderThumbnailURL = new System.Windows.Forms.Label();
this.lblCustomUploaderFileForm = new System.Windows.Forms.Label();
this.lblCustomUploaderRequestType = new System.Windows.Forms.Label();
this.cbCustomUploaderRequestType = new System.Windows.Forms.ComboBox();
this.txtCustomUploaderFileForm = new System.Windows.Forms.TextBox();
this.lblCustomUploaderURL = new System.Windows.Forms.Label();
this.gbCustomUploaderArguments = new System.Windows.Forms.GroupBox();
this.btnCustomUploaderArgEdit = new System.Windows.Forms.Button();
this.txtCustomUploaderArgValue = new System.Windows.Forms.TextBox();
this.btnCustomUploaderArgRemove = new System.Windows.Forms.Button();
this.lvCustomUploaderArguments = new ShareX.HelpersLib.MyListView();
2014-06-06 06:19:45 +12:00
this.chArgumentsName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chArgumentsValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnCustomUploaderArgAdd = new System.Windows.Forms.Button();
this.txtCustomUploaderArgName = new System.Windows.Forms.TextBox();
this.tpURLShorteners = new System.Windows.Forms.TabPage();
this.tcURLShorteners = new System.Windows.Forms.TabControl();
this.tpBitly = new System.Windows.Forms.TabPage();
2014-06-26 08:45:57 +12:00
this.txtBitlyDomain = new System.Windows.Forms.TextBox();
this.lblBitlyDomain = new System.Windows.Forms.Label();
2015-07-21 08:21:06 +12:00
this.oauth2Bitly = new ShareX.UploadersLib.OAuthControl();
2014-06-06 06:19:45 +12:00
this.tpGoogleURLShortener = new System.Windows.Forms.TabPage();
2015-07-21 08:21:06 +12:00
this.oauth2GoogleURLShortener = new ShareX.UploadersLib.OAuthControl();
this.atcGoogleURLShortenerAccountType = new ShareX.UploadersLib.AccountTypeControl();
2014-06-06 06:19:45 +12:00
this.tpYourls = new System.Windows.Forms.TabPage();
this.txtYourlsPassword = new System.Windows.Forms.TextBox();
this.txtYourlsUsername = new System.Windows.Forms.TextBox();
this.txtYourlsSignature = new System.Windows.Forms.TextBox();
this.lblYourlsNote = new System.Windows.Forms.Label();
this.lblYourlsPassword = new System.Windows.Forms.Label();
this.lblYourlsUsername = new System.Windows.Forms.Label();
this.lblYourlsSignature = new System.Windows.Forms.Label();
this.txtYourlsAPIURL = new System.Windows.Forms.TextBox();
this.lblYourlsAPIURL = new System.Windows.Forms.Label();
2014-07-14 08:10:37 +12:00
this.tpAdFly = new System.Windows.Forms.TabPage();
2014-07-22 12:12:07 +12:00
this.llAdflyLink = new System.Windows.Forms.LinkLabel();
this.txtAdflyAPIUID = new System.Windows.Forms.TextBox();
this.lblAdflyAPIUID = new System.Windows.Forms.Label();
this.txtAdflyAPIKEY = new System.Windows.Forms.TextBox();
this.lblAdflyAPIKEY = new System.Windows.Forms.Label();
2015-07-21 08:21:06 +12:00
this.tpLnkU = new System.Windows.Forms.TabPage();
this.txtLnkUAPIKEY = new System.Windows.Forms.TextBox();
this.lblLnkUAPIKey = new System.Windows.Forms.Label();
this.tpCoinURL = new System.Windows.Forms.TabPage();
this.txtCoinURLUUID = new System.Windows.Forms.TextBox();
this.lblCoinURLUUID = new System.Windows.Forms.Label();
2013-11-03 23:53:49 +13:00
this.tpFileUploaders = new System.Windows.Forms.TabPage();
this.tcFileUploaders = new System.Windows.Forms.TabControl();
2014-08-09 14:05:56 +12:00
this.tpFTP = new System.Windows.Forms.TabPage();
2014-12-11 09:25:20 +13:00
this.eiFTP = new ShareX.HelpersLib.ExportImportControl();
2014-08-09 14:05:56 +12:00
this.btnFtpClient = new System.Windows.Forms.Button();
this.lblFtpFiles = new System.Windows.Forms.Label();
this.lblFtpText = new System.Windows.Forms.Label();
this.lblFtpImages = new System.Windows.Forms.Label();
this.cboFtpImages = new System.Windows.Forms.ComboBox();
this.cboFtpFiles = new System.Windows.Forms.ComboBox();
this.cboFtpText = new System.Windows.Forms.ComboBox();
2015-07-21 08:21:06 +12:00
this.ucFTPAccounts = new ShareX.UploadersLib.AccountsControl();
2013-11-03 23:53:49 +13:00
this.tpDropbox = new System.Windows.Forms.TabPage();
2015-07-21 08:21:06 +12:00
this.oauth2Dropbox = new ShareX.UploadersLib.OAuthControl();
2014-04-30 21:46:15 +12:00
this.cbDropboxURLType = new System.Windows.Forms.ComboBox();
2013-11-03 23:53:49 +13:00
this.cbDropboxAutoCreateShareableLink = new System.Windows.Forms.CheckBox();
this.btnDropboxShowFiles = new System.Windows.Forms.Button();
this.pbDropboxLogo = new System.Windows.Forms.PictureBox();
this.lblDropboxStatus = new System.Windows.Forms.Label();
this.lblDropboxPathTip = new System.Windows.Forms.Label();
this.lblDropboxPath = new System.Windows.Forms.Label();
this.txtDropboxPath = new System.Windows.Forms.TextBox();
2014-12-27 02:58:38 +13:00
this.tpOneDrive = new System.Windows.Forms.TabPage();
this.tvOneDrive = new System.Windows.Forms.TreeView();
2014-12-27 02:58:38 +13:00
this.lblOneDriveFolderID = new System.Windows.Forms.Label();
this.cbOneDriveCreateShareableLink = new System.Windows.Forms.CheckBox();
2015-07-21 08:21:06 +12:00
this.oAuth2OneDrive = new ShareX.UploadersLib.OAuthControl();
2014-08-09 14:05:56 +12:00
this.tpGoogleDrive = new System.Windows.Forms.TabPage();
this.cbGoogleDriveUseFolder = new System.Windows.Forms.CheckBox();
this.txtGoogleDriveFolderID = new System.Windows.Forms.TextBox();
this.lblGoogleDriveFolderID = new System.Windows.Forms.Label();
2014-12-11 09:25:20 +13:00
this.lvGoogleDriveFoldersList = new ShareX.HelpersLib.MyListView();
2014-09-26 17:18:44 +12:00
this.chGoogleDriveTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chGoogleDriveDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
2014-08-09 14:05:56 +12:00
this.btnGoogleDriveRefreshFolders = new System.Windows.Forms.Button();
this.cbGoogleDriveIsPublic = new System.Windows.Forms.CheckBox();
2015-07-21 08:21:06 +12:00
this.oauth2GoogleDrive = new ShareX.UploadersLib.OAuthControl();
2014-08-09 14:05:56 +12:00
this.tpBox = new System.Windows.Forms.TabPage();
this.lblBoxFolderTip = new System.Windows.Forms.Label();
this.cbBoxShare = new System.Windows.Forms.CheckBox();
2014-12-11 09:25:20 +13:00
this.lvBoxFolders = new ShareX.HelpersLib.MyListView();
2014-09-26 17:18:44 +12:00
this.chBoxFoldersName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
2014-08-09 14:05:56 +12:00
this.lblBoxFolderID = new System.Windows.Forms.Label();
this.btnBoxRefreshFolders = new System.Windows.Forms.Button();
2015-07-21 08:21:06 +12:00
this.oauth2Box = new ShareX.UploadersLib.OAuthControl();
2014-06-06 06:19:45 +12:00
this.tpCopy = new System.Windows.Forms.TabPage();
2014-06-15 22:29:09 +12:00
this.pbCopyLogo = new System.Windows.Forms.PictureBox();
this.lblCopyURLType = new System.Windows.Forms.Label();
this.cbCopyURLType = new System.Windows.Forms.ComboBox();
2014-06-06 06:19:45 +12:00
this.lblCopyStatus = new System.Windows.Forms.Label();
this.lblCopyPath = new System.Windows.Forms.Label();
this.txtCopyPath = new System.Windows.Forms.TextBox();
2015-07-21 08:21:06 +12:00
this.oAuthCopy = new ShareX.UploadersLib.OAuthControl();
2015-01-12 21:38:44 +13:00
this.tpHubic = new System.Windows.Forms.TabPage();
this.cbHubicPublishLink = new System.Windows.Forms.CheckBox();
this.lblHubicSelectedFolderNote = new System.Windows.Forms.Label();
this.lvHubicFolders = new ShareX.HelpersLib.MyListView();
this.chHubicFolderName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
2015-01-12 21:38:44 +13:00
this.lblHubicSelectedFolder = new System.Windows.Forms.Label();
this.btnHubicRefreshFolders = new System.Windows.Forms.Button();
2015-07-21 08:21:06 +12:00
this.oauth2Hubic = new ShareX.UploadersLib.OAuthControl();
2014-03-30 23:28:34 +13:00
this.tpAmazonS3 = new System.Windows.Forms.TabPage();
this.txtAmazonS3CustomDomain = new System.Windows.Forms.TextBox();
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreviewLabel = new System.Windows.Forms.Label();
this.lblAmazonS3PathPreview = new System.Windows.Forms.Label();
2014-04-17 04:18:25 +12:00
this.btnAmazonS3BucketNameOpen = new System.Windows.Forms.Button();
2014-04-16 07:30:46 +12:00
this.btnAmazonS3AccessKeyOpen = new System.Windows.Forms.Button();
2014-03-30 23:28:34 +13:00
this.cbAmazonS3Endpoint = new System.Windows.Forms.ComboBox();
this.lblAmazonS3BucketName = new System.Windows.Forms.Label();
this.txtAmazonS3BucketName = new System.Windows.Forms.TextBox();
this.lblAmazonS3Endpoint = new System.Windows.Forms.Label();
this.txtAmazonS3ObjectPrefix = new System.Windows.Forms.TextBox();
this.lblAmazonS3ObjectPrefix = new System.Windows.Forms.Label();
this.txtAmazonS3SecretKey = new System.Windows.Forms.TextBox();
this.lblAmazonS3SecretKey = new System.Windows.Forms.Label();
this.lblAmazonS3AccessKey = new System.Windows.Forms.Label();
this.txtAmazonS3AccessKey = new System.Windows.Forms.TextBox();
2014-08-09 14:05:56 +12:00
this.tpMega = new System.Windows.Forms.TabPage();
this.btnMegaRefreshFolders = new System.Windows.Forms.Button();
this.lblMegaStatus = new System.Windows.Forms.Label();
this.btnMegaRegister = new System.Windows.Forms.Button();
this.lblMegaFolder = new System.Windows.Forms.Label();
this.lblMegaStatusTitle = new System.Windows.Forms.Label();
this.cbMegaFolder = new System.Windows.Forms.ComboBox();
this.lblMegaEmail = new System.Windows.Forms.Label();
this.btnMegaLogin = new System.Windows.Forms.Button();
this.txtMegaEmail = new System.Windows.Forms.TextBox();
this.txtMegaPassword = new System.Windows.Forms.TextBox();
this.lblMegaPassword = new System.Windows.Forms.Label();
2014-07-07 06:45:36 +12:00
this.tpOwnCloud = new System.Windows.Forms.TabPage();
2014-09-07 13:11:55 +12:00
this.cbOwnCloudIgnoreInvalidCert = new System.Windows.Forms.CheckBox();
2014-07-07 09:06:37 +12:00
this.cbOwnCloudDirectLink = new System.Windows.Forms.CheckBox();
this.cbOwnCloudCreateShare = new System.Windows.Forms.CheckBox();
2014-07-07 06:45:36 +12:00
this.txtOwnCloudPath = new System.Windows.Forms.TextBox();
this.txtOwnCloudPassword = new System.Windows.Forms.TextBox();
this.txtOwnCloudUsername = new System.Windows.Forms.TextBox();
this.txtOwnCloudHost = new System.Windows.Forms.TextBox();
this.lblOwnCloudPath = new System.Windows.Forms.Label();
this.lblOwnCloudPassword = new System.Windows.Forms.Label();
this.lblOwnCloudUsername = new System.Windows.Forms.Label();
this.lblOwnCloudHost = new System.Windows.Forms.Label();
2014-07-23 13:59:45 +12:00
this.tpMediaFire = new System.Windows.Forms.TabPage();
2014-08-09 12:28:09 +12:00
this.cbMediaFireUseLongLink = new System.Windows.Forms.CheckBox();
2014-07-23 13:59:45 +12:00
this.txtMediaFirePath = new System.Windows.Forms.TextBox();
this.lblMediaFirePath = new System.Windows.Forms.Label();
this.txtMediaFirePassword = new System.Windows.Forms.TextBox();
this.txtMediaFireEmail = new System.Windows.Forms.TextBox();
this.lblMediaFirePassword = new System.Windows.Forms.Label();
this.lblMediaFireEmail = new System.Windows.Forms.Label();
2014-03-30 23:28:34 +13:00
this.tpPushbullet = new System.Windows.Forms.TabPage();
this.lblPushbulletDevices = new System.Windows.Forms.Label();
this.cboPushbulletDevices = new System.Windows.Forms.ComboBox();
this.btnPushbulletGetDeviceList = new System.Windows.Forms.Button();
this.lblPushbulletUserKey = new System.Windows.Forms.Label();
this.txtPushbulletUserKey = new System.Windows.Forms.TextBox();
2013-11-03 23:53:49 +13:00
this.tpSendSpace = new System.Windows.Forms.TabPage();
this.btnSendSpaceRegister = new System.Windows.Forms.Button();
this.lblSendSpacePassword = new System.Windows.Forms.Label();
this.lblSendSpaceUsername = new System.Windows.Forms.Label();
this.txtSendSpacePassword = new System.Windows.Forms.TextBox();
this.txtSendSpaceUserName = new System.Windows.Forms.TextBox();
2015-07-21 08:21:06 +12:00
this.atcSendSpaceAccountType = new ShareX.UploadersLib.AccountTypeControl();
2013-11-03 23:53:49 +13:00
this.tpGe_tt = new System.Windows.Forms.TabPage();
this.lblGe_ttStatus = new System.Windows.Forms.Label();
2013-11-03 23:53:49 +13:00
this.lblGe_ttPassword = new System.Windows.Forms.Label();
this.lblGe_ttEmail = new System.Windows.Forms.Label();
this.btnGe_ttLogin = new System.Windows.Forms.Button();
this.txtGe_ttPassword = new System.Windows.Forms.TextBox();
this.txtGe_ttEmail = new System.Windows.Forms.TextBox();
this.tpHostr = new System.Windows.Forms.TabPage();
this.cbLocalhostrDirectURL = new System.Windows.Forms.CheckBox();
this.lblLocalhostrPassword = new System.Windows.Forms.Label();
this.lblLocalhostrEmail = new System.Windows.Forms.Label();
this.txtLocalhostrPassword = new System.Windows.Forms.TextBox();
this.txtLocalhostrEmail = new System.Windows.Forms.TextBox();
2013-11-25 10:38:02 +13:00
this.tpMinus = new System.Windows.Forms.TabPage();
this.lblMinusURLType = new System.Windows.Forms.Label();
this.cbMinusURLType = new System.Windows.Forms.ComboBox();
2013-11-25 10:38:02 +13:00
this.gbMinusUserPass = new System.Windows.Forms.GroupBox();
2014-03-21 13:36:09 +13:00
this.lblMinusAuthStatus = new System.Windows.Forms.Label();
2014-03-21 12:37:43 +13:00
this.btnMinusRefreshAuth = new System.Windows.Forms.Button();
2013-11-25 10:38:02 +13:00
this.lblMinusPassword = new System.Windows.Forms.Label();
this.lblMinusUsername = new System.Windows.Forms.Label();
this.txtMinusPassword = new System.Windows.Forms.TextBox();
this.txtMinusUsername = new System.Windows.Forms.TextBox();
this.btnMinusAuth = new System.Windows.Forms.Button();
this.gbMinusUpload = new System.Windows.Forms.GroupBox();
this.btnMinusReadFolderList = new System.Windows.Forms.Button();
this.chkMinusPublic = new System.Windows.Forms.CheckBox();
this.btnMinusFolderAdd = new System.Windows.Forms.Button();
this.btnMinusFolderRemove = new System.Windows.Forms.Button();
this.cboMinusFolders = new System.Windows.Forms.ComboBox();
this.tpJira = new System.Windows.Forms.TabPage();
this.txtJiraIssuePrefix = new System.Windows.Forms.TextBox();
this.lblJiraIssuePrefix = new System.Windows.Forms.Label();
this.gpJiraServer = new System.Windows.Forms.GroupBox();
this.txtJiraConfigHelp = new System.Windows.Forms.TextBox();
this.txtJiraHost = new System.Windows.Forms.TextBox();
this.lblJiraHost = new System.Windows.Forms.Label();
2015-07-21 08:21:06 +12:00
this.oAuthJira = new ShareX.UploadersLib.OAuthControl();
2015-02-04 09:12:53 +13:00
this.tpLambda = new System.Windows.Forms.TabPage();
2015-02-04 09:48:32 +13:00
this.lblLambdaInfo = new System.Windows.Forms.Label();
this.lblLambdaApiKey = new System.Windows.Forms.Label();
2015-02-04 09:12:53 +13:00
this.txtLambdaApiKey = new System.Windows.Forms.TextBox();
this.tpUp1 = new System.Windows.Forms.TabPage();
this.txtUp1Key = new System.Windows.Forms.TextBox();
this.txtUp1Host = new System.Windows.Forms.TextBox();
this.lblUp1Key = new System.Windows.Forms.Label();
this.lblUp1Host = new System.Windows.Forms.Label();
2013-11-03 23:53:49 +13:00
this.tpEmail = new System.Windows.Forms.TabPage();
this.chkEmailConfirm = new System.Windows.Forms.CheckBox();
this.lblEmailSmtpServer = new System.Windows.Forms.Label();
this.lblEmailPassword = new System.Windows.Forms.Label();
this.cbEmailRememberLastTo = new System.Windows.Forms.CheckBox();
this.txtEmailFrom = new System.Windows.Forms.TextBox();
this.txtEmailPassword = new System.Windows.Forms.TextBox();
this.txtEmailDefaultBody = new System.Windows.Forms.TextBox();
this.lblEmailFrom = new System.Windows.Forms.Label();
this.txtEmailSmtpServer = new System.Windows.Forms.TextBox();
this.lblEmailDefaultSubject = new System.Windows.Forms.Label();
this.lblEmailDefaultBody = new System.Windows.Forms.Label();
this.nudEmailSmtpPort = new System.Windows.Forms.NumericUpDown();
this.lblEmailSmtpPort = new System.Windows.Forms.Label();
this.txtEmailDefaultSubject = new System.Windows.Forms.TextBox();
2013-11-25 10:38:02 +13:00
this.tpSharedFolder = new System.Windows.Forms.TabPage();
this.lblSharedFolderFiles = new System.Windows.Forms.Label();
this.lblSharedFolderText = new System.Windows.Forms.Label();
this.cboSharedFolderFiles = new System.Windows.Forms.ComboBox();
this.lblSharedFolderImages = new System.Windows.Forms.Label();
2013-11-25 10:38:02 +13:00
this.cboSharedFolderText = new System.Windows.Forms.ComboBox();
this.cboSharedFolderImages = new System.Windows.Forms.ComboBox();
2015-07-21 08:21:06 +12:00
this.ucLocalhostAccounts = new ShareX.UploadersLib.AccountsControl();
2014-06-06 06:19:45 +12:00
this.btnCopyShowFiles = new System.Windows.Forms.Button();
this.tpTextUploaders = new System.Windows.Forms.TabPage();
this.tcTextUploaders = new System.Windows.Forms.TabControl();
this.tpPastebin = new System.Windows.Forms.TabPage();
2014-09-26 17:18:44 +12:00
this.cbPastebinSyntax = new System.Windows.Forms.ComboBox();
2014-09-18 07:25:23 +12:00
this.btnPastebinRegister = new System.Windows.Forms.Button();
this.lblPastebinSyntax = new System.Windows.Forms.Label();
this.lblPastebinExpiration = new System.Windows.Forms.Label();
this.lblPastebinPrivacy = new System.Windows.Forms.Label();
this.lblPastebinTitle = new System.Windows.Forms.Label();
this.lblPastebinPassword = new System.Windows.Forms.Label();
this.lblPastebinUsername = new System.Windows.Forms.Label();
this.cbPastebinExpiration = new System.Windows.Forms.ComboBox();
this.cbPastebinPrivacy = new System.Windows.Forms.ComboBox();
2014-09-16 04:20:09 +12:00
this.txtPastebinTitle = new System.Windows.Forms.TextBox();
this.txtPastebinPassword = new System.Windows.Forms.TextBox();
this.txtPastebinUsername = new System.Windows.Forms.TextBox();
this.lblPastebinLoginStatus = new System.Windows.Forms.Label();
2014-06-06 06:19:45 +12:00
this.btnPastebinLogin = new System.Windows.Forms.Button();
this.tpPaste_ee = new System.Windows.Forms.TabPage();
this.lblPaste_eeUserAPIKey = new System.Windows.Forms.Label();
this.txtPaste_eeUserAPIKey = new System.Windows.Forms.TextBox();
this.tpGist = new System.Windows.Forms.TabPage();
this.chkGistPublishPublic = new System.Windows.Forms.CheckBox();
2015-07-21 08:21:06 +12:00
this.oAuth2Gist = new ShareX.UploadersLib.OAuthControl();
this.atcGistAccountType = new ShareX.UploadersLib.AccountTypeControl();
2014-06-06 06:19:45 +12:00
this.tpUpaste = new System.Windows.Forms.TabPage();
this.cbUpasteIsPublic = new System.Windows.Forms.CheckBox();
this.lblUpasteUserKey = new System.Windows.Forms.Label();
this.txtUpasteUserKey = new System.Windows.Forms.TextBox();
2014-09-29 18:46:41 +13:00
this.tpHastebin = new System.Windows.Forms.TabPage();
this.txtHastebinSyntaxHighlighting = new System.Windows.Forms.TextBox();
this.txtHastebinCustomDomain = new System.Windows.Forms.TextBox();
this.lblHastebinSyntaxHighlighting = new System.Windows.Forms.Label();
this.lblHastebinCustomDomain = new System.Windows.Forms.Label();
2014-06-06 06:19:45 +12:00
this.tpImageUploaders = new System.Windows.Forms.TabPage();
this.tcImageUploaders = new System.Windows.Forms.TabControl();
this.tpImgur = new System.Windows.Forms.TabPage();
2014-09-07 13:11:55 +12:00
this.cbImgurUploadSelectedAlbum = new System.Windows.Forms.CheckBox();
this.cbImgurDirectLink = new System.Windows.Forms.CheckBox();
2015-07-21 08:21:06 +12:00
this.atcImgurAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.oauth2Imgur = new ShareX.UploadersLib.OAuthControl();
2014-06-06 06:19:45 +12:00
this.lvImgurAlbumList = new System.Windows.Forms.ListView();
this.chImgurID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chImgurTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chImgurDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
2014-06-06 06:19:45 +12:00
this.btnImgurRefreshAlbumList = new System.Windows.Forms.Button();
this.cbImgurThumbnailType = new System.Windows.Forms.ComboBox();
this.lblImgurThumbnailType = new System.Windows.Forms.Label();
this.tpImageShack = new System.Windows.Forms.TabPage();
this.btnImageShackLogin = new System.Windows.Forms.Button();
this.btnImageShackOpenPublicProfile = new System.Windows.Forms.Button();
this.cbImageShackIsPublic = new System.Windows.Forms.CheckBox();
this.btnImageShackOpenMyImages = new System.Windows.Forms.Button();
this.lblImageShackUsername = new System.Windows.Forms.Label();
this.txtImageShackUsername = new System.Windows.Forms.TextBox();
this.txtImageShackPassword = new System.Windows.Forms.TextBox();
this.lblImageShackPassword = new System.Windows.Forms.Label();
this.tpTinyPic = new System.Windows.Forms.TabPage();
2015-07-21 08:21:06 +12:00
this.atcTinyPicAccountType = new ShareX.UploadersLib.AccountTypeControl();
2014-06-06 06:19:45 +12:00
this.btnTinyPicLogin = new System.Windows.Forms.Button();
this.txtTinyPicPassword = new System.Windows.Forms.TextBox();
this.lblTinyPicPassword = new System.Windows.Forms.Label();
this.txtTinyPicUsername = new System.Windows.Forms.TextBox();
this.lblTinyPicUsername = new System.Windows.Forms.Label();
this.btnTinyPicOpenMyImages = new System.Windows.Forms.Button();
this.tpFlickr = new System.Windows.Forms.TabPage();
this.btnFlickrOpenImages = new System.Windows.Forms.Button();
this.pgFlickrAuthInfo = new System.Windows.Forms.PropertyGrid();
this.pgFlickrSettings = new System.Windows.Forms.PropertyGrid();
this.btnFlickrCheckToken = new System.Windows.Forms.Button();
this.btnFlickrCompleteAuth = new System.Windows.Forms.Button();
this.btnFlickrOpenAuthorize = new System.Windows.Forms.Button();
this.tpPhotobucket = new System.Windows.Forms.TabPage();
this.gbPhotobucketAlbumPath = new System.Windows.Forms.GroupBox();
this.btnPhotobucketAddAlbum = new System.Windows.Forms.Button();
this.btnPhotobucketRemoveAlbum = new System.Windows.Forms.Button();
this.cboPhotobucketAlbumPaths = new System.Windows.Forms.ComboBox();
this.gbPhotobucketAlbums = new System.Windows.Forms.GroupBox();
this.lblPhotobucketNewAlbumName = new System.Windows.Forms.Label();
this.lblPhotobucketParentAlbumPath = new System.Windows.Forms.Label();
this.txtPhotobucketNewAlbumName = new System.Windows.Forms.TextBox();
this.txtPhotobucketParentAlbumPath = new System.Windows.Forms.TextBox();
this.btnPhotobucketCreateAlbum = new System.Windows.Forms.Button();
this.gbPhotobucketUserAccount = new System.Windows.Forms.GroupBox();
this.lblPhotobucketDefaultAlbumName = new System.Windows.Forms.Label();
this.btnPhotobucketAuthOpen = new System.Windows.Forms.Button();
this.txtPhotobucketDefaultAlbumName = new System.Windows.Forms.TextBox();
this.lblPhotobucketVerificationCode = new System.Windows.Forms.Label();
this.btnPhotobucketAuthComplete = new System.Windows.Forms.Button();
this.txtPhotobucketVerificationCode = new System.Windows.Forms.TextBox();
this.lblPhotobucketAccountStatus = new System.Windows.Forms.Label();
2014-06-15 22:29:09 +12:00
this.tpPicasa = new System.Windows.Forms.TabPage();
this.txtPicasaAlbumID = new System.Windows.Forms.TextBox();
this.lblPicasaAlbumID = new System.Windows.Forms.Label();
this.lvPicasaAlbumList = new System.Windows.Forms.ListView();
this.chPicasaID = ((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()));
2014-06-15 22:29:09 +12:00
this.btnPicasaRefreshAlbumList = new System.Windows.Forms.Button();
2015-07-21 08:21:06 +12:00
this.oauth2Picasa = new ShareX.UploadersLib.OAuthControl();
2014-09-18 07:25:23 +12:00
this.tpChevereto = new System.Windows.Forms.TabPage();
this.cbCheveretoDirectURL = new System.Windows.Forms.CheckBox();
2014-09-18 07:33:11 +12:00
this.lblCheveretoWebsiteTip = new System.Windows.Forms.Label();
this.lblCheveretoWebsite = new System.Windows.Forms.Label();
this.txtCheveretoWebsite = new System.Windows.Forms.TextBox();
this.txtCheveretoAPIKey = new System.Windows.Forms.TextBox();
this.lblCheveretoAPIKey = new System.Windows.Forms.Label();
2014-06-09 07:59:13 +12:00
this.tcUploaders = new System.Windows.Forms.TabControl();
this.lblWidthHint = new System.Windows.Forms.Label();
2014-12-11 09:25:20 +13:00
this.ttlvMain = new ShareX.HelpersLib.TabToListView();
this.actRapidShareAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.cbOwnCloud81Compatibility = new System.Windows.Forms.CheckBox();
2014-06-06 06:19:45 +12:00
this.tpOtherUploaders.SuspendLayout();
this.tcOtherUploaders.SuspendLayout();
2015-04-28 19:50:41 +12:00
this.tpTwitter.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tpCustomUploaders.SuspendLayout();
this.gbCustomUploaders.SuspendLayout();
this.gbCustomUploaderRegexp.SuspendLayout();
this.gbCustomUploaderArguments.SuspendLayout();
this.tpURLShorteners.SuspendLayout();
this.tcURLShorteners.SuspendLayout();
this.tpBitly.SuspendLayout();
this.tpGoogleURLShortener.SuspendLayout();
this.tpYourls.SuspendLayout();
2014-07-14 08:10:37 +12:00
this.tpAdFly.SuspendLayout();
2015-07-21 08:21:06 +12:00
this.tpLnkU.SuspendLayout();
this.tpCoinURL.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.tpFileUploaders.SuspendLayout();
this.tcFileUploaders.SuspendLayout();
2014-08-09 14:05:56 +12:00
this.tpFTP.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.tpDropbox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbDropboxLogo)).BeginInit();
2014-12-27 02:58:38 +13:00
this.tpOneDrive.SuspendLayout();
2014-08-09 14:05:56 +12:00
this.tpGoogleDrive.SuspendLayout();
this.tpBox.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tpCopy.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbCopyLogo)).BeginInit();
2015-01-12 21:38:44 +13:00
this.tpHubic.SuspendLayout();
2014-08-09 14:05:56 +12:00
this.tpAmazonS3.SuspendLayout();
this.tpMega.SuspendLayout();
2014-07-07 06:45:36 +12:00
this.tpOwnCloud.SuspendLayout();
2014-07-23 13:59:45 +12:00
this.tpMediaFire.SuspendLayout();
2014-07-01 22:18:07 +12:00
this.tpPushbullet.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.tpSendSpace.SuspendLayout();
this.tpGe_tt.SuspendLayout();
this.tpHostr.SuspendLayout();
2013-11-25 10:38:02 +13:00
this.tpMinus.SuspendLayout();
this.gbMinusUserPass.SuspendLayout();
this.gbMinusUpload.SuspendLayout();
this.tpJira.SuspendLayout();
this.gpJiraServer.SuspendLayout();
2015-02-04 09:12:53 +13:00
this.tpLambda.SuspendLayout();
this.tpUp1.SuspendLayout();
2013-11-25 10:38:02 +13:00
this.tpEmail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudEmailSmtpPort)).BeginInit();
2013-11-03 23:53:49 +13:00
this.tpSharedFolder.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tpTextUploaders.SuspendLayout();
this.tcTextUploaders.SuspendLayout();
this.tpPastebin.SuspendLayout();
this.tpPaste_ee.SuspendLayout();
this.tpGist.SuspendLayout();
this.tpUpaste.SuspendLayout();
2014-09-29 18:46:41 +13:00
this.tpHastebin.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tpImageUploaders.SuspendLayout();
this.tcImageUploaders.SuspendLayout();
this.tpImgur.SuspendLayout();
this.tpImageShack.SuspendLayout();
this.tpTinyPic.SuspendLayout();
this.tpFlickr.SuspendLayout();
this.tpPhotobucket.SuspendLayout();
this.gbPhotobucketAlbumPath.SuspendLayout();
this.gbPhotobucketAlbums.SuspendLayout();
this.gbPhotobucketUserAccount.SuspendLayout();
2014-06-15 22:29:09 +12:00
this.tpPicasa.SuspendLayout();
2014-09-18 07:25:23 +12:00
this.tpChevereto.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tcUploaders.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.SuspendLayout();
//
2014-06-06 06:19:45 +12:00
// txtRapidSharePremiumUserName
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtRapidSharePremiumUserName, "txtRapidSharePremiumUserName");
2014-06-06 06:19:45 +12:00
this.txtRapidSharePremiumUserName.Name = "txtRapidSharePremiumUserName";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// ttHelpTip
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.ttHelpTip.AutomaticDelay = 0;
this.ttHelpTip.AutoPopDelay = 30000;
this.ttHelpTip.BackColor = System.Drawing.Color.White;
this.ttHelpTip.InitialDelay = 500;
this.ttHelpTip.IsBalloon = true;
this.ttHelpTip.ReshowDelay = 100;
this.ttHelpTip.UseAnimation = false;
this.ttHelpTip.UseFading = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbAmazonS3UseRRS
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.cbAmazonS3UseRRS, "cbAmazonS3UseRRS");
2014-06-06 06:19:45 +12:00
this.cbAmazonS3UseRRS.Name = "cbAmazonS3UseRRS";
this.ttHelpTip.SetToolTip(this.cbAmazonS3UseRRS, resources.GetString("cbAmazonS3UseRRS.ToolTip"));
this.cbAmazonS3UseRRS.UseVisualStyleBackColor = true;
this.cbAmazonS3UseRRS.CheckedChanged += new System.EventHandler(this.cbAmazonS3UseRRS_CheckedChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbAmazonS3CustomCNAME
2014-01-13 00:54:30 +13:00
//
resources.ApplyResources(this.cbAmazonS3CustomCNAME, "cbAmazonS3CustomCNAME");
2014-06-06 06:19:45 +12:00
this.cbAmazonS3CustomCNAME.Name = "cbAmazonS3CustomCNAME";
this.ttHelpTip.SetToolTip(this.cbAmazonS3CustomCNAME, resources.GetString("cbAmazonS3CustomCNAME.ToolTip"));
this.cbAmazonS3CustomCNAME.UseVisualStyleBackColor = true;
this.cbAmazonS3CustomCNAME.CheckedChanged += new System.EventHandler(this.cbAmazonS3CustomCNAME_CheckedChanged);
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
// tpOtherUploaders
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpOtherUploaders.Controls.Add(this.tcOtherUploaders);
resources.ApplyResources(this.tpOtherUploaders, "tpOtherUploaders");
2014-06-06 06:19:45 +12:00
this.tpOtherUploaders.Name = "tpOtherUploaders";
this.tpOtherUploaders.UseVisualStyleBackColor = true;
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
// tcOtherUploaders
2014-01-13 00:54:30 +13:00
//
this.tcOtherUploaders.Controls.Add(this.tpTwitter);
2015-04-28 11:45:44 +12:00
this.tcOtherUploaders.Controls.Add(this.tpCustomUploaders);
resources.ApplyResources(this.tcOtherUploaders, "tcOtherUploaders");
2014-06-06 06:19:45 +12:00
this.tcOtherUploaders.Name = "tcOtherUploaders";
this.tcOtherUploaders.SelectedIndex = 0;
2014-01-13 00:54:30 +13:00
//
2015-04-28 19:50:41 +12:00
// tpTwitter
//
this.tpTwitter.Controls.Add(this.lvTwitterAccounts);
2015-04-28 19:50:41 +12:00
this.tpTwitter.Controls.Add(this.lblTwitterDefaultMessage);
this.tpTwitter.Controls.Add(this.txtTwitterDefaultMessage);
this.tpTwitter.Controls.Add(this.cbTwitterSkipMessageBox);
this.tpTwitter.Controls.Add(this.oauthTwitter);
this.tpTwitter.Controls.Add(this.txtTwitterDescription);
this.tpTwitter.Controls.Add(this.lblTwitterDescription);
this.tpTwitter.Controls.Add(this.btnTwitterRemove);
this.tpTwitter.Controls.Add(this.btnTwitterAdd);
resources.ApplyResources(this.tpTwitter, "tpTwitter");
this.tpTwitter.Name = "tpTwitter";
this.tpTwitter.UseVisualStyleBackColor = true;
//
// lvTwitterAccounts
//
this.lvTwitterAccounts.AutoFillColumn = true;
this.lvTwitterAccounts.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chTwitterAccount});
this.lvTwitterAccounts.FullRowSelect = true;
this.lvTwitterAccounts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvTwitterAccounts.HideSelection = false;
resources.ApplyResources(this.lvTwitterAccounts, "lvTwitterAccounts");
this.lvTwitterAccounts.MultiSelect = false;
this.lvTwitterAccounts.Name = "lvTwitterAccounts";
this.lvTwitterAccounts.UseCompatibleStateImageBehavior = false;
this.lvTwitterAccounts.View = System.Windows.Forms.View.Details;
this.lvTwitterAccounts.SelectedIndexChanged += new System.EventHandler(this.lvTwitterAccounts_SelectedIndexChanged);
//
// chTwitterAccount
//
resources.ApplyResources(this.chTwitterAccount, "chTwitterAccount");
//
2015-04-28 19:50:41 +12:00
// lblTwitterDefaultMessage
//
resources.ApplyResources(this.lblTwitterDefaultMessage, "lblTwitterDefaultMessage");
this.lblTwitterDefaultMessage.Name = "lblTwitterDefaultMessage";
//
// txtTwitterDefaultMessage
//
resources.ApplyResources(this.txtTwitterDefaultMessage, "txtTwitterDefaultMessage");
this.txtTwitterDefaultMessage.Name = "txtTwitterDefaultMessage";
this.txtTwitterDefaultMessage.TextChanged += new System.EventHandler(this.txtTwitterDefaultMessage_TextChanged);
//
// cbTwitterSkipMessageBox
//
resources.ApplyResources(this.cbTwitterSkipMessageBox, "cbTwitterSkipMessageBox");
this.cbTwitterSkipMessageBox.Name = "cbTwitterSkipMessageBox";
this.cbTwitterSkipMessageBox.UseVisualStyleBackColor = true;
this.cbTwitterSkipMessageBox.CheckedChanged += new System.EventHandler(this.cbTwitterSkipMessageBox_CheckedChanged);
//
2015-07-21 08:21:06 +12:00
// 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);
//
2015-04-28 19:50:41 +12:00
// txtTwitterDescription
//
resources.ApplyResources(this.txtTwitterDescription, "txtTwitterDescription");
this.txtTwitterDescription.Name = "txtTwitterDescription";
this.txtTwitterDescription.TextChanged += new System.EventHandler(this.txtTwitterDescription_TextChanged);
//
// lblTwitterDescription
//
resources.ApplyResources(this.lblTwitterDescription, "lblTwitterDescription");
this.lblTwitterDescription.Name = "lblTwitterDescription";
//
// btnTwitterRemove
//
resources.ApplyResources(this.btnTwitterRemove, "btnTwitterRemove");
this.btnTwitterRemove.Name = "btnTwitterRemove";
this.btnTwitterRemove.UseVisualStyleBackColor = true;
this.btnTwitterRemove.Click += new System.EventHandler(this.btnTwitterRemove_Click);
//
// btnTwitterAdd
//
resources.ApplyResources(this.btnTwitterAdd, "btnTwitterAdd");
this.btnTwitterAdd.Name = "btnTwitterAdd";
this.btnTwitterAdd.UseVisualStyleBackColor = true;
this.btnTwitterAdd.Click += new System.EventHandler(this.btnTwitterAdd_Click);
//
2014-06-06 06:19:45 +12:00
// tpCustomUploaders
2014-01-13 00:54:30 +13:00
//
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderExamples);
2014-06-06 06:19:45 +12:00
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderHelp);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderImageUploader);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderClear);
2014-06-06 06:19:45 +12:00
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderFileUploaderTest);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderFileUploader);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderImageUploaderTest);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderTestResult);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderDeletionURL);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderFileUploader);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderDeletionURL);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderShowLastResponse);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderResponseType);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderURLShortener);
this.tpCustomUploaders.Controls.Add(this.gbCustomUploaders);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderTextUploader);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderRequestURL);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderURLShortenerTest);
this.tpCustomUploaders.Controls.Add(this.gbCustomUploaderRegexp);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderTextUploader);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderThumbnailURL);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderURLShortener);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderResponseType);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderTextUploaderTest);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderURL);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderImageUploader);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderRequestURL);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderLog);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderThumbnailURL);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderFileForm);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderRequestType);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderRequestType);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderFileForm);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderURL);
this.tpCustomUploaders.Controls.Add(this.gbCustomUploaderArguments);
resources.ApplyResources(this.tpCustomUploaders, "tpCustomUploaders");
2014-06-06 06:19:45 +12:00
this.tpCustomUploaders.Name = "tpCustomUploaders";
this.tpCustomUploaders.UseVisualStyleBackColor = true;
2014-01-13 00:54:30 +13:00
//
2014-07-07 06:45:36 +12:00
// btnCustomUploaderExamples
//
resources.ApplyResources(this.btnCustomUploaderExamples, "btnCustomUploaderExamples");
2014-07-07 06:45:36 +12:00
this.btnCustomUploaderExamples.Name = "btnCustomUploaderExamples";
this.btnCustomUploaderExamples.UseVisualStyleBackColor = true;
this.btnCustomUploaderExamples.Click += new System.EventHandler(this.btnCustomUploaderExamples_Click);
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderHelp
2014-01-13 00:54:30 +13:00
//
resources.ApplyResources(this.btnCustomUploaderHelp, "btnCustomUploaderHelp");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderHelp.Name = "btnCustomUploaderHelp";
this.btnCustomUploaderHelp.UseVisualStyleBackColor = true;
this.btnCustomUploaderHelp.Click += new System.EventHandler(this.btnCustomUploaderHelp_Click);
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderImageUploader
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderImageUploader, "lblCustomUploaderImageUploader");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderImageUploader.Name = "lblCustomUploaderImageUploader";
2013-11-03 23:53:49 +13:00
//
// btnCustomUploaderClear
//
resources.ApplyResources(this.btnCustomUploaderClear, "btnCustomUploaderClear");
this.btnCustomUploaderClear.Name = "btnCustomUploaderClear";
this.btnCustomUploaderClear.UseVisualStyleBackColor = true;
this.btnCustomUploaderClear.Click += new System.EventHandler(this.btnCustomUploaderClear_Click);
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderFileUploaderTest
//
resources.ApplyResources(this.btnCustomUploaderFileUploaderTest, "btnCustomUploaderFileUploaderTest");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderFileUploaderTest.Name = "btnCustomUploaderFileUploaderTest";
this.btnCustomUploaderFileUploaderTest.UseVisualStyleBackColor = true;
this.btnCustomUploaderFileUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderFileUploaderTest_Click);
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderFileUploader
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderFileUploader, "lblCustomUploaderFileUploader");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderFileUploader.Name = "lblCustomUploaderFileUploader";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderImageUploaderTest
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderImageUploaderTest, "btnCustomUploaderImageUploaderTest");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderImageUploaderTest.Name = "btnCustomUploaderImageUploaderTest";
this.btnCustomUploaderImageUploaderTest.UseVisualStyleBackColor = true;
this.btnCustomUploaderImageUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderImageUploaderTest_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderTestResult
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderTestResult, "lblCustomUploaderTestResult");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderTestResult.Name = "lblCustomUploaderTestResult";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderDeletionURL
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderDeletionURL, "txtCustomUploaderDeletionURL");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderDeletionURL.Name = "txtCustomUploaderDeletionURL";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderFileUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderFileUploader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderFileUploader.FormattingEnabled = true;
resources.ApplyResources(this.cbCustomUploaderFileUploader, "cbCustomUploaderFileUploader");
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderFileUploader.Name = "cbCustomUploaderFileUploader";
this.cbCustomUploaderFileUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderFileUploader_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderDeletionURL
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderDeletionURL, "lblCustomUploaderDeletionURL");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderDeletionURL.Name = "lblCustomUploaderDeletionURL";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderShowLastResponse
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderShowLastResponse, "btnCustomUploaderShowLastResponse");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderShowLastResponse.Name = "btnCustomUploaderShowLastResponse";
this.btnCustomUploaderShowLastResponse.UseVisualStyleBackColor = true;
this.btnCustomUploaderShowLastResponse.Click += new System.EventHandler(this.btnCustomUploaderShowLastResponse_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderResponseType
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderResponseType, "lblCustomUploaderResponseType");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderResponseType.Name = "lblCustomUploaderResponseType";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderURLShortener
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderURLShortener.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderURLShortener.FormattingEnabled = true;
resources.ApplyResources(this.cbCustomUploaderURLShortener, "cbCustomUploaderURLShortener");
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderURLShortener.Name = "cbCustomUploaderURLShortener";
this.cbCustomUploaderURLShortener.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderURLShortener_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbCustomUploaders
2013-11-03 23:53:49 +13:00
//
this.gbCustomUploaders.Controls.Add(this.eiCustomUploaders);
2014-06-06 06:19:45 +12:00
this.gbCustomUploaders.Controls.Add(this.lbCustomUploaderList);
this.gbCustomUploaders.Controls.Add(this.btnCustomUploaderRemove);
this.gbCustomUploaders.Controls.Add(this.btnCustomUploaderUpdate);
this.gbCustomUploaders.Controls.Add(this.txtCustomUploaderName);
this.gbCustomUploaders.Controls.Add(this.btnCustomUploaderAdd);
resources.ApplyResources(this.gbCustomUploaders, "gbCustomUploaders");
2014-06-06 06:19:45 +12:00
this.gbCustomUploaders.Name = "gbCustomUploaders";
this.gbCustomUploaders.TabStop = false;
2013-11-03 23:53:49 +13:00
//
2014-09-26 17:18:44 +12:00
// eiCustomUploaders
//
resources.ApplyResources(this.eiCustomUploaders, "eiCustomUploaders");
2014-09-26 17:18:44 +12:00
this.eiCustomUploaders.Name = "eiCustomUploaders";
this.eiCustomUploaders.ObjectType = null;
2014-12-11 09:25:20 +13:00
this.eiCustomUploaders.ExportRequested += new ShareX.HelpersLib.ExportImportControl.ExportEventHandler(this.eiCustomUploaders_ExportRequested);
this.eiCustomUploaders.ImportRequested += new ShareX.HelpersLib.ExportImportControl.ImportEventHandler(this.eiCustomUploaders_ImportRequested);
2014-09-26 17:18:44 +12:00
//
2014-06-06 06:19:45 +12:00
// lbCustomUploaderList
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lbCustomUploaderList.FormattingEnabled = true;
resources.ApplyResources(this.lbCustomUploaderList, "lbCustomUploaderList");
2014-06-06 06:19:45 +12:00
this.lbCustomUploaderList.Name = "lbCustomUploaderList";
this.lbCustomUploaderList.SelectedIndexChanged += new System.EventHandler(this.lbCustomUploaderList_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderRemove
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderRemove, "btnCustomUploaderRemove");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRemove.Name = "btnCustomUploaderRemove";
this.btnCustomUploaderRemove.UseVisualStyleBackColor = true;
this.btnCustomUploaderRemove.Click += new System.EventHandler(this.btnCustomUploaderRemove_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderUpdate
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderUpdate, "btnCustomUploaderUpdate");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderUpdate.Name = "btnCustomUploaderUpdate";
this.btnCustomUploaderUpdate.UseVisualStyleBackColor = true;
this.btnCustomUploaderUpdate.Click += new System.EventHandler(this.btnCustomUploaderUpdate_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderName
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderName, "txtCustomUploaderName");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderName.Name = "txtCustomUploaderName";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderAdd
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderAdd, "btnCustomUploaderAdd");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderAdd.Name = "btnCustomUploaderAdd";
this.btnCustomUploaderAdd.UseVisualStyleBackColor = true;
this.btnCustomUploaderAdd.Click += new System.EventHandler(this.btnCustomUploaderAdd_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderTextUploader
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderTextUploader, "lblCustomUploaderTextUploader");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderTextUploader.Name = "lblCustomUploaderTextUploader";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderRequestURL
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderRequestURL, "lblCustomUploaderRequestURL");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderRequestURL.Name = "lblCustomUploaderRequestURL";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderURLShortenerTest
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderURLShortenerTest, "btnCustomUploaderURLShortenerTest");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderURLShortenerTest.Name = "btnCustomUploaderURLShortenerTest";
this.btnCustomUploaderURLShortenerTest.UseVisualStyleBackColor = true;
this.btnCustomUploaderURLShortenerTest.Click += new System.EventHandler(this.btnCustomUploaderURLShortenerTest_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbCustomUploaderRegexp
2013-11-03 23:53:49 +13:00
//
this.gbCustomUploaderRegexp.Controls.Add(this.lblCustomUploaderRegexTip);
2014-06-06 06:19:45 +12:00
this.gbCustomUploaderRegexp.Controls.Add(this.btnCustomUploaderRegexpEdit);
this.gbCustomUploaderRegexp.Controls.Add(this.txtCustomUploaderRegexp);
this.gbCustomUploaderRegexp.Controls.Add(this.lvCustomUploaderRegexps);
this.gbCustomUploaderRegexp.Controls.Add(this.btnCustomUploaderRegexpRemove);
this.gbCustomUploaderRegexp.Controls.Add(this.btnCustomUploaderRegexpAdd);
resources.ApplyResources(this.gbCustomUploaderRegexp, "gbCustomUploaderRegexp");
2014-06-06 06:19:45 +12:00
this.gbCustomUploaderRegexp.Name = "gbCustomUploaderRegexp";
this.gbCustomUploaderRegexp.TabStop = false;
2013-11-03 23:53:49 +13:00
//
// lblCustomUploaderRegexTip
//
resources.ApplyResources(this.lblCustomUploaderRegexTip, "lblCustomUploaderRegexTip");
this.lblCustomUploaderRegexTip.Name = "lblCustomUploaderRegexTip";
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderRegexpEdit
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderRegexpEdit, "btnCustomUploaderRegexpEdit");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRegexpEdit.Name = "btnCustomUploaderRegexpEdit";
this.btnCustomUploaderRegexpEdit.UseVisualStyleBackColor = true;
this.btnCustomUploaderRegexpEdit.Click += new System.EventHandler(this.btnCustomUploaderRegexpEdit_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderRegexp
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderRegexp, "txtCustomUploaderRegexp");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderRegexp.Name = "txtCustomUploaderRegexp";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lvCustomUploaderRegexps
2013-11-03 23:53:49 +13:00
//
this.lvCustomUploaderRegexps.AllowDrop = true;
this.lvCustomUploaderRegexps.AllowItemDrag = true;
this.lvCustomUploaderRegexps.AutoFillColumn = true;
2014-06-06 06:19:45 +12:00
this.lvCustomUploaderRegexps.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.lvRegexpsColumn});
this.lvCustomUploaderRegexps.FullRowSelect = true;
this.lvCustomUploaderRegexps.GridLines = true;
this.lvCustomUploaderRegexps.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvCustomUploaderRegexps.HideSelection = false;
resources.ApplyResources(this.lvCustomUploaderRegexps, "lvCustomUploaderRegexps");
2014-06-06 06:19:45 +12:00
this.lvCustomUploaderRegexps.MultiSelect = false;
this.lvCustomUploaderRegexps.Name = "lvCustomUploaderRegexps";
this.lvCustomUploaderRegexps.Scrollable = false;
this.lvCustomUploaderRegexps.UseCompatibleStateImageBehavior = false;
this.lvCustomUploaderRegexps.View = System.Windows.Forms.View.Details;
this.lvCustomUploaderRegexps.SelectedIndexChanged += new System.EventHandler(this.lvCustomUploaderRegexps_SelectedIndexChanged);
this.lvCustomUploaderRegexps.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvCustomUploaderRegexps_MouseDoubleClick);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lvRegexpsColumn
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lvRegexpsColumn, "lvRegexpsColumn");
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderRegexpRemove
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderRegexpRemove, "btnCustomUploaderRegexpRemove");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRegexpRemove.Name = "btnCustomUploaderRegexpRemove";
this.btnCustomUploaderRegexpRemove.UseVisualStyleBackColor = true;
this.btnCustomUploaderRegexpRemove.Click += new System.EventHandler(this.btnCustomUploaderRegexpRemove_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderRegexpAdd
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderRegexpAdd, "btnCustomUploaderRegexpAdd");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRegexpAdd.Name = "btnCustomUploaderRegexpAdd";
this.btnCustomUploaderRegexpAdd.UseVisualStyleBackColor = true;
this.btnCustomUploaderRegexpAdd.Click += new System.EventHandler(this.btnCustomUploaderRegexpAdd_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderTextUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderTextUploader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderTextUploader.FormattingEnabled = true;
resources.ApplyResources(this.cbCustomUploaderTextUploader, "cbCustomUploaderTextUploader");
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderTextUploader.Name = "cbCustomUploaderTextUploader";
this.cbCustomUploaderTextUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderTextUploader_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderThumbnailURL
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderThumbnailURL, "txtCustomUploaderThumbnailURL");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderThumbnailURL.Name = "txtCustomUploaderThumbnailURL";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderURLShortener
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderURLShortener, "lblCustomUploaderURLShortener");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderURLShortener.Name = "lblCustomUploaderURLShortener";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderResponseType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderResponseType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderResponseType.FormattingEnabled = true;
resources.ApplyResources(this.cbCustomUploaderResponseType, "cbCustomUploaderResponseType");
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderResponseType.Name = "cbCustomUploaderResponseType";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderTextUploaderTest
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderTextUploaderTest, "btnCustomUploaderTextUploaderTest");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderTextUploaderTest.Name = "btnCustomUploaderTextUploaderTest";
this.btnCustomUploaderTextUploaderTest.UseVisualStyleBackColor = true;
this.btnCustomUploaderTextUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderTextUploaderTest_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderURL
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderURL, "txtCustomUploaderURL");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderURL.Name = "txtCustomUploaderURL";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderImageUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderImageUploader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderImageUploader.FormattingEnabled = true;
resources.ApplyResources(this.cbCustomUploaderImageUploader, "cbCustomUploaderImageUploader");
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderImageUploader.Name = "cbCustomUploaderImageUploader";
this.cbCustomUploaderImageUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderImageUploader_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderRequestURL
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderRequestURL, "txtCustomUploaderRequestURL");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderRequestURL.Name = "txtCustomUploaderRequestURL";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderLog
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderLog, "txtCustomUploaderLog");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderLog.Name = "txtCustomUploaderLog";
this.txtCustomUploaderLog.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.txtCustomUploaderLog_LinkClicked);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderThumbnailURL
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderThumbnailURL, "lblCustomUploaderThumbnailURL");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderThumbnailURL.Name = "lblCustomUploaderThumbnailURL";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderFileForm
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderFileForm, "lblCustomUploaderFileForm");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderFileForm.Name = "lblCustomUploaderFileForm";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderRequestType
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderRequestType, "lblCustomUploaderRequestType");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderRequestType.Name = "lblCustomUploaderRequestType";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderRequestType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderRequestType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderRequestType.FormattingEnabled = true;
resources.ApplyResources(this.cbCustomUploaderRequestType, "cbCustomUploaderRequestType");
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderRequestType.Name = "cbCustomUploaderRequestType";
this.cbCustomUploaderRequestType.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderRequestType_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderFileForm
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderFileForm, "txtCustomUploaderFileForm");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderFileForm.Name = "txtCustomUploaderFileForm";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderURL
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblCustomUploaderURL, "lblCustomUploaderURL");
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderURL.Name = "lblCustomUploaderURL";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbCustomUploaderArguments
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbCustomUploaderArguments.Controls.Add(this.btnCustomUploaderArgEdit);
this.gbCustomUploaderArguments.Controls.Add(this.txtCustomUploaderArgValue);
this.gbCustomUploaderArguments.Controls.Add(this.btnCustomUploaderArgRemove);
this.gbCustomUploaderArguments.Controls.Add(this.lvCustomUploaderArguments);
this.gbCustomUploaderArguments.Controls.Add(this.btnCustomUploaderArgAdd);
this.gbCustomUploaderArguments.Controls.Add(this.txtCustomUploaderArgName);
resources.ApplyResources(this.gbCustomUploaderArguments, "gbCustomUploaderArguments");
2014-06-06 06:19:45 +12:00
this.gbCustomUploaderArguments.Name = "gbCustomUploaderArguments";
this.gbCustomUploaderArguments.TabStop = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderArgEdit
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderArgEdit, "btnCustomUploaderArgEdit");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderArgEdit.Name = "btnCustomUploaderArgEdit";
this.btnCustomUploaderArgEdit.UseVisualStyleBackColor = true;
this.btnCustomUploaderArgEdit.Click += new System.EventHandler(this.btnCustomUploaderArgEdit_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderArgValue
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderArgValue, "txtCustomUploaderArgValue");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderArgValue.Name = "txtCustomUploaderArgValue";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderArgRemove
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderArgRemove, "btnCustomUploaderArgRemove");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderArgRemove.Name = "btnCustomUploaderArgRemove";
this.btnCustomUploaderArgRemove.UseVisualStyleBackColor = true;
this.btnCustomUploaderArgRemove.Click += new System.EventHandler(this.btnCustomUploaderArgRemove_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lvCustomUploaderArguments
2013-11-03 23:53:49 +13:00
//
this.lvCustomUploaderArguments.AllowDrop = true;
this.lvCustomUploaderArguments.AllowItemDrag = true;
this.lvCustomUploaderArguments.AutoFillColumn = true;
2014-06-06 06:19:45 +12:00
this.lvCustomUploaderArguments.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chArgumentsName,
this.chArgumentsValue});
this.lvCustomUploaderArguments.FullRowSelect = true;
this.lvCustomUploaderArguments.GridLines = true;
this.lvCustomUploaderArguments.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvCustomUploaderArguments.HideSelection = false;
resources.ApplyResources(this.lvCustomUploaderArguments, "lvCustomUploaderArguments");
2014-06-06 06:19:45 +12:00
this.lvCustomUploaderArguments.MultiSelect = false;
this.lvCustomUploaderArguments.Name = "lvCustomUploaderArguments";
this.lvCustomUploaderArguments.UseCompatibleStateImageBehavior = false;
this.lvCustomUploaderArguments.View = System.Windows.Forms.View.Details;
this.lvCustomUploaderArguments.SelectedIndexChanged += new System.EventHandler(this.lvCustomUploaderArguments_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// chArgumentsName
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.chArgumentsName, "chArgumentsName");
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// chArgumentsValue
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.chArgumentsValue, "chArgumentsValue");
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderArgAdd
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCustomUploaderArgAdd, "btnCustomUploaderArgAdd");
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderArgAdd.Name = "btnCustomUploaderArgAdd";
this.btnCustomUploaderArgAdd.UseVisualStyleBackColor = true;
this.btnCustomUploaderArgAdd.Click += new System.EventHandler(this.btnCustomUploaderArgAdd_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderArgName
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtCustomUploaderArgName, "txtCustomUploaderArgName");
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderArgName.Name = "txtCustomUploaderArgName";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpURLShorteners
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpURLShorteners.Controls.Add(this.tcURLShorteners);
resources.ApplyResources(this.tpURLShorteners, "tpURLShorteners");
2014-06-06 06:19:45 +12:00
this.tpURLShorteners.Name = "tpURLShorteners";
this.tpURLShorteners.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tcURLShorteners
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tcURLShorteners.Controls.Add(this.tpBitly);
this.tcURLShorteners.Controls.Add(this.tpGoogleURLShortener);
this.tcURLShorteners.Controls.Add(this.tpYourls);
2014-07-14 08:10:37 +12:00
this.tcURLShorteners.Controls.Add(this.tpAdFly);
2015-07-21 08:21:06 +12:00
this.tcURLShorteners.Controls.Add(this.tpLnkU);
this.tcURLShorteners.Controls.Add(this.tpCoinURL);
resources.ApplyResources(this.tcURLShorteners, "tcURLShorteners");
2014-06-06 06:19:45 +12:00
this.tcURLShorteners.Name = "tcURLShorteners";
this.tcURLShorteners.SelectedIndex = 0;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpBitly
2013-11-03 23:53:49 +13:00
//
2014-06-18 08:10:31 +12:00
this.tpBitly.Controls.Add(this.txtBitlyDomain);
this.tpBitly.Controls.Add(this.lblBitlyDomain);
2014-06-06 06:19:45 +12:00
this.tpBitly.Controls.Add(this.oauth2Bitly);
resources.ApplyResources(this.tpBitly, "tpBitly");
2014-06-06 06:19:45 +12:00
this.tpBitly.Name = "tpBitly";
this.tpBitly.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-26 08:45:57 +12:00
// txtBitlyDomain
2014-06-17 03:24:30 +12:00
//
resources.ApplyResources(this.txtBitlyDomain, "txtBitlyDomain");
2014-06-26 08:45:57 +12:00
this.txtBitlyDomain.Name = "txtBitlyDomain";
this.txtBitlyDomain.TextChanged += new System.EventHandler(this.txtBitlyDomain_TextChanged);
//
// lblBitlyDomain
//
resources.ApplyResources(this.lblBitlyDomain, "lblBitlyDomain");
2014-06-26 08:45:57 +12:00
this.lblBitlyDomain.Name = "lblBitlyDomain";
2014-06-17 03:24:30 +12:00
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-06-06 06:19:45 +12:00
// tpGoogleURLShortener
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpGoogleURLShortener.Controls.Add(this.oauth2GoogleURLShortener);
this.tpGoogleURLShortener.Controls.Add(this.atcGoogleURLShortenerAccountType);
resources.ApplyResources(this.tpGoogleURLShortener, "tpGoogleURLShortener");
2014-06-06 06:19:45 +12:00
this.tpGoogleURLShortener.Name = "tpGoogleURLShortener";
this.tpGoogleURLShortener.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-06-06 06:19:45 +12:00
// tpYourls
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpYourls.Controls.Add(this.txtYourlsPassword);
this.tpYourls.Controls.Add(this.txtYourlsUsername);
this.tpYourls.Controls.Add(this.txtYourlsSignature);
this.tpYourls.Controls.Add(this.lblYourlsNote);
this.tpYourls.Controls.Add(this.lblYourlsPassword);
this.tpYourls.Controls.Add(this.lblYourlsUsername);
this.tpYourls.Controls.Add(this.lblYourlsSignature);
this.tpYourls.Controls.Add(this.txtYourlsAPIURL);
this.tpYourls.Controls.Add(this.lblYourlsAPIURL);
resources.ApplyResources(this.tpYourls, "tpYourls");
2014-06-06 06:19:45 +12:00
this.tpYourls.Name = "tpYourls";
this.tpYourls.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsPassword
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtYourlsPassword, "txtYourlsPassword");
2014-06-06 06:19:45 +12:00
this.txtYourlsPassword.Name = "txtYourlsPassword";
this.txtYourlsPassword.UseSystemPasswordChar = true;
this.txtYourlsPassword.TextChanged += new System.EventHandler(this.txtYourlsPassword_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsUsername
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtYourlsUsername, "txtYourlsUsername");
2014-06-06 06:19:45 +12:00
this.txtYourlsUsername.Name = "txtYourlsUsername";
this.txtYourlsUsername.TextChanged += new System.EventHandler(this.txtYourlsUsername_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsSignature
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtYourlsSignature, "txtYourlsSignature");
2014-06-06 06:19:45 +12:00
this.txtYourlsSignature.Name = "txtYourlsSignature";
this.txtYourlsSignature.UseSystemPasswordChar = true;
this.txtYourlsSignature.TextChanged += new System.EventHandler(this.txtYourlsSignature_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsNote
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblYourlsNote, "lblYourlsNote");
2014-06-06 06:19:45 +12:00
this.lblYourlsNote.Name = "lblYourlsNote";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsPassword
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblYourlsPassword, "lblYourlsPassword");
2014-06-06 06:19:45 +12:00
this.lblYourlsPassword.Name = "lblYourlsPassword";
//
2014-06-06 06:19:45 +12:00
// lblYourlsUsername
2014-02-01 10:17:39 +13:00
//
resources.ApplyResources(this.lblYourlsUsername, "lblYourlsUsername");
2014-06-06 06:19:45 +12:00
this.lblYourlsUsername.Name = "lblYourlsUsername";
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsSignature
2014-02-06 15:48:04 +13:00
//
resources.ApplyResources(this.lblYourlsSignature, "lblYourlsSignature");
2014-06-06 06:19:45 +12:00
this.lblYourlsSignature.Name = "lblYourlsSignature";
2014-02-06 15:48:04 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsAPIURL
2014-02-01 10:17:39 +13:00
//
resources.ApplyResources(this.txtYourlsAPIURL, "txtYourlsAPIURL");
2014-06-06 06:19:45 +12:00
this.txtYourlsAPIURL.Name = "txtYourlsAPIURL";
this.txtYourlsAPIURL.TextChanged += new System.EventHandler(this.txtYourlsAPIURL_TextChanged);
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsAPIURL
2014-02-01 10:17:39 +13:00
//
resources.ApplyResources(this.lblYourlsAPIURL, "lblYourlsAPIURL");
2014-06-06 06:19:45 +12:00
this.lblYourlsAPIURL.Name = "lblYourlsAPIURL";
2014-02-01 10:17:39 +13:00
//
2014-07-14 08:10:37 +12:00
// tpAdFly
//
this.tpAdFly.Controls.Add(this.llAdflyLink);
this.tpAdFly.Controls.Add(this.txtAdflyAPIUID);
this.tpAdFly.Controls.Add(this.lblAdflyAPIUID);
this.tpAdFly.Controls.Add(this.txtAdflyAPIKEY);
this.tpAdFly.Controls.Add(this.lblAdflyAPIKEY);
resources.ApplyResources(this.tpAdFly, "tpAdFly");
2014-07-14 08:10:37 +12:00
this.tpAdFly.Name = "tpAdFly";
this.tpAdFly.UseVisualStyleBackColor = true;
//
2014-07-22 12:12:07 +12:00
// llAdflyLink
//
resources.ApplyResources(this.llAdflyLink, "llAdflyLink");
2014-07-22 12:12:07 +12:00
this.llAdflyLink.Name = "llAdflyLink";
this.llAdflyLink.TabStop = true;
this.llAdflyLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llAdflyLink_LinkClicked);
//
// txtAdflyAPIUID
//
resources.ApplyResources(this.txtAdflyAPIUID, "txtAdflyAPIUID");
this.txtAdflyAPIUID.Name = "txtAdflyAPIUID";
this.txtAdflyAPIUID.UseSystemPasswordChar = true;
this.txtAdflyAPIUID.TextChanged += new System.EventHandler(this.txtAdflyAPIUID_TextChanged);
//
// lblAdflyAPIUID
//
resources.ApplyResources(this.lblAdflyAPIUID, "lblAdflyAPIUID");
this.lblAdflyAPIUID.Name = "lblAdflyAPIUID";
//
// txtAdflyAPIKEY
//
resources.ApplyResources(this.txtAdflyAPIKEY, "txtAdflyAPIKEY");
this.txtAdflyAPIKEY.Name = "txtAdflyAPIKEY";
this.txtAdflyAPIKEY.TextChanged += new System.EventHandler(this.txtAdflyAPIKEY_TextChanged);
//
// lblAdflyAPIKEY
//
resources.ApplyResources(this.lblAdflyAPIKEY, "lblAdflyAPIKEY");
this.lblAdflyAPIKEY.Name = "lblAdflyAPIKEY";
//
2015-07-21 08:21:06 +12:00
// tpLnkU
//
this.tpLnkU.Controls.Add(this.txtLnkUAPIKEY);
this.tpLnkU.Controls.Add(this.lblLnkUAPIKey);
resources.ApplyResources(this.tpLnkU, "tpLnkU");
this.tpLnkU.Name = "tpLnkU";
this.tpLnkU.UseVisualStyleBackColor = true;
//
// txtLnkUAPIKEY
//
resources.ApplyResources(this.txtLnkUAPIKEY, "txtLnkUAPIKEY");
this.txtLnkUAPIKEY.Name = "txtLnkUAPIKEY";
this.txtLnkUAPIKEY.TextChanged += new System.EventHandler(this.txtLnkUAPIKEY_TextChanged);
//
// lblLnkUAPIKey
//
resources.ApplyResources(this.lblLnkUAPIKey, "lblLnkUAPIKey");
this.lblLnkUAPIKey.Name = "lblLnkUAPIKey";
//
// tpCoinURL
//
this.tpCoinURL.Controls.Add(this.txtCoinURLUUID);
this.tpCoinURL.Controls.Add(this.lblCoinURLUUID);
resources.ApplyResources(this.tpCoinURL, "tpCoinURL");
this.tpCoinURL.Name = "tpCoinURL";
this.tpCoinURL.UseVisualStyleBackColor = true;
//
// txtCoinURLUUID
//
resources.ApplyResources(this.txtCoinURLUUID, "txtCoinURLUUID");
this.txtCoinURLUUID.Name = "txtCoinURLUUID";
this.txtCoinURLUUID.TextChanged += new System.EventHandler(this.txtCoinURLUUID_TextChanged);
//
// lblCoinURLUUID
//
resources.ApplyResources(this.lblCoinURLUUID, "lblCoinURLUUID");
this.lblCoinURLUUID.Name = "lblCoinURLUUID";
//
2013-11-03 23:53:49 +13:00
// tpFileUploaders
//
this.tpFileUploaders.Controls.Add(this.tcFileUploaders);
resources.ApplyResources(this.tpFileUploaders, "tpFileUploaders");
2013-11-03 23:53:49 +13:00
this.tpFileUploaders.Name = "tpFileUploaders";
this.tpFileUploaders.UseVisualStyleBackColor = true;
//
// tcFileUploaders
//
this.tcFileUploaders.Controls.Add(this.tpFTP);
2014-08-09 14:05:56 +12:00
this.tcFileUploaders.Controls.Add(this.tpDropbox);
this.tcFileUploaders.Controls.Add(this.tpOneDrive);
this.tcFileUploaders.Controls.Add(this.tpGoogleDrive);
this.tcFileUploaders.Controls.Add(this.tpBox);
2014-08-09 14:05:56 +12:00
this.tcFileUploaders.Controls.Add(this.tpCopy);
2015-01-12 13:31:39 +13:00
this.tcFileUploaders.Controls.Add(this.tpHubic);
2014-08-09 14:05:56 +12:00
this.tcFileUploaders.Controls.Add(this.tpAmazonS3);
this.tcFileUploaders.Controls.Add(this.tpMega);
2014-07-07 06:45:36 +12:00
this.tcFileUploaders.Controls.Add(this.tpOwnCloud);
this.tcFileUploaders.Controls.Add(this.tpMediaFire);
2014-07-01 22:18:07 +12:00
this.tcFileUploaders.Controls.Add(this.tpPushbullet);
2013-11-03 23:53:49 +13:00
this.tcFileUploaders.Controls.Add(this.tpSendSpace);
this.tcFileUploaders.Controls.Add(this.tpGe_tt);
this.tcFileUploaders.Controls.Add(this.tpHostr);
this.tcFileUploaders.Controls.Add(this.tpMinus);
2014-03-31 00:37:38 +13:00
this.tcFileUploaders.Controls.Add(this.tpJira);
2015-02-04 09:12:53 +13:00
this.tcFileUploaders.Controls.Add(this.tpLambda);
this.tcFileUploaders.Controls.Add(this.tpUp1);
2013-11-03 23:53:49 +13:00
this.tcFileUploaders.Controls.Add(this.tpEmail);
this.tcFileUploaders.Controls.Add(this.tpSharedFolder);
resources.ApplyResources(this.tcFileUploaders, "tcFileUploaders");
2014-03-30 23:28:34 +13:00
this.tcFileUploaders.Multiline = true;
2013-11-03 23:53:49 +13:00
this.tcFileUploaders.Name = "tcFileUploaders";
this.tcFileUploaders.SelectedIndex = 0;
//
2014-08-09 14:05:56 +12:00
// tpFTP
//
this.tpFTP.Controls.Add(this.eiFTP);
this.tpFTP.Controls.Add(this.btnFtpClient);
this.tpFTP.Controls.Add(this.lblFtpFiles);
this.tpFTP.Controls.Add(this.lblFtpText);
this.tpFTP.Controls.Add(this.lblFtpImages);
this.tpFTP.Controls.Add(this.cboFtpImages);
this.tpFTP.Controls.Add(this.cboFtpFiles);
this.tpFTP.Controls.Add(this.cboFtpText);
this.tpFTP.Controls.Add(this.ucFTPAccounts);
resources.ApplyResources(this.tpFTP, "tpFTP");
2014-08-09 14:05:56 +12:00
this.tpFTP.Name = "tpFTP";
this.tpFTP.UseVisualStyleBackColor = true;
//
2014-09-26 17:18:44 +12:00
// eiFTP
//
resources.ApplyResources(this.eiFTP, "eiFTP");
2014-09-26 17:18:44 +12:00
this.eiFTP.Name = "eiFTP";
this.eiFTP.ObjectType = null;
2014-12-11 09:25:20 +13:00
this.eiFTP.ExportRequested += new ShareX.HelpersLib.ExportImportControl.ExportEventHandler(this.eiFTP_ExportRequested);
this.eiFTP.ImportRequested += new ShareX.HelpersLib.ExportImportControl.ImportEventHandler(this.eiFTP_ImportRequested);
2014-09-26 17:18:44 +12:00
//
2014-08-09 14:05:56 +12:00
// btnFtpClient
//
resources.ApplyResources(this.btnFtpClient, "btnFtpClient");
2014-08-09 14:05:56 +12:00
this.btnFtpClient.Name = "btnFtpClient";
this.btnFtpClient.UseVisualStyleBackColor = true;
this.btnFtpClient.Click += new System.EventHandler(this.btnFtpClient_Click);
//
// lblFtpFiles
//
resources.ApplyResources(this.lblFtpFiles, "lblFtpFiles");
2014-08-09 14:05:56 +12:00
this.lblFtpFiles.Name = "lblFtpFiles";
//
// lblFtpText
//
resources.ApplyResources(this.lblFtpText, "lblFtpText");
2014-08-09 14:05:56 +12:00
this.lblFtpText.Name = "lblFtpText";
//
// lblFtpImages
//
resources.ApplyResources(this.lblFtpImages, "lblFtpImages");
2014-08-09 14:05:56 +12:00
this.lblFtpImages.Name = "lblFtpImages";
//
// cboFtpImages
//
this.cboFtpImages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFtpImages.FormattingEnabled = true;
resources.ApplyResources(this.cboFtpImages, "cboFtpImages");
2014-08-09 14:05:56 +12:00
this.cboFtpImages.Name = "cboFtpImages";
this.cboFtpImages.SelectedIndexChanged += new System.EventHandler(this.cboFtpImages_SelectedIndexChanged);
//
// cboFtpFiles
//
this.cboFtpFiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFtpFiles.FormattingEnabled = true;
resources.ApplyResources(this.cboFtpFiles, "cboFtpFiles");
2014-08-09 14:05:56 +12:00
this.cboFtpFiles.Name = "cboFtpFiles";
this.cboFtpFiles.SelectedIndexChanged += new System.EventHandler(this.cboFtpFiles_SelectedIndexChanged);
//
// cboFtpText
//
this.cboFtpText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFtpText.FormattingEnabled = true;
resources.ApplyResources(this.cboFtpText, "cboFtpText");
2014-08-09 14:05:56 +12:00
this.cboFtpText.Name = "cboFtpText";
this.cboFtpText.SelectedIndexChanged += new System.EventHandler(this.cboFtpText_SelectedIndexChanged);
//
2015-07-21 08:21:06 +12:00
// ucFTPAccounts
//
resources.ApplyResources(this.ucFTPAccounts, "ucFTPAccounts");
this.ucFTPAccounts.Name = "ucFTPAccounts";
//
2013-11-03 23:53:49 +13:00
// tpDropbox
//
2014-06-09 07:59:13 +12:00
this.tpDropbox.Controls.Add(this.oauth2Dropbox);
this.tpDropbox.Controls.Add(this.cbDropboxURLType);
2013-11-03 23:53:49 +13:00
this.tpDropbox.Controls.Add(this.cbDropboxAutoCreateShareableLink);
this.tpDropbox.Controls.Add(this.btnDropboxShowFiles);
this.tpDropbox.Controls.Add(this.pbDropboxLogo);
this.tpDropbox.Controls.Add(this.lblDropboxStatus);
this.tpDropbox.Controls.Add(this.lblDropboxPathTip);
this.tpDropbox.Controls.Add(this.lblDropboxPath);
this.tpDropbox.Controls.Add(this.txtDropboxPath);
resources.ApplyResources(this.tpDropbox, "tpDropbox");
2013-11-03 23:53:49 +13:00
this.tpDropbox.Name = "tpDropbox";
this.tpDropbox.UseVisualStyleBackColor = true;
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-04-30 21:46:15 +12:00
// cbDropboxURLType
//
this.cbDropboxURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbDropboxURLType.FormattingEnabled = true;
resources.ApplyResources(this.cbDropboxURLType, "cbDropboxURLType");
2014-04-30 21:46:15 +12:00
this.cbDropboxURLType.Name = "cbDropboxURLType";
this.cbDropboxURLType.SelectedIndexChanged += new System.EventHandler(this.cbDropboxURLType_SelectedIndexChanged);
//
2013-11-03 23:53:49 +13:00
// cbDropboxAutoCreateShareableLink
//
resources.ApplyResources(this.cbDropboxAutoCreateShareableLink, "cbDropboxAutoCreateShareableLink");
2013-11-03 23:53:49 +13:00
this.cbDropboxAutoCreateShareableLink.Name = "cbDropboxAutoCreateShareableLink";
this.cbDropboxAutoCreateShareableLink.UseVisualStyleBackColor = true;
this.cbDropboxAutoCreateShareableLink.CheckedChanged += new System.EventHandler(this.cbDropboxAutoCreateShareableLink_CheckedChanged);
//
// btnDropboxShowFiles
//
resources.ApplyResources(this.btnDropboxShowFiles, "btnDropboxShowFiles");
2013-11-03 23:53:49 +13:00
this.btnDropboxShowFiles.Name = "btnDropboxShowFiles";
this.btnDropboxShowFiles.UseVisualStyleBackColor = true;
this.btnDropboxShowFiles.Click += new System.EventHandler(this.btnDropboxShowFiles_Click);
//
// pbDropboxLogo
//
this.pbDropboxLogo.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.pbDropboxLogo, "pbDropboxLogo");
2013-11-03 23:53:49 +13:00
this.pbDropboxLogo.Name = "pbDropboxLogo";
this.pbDropboxLogo.TabStop = false;
this.pbDropboxLogo.Click += new System.EventHandler(this.pbDropboxLogo_Click);
//
// lblDropboxStatus
//
resources.ApplyResources(this.lblDropboxStatus, "lblDropboxStatus");
2013-11-03 23:53:49 +13:00
this.lblDropboxStatus.Name = "lblDropboxStatus";
//
// lblDropboxPathTip
//
resources.ApplyResources(this.lblDropboxPathTip, "lblDropboxPathTip");
2013-11-03 23:53:49 +13:00
this.lblDropboxPathTip.Name = "lblDropboxPathTip";
//
// lblDropboxPath
//
resources.ApplyResources(this.lblDropboxPath, "lblDropboxPath");
2013-11-03 23:53:49 +13:00
this.lblDropboxPath.Name = "lblDropboxPath";
//
// txtDropboxPath
//
resources.ApplyResources(this.txtDropboxPath, "txtDropboxPath");
2013-11-03 23:53:49 +13:00
this.txtDropboxPath.Name = "txtDropboxPath";
this.txtDropboxPath.TextChanged += new System.EventHandler(this.txtDropboxPath_TextChanged);
//
2014-12-27 02:58:38 +13:00
// tpOneDrive
//
this.tpOneDrive.Controls.Add(this.tvOneDrive);
2014-12-27 02:58:38 +13:00
this.tpOneDrive.Controls.Add(this.lblOneDriveFolderID);
this.tpOneDrive.Controls.Add(this.cbOneDriveCreateShareableLink);
this.tpOneDrive.Controls.Add(this.oAuth2OneDrive);
resources.ApplyResources(this.tpOneDrive, "tpOneDrive");
this.tpOneDrive.Name = "tpOneDrive";
this.tpOneDrive.UseVisualStyleBackColor = true;
//
// tvOneDrive
//
resources.ApplyResources(this.tvOneDrive, "tvOneDrive");
this.tvOneDrive.Name = "tvOneDrive";
this.tvOneDrive.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvOneDrive_AfterExpand);
this.tvOneDrive.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOneDrive_AfterSelect);
2014-12-27 02:58:38 +13:00
//
// lblOneDriveFolderID
//
resources.ApplyResources(this.lblOneDriveFolderID, "lblOneDriveFolderID");
this.lblOneDriveFolderID.Name = "lblOneDriveFolderID";
//
// cbOneDriveCreateShareableLink
//
resources.ApplyResources(this.cbOneDriveCreateShareableLink, "cbOneDriveCreateShareableLink");
this.cbOneDriveCreateShareableLink.Name = "cbOneDriveCreateShareableLink";
this.cbOneDriveCreateShareableLink.UseVisualStyleBackColor = true;
this.cbOneDriveCreateShareableLink.CheckedChanged += new System.EventHandler(this.cbOneDriveCreateShareableLink_CheckedChanged);
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-08-09 14:05:56 +12:00
// tpGoogleDrive
2014-06-15 22:29:09 +12:00
//
2014-08-09 14:05:56 +12:00
this.tpGoogleDrive.Controls.Add(this.cbGoogleDriveUseFolder);
this.tpGoogleDrive.Controls.Add(this.txtGoogleDriveFolderID);
this.tpGoogleDrive.Controls.Add(this.lblGoogleDriveFolderID);
this.tpGoogleDrive.Controls.Add(this.lvGoogleDriveFoldersList);
this.tpGoogleDrive.Controls.Add(this.btnGoogleDriveRefreshFolders);
this.tpGoogleDrive.Controls.Add(this.cbGoogleDriveIsPublic);
this.tpGoogleDrive.Controls.Add(this.oauth2GoogleDrive);
resources.ApplyResources(this.tpGoogleDrive, "tpGoogleDrive");
2014-08-09 14:05:56 +12:00
this.tpGoogleDrive.Name = "tpGoogleDrive";
this.tpGoogleDrive.UseVisualStyleBackColor = true;
2014-06-15 22:29:09 +12:00
//
2014-08-09 14:05:56 +12:00
// cbGoogleDriveUseFolder
//
resources.ApplyResources(this.cbGoogleDriveUseFolder, "cbGoogleDriveUseFolder");
2014-08-09 14:05:56 +12:00
this.cbGoogleDriveUseFolder.Name = "cbGoogleDriveUseFolder";
this.cbGoogleDriveUseFolder.UseVisualStyleBackColor = true;
this.cbGoogleDriveUseFolder.CheckedChanged += new System.EventHandler(this.cbGoogleDriveUseFolder_CheckedChanged);
//
2014-08-09 14:05:56 +12:00
// txtGoogleDriveFolderID
2014-06-06 06:19:45 +12:00
//
resources.ApplyResources(this.txtGoogleDriveFolderID, "txtGoogleDriveFolderID");
2014-08-09 14:05:56 +12:00
this.txtGoogleDriveFolderID.Name = "txtGoogleDriveFolderID";
this.txtGoogleDriveFolderID.TextChanged += new System.EventHandler(this.txtGoogleDriveFolderID_TextChanged);
2014-06-06 06:19:45 +12:00
//
2014-08-09 14:05:56 +12:00
// lblGoogleDriveFolderID
2014-06-06 06:19:45 +12:00
//
resources.ApplyResources(this.lblGoogleDriveFolderID, "lblGoogleDriveFolderID");
2014-08-09 14:05:56 +12:00
this.lblGoogleDriveFolderID.Name = "lblGoogleDriveFolderID";
2014-06-06 06:19:45 +12:00
//
2014-09-26 17:18:44 +12:00
// lvGoogleDriveFoldersList
//
this.lvGoogleDriveFoldersList.AutoFillColumn = true;
this.lvGoogleDriveFoldersList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chGoogleDriveTitle,
this.chGoogleDriveDescription});
this.lvGoogleDriveFoldersList.FullRowSelect = true;
resources.ApplyResources(this.lvGoogleDriveFoldersList, "lvGoogleDriveFoldersList");
2014-09-26 17:18:44 +12:00
this.lvGoogleDriveFoldersList.MultiSelect = false;
this.lvGoogleDriveFoldersList.Name = "lvGoogleDriveFoldersList";
this.lvGoogleDriveFoldersList.UseCompatibleStateImageBehavior = false;
this.lvGoogleDriveFoldersList.View = System.Windows.Forms.View.Details;
this.lvGoogleDriveFoldersList.SelectedIndexChanged += new System.EventHandler(this.lvGoogleDriveFoldersList_SelectedIndexChanged);
//
// chGoogleDriveTitle
//
resources.ApplyResources(this.chGoogleDriveTitle, "chGoogleDriveTitle");
2014-09-26 17:18:44 +12:00
//
// chGoogleDriveDescription
//
resources.ApplyResources(this.chGoogleDriveDescription, "chGoogleDriveDescription");
2014-09-26 17:18:44 +12:00
//
2014-08-09 14:05:56 +12:00
// btnGoogleDriveRefreshFolders
//
resources.ApplyResources(this.btnGoogleDriveRefreshFolders, "btnGoogleDriveRefreshFolders");
2014-08-09 14:05:56 +12:00
this.btnGoogleDriveRefreshFolders.Name = "btnGoogleDriveRefreshFolders";
this.btnGoogleDriveRefreshFolders.UseVisualStyleBackColor = true;
this.btnGoogleDriveRefreshFolders.Click += new System.EventHandler(this.btnGoogleDriveRefreshFolders_Click);
2013-11-03 23:53:49 +13:00
//
2014-08-09 14:05:56 +12:00
// cbGoogleDriveIsPublic
2014-06-09 07:59:13 +12:00
//
resources.ApplyResources(this.cbGoogleDriveIsPublic, "cbGoogleDriveIsPublic");
2014-08-09 14:05:56 +12:00
this.cbGoogleDriveIsPublic.Name = "cbGoogleDriveIsPublic";
this.cbGoogleDriveIsPublic.UseVisualStyleBackColor = true;
this.cbGoogleDriveIsPublic.CheckedChanged += new System.EventHandler(this.cbGoogleDriveIsPublic_CheckedChanged);
2014-06-09 07:59:13 +12:00
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-08-09 14:05:56 +12:00
// tpBox
2014-04-30 21:46:15 +12:00
//
2014-08-09 14:05:56 +12:00
this.tpBox.Controls.Add(this.lblBoxFolderTip);
this.tpBox.Controls.Add(this.cbBoxShare);
this.tpBox.Controls.Add(this.lvBoxFolders);
this.tpBox.Controls.Add(this.lblBoxFolderID);
this.tpBox.Controls.Add(this.btnBoxRefreshFolders);
this.tpBox.Controls.Add(this.oauth2Box);
resources.ApplyResources(this.tpBox, "tpBox");
2014-08-09 14:05:56 +12:00
this.tpBox.Name = "tpBox";
this.tpBox.UseVisualStyleBackColor = true;
2014-04-30 21:46:15 +12:00
//
2014-08-09 14:05:56 +12:00
// lblBoxFolderTip
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblBoxFolderTip, "lblBoxFolderTip");
2014-08-09 14:05:56 +12:00
this.lblBoxFolderTip.Name = "lblBoxFolderTip";
2014-04-30 21:46:15 +12:00
//
2014-08-09 14:05:56 +12:00
// cbBoxShare
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.cbBoxShare, "cbBoxShare");
2014-08-09 14:05:56 +12:00
this.cbBoxShare.Name = "cbBoxShare";
this.cbBoxShare.UseVisualStyleBackColor = true;
this.cbBoxShare.CheckedChanged += new System.EventHandler(this.cbBoxShare_CheckedChanged);
2014-04-30 21:46:15 +12:00
//
2014-09-26 17:18:44 +12:00
// lvBoxFolders
//
this.lvBoxFolders.AutoFillColumn = true;
this.lvBoxFolders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chBoxFoldersName});
this.lvBoxFolders.FullRowSelect = true;
resources.ApplyResources(this.lvBoxFolders, "lvBoxFolders");
2014-09-26 17:18:44 +12:00
this.lvBoxFolders.Name = "lvBoxFolders";
this.lvBoxFolders.UseCompatibleStateImageBehavior = false;
this.lvBoxFolders.View = System.Windows.Forms.View.Details;
this.lvBoxFolders.SelectedIndexChanged += new System.EventHandler(this.lvBoxFolders_SelectedIndexChanged);
this.lvBoxFolders.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvBoxFolders_MouseDoubleClick);
//
// chBoxFoldersName
//
resources.ApplyResources(this.chBoxFoldersName, "chBoxFoldersName");
2014-09-26 17:18:44 +12:00
//
2014-08-09 14:05:56 +12:00
// lblBoxFolderID
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblBoxFolderID, "lblBoxFolderID");
2014-08-09 14:05:56 +12:00
this.lblBoxFolderID.Name = "lblBoxFolderID";
2013-11-03 23:53:49 +13:00
//
2014-08-09 14:05:56 +12:00
// btnBoxRefreshFolders
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.btnBoxRefreshFolders, "btnBoxRefreshFolders");
2014-08-09 14:05:56 +12:00
this.btnBoxRefreshFolders.Name = "btnBoxRefreshFolders";
this.btnBoxRefreshFolders.UseVisualStyleBackColor = true;
this.btnBoxRefreshFolders.Click += new System.EventHandler(this.btnBoxRefreshFolders_Click);
2014-07-23 13:59:45 +12:00
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-08-09 14:05:56 +12:00
// tpCopy
//
2014-08-09 14:05:56 +12:00
this.tpCopy.Controls.Add(this.pbCopyLogo);
this.tpCopy.Controls.Add(this.lblCopyURLType);
this.tpCopy.Controls.Add(this.cbCopyURLType);
this.tpCopy.Controls.Add(this.lblCopyStatus);
this.tpCopy.Controls.Add(this.lblCopyPath);
this.tpCopy.Controls.Add(this.txtCopyPath);
this.tpCopy.Controls.Add(this.oAuthCopy);
resources.ApplyResources(this.tpCopy, "tpCopy");
2014-08-09 14:05:56 +12:00
this.tpCopy.Name = "tpCopy";
this.tpCopy.UseVisualStyleBackColor = true;
//
2014-08-09 14:05:56 +12:00
// pbCopyLogo
2014-06-15 22:29:09 +12:00
//
2014-08-09 14:05:56 +12:00
this.pbCopyLogo.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.pbCopyLogo, "pbCopyLogo");
2014-08-09 14:05:56 +12:00
this.pbCopyLogo.Name = "pbCopyLogo";
this.pbCopyLogo.TabStop = false;
this.pbCopyLogo.Click += new System.EventHandler(this.pbCopyLogo_Click);
2014-06-15 22:29:09 +12:00
//
2014-08-09 14:05:56 +12:00
// lblCopyURLType
//
resources.ApplyResources(this.lblCopyURLType, "lblCopyURLType");
2014-08-09 14:05:56 +12:00
this.lblCopyURLType.Name = "lblCopyURLType";
//
2014-08-09 14:05:56 +12:00
// cbCopyURLType
//
2014-08-09 14:05:56 +12:00
this.cbCopyURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCopyURLType.FormattingEnabled = true;
resources.ApplyResources(this.cbCopyURLType, "cbCopyURLType");
2014-08-09 14:05:56 +12:00
this.cbCopyURLType.Name = "cbCopyURLType";
this.cbCopyURLType.SelectedIndexChanged += new System.EventHandler(this.cbCopyURLType_SelectedIndexChanged);
//
2014-08-09 14:05:56 +12:00
// lblCopyStatus
//
resources.ApplyResources(this.lblCopyStatus, "lblCopyStatus");
2014-08-09 14:05:56 +12:00
this.lblCopyStatus.Name = "lblCopyStatus";
//
2014-08-09 14:05:56 +12:00
// lblCopyPath
//
resources.ApplyResources(this.lblCopyPath, "lblCopyPath");
2014-08-09 14:05:56 +12:00
this.lblCopyPath.Name = "lblCopyPath";
//
2014-08-09 14:05:56 +12:00
// txtCopyPath
2014-06-15 22:29:09 +12:00
//
resources.ApplyResources(this.txtCopyPath, "txtCopyPath");
2014-08-09 14:05:56 +12:00
this.txtCopyPath.Name = "txtCopyPath";
this.txtCopyPath.TextChanged += new System.EventHandler(this.txtCopyPath_TextChanged);
2014-06-15 22:29:09 +12:00
//
2015-07-21 08:21:06 +12:00
// 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);
//
2015-01-12 21:38:44 +13:00
// tpHubic
//
this.tpHubic.Controls.Add(this.cbHubicPublishLink);
this.tpHubic.Controls.Add(this.lblHubicSelectedFolderNote);
this.tpHubic.Controls.Add(this.lvHubicFolders);
this.tpHubic.Controls.Add(this.lblHubicSelectedFolder);
this.tpHubic.Controls.Add(this.btnHubicRefreshFolders);
this.tpHubic.Controls.Add(this.oauth2Hubic);
resources.ApplyResources(this.tpHubic, "tpHubic");
this.tpHubic.Name = "tpHubic";
this.tpHubic.UseVisualStyleBackColor = true;
//
// cbHubicPublishLink
//
resources.ApplyResources(this.cbHubicPublishLink, "cbHubicPublishLink");
this.cbHubicPublishLink.Name = "cbHubicPublishLink";
this.cbHubicPublishLink.UseVisualStyleBackColor = true;
this.cbHubicPublishLink.CheckedChanged += new System.EventHandler(this.cbHubicPublishLink_CheckedChanged);
//
// lblHubicSelectedFolderNote
//
resources.ApplyResources(this.lblHubicSelectedFolderNote, "lblHubicSelectedFolderNote");
this.lblHubicSelectedFolderNote.Name = "lblHubicSelectedFolderNote";
//
// lvHubicFolders
//
this.lvHubicFolders.AutoFillColumn = true;
this.lvHubicFolders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chHubicFolderName});
2015-01-12 21:38:44 +13:00
this.lvHubicFolders.FullRowSelect = true;
resources.ApplyResources(this.lvHubicFolders, "lvHubicFolders");
this.lvHubicFolders.Name = "lvHubicFolders";
this.lvHubicFolders.UseCompatibleStateImageBehavior = false;
this.lvHubicFolders.View = System.Windows.Forms.View.Details;
this.lvHubicFolders.SelectedIndexChanged += new System.EventHandler(this.lvHubicFolders_SelectedIndexChanged);
this.lvHubicFolders.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvHubicFolders_MouseDoubleClick);
//
// chHubicFolderName
2015-01-12 21:38:44 +13:00
//
resources.ApplyResources(this.chHubicFolderName, "chHubicFolderName");
2015-01-12 21:38:44 +13:00
//
// lblHubicSelectedFolder
//
resources.ApplyResources(this.lblHubicSelectedFolder, "lblHubicSelectedFolder");
this.lblHubicSelectedFolder.Name = "lblHubicSelectedFolder";
//
// btnHubicRefreshFolders
//
resources.ApplyResources(this.btnHubicRefreshFolders, "btnHubicRefreshFolders");
this.btnHubicRefreshFolders.Name = "btnHubicRefreshFolders";
this.btnHubicRefreshFolders.UseVisualStyleBackColor = true;
this.btnHubicRefreshFolders.Click += new System.EventHandler(this.btnHubicRefreshFolders_Click);
//
2015-07-21 08:21:06 +12:00
// oauth2Hubic
//
resources.ApplyResources(this.oauth2Hubic, "oauth2Hubic");
this.oauth2Hubic.Name = "oauth2Hubic";
this.oauth2Hubic.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuth2Hubic_OpenButtonClicked);
this.oauth2Hubic.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuth2Hubic_CompleteButtonClicked);
this.oauth2Hubic.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuth2Hubic_ClearButtonClicked);
this.oauth2Hubic.RefreshButtonClicked += new ShareX.UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oAuth2Hubic_RefreshButtonClicked);
//
2014-03-30 23:28:34 +13:00
// tpAmazonS3
2014-03-21 12:37:43 +13:00
//
this.tpAmazonS3.Controls.Add(this.txtAmazonS3CustomDomain);
2014-05-06 11:24:00 +12:00
this.tpAmazonS3.Controls.Add(this.lblAmazonS3PathPreviewLabel);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3PathPreview);
2014-04-16 07:30:46 +12:00
this.tpAmazonS3.Controls.Add(this.btnAmazonS3BucketNameOpen);
this.tpAmazonS3.Controls.Add(this.btnAmazonS3AccessKeyOpen);
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.Controls.Add(this.cbAmazonS3CustomCNAME);
this.tpAmazonS3.Controls.Add(this.cbAmazonS3Endpoint);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3BucketName);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3BucketName);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3Endpoint);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3ObjectPrefix);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3ObjectPrefix);
this.tpAmazonS3.Controls.Add(this.cbAmazonS3UseRRS);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3SecretKey);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3SecretKey);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3AccessKey);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3AccessKey);
resources.ApplyResources(this.tpAmazonS3, "tpAmazonS3");
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.Name = "tpAmazonS3";
this.tpAmazonS3.UseVisualStyleBackColor = true;
2014-03-21 12:37:43 +13:00
//
// txtAmazonS3CustomDomain
//
resources.ApplyResources(this.txtAmazonS3CustomDomain, "txtAmazonS3CustomDomain");
this.txtAmazonS3CustomDomain.Name = "txtAmazonS3CustomDomain";
this.txtAmazonS3CustomDomain.TextChanged += new System.EventHandler(this.txtAmazonS3CustomDomain_TextChanged);
//
2014-05-16 01:08:39 +12:00
// lblAmazonS3PathPreviewLabel
//
resources.ApplyResources(this.lblAmazonS3PathPreviewLabel, "lblAmazonS3PathPreviewLabel");
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreviewLabel.Name = "lblAmazonS3PathPreviewLabel";
//
// lblAmazonS3PathPreview
//
resources.ApplyResources(this.lblAmazonS3PathPreview, "lblAmazonS3PathPreview");
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreview.Name = "lblAmazonS3PathPreview";
//
2014-04-17 04:18:25 +12:00
// btnAmazonS3BucketNameOpen
//
resources.ApplyResources(this.btnAmazonS3BucketNameOpen, "btnAmazonS3BucketNameOpen");
2014-04-17 04:18:25 +12:00
this.btnAmazonS3BucketNameOpen.Name = "btnAmazonS3BucketNameOpen";
this.btnAmazonS3BucketNameOpen.UseVisualStyleBackColor = true;
this.btnAmazonS3BucketNameOpen.Click += new System.EventHandler(this.btnAmazonS3BucketNameOpen_Click);
//
2014-04-16 07:30:46 +12:00
// btnAmazonS3AccessKeyOpen
//
resources.ApplyResources(this.btnAmazonS3AccessKeyOpen, "btnAmazonS3AccessKeyOpen");
2014-04-16 07:30:46 +12:00
this.btnAmazonS3AccessKeyOpen.Name = "btnAmazonS3AccessKeyOpen";
this.btnAmazonS3AccessKeyOpen.UseVisualStyleBackColor = true;
this.btnAmazonS3AccessKeyOpen.Click += new System.EventHandler(this.btnAmazonS3AccessKeyOpen_Click);
//
2014-03-30 23:28:34 +13:00
// cbAmazonS3Endpoint
2014-03-27 23:16:57 +13:00
//
this.cbAmazonS3Endpoint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2014-03-30 23:28:34 +13:00
this.cbAmazonS3Endpoint.FormattingEnabled = true;
resources.ApplyResources(this.cbAmazonS3Endpoint, "cbAmazonS3Endpoint");
2014-03-30 23:28:34 +13:00
this.cbAmazonS3Endpoint.Name = "cbAmazonS3Endpoint";
this.cbAmazonS3Endpoint.SelectionChangeCommitted += new System.EventHandler(this.cbAmazonS3Endpoint_SelectionChangeCommitted);
//
// lblAmazonS3BucketName
//
resources.ApplyResources(this.lblAmazonS3BucketName, "lblAmazonS3BucketName");
2014-03-30 23:28:34 +13:00
this.lblAmazonS3BucketName.Name = "lblAmazonS3BucketName";
//
// txtAmazonS3BucketName
//
resources.ApplyResources(this.txtAmazonS3BucketName, "txtAmazonS3BucketName");
2014-03-30 23:28:34 +13:00
this.txtAmazonS3BucketName.Name = "txtAmazonS3BucketName";
this.txtAmazonS3BucketName.TextChanged += new System.EventHandler(this.txtAmazonS3BucketName_TextChanged);
//
// lblAmazonS3Endpoint
//
resources.ApplyResources(this.lblAmazonS3Endpoint, "lblAmazonS3Endpoint");
2014-03-30 23:28:34 +13:00
this.lblAmazonS3Endpoint.Name = "lblAmazonS3Endpoint";
//
// txtAmazonS3ObjectPrefix
//
resources.ApplyResources(this.txtAmazonS3ObjectPrefix, "txtAmazonS3ObjectPrefix");
2014-03-30 23:28:34 +13:00
this.txtAmazonS3ObjectPrefix.Name = "txtAmazonS3ObjectPrefix";
this.txtAmazonS3ObjectPrefix.TextChanged += new System.EventHandler(this.txtAmazonS3ObjectPrefix_TextChanged);
//
// lblAmazonS3ObjectPrefix
//
resources.ApplyResources(this.lblAmazonS3ObjectPrefix, "lblAmazonS3ObjectPrefix");
2014-03-30 23:28:34 +13:00
this.lblAmazonS3ObjectPrefix.Name = "lblAmazonS3ObjectPrefix";
//
// txtAmazonS3SecretKey
//
resources.ApplyResources(this.txtAmazonS3SecretKey, "txtAmazonS3SecretKey");
2014-03-30 23:28:34 +13:00
this.txtAmazonS3SecretKey.Name = "txtAmazonS3SecretKey";
this.txtAmazonS3SecretKey.UseSystemPasswordChar = true;
this.txtAmazonS3SecretKey.TextChanged += new System.EventHandler(this.txtAmazonS3SecretKey_TextChanged);
//
// lblAmazonS3SecretKey
//
resources.ApplyResources(this.lblAmazonS3SecretKey, "lblAmazonS3SecretKey");
2014-08-09 14:05:56 +12:00
this.lblAmazonS3SecretKey.Name = "lblAmazonS3SecretKey";
2014-07-01 22:18:07 +12:00
//
2014-08-09 14:05:56 +12:00
// lblAmazonS3AccessKey
2014-07-01 22:18:07 +12:00
//
resources.ApplyResources(this.lblAmazonS3AccessKey, "lblAmazonS3AccessKey");
2014-08-09 14:05:56 +12:00
this.lblAmazonS3AccessKey.Name = "lblAmazonS3AccessKey";
2014-07-01 22:18:07 +12:00
//
2014-08-09 14:05:56 +12:00
// txtAmazonS3AccessKey
//
resources.ApplyResources(this.txtAmazonS3AccessKey, "txtAmazonS3AccessKey");
2014-08-09 14:05:56 +12:00
this.txtAmazonS3AccessKey.Name = "txtAmazonS3AccessKey";
this.txtAmazonS3AccessKey.TextChanged += new System.EventHandler(this.txtAmazonS3AccessKey_TextChanged);
2014-07-01 22:18:07 +12:00
//
2014-08-09 14:05:56 +12:00
// tpMega
//
2014-08-09 14:05:56 +12:00
this.tpMega.Controls.Add(this.btnMegaRefreshFolders);
this.tpMega.Controls.Add(this.lblMegaStatus);
this.tpMega.Controls.Add(this.btnMegaRegister);
this.tpMega.Controls.Add(this.lblMegaFolder);
this.tpMega.Controls.Add(this.lblMegaStatusTitle);
this.tpMega.Controls.Add(this.cbMegaFolder);
this.tpMega.Controls.Add(this.lblMegaEmail);
this.tpMega.Controls.Add(this.btnMegaLogin);
this.tpMega.Controls.Add(this.txtMegaEmail);
this.tpMega.Controls.Add(this.txtMegaPassword);
this.tpMega.Controls.Add(this.lblMegaPassword);
resources.ApplyResources(this.tpMega, "tpMega");
2014-08-09 14:05:56 +12:00
this.tpMega.Name = "tpMega";
this.tpMega.UseVisualStyleBackColor = true;
2014-07-01 22:18:07 +12:00
//
2014-08-09 14:05:56 +12:00
// btnMegaRefreshFolders
2014-07-01 22:18:07 +12:00
//
resources.ApplyResources(this.btnMegaRefreshFolders, "btnMegaRefreshFolders");
2014-08-09 14:05:56 +12:00
this.btnMegaRefreshFolders.Name = "btnMegaRefreshFolders";
this.btnMegaRefreshFolders.UseVisualStyleBackColor = true;
this.btnMegaRefreshFolders.Click += new System.EventHandler(this.btnMegaRefreshFolders_Click);
2014-07-01 22:18:07 +12:00
//
2014-08-09 14:05:56 +12:00
// lblMegaStatus
2014-07-01 22:18:07 +12:00
//
resources.ApplyResources(this.lblMegaStatus, "lblMegaStatus");
2014-08-09 14:05:56 +12:00
this.lblMegaStatus.Name = "lblMegaStatus";
2014-07-01 22:18:07 +12:00
//
2014-08-09 14:05:56 +12:00
// btnMegaRegister
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.btnMegaRegister, "btnMegaRegister");
2014-08-09 14:05:56 +12:00
this.btnMegaRegister.Name = "btnMegaRegister";
this.btnMegaRegister.UseVisualStyleBackColor = true;
this.btnMegaRegister.Click += new System.EventHandler(this.btnMegaRegister_Click);
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
// lblMegaFolder
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.lblMegaFolder, "lblMegaFolder");
2014-08-09 14:05:56 +12:00
this.lblMegaFolder.Name = "lblMegaFolder";
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
// lblMegaStatusTitle
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.lblMegaStatusTitle, "lblMegaStatusTitle");
2014-08-09 14:05:56 +12:00
this.lblMegaStatusTitle.Name = "lblMegaStatusTitle";
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
// cbMegaFolder
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
this.cbMegaFolder.DisplayMember = "DisplayName";
this.cbMegaFolder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbMegaFolder.FormattingEnabled = true;
resources.ApplyResources(this.cbMegaFolder, "cbMegaFolder");
2014-08-09 14:05:56 +12:00
this.cbMegaFolder.Name = "cbMegaFolder";
this.cbMegaFolder.ValueMember = "Node";
this.cbMegaFolder.SelectedIndexChanged += new System.EventHandler(this.cbMegaFolder_SelectedIndexChanged);
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
// lblMegaEmail
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.lblMegaEmail, "lblMegaEmail");
2014-08-09 14:05:56 +12:00
this.lblMegaEmail.Name = "lblMegaEmail";
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
// btnMegaLogin
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.btnMegaLogin, "btnMegaLogin");
2014-08-09 14:05:56 +12:00
this.btnMegaLogin.Name = "btnMegaLogin";
this.btnMegaLogin.UseVisualStyleBackColor = true;
this.btnMegaLogin.Click += new System.EventHandler(this.btnMegaLogin_Click);
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
// txtMegaEmail
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.txtMegaEmail, "txtMegaEmail");
2014-08-09 14:05:56 +12:00
this.txtMegaEmail.Name = "txtMegaEmail";
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
// txtMegaPassword
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.txtMegaPassword, "txtMegaPassword");
2014-08-09 14:05:56 +12:00
this.txtMegaPassword.Name = "txtMegaPassword";
this.txtMegaPassword.UseSystemPasswordChar = true;
2014-07-23 13:59:45 +12:00
//
2014-08-09 14:05:56 +12:00
// lblMegaPassword
2014-07-23 13:59:45 +12:00
//
resources.ApplyResources(this.lblMegaPassword, "lblMegaPassword");
2014-08-09 14:05:56 +12:00
this.lblMegaPassword.Name = "lblMegaPassword";
2014-07-23 13:59:45 +12:00
//
2014-07-07 06:45:36 +12:00
// tpOwnCloud
//
this.tpOwnCloud.Controls.Add(this.cbOwnCloud81Compatibility);
this.tpOwnCloud.Controls.Add(this.cbOwnCloudIgnoreInvalidCert);
2014-07-07 09:06:37 +12:00
this.tpOwnCloud.Controls.Add(this.cbOwnCloudDirectLink);
this.tpOwnCloud.Controls.Add(this.cbOwnCloudCreateShare);
2014-07-07 06:45:36 +12:00
this.tpOwnCloud.Controls.Add(this.txtOwnCloudPath);
this.tpOwnCloud.Controls.Add(this.txtOwnCloudPassword);
this.tpOwnCloud.Controls.Add(this.txtOwnCloudUsername);
this.tpOwnCloud.Controls.Add(this.txtOwnCloudHost);
this.tpOwnCloud.Controls.Add(this.lblOwnCloudPath);
this.tpOwnCloud.Controls.Add(this.lblOwnCloudPassword);
this.tpOwnCloud.Controls.Add(this.lblOwnCloudUsername);
this.tpOwnCloud.Controls.Add(this.lblOwnCloudHost);
resources.ApplyResources(this.tpOwnCloud, "tpOwnCloud");
2014-07-07 06:45:36 +12:00
this.tpOwnCloud.Name = "tpOwnCloud";
this.tpOwnCloud.UseVisualStyleBackColor = true;
//
2014-09-07 13:11:55 +12:00
// cbOwnCloudIgnoreInvalidCert
//
resources.ApplyResources(this.cbOwnCloudIgnoreInvalidCert, "cbOwnCloudIgnoreInvalidCert");
2014-09-07 13:11:55 +12:00
this.cbOwnCloudIgnoreInvalidCert.Name = "cbOwnCloudIgnoreInvalidCert";
this.cbOwnCloudIgnoreInvalidCert.UseVisualStyleBackColor = true;
this.cbOwnCloudIgnoreInvalidCert.CheckedChanged += new System.EventHandler(this.cbOwnCloudIgnoreInvalidCert_CheckedChanged);
//
2014-07-07 09:06:37 +12:00
// cbOwnCloudDirectLink
//
resources.ApplyResources(this.cbOwnCloudDirectLink, "cbOwnCloudDirectLink");
2014-07-07 09:06:37 +12:00
this.cbOwnCloudDirectLink.Name = "cbOwnCloudDirectLink";
this.cbOwnCloudDirectLink.UseVisualStyleBackColor = true;
this.cbOwnCloudDirectLink.CheckedChanged += new System.EventHandler(this.cbOwnCloudDirectLink_CheckedChanged);
//
// cbOwnCloudCreateShare
//
resources.ApplyResources(this.cbOwnCloudCreateShare, "cbOwnCloudCreateShare");
2014-07-07 09:06:37 +12:00
this.cbOwnCloudCreateShare.Name = "cbOwnCloudCreateShare";
this.cbOwnCloudCreateShare.UseVisualStyleBackColor = true;
this.cbOwnCloudCreateShare.CheckedChanged += new System.EventHandler(this.cbOwnCloudCreateShare_CheckedChanged);
//
2014-07-07 06:45:36 +12:00
// txtOwnCloudPath
//
resources.ApplyResources(this.txtOwnCloudPath, "txtOwnCloudPath");
2014-07-07 06:45:36 +12:00
this.txtOwnCloudPath.Name = "txtOwnCloudPath";
this.txtOwnCloudPath.TextChanged += new System.EventHandler(this.txtOwnCloudPath_TextChanged);
//
// txtOwnCloudPassword
//
resources.ApplyResources(this.txtOwnCloudPassword, "txtOwnCloudPassword");
2014-07-07 06:45:36 +12:00
this.txtOwnCloudPassword.Name = "txtOwnCloudPassword";
this.txtOwnCloudPassword.UseSystemPasswordChar = true;
this.txtOwnCloudPassword.TextChanged += new System.EventHandler(this.txtOwnCloudPassword_TextChanged);
//
// txtOwnCloudUsername
//
resources.ApplyResources(this.txtOwnCloudUsername, "txtOwnCloudUsername");
2014-07-07 06:45:36 +12:00
this.txtOwnCloudUsername.Name = "txtOwnCloudUsername";
this.txtOwnCloudUsername.TextChanged += new System.EventHandler(this.txtOwnCloudUsername_TextChanged);
//
// txtOwnCloudHost
//
resources.ApplyResources(this.txtOwnCloudHost, "txtOwnCloudHost");
2014-07-07 06:45:36 +12:00
this.txtOwnCloudHost.Name = "txtOwnCloudHost";
this.txtOwnCloudHost.TextChanged += new System.EventHandler(this.txtOwnCloudHost_TextChanged);
//
// lblOwnCloudPath
//
resources.ApplyResources(this.lblOwnCloudPath, "lblOwnCloudPath");
2014-07-07 06:45:36 +12:00
this.lblOwnCloudPath.Name = "lblOwnCloudPath";
//
// lblOwnCloudPassword
//
resources.ApplyResources(this.lblOwnCloudPassword, "lblOwnCloudPassword");
2014-07-07 06:45:36 +12:00
this.lblOwnCloudPassword.Name = "lblOwnCloudPassword";
//
// lblOwnCloudUsername
//
resources.ApplyResources(this.lblOwnCloudUsername, "lblOwnCloudUsername");
2014-07-07 06:45:36 +12:00
this.lblOwnCloudUsername.Name = "lblOwnCloudUsername";
//
// lblOwnCloudHost
//
resources.ApplyResources(this.lblOwnCloudHost, "lblOwnCloudHost");
2014-07-07 06:45:36 +12:00
this.lblOwnCloudHost.Name = "lblOwnCloudHost";
//
2014-07-23 13:59:45 +12:00
// tpMediaFire
2014-03-30 23:28:34 +13:00
//
2014-07-23 13:59:45 +12:00
this.tpMediaFire.Controls.Add(this.cbMediaFireUseLongLink);
this.tpMediaFire.Controls.Add(this.txtMediaFirePath);
this.tpMediaFire.Controls.Add(this.lblMediaFirePath);
this.tpMediaFire.Controls.Add(this.txtMediaFirePassword);
this.tpMediaFire.Controls.Add(this.txtMediaFireEmail);
this.tpMediaFire.Controls.Add(this.lblMediaFirePassword);
this.tpMediaFire.Controls.Add(this.lblMediaFireEmail);
resources.ApplyResources(this.tpMediaFire, "tpMediaFire");
2014-07-23 13:59:45 +12:00
this.tpMediaFire.Name = "tpMediaFire";
this.tpMediaFire.UseVisualStyleBackColor = true;
//
2014-08-09 12:28:09 +12:00
// cbMediaFireUseLongLink
//
resources.ApplyResources(this.cbMediaFireUseLongLink, "cbMediaFireUseLongLink");
2014-08-09 12:28:09 +12:00
this.cbMediaFireUseLongLink.Name = "cbMediaFireUseLongLink";
this.cbMediaFireUseLongLink.UseVisualStyleBackColor = true;
this.cbMediaFireUseLongLink.CheckedChanged += new System.EventHandler(this.cbMediaFireUseLongLink_CheckedChanged);
//
2014-07-23 13:59:45 +12:00
// txtMediaFirePath
//
resources.ApplyResources(this.txtMediaFirePath, "txtMediaFirePath");
2014-07-23 13:59:45 +12:00
this.txtMediaFirePath.Name = "txtMediaFirePath";
this.txtMediaFirePath.TextChanged += new System.EventHandler(this.txtMediaFirePath_TextChanged);
//
// lblMediaFirePath
//
resources.ApplyResources(this.lblMediaFirePath, "lblMediaFirePath");
2014-07-23 13:59:45 +12:00
this.lblMediaFirePath.Name = "lblMediaFirePath";
//
// txtMediaFirePassword
//
resources.ApplyResources(this.txtMediaFirePassword, "txtMediaFirePassword");
2014-07-23 13:59:45 +12:00
this.txtMediaFirePassword.Name = "txtMediaFirePassword";
this.txtMediaFirePassword.TextChanged += new System.EventHandler(this.txtMediaFirePassword_TextChanged);
//
// txtMediaFireEmail
//
resources.ApplyResources(this.txtMediaFireEmail, "txtMediaFireEmail");
2014-07-23 13:59:45 +12:00
this.txtMediaFireEmail.Name = "txtMediaFireEmail";
this.txtMediaFireEmail.TextChanged += new System.EventHandler(this.txtMediaFireUsername_TextChanged);
//
// lblMediaFirePassword
//
resources.ApplyResources(this.lblMediaFirePassword, "lblMediaFirePassword");
2014-07-23 13:59:45 +12:00
this.lblMediaFirePassword.Name = "lblMediaFirePassword";
//
// lblMediaFireEmail
//
resources.ApplyResources(this.lblMediaFireEmail, "lblMediaFireEmail");
2014-07-23 13:59:45 +12:00
this.lblMediaFireEmail.Name = "lblMediaFireEmail";
//
// tpPushbullet
//
this.tpPushbullet.Controls.Add(this.lblPushbulletDevices);
this.tpPushbullet.Controls.Add(this.cboPushbulletDevices);
this.tpPushbullet.Controls.Add(this.btnPushbulletGetDeviceList);
this.tpPushbullet.Controls.Add(this.lblPushbulletUserKey);
this.tpPushbullet.Controls.Add(this.txtPushbulletUserKey);
resources.ApplyResources(this.tpPushbullet, "tpPushbullet");
2014-07-23 13:59:45 +12:00
this.tpPushbullet.Name = "tpPushbullet";
this.tpPushbullet.UseVisualStyleBackColor = true;
//
// lblPushbulletDevices
//
resources.ApplyResources(this.lblPushbulletDevices, "lblPushbulletDevices");
2014-03-30 23:28:34 +13:00
this.lblPushbulletDevices.Name = "lblPushbulletDevices";
//
// cboPushbulletDevices
//
2014-03-31 00:37:38 +13:00
this.cboPushbulletDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.cboPushbulletDevices, "cboPushbulletDevices");
2014-03-30 23:28:34 +13:00
this.cboPushbulletDevices.FormattingEnabled = true;
this.cboPushbulletDevices.Name = "cboPushbulletDevices";
this.cboPushbulletDevices.SelectedIndexChanged += new System.EventHandler(this.cboPushbulletDevices_SelectedIndexChanged);
//
// btnPushbulletGetDeviceList
//
resources.ApplyResources(this.btnPushbulletGetDeviceList, "btnPushbulletGetDeviceList");
2014-03-30 23:28:34 +13:00
this.btnPushbulletGetDeviceList.Name = "btnPushbulletGetDeviceList";
this.btnPushbulletGetDeviceList.UseVisualStyleBackColor = true;
this.btnPushbulletGetDeviceList.Click += new System.EventHandler(this.btnPushbulletGetDeviceList_Click);
//
// lblPushbulletUserKey
//
resources.ApplyResources(this.lblPushbulletUserKey, "lblPushbulletUserKey");
2014-03-30 23:28:34 +13:00
this.lblPushbulletUserKey.Name = "lblPushbulletUserKey";
//
// txtPushbulletUserKey
//
resources.ApplyResources(this.txtPushbulletUserKey, "txtPushbulletUserKey");
2014-03-30 23:28:34 +13:00
this.txtPushbulletUserKey.Name = "txtPushbulletUserKey";
this.txtPushbulletUserKey.UseSystemPasswordChar = true;
2014-03-30 23:28:34 +13:00
this.txtPushbulletUserKey.TextChanged += new System.EventHandler(this.txtPushbulletUserKey_TextChanged);
//
2013-11-25 10:38:02 +13:00
// tpSendSpace
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.tpSendSpace.Controls.Add(this.btnSendSpaceRegister);
this.tpSendSpace.Controls.Add(this.lblSendSpacePassword);
this.tpSendSpace.Controls.Add(this.lblSendSpaceUsername);
this.tpSendSpace.Controls.Add(this.txtSendSpacePassword);
this.tpSendSpace.Controls.Add(this.txtSendSpaceUserName);
this.tpSendSpace.Controls.Add(this.atcSendSpaceAccountType);
resources.ApplyResources(this.tpSendSpace, "tpSendSpace");
2013-11-25 10:38:02 +13:00
this.tpSendSpace.Name = "tpSendSpace";
this.tpSendSpace.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// btnSendSpaceRegister
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnSendSpaceRegister, "btnSendSpaceRegister");
2013-11-03 23:53:49 +13:00
this.btnSendSpaceRegister.Name = "btnSendSpaceRegister";
this.btnSendSpaceRegister.UseVisualStyleBackColor = true;
this.btnSendSpaceRegister.Click += new System.EventHandler(this.btnSendSpaceRegister_Click);
//
// lblSendSpacePassword
//
resources.ApplyResources(this.lblSendSpacePassword, "lblSendSpacePassword");
2013-11-03 23:53:49 +13:00
this.lblSendSpacePassword.Name = "lblSendSpacePassword";
//
// lblSendSpaceUsername
//
resources.ApplyResources(this.lblSendSpaceUsername, "lblSendSpaceUsername");
2013-11-03 23:53:49 +13:00
this.lblSendSpaceUsername.Name = "lblSendSpaceUsername";
//
// txtSendSpacePassword
//
resources.ApplyResources(this.txtSendSpacePassword, "txtSendSpacePassword");
2013-11-03 23:53:49 +13:00
this.txtSendSpacePassword.Name = "txtSendSpacePassword";
this.txtSendSpacePassword.UseSystemPasswordChar = true;
2013-11-03 23:53:49 +13:00
this.txtSendSpacePassword.TextChanged += new System.EventHandler(this.txtSendSpacePassword_TextChanged);
//
// txtSendSpaceUserName
//
resources.ApplyResources(this.txtSendSpaceUserName, "txtSendSpaceUserName");
2013-11-03 23:53:49 +13:00
this.txtSendSpaceUserName.Name = "txtSendSpaceUserName";
this.txtSendSpaceUserName.TextChanged += new System.EventHandler(this.txtSendSpaceUserName_TextChanged);
//
2015-07-21 08:21:06 +12:00
// 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);
//
2013-11-03 23:53:49 +13:00
// tpGe_tt
//
this.tpGe_tt.Controls.Add(this.lblGe_ttStatus);
2013-11-03 23:53:49 +13:00
this.tpGe_tt.Controls.Add(this.lblGe_ttPassword);
this.tpGe_tt.Controls.Add(this.lblGe_ttEmail);
this.tpGe_tt.Controls.Add(this.btnGe_ttLogin);
this.tpGe_tt.Controls.Add(this.txtGe_ttPassword);
this.tpGe_tt.Controls.Add(this.txtGe_ttEmail);
resources.ApplyResources(this.tpGe_tt, "tpGe_tt");
2013-11-03 23:53:49 +13:00
this.tpGe_tt.Name = "tpGe_tt";
this.tpGe_tt.UseVisualStyleBackColor = true;
//
// lblGe_ttStatus
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblGe_ttStatus, "lblGe_ttStatus");
this.lblGe_ttStatus.Name = "lblGe_ttStatus";
2013-11-03 23:53:49 +13:00
//
// lblGe_ttPassword
//
resources.ApplyResources(this.lblGe_ttPassword, "lblGe_ttPassword");
2013-11-03 23:53:49 +13:00
this.lblGe_ttPassword.Name = "lblGe_ttPassword";
//
// lblGe_ttEmail
//
resources.ApplyResources(this.lblGe_ttEmail, "lblGe_ttEmail");
2013-11-03 23:53:49 +13:00
this.lblGe_ttEmail.Name = "lblGe_ttEmail";
//
// btnGe_ttLogin
//
resources.ApplyResources(this.btnGe_ttLogin, "btnGe_ttLogin");
2013-11-03 23:53:49 +13:00
this.btnGe_ttLogin.Name = "btnGe_ttLogin";
this.btnGe_ttLogin.UseVisualStyleBackColor = true;
this.btnGe_ttLogin.Click += new System.EventHandler(this.btnGe_ttLogin_Click);
//
// txtGe_ttPassword
//
resources.ApplyResources(this.txtGe_ttPassword, "txtGe_ttPassword");
2013-11-03 23:53:49 +13:00
this.txtGe_ttPassword.Name = "txtGe_ttPassword";
this.txtGe_ttPassword.UseSystemPasswordChar = true;
2013-11-03 23:53:49 +13:00
//
// txtGe_ttEmail
//
resources.ApplyResources(this.txtGe_ttEmail, "txtGe_ttEmail");
2013-11-03 23:53:49 +13:00
this.txtGe_ttEmail.Name = "txtGe_ttEmail";
//
// tpHostr
//
this.tpHostr.Controls.Add(this.cbLocalhostrDirectURL);
this.tpHostr.Controls.Add(this.lblLocalhostrPassword);
this.tpHostr.Controls.Add(this.lblLocalhostrEmail);
this.tpHostr.Controls.Add(this.txtLocalhostrPassword);
this.tpHostr.Controls.Add(this.txtLocalhostrEmail);
resources.ApplyResources(this.tpHostr, "tpHostr");
2013-11-03 23:53:49 +13:00
this.tpHostr.Name = "tpHostr";
this.tpHostr.UseVisualStyleBackColor = true;
//
// cbLocalhostrDirectURL
//
resources.ApplyResources(this.cbLocalhostrDirectURL, "cbLocalhostrDirectURL");
2013-11-03 23:53:49 +13:00
this.cbLocalhostrDirectURL.Name = "cbLocalhostrDirectURL";
this.cbLocalhostrDirectURL.UseVisualStyleBackColor = true;
this.cbLocalhostrDirectURL.CheckedChanged += new System.EventHandler(this.cbLocalhostrDirectURL_CheckedChanged);
//
// lblLocalhostrPassword
//
resources.ApplyResources(this.lblLocalhostrPassword, "lblLocalhostrPassword");
2013-11-03 23:53:49 +13:00
this.lblLocalhostrPassword.Name = "lblLocalhostrPassword";
//
// lblLocalhostrEmail
//
resources.ApplyResources(this.lblLocalhostrEmail, "lblLocalhostrEmail");
2013-11-03 23:53:49 +13:00
this.lblLocalhostrEmail.Name = "lblLocalhostrEmail";
//
// txtLocalhostrPassword
//
resources.ApplyResources(this.txtLocalhostrPassword, "txtLocalhostrPassword");
2013-11-03 23:53:49 +13:00
this.txtLocalhostrPassword.Name = "txtLocalhostrPassword";
this.txtLocalhostrPassword.UseSystemPasswordChar = true;
2013-11-03 23:53:49 +13:00
this.txtLocalhostrPassword.TextChanged += new System.EventHandler(this.txtLocalhostrPassword_TextChanged);
//
// txtLocalhostrEmail
//
resources.ApplyResources(this.txtLocalhostrEmail, "txtLocalhostrEmail");
2013-11-03 23:53:49 +13:00
this.txtLocalhostrEmail.Name = "txtLocalhostrEmail";
this.txtLocalhostrEmail.TextChanged += new System.EventHandler(this.txtLocalhostrEmail_TextChanged);
//
2013-11-25 10:38:02 +13:00
// tpMinus
2013-11-03 23:53:49 +13:00
//
2014-03-21 13:36:09 +13:00
this.tpMinus.Controls.Add(this.lblMinusURLType);
this.tpMinus.Controls.Add(this.cbMinusURLType);
2013-11-25 10:38:02 +13:00
this.tpMinus.Controls.Add(this.gbMinusUserPass);
this.tpMinus.Controls.Add(this.gbMinusUpload);
resources.ApplyResources(this.tpMinus, "tpMinus");
2013-11-25 10:38:02 +13:00
this.tpMinus.Name = "tpMinus";
this.tpMinus.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
// lblMinusURLType
//
resources.ApplyResources(this.lblMinusURLType, "lblMinusURLType");
this.lblMinusURLType.Name = "lblMinusURLType";
//
// cbMinusURLType
//
this.cbMinusURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbMinusURLType.FormattingEnabled = true;
resources.ApplyResources(this.cbMinusURLType, "cbMinusURLType");
this.cbMinusURLType.Name = "cbMinusURLType";
this.cbMinusURLType.SelectedIndexChanged += new System.EventHandler(this.cbMinusURLType_SelectedIndexChanged);
//
2013-11-25 10:38:02 +13:00
// gbMinusUserPass
2013-11-03 23:53:49 +13:00
//
2014-03-21 12:37:43 +13:00
this.gbMinusUserPass.Controls.Add(this.lblMinusAuthStatus);
this.gbMinusUserPass.Controls.Add(this.btnMinusRefreshAuth);
2013-11-25 10:38:02 +13:00
this.gbMinusUserPass.Controls.Add(this.lblMinusPassword);
this.gbMinusUserPass.Controls.Add(this.lblMinusUsername);
this.gbMinusUserPass.Controls.Add(this.txtMinusPassword);
this.gbMinusUserPass.Controls.Add(this.txtMinusUsername);
this.gbMinusUserPass.Controls.Add(this.btnMinusAuth);
resources.ApplyResources(this.gbMinusUserPass, "gbMinusUserPass");
2013-11-25 10:38:02 +13:00
this.gbMinusUserPass.Name = "gbMinusUserPass";
this.gbMinusUserPass.TabStop = false;
2013-11-03 23:53:49 +13:00
//
2014-03-21 13:36:09 +13:00
// lblMinusAuthStatus
//
resources.ApplyResources(this.lblMinusAuthStatus, "lblMinusAuthStatus");
2014-03-21 13:36:09 +13:00
this.lblMinusAuthStatus.Name = "lblMinusAuthStatus";
//
2014-03-21 12:37:43 +13:00
// btnMinusRefreshAuth
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnMinusRefreshAuth, "btnMinusRefreshAuth");
2014-03-21 12:37:43 +13:00
this.btnMinusRefreshAuth.Name = "btnMinusRefreshAuth";
this.btnMinusRefreshAuth.UseVisualStyleBackColor = true;
this.btnMinusRefreshAuth.Click += new System.EventHandler(this.btnAuthRefresh_Click);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblMinusPassword
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblMinusPassword, "lblMinusPassword");
2013-11-25 10:38:02 +13:00
this.lblMinusPassword.Name = "lblMinusPassword";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblMinusUsername
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblMinusUsername, "lblMinusUsername");
2013-11-25 10:38:02 +13:00
this.lblMinusUsername.Name = "lblMinusUsername";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// txtMinusPassword
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtMinusPassword, "txtMinusPassword");
2013-11-25 10:38:02 +13:00
this.txtMinusPassword.Name = "txtMinusPassword";
this.txtMinusPassword.UseSystemPasswordChar = true;
2013-11-25 10:38:02 +13:00
//
// txtMinusUsername
//
resources.ApplyResources(this.txtMinusUsername, "txtMinusUsername");
2013-11-25 10:38:02 +13:00
this.txtMinusUsername.Name = "txtMinusUsername";
//
// btnMinusAuth
//
resources.ApplyResources(this.btnMinusAuth, "btnMinusAuth");
2013-11-25 10:38:02 +13:00
this.btnMinusAuth.Name = "btnMinusAuth";
this.btnMinusAuth.UseVisualStyleBackColor = true;
this.btnMinusAuth.Click += new System.EventHandler(this.btnMinusAuth_Click);
//
// gbMinusUpload
//
this.gbMinusUpload.Controls.Add(this.btnMinusReadFolderList);
this.gbMinusUpload.Controls.Add(this.chkMinusPublic);
this.gbMinusUpload.Controls.Add(this.btnMinusFolderAdd);
this.gbMinusUpload.Controls.Add(this.btnMinusFolderRemove);
this.gbMinusUpload.Controls.Add(this.cboMinusFolders);
resources.ApplyResources(this.gbMinusUpload, "gbMinusUpload");
2013-11-25 10:38:02 +13:00
this.gbMinusUpload.Name = "gbMinusUpload";
this.gbMinusUpload.TabStop = false;
//
// btnMinusReadFolderList
//
resources.ApplyResources(this.btnMinusReadFolderList, "btnMinusReadFolderList");
2013-11-25 10:38:02 +13:00
this.btnMinusReadFolderList.Name = "btnMinusReadFolderList";
this.btnMinusReadFolderList.UseVisualStyleBackColor = true;
this.btnMinusReadFolderList.Click += new System.EventHandler(this.btnMinusReadFolderList_Click);
//
// chkMinusPublic
//
resources.ApplyResources(this.chkMinusPublic, "chkMinusPublic");
2013-11-25 10:38:02 +13:00
this.chkMinusPublic.Name = "chkMinusPublic";
this.chkMinusPublic.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// btnMinusFolderAdd
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnMinusFolderAdd, "btnMinusFolderAdd");
2013-11-25 10:38:02 +13:00
this.btnMinusFolderAdd.Name = "btnMinusFolderAdd";
this.btnMinusFolderAdd.UseVisualStyleBackColor = true;
this.btnMinusFolderAdd.Click += new System.EventHandler(this.btnMinusFolderAdd_Click);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// btnMinusFolderRemove
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnMinusFolderRemove, "btnMinusFolderRemove");
2013-11-25 10:38:02 +13:00
this.btnMinusFolderRemove.Name = "btnMinusFolderRemove";
this.btnMinusFolderRemove.UseVisualStyleBackColor = true;
this.btnMinusFolderRemove.Click += new System.EventHandler(this.btnMinusFolderRemove_Click);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// cboMinusFolders
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.cboMinusFolders.FormattingEnabled = true;
resources.ApplyResources(this.cboMinusFolders, "cboMinusFolders");
2013-11-25 10:38:02 +13:00
this.cboMinusFolders.Name = "cboMinusFolders";
this.cboMinusFolders.SelectedIndexChanged += new System.EventHandler(this.cboMinusFolders_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
// tpJira
2013-11-03 23:53:49 +13:00
//
this.tpJira.Controls.Add(this.txtJiraIssuePrefix);
this.tpJira.Controls.Add(this.lblJiraIssuePrefix);
this.tpJira.Controls.Add(this.gpJiraServer);
this.tpJira.Controls.Add(this.oAuthJira);
resources.ApplyResources(this.tpJira, "tpJira");
this.tpJira.Name = "tpJira";
this.tpJira.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
// txtJiraIssuePrefix
//
resources.ApplyResources(this.txtJiraIssuePrefix, "txtJiraIssuePrefix");
this.txtJiraIssuePrefix.Name = "txtJiraIssuePrefix";
this.txtJiraIssuePrefix.TextChanged += new System.EventHandler(this.txtJiraIssuePrefix_TextChanged);
//
// lblJiraIssuePrefix
//
resources.ApplyResources(this.lblJiraIssuePrefix, "lblJiraIssuePrefix");
this.lblJiraIssuePrefix.Name = "lblJiraIssuePrefix";
//
// gpJiraServer
//
this.gpJiraServer.Controls.Add(this.txtJiraConfigHelp);
this.gpJiraServer.Controls.Add(this.txtJiraHost);
this.gpJiraServer.Controls.Add(this.lblJiraHost);
resources.ApplyResources(this.gpJiraServer, "gpJiraServer");
this.gpJiraServer.Name = "gpJiraServer";
this.gpJiraServer.TabStop = false;
//
// txtJiraConfigHelp
//
this.txtJiraConfigHelp.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.txtJiraConfigHelp, "txtJiraConfigHelp");
this.txtJiraConfigHelp.Name = "txtJiraConfigHelp";
this.txtJiraConfigHelp.ReadOnly = true;
//
// txtJiraHost
//
resources.ApplyResources(this.txtJiraHost, "txtJiraHost");
this.txtJiraHost.Name = "txtJiraHost";
this.txtJiraHost.TextChanged += new System.EventHandler(this.txtJiraHost_TextChanged);
//
// lblJiraHost
//
resources.ApplyResources(this.lblJiraHost, "lblJiraHost");
this.lblJiraHost.Name = "lblJiraHost";
//
2015-07-21 08:21:06 +12:00
// 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);
//
2015-02-04 09:12:53 +13:00
// tpLambda
//
2015-02-04 09:48:32 +13:00
this.tpLambda.Controls.Add(this.lblLambdaInfo);
this.tpLambda.Controls.Add(this.lblLambdaApiKey);
2015-02-04 09:12:53 +13:00
this.tpLambda.Controls.Add(this.txtLambdaApiKey);
resources.ApplyResources(this.tpLambda, "tpLambda");
this.tpLambda.Name = "tpLambda";
this.tpLambda.UseVisualStyleBackColor = true;
//
2015-02-04 09:48:32 +13:00
// lblLambdaInfo
2015-02-04 09:12:53 +13:00
//
2015-02-04 09:48:32 +13:00
resources.ApplyResources(this.lblLambdaInfo, "lblLambdaInfo");
this.lblLambdaInfo.Name = "lblLambdaInfo";
this.lblLambdaInfo.Click += new System.EventHandler(this.lambdaInfoLabel_Click);
2015-02-04 09:12:53 +13:00
//
2015-02-04 09:48:32 +13:00
// lblLambdaApiKey
2015-02-04 09:12:53 +13:00
//
2015-02-04 09:48:32 +13:00
resources.ApplyResources(this.lblLambdaApiKey, "lblLambdaApiKey");
this.lblLambdaApiKey.Name = "lblLambdaApiKey";
2015-02-04 09:12:53 +13:00
//
// txtLambdaApiKey
//
resources.ApplyResources(this.txtLambdaApiKey, "txtLambdaApiKey");
this.txtLambdaApiKey.Name = "txtLambdaApiKey";
this.txtLambdaApiKey.UseSystemPasswordChar = true;
this.txtLambdaApiKey.TextChanged += new System.EventHandler(this.txtLambdaApiKey_TextChanged);
//
// tpUp1
//
this.tpUp1.Controls.Add(this.txtUp1Key);
this.tpUp1.Controls.Add(this.txtUp1Host);
this.tpUp1.Controls.Add(this.lblUp1Key);
this.tpUp1.Controls.Add(this.lblUp1Host);
resources.ApplyResources(this.tpUp1, "tpUp1");
this.tpUp1.Name = "tpUp1";
this.tpUp1.UseVisualStyleBackColor = true;
//
// txtUp1Key
//
resources.ApplyResources(this.txtUp1Key, "txtUp1Key");
this.txtUp1Key.Name = "txtUp1Key";
this.txtUp1Key.TextChanged += new System.EventHandler(this.txtUp1Key_TextChanged);
//
// txtUp1Host
//
resources.ApplyResources(this.txtUp1Host, "txtUp1Host");
this.txtUp1Host.Name = "txtUp1Host";
this.txtUp1Host.TextChanged += new System.EventHandler(this.txtUp1Host_TextChanged);
//
// lblUp1Key
//
resources.ApplyResources(this.lblUp1Key, "lblUp1Key");
this.lblUp1Key.Name = "lblUp1Key";
//
// lblUp1Host
//
resources.ApplyResources(this.lblUp1Host, "lblUp1Host");
this.lblUp1Host.Name = "lblUp1Host";
//
// tpEmail
//
this.tpEmail.Controls.Add(this.chkEmailConfirm);
this.tpEmail.Controls.Add(this.lblEmailSmtpServer);
this.tpEmail.Controls.Add(this.lblEmailPassword);
this.tpEmail.Controls.Add(this.cbEmailRememberLastTo);
this.tpEmail.Controls.Add(this.txtEmailFrom);
this.tpEmail.Controls.Add(this.txtEmailPassword);
this.tpEmail.Controls.Add(this.txtEmailDefaultBody);
this.tpEmail.Controls.Add(this.lblEmailFrom);
this.tpEmail.Controls.Add(this.txtEmailSmtpServer);
this.tpEmail.Controls.Add(this.lblEmailDefaultSubject);
this.tpEmail.Controls.Add(this.lblEmailDefaultBody);
this.tpEmail.Controls.Add(this.nudEmailSmtpPort);
this.tpEmail.Controls.Add(this.lblEmailSmtpPort);
this.tpEmail.Controls.Add(this.txtEmailDefaultSubject);
resources.ApplyResources(this.tpEmail, "tpEmail");
this.tpEmail.Name = "tpEmail";
this.tpEmail.UseVisualStyleBackColor = true;
//
// chkEmailConfirm
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.chkEmailConfirm, "chkEmailConfirm");
2013-11-03 23:53:49 +13:00
this.chkEmailConfirm.Name = "chkEmailConfirm";
this.chkEmailConfirm.UseVisualStyleBackColor = true;
this.chkEmailConfirm.CheckedChanged += new System.EventHandler(this.chkEmailConfirm_CheckedChanged);
//
// lblEmailSmtpServer
//
resources.ApplyResources(this.lblEmailSmtpServer, "lblEmailSmtpServer");
2013-11-03 23:53:49 +13:00
this.lblEmailSmtpServer.Name = "lblEmailSmtpServer";
//
// lblEmailPassword
//
resources.ApplyResources(this.lblEmailPassword, "lblEmailPassword");
2013-11-03 23:53:49 +13:00
this.lblEmailPassword.Name = "lblEmailPassword";
//
// cbEmailRememberLastTo
//
resources.ApplyResources(this.cbEmailRememberLastTo, "cbEmailRememberLastTo");
2013-11-03 23:53:49 +13:00
this.cbEmailRememberLastTo.Name = "cbEmailRememberLastTo";
this.cbEmailRememberLastTo.UseVisualStyleBackColor = true;
this.cbEmailRememberLastTo.CheckedChanged += new System.EventHandler(this.cbRememberLastToEmail_CheckedChanged);
//
// txtEmailFrom
//
resources.ApplyResources(this.txtEmailFrom, "txtEmailFrom");
2013-11-03 23:53:49 +13:00
this.txtEmailFrom.Name = "txtEmailFrom";
this.txtEmailFrom.TextChanged += new System.EventHandler(this.txtEmail_TextChanged);
//
// txtEmailPassword
//
resources.ApplyResources(this.txtEmailPassword, "txtEmailPassword");
2013-11-03 23:53:49 +13:00
this.txtEmailPassword.Name = "txtEmailPassword";
this.txtEmailPassword.UseSystemPasswordChar = true;
2013-11-03 23:53:49 +13:00
this.txtEmailPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
//
// txtEmailDefaultBody
//
resources.ApplyResources(this.txtEmailDefaultBody, "txtEmailDefaultBody");
2013-11-03 23:53:49 +13:00
this.txtEmailDefaultBody.Name = "txtEmailDefaultBody";
this.txtEmailDefaultBody.TextChanged += new System.EventHandler(this.txtDefaultBody_TextChanged);
//
// lblEmailFrom
//
resources.ApplyResources(this.lblEmailFrom, "lblEmailFrom");
2013-11-03 23:53:49 +13:00
this.lblEmailFrom.Name = "lblEmailFrom";
//
// txtEmailSmtpServer
//
resources.ApplyResources(this.txtEmailSmtpServer, "txtEmailSmtpServer");
2013-11-03 23:53:49 +13:00
this.txtEmailSmtpServer.Name = "txtEmailSmtpServer";
this.txtEmailSmtpServer.TextChanged += new System.EventHandler(this.txtSmtpServer_TextChanged);
//
// lblEmailDefaultSubject
//
resources.ApplyResources(this.lblEmailDefaultSubject, "lblEmailDefaultSubject");
2013-11-03 23:53:49 +13:00
this.lblEmailDefaultSubject.Name = "lblEmailDefaultSubject";
//
// lblEmailDefaultBody
//
resources.ApplyResources(this.lblEmailDefaultBody, "lblEmailDefaultBody");
2013-11-03 23:53:49 +13:00
this.lblEmailDefaultBody.Name = "lblEmailDefaultBody";
//
// nudEmailSmtpPort
//
resources.ApplyResources(this.nudEmailSmtpPort, "nudEmailSmtpPort");
2013-11-03 23:53:49 +13:00
this.nudEmailSmtpPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.nudEmailSmtpPort.Name = "nudEmailSmtpPort";
this.nudEmailSmtpPort.Value = new decimal(new int[] {
65535,
0,
0,
0});
this.nudEmailSmtpPort.ValueChanged += new System.EventHandler(this.nudSmtpPort_ValueChanged);
//
// lblEmailSmtpPort
//
resources.ApplyResources(this.lblEmailSmtpPort, "lblEmailSmtpPort");
2013-11-03 23:53:49 +13:00
this.lblEmailSmtpPort.Name = "lblEmailSmtpPort";
//
// txtEmailDefaultSubject
//
resources.ApplyResources(this.txtEmailDefaultSubject, "txtEmailDefaultSubject");
2013-11-03 23:53:49 +13:00
this.txtEmailDefaultSubject.Name = "txtEmailDefaultSubject";
this.txtEmailDefaultSubject.TextChanged += new System.EventHandler(this.txtDefaultSubject_TextChanged);
//
2013-11-25 10:38:02 +13:00
// tpSharedFolder
2013-11-03 23:53:49 +13:00
//
this.tpSharedFolder.Controls.Add(this.lblSharedFolderFiles);
this.tpSharedFolder.Controls.Add(this.lblSharedFolderText);
this.tpSharedFolder.Controls.Add(this.cboSharedFolderFiles);
this.tpSharedFolder.Controls.Add(this.lblSharedFolderImages);
this.tpSharedFolder.Controls.Add(this.cboSharedFolderText);
this.tpSharedFolder.Controls.Add(this.cboSharedFolderImages);
this.tpSharedFolder.Controls.Add(this.ucLocalhostAccounts);
resources.ApplyResources(this.tpSharedFolder, "tpSharedFolder");
2013-11-25 10:38:02 +13:00
this.tpSharedFolder.Name = "tpSharedFolder";
this.tpSharedFolder.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblSharedFolderFiles
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblSharedFolderFiles, "lblSharedFolderFiles");
2013-11-25 10:38:02 +13:00
this.lblSharedFolderFiles.Name = "lblSharedFolderFiles";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblSharedFolderText
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblSharedFolderText, "lblSharedFolderText");
2013-11-25 10:38:02 +13:00
this.lblSharedFolderText.Name = "lblSharedFolderText";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// cboSharedFolderFiles
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.cboSharedFolderFiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSharedFolderFiles.FormattingEnabled = true;
resources.ApplyResources(this.cboSharedFolderFiles, "cboSharedFolderFiles");
2013-11-25 10:38:02 +13:00
this.cboSharedFolderFiles.Name = "cboSharedFolderFiles";
this.cboSharedFolderFiles.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderFiles_SelectedIndexChanged);
//
// lblSharedFolderImages
//
resources.ApplyResources(this.lblSharedFolderImages, "lblSharedFolderImages");
this.lblSharedFolderImages.Name = "lblSharedFolderImages";
//
2014-03-30 23:28:34 +13:00
// cboSharedFolderText
2014-03-27 05:56:05 +13:00
//
2014-03-30 23:28:34 +13:00
this.cboSharedFolderText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSharedFolderText.FormattingEnabled = true;
resources.ApplyResources(this.cboSharedFolderText, "cboSharedFolderText");
2014-03-30 23:28:34 +13:00
this.cboSharedFolderText.Name = "cboSharedFolderText";
this.cboSharedFolderText.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderText_SelectedIndexChanged);
2014-03-27 05:56:05 +13:00
//
2014-03-30 23:28:34 +13:00
// cboSharedFolderImages
2014-03-27 05:56:05 +13:00
//
2014-03-30 23:28:34 +13:00
this.cboSharedFolderImages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSharedFolderImages.FormattingEnabled = true;
resources.ApplyResources(this.cboSharedFolderImages, "cboSharedFolderImages");
2014-03-30 23:28:34 +13:00
this.cboSharedFolderImages.Name = "cboSharedFolderImages";
this.cboSharedFolderImages.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderImages_SelectedIndexChanged);
2014-03-27 05:56:05 +13:00
//
2015-07-21 08:21:06 +12:00
// ucLocalhostAccounts
//
resources.ApplyResources(this.ucLocalhostAccounts, "ucLocalhostAccounts");
this.ucLocalhostAccounts.Name = "ucLocalhostAccounts";
//
2014-06-06 06:19:45 +12:00
// btnCopyShowFiles
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnCopyShowFiles, "btnCopyShowFiles");
2014-06-06 06:19:45 +12:00
this.btnCopyShowFiles.Name = "btnCopyShowFiles";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpTextUploaders
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpTextUploaders.Controls.Add(this.tcTextUploaders);
resources.ApplyResources(this.tpTextUploaders, "tpTextUploaders");
2014-06-06 06:19:45 +12:00
this.tpTextUploaders.Name = "tpTextUploaders";
this.tpTextUploaders.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tcTextUploaders
//
2014-06-06 06:19:45 +12:00
this.tcTextUploaders.Controls.Add(this.tpPastebin);
this.tcTextUploaders.Controls.Add(this.tpPaste_ee);
this.tcTextUploaders.Controls.Add(this.tpGist);
this.tcTextUploaders.Controls.Add(this.tpUpaste);
2014-09-26 17:18:44 +12:00
this.tcTextUploaders.Controls.Add(this.tpHastebin);
resources.ApplyResources(this.tcTextUploaders, "tcTextUploaders");
2014-06-06 06:19:45 +12:00
this.tcTextUploaders.Name = "tcTextUploaders";
this.tcTextUploaders.SelectedIndex = 0;
//
2014-06-06 06:19:45 +12:00
// tpPastebin
2013-11-03 23:53:49 +13:00
//
this.tpPastebin.Controls.Add(this.cbPastebinSyntax);
2014-09-16 04:20:09 +12:00
this.tpPastebin.Controls.Add(this.btnPastebinRegister);
this.tpPastebin.Controls.Add(this.lblPastebinSyntax);
this.tpPastebin.Controls.Add(this.lblPastebinExpiration);
this.tpPastebin.Controls.Add(this.lblPastebinPrivacy);
this.tpPastebin.Controls.Add(this.lblPastebinTitle);
this.tpPastebin.Controls.Add(this.lblPastebinPassword);
this.tpPastebin.Controls.Add(this.lblPastebinUsername);
this.tpPastebin.Controls.Add(this.cbPastebinExpiration);
this.tpPastebin.Controls.Add(this.cbPastebinPrivacy);
this.tpPastebin.Controls.Add(this.txtPastebinTitle);
this.tpPastebin.Controls.Add(this.txtPastebinPassword);
this.tpPastebin.Controls.Add(this.txtPastebinUsername);
2014-09-15 21:33:29 +12:00
this.tpPastebin.Controls.Add(this.lblPastebinLoginStatus);
2014-06-06 06:19:45 +12:00
this.tpPastebin.Controls.Add(this.btnPastebinLogin);
resources.ApplyResources(this.tpPastebin, "tpPastebin");
2014-06-06 06:19:45 +12:00
this.tpPastebin.Name = "tpPastebin";
this.tpPastebin.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-09-26 17:18:44 +12:00
// cbPastebinSyntax
//
this.cbPastebinSyntax.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPastebinSyntax.FormattingEnabled = true;
resources.ApplyResources(this.cbPastebinSyntax, "cbPastebinSyntax");
2014-09-26 17:18:44 +12:00
this.cbPastebinSyntax.Name = "cbPastebinSyntax";
this.cbPastebinSyntax.SelectedIndexChanged += new System.EventHandler(this.cbPastebinSyntax_SelectedIndexChanged);
//
2014-09-18 07:25:23 +12:00
// btnPastebinRegister
2014-09-16 04:20:09 +12:00
//
resources.ApplyResources(this.btnPastebinRegister, "btnPastebinRegister");
2014-09-18 07:25:23 +12:00
this.btnPastebinRegister.Name = "btnPastebinRegister";
this.btnPastebinRegister.UseVisualStyleBackColor = true;
this.btnPastebinRegister.Click += new System.EventHandler(this.btnPastebinRegister_Click);
2014-09-16 04:20:09 +12:00
//
// lblPastebinSyntax
2014-09-16 04:20:09 +12:00
//
resources.ApplyResources(this.lblPastebinSyntax, "lblPastebinSyntax");
2014-09-18 07:25:23 +12:00
this.lblPastebinSyntax.Name = "lblPastebinSyntax";
2014-09-16 04:20:09 +12:00
//
2014-09-18 07:25:23 +12:00
// lblPastebinExpiration
2014-09-16 04:20:09 +12:00
//
resources.ApplyResources(this.lblPastebinExpiration, "lblPastebinExpiration");
2014-09-18 07:25:23 +12:00
this.lblPastebinExpiration.Name = "lblPastebinExpiration";
2014-09-16 04:20:09 +12:00
//
2014-09-18 07:25:23 +12:00
// lblPastebinPrivacy
//
resources.ApplyResources(this.lblPastebinPrivacy, "lblPastebinPrivacy");
2014-09-18 07:25:23 +12:00
this.lblPastebinPrivacy.Name = "lblPastebinPrivacy";
//
// lblPastebinTitle
//
resources.ApplyResources(this.lblPastebinTitle, "lblPastebinTitle");
2014-09-18 07:25:23 +12:00
this.lblPastebinTitle.Name = "lblPastebinTitle";
//
// lblPastebinPassword
//
resources.ApplyResources(this.lblPastebinPassword, "lblPastebinPassword");
2014-09-18 07:25:23 +12:00
this.lblPastebinPassword.Name = "lblPastebinPassword";
//
// lblPastebinUsername
//
resources.ApplyResources(this.lblPastebinUsername, "lblPastebinUsername");
2014-09-18 07:25:23 +12:00
this.lblPastebinUsername.Name = "lblPastebinUsername";
//
// cbPastebinExpiration
//
this.cbPastebinExpiration.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPastebinExpiration.FormattingEnabled = true;
resources.ApplyResources(this.cbPastebinExpiration, "cbPastebinExpiration");
2014-09-18 07:25:23 +12:00
this.cbPastebinExpiration.Name = "cbPastebinExpiration";
this.cbPastebinExpiration.SelectedIndexChanged += new System.EventHandler(this.cbPastebinExpiration_SelectedIndexChanged);
//
// cbPastebinPrivacy
//
this.cbPastebinPrivacy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPastebinPrivacy.FormattingEnabled = true;
resources.ApplyResources(this.cbPastebinPrivacy, "cbPastebinPrivacy");
2014-09-18 07:25:23 +12:00
this.cbPastebinPrivacy.Name = "cbPastebinPrivacy";
this.cbPastebinPrivacy.SelectedIndexChanged += new System.EventHandler(this.cbPastebinPrivacy_SelectedIndexChanged);
//
// txtPastebinTitle
//
resources.ApplyResources(this.txtPastebinTitle, "txtPastebinTitle");
2014-09-18 07:25:23 +12:00
this.txtPastebinTitle.Name = "txtPastebinTitle";
this.txtPastebinTitle.TextChanged += new System.EventHandler(this.txtPastebinTitle_TextChanged);
//
// txtPastebinPassword
//
resources.ApplyResources(this.txtPastebinPassword, "txtPastebinPassword");
2014-09-18 07:25:23 +12:00
this.txtPastebinPassword.Name = "txtPastebinPassword";
this.txtPastebinPassword.UseSystemPasswordChar = true;
this.txtPastebinPassword.TextChanged += new System.EventHandler(this.txtPastebinPassword_TextChanged);
//
// txtPastebinUsername
//
resources.ApplyResources(this.txtPastebinUsername, "txtPastebinUsername");
2014-09-18 07:25:23 +12:00
this.txtPastebinUsername.Name = "txtPastebinUsername";
this.txtPastebinUsername.TextChanged += new System.EventHandler(this.txtPastebinUsername_TextChanged);
//
// lblPastebinLoginStatus
//
resources.ApplyResources(this.lblPastebinLoginStatus, "lblPastebinLoginStatus");
2014-09-18 07:25:23 +12:00
this.lblPastebinLoginStatus.Name = "lblPastebinLoginStatus";
//
// btnPastebinLogin
//
resources.ApplyResources(this.btnPastebinLogin, "btnPastebinLogin");
2014-09-18 07:25:23 +12:00
this.btnPastebinLogin.Name = "btnPastebinLogin";
this.btnPastebinLogin.UseVisualStyleBackColor = true;
this.btnPastebinLogin.Click += new System.EventHandler(this.btnPastebinLogin_Click);
2013-12-21 05:58:07 +13:00
//
2014-06-06 06:19:45 +12:00
// tpPaste_ee
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpPaste_ee.Controls.Add(this.lblPaste_eeUserAPIKey);
this.tpPaste_ee.Controls.Add(this.txtPaste_eeUserAPIKey);
resources.ApplyResources(this.tpPaste_ee, "tpPaste_ee");
2014-06-06 06:19:45 +12:00
this.tpPaste_ee.Name = "tpPaste_ee";
this.tpPaste_ee.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPaste_eeUserAPIKey
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblPaste_eeUserAPIKey, "lblPaste_eeUserAPIKey");
2014-06-06 06:19:45 +12:00
this.lblPaste_eeUserAPIKey.Name = "lblPaste_eeUserAPIKey";
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPaste_eeUserAPIKey
2014-02-01 10:17:39 +13:00
//
resources.ApplyResources(this.txtPaste_eeUserAPIKey, "txtPaste_eeUserAPIKey");
2014-06-06 06:19:45 +12:00
this.txtPaste_eeUserAPIKey.Name = "txtPaste_eeUserAPIKey";
this.txtPaste_eeUserAPIKey.UseSystemPasswordChar = true;
this.txtPaste_eeUserAPIKey.TextChanged += new System.EventHandler(this.txtPaste_eeUserAPIKey_TextChanged);
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// tpGist
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpGist.Controls.Add(this.chkGistPublishPublic);
this.tpGist.Controls.Add(this.oAuth2Gist);
this.tpGist.Controls.Add(this.atcGistAccountType);
resources.ApplyResources(this.tpGist, "tpGist");
2014-06-06 06:19:45 +12:00
this.tpGist.Name = "tpGist";
this.tpGist.UseVisualStyleBackColor = true;
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// chkGistPublishPublic
2014-02-01 10:17:39 +13:00
//
resources.ApplyResources(this.chkGistPublishPublic, "chkGistPublishPublic");
2014-06-06 06:19:45 +12:00
this.chkGistPublishPublic.Name = "chkGistPublishPublic";
this.chkGistPublishPublic.UseVisualStyleBackColor = true;
this.chkGistPublishPublic.CheckedChanged += new System.EventHandler(this.chkGistPublishPublic_CheckedChanged);
2014-02-01 10:17:39 +13:00
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-06-09 07:59:13 +12:00
// tpUpaste
//
this.tpUpaste.Controls.Add(this.cbUpasteIsPublic);
2014-06-06 06:19:45 +12:00
this.tpUpaste.Controls.Add(this.lblUpasteUserKey);
this.tpUpaste.Controls.Add(this.txtUpasteUserKey);
resources.ApplyResources(this.tpUpaste, "tpUpaste");
2014-06-06 06:19:45 +12:00
this.tpUpaste.Name = "tpUpaste";
this.tpUpaste.UseVisualStyleBackColor = true;
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// cbUpasteIsPublic
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.cbUpasteIsPublic, "cbUpasteIsPublic");
2014-06-06 06:19:45 +12:00
this.cbUpasteIsPublic.Name = "cbUpasteIsPublic";
this.cbUpasteIsPublic.UseVisualStyleBackColor = true;
this.cbUpasteIsPublic.CheckedChanged += new System.EventHandler(this.cbUpasteIsPublic_CheckedChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblUpasteUserKey
2014-05-16 01:08:39 +12:00
//
resources.ApplyResources(this.lblUpasteUserKey, "lblUpasteUserKey");
2014-06-06 06:19:45 +12:00
this.lblUpasteUserKey.Name = "lblUpasteUserKey";
2014-05-16 01:08:39 +12:00
//
2014-06-06 06:19:45 +12:00
// txtUpasteUserKey
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtUpasteUserKey, "txtUpasteUserKey");
2014-06-06 06:19:45 +12:00
this.txtUpasteUserKey.Name = "txtUpasteUserKey";
this.txtUpasteUserKey.UseSystemPasswordChar = true;
this.txtUpasteUserKey.TextChanged += new System.EventHandler(this.txtUpasteUserKey_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-09-29 18:46:41 +13:00
// tpHastebin
//
this.tpHastebin.Controls.Add(this.txtHastebinSyntaxHighlighting);
this.tpHastebin.Controls.Add(this.txtHastebinCustomDomain);
this.tpHastebin.Controls.Add(this.lblHastebinSyntaxHighlighting);
this.tpHastebin.Controls.Add(this.lblHastebinCustomDomain);
resources.ApplyResources(this.tpHastebin, "tpHastebin");
2014-09-29 18:46:41 +13:00
this.tpHastebin.Name = "tpHastebin";
this.tpHastebin.UseVisualStyleBackColor = true;
//
// txtHastebinSyntaxHighlighting
//
resources.ApplyResources(this.txtHastebinSyntaxHighlighting, "txtHastebinSyntaxHighlighting");
2014-09-29 18:46:41 +13:00
this.txtHastebinSyntaxHighlighting.Name = "txtHastebinSyntaxHighlighting";
this.txtHastebinSyntaxHighlighting.TextChanged += new System.EventHandler(this.txtHastebinSyntaxHighlighting_TextChanged);
//
// txtHastebinCustomDomain
//
resources.ApplyResources(this.txtHastebinCustomDomain, "txtHastebinCustomDomain");
2014-09-29 18:46:41 +13:00
this.txtHastebinCustomDomain.Name = "txtHastebinCustomDomain";
this.txtHastebinCustomDomain.TextChanged += new System.EventHandler(this.txtHastebinCustomDomain_TextChanged);
//
// lblHastebinSyntaxHighlighting
//
resources.ApplyResources(this.lblHastebinSyntaxHighlighting, "lblHastebinSyntaxHighlighting");
2014-09-29 18:46:41 +13:00
this.lblHastebinSyntaxHighlighting.Name = "lblHastebinSyntaxHighlighting";
//
// lblHastebinCustomDomain
//
resources.ApplyResources(this.lblHastebinCustomDomain, "lblHastebinCustomDomain");
2014-09-29 18:46:41 +13:00
this.lblHastebinCustomDomain.Name = "lblHastebinCustomDomain";
//
2014-06-06 06:19:45 +12:00
// tpImageUploaders
2013-12-08 05:08:38 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpImageUploaders.Controls.Add(this.tcImageUploaders);
resources.ApplyResources(this.tpImageUploaders, "tpImageUploaders");
2014-06-06 06:19:45 +12:00
this.tpImageUploaders.Name = "tpImageUploaders";
this.tpImageUploaders.UseVisualStyleBackColor = true;
2013-12-08 05:08:38 +13:00
//
2014-06-06 06:19:45 +12:00
// tcImageUploaders
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tcImageUploaders.Controls.Add(this.tpImgur);
this.tcImageUploaders.Controls.Add(this.tpImageShack);
this.tcImageUploaders.Controls.Add(this.tpTinyPic);
this.tcImageUploaders.Controls.Add(this.tpFlickr);
this.tcImageUploaders.Controls.Add(this.tpPhotobucket);
2014-06-09 11:29:40 +12:00
this.tcImageUploaders.Controls.Add(this.tpPicasa);
2014-09-18 07:25:23 +12:00
this.tcImageUploaders.Controls.Add(this.tpChevereto);
resources.ApplyResources(this.tcImageUploaders, "tcImageUploaders");
2014-06-06 06:19:45 +12:00
this.tcImageUploaders.Name = "tcImageUploaders";
this.tcImageUploaders.SelectedIndex = 0;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpImgur
2013-11-03 23:53:49 +13:00
//
2014-09-07 13:11:55 +12:00
this.tpImgur.Controls.Add(this.cbImgurUploadSelectedAlbum);
2014-07-22 12:12:07 +12:00
this.tpImgur.Controls.Add(this.cbImgurDirectLink);
this.tpImgur.Controls.Add(this.atcImgurAccountType);
2014-06-06 06:19:45 +12:00
this.tpImgur.Controls.Add(this.oauth2Imgur);
this.tpImgur.Controls.Add(this.lvImgurAlbumList);
this.tpImgur.Controls.Add(this.btnImgurRefreshAlbumList);
this.tpImgur.Controls.Add(this.cbImgurThumbnailType);
this.tpImgur.Controls.Add(this.lblImgurThumbnailType);
resources.ApplyResources(this.tpImgur, "tpImgur");
2014-06-06 06:19:45 +12:00
this.tpImgur.Name = "tpImgur";
this.tpImgur.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-09-07 13:11:55 +12:00
// cbImgurUploadSelectedAlbum
//
resources.ApplyResources(this.cbImgurUploadSelectedAlbum, "cbImgurUploadSelectedAlbum");
2014-09-07 13:11:55 +12:00
this.cbImgurUploadSelectedAlbum.Name = "cbImgurUploadSelectedAlbum";
this.cbImgurUploadSelectedAlbum.UseVisualStyleBackColor = true;
this.cbImgurUploadSelectedAlbum.CheckedChanged += new System.EventHandler(this.cbImgurUploadSelectedAlbum_CheckedChanged);
//
// cbImgurDirectLink
2014-07-22 12:12:07 +12:00
//
resources.ApplyResources(this.cbImgurDirectLink, "cbImgurDirectLink");
this.cbImgurDirectLink.Name = "cbImgurDirectLink";
this.cbImgurDirectLink.UseVisualStyleBackColor = true;
this.cbImgurDirectLink.CheckedChanged += new System.EventHandler(this.cbImgurDirectLink_CheckedChanged);
2014-07-22 12:12:07 +12:00
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-09-29 18:46:41 +13:00
// lvImgurAlbumList
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lvImgurAlbumList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chImgurID,
this.chImgurTitle,
this.chImgurDescription});
2014-06-06 06:19:45 +12:00
this.lvImgurAlbumList.FullRowSelect = true;
2014-09-07 13:11:55 +12:00
this.lvImgurAlbumList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvImgurAlbumList.HideSelection = false;
resources.ApplyResources(this.lvImgurAlbumList, "lvImgurAlbumList");
2014-06-06 06:19:45 +12:00
this.lvImgurAlbumList.MultiSelect = false;
this.lvImgurAlbumList.Name = "lvImgurAlbumList";
this.lvImgurAlbumList.UseCompatibleStateImageBehavior = false;
this.lvImgurAlbumList.View = System.Windows.Forms.View.Details;
this.lvImgurAlbumList.SelectedIndexChanged += new System.EventHandler(this.lvImgurAlbumList_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
// chImgurID
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.chImgurID, "chImgurID");
2013-11-03 23:53:49 +13:00
//
// chImgurTitle
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.chImgurTitle, "chImgurTitle");
2013-11-03 23:53:49 +13:00
//
// chImgurDescription
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.chImgurDescription, "chImgurDescription");
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImgurRefreshAlbumList
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnImgurRefreshAlbumList, "btnImgurRefreshAlbumList");
2014-06-06 06:19:45 +12:00
this.btnImgurRefreshAlbumList.Name = "btnImgurRefreshAlbumList";
this.btnImgurRefreshAlbumList.UseVisualStyleBackColor = true;
this.btnImgurRefreshAlbumList.Click += new System.EventHandler(this.btnImgurRefreshAlbumList_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbImgurThumbnailType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbImgurThumbnailType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbImgurThumbnailType.FormattingEnabled = true;
resources.ApplyResources(this.cbImgurThumbnailType, "cbImgurThumbnailType");
2014-06-06 06:19:45 +12:00
this.cbImgurThumbnailType.Name = "cbImgurThumbnailType";
this.cbImgurThumbnailType.SelectedIndexChanged += new System.EventHandler(this.cbImgurThumbnailType_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImgurThumbnailType
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblImgurThumbnailType, "lblImgurThumbnailType");
2014-06-06 06:19:45 +12:00
this.lblImgurThumbnailType.Name = "lblImgurThumbnailType";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpImageShack
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpImageShack.Controls.Add(this.btnImageShackLogin);
this.tpImageShack.Controls.Add(this.btnImageShackOpenPublicProfile);
this.tpImageShack.Controls.Add(this.cbImageShackIsPublic);
this.tpImageShack.Controls.Add(this.btnImageShackOpenMyImages);
this.tpImageShack.Controls.Add(this.lblImageShackUsername);
this.tpImageShack.Controls.Add(this.txtImageShackUsername);
this.tpImageShack.Controls.Add(this.txtImageShackPassword);
this.tpImageShack.Controls.Add(this.lblImageShackPassword);
resources.ApplyResources(this.tpImageShack, "tpImageShack");
2014-06-06 06:19:45 +12:00
this.tpImageShack.Name = "tpImageShack";
this.tpImageShack.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackLogin
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnImageShackLogin, "btnImageShackLogin");
2014-06-06 06:19:45 +12:00
this.btnImageShackLogin.Name = "btnImageShackLogin";
this.btnImageShackLogin.UseVisualStyleBackColor = true;
this.btnImageShackLogin.Click += new System.EventHandler(this.btnImageShackLogin_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackOpenPublicProfile
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnImageShackOpenPublicProfile, "btnImageShackOpenPublicProfile");
2014-06-06 06:19:45 +12:00
this.btnImageShackOpenPublicProfile.Name = "btnImageShackOpenPublicProfile";
this.btnImageShackOpenPublicProfile.UseVisualStyleBackColor = true;
this.btnImageShackOpenPublicProfile.Click += new System.EventHandler(this.btnImageShackOpenPublicProfile_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbImageShackIsPublic
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.cbImageShackIsPublic, "cbImageShackIsPublic");
2014-06-06 06:19:45 +12:00
this.cbImageShackIsPublic.Name = "cbImageShackIsPublic";
this.cbImageShackIsPublic.UseVisualStyleBackColor = true;
this.cbImageShackIsPublic.CheckedChanged += new System.EventHandler(this.cbImageShackIsPublic_CheckedChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackOpenMyImages
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnImageShackOpenMyImages, "btnImageShackOpenMyImages");
2014-06-06 06:19:45 +12:00
this.btnImageShackOpenMyImages.Name = "btnImageShackOpenMyImages";
this.btnImageShackOpenMyImages.UseVisualStyleBackColor = true;
this.btnImageShackOpenMyImages.Click += new System.EventHandler(this.btnImageShackOpenMyImages_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImageShackUsername
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblImageShackUsername, "lblImageShackUsername");
2014-06-06 06:19:45 +12:00
this.lblImageShackUsername.Name = "lblImageShackUsername";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtImageShackUsername
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtImageShackUsername, "txtImageShackUsername");
2014-06-06 06:19:45 +12:00
this.txtImageShackUsername.Name = "txtImageShackUsername";
this.txtImageShackUsername.TextChanged += new System.EventHandler(this.txtImageShackUsername_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtImageShackPassword
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtImageShackPassword, "txtImageShackPassword");
2014-06-06 06:19:45 +12:00
this.txtImageShackPassword.Name = "txtImageShackPassword";
this.txtImageShackPassword.UseSystemPasswordChar = true;
this.txtImageShackPassword.TextChanged += new System.EventHandler(this.txtImageShackPassword_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImageShackPassword
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblImageShackPassword, "lblImageShackPassword");
2014-06-06 06:19:45 +12:00
this.lblImageShackPassword.Name = "lblImageShackPassword";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpTinyPic
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpTinyPic.Controls.Add(this.atcTinyPicAccountType);
this.tpTinyPic.Controls.Add(this.btnTinyPicLogin);
this.tpTinyPic.Controls.Add(this.txtTinyPicPassword);
this.tpTinyPic.Controls.Add(this.lblTinyPicPassword);
this.tpTinyPic.Controls.Add(this.txtTinyPicUsername);
this.tpTinyPic.Controls.Add(this.lblTinyPicUsername);
this.tpTinyPic.Controls.Add(this.btnTinyPicOpenMyImages);
resources.ApplyResources(this.tpTinyPic, "tpTinyPic");
2014-06-06 06:19:45 +12:00
this.tpTinyPic.Name = "tpTinyPic";
this.tpTinyPic.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-06-06 06:19:45 +12:00
// btnTinyPicLogin
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnTinyPicLogin, "btnTinyPicLogin");
2014-06-06 06:19:45 +12:00
this.btnTinyPicLogin.Name = "btnTinyPicLogin";
this.btnTinyPicLogin.UseVisualStyleBackColor = true;
this.btnTinyPicLogin.Click += new System.EventHandler(this.btnTinyPicLogin_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtTinyPicPassword
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtTinyPicPassword, "txtTinyPicPassword");
2014-06-06 06:19:45 +12:00
this.txtTinyPicPassword.Name = "txtTinyPicPassword";
this.txtTinyPicPassword.UseSystemPasswordChar = true;
this.txtTinyPicPassword.TextChanged += new System.EventHandler(this.txtTinyPicPassword_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblTinyPicPassword
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblTinyPicPassword, "lblTinyPicPassword");
2014-06-06 06:19:45 +12:00
this.lblTinyPicPassword.Name = "lblTinyPicPassword";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtTinyPicUsername
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtTinyPicUsername, "txtTinyPicUsername");
2014-06-06 06:19:45 +12:00
this.txtTinyPicUsername.Name = "txtTinyPicUsername";
this.txtTinyPicUsername.TextChanged += new System.EventHandler(this.txtTinyPicUsername_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblTinyPicUsername
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblTinyPicUsername, "lblTinyPicUsername");
2014-06-06 06:19:45 +12:00
this.lblTinyPicUsername.Name = "lblTinyPicUsername";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnTinyPicOpenMyImages
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnTinyPicOpenMyImages, "btnTinyPicOpenMyImages");
2014-06-06 06:19:45 +12:00
this.btnTinyPicOpenMyImages.Name = "btnTinyPicOpenMyImages";
this.btnTinyPicOpenMyImages.UseVisualStyleBackColor = true;
this.btnTinyPicOpenMyImages.Click += new System.EventHandler(this.btnTinyPicOpenMyImages_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpFlickr
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpFlickr.Controls.Add(this.btnFlickrOpenImages);
this.tpFlickr.Controls.Add(this.pgFlickrAuthInfo);
this.tpFlickr.Controls.Add(this.pgFlickrSettings);
this.tpFlickr.Controls.Add(this.btnFlickrCheckToken);
this.tpFlickr.Controls.Add(this.btnFlickrCompleteAuth);
this.tpFlickr.Controls.Add(this.btnFlickrOpenAuthorize);
resources.ApplyResources(this.tpFlickr, "tpFlickr");
2014-06-06 06:19:45 +12:00
this.tpFlickr.Name = "tpFlickr";
this.tpFlickr.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnFlickrOpenImages
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnFlickrOpenImages, "btnFlickrOpenImages");
2014-06-06 06:19:45 +12:00
this.btnFlickrOpenImages.Name = "btnFlickrOpenImages";
this.btnFlickrOpenImages.UseVisualStyleBackColor = true;
this.btnFlickrOpenImages.Click += new System.EventHandler(this.btnFlickrOpenImages_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// pgFlickrAuthInfo
2013-11-03 23:53:49 +13:00
//
this.pgFlickrAuthInfo.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
2014-06-06 06:19:45 +12:00
this.pgFlickrAuthInfo.CommandsVisibleIfAvailable = false;
resources.ApplyResources(this.pgFlickrAuthInfo, "pgFlickrAuthInfo");
2014-06-06 06:19:45 +12:00
this.pgFlickrAuthInfo.Name = "pgFlickrAuthInfo";
this.pgFlickrAuthInfo.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.pgFlickrAuthInfo.ToolbarVisible = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// pgFlickrSettings
2013-11-03 23:53:49 +13:00
//
this.pgFlickrSettings.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
2014-06-06 06:19:45 +12:00
this.pgFlickrSettings.CommandsVisibleIfAvailable = false;
resources.ApplyResources(this.pgFlickrSettings, "pgFlickrSettings");
2014-06-06 06:19:45 +12:00
this.pgFlickrSettings.Name = "pgFlickrSettings";
this.pgFlickrSettings.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.pgFlickrSettings.ToolbarVisible = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnFlickrCheckToken
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnFlickrCheckToken, "btnFlickrCheckToken");
2014-06-06 06:19:45 +12:00
this.btnFlickrCheckToken.Name = "btnFlickrCheckToken";
this.btnFlickrCheckToken.UseVisualStyleBackColor = true;
this.btnFlickrCheckToken.Click += new System.EventHandler(this.btnFlickrCheckToken_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnFlickrCompleteAuth
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnFlickrCompleteAuth, "btnFlickrCompleteAuth");
2014-06-06 06:19:45 +12:00
this.btnFlickrCompleteAuth.Name = "btnFlickrCompleteAuth";
this.btnFlickrCompleteAuth.UseVisualStyleBackColor = true;
this.btnFlickrCompleteAuth.Click += new System.EventHandler(this.btnFlickrCompleteAuth_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnFlickrOpenAuthorize
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnFlickrOpenAuthorize, "btnFlickrOpenAuthorize");
2014-06-06 06:19:45 +12:00
this.btnFlickrOpenAuthorize.Name = "btnFlickrOpenAuthorize";
this.btnFlickrOpenAuthorize.UseVisualStyleBackColor = true;
this.btnFlickrOpenAuthorize.Click += new System.EventHandler(this.btnFlickrOpenAuthorize_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpPhotobucket
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpPhotobucket.Controls.Add(this.gbPhotobucketAlbumPath);
this.tpPhotobucket.Controls.Add(this.gbPhotobucketAlbums);
this.tpPhotobucket.Controls.Add(this.gbPhotobucketUserAccount);
resources.ApplyResources(this.tpPhotobucket, "tpPhotobucket");
2014-06-06 06:19:45 +12:00
this.tpPhotobucket.Name = "tpPhotobucket";
this.tpPhotobucket.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketAlbumPath
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbPhotobucketAlbumPath.Controls.Add(this.btnPhotobucketAddAlbum);
this.gbPhotobucketAlbumPath.Controls.Add(this.btnPhotobucketRemoveAlbum);
this.gbPhotobucketAlbumPath.Controls.Add(this.cboPhotobucketAlbumPaths);
resources.ApplyResources(this.gbPhotobucketAlbumPath, "gbPhotobucketAlbumPath");
2014-06-06 06:19:45 +12:00
this.gbPhotobucketAlbumPath.Name = "gbPhotobucketAlbumPath";
this.gbPhotobucketAlbumPath.TabStop = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAddAlbum
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnPhotobucketAddAlbum, "btnPhotobucketAddAlbum");
2014-06-06 06:19:45 +12:00
this.btnPhotobucketAddAlbum.Name = "btnPhotobucketAddAlbum";
this.btnPhotobucketAddAlbum.UseVisualStyleBackColor = true;
this.btnPhotobucketAddAlbum.Click += new System.EventHandler(this.btnPhotobucketAddAlbum_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketRemoveAlbum
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnPhotobucketRemoveAlbum, "btnPhotobucketRemoveAlbum");
2014-06-06 06:19:45 +12:00
this.btnPhotobucketRemoveAlbum.Name = "btnPhotobucketRemoveAlbum";
this.btnPhotobucketRemoveAlbum.UseVisualStyleBackColor = true;
this.btnPhotobucketRemoveAlbum.Click += new System.EventHandler(this.btnPhotobucketRemoveAlbum_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cboPhotobucketAlbumPaths
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cboPhotobucketAlbumPaths.FormattingEnabled = true;
resources.ApplyResources(this.cboPhotobucketAlbumPaths, "cboPhotobucketAlbumPaths");
2014-06-06 06:19:45 +12:00
this.cboPhotobucketAlbumPaths.Name = "cboPhotobucketAlbumPaths";
this.cboPhotobucketAlbumPaths.SelectedIndexChanged += new System.EventHandler(this.cboPhotobucketAlbumPaths_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketAlbums
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbPhotobucketAlbums.Controls.Add(this.lblPhotobucketNewAlbumName);
this.gbPhotobucketAlbums.Controls.Add(this.lblPhotobucketParentAlbumPath);
this.gbPhotobucketAlbums.Controls.Add(this.txtPhotobucketNewAlbumName);
this.gbPhotobucketAlbums.Controls.Add(this.txtPhotobucketParentAlbumPath);
this.gbPhotobucketAlbums.Controls.Add(this.btnPhotobucketCreateAlbum);
resources.ApplyResources(this.gbPhotobucketAlbums, "gbPhotobucketAlbums");
2014-06-06 06:19:45 +12:00
this.gbPhotobucketAlbums.Name = "gbPhotobucketAlbums";
this.gbPhotobucketAlbums.TabStop = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketNewAlbumName
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblPhotobucketNewAlbumName, "lblPhotobucketNewAlbumName");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketNewAlbumName.Name = "lblPhotobucketNewAlbumName";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketParentAlbumPath
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblPhotobucketParentAlbumPath, "lblPhotobucketParentAlbumPath");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketParentAlbumPath.Name = "lblPhotobucketParentAlbumPath";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketNewAlbumName
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtPhotobucketNewAlbumName, "txtPhotobucketNewAlbumName");
2014-06-06 06:19:45 +12:00
this.txtPhotobucketNewAlbumName.Name = "txtPhotobucketNewAlbumName";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketParentAlbumPath
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtPhotobucketParentAlbumPath, "txtPhotobucketParentAlbumPath");
2014-06-06 06:19:45 +12:00
this.txtPhotobucketParentAlbumPath.Name = "txtPhotobucketParentAlbumPath";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketCreateAlbum
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnPhotobucketCreateAlbum, "btnPhotobucketCreateAlbum");
2014-06-06 06:19:45 +12:00
this.btnPhotobucketCreateAlbum.Name = "btnPhotobucketCreateAlbum";
this.btnPhotobucketCreateAlbum.UseVisualStyleBackColor = true;
this.btnPhotobucketCreateAlbum.Click += new System.EventHandler(this.btnPhotobucketCreateAlbum_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketUserAccount
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbPhotobucketUserAccount.Controls.Add(this.lblPhotobucketDefaultAlbumName);
this.gbPhotobucketUserAccount.Controls.Add(this.btnPhotobucketAuthOpen);
this.gbPhotobucketUserAccount.Controls.Add(this.txtPhotobucketDefaultAlbumName);
this.gbPhotobucketUserAccount.Controls.Add(this.lblPhotobucketVerificationCode);
this.gbPhotobucketUserAccount.Controls.Add(this.btnPhotobucketAuthComplete);
this.gbPhotobucketUserAccount.Controls.Add(this.txtPhotobucketVerificationCode);
this.gbPhotobucketUserAccount.Controls.Add(this.lblPhotobucketAccountStatus);
resources.ApplyResources(this.gbPhotobucketUserAccount, "gbPhotobucketUserAccount");
2014-06-06 06:19:45 +12:00
this.gbPhotobucketUserAccount.Name = "gbPhotobucketUserAccount";
this.gbPhotobucketUserAccount.TabStop = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketDefaultAlbumName
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblPhotobucketDefaultAlbumName, "lblPhotobucketDefaultAlbumName");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketDefaultAlbumName.Name = "lblPhotobucketDefaultAlbumName";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAuthOpen
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.btnPhotobucketAuthOpen, "btnPhotobucketAuthOpen");
2014-06-06 06:19:45 +12:00
this.btnPhotobucketAuthOpen.Name = "btnPhotobucketAuthOpen";
this.btnPhotobucketAuthOpen.UseVisualStyleBackColor = true;
this.btnPhotobucketAuthOpen.Click += new System.EventHandler(this.btnPhotobucketAuthOpen_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketDefaultAlbumName
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.txtPhotobucketDefaultAlbumName, "txtPhotobucketDefaultAlbumName");
2014-06-06 06:19:45 +12:00
this.txtPhotobucketDefaultAlbumName.Name = "txtPhotobucketDefaultAlbumName";
this.txtPhotobucketDefaultAlbumName.ReadOnly = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketVerificationCode
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblPhotobucketVerificationCode, "lblPhotobucketVerificationCode");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketVerificationCode.Name = "lblPhotobucketVerificationCode";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAuthComplete
//
resources.ApplyResources(this.btnPhotobucketAuthComplete, "btnPhotobucketAuthComplete");
2014-06-06 06:19:45 +12:00
this.btnPhotobucketAuthComplete.Name = "btnPhotobucketAuthComplete";
this.btnPhotobucketAuthComplete.UseVisualStyleBackColor = true;
this.btnPhotobucketAuthComplete.Click += new System.EventHandler(this.btnPhotobucketAuthComplete_Click);
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketVerificationCode
//
resources.ApplyResources(this.txtPhotobucketVerificationCode, "txtPhotobucketVerificationCode");
2014-06-06 06:19:45 +12:00
this.txtPhotobucketVerificationCode.Name = "txtPhotobucketVerificationCode";
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketAccountStatus
2013-11-03 23:53:49 +13:00
//
resources.ApplyResources(this.lblPhotobucketAccountStatus, "lblPhotobucketAccountStatus");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketAccountStatus.Name = "lblPhotobucketAccountStatus";
2013-11-03 23:53:49 +13:00
//
2014-06-15 22:29:09 +12:00
// tpPicasa
//
this.tpPicasa.Controls.Add(this.txtPicasaAlbumID);
this.tpPicasa.Controls.Add(this.lblPicasaAlbumID);
this.tpPicasa.Controls.Add(this.lvPicasaAlbumList);
this.tpPicasa.Controls.Add(this.btnPicasaRefreshAlbumList);
this.tpPicasa.Controls.Add(this.oauth2Picasa);
resources.ApplyResources(this.tpPicasa, "tpPicasa");
2014-06-15 22:29:09 +12:00
this.tpPicasa.Name = "tpPicasa";
this.tpPicasa.UseVisualStyleBackColor = true;
//
// txtPicasaAlbumID
//
resources.ApplyResources(this.txtPicasaAlbumID, "txtPicasaAlbumID");
2014-06-15 22:29:09 +12:00
this.txtPicasaAlbumID.Name = "txtPicasaAlbumID";
this.txtPicasaAlbumID.TextChanged += new System.EventHandler(this.txtPicasaAlbumID_TextChanged);
//
// lblPicasaAlbumID
//
resources.ApplyResources(this.lblPicasaAlbumID, "lblPicasaAlbumID");
2014-06-15 22:29:09 +12:00
this.lblPicasaAlbumID.Name = "lblPicasaAlbumID";
//
// lvPicasaAlbumList
//
this.lvPicasaAlbumList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chPicasaID,
this.chPicasaName,
this.chPicasaDescription});
2014-06-15 22:29:09 +12:00
this.lvPicasaAlbumList.FullRowSelect = true;
resources.ApplyResources(this.lvPicasaAlbumList, "lvPicasaAlbumList");
2014-06-15 22:29:09 +12:00
this.lvPicasaAlbumList.MultiSelect = false;
this.lvPicasaAlbumList.Name = "lvPicasaAlbumList";
this.lvPicasaAlbumList.UseCompatibleStateImageBehavior = false;
this.lvPicasaAlbumList.View = System.Windows.Forms.View.Details;
this.lvPicasaAlbumList.SelectedIndexChanged += new System.EventHandler(this.lvPicasaAlbumList_SelectedIndexChanged);
//
// chPicasaID
2014-06-15 22:29:09 +12:00
//
resources.ApplyResources(this.chPicasaID, "chPicasaID");
2014-06-15 22:29:09 +12:00
//
// chPicasaName
2014-06-15 22:29:09 +12:00
//
resources.ApplyResources(this.chPicasaName, "chPicasaName");
2014-06-15 22:29:09 +12:00
//
// chPicasaDescription
2014-06-15 22:29:09 +12:00
//
resources.ApplyResources(this.chPicasaDescription, "chPicasaDescription");
2014-06-15 22:29:09 +12:00
//
// btnPicasaRefreshAlbumList
//
resources.ApplyResources(this.btnPicasaRefreshAlbumList, "btnPicasaRefreshAlbumList");
2014-06-15 22:29:09 +12:00
this.btnPicasaRefreshAlbumList.Name = "btnPicasaRefreshAlbumList";
this.btnPicasaRefreshAlbumList.UseVisualStyleBackColor = true;
this.btnPicasaRefreshAlbumList.Click += new System.EventHandler(this.btnPicasaRefreshAlbumList_Click);
//
2015-07-21 08:21:06 +12:00
// 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);
//
2014-09-18 07:25:23 +12:00
// tpChevereto
//
2014-09-18 07:33:11 +12:00
this.tpChevereto.Controls.Add(this.cbCheveretoDirectURL);
2014-09-18 07:25:23 +12:00
this.tpChevereto.Controls.Add(this.lblCheveretoWebsiteTip);
this.tpChevereto.Controls.Add(this.lblCheveretoWebsite);
this.tpChevereto.Controls.Add(this.txtCheveretoWebsite);
this.tpChevereto.Controls.Add(this.txtCheveretoAPIKey);
this.tpChevereto.Controls.Add(this.lblCheveretoAPIKey);
resources.ApplyResources(this.tpChevereto, "tpChevereto");
2014-09-18 07:25:23 +12:00
this.tpChevereto.Name = "tpChevereto";
this.tpChevereto.UseVisualStyleBackColor = true;
//
// cbCheveretoDirectURL
//
resources.ApplyResources(this.cbCheveretoDirectURL, "cbCheveretoDirectURL");
this.cbCheveretoDirectURL.Name = "cbCheveretoDirectURL";
this.cbCheveretoDirectURL.UseVisualStyleBackColor = true;
this.cbCheveretoDirectURL.CheckedChanged += new System.EventHandler(this.cbCheveretoDirectURL_CheckedChanged);
//
2014-09-18 07:33:11 +12:00
// lblCheveretoWebsiteTip
//
resources.ApplyResources(this.lblCheveretoWebsiteTip, "lblCheveretoWebsiteTip");
2014-09-18 07:33:11 +12:00
this.lblCheveretoWebsiteTip.Name = "lblCheveretoWebsiteTip";
//
// lblCheveretoWebsite
//
resources.ApplyResources(this.lblCheveretoWebsite, "lblCheveretoWebsite");
2014-09-18 07:33:11 +12:00
this.lblCheveretoWebsite.Name = "lblCheveretoWebsite";
//
// txtCheveretoWebsite
//
resources.ApplyResources(this.txtCheveretoWebsite, "txtCheveretoWebsite");
2014-09-18 07:33:11 +12:00
this.txtCheveretoWebsite.Name = "txtCheveretoWebsite";
this.txtCheveretoWebsite.TextChanged += new System.EventHandler(this.txtCheveretoWebsite_TextChanged);
//
// txtCheveretoAPIKey
//
resources.ApplyResources(this.txtCheveretoAPIKey, "txtCheveretoAPIKey");
2014-09-18 07:33:11 +12:00
this.txtCheveretoAPIKey.Name = "txtCheveretoAPIKey";
this.txtCheveretoAPIKey.TextChanged += new System.EventHandler(this.txtCheveretoAPIKey_TextChanged);
//
// lblCheveretoAPIKey
//
resources.ApplyResources(this.lblCheveretoAPIKey, "lblCheveretoAPIKey");
2014-09-18 07:33:11 +12:00
this.lblCheveretoAPIKey.Name = "lblCheveretoAPIKey";
//
2014-06-15 22:29:09 +12:00
// tcUploaders
//
2014-06-15 22:29:09 +12:00
this.tcUploaders.Controls.Add(this.tpImageUploaders);
this.tcUploaders.Controls.Add(this.tpTextUploaders);
this.tcUploaders.Controls.Add(this.tpFileUploaders);
this.tcUploaders.Controls.Add(this.tpURLShorteners);
this.tcUploaders.Controls.Add(this.tpOtherUploaders);
resources.ApplyResources(this.tcUploaders, "tcUploaders");
2014-06-15 22:29:09 +12:00
this.tcUploaders.Name = "tcUploaders";
this.tcUploaders.SelectedIndex = 0;
//
2014-09-07 13:11:55 +12:00
// lblWidthHint
//
this.lblWidthHint.BackColor = System.Drawing.Color.Black;
resources.ApplyResources(this.lblWidthHint, "lblWidthHint");
2014-09-07 13:11:55 +12:00
this.lblWidthHint.Name = "lblWidthHint";
//
2014-09-26 17:18:44 +12:00
// ttlvMain
//
resources.ApplyResources(this.ttlvMain, "ttlvMain");
2014-09-26 17:18:44 +12:00
this.ttlvMain.ImageList = null;
this.ttlvMain.ListViewSize = 180;
this.ttlvMain.MainTabControl = null;
this.ttlvMain.Name = "ttlvMain";
//
2015-07-21 08:21:06 +12:00
// actRapidShareAccountType
//
2015-07-21 08:21:06 +12:00
resources.ApplyResources(this.actRapidShareAccountType, "actRapidShareAccountType");
this.actRapidShareAccountType.Name = "actRapidShareAccountType";
this.actRapidShareAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
//
// cbOwnCloud81Compatibility
2014-09-07 13:11:55 +12:00
//
resources.ApplyResources(this.cbOwnCloud81Compatibility, "cbOwnCloud81Compatibility");
this.cbOwnCloud81Compatibility.Name = "cbOwnCloud81Compatibility";
this.cbOwnCloud81Compatibility.UseVisualStyleBackColor = true;
this.cbOwnCloud81Compatibility.CheckedChanged += new System.EventHandler(this.cbOwnCloud81Compatibility_CheckedChanged);
2014-09-07 13:11:55 +12:00
//
2013-11-03 23:53:49 +13:00
// UploadersConfigForm
//
resources.ApplyResources(this, "$this");
2013-11-03 23:53:49 +13:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.lblWidthHint);
2013-11-03 23:53:49 +13:00
this.Controls.Add(this.tcUploaders);
this.Controls.Add(this.ttlvMain);
2013-11-03 23:53:49 +13:00
this.Name = "UploadersConfigForm";
2013-12-07 08:10:23 +13:00
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Shown += new System.EventHandler(this.UploadersConfigForm_Shown);
2013-11-03 23:53:49 +13:00
this.Resize += new System.EventHandler(this.UploadersConfigForm_Resize);
2014-06-06 06:19:45 +12:00
this.tpOtherUploaders.ResumeLayout(false);
this.tcOtherUploaders.ResumeLayout(false);
2015-04-28 19:50:41 +12:00
this.tpTwitter.ResumeLayout(false);
this.tpTwitter.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tpCustomUploaders.ResumeLayout(false);
this.tpCustomUploaders.PerformLayout();
this.gbCustomUploaders.ResumeLayout(false);
this.gbCustomUploaders.PerformLayout();
this.gbCustomUploaderRegexp.ResumeLayout(false);
this.gbCustomUploaderRegexp.PerformLayout();
this.gbCustomUploaderArguments.ResumeLayout(false);
this.gbCustomUploaderArguments.PerformLayout();
this.tpURLShorteners.ResumeLayout(false);
this.tcURLShorteners.ResumeLayout(false);
this.tpBitly.ResumeLayout(false);
2014-06-18 08:10:31 +12:00
this.tpBitly.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tpGoogleURLShortener.ResumeLayout(false);
this.tpYourls.ResumeLayout(false);
this.tpYourls.PerformLayout();
2014-07-14 08:10:37 +12:00
this.tpAdFly.ResumeLayout(false);
this.tpAdFly.PerformLayout();
2015-07-21 08:21:06 +12:00
this.tpLnkU.ResumeLayout(false);
this.tpLnkU.PerformLayout();
this.tpCoinURL.ResumeLayout(false);
this.tpCoinURL.PerformLayout();
2013-11-03 23:53:49 +13:00
this.tpFileUploaders.ResumeLayout(false);
this.tcFileUploaders.ResumeLayout(false);
2014-08-09 14:05:56 +12:00
this.tpFTP.ResumeLayout(false);
this.tpFTP.PerformLayout();
2013-11-03 23:53:49 +13:00
this.tpDropbox.ResumeLayout(false);
this.tpDropbox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbDropboxLogo)).EndInit();
2014-12-27 02:58:38 +13:00
this.tpOneDrive.ResumeLayout(false);
this.tpOneDrive.PerformLayout();
2014-08-09 14:05:56 +12:00
this.tpGoogleDrive.ResumeLayout(false);
this.tpGoogleDrive.PerformLayout();
this.tpBox.ResumeLayout(false);
this.tpBox.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tpCopy.ResumeLayout(false);
this.tpCopy.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbCopyLogo)).EndInit();
2015-01-12 21:38:44 +13:00
this.tpHubic.ResumeLayout(false);
this.tpHubic.PerformLayout();
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.ResumeLayout(false);
this.tpAmazonS3.PerformLayout();
2014-08-09 14:05:56 +12:00
this.tpMega.ResumeLayout(false);
this.tpMega.PerformLayout();
2014-07-07 06:45:36 +12:00
this.tpOwnCloud.ResumeLayout(false);
this.tpOwnCloud.PerformLayout();
2014-07-23 13:59:45 +12:00
this.tpMediaFire.ResumeLayout(false);
this.tpMediaFire.PerformLayout();
2014-07-01 22:18:07 +12:00
this.tpPushbullet.ResumeLayout(false);
this.tpPushbullet.PerformLayout();
2013-11-03 23:53:49 +13:00
this.tpSendSpace.ResumeLayout(false);
this.tpSendSpace.PerformLayout();
this.tpGe_tt.ResumeLayout(false);
this.tpGe_tt.PerformLayout();
this.tpHostr.ResumeLayout(false);
this.tpHostr.PerformLayout();
2013-11-25 10:38:02 +13:00
this.tpMinus.ResumeLayout(false);
2014-03-21 13:36:09 +13:00
this.tpMinus.PerformLayout();
2013-11-25 10:38:02 +13:00
this.gbMinusUserPass.ResumeLayout(false);
this.gbMinusUserPass.PerformLayout();
this.gbMinusUpload.ResumeLayout(false);
this.gbMinusUpload.PerformLayout();
this.tpJira.ResumeLayout(false);
this.tpJira.PerformLayout();
this.gpJiraServer.ResumeLayout(false);
this.gpJiraServer.PerformLayout();
2015-02-04 09:12:53 +13:00
this.tpLambda.ResumeLayout(false);
this.tpLambda.PerformLayout();
this.tpUp1.ResumeLayout(false);
this.tpUp1.PerformLayout();
2013-11-25 10:38:02 +13:00
this.tpEmail.ResumeLayout(false);
this.tpEmail.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudEmailSmtpPort)).EndInit();
2013-11-03 23:53:49 +13:00
this.tpSharedFolder.ResumeLayout(false);
this.tpSharedFolder.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tpTextUploaders.ResumeLayout(false);
this.tcTextUploaders.ResumeLayout(false);
this.tpPastebin.ResumeLayout(false);
2014-09-15 21:33:29 +12:00
this.tpPastebin.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tpPaste_ee.ResumeLayout(false);
this.tpPaste_ee.PerformLayout();
this.tpGist.ResumeLayout(false);
this.tpGist.PerformLayout();
this.tpUpaste.ResumeLayout(false);
this.tpUpaste.PerformLayout();
2014-09-29 18:46:41 +13:00
this.tpHastebin.ResumeLayout(false);
this.tpHastebin.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tpImageUploaders.ResumeLayout(false);
this.tcImageUploaders.ResumeLayout(false);
this.tpImgur.ResumeLayout(false);
this.tpImgur.PerformLayout();
this.tpImageShack.ResumeLayout(false);
this.tpImageShack.PerformLayout();
this.tpTinyPic.ResumeLayout(false);
this.tpTinyPic.PerformLayout();
this.tpFlickr.ResumeLayout(false);
this.tpPhotobucket.ResumeLayout(false);
this.gbPhotobucketAlbumPath.ResumeLayout(false);
this.gbPhotobucketAlbumPath.PerformLayout();
this.gbPhotobucketAlbums.ResumeLayout(false);
this.gbPhotobucketAlbums.PerformLayout();
this.gbPhotobucketUserAccount.ResumeLayout(false);
this.gbPhotobucketUserAccount.PerformLayout();
2014-06-15 22:29:09 +12:00
this.tpPicasa.ResumeLayout(false);
this.tpPicasa.PerformLayout();
2014-09-18 07:25:23 +12:00
this.tpChevereto.ResumeLayout(false);
this.tpChevereto.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tcUploaders.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtRapidSharePremiumUserName;
private AccountTypeControl actRapidShareAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.ToolTip ttHelpTip;
2014-12-11 09:25:20 +13:00
private ShareX.HelpersLib.TabToListView ttlvMain;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpOtherUploaders;
private System.Windows.Forms.TabControl tcOtherUploaders;
private System.Windows.Forms.TabPage tpTwitter;
private System.Windows.Forms.TabPage tpCustomUploaders;
private System.Windows.Forms.Button btnCustomUploaderHelp;
private System.Windows.Forms.Label lblCustomUploaderImageUploader;
internal System.Windows.Forms.Button btnCustomUploaderFileUploaderTest;
private System.Windows.Forms.Label lblCustomUploaderFileUploader;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.Button btnCustomUploaderImageUploaderTest;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblCustomUploaderTestResult;
internal System.Windows.Forms.TextBox txtCustomUploaderDeletionURL;
private System.Windows.Forms.ComboBox cbCustomUploaderFileUploader;
internal System.Windows.Forms.Label lblCustomUploaderDeletionURL;
private System.Windows.Forms.Button btnCustomUploaderShowLastResponse;
private System.Windows.Forms.Label lblCustomUploaderResponseType;
private System.Windows.Forms.ComboBox cbCustomUploaderURLShortener;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.GroupBox gbCustomUploaders;
internal System.Windows.Forms.ListBox lbCustomUploaderList;
internal System.Windows.Forms.Button btnCustomUploaderRemove;
2014-06-06 06:19:45 +12:00
internal System.Windows.Forms.Button btnCustomUploaderClear;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.Button btnCustomUploaderUpdate;
internal System.Windows.Forms.TextBox txtCustomUploaderName;
internal System.Windows.Forms.Button btnCustomUploaderAdd;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblCustomUploaderTextUploader;
internal System.Windows.Forms.Label lblCustomUploaderRequestURL;
internal System.Windows.Forms.Button btnCustomUploaderURLShortenerTest;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.GroupBox gbCustomUploaderRegexp;
internal System.Windows.Forms.Button btnCustomUploaderRegexpEdit;
internal System.Windows.Forms.TextBox txtCustomUploaderRegexp;
internal ShareX.HelpersLib.MyListView lvCustomUploaderRegexps;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.ColumnHeader lvRegexpsColumn;
internal System.Windows.Forms.Button btnCustomUploaderRegexpRemove;
internal System.Windows.Forms.Button btnCustomUploaderRegexpAdd;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.ComboBox cbCustomUploaderTextUploader;
internal System.Windows.Forms.TextBox txtCustomUploaderThumbnailURL;
private System.Windows.Forms.Label lblCustomUploaderURLShortener;
private System.Windows.Forms.ComboBox cbCustomUploaderResponseType;
internal System.Windows.Forms.Button btnCustomUploaderTextUploaderTest;
internal System.Windows.Forms.TextBox txtCustomUploaderURL;
private System.Windows.Forms.ComboBox cbCustomUploaderImageUploader;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.TextBox txtCustomUploaderRequestURL;
2014-06-06 06:19:45 +12:00
internal System.Windows.Forms.RichTextBox txtCustomUploaderLog;
internal System.Windows.Forms.Label lblCustomUploaderThumbnailURL;
internal System.Windows.Forms.Label lblCustomUploaderFileForm;
private System.Windows.Forms.Label lblCustomUploaderRequestType;
private System.Windows.Forms.ComboBox cbCustomUploaderRequestType;
internal System.Windows.Forms.TextBox txtCustomUploaderFileForm;
internal System.Windows.Forms.Label lblCustomUploaderURL;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.GroupBox gbCustomUploaderArguments;
internal System.Windows.Forms.Button btnCustomUploaderArgEdit;
internal System.Windows.Forms.TextBox txtCustomUploaderArgValue;
internal System.Windows.Forms.Button btnCustomUploaderArgRemove;
internal ShareX.HelpersLib.MyListView lvCustomUploaderArguments;
2013-12-08 05:08:38 +13:00
internal System.Windows.Forms.ColumnHeader chArgumentsName;
internal System.Windows.Forms.ColumnHeader chArgumentsValue;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.Button btnCustomUploaderArgAdd;
internal System.Windows.Forms.TextBox txtCustomUploaderArgName;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpURLShorteners;
private System.Windows.Forms.TabControl tcURLShorteners;
private System.Windows.Forms.TabPage tpBitly;
private OAuthControl oauth2Bitly;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpGoogleURLShortener;
private OAuthControl oauth2GoogleURLShortener;
private AccountTypeControl atcGoogleURLShortenerAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpYourls;
private System.Windows.Forms.TextBox txtYourlsPassword;
private System.Windows.Forms.TextBox txtYourlsUsername;
private System.Windows.Forms.TextBox txtYourlsSignature;
private System.Windows.Forms.Label lblYourlsNote;
private System.Windows.Forms.Label lblYourlsPassword;
private System.Windows.Forms.Label lblYourlsUsername;
private System.Windows.Forms.Label lblYourlsSignature;
private System.Windows.Forms.TextBox txtYourlsAPIURL;
private System.Windows.Forms.Label lblYourlsAPIURL;
public System.Windows.Forms.TabPage tpFileUploaders;
public System.Windows.Forms.TabControl tcFileUploaders;
private System.Windows.Forms.TabPage tpDropbox;
private System.Windows.Forms.ComboBox cbDropboxURLType;
private System.Windows.Forms.CheckBox cbDropboxAutoCreateShareableLink;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Button btnDropboxShowFiles;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.PictureBox pbDropboxLogo;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Label lblDropboxStatus;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblDropboxPathTip;
private System.Windows.Forms.Label lblDropboxPath;
private System.Windows.Forms.TextBox txtDropboxPath;
private System.Windows.Forms.TabPage tpCopy;
private System.Windows.Forms.Label lblCopyURLType;
private System.Windows.Forms.ComboBox cbCopyURLType;
private OAuthControl oAuthCopy;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnCopyShowFiles;
private System.Windows.Forms.PictureBox pbCopyLogo;
private System.Windows.Forms.Label lblCopyStatus;
private System.Windows.Forms.Label lblCopyPath;
private System.Windows.Forms.TextBox txtCopyPath;
2013-11-03 23:53:49 +13:00
public System.Windows.Forms.TabPage tpFTP;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnFtpClient;
private System.Windows.Forms.Label lblFtpFiles;
private System.Windows.Forms.Label lblFtpText;
private System.Windows.Forms.Label lblFtpImages;
private System.Windows.Forms.ComboBox cboFtpImages;
private System.Windows.Forms.ComboBox cboFtpFiles;
private System.Windows.Forms.ComboBox cboFtpText;
private AccountsControl ucFTPAccounts;
private System.Windows.Forms.TabPage tpMega;
private System.Windows.Forms.Label lblMegaStatus;
private System.Windows.Forms.Button btnMegaRefreshFolders;
private System.Windows.Forms.Button btnMegaRegister;
private System.Windows.Forms.Label lblMegaFolder;
private System.Windows.Forms.ComboBox cbMegaFolder;
private System.Windows.Forms.Label lblMegaEmail;
private System.Windows.Forms.TextBox txtMegaEmail;
private System.Windows.Forms.Label lblMegaPassword;
private System.Windows.Forms.TextBox txtMegaPassword;
private System.Windows.Forms.Button btnMegaLogin;
private System.Windows.Forms.Label lblMegaStatusTitle;
private System.Windows.Forms.TabPage tpAmazonS3;
private System.Windows.Forms.TextBox txtAmazonS3CustomDomain;
private System.Windows.Forms.Label lblAmazonS3PathPreviewLabel;
private System.Windows.Forms.Label lblAmazonS3PathPreview;
private System.Windows.Forms.Button btnAmazonS3BucketNameOpen;
private System.Windows.Forms.Button btnAmazonS3AccessKeyOpen;
private System.Windows.Forms.CheckBox cbAmazonS3CustomCNAME;
private System.Windows.Forms.ComboBox cbAmazonS3Endpoint;
private System.Windows.Forms.Label lblAmazonS3BucketName;
private System.Windows.Forms.TextBox txtAmazonS3BucketName;
private System.Windows.Forms.Label lblAmazonS3Endpoint;
private System.Windows.Forms.TextBox txtAmazonS3ObjectPrefix;
private System.Windows.Forms.Label lblAmazonS3ObjectPrefix;
private System.Windows.Forms.CheckBox cbAmazonS3UseRRS;
private System.Windows.Forms.TextBox txtAmazonS3SecretKey;
private System.Windows.Forms.Label lblAmazonS3SecretKey;
private System.Windows.Forms.Label lblAmazonS3AccessKey;
private System.Windows.Forms.TextBox txtAmazonS3AccessKey;
private System.Windows.Forms.TabPage tpPushbullet;
private System.Windows.Forms.Label lblPushbulletDevices;
private System.Windows.Forms.ComboBox cboPushbulletDevices;
private System.Windows.Forms.Button btnPushbulletGetDeviceList;
private System.Windows.Forms.Label lblPushbulletUserKey;
private System.Windows.Forms.TextBox txtPushbulletUserKey;
private System.Windows.Forms.TabPage tpGoogleDrive;
private System.Windows.Forms.CheckBox cbGoogleDriveIsPublic;
private OAuthControl oauth2GoogleDrive;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpBox;
private System.Windows.Forms.Label lblBoxFolderTip;
private System.Windows.Forms.CheckBox cbBoxShare;
2014-12-11 09:25:20 +13:00
private ShareX.HelpersLib.MyListView lvBoxFolders;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.ColumnHeader chBoxFoldersName;
private System.Windows.Forms.Label lblBoxFolderID;
private System.Windows.Forms.Button btnBoxRefreshFolders;
private OAuthControl oauth2Box;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpSendSpace;
private System.Windows.Forms.Button btnSendSpaceRegister;
private System.Windows.Forms.Label lblSendSpacePassword;
private System.Windows.Forms.Label lblSendSpaceUsername;
private System.Windows.Forms.TextBox txtSendSpacePassword;
private System.Windows.Forms.TextBox txtSendSpaceUserName;
private AccountTypeControl atcSendSpaceAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpGe_tt;
private System.Windows.Forms.Label lblGe_ttStatus;
private System.Windows.Forms.Label lblGe_ttPassword;
private System.Windows.Forms.Label lblGe_ttEmail;
private System.Windows.Forms.Button btnGe_ttLogin;
private System.Windows.Forms.TextBox txtGe_ttPassword;
private System.Windows.Forms.TextBox txtGe_ttEmail;
private System.Windows.Forms.TabPage tpHostr;
private System.Windows.Forms.CheckBox cbLocalhostrDirectURL;
private System.Windows.Forms.Label lblLocalhostrPassword;
private System.Windows.Forms.Label lblLocalhostrEmail;
private System.Windows.Forms.TextBox txtLocalhostrPassword;
private System.Windows.Forms.TextBox txtLocalhostrEmail;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.TabPage tpMinus;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblMinusURLType;
private System.Windows.Forms.ComboBox cbMinusURLType;
private System.Windows.Forms.GroupBox gbMinusUserPass;
private System.Windows.Forms.Label lblMinusAuthStatus;
private System.Windows.Forms.Button btnMinusRefreshAuth;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Label lblMinusPassword;
private System.Windows.Forms.Label lblMinusUsername;
private System.Windows.Forms.TextBox txtMinusPassword;
private System.Windows.Forms.TextBox txtMinusUsername;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnMinusAuth;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.GroupBox gbMinusUpload;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnMinusReadFolderList;
private System.Windows.Forms.CheckBox chkMinusPublic;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Button btnMinusFolderAdd;
private System.Windows.Forms.Button btnMinusFolderRemove;
private System.Windows.Forms.ComboBox cboMinusFolders;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpJira;
private System.Windows.Forms.TextBox txtJiraIssuePrefix;
private System.Windows.Forms.Label lblJiraIssuePrefix;
private System.Windows.Forms.GroupBox gpJiraServer;
private System.Windows.Forms.TextBox txtJiraConfigHelp;
private System.Windows.Forms.TextBox txtJiraHost;
private System.Windows.Forms.Label lblJiraHost;
private OAuthControl oAuthJira;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpEmail;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.CheckBox chkEmailConfirm;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblEmailSmtpServer;
private System.Windows.Forms.Label lblEmailPassword;
private System.Windows.Forms.CheckBox cbEmailRememberLastTo;
private System.Windows.Forms.TextBox txtEmailFrom;
private System.Windows.Forms.TextBox txtEmailPassword;
private System.Windows.Forms.TextBox txtEmailDefaultBody;
private System.Windows.Forms.Label lblEmailFrom;
private System.Windows.Forms.TextBox txtEmailSmtpServer;
private System.Windows.Forms.Label lblEmailDefaultSubject;
private System.Windows.Forms.Label lblEmailDefaultBody;
private System.Windows.Forms.NumericUpDown nudEmailSmtpPort;
private System.Windows.Forms.Label lblEmailSmtpPort;
private System.Windows.Forms.TextBox txtEmailDefaultSubject;
private System.Windows.Forms.TabPage tpSharedFolder;
internal AccountsControl ucLocalhostAccounts;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Label lblSharedFolderFiles;
private System.Windows.Forms.Label lblSharedFolderText;
private System.Windows.Forms.Label lblSharedFolderImages;
private System.Windows.Forms.ComboBox cboSharedFolderFiles;
private System.Windows.Forms.ComboBox cboSharedFolderText;
private System.Windows.Forms.ComboBox cboSharedFolderImages;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpTextUploaders;
private System.Windows.Forms.TabControl tcTextUploaders;
private System.Windows.Forms.TabPage tpPastebin;
private System.Windows.Forms.Button btnPastebinLogin;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.TabPage tpPaste_ee;
private System.Windows.Forms.Label lblPaste_eeUserAPIKey;
private System.Windows.Forms.TextBox txtPaste_eeUserAPIKey;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpGist;
private System.Windows.Forms.CheckBox chkGistPublishPublic;
private OAuthControl oAuth2Gist;
private AccountTypeControl atcGistAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpUpaste;
private System.Windows.Forms.CheckBox cbUpasteIsPublic;
private System.Windows.Forms.Label lblUpasteUserKey;
private System.Windows.Forms.TextBox txtUpasteUserKey;
private System.Windows.Forms.TabPage tpImageUploaders;
private System.Windows.Forms.TabControl tcImageUploaders;
private System.Windows.Forms.TabPage tpImgur;
private OAuthControl oauth2Imgur;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.ListView lvImgurAlbumList;
private System.Windows.Forms.ColumnHeader chImgurID;
private System.Windows.Forms.ColumnHeader chImgurTitle;
private System.Windows.Forms.ColumnHeader chImgurDescription;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnImgurRefreshAlbumList;
private System.Windows.Forms.ComboBox cbImgurThumbnailType;
private System.Windows.Forms.Label lblImgurThumbnailType;
private AccountTypeControl atcImgurAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpImageShack;
private System.Windows.Forms.Button btnImageShackLogin;
internal System.Windows.Forms.Button btnImageShackOpenPublicProfile;
private System.Windows.Forms.CheckBox cbImageShackIsPublic;
internal System.Windows.Forms.Button btnImageShackOpenMyImages;
internal System.Windows.Forms.Label lblImageShackUsername;
private System.Windows.Forms.TextBox txtImageShackUsername;
private System.Windows.Forms.TextBox txtImageShackPassword;
internal System.Windows.Forms.Label lblImageShackPassword;
private System.Windows.Forms.TabPage tpTinyPic;
private AccountTypeControl atcTinyPicAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnTinyPicLogin;
private System.Windows.Forms.TextBox txtTinyPicPassword;
private System.Windows.Forms.Label lblTinyPicPassword;
private System.Windows.Forms.TextBox txtTinyPicUsername;
private System.Windows.Forms.Label lblTinyPicUsername;
internal System.Windows.Forms.Button btnTinyPicOpenMyImages;
private System.Windows.Forms.TabPage tpFlickr;
private System.Windows.Forms.Button btnFlickrOpenImages;
private System.Windows.Forms.PropertyGrid pgFlickrAuthInfo;
private System.Windows.Forms.PropertyGrid pgFlickrSettings;
private System.Windows.Forms.Button btnFlickrCheckToken;
private System.Windows.Forms.Button btnFlickrCompleteAuth;
private System.Windows.Forms.Button btnFlickrOpenAuthorize;
private System.Windows.Forms.TabPage tpPhotobucket;
private System.Windows.Forms.GroupBox gbPhotobucketAlbumPath;
private System.Windows.Forms.Button btnPhotobucketAddAlbum;
private System.Windows.Forms.Button btnPhotobucketRemoveAlbum;
private System.Windows.Forms.ComboBox cboPhotobucketAlbumPaths;
private System.Windows.Forms.GroupBox gbPhotobucketAlbums;
private System.Windows.Forms.Label lblPhotobucketNewAlbumName;
private System.Windows.Forms.Label lblPhotobucketParentAlbumPath;
private System.Windows.Forms.TextBox txtPhotobucketNewAlbumName;
private System.Windows.Forms.TextBox txtPhotobucketParentAlbumPath;
private System.Windows.Forms.Button btnPhotobucketCreateAlbum;
private System.Windows.Forms.GroupBox gbPhotobucketUserAccount;
private System.Windows.Forms.Label lblPhotobucketDefaultAlbumName;
private System.Windows.Forms.Button btnPhotobucketAuthOpen;
private System.Windows.Forms.TextBox txtPhotobucketDefaultAlbumName;
private System.Windows.Forms.Label lblPhotobucketVerificationCode;
private System.Windows.Forms.Button btnPhotobucketAuthComplete;
private System.Windows.Forms.TextBox txtPhotobucketVerificationCode;
private System.Windows.Forms.Label lblPhotobucketAccountStatus;
private System.Windows.Forms.TabPage tpPicasa;
private System.Windows.Forms.TextBox txtPicasaAlbumID;
private System.Windows.Forms.Label lblPicasaAlbumID;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.ListView lvPicasaAlbumList;
private System.Windows.Forms.ColumnHeader chPicasaID;
private System.Windows.Forms.ColumnHeader chPicasaName;
private System.Windows.Forms.ColumnHeader chPicasaDescription;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Button btnPicasaRefreshAlbumList;
private OAuthControl oauth2Picasa;
2014-06-06 06:19:45 +12:00
public System.Windows.Forms.TabControl tcUploaders;
2014-12-11 09:25:20 +13:00
private ShareX.HelpersLib.ExportImportControl eiCustomUploaders;
private ShareX.HelpersLib.ExportImportControl eiFTP;
private OAuthControl oauth2Dropbox;
2014-06-18 08:10:31 +12:00
private System.Windows.Forms.TextBox txtBitlyDomain;
private System.Windows.Forms.Label lblBitlyDomain;
2014-07-01 22:18:07 +12:00
private System.Windows.Forms.TextBox txtGoogleDriveFolderID;
private System.Windows.Forms.Label lblGoogleDriveFolderID;
2014-12-11 09:25:20 +13:00
private ShareX.HelpersLib.MyListView lvGoogleDriveFoldersList;
private System.Windows.Forms.ColumnHeader chGoogleDriveTitle;
2014-07-01 22:18:07 +12:00
private System.Windows.Forms.Button btnGoogleDriveRefreshFolders;
private System.Windows.Forms.ColumnHeader chGoogleDriveDescription;
private System.Windows.Forms.CheckBox cbGoogleDriveUseFolder;
private System.Windows.Forms.Label lblWidthHint;
private System.Windows.Forms.Button btnCustomUploaderExamples;
2014-07-07 06:45:36 +12:00
private System.Windows.Forms.TabPage tpOwnCloud;
private System.Windows.Forms.TextBox txtOwnCloudPath;
private System.Windows.Forms.TextBox txtOwnCloudPassword;
private System.Windows.Forms.TextBox txtOwnCloudUsername;
private System.Windows.Forms.TextBox txtOwnCloudHost;
private System.Windows.Forms.Label lblOwnCloudPath;
private System.Windows.Forms.Label lblOwnCloudPassword;
private System.Windows.Forms.Label lblOwnCloudUsername;
private System.Windows.Forms.Label lblOwnCloudHost;
private System.Windows.Forms.CheckBox cbOwnCloudCreateShare;
2014-07-07 09:06:37 +12:00
private System.Windows.Forms.CheckBox cbOwnCloudDirectLink;
2014-07-14 08:10:37 +12:00
private System.Windows.Forms.TabPage tpAdFly;
2014-07-13 23:10:42 +12:00
private System.Windows.Forms.TextBox txtAdflyAPIUID;
private System.Windows.Forms.Label lblAdflyAPIUID;
private System.Windows.Forms.TextBox txtAdflyAPIKEY;
private System.Windows.Forms.Label lblAdflyAPIKEY;
2014-07-14 08:10:37 +12:00
private System.Windows.Forms.LinkLabel llAdflyLink;
2014-07-22 12:12:07 +12:00
private System.Windows.Forms.CheckBox cbImgurDirectLink;
2014-07-23 10:58:55 +12:00
private System.Windows.Forms.TabPage tpMediaFire;
private System.Windows.Forms.TextBox txtMediaFirePassword;
private System.Windows.Forms.TextBox txtMediaFireEmail;
2014-07-23 10:58:55 +12:00
private System.Windows.Forms.Label lblMediaFirePassword;
private System.Windows.Forms.Label lblMediaFireEmail;
2014-07-23 10:58:55 +12:00
private System.Windows.Forms.TextBox txtMediaFirePath;
2014-07-23 13:59:45 +12:00
private System.Windows.Forms.Label lblMediaFirePath;
2014-08-09 12:28:09 +12:00
private System.Windows.Forms.CheckBox cbMediaFireUseLongLink;
private System.Windows.Forms.TabPage tpOneDrive;
2014-08-09 14:05:56 +12:00
private OAuthControl oAuth2OneDrive;
2014-09-07 13:11:55 +12:00
private System.Windows.Forms.CheckBox cbOwnCloudIgnoreInvalidCert;
2014-09-15 21:33:29 +12:00
private System.Windows.Forms.CheckBox cbImgurUploadSelectedAlbum;
2014-09-16 04:20:09 +12:00
private System.Windows.Forms.Label lblPastebinLoginStatus;
private System.Windows.Forms.TextBox txtPastebinTitle;
private System.Windows.Forms.TextBox txtPastebinPassword;
private System.Windows.Forms.TextBox txtPastebinUsername;
private System.Windows.Forms.Label lblPastebinExpiration;
private System.Windows.Forms.Label lblPastebinPrivacy;
private System.Windows.Forms.Label lblPastebinTitle;
private System.Windows.Forms.Label lblPastebinPassword;
private System.Windows.Forms.Label lblPastebinUsername;
private System.Windows.Forms.ComboBox cbPastebinExpiration;
private System.Windows.Forms.ComboBox cbPastebinPrivacy;
private System.Windows.Forms.Label lblPastebinSyntax;
2014-09-18 07:25:23 +12:00
private System.Windows.Forms.Button btnPastebinRegister;
private System.Windows.Forms.TabPage tpChevereto;
private System.Windows.Forms.Label lblCheveretoWebsiteTip;
private System.Windows.Forms.Label lblCheveretoWebsite;
private System.Windows.Forms.TextBox txtCheveretoWebsite;
private System.Windows.Forms.TextBox txtCheveretoAPIKey;
2014-09-18 07:33:11 +12:00
private System.Windows.Forms.Label lblCheveretoAPIKey;
private System.Windows.Forms.CheckBox cbCheveretoDirectURL;
2014-09-26 17:18:44 +12:00
private System.Windows.Forms.ComboBox cbPastebinSyntax;
private System.Windows.Forms.TabPage tpHastebin;
private System.Windows.Forms.TextBox txtHastebinSyntaxHighlighting;
private System.Windows.Forms.TextBox txtHastebinCustomDomain;
private System.Windows.Forms.Label lblHastebinSyntaxHighlighting;
private System.Windows.Forms.Label lblHastebinCustomDomain;
2014-12-27 02:58:38 +13:00
private System.Windows.Forms.CheckBox cbOneDriveCreateShareableLink;
private System.Windows.Forms.Label lblOneDriveFolderID;
2015-01-12 13:31:39 +13:00
private System.Windows.Forms.TreeView tvOneDrive;
private System.Windows.Forms.TabPage tpHubic;
2015-01-12 21:38:44 +13:00
private OAuthControl oauth2Hubic;
private System.Windows.Forms.Label lblHubicSelectedFolderNote;
2015-01-12 13:31:39 +13:00
private HelpersLib.MyListView lvHubicFolders;
private System.Windows.Forms.ColumnHeader chHubicFolderName;
2015-01-12 21:38:44 +13:00
private System.Windows.Forms.Label lblHubicSelectedFolder;
2015-01-12 13:31:39 +13:00
private System.Windows.Forms.Button btnHubicRefreshFolders;
2015-02-04 09:12:53 +13:00
private System.Windows.Forms.CheckBox cbHubicPublishLink;
private System.Windows.Forms.TabPage tpLambda;
2015-02-04 09:48:32 +13:00
private System.Windows.Forms.Label lblLambdaApiKey;
2015-02-04 09:12:53 +13:00
private System.Windows.Forms.TextBox txtLambdaApiKey;
2015-04-28 11:45:44 +12:00
private System.Windows.Forms.Label lblLambdaInfo;
private OAuthControl oauthTwitter;
private System.Windows.Forms.TextBox txtTwitterDescription;
private System.Windows.Forms.Label lblTwitterDescription;
private System.Windows.Forms.Button btnTwitterRemove;
private System.Windows.Forms.Button btnTwitterAdd;
2015-04-28 19:50:41 +12:00
private System.Windows.Forms.Label lblTwitterDefaultMessage;
private System.Windows.Forms.TextBox txtTwitterDefaultMessage;
private System.Windows.Forms.CheckBox cbTwitterSkipMessageBox;
private HelpersLib.MyListView lvTwitterAccounts;
private System.Windows.Forms.ColumnHeader chTwitterAccount;
private System.Windows.Forms.Label lblCustomUploaderRegexTip;
private System.Windows.Forms.TabPage tpUp1;
private System.Windows.Forms.TextBox txtUp1Key;
private System.Windows.Forms.TextBox txtUp1Host;
private System.Windows.Forms.Label lblUp1Key;
2015-07-21 07:01:57 +12:00
private System.Windows.Forms.Label lblUp1Host;
private System.Windows.Forms.TabPage tpLnkU;
private System.Windows.Forms.TextBox txtLnkUAPIKEY;
private System.Windows.Forms.Label lblLnkUAPIKey;
2015-07-21 08:21:06 +12:00
private System.Windows.Forms.TabPage tpCoinURL;
private System.Windows.Forms.TextBox txtCoinURLUUID;
private System.Windows.Forms.Label lblCoinURLUUID;
private System.Windows.Forms.CheckBox cbOwnCloud81Compatibility;
2013-11-03 23:53:49 +13:00
}
2015-06-29 23:38:47 +12:00
}