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

5499 lines
308 KiB
C#
Raw Normal View History

#region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
2021-07-29 15:22:51 +12:00
Copyright (c) 2007-2021 ShareX Team
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Optionally you can also view the license at <http://www.gnu.org/licenses/>.
*/
#endregion License Information (GPL v3)
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.cbAmazonS3CustomCNAME = new System.Windows.Forms.CheckBox();
this.txtB2CustomUrl = new System.Windows.Forms.TextBox();
this.cbB2CustomUrl = new System.Windows.Forms.CheckBox();
this.txtB2Bucket = new System.Windows.Forms.TextBox();
this.txtB2UploadPath = new System.Windows.Forms.TextBox();
this.txtB2ApplicationKey = new System.Windows.Forms.TextBox();
this.txtB2ApplicationKeyId = new System.Windows.Forms.TextBox();
2014-06-06 06:19:45 +12:00
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();
2015-09-17 20:25:36 +12:00
this.btnTwitterNameUpdate = new System.Windows.Forms.Button();
2015-09-03 06:37:19 +12:00
this.lbTwitterAccounts = new System.Windows.Forms.ListBox();
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();
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.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();
this.oauth2Bitly = new ShareX.UploadersLib.OAuthControl();
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-08-08 23:38:37 +12:00
this.tpPolr = new System.Windows.Forms.TabPage();
2016-12-30 02:01:03 +13:00
this.cbPolrUseAPIv1 = new System.Windows.Forms.CheckBox();
this.cbPolrIsSecret = new System.Windows.Forms.CheckBox();
2015-08-08 23:38:37 +12:00
this.txtPolrAPIKey = new System.Windows.Forms.TextBox();
this.lblPolrAPIKey = new System.Windows.Forms.Label();
this.txtPolrAPIHostname = new System.Windows.Forms.TextBox();
this.lblPolrAPIHostname = new System.Windows.Forms.Label();
2018-04-04 14:42:05 +12:00
this.tpFirebaseDynamicLinks = new System.Windows.Forms.TabPage();
2018-06-22 04:55:57 +12:00
this.lblFirebaseDomainExample = new System.Windows.Forms.Label();
this.lblFirebaseDomain = new System.Windows.Forms.Label();
2018-04-04 14:42:05 +12:00
this.cbFirebaseIsShort = new System.Windows.Forms.CheckBox();
this.txtFirebaseDomain = new System.Windows.Forms.TextBox();
this.txtFirebaseWebAPIKey = new System.Windows.Forms.TextBox();
this.lblFirebaseWebAPIKey = new System.Windows.Forms.Label();
2018-10-02 12:11:53 +13:00
this.tpKutt = new System.Windows.Forms.TabPage();
this.txtKuttDomain = new System.Windows.Forms.TextBox();
this.lblKuttDomain = new System.Windows.Forms.Label();
2018-10-02 12:11:53 +13:00
this.lblKuttPassword = new System.Windows.Forms.Label();
this.txtKuttPassword = new System.Windows.Forms.TextBox();
this.cbKuttReuse = new System.Windows.Forms.CheckBox();
this.txtKuttAPIKey = new System.Windows.Forms.TextBox();
this.txtKuttHost = new System.Windows.Forms.TextBox();
this.lblKuttAPIKey = new System.Windows.Forms.Label();
this.lblKuttHost = new System.Windows.Forms.Label();
2021-08-30 22:01:36 +12:00
this.tpZeroWidthShortener = new System.Windows.Forms.TabPage();
this.txtZWSToken = new System.Windows.Forms.TextBox();
this.txtZWSURL = new System.Windows.Forms.TextBox();
this.lblZWSToken = new System.Windows.Forms.Label();
this.lblZWSURL = 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();
2017-04-21 01:56:16 +12:00
this.gbFTPAccount = new System.Windows.Forms.GroupBox();
this.gbSFTP = new System.Windows.Forms.GroupBox();
this.txtSFTPKeyPassphrase = new System.Windows.Forms.TextBox();
this.btnSFTPKeyLocationBrowse = new System.Windows.Forms.Button();
this.lblSFTPKeyPassphrase = new System.Windows.Forms.Label();
this.txtSFTPKeyLocation = new System.Windows.Forms.TextBox();
this.lblSFTPKeyLocation = new System.Windows.Forms.Label();
this.cbFTPAppendRemoteDirectory = new System.Windows.Forms.CheckBox();
2017-04-21 01:56:16 +12:00
this.btnFTPTest = new System.Windows.Forms.Button();
this.lblFTPProtocol = new System.Windows.Forms.Label();
this.lblFTPName = new System.Windows.Forms.Label();
this.cbFTPRemoveFileExtension = new System.Windows.Forms.CheckBox();
this.txtFTPName = new System.Windows.Forms.TextBox();
this.lblFTPHost = new System.Windows.Forms.Label();
2021-08-30 22:01:36 +12:00
this.eiFTP = new ShareX.HelpersLib.ExportImportControl();
this.pFTPTransferMode = new System.Windows.Forms.Panel();
this.rbFTPTransferModeActive = new System.Windows.Forms.RadioButton();
this.rbFTPTransferModePassive = new System.Windows.Forms.RadioButton();
2017-04-21 01:56:16 +12:00
this.txtFTPHost = new System.Windows.Forms.TextBox();
this.pFTPProtocol = new System.Windows.Forms.Panel();
this.rbFTPProtocolFTP = new System.Windows.Forms.RadioButton();
this.rbFTPProtocolFTPS = new System.Windows.Forms.RadioButton();
this.rbFTPProtocolSFTP = new System.Windows.Forms.RadioButton();
2017-04-21 01:56:16 +12:00
this.lblFTPPort = new System.Windows.Forms.Label();
this.lblFTPTransferMode = new System.Windows.Forms.Label();
2017-04-21 01:56:16 +12:00
this.nudFTPPort = new System.Windows.Forms.NumericUpDown();
2017-04-21 04:38:20 +12:00
this.lblFTPURLPreviewValue = new System.Windows.Forms.Label();
2017-04-21 01:56:16 +12:00
this.lblFTPUsername = new System.Windows.Forms.Label();
this.lblFTPURLPreview = new System.Windows.Forms.Label();
2017-04-21 01:56:16 +12:00
this.txtFTPUsername = new System.Windows.Forms.TextBox();
this.cbFTPURLPathProtocol = new System.Windows.Forms.ComboBox();
2017-04-21 01:56:16 +12:00
this.lblFTPPassword = new System.Windows.Forms.Label();
this.txtFTPURLPath = new System.Windows.Forms.TextBox();
2017-04-21 01:56:16 +12:00
this.txtFTPPassword = new System.Windows.Forms.TextBox();
this.lblFTPURLPath = new System.Windows.Forms.Label();
this.lblFTPRemoteDirectory = new System.Windows.Forms.Label();
2017-04-21 01:56:16 +12:00
this.txtFTPRemoteDirectory = new System.Windows.Forms.TextBox();
2017-04-24 06:09:58 +12:00
this.gbFTPS = new System.Windows.Forms.GroupBox();
this.btnFTPSCertificateLocationBrowse = new System.Windows.Forms.Button();
this.txtFTPSCertificateLocation = new System.Windows.Forms.TextBox();
this.lblFTPSCertificateLocation = new System.Windows.Forms.Label();
this.cbFTPSEncryption = new System.Windows.Forms.ComboBox();
this.lblFTPSEncryption = new System.Windows.Forms.Label();
2017-04-21 01:56:16 +12:00
this.btnFTPDuplicate = new System.Windows.Forms.Button();
this.btnFTPRemove = new System.Windows.Forms.Button();
this.btnFTPAdd = new System.Windows.Forms.Button();
this.cbFTPAccounts = new System.Windows.Forms.ComboBox();
this.lblFTPAccounts = new System.Windows.Forms.Label();
this.lblFTPFile = new System.Windows.Forms.Label();
this.lblFTPText = new System.Windows.Forms.Label();
this.lblFTPImage = new System.Windows.Forms.Label();
this.cbFTPImage = new System.Windows.Forms.ComboBox();
this.cbFTPFile = new System.Windows.Forms.ComboBox();
this.cbFTPText = new System.Windows.Forms.ComboBox();
2013-11-03 23:53:49 +13:00
this.tpDropbox = new System.Windows.Forms.TabPage();
2017-03-21 00:26:44 +13:00
this.cbDropboxUseDirectLink = new System.Windows.Forms.CheckBox();
2013-11-03 23:53:49 +13:00
this.cbDropboxAutoCreateShareableLink = new System.Windows.Forms.CheckBox();
this.lblDropboxPath = new System.Windows.Forms.Label();
this.txtDropboxPath = new System.Windows.Forms.TextBox();
this.oauth2Dropbox = new ShareX.UploadersLib.OAuthControl();
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();
2023-10-13 00:33:23 +13:00
this.cbOneDriveUseDirectLink = new System.Windows.Forms.CheckBox();
this.oAuth2OneDrive = new ShareX.UploadersLib.OAuthControl();
2014-08-09 14:05:56 +12:00
this.tpGoogleDrive = new System.Windows.Forms.TabPage();
this.oauth2GoogleDrive = new ShareX.UploadersLib.OAuthLoopbackControl();
this.cbGoogleDriveSharedDrive = new System.Windows.Forms.ComboBox();
this.cbGoogleDriveDirectLink = new System.Windows.Forms.CheckBox();
2014-08-09 14:05:56 +12:00
this.cbGoogleDriveUseFolder = new System.Windows.Forms.CheckBox();
this.txtGoogleDriveFolderID = new System.Windows.Forms.TextBox();
this.lblGoogleDriveFolderID = new System.Windows.Forms.Label();
2021-08-30 22:01:36 +12:00
this.lvGoogleDriveFoldersList = new ShareX.HelpersLib.MyListView();
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();
2016-06-12 08:19:29 +12:00
this.tpPuush = new System.Windows.Forms.TabPage();
this.lblPuushAPIKey = new System.Windows.Forms.Label();
this.txtPuushAPIKey = new System.Windows.Forms.TextBox();
this.llPuushForgottenPassword = new System.Windows.Forms.LinkLabel();
this.btnPuushLogin = new System.Windows.Forms.Button();
this.txtPuushPassword = new System.Windows.Forms.TextBox();
this.txtPuushEmail = new System.Windows.Forms.TextBox();
this.lblPuushEmail = new System.Windows.Forms.Label();
this.lblPuushPassword = new System.Windows.Forms.Label();
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();
this.cbBoxShareAccessLevel = new System.Windows.Forms.ComboBox();
this.lblBoxShareAccessLevel = new System.Windows.Forms.Label();
2021-08-30 22:01:36 +12:00
this.lvBoxFolders = new ShareX.HelpersLib.MyListView();
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();
this.oauth2Box = new ShareX.UploadersLib.OAuthControl();
2014-03-30 23:28:34 +13:00
this.tpAmazonS3 = new System.Windows.Forms.TabPage();
this.gbAmazonS3Advanced = new System.Windows.Forms.GroupBox();
this.cbAmazonS3SignedPayload = new System.Windows.Forms.CheckBox();
this.lblAmazonS3StripExtension = new System.Windows.Forms.Label();
this.cbAmazonS3StripExtensionText = new System.Windows.Forms.CheckBox();
this.cbAmazonS3StorageClass = new System.Windows.Forms.ComboBox();
this.cbAmazonS3StripExtensionVideo = new System.Windows.Forms.CheckBox();
this.cbAmazonS3PublicACL = new System.Windows.Forms.CheckBox();
this.cbAmazonS3StripExtensionImage = new System.Windows.Forms.CheckBox();
this.cbAmazonS3UsePathStyle = new System.Windows.Forms.CheckBox();
2017-10-03 06:15:54 +13:00
this.btnAmazonS3StorageClassHelp = new System.Windows.Forms.Button();
this.lblAmazonS3StorageClass = new System.Windows.Forms.Label();
2017-03-21 00:26:44 +13:00
this.lblAmazonS3Endpoint = new System.Windows.Forms.Label();
this.txtAmazonS3Endpoint = new System.Windows.Forms.TextBox();
this.lblAmazonS3Region = new System.Windows.Forms.Label();
this.txtAmazonS3Region = new System.Windows.Forms.TextBox();
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();
2017-03-21 00:26:44 +13:00
this.cbAmazonS3Endpoints = new System.Windows.Forms.ComboBox();
2014-03-30 23:28:34 +13:00
this.lblAmazonS3BucketName = new System.Windows.Forms.Label();
this.txtAmazonS3BucketName = new System.Windows.Forms.TextBox();
2017-03-21 00:26:44 +13:00
this.lblAmazonS3Endpoints = new System.Windows.Forms.Label();
2014-03-30 23:28:34 +13:00
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();
2018-04-21 03:20:12 +12:00
this.tpGoogleCloudStorage = new System.Windows.Forms.TabPage();
2023-01-09 07:52:48 +13:00
this.oauth2GoogleCloudStorage = new ShareX.UploadersLib.OAuthLoopbackControl();
2019-04-08 08:42:47 +12:00
this.gbGoogleCloudStorageAdvanced = new System.Windows.Forms.GroupBox();
this.lblGoogleCloudStorageStripExtension = new System.Windows.Forms.Label();
this.cbGoogleCloudStorageStripExtensionText = new System.Windows.Forms.CheckBox();
this.cbGoogleCloudStorageStripExtensionVideo = new System.Windows.Forms.CheckBox();
2019-04-08 08:42:47 +12:00
this.cbGoogleCloudStorageSetPublicACL = new System.Windows.Forms.CheckBox();
this.cbGoogleCloudStorageStripExtensionImage = new System.Windows.Forms.CheckBox();
2018-04-26 16:41:11 +12:00
this.lblGoogleCloudStoragePathPreview = new System.Windows.Forms.Label();
this.lblGoogleCloudStoragePathPreviewLabel = new System.Windows.Forms.Label();
2018-04-21 09:16:46 +12:00
this.txtGoogleCloudStorageObjectPrefix = new System.Windows.Forms.TextBox();
this.lblGoogleCloudStorageObjectPrefix = new System.Windows.Forms.Label();
this.lblGoogleCloudStorageDomain = new System.Windows.Forms.Label();
this.txtGoogleCloudStorageDomain = new System.Windows.Forms.TextBox();
this.lblGoogleCloudStorageBucket = new System.Windows.Forms.Label();
this.txtGoogleCloudStorageBucket = new System.Windows.Forms.TextBox();
2017-01-27 00:41:49 +13:00
this.tpAzureStorage = new System.Windows.Forms.TabPage();
this.txtAzureStorageCacheControl = new System.Windows.Forms.TextBox();
this.lblAzureStorageCacheControl = new System.Windows.Forms.Label();
2018-06-21 00:22:11 +12:00
this.lblAzureStorageURLPreview = new System.Windows.Forms.Label();
this.lblAzureStorageURLPreviewLabel = new System.Windows.Forms.Label();
this.txtAzureStorageUploadPath = new System.Windows.Forms.TextBox();
this.lblAzureStorageUploadPath = new System.Windows.Forms.Label();
this.cbAzureStorageEnvironment = new System.Windows.Forms.ComboBox();
this.lblAzureStorageEnvironment = new System.Windows.Forms.Label();
2017-01-27 23:21:46 +13:00
this.btnAzureStoragePortal = new System.Windows.Forms.Button();
this.txtAzureStorageContainer = new System.Windows.Forms.TextBox();
this.lblAzureStorageContainer = new System.Windows.Forms.Label();
this.txtAzureStorageAccessKey = new System.Windows.Forms.TextBox();
2017-01-27 00:41:49 +13:00
this.lblAzureStorageAccessKey = new System.Windows.Forms.Label();
this.txtAzureStorageAccountName = new System.Windows.Forms.TextBox();
this.lblAzureStorageAccountName = new System.Windows.Forms.Label();
2017-07-07 12:58:14 +12:00
this.txtAzureStorageCustomDomain = new System.Windows.Forms.TextBox();
this.lblAzureStorageCustomDomain = new System.Windows.Forms.Label();
2018-10-01 04:47:07 +13:00
this.tpBackblazeB2 = new System.Windows.Forms.TabPage();
this.lblB2UrlPreview = new System.Windows.Forms.Label();
this.lblB2ManageLink = new System.Windows.Forms.LinkLabel();
2019-09-04 18:55:05 +12:00
this.lblB2UrlPreviewLabel = new System.Windows.Forms.Label();
this.lblB2Bucket = new System.Windows.Forms.Label();
this.lblB2UploadPath = new System.Windows.Forms.Label();
this.lblB2ApplicationKey = new System.Windows.Forms.Label();
this.lblB2ApplicationKeyId = new System.Windows.Forms.Label();
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();
2021-12-29 02:35:47 +13:00
this.cbOwnCloudAppendFileNameToURL = new System.Windows.Forms.CheckBox();
2018-09-11 04:55:07 +12:00
this.txtOwnCloudExpiryTime = new System.Windows.Forms.NumericUpDown();
this.cbOwnCloudAutoExpire = new System.Windows.Forms.CheckBox();
this.lblOwnCloudExpiryTime = new System.Windows.Forms.Label();
this.cbOwnCloudUsePreviewLinks = new System.Windows.Forms.CheckBox();
this.lblOwnCloudHostExample = new System.Windows.Forms.Label();
this.cbOwnCloud81Compatibility = 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();
2021-08-30 22:01:36 +12:00
this.cbPushbulletDevices = new System.Windows.Forms.ComboBox();
2014-03-30 23:28:34 +13:00
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();
this.atcSendSpaceAccountType = new ShareX.UploadersLib.AccountTypeControl();
2013-11-03 23:53:49 +13:00
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();
this.tpJira = new System.Windows.Forms.TabPage();
this.txtJiraIssuePrefix = new System.Windows.Forms.TextBox();
this.lblJiraIssuePrefix = new System.Windows.Forms.Label();
2017-04-21 04:38:20 +12:00
this.gbJiraServer = 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();
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.lblLambdaUploadURL = new System.Windows.Forms.Label();
this.cbLambdaUploadURL = new System.Windows.Forms.ComboBox();
2015-10-06 13:09:16 +13:00
this.tpPomf = new System.Windows.Forms.TabPage();
this.txtPomfResultURL = new System.Windows.Forms.TextBox();
this.txtPomfUploadURL = new System.Windows.Forms.TextBox();
this.lblPomfResultURL = new System.Windows.Forms.Label();
this.lblPomfUploadURL = new System.Windows.Forms.Label();
this.tpSeafile = new System.Windows.Forms.TabPage();
this.cbSeafileAPIURL = new System.Windows.Forms.ComboBox();
2015-10-13 19:44:51 +13:00
this.grpSeafileShareSettings = new System.Windows.Forms.GroupBox();
this.txtSeafileSharePassword = new System.Windows.Forms.TextBox();
this.lblSeafileSharePassword = new System.Windows.Forms.Label();
this.nudSeafileExpireDays = new System.Windows.Forms.NumericUpDown();
this.lblSeafileDaysToExpire = new System.Windows.Forms.Label();
this.btnSeafileLibraryPasswordValidate = new System.Windows.Forms.Button();
this.txtSeafileLibraryPassword = new System.Windows.Forms.TextBox();
this.lblSeafileLibraryPassword = new System.Windows.Forms.Label();
2021-08-30 22:01:36 +12:00
this.lvSeafileLibraries = new ShareX.HelpersLib.MyListView();
this.colSeafileLibraryName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colSeafileLibrarySize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colSeafileLibraryEncrypted = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnSeafilePathValidate = new System.Windows.Forms.Button();
this.txtSeafileDirectoryPath = new System.Windows.Forms.TextBox();
this.lblSeafileWritePermNotif = new System.Windows.Forms.Label();
this.lblSeafilePath = new System.Windows.Forms.Label();
this.txtSeafileUploadLocationRefresh = new System.Windows.Forms.Button();
this.lblSeafileSelectLibrary = new System.Windows.Forms.Label();
this.grpSeafileAccInfo = new System.Windows.Forms.GroupBox();
this.btnRefreshSeafileAccInfo = new System.Windows.Forms.Button();
this.txtSeafileAccInfoUsage = new System.Windows.Forms.TextBox();
this.txtSeafileAccInfoEmail = new System.Windows.Forms.TextBox();
this.lblSeafileAccInfoEmail = new System.Windows.Forms.Label();
this.lblSeafileAccInfoUsage = new System.Windows.Forms.Label();
this.btnSeafileCheckAuthToken = new System.Windows.Forms.Button();
this.btnSeafileCheckAPIURL = new System.Windows.Forms.Button();
this.grpSeafileObtainAuthToken = new System.Windows.Forms.GroupBox();
this.btnSeafileGetAuthToken = new System.Windows.Forms.Button();
this.txtSeafilePassword = new System.Windows.Forms.TextBox();
this.txtSeafileUsername = new System.Windows.Forms.TextBox();
this.lblSeafileUsername = new System.Windows.Forms.Label();
this.lblSeafilePassword = new System.Windows.Forms.Label();
this.cbSeafileIgnoreInvalidCert = new System.Windows.Forms.CheckBox();
this.cbSeafileCreateShareableURL = new System.Windows.Forms.CheckBox();
this.cbSeafileCreateShareableURLRaw = new System.Windows.Forms.CheckBox();
this.txtSeafileAuthToken = new System.Windows.Forms.TextBox();
this.lblSeafileAuthToken = new System.Windows.Forms.Label();
this.lblSeafileAPIURL = new System.Windows.Forms.Label();
2015-12-03 11:23:12 +13:00
this.tpStreamable = new System.Windows.Forms.TabPage();
this.cbStreamableUseDirectURL = new System.Windows.Forms.CheckBox();
2015-12-03 11:23:12 +13:00
this.txtStreamablePassword = new System.Windows.Forms.TextBox();
this.txtStreamableUsername = new System.Windows.Forms.TextBox();
this.lblStreamableUsername = new System.Windows.Forms.Label();
this.lblStreamablePassword = new System.Windows.Forms.Label();
2016-05-16 00:22:13 +12:00
this.tpSul = new System.Windows.Forms.TabPage();
2017-11-11 11:21:04 +13:00
this.btnSulGetAPIKey = new System.Windows.Forms.Button();
2016-05-16 00:22:13 +12:00
this.txtSulAPIKey = new System.Windows.Forms.TextBox();
this.lblSulAPIKey = new System.Windows.Forms.Label();
this.tpLithiio = new System.Windows.Forms.TabPage();
this.btnLithiioFetchAPIKey = new System.Windows.Forms.Button();
2017-11-11 11:21:04 +13:00
this.txtLithiioPassword = new System.Windows.Forms.TextBox();
this.txtLithiioEmail = new System.Windows.Forms.TextBox();
this.lblLithiioPassword = new System.Windows.Forms.Label();
this.lblLithiioEmail = new System.Windows.Forms.Label();
2016-05-30 19:04:07 +12:00
this.btnLithiioGetAPIKey = new System.Windows.Forms.Button();
2016-05-16 00:22:13 +12:00
this.lblLithiioApiKey = new System.Windows.Forms.Label();
this.txtLithiioApiKey = new System.Windows.Forms.TextBox();
this.tpPlik = new System.Windows.Forms.TabPage();
2017-04-21 04:38:20 +12:00
this.gbPlikSettings = new System.Windows.Forms.GroupBox();
this.cbPlikOneShot = new System.Windows.Forms.CheckBox();
this.txtPlikComment = new System.Windows.Forms.TextBox();
this.cbPlikComment = new System.Windows.Forms.CheckBox();
this.cbPlikRemovable = new System.Windows.Forms.CheckBox();
2017-04-21 04:38:20 +12:00
this.gbPlikLoginCredentials = new System.Windows.Forms.GroupBox();
this.nudPlikTTL = new System.Windows.Forms.NumericUpDown();
2021-09-08 11:53:11 +12:00
this.cbPlikTTLUnit = new System.Windows.Forms.ComboBox();
this.lblPlikTTL = new System.Windows.Forms.Label();
this.txtPlikURL = new System.Windows.Forms.TextBox();
this.lblPlikURL = new System.Windows.Forms.Label();
this.cbPlikIsSecured = new System.Windows.Forms.CheckBox();
this.lblPlikAPIKey = new System.Windows.Forms.Label();
this.txtPlikAPIKey = new System.Windows.Forms.TextBox();
this.lblPlikPassword = new System.Windows.Forms.Label();
this.lblPlikUsername = new System.Windows.Forms.Label();
this.txtPlikPassword = new System.Windows.Forms.TextBox();
this.txtPlikLogin = new System.Windows.Forms.TextBox();
2018-04-10 12:49:40 +12:00
this.tpYouTube = new System.Windows.Forms.TabPage();
this.oauth2YouTube = new ShareX.UploadersLib.OAuthLoopbackControl();
2021-12-29 02:35:47 +13:00
this.llYouTubePermissionsLink = new System.Windows.Forms.LinkLabel();
this.lblYouTubePermissionsTip = new System.Windows.Forms.Label();
2021-11-20 18:38:34 +13:00
this.cbYouTubeShowDialog = new System.Windows.Forms.CheckBox();
this.cbYouTubeUseShortenedLink = new System.Windows.Forms.CheckBox();
2018-04-10 12:49:40 +12:00
this.cbYouTubePrivacyType = new System.Windows.Forms.ComboBox();
this.lblYouTubePrivacyType = new System.Windows.Forms.Label();
2016-03-24 09:26:29 +13:00
this.tpSharedFolder = new System.Windows.Forms.TabPage();
2018-04-22 21:10:23 +12:00
this.lbSharedFolderAccounts = new System.Windows.Forms.ListBox();
this.pgSharedFolderAccount = new System.Windows.Forms.PropertyGrid();
this.btnSharedFolderDuplicate = new System.Windows.Forms.Button();
this.btnSharedFolderRemove = new System.Windows.Forms.Button();
this.btnSharedFolderAdd = new System.Windows.Forms.Button();
2016-03-24 09:26:29 +13:00
this.lblSharedFolderFiles = new System.Windows.Forms.Label();
this.lblSharedFolderText = new System.Windows.Forms.Label();
2021-08-30 22:01:36 +12:00
this.cbSharedFolderFiles = new System.Windows.Forms.ComboBox();
2016-03-24 09:26:29 +13:00
this.lblSharedFolderImages = new System.Windows.Forms.Label();
2021-08-30 22:01:36 +12:00
this.cbSharedFolderText = new System.Windows.Forms.ComboBox();
this.cbSharedFolderImages = new System.Windows.Forms.ComboBox();
2013-11-03 23:53:49 +13:00
this.tpEmail = new System.Windows.Forms.TabPage();
2016-05-26 04:20:02 +12:00
this.txtEmailAutomaticSendTo = new System.Windows.Forms.TextBox();
this.cbEmailAutomaticSend = new System.Windows.Forms.CheckBox();
2013-11-03 23:53:49 +13:00
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();
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();
2016-03-24 09:26:29 +13:00
this.cbPastebinRaw = new System.Windows.Forms.CheckBox();
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();
2017-10-04 14:29:39 +13:00
this.btnPaste_eeGetUserKey = new System.Windows.Forms.Button();
2014-06-06 06:19:45 +12:00
this.lblPaste_eeUserAPIKey = new System.Windows.Forms.Label();
this.txtPaste_eeUserAPIKey = new System.Windows.Forms.TextBox();
this.tpGist = new System.Windows.Forms.TabPage();
2017-03-11 14:07:36 +13:00
this.lblGistCustomURLExample = new System.Windows.Forms.Label();
2017-03-06 02:53:50 +13:00
this.lblGistOAuthInfo = new System.Windows.Forms.Label();
this.lblGistCustomURL = new System.Windows.Forms.Label();
this.txtGistCustomURL = new System.Windows.Forms.TextBox();
2016-03-24 09:26:29 +13:00
this.cbGistUseRawURL = new System.Windows.Forms.CheckBox();
this.cbGistPublishPublic = new System.Windows.Forms.CheckBox();
this.oAuth2Gist = new ShareX.UploadersLib.OAuthControl();
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.cbHastebinUseFileExtension = new System.Windows.Forms.CheckBox();
2014-09-29 18:46:41 +13:00
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();
2015-08-05 06:49:07 +12:00
this.tpOneTimeSecret = new System.Windows.Forms.TabPage();
this.lblOneTimeSecretAPIKey = new System.Windows.Forms.Label();
this.lblOneTimeSecretEmail = new System.Windows.Forms.Label();
this.txtOneTimeSecretAPIKey = new System.Windows.Forms.TextBox();
this.txtOneTimeSecretEmail = new System.Windows.Forms.TextBox();
this.tpPastie = new System.Windows.Forms.TabPage();
this.cbPastieIsPublic = new System.Windows.Forms.CheckBox();
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();
2015-08-10 07:21:20 +12:00
this.cbImgurUseGIFV = new System.Windows.Forms.CheckBox();
2014-09-07 13:11:55 +12:00
this.cbImgurUploadSelectedAlbum = new System.Windows.Forms.CheckBox();
this.cbImgurDirectLink = new System.Windows.Forms.CheckBox();
this.atcImgurAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.oauth2Imgur = new ShareX.UploadersLib.OAuthControl();
2021-08-30 22:01:36 +12:00
this.lvImgurAlbumList = new ShareX.HelpersLib.MyListView();
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.tpFlickr = new System.Windows.Forms.TabPage();
2017-10-09 20:14:02 +13:00
this.cbFlickrDirectLink = new System.Windows.Forms.CheckBox();
this.oauthFlickr = new ShareX.UploadersLib.OAuthControl();
2014-06-06 06:19:45 +12:00
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();
2021-08-30 22:01:36 +12:00
this.cbPhotobucketAlbumPaths = new System.Windows.Forms.ComboBox();
2014-06-06 06:19:45 +12:00
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();
this.tpGooglePhotos = new System.Windows.Forms.TabPage();
this.oauth2GooglePhotos = new ShareX.UploadersLib.OAuthLoopbackControl();
this.lblGooglePhotosCreateAlbumName = new System.Windows.Forms.Label();
this.txtGooglePhotosCreateAlbumName = new System.Windows.Forms.TextBox();
this.btnGooglePhotosCreateAlbum = new System.Windows.Forms.Button();
this.cbGooglePhotosIsPublic = new System.Windows.Forms.CheckBox();
2014-06-15 22:29:09 +12:00
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();
2014-09-18 07:25:23 +12:00
this.tpChevereto = new System.Windows.Forms.TabPage();
2016-03-06 05:46:44 +13:00
this.lblCheveretoUploadURLExample = new System.Windows.Forms.Label();
this.cbCheveretoDirectURL = new System.Windows.Forms.CheckBox();
this.lblCheveretoUploadURL = new System.Windows.Forms.Label();
this.txtCheveretoUploadURL = new System.Windows.Forms.TextBox();
2014-09-18 07:33:11 +12:00
this.txtCheveretoAPIKey = new System.Windows.Forms.TextBox();
this.lblCheveretoAPIKey = new System.Windows.Forms.Label();
2016-03-24 09:26:29 +13:00
this.tpVgyme = new System.Windows.Forms.TabPage();
this.llVgymeAccountDetailsPage = new System.Windows.Forms.LinkLabel();
this.txtVgymeUserKey = new System.Windows.Forms.TextBox();
this.lvlVgymeUserKey = new System.Windows.Forms.Label();
2014-06-09 07:59:13 +12:00
this.tcUploaders = new System.Windows.Forms.TabControl();
this.tttvMain = new ShareX.HelpersLib.TabToTreeView();
this.actRapidShareAccountType = new ShareX.UploadersLib.AccountTypeControl();
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.tpURLShorteners.SuspendLayout();
this.tcURLShorteners.SuspendLayout();
this.tpBitly.SuspendLayout();
this.tpYourls.SuspendLayout();
2014-07-14 08:10:37 +12:00
this.tpAdFly.SuspendLayout();
2015-08-08 23:38:37 +12:00
this.tpPolr.SuspendLayout();
2018-04-04 14:42:05 +12:00
this.tpFirebaseDynamicLinks.SuspendLayout();
2018-10-02 12:11:53 +13:00
this.tpKutt.SuspendLayout();
2021-08-30 22:01:36 +12:00
this.tpZeroWidthShortener.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();
2017-04-21 01:56:16 +12:00
this.gbFTPAccount.SuspendLayout();
this.gbSFTP.SuspendLayout();
this.pFTPTransferMode.SuspendLayout();
this.pFTPProtocol.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudFTPPort)).BeginInit();
2017-04-24 06:09:58 +12:00
this.gbFTPS.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.tpDropbox.SuspendLayout();
2014-12-27 02:58:38 +13:00
this.tpOneDrive.SuspendLayout();
2014-08-09 14:05:56 +12:00
this.tpGoogleDrive.SuspendLayout();
2016-06-12 08:19:29 +12:00
this.tpPuush.SuspendLayout();
2014-08-09 14:05:56 +12:00
this.tpBox.SuspendLayout();
this.tpAmazonS3.SuspendLayout();
this.gbAmazonS3Advanced.SuspendLayout();
2018-04-21 04:13:34 +12:00
this.tpGoogleCloudStorage.SuspendLayout();
2019-04-08 08:42:47 +12:00
this.gbGoogleCloudStorageAdvanced.SuspendLayout();
2017-01-27 00:41:49 +13:00
this.tpAzureStorage.SuspendLayout();
2018-10-01 04:47:07 +13:00
this.tpBackblazeB2.SuspendLayout();
2014-08-09 14:05:56 +12:00
this.tpMega.SuspendLayout();
2014-07-07 06:45:36 +12:00
this.tpOwnCloud.SuspendLayout();
2018-09-11 04:55:07 +12:00
((System.ComponentModel.ISupportInitialize)(this.txtOwnCloudExpiryTime)).BeginInit();
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.tpHostr.SuspendLayout();
this.tpJira.SuspendLayout();
2017-04-21 04:38:20 +12:00
this.gbJiraServer.SuspendLayout();
2015-02-04 09:12:53 +13:00
this.tpLambda.SuspendLayout();
2015-10-06 13:09:16 +13:00
this.tpPomf.SuspendLayout();
this.tpSeafile.SuspendLayout();
2015-10-13 19:44:51 +13:00
this.grpSeafileShareSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudSeafileExpireDays)).BeginInit();
this.grpSeafileAccInfo.SuspendLayout();
this.grpSeafileObtainAuthToken.SuspendLayout();
2016-03-24 09:26:29 +13:00
this.tpStreamable.SuspendLayout();
2016-05-16 00:22:13 +12:00
this.tpSul.SuspendLayout();
this.tpLithiio.SuspendLayout();
2017-02-27 05:17:02 +13:00
this.tpPlik.SuspendLayout();
2017-04-21 04:38:20 +12:00
this.gbPlikSettings.SuspendLayout();
this.gbPlikLoginCredentials.SuspendLayout();
2017-02-27 05:17:02 +13:00
((System.ComponentModel.ISupportInitialize)(this.nudPlikTTL)).BeginInit();
2018-04-10 12:49:40 +12:00
this.tpYouTube.SuspendLayout();
this.tpSharedFolder.SuspendLayout();
this.tpEmail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudEmailSmtpPort)).BeginInit();
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();
2015-08-05 06:49:07 +12:00
this.tpOneTimeSecret.SuspendLayout();
this.tpPastie.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tpImageUploaders.SuspendLayout();
this.tcImageUploaders.SuspendLayout();
this.tpImgur.SuspendLayout();
this.tpImageShack.SuspendLayout();
this.tpFlickr.SuspendLayout();
this.tpPhotobucket.SuspendLayout();
this.gbPhotobucketAlbumPath.SuspendLayout();
this.gbPhotobucketAlbums.SuspendLayout();
this.gbPhotobucketUserAccount.SuspendLayout();
this.tpGooglePhotos.SuspendLayout();
2014-09-18 07:25:23 +12:00
this.tpChevereto.SuspendLayout();
2016-02-14 13:28:41 +13:00
this.tpVgyme.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tcUploaders.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.SuspendLayout();
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtRapidSharePremiumUserName
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtRapidSharePremiumUserName, "txtRapidSharePremiumUserName");
2014-06-06 06:19:45 +12:00
this.txtRapidSharePremiumUserName.Name = "txtRapidSharePremiumUserName";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// ttHelpTip
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
this.ttHelpTip.AutomaticDelay = 0;
this.ttHelpTip.AutoPopDelay = 30000;
this.ttHelpTip.BackColor = System.Drawing.SystemColors.Window;
2014-06-06 06:19:45 +12:00
this.ttHelpTip.InitialDelay = 500;
this.ttHelpTip.ReshowDelay = 100;
this.ttHelpTip.UseAnimation = false;
this.ttHelpTip.UseFading = false;
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// cbAmazonS3CustomCNAME
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
// txtB2CustomUrl
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtB2CustomUrl, "txtB2CustomUrl");
this.txtB2CustomUrl.Name = "txtB2CustomUrl";
this.txtB2CustomUrl.TextChanged += new System.EventHandler(this.txtB2CustomUrl_TextChanged);
2018-10-02 12:11:53 +13:00
//
// cbB2CustomUrl
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbB2CustomUrl, "cbB2CustomUrl");
this.cbB2CustomUrl.Name = "cbB2CustomUrl";
this.cbB2CustomUrl.UseVisualStyleBackColor = true;
this.cbB2CustomUrl.CheckedChanged += new System.EventHandler(this.cbB2CustomUrl_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// txtB2Bucket
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtB2Bucket, "txtB2Bucket");
this.txtB2Bucket.Name = "txtB2Bucket";
this.txtB2Bucket.TextChanged += new System.EventHandler(this.txtB2Bucket_TextChanged);
2018-10-02 12:11:53 +13:00
//
// txtB2UploadPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtB2UploadPath, "txtB2UploadPath");
this.txtB2UploadPath.Name = "txtB2UploadPath";
this.txtB2UploadPath.TextChanged += new System.EventHandler(this.txtB2UploadPath_TextChanged);
2018-10-02 12:11:53 +13:00
//
// txtB2ApplicationKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtB2ApplicationKey, "txtB2ApplicationKey");
this.txtB2ApplicationKey.Name = "txtB2ApplicationKey";
this.txtB2ApplicationKey.UseSystemPasswordChar = true;
this.txtB2ApplicationKey.TextChanged += new System.EventHandler(this.txtB2ApplicationKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
// txtB2ApplicationKeyId
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtB2ApplicationKeyId, "txtB2ApplicationKeyId");
this.txtB2ApplicationKeyId.Name = "txtB2ApplicationKeyId";
this.txtB2ApplicationKeyId.TextChanged += new System.EventHandler(this.txtB2ApplicationKeyId_TextChanged);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpOtherUploaders
2018-10-02 12:11:53 +13:00
//
this.tpOtherUploaders.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tcOtherUploaders
2018-10-02 12:11:53 +13:00
//
this.tcOtherUploaders.Controls.Add(this.tpTwitter);
resources.ApplyResources(this.tcOtherUploaders, "tcOtherUploaders");
2014-06-06 06:19:45 +12:00
this.tcOtherUploaders.Name = "tcOtherUploaders";
this.tcOtherUploaders.SelectedIndex = 0;
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
// tpTwitter
2018-10-02 12:11:53 +13:00
//
this.tpTwitter.BackColor = System.Drawing.SystemColors.Window;
2015-09-03 06:37:19 +12:00
this.tpTwitter.Controls.Add(this.btnTwitterNameUpdate);
this.tpTwitter.Controls.Add(this.lbTwitterAccounts);
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";
2018-10-02 12:11:53 +13:00
//
2015-09-17 20:25:36 +12:00
// btnTwitterNameUpdate
2018-10-02 12:11:53 +13:00
//
2015-09-17 20:25:36 +12:00
resources.ApplyResources(this.btnTwitterNameUpdate, "btnTwitterNameUpdate");
this.btnTwitterNameUpdate.Name = "btnTwitterNameUpdate";
this.btnTwitterNameUpdate.UseVisualStyleBackColor = true;
this.btnTwitterNameUpdate.Click += new System.EventHandler(this.btnTwitterNameUpdate_Click);
2018-10-02 12:11:53 +13:00
//
2015-09-03 06:37:19 +12:00
// lbTwitterAccounts
2018-10-02 12:11:53 +13:00
//
2015-09-03 06:37:19 +12:00
this.lbTwitterAccounts.FormattingEnabled = true;
resources.ApplyResources(this.lbTwitterAccounts, "lbTwitterAccounts");
this.lbTwitterAccounts.Name = "lbTwitterAccounts";
this.lbTwitterAccounts.SelectedIndexChanged += new System.EventHandler(this.lbTwitterAccounts_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
// lblTwitterDefaultMessage
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
resources.ApplyResources(this.lblTwitterDefaultMessage, "lblTwitterDefaultMessage");
this.lblTwitterDefaultMessage.Name = "lblTwitterDefaultMessage";
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
// txtTwitterDefaultMessage
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
resources.ApplyResources(this.txtTwitterDefaultMessage, "txtTwitterDefaultMessage");
this.txtTwitterDefaultMessage.Name = "txtTwitterDefaultMessage";
this.txtTwitterDefaultMessage.TextChanged += new System.EventHandler(this.txtTwitterDefaultMessage_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
// cbTwitterSkipMessageBox
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
resources.ApplyResources(this.cbTwitterSkipMessageBox, "cbTwitterSkipMessageBox");
this.cbTwitterSkipMessageBox.Name = "cbTwitterSkipMessageBox";
this.cbTwitterSkipMessageBox.UseVisualStyleBackColor = true;
this.cbTwitterSkipMessageBox.CheckedChanged += new System.EventHandler(this.cbTwitterSkipMessageBox_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// oauthTwitter
//
resources.ApplyResources(this.oauthTwitter, "oauthTwitter");
this.oauthTwitter.IsRefreshable = false;
this.oauthTwitter.Name = "oauthTwitter";
this.oauthTwitter.UserInfo = null;
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
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
resources.ApplyResources(this.txtTwitterDescription, "txtTwitterDescription");
this.txtTwitterDescription.Name = "txtTwitterDescription";
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
// lblTwitterDescription
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
resources.ApplyResources(this.lblTwitterDescription, "lblTwitterDescription");
this.lblTwitterDescription.Name = "lblTwitterDescription";
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
// btnTwitterRemove
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
resources.ApplyResources(this.btnTwitterRemove, "btnTwitterRemove");
this.btnTwitterRemove.Name = "btnTwitterRemove";
this.btnTwitterRemove.UseVisualStyleBackColor = true;
this.btnTwitterRemove.Click += new System.EventHandler(this.btnTwitterRemove_Click);
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
// btnTwitterAdd
2018-10-02 12:11:53 +13:00
//
2015-04-28 19:50:41 +12:00
resources.ApplyResources(this.btnTwitterAdd, "btnTwitterAdd");
this.btnTwitterAdd.Name = "btnTwitterAdd";
this.btnTwitterAdd.UseVisualStyleBackColor = true;
this.btnTwitterAdd.Click += new System.EventHandler(this.btnTwitterAdd_Click);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpURLShorteners
2018-10-02 12:11:53 +13:00
//
this.tpURLShorteners.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tcURLShorteners
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
this.tcURLShorteners.Controls.Add(this.tpBitly);
this.tcURLShorteners.Controls.Add(this.tpYourls);
2014-07-14 08:10:37 +12:00
this.tcURLShorteners.Controls.Add(this.tpAdFly);
2015-08-05 06:49:07 +12:00
this.tcURLShorteners.Controls.Add(this.tpPolr);
2018-04-04 14:42:05 +12:00
this.tcURLShorteners.Controls.Add(this.tpFirebaseDynamicLinks);
2018-10-02 12:11:53 +13:00
this.tcURLShorteners.Controls.Add(this.tpKutt);
this.tcURLShorteners.Controls.Add(this.tpZeroWidthShortener);
resources.ApplyResources(this.tcURLShorteners, "tcURLShorteners");
2014-06-06 06:19:45 +12:00
this.tcURLShorteners.Name = "tcURLShorteners";
this.tcURLShorteners.SelectedIndex = 0;
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpBitly
2018-10-02 12:11:53 +13:00
//
this.tpBitly.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-06-26 08:45:57 +12:00
// txtBitlyDomain
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
2014-06-26 08:45:57 +12:00
// lblBitlyDomain
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblBitlyDomain, "lblBitlyDomain");
2014-06-26 08:45:57 +12:00
this.lblBitlyDomain.Name = "lblBitlyDomain";
2018-10-02 12:11:53 +13:00
//
// oauth2Bitly
//
this.oauth2Bitly.IsRefreshable = false;
resources.ApplyResources(this.oauth2Bitly, "oauth2Bitly");
this.oauth2Bitly.Name = "oauth2Bitly";
this.oauth2Bitly.UserInfo = null;
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);
//
2016-03-24 09:26:29 +13:00
// tpYourls
2018-10-02 12:11:53 +13:00
//
this.tpYourls.BackColor = System.Drawing.SystemColors.Window;
2016-03-24 09:26:29 +13: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");
this.tpYourls.Name = "tpYourls";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsPassword
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsUsername
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsSignature
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsNote
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblYourlsNote, "lblYourlsNote");
2014-06-06 06:19:45 +12:00
this.lblYourlsNote.Name = "lblYourlsNote";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblYourlsPassword, "lblYourlsPassword");
2014-06-06 06:19:45 +12:00
this.lblYourlsPassword.Name = "lblYourlsPassword";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsUsername
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblYourlsUsername, "lblYourlsUsername");
2014-06-06 06:19:45 +12:00
this.lblYourlsUsername.Name = "lblYourlsUsername";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsSignature
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblYourlsSignature, "lblYourlsSignature");
2014-06-06 06:19:45 +12:00
this.lblYourlsSignature.Name = "lblYourlsSignature";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsAPIURL
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsAPIURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblYourlsAPIURL, "lblYourlsAPIURL");
2014-06-06 06:19:45 +12:00
this.lblYourlsAPIURL.Name = "lblYourlsAPIURL";
2018-10-02 12:11:53 +13:00
//
2014-07-14 08:10:37 +12:00
// tpAdFly
2018-10-02 12:11:53 +13:00
//
this.tpAdFly.BackColor = System.Drawing.SystemColors.Window;
2014-07-14 08:10:37 +12:00
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";
2018-10-02 12:11:53 +13:00
//
2014-07-22 12:12:07 +12:00
// llAdflyLink
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
// txtAdflyAPIUID
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtAdflyAPIUID, "txtAdflyAPIUID");
this.txtAdflyAPIUID.Name = "txtAdflyAPIUID";
this.txtAdflyAPIUID.TextChanged += new System.EventHandler(this.txtAdflyAPIUID_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblAdflyAPIUID
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAdflyAPIUID, "lblAdflyAPIUID");
this.lblAdflyAPIUID.Name = "lblAdflyAPIUID";
2018-10-02 12:11:53 +13:00
//
// txtAdflyAPIKEY
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtAdflyAPIKEY, "txtAdflyAPIKEY");
this.txtAdflyAPIKEY.Name = "txtAdflyAPIKEY";
2020-06-01 22:36:55 +12:00
this.txtAdflyAPIKEY.UseSystemPasswordChar = true;
this.txtAdflyAPIKEY.TextChanged += new System.EventHandler(this.txtAdflyAPIKEY_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblAdflyAPIKEY
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAdflyAPIKEY, "lblAdflyAPIKEY");
this.lblAdflyAPIKEY.Name = "lblAdflyAPIKEY";
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
// tpPolr
2018-10-02 12:11:53 +13:00
//
this.tpPolr.BackColor = System.Drawing.SystemColors.Window;
2016-12-30 02:01:03 +13:00
this.tpPolr.Controls.Add(this.cbPolrUseAPIv1);
this.tpPolr.Controls.Add(this.cbPolrIsSecret);
2015-08-08 23:38:37 +12:00
this.tpPolr.Controls.Add(this.txtPolrAPIKey);
this.tpPolr.Controls.Add(this.lblPolrAPIKey);
this.tpPolr.Controls.Add(this.txtPolrAPIHostname);
this.tpPolr.Controls.Add(this.lblPolrAPIHostname);
resources.ApplyResources(this.tpPolr, "tpPolr");
this.tpPolr.Name = "tpPolr";
2018-10-02 12:11:53 +13:00
//
2016-12-30 02:01:03 +13:00
// cbPolrUseAPIv1
2018-10-02 12:11:53 +13:00
//
2016-12-30 02:01:03 +13:00
resources.ApplyResources(this.cbPolrUseAPIv1, "cbPolrUseAPIv1");
this.cbPolrUseAPIv1.Name = "cbPolrUseAPIv1";
this.cbPolrUseAPIv1.UseVisualStyleBackColor = true;
this.cbPolrUseAPIv1.CheckedChanged += new System.EventHandler(this.cbPolrUseAPIv1_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2016-12-30 02:01:03 +13:00
// cbPolrIsSecret
2018-10-02 12:11:53 +13:00
//
2016-12-30 02:01:03 +13:00
resources.ApplyResources(this.cbPolrIsSecret, "cbPolrIsSecret");
this.cbPolrIsSecret.Name = "cbPolrIsSecret";
this.cbPolrIsSecret.UseVisualStyleBackColor = true;
this.cbPolrIsSecret.CheckedChanged += new System.EventHandler(this.cbPolrIsSecret_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
// txtPolrAPIKey
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
resources.ApplyResources(this.txtPolrAPIKey, "txtPolrAPIKey");
this.txtPolrAPIKey.Name = "txtPolrAPIKey";
2015-08-10 07:21:20 +12:00
this.txtPolrAPIKey.UseSystemPasswordChar = true;
2015-08-08 23:38:37 +12:00
this.txtPolrAPIKey.TextChanged += new System.EventHandler(this.txtPolrAPIKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
// lblPolrAPIKey
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
resources.ApplyResources(this.lblPolrAPIKey, "lblPolrAPIKey");
this.lblPolrAPIKey.Name = "lblPolrAPIKey";
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
// txtPolrAPIHostname
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
resources.ApplyResources(this.txtPolrAPIHostname, "txtPolrAPIHostname");
this.txtPolrAPIHostname.Name = "txtPolrAPIHostname";
this.txtPolrAPIHostname.TextChanged += new System.EventHandler(this.txtPolrAPIHostname_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
// lblPolrAPIHostname
2018-10-02 12:11:53 +13:00
//
2015-08-08 23:38:37 +12:00
resources.ApplyResources(this.lblPolrAPIHostname, "lblPolrAPIHostname");
this.lblPolrAPIHostname.Name = "lblPolrAPIHostname";
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
// tpFirebaseDynamicLinks
2018-10-02 12:11:53 +13:00
//
this.tpFirebaseDynamicLinks.Controls.Add(this.lblFirebaseDomainExample);
2018-04-04 14:42:05 +12:00
this.tpFirebaseDynamicLinks.Controls.Add(this.lblFirebaseDomain);
2018-06-08 16:02:26 +12:00
this.tpFirebaseDynamicLinks.Controls.Add(this.cbFirebaseIsShort);
2018-04-04 14:42:05 +12:00
this.tpFirebaseDynamicLinks.Controls.Add(this.txtFirebaseDomain);
this.tpFirebaseDynamicLinks.Controls.Add(this.txtFirebaseWebAPIKey);
this.tpFirebaseDynamicLinks.Controls.Add(this.lblFirebaseWebAPIKey);
resources.ApplyResources(this.tpFirebaseDynamicLinks, "tpFirebaseDynamicLinks");
this.tpFirebaseDynamicLinks.Name = "tpFirebaseDynamicLinks";
this.tpFirebaseDynamicLinks.UseVisualStyleBackColor = true;
2018-10-02 12:11:53 +13:00
//
2018-06-22 04:55:57 +12:00
// lblFirebaseDomainExample
2018-10-02 12:11:53 +13:00
//
2018-06-22 04:55:57 +12:00
resources.ApplyResources(this.lblFirebaseDomainExample, "lblFirebaseDomainExample");
this.lblFirebaseDomainExample.Name = "lblFirebaseDomainExample";
2018-10-02 12:11:53 +13:00
//
// lblFirebaseDomain
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblFirebaseDomain, "lblFirebaseDomain");
this.lblFirebaseDomain.Name = "lblFirebaseDomain";
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
// cbFirebaseIsShort
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
resources.ApplyResources(this.cbFirebaseIsShort, "cbFirebaseIsShort");
this.cbFirebaseIsShort.Name = "cbFirebaseIsShort";
this.cbFirebaseIsShort.UseVisualStyleBackColor = true;
this.cbFirebaseIsShort.CheckedChanged += new System.EventHandler(this.cbFirebaseIsShort_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
// txtFirebaseDomain
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
resources.ApplyResources(this.txtFirebaseDomain, "txtFirebaseDomain");
this.txtFirebaseDomain.Name = "txtFirebaseDomain";
this.txtFirebaseDomain.TextChanged += new System.EventHandler(this.txtFirebaseDomain_TextChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
// txtFirebaseWebAPIKey
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
resources.ApplyResources(this.txtFirebaseWebAPIKey, "txtFirebaseWebAPIKey");
this.txtFirebaseWebAPIKey.Name = "txtFirebaseWebAPIKey";
this.txtFirebaseWebAPIKey.UseSystemPasswordChar = true;
this.txtFirebaseWebAPIKey.TextChanged += new System.EventHandler(this.txtFirebaseWebAPIKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
// lblFirebaseWebAPIKey
2018-10-02 12:11:53 +13:00
//
2018-04-04 14:42:05 +12:00
resources.ApplyResources(this.lblFirebaseWebAPIKey, "lblFirebaseWebAPIKey");
this.lblFirebaseWebAPIKey.Name = "lblFirebaseWebAPIKey";
2018-10-02 12:11:53 +13:00
//
// tpKutt
//
this.tpKutt.Controls.Add(this.txtKuttDomain);
this.tpKutt.Controls.Add(this.lblKuttDomain);
2018-10-02 12:11:53 +13:00
this.tpKutt.Controls.Add(this.lblKuttPassword);
this.tpKutt.Controls.Add(this.txtKuttPassword);
this.tpKutt.Controls.Add(this.cbKuttReuse);
this.tpKutt.Controls.Add(this.txtKuttAPIKey);
this.tpKutt.Controls.Add(this.txtKuttHost);
this.tpKutt.Controls.Add(this.lblKuttAPIKey);
this.tpKutt.Controls.Add(this.lblKuttHost);
resources.ApplyResources(this.tpKutt, "tpKutt");
this.tpKutt.Name = "tpKutt";
this.tpKutt.UseVisualStyleBackColor = true;
//
// txtKuttDomain
//
resources.ApplyResources(this.txtKuttDomain, "txtKuttDomain");
this.txtKuttDomain.Name = "txtKuttDomain";
this.txtKuttDomain.TextChanged += new System.EventHandler(this.txtKuttDomain_TextChanged);
//
// lblKuttDomain
//
resources.ApplyResources(this.lblKuttDomain, "lblKuttDomain");
this.lblKuttDomain.Name = "lblKuttDomain";
//
2018-10-02 12:11:53 +13:00
// lblKuttPassword
//
resources.ApplyResources(this.lblKuttPassword, "lblKuttPassword");
this.lblKuttPassword.Name = "lblKuttPassword";
//
// txtKuttPassword
//
resources.ApplyResources(this.txtKuttPassword, "txtKuttPassword");
this.txtKuttPassword.Name = "txtKuttPassword";
2020-06-01 22:36:55 +12:00
this.txtKuttPassword.UseSystemPasswordChar = true;
2018-10-02 12:11:53 +13:00
this.txtKuttPassword.TextChanged += new System.EventHandler(this.txtKuttPassword_TextChanged);
//
// cbKuttReuse
//
resources.ApplyResources(this.cbKuttReuse, "cbKuttReuse");
this.cbKuttReuse.Name = "cbKuttReuse";
this.cbKuttReuse.UseVisualStyleBackColor = true;
this.cbKuttReuse.CheckedChanged += new System.EventHandler(this.cbKuttReuse_CheckedChanged);
//
// txtKuttAPIKey
//
resources.ApplyResources(this.txtKuttAPIKey, "txtKuttAPIKey");
this.txtKuttAPIKey.Name = "txtKuttAPIKey";
this.txtKuttAPIKey.UseSystemPasswordChar = true;
this.txtKuttAPIKey.TextChanged += new System.EventHandler(this.txtKuttAPIKey_TextChanged);
//
// txtKuttHost
//
resources.ApplyResources(this.txtKuttHost, "txtKuttHost");
this.txtKuttHost.Name = "txtKuttHost";
this.txtKuttHost.TextChanged += new System.EventHandler(this.txtKuttHost_TextChanged);
//
// lblKuttAPIKey
//
resources.ApplyResources(this.lblKuttAPIKey, "lblKuttAPIKey");
this.lblKuttAPIKey.Name = "lblKuttAPIKey";
//
// lblKuttHost
//
resources.ApplyResources(this.lblKuttHost, "lblKuttHost");
this.lblKuttHost.Name = "lblKuttHost";
//
2021-08-30 22:01:36 +12:00
// tpZeroWidthShortener
//
this.tpZeroWidthShortener.Controls.Add(this.txtZWSToken);
this.tpZeroWidthShortener.Controls.Add(this.txtZWSURL);
this.tpZeroWidthShortener.Controls.Add(this.lblZWSToken);
this.tpZeroWidthShortener.Controls.Add(this.lblZWSURL);
resources.ApplyResources(this.tpZeroWidthShortener, "tpZeroWidthShortener");
this.tpZeroWidthShortener.Name = "tpZeroWidthShortener";
this.tpZeroWidthShortener.UseVisualStyleBackColor = true;
//
// txtZWSToken
//
resources.ApplyResources(this.txtZWSToken, "txtZWSToken");
this.txtZWSToken.Name = "txtZWSToken";
this.txtZWSToken.UseSystemPasswordChar = true;
this.txtZWSToken.TextChanged += new System.EventHandler(this.txtZWSToken_TextChanged);
//
// txtZWSURL
//
resources.ApplyResources(this.txtZWSURL, "txtZWSURL");
this.txtZWSURL.Name = "txtZWSURL";
this.txtZWSURL.TextChanged += new System.EventHandler(this.txtZWSURL_TextChanged);
//
// lblZWSToken
//
resources.ApplyResources(this.lblZWSToken, "lblZWSToken");
this.lblZWSToken.Name = "lblZWSToken";
//
// lblZWSURL
//
resources.ApplyResources(this.lblZWSURL, "lblZWSURL");
this.lblZWSURL.Name = "lblZWSURL";
//
2013-11-03 23:53:49 +13:00
// tpFileUploaders
2018-10-02 12:11:53 +13:00
//
this.tpFileUploaders.BackColor = System.Drawing.SystemColors.Window;
2013-11-03 23:53:49 +13:00
this.tpFileUploaders.Controls.Add(this.tcFileUploaders);
resources.ApplyResources(this.tpFileUploaders, "tpFileUploaders");
2013-11-03 23:53:49 +13:00
this.tpFileUploaders.Name = "tpFileUploaders";
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// tcFileUploaders
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
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);
2016-06-12 08:19:29 +12:00
this.tcFileUploaders.Controls.Add(this.tpPuush);
this.tcFileUploaders.Controls.Add(this.tpBox);
2014-08-09 14:05:56 +12:00
this.tcFileUploaders.Controls.Add(this.tpAmazonS3);
2018-04-21 03:20:12 +12:00
this.tcFileUploaders.Controls.Add(this.tpGoogleCloudStorage);
2017-01-27 00:41:49 +13:00
this.tcFileUploaders.Controls.Add(this.tpAzureStorage);
2018-10-01 04:47:07 +13:00
this.tcFileUploaders.Controls.Add(this.tpBackblazeB2);
2014-08-09 14:05:56 +12:00
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.tpHostr);
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);
2015-10-06 13:09:16 +13:00
this.tcFileUploaders.Controls.Add(this.tpPomf);
this.tcFileUploaders.Controls.Add(this.tpSeafile);
2016-03-24 09:26:29 +13:00
this.tcFileUploaders.Controls.Add(this.tpStreamable);
2016-05-16 00:22:13 +12:00
this.tcFileUploaders.Controls.Add(this.tpSul);
this.tcFileUploaders.Controls.Add(this.tpLithiio);
2017-03-03 21:49:54 +13:00
this.tcFileUploaders.Controls.Add(this.tpPlik);
2018-04-10 12:49:40 +12:00
this.tcFileUploaders.Controls.Add(this.tpYouTube);
2016-03-24 09:26:29 +13:00
this.tcFileUploaders.Controls.Add(this.tpSharedFolder);
this.tcFileUploaders.Controls.Add(this.tpEmail);
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;
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// tpFTP
2018-10-02 12:11:53 +13:00
//
this.tpFTP.BackColor = System.Drawing.SystemColors.Window;
this.tpFTP.Controls.Add(this.gbFTPAccount);
this.tpFTP.Controls.Add(this.btnFTPDuplicate);
this.tpFTP.Controls.Add(this.btnFTPRemove);
this.tpFTP.Controls.Add(this.btnFTPAdd);
this.tpFTP.Controls.Add(this.cbFTPAccounts);
this.tpFTP.Controls.Add(this.lblFTPAccounts);
this.tpFTP.Controls.Add(this.lblFTPFile);
this.tpFTP.Controls.Add(this.lblFTPText);
this.tpFTP.Controls.Add(this.lblFTPImage);
this.tpFTP.Controls.Add(this.cbFTPImage);
this.tpFTP.Controls.Add(this.cbFTPFile);
this.tpFTP.Controls.Add(this.cbFTPText);
resources.ApplyResources(this.tpFTP, "tpFTP");
2014-08-09 14:05:56 +12:00
this.tpFTP.Name = "tpFTP";
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// gbFTPAccount
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
this.gbFTPAccount.Controls.Add(this.gbSFTP);
2017-04-21 01:56:16 +12:00
this.gbFTPAccount.Controls.Add(this.cbFTPAppendRemoteDirectory);
this.gbFTPAccount.Controls.Add(this.btnFTPTest);
this.gbFTPAccount.Controls.Add(this.lblFTPProtocol);
this.gbFTPAccount.Controls.Add(this.lblFTPName);
this.gbFTPAccount.Controls.Add(this.cbFTPRemoveFileExtension);
this.gbFTPAccount.Controls.Add(this.txtFTPName);
this.gbFTPAccount.Controls.Add(this.lblFTPHost);
this.gbFTPAccount.Controls.Add(this.eiFTP);
this.gbFTPAccount.Controls.Add(this.pFTPTransferMode);
this.gbFTPAccount.Controls.Add(this.txtFTPHost);
this.gbFTPAccount.Controls.Add(this.pFTPProtocol);
this.gbFTPAccount.Controls.Add(this.lblFTPPort);
this.gbFTPAccount.Controls.Add(this.lblFTPTransferMode);
this.gbFTPAccount.Controls.Add(this.nudFTPPort);
2017-04-21 04:38:20 +12:00
this.gbFTPAccount.Controls.Add(this.lblFTPURLPreviewValue);
2017-04-21 01:56:16 +12:00
this.gbFTPAccount.Controls.Add(this.lblFTPUsername);
this.gbFTPAccount.Controls.Add(this.lblFTPURLPreview);
this.gbFTPAccount.Controls.Add(this.txtFTPUsername);
this.gbFTPAccount.Controls.Add(this.cbFTPURLPathProtocol);
this.gbFTPAccount.Controls.Add(this.lblFTPPassword);
this.gbFTPAccount.Controls.Add(this.txtFTPURLPath);
this.gbFTPAccount.Controls.Add(this.txtFTPPassword);
this.gbFTPAccount.Controls.Add(this.lblFTPURLPath);
this.gbFTPAccount.Controls.Add(this.lblFTPRemoteDirectory);
this.gbFTPAccount.Controls.Add(this.txtFTPRemoteDirectory);
2017-04-21 07:44:50 +12:00
this.gbFTPAccount.Controls.Add(this.gbFTPS);
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.gbFTPAccount, "gbFTPAccount");
this.gbFTPAccount.Name = "gbFTPAccount";
this.gbFTPAccount.TabStop = false;
2018-10-02 12:11:53 +13:00
//
// gbSFTP
2018-10-02 12:11:53 +13:00
//
this.gbSFTP.Controls.Add(this.txtSFTPKeyPassphrase);
this.gbSFTP.Controls.Add(this.btnSFTPKeyLocationBrowse);
this.gbSFTP.Controls.Add(this.lblSFTPKeyPassphrase);
this.gbSFTP.Controls.Add(this.txtSFTPKeyLocation);
this.gbSFTP.Controls.Add(this.lblSFTPKeyLocation);
resources.ApplyResources(this.gbSFTP, "gbSFTP");
this.gbSFTP.Name = "gbSFTP";
this.gbSFTP.TabStop = false;
2018-10-02 12:11:53 +13:00
//
// txtSFTPKeyPassphrase
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSFTPKeyPassphrase, "txtSFTPKeyPassphrase");
this.txtSFTPKeyPassphrase.Name = "txtSFTPKeyPassphrase";
this.txtSFTPKeyPassphrase.UseSystemPasswordChar = true;
this.txtSFTPKeyPassphrase.TextChanged += new System.EventHandler(this.txtSFTPKeyPassphrase_TextChanged);
2018-10-02 12:11:53 +13:00
//
// btnSFTPKeyLocationBrowse
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnSFTPKeyLocationBrowse, "btnSFTPKeyLocationBrowse");
this.btnSFTPKeyLocationBrowse.Name = "btnSFTPKeyLocationBrowse";
this.btnSFTPKeyLocationBrowse.UseVisualStyleBackColor = true;
this.btnSFTPKeyLocationBrowse.Click += new System.EventHandler(this.btnSFTPKeyLocationBrowse_Click);
2018-10-02 12:11:53 +13:00
//
// lblSFTPKeyPassphrase
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSFTPKeyPassphrase, "lblSFTPKeyPassphrase");
this.lblSFTPKeyPassphrase.Name = "lblSFTPKeyPassphrase";
2018-10-02 12:11:53 +13:00
//
// txtSFTPKeyLocation
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSFTPKeyLocation, "txtSFTPKeyLocation");
this.txtSFTPKeyLocation.Name = "txtSFTPKeyLocation";
this.txtSFTPKeyLocation.TextChanged += new System.EventHandler(this.txtSFTPKeyLocation_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblSFTPKeyLocation
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSFTPKeyLocation, "lblSFTPKeyLocation");
this.lblSFTPKeyLocation.Name = "lblSFTPKeyLocation";
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// cbFTPAppendRemoteDirectory
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.cbFTPAppendRemoteDirectory, "cbFTPAppendRemoteDirectory");
this.cbFTPAppendRemoteDirectory.Name = "cbFTPAppendRemoteDirectory";
this.cbFTPAppendRemoteDirectory.UseVisualStyleBackColor = true;
2017-04-21 04:38:20 +12:00
this.cbFTPAppendRemoteDirectory.CheckedChanged += new System.EventHandler(this.cbFTPAppendRemoteDirectory_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// btnFTPTest
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.btnFTPTest, "btnFTPTest");
this.btnFTPTest.Name = "btnFTPTest";
this.btnFTPTest.UseVisualStyleBackColor = true;
this.btnFTPTest.Click += new System.EventHandler(this.btnFTPTest_Click);
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// lblFTPProtocol
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.lblFTPProtocol, "lblFTPProtocol");
this.lblFTPProtocol.Name = "lblFTPProtocol";
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// lblFTPName
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.lblFTPName, "lblFTPName");
this.lblFTPName.Name = "lblFTPName";
2018-10-02 12:11:53 +13:00
//
// cbFTPRemoveFileExtension
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbFTPRemoveFileExtension, "cbFTPRemoveFileExtension");
this.cbFTPRemoveFileExtension.Name = "cbFTPRemoveFileExtension";
this.cbFTPRemoveFileExtension.UseVisualStyleBackColor = true;
2017-04-21 04:38:20 +12:00
this.cbFTPRemoveFileExtension.CheckedChanged += new System.EventHandler(this.cbFTPRemoveFileExtension_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// txtFTPName
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.txtFTPName, "txtFTPName");
this.txtFTPName.Name = "txtFTPName";
2017-04-21 04:38:20 +12:00
this.txtFTPName.TextChanged += new System.EventHandler(this.txtFTPName_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// lblFTPHost
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.lblFTPHost, "lblFTPHost");
this.lblFTPHost.Name = "lblFTPHost";
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
// eiFTP
//
this.eiFTP.DefaultFileName = null;
resources.ApplyResources(this.eiFTP, "eiFTP");
this.eiFTP.Name = "eiFTP";
this.eiFTP.ObjectType = null;
this.eiFTP.SerializationBinder = null;
this.eiFTP.ExportRequested += new ShareX.HelpersLib.ExportImportControl.ExportEventHandler(this.eiFTP_ExportRequested);
this.eiFTP.ImportRequested += new ShareX.HelpersLib.ExportImportControl.ImportEventHandler(this.eiFTP_ImportRequested);
//
// pFTPTransferMode
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.pFTPTransferMode, "pFTPTransferMode");
this.pFTPTransferMode.Controls.Add(this.rbFTPTransferModeActive);
this.pFTPTransferMode.Controls.Add(this.rbFTPTransferModePassive);
this.pFTPTransferMode.Name = "pFTPTransferMode";
2018-10-02 12:11:53 +13:00
//
// rbFTPTransferModeActive
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.rbFTPTransferModeActive, "rbFTPTransferModeActive");
this.rbFTPTransferModeActive.Name = "rbFTPTransferModeActive";
this.rbFTPTransferModeActive.UseVisualStyleBackColor = true;
2017-04-21 04:38:20 +12:00
this.rbFTPTransferModeActive.CheckedChanged += new System.EventHandler(this.rbFTPTransferModeActive_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// rbFTPTransferModePassive
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.rbFTPTransferModePassive, "rbFTPTransferModePassive");
this.rbFTPTransferModePassive.Checked = true;
this.rbFTPTransferModePassive.Name = "rbFTPTransferModePassive";
this.rbFTPTransferModePassive.TabStop = true;
this.rbFTPTransferModePassive.UseVisualStyleBackColor = true;
2017-04-21 04:38:20 +12:00
this.rbFTPTransferModePassive.CheckedChanged += new System.EventHandler(this.rbFTPTransferModePassive_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// txtFTPHost
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.txtFTPHost, "txtFTPHost");
this.txtFTPHost.Name = "txtFTPHost";
2017-04-21 04:38:20 +12:00
this.txtFTPHost.TextChanged += new System.EventHandler(this.txtFTPHost_TextChanged);
2018-10-02 12:11:53 +13:00
//
// pFTPProtocol
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.pFTPProtocol, "pFTPProtocol");
this.pFTPProtocol.Controls.Add(this.rbFTPProtocolFTP);
this.pFTPProtocol.Controls.Add(this.rbFTPProtocolFTPS);
this.pFTPProtocol.Controls.Add(this.rbFTPProtocolSFTP);
this.pFTPProtocol.Name = "pFTPProtocol";
2018-10-02 12:11:53 +13:00
//
// rbFTPProtocolFTP
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.rbFTPProtocolFTP, "rbFTPProtocolFTP");
this.rbFTPProtocolFTP.Checked = true;
this.rbFTPProtocolFTP.Name = "rbFTPProtocolFTP";
this.rbFTPProtocolFTP.TabStop = true;
this.rbFTPProtocolFTP.UseVisualStyleBackColor = true;
2017-04-21 04:38:20 +12:00
this.rbFTPProtocolFTP.CheckedChanged += new System.EventHandler(this.rbFTPProtocolFTP_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// rbFTPProtocolFTPS
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.rbFTPProtocolFTPS, "rbFTPProtocolFTPS");
this.rbFTPProtocolFTPS.Name = "rbFTPProtocolFTPS";
this.rbFTPProtocolFTPS.UseVisualStyleBackColor = true;
2017-04-21 04:38:20 +12:00
this.rbFTPProtocolFTPS.CheckedChanged += new System.EventHandler(this.rbFTPProtocolFTPS_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// rbFTPProtocolSFTP
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.rbFTPProtocolSFTP, "rbFTPProtocolSFTP");
this.rbFTPProtocolSFTP.Name = "rbFTPProtocolSFTP";
this.rbFTPProtocolSFTP.UseVisualStyleBackColor = true;
2017-04-21 04:38:20 +12:00
this.rbFTPProtocolSFTP.CheckedChanged += new System.EventHandler(this.rbFTPProtocolSFTP_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// lblFTPPort
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.lblFTPPort, "lblFTPPort");
this.lblFTPPort.Name = "lblFTPPort";
2018-10-02 12:11:53 +13:00
//
// lblFTPTransferMode
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblFTPTransferMode, "lblFTPTransferMode");
this.lblFTPTransferMode.Name = "lblFTPTransferMode";
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// nudFTPPort
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.nudFTPPort, "nudFTPPort");
this.nudFTPPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.nudFTPPort.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudFTPPort.Name = "nudFTPPort";
this.nudFTPPort.Value = new decimal(new int[] {
21,
0,
0,
0});
2017-04-21 04:38:20 +12:00
this.nudFTPPort.ValueChanged += new System.EventHandler(this.nudFTPPort_ValueChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 04:38:20 +12:00
// lblFTPURLPreviewValue
2018-10-02 12:11:53 +13:00
//
2017-04-21 04:38:20 +12:00
resources.ApplyResources(this.lblFTPURLPreviewValue, "lblFTPURLPreviewValue");
this.lblFTPURLPreviewValue.Name = "lblFTPURLPreviewValue";
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// lblFTPUsername
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.lblFTPUsername, "lblFTPUsername");
this.lblFTPUsername.Name = "lblFTPUsername";
2018-10-02 12:11:53 +13:00
//
// lblFTPURLPreview
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblFTPURLPreview, "lblFTPURLPreview");
this.lblFTPURLPreview.Name = "lblFTPURLPreview";
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// txtFTPUsername
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.txtFTPUsername, "txtFTPUsername");
this.txtFTPUsername.Name = "txtFTPUsername";
2017-04-21 04:38:20 +12:00
this.txtFTPUsername.TextChanged += new System.EventHandler(this.txtFTPUsername_TextChanged);
2018-10-02 12:11:53 +13:00
//
// cbFTPURLPathProtocol
2018-10-02 12:11:53 +13:00
//
this.cbFTPURLPathProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFTPURLPathProtocol.FormattingEnabled = true;
resources.ApplyResources(this.cbFTPURLPathProtocol, "cbFTPURLPathProtocol");
this.cbFTPURLPathProtocol.Name = "cbFTPURLPathProtocol";
2017-04-21 04:38:20 +12:00
this.cbFTPURLPathProtocol.SelectedIndexChanged += new System.EventHandler(this.cbFTPURLPathProtocol_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// lblFTPPassword
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.lblFTPPassword, "lblFTPPassword");
this.lblFTPPassword.Name = "lblFTPPassword";
2018-10-02 12:11:53 +13:00
//
// txtFTPURLPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtFTPURLPath, "txtFTPURLPath");
this.txtFTPURLPath.Name = "txtFTPURLPath";
2017-04-21 04:38:20 +12:00
this.txtFTPURLPath.TextChanged += new System.EventHandler(this.txtFTPURLPath_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// txtFTPPassword
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.txtFTPPassword, "txtFTPPassword");
this.txtFTPPassword.Name = "txtFTPPassword";
this.txtFTPPassword.UseSystemPasswordChar = true;
2017-04-21 04:38:20 +12:00
this.txtFTPPassword.TextChanged += new System.EventHandler(this.txtFTPPassword_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblFTPURLPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblFTPURLPath, "lblFTPURLPath");
this.lblFTPURLPath.Name = "lblFTPURLPath";
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// lblFTPRemoteDirectory
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.lblFTPRemoteDirectory, "lblFTPRemoteDirectory");
this.lblFTPRemoteDirectory.Name = "lblFTPRemoteDirectory";
2018-10-02 12:11:53 +13:00
//
// txtFTPRemoteDirectory
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtFTPRemoteDirectory, "txtFTPRemoteDirectory");
this.txtFTPRemoteDirectory.Name = "txtFTPRemoteDirectory";
2017-04-21 04:38:20 +12:00
this.txtFTPRemoteDirectory.TextChanged += new System.EventHandler(this.txtFTPRemoteDirectory_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
// gbFTPS
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
this.gbFTPS.Controls.Add(this.btnFTPSCertificateLocationBrowse);
this.gbFTPS.Controls.Add(this.txtFTPSCertificateLocation);
this.gbFTPS.Controls.Add(this.lblFTPSCertificateLocation);
this.gbFTPS.Controls.Add(this.cbFTPSEncryption);
this.gbFTPS.Controls.Add(this.lblFTPSEncryption);
resources.ApplyResources(this.gbFTPS, "gbFTPS");
this.gbFTPS.Name = "gbFTPS";
this.gbFTPS.TabStop = false;
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
// btnFTPSCertificateLocationBrowse
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
resources.ApplyResources(this.btnFTPSCertificateLocationBrowse, "btnFTPSCertificateLocationBrowse");
this.btnFTPSCertificateLocationBrowse.Name = "btnFTPSCertificateLocationBrowse";
this.btnFTPSCertificateLocationBrowse.UseVisualStyleBackColor = true;
this.btnFTPSCertificateLocationBrowse.Click += new System.EventHandler(this.btnFTPSCertificateLocationBrowse_Click);
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
// txtFTPSCertificateLocation
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
resources.ApplyResources(this.txtFTPSCertificateLocation, "txtFTPSCertificateLocation");
this.txtFTPSCertificateLocation.Name = "txtFTPSCertificateLocation";
this.txtFTPSCertificateLocation.TextChanged += new System.EventHandler(this.txtFTPSCertificateLocation_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
// lblFTPSCertificateLocation
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
resources.ApplyResources(this.lblFTPSCertificateLocation, "lblFTPSCertificateLocation");
this.lblFTPSCertificateLocation.Name = "lblFTPSCertificateLocation";
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
// cbFTPSEncryption
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
this.cbFTPSEncryption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFTPSEncryption.FormattingEnabled = true;
resources.ApplyResources(this.cbFTPSEncryption, "cbFTPSEncryption");
this.cbFTPSEncryption.Name = "cbFTPSEncryption";
this.cbFTPSEncryption.SelectedIndexChanged += new System.EventHandler(this.cbFTPSEncryption_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
// lblFTPSEncryption
2018-10-02 12:11:53 +13:00
//
2017-04-24 06:09:58 +12:00
resources.ApplyResources(this.lblFTPSEncryption, "lblFTPSEncryption");
this.lblFTPSEncryption.Name = "lblFTPSEncryption";
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
// btnFTPDuplicate
2018-10-02 12:11:53 +13:00
//
2017-04-21 01:56:16 +12:00
resources.ApplyResources(this.btnFTPDuplicate, "btnFTPDuplicate");
this.btnFTPDuplicate.Name = "btnFTPDuplicate";
this.btnFTPDuplicate.UseVisualStyleBackColor = true;
this.btnFTPDuplicate.Click += new System.EventHandler(this.btnFTPDuplicate_Click);
2018-10-02 12:11:53 +13:00
//
// btnFTPRemove
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnFTPRemove, "btnFTPRemove");
this.btnFTPRemove.Name = "btnFTPRemove";
this.btnFTPRemove.UseVisualStyleBackColor = true;
2017-04-21 01:56:16 +12:00
this.btnFTPRemove.Click += new System.EventHandler(this.btnFTPRemove_Click);
2018-10-02 12:11:53 +13:00
//
// btnFTPAdd
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnFTPAdd, "btnFTPAdd");
this.btnFTPAdd.Name = "btnFTPAdd";
this.btnFTPAdd.UseVisualStyleBackColor = true;
2017-04-21 01:56:16 +12:00
this.btnFTPAdd.Click += new System.EventHandler(this.btnFTPAdd_Click);
2018-10-02 12:11:53 +13:00
//
// cbFTPAccounts
2018-10-02 12:11:53 +13:00
//
this.cbFTPAccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFTPAccounts.FormattingEnabled = true;
resources.ApplyResources(this.cbFTPAccounts, "cbFTPAccounts");
this.cbFTPAccounts.Name = "cbFTPAccounts";
2017-04-21 01:56:16 +12:00
this.cbFTPAccounts.SelectedIndexChanged += new System.EventHandler(this.cbFTPAccounts_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
// lblFTPAccounts
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblFTPAccounts, "lblFTPAccounts");
this.lblFTPAccounts.Name = "lblFTPAccounts";
2018-10-02 12:11:53 +13:00
//
// lblFTPFile
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblFTPFile, "lblFTPFile");
this.lblFTPFile.Name = "lblFTPFile";
2018-10-02 12:11:53 +13:00
//
// lblFTPText
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblFTPText, "lblFTPText");
this.lblFTPText.Name = "lblFTPText";
2018-10-02 12:11:53 +13:00
//
// lblFTPImage
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblFTPImage, "lblFTPImage");
this.lblFTPImage.Name = "lblFTPImage";
2018-10-02 12:11:53 +13:00
//
// cbFTPImage
2018-10-02 12:11:53 +13:00
//
this.cbFTPImage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFTPImage.FormattingEnabled = true;
resources.ApplyResources(this.cbFTPImage, "cbFTPImage");
this.cbFTPImage.Name = "cbFTPImage";
2017-04-21 01:56:16 +12:00
this.cbFTPImage.SelectedIndexChanged += new System.EventHandler(this.cbFTPImage_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
// cbFTPFile
2018-10-02 12:11:53 +13:00
//
this.cbFTPFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFTPFile.FormattingEnabled = true;
resources.ApplyResources(this.cbFTPFile, "cbFTPFile");
this.cbFTPFile.Name = "cbFTPFile";
2017-04-21 01:56:16 +12:00
this.cbFTPFile.SelectedIndexChanged += new System.EventHandler(this.cbFTPFile_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
// cbFTPText
2018-10-02 12:11:53 +13:00
//
this.cbFTPText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFTPText.FormattingEnabled = true;
resources.ApplyResources(this.cbFTPText, "cbFTPText");
this.cbFTPText.Name = "cbFTPText";
2017-04-21 01:56:16 +12:00
this.cbFTPText.SelectedIndexChanged += new System.EventHandler(this.cbFTPText_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// tpDropbox
2018-10-02 12:11:53 +13:00
//
this.tpDropbox.BackColor = System.Drawing.SystemColors.Window;
this.tpDropbox.Controls.Add(this.cbDropboxUseDirectLink);
2013-11-03 23:53:49 +13:00
this.tpDropbox.Controls.Add(this.cbDropboxAutoCreateShareableLink);
this.tpDropbox.Controls.Add(this.lblDropboxPath);
this.tpDropbox.Controls.Add(this.txtDropboxPath);
this.tpDropbox.Controls.Add(this.oauth2Dropbox);
resources.ApplyResources(this.tpDropbox, "tpDropbox");
2013-11-03 23:53:49 +13:00
this.tpDropbox.Name = "tpDropbox";
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
// cbDropboxUseDirectLink
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
resources.ApplyResources(this.cbDropboxUseDirectLink, "cbDropboxUseDirectLink");
this.cbDropboxUseDirectLink.Name = "cbDropboxUseDirectLink";
this.cbDropboxUseDirectLink.UseVisualStyleBackColor = true;
this.cbDropboxUseDirectLink.CheckedChanged += new System.EventHandler(this.cbDropboxUseDirectLink_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// cbDropboxAutoCreateShareableLink
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// lblDropboxPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblDropboxPath, "lblDropboxPath");
2013-11-03 23:53:49 +13:00
this.lblDropboxPath.Name = "lblDropboxPath";
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// txtDropboxPath
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
// oauth2Dropbox
//
this.oauth2Dropbox.IsRefreshable = false;
resources.ApplyResources(this.oauth2Dropbox, "oauth2Dropbox");
this.oauth2Dropbox.Name = "oauth2Dropbox";
this.oauth2Dropbox.UserInfo = null;
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-12-27 02:58:38 +13:00
// tpOneDrive
2018-10-02 12:11:53 +13:00
//
this.tpOneDrive.BackColor = System.Drawing.SystemColors.Window;
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);
2023-10-13 00:33:23 +13:00
this.tpOneDrive.Controls.Add(this.cbOneDriveUseDirectLink);
2014-12-27 02:58:38 +13:00
this.tpOneDrive.Controls.Add(this.oAuth2OneDrive);
resources.ApplyResources(this.tpOneDrive, "tpOneDrive");
this.tpOneDrive.Name = "tpOneDrive";
2018-10-02 12:11:53 +13:00
//
// tvOneDrive
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-12-27 02:58:38 +13:00
// lblOneDriveFolderID
2018-10-02 12:11:53 +13:00
//
2014-12-27 02:58:38 +13:00
resources.ApplyResources(this.lblOneDriveFolderID, "lblOneDriveFolderID");
this.lblOneDriveFolderID.Name = "lblOneDriveFolderID";
2018-10-02 12:11:53 +13:00
//
2014-12-27 02:58:38 +13:00
// cbOneDriveCreateShareableLink
2018-10-02 12:11:53 +13:00
//
2014-12-27 02:58:38 +13:00
resources.ApplyResources(this.cbOneDriveCreateShareableLink, "cbOneDriveCreateShareableLink");
this.cbOneDriveCreateShareableLink.Name = "cbOneDriveCreateShareableLink";
this.cbOneDriveCreateShareableLink.UseVisualStyleBackColor = true;
this.cbOneDriveCreateShareableLink.CheckedChanged += new System.EventHandler(this.cbOneDriveCreateShareableLink_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2023-10-13 00:33:23 +13:00
// cbOneDriveUseDirectLink
//
resources.ApplyResources(this.cbOneDriveUseDirectLink, "cbOneDriveUseDirectLink");
this.cbOneDriveUseDirectLink.Name = "cbOneDriveUseDirectLink";
this.cbOneDriveUseDirectLink.UseVisualStyleBackColor = true;
this.cbOneDriveUseDirectLink.CheckedChanged += new System.EventHandler(this.cbOneDriveUseDirectLink_CheckedChanged);
//
// oAuth2OneDrive
//
resources.ApplyResources(this.oAuth2OneDrive, "oAuth2OneDrive");
this.oAuth2OneDrive.Name = "oAuth2OneDrive";
this.oAuth2OneDrive.UserInfo = null;
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
2018-10-02 12:11:53 +13:00
//
this.tpGoogleDrive.BackColor = System.Drawing.SystemColors.Window;
this.tpGoogleDrive.Controls.Add(this.oauth2GoogleDrive);
this.tpGoogleDrive.Controls.Add(this.cbGoogleDriveSharedDrive);
this.tpGoogleDrive.Controls.Add(this.cbGoogleDriveDirectLink);
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);
resources.ApplyResources(this.tpGoogleDrive, "tpGoogleDrive");
2014-08-09 14:05:56 +12:00
this.tpGoogleDrive.Name = "tpGoogleDrive";
2018-10-02 12:11:53 +13:00
//
// oauth2GoogleDrive
//
resources.ApplyResources(this.oauth2GoogleDrive, "oauth2GoogleDrive");
this.oauth2GoogleDrive.Name = "oauth2GoogleDrive";
this.oauth2GoogleDrive.ConnectButtonClicked += new System.Action(this.oauth2GoogleDrive_ConnectButtonClicked);
this.oauth2GoogleDrive.DisconnectButtonClicked += new System.Action(this.oauth2GoogleDrive_DisconnectButtonClicked);
//
// cbGoogleDriveSharedDrive
//
this.cbGoogleDriveSharedDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGoogleDriveSharedDrive.FormattingEnabled = true;
resources.ApplyResources(this.cbGoogleDriveSharedDrive, "cbGoogleDriveSharedDrive");
this.cbGoogleDriveSharedDrive.Name = "cbGoogleDriveSharedDrive";
this.cbGoogleDriveSharedDrive.SelectedIndexChanged += new System.EventHandler(this.cbGoogleDriveSharedDrive_SelectedIndexChanged);
//
// cbGoogleDriveDirectLink
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbGoogleDriveDirectLink, "cbGoogleDriveDirectLink");
this.cbGoogleDriveDirectLink.Name = "cbGoogleDriveDirectLink";
this.cbGoogleDriveDirectLink.UseVisualStyleBackColor = true;
this.cbGoogleDriveDirectLink.CheckedChanged += new System.EventHandler(this.cbGoogleDriveDirectLink_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// cbGoogleDriveUseFolder
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// txtGoogleDriveFolderID
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// lblGoogleDriveFolderID
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblGoogleDriveFolderID, "lblGoogleDriveFolderID");
2014-08-09 14:05:56 +12:00
this.lblGoogleDriveFolderID.Name = "lblGoogleDriveFolderID";
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
// lvGoogleDriveFoldersList
//
this.lvGoogleDriveFoldersList.AutoFillColumn = true;
this.lvGoogleDriveFoldersList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chGoogleDriveTitle,
this.chGoogleDriveDescription});
this.lvGoogleDriveFoldersList.FullRowSelect = true;
this.lvGoogleDriveFoldersList.HideSelection = false;
resources.ApplyResources(this.lvGoogleDriveFoldersList, "lvGoogleDriveFoldersList");
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");
//
// chGoogleDriveDescription
//
resources.ApplyResources(this.chGoogleDriveDescription, "chGoogleDriveDescription");
//
2018-03-26 00:31:01 +13:00
// btnGoogleDriveRefreshFolders
2018-10-02 12:11:53 +13:00
//
2018-03-26 00:31:01 +13:00
resources.ApplyResources(this.btnGoogleDriveRefreshFolders, "btnGoogleDriveRefreshFolders");
this.btnGoogleDriveRefreshFolders.Name = "btnGoogleDriveRefreshFolders";
this.btnGoogleDriveRefreshFolders.UseVisualStyleBackColor = true;
this.btnGoogleDriveRefreshFolders.Click += new System.EventHandler(this.btnGoogleDriveRefreshFolders_Click);
2018-10-02 12:11:53 +13:00
//
2018-03-26 00:31:01 +13:00
// cbGoogleDriveIsPublic
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// tpPuush
2018-10-02 12:11:53 +13:00
//
this.tpPuush.BackColor = System.Drawing.SystemColors.Window;
2016-06-12 08:19:29 +12:00
this.tpPuush.Controls.Add(this.lblPuushAPIKey);
this.tpPuush.Controls.Add(this.txtPuushAPIKey);
this.tpPuush.Controls.Add(this.llPuushForgottenPassword);
this.tpPuush.Controls.Add(this.btnPuushLogin);
this.tpPuush.Controls.Add(this.txtPuushPassword);
this.tpPuush.Controls.Add(this.txtPuushEmail);
this.tpPuush.Controls.Add(this.lblPuushEmail);
this.tpPuush.Controls.Add(this.lblPuushPassword);
resources.ApplyResources(this.tpPuush, "tpPuush");
this.tpPuush.Name = "tpPuush";
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// lblPuushAPIKey
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
resources.ApplyResources(this.lblPuushAPIKey, "lblPuushAPIKey");
this.lblPuushAPIKey.Name = "lblPuushAPIKey";
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// txtPuushAPIKey
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
resources.ApplyResources(this.txtPuushAPIKey, "txtPuushAPIKey");
this.txtPuushAPIKey.Name = "txtPuushAPIKey";
this.txtPuushAPIKey.UseSystemPasswordChar = true;
this.txtPuushAPIKey.TextChanged += new System.EventHandler(this.txtPuushAPIKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// llPuushForgottenPassword
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
resources.ApplyResources(this.llPuushForgottenPassword, "llPuushForgottenPassword");
this.llPuushForgottenPassword.Name = "llPuushForgottenPassword";
this.llPuushForgottenPassword.TabStop = true;
this.llPuushForgottenPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llPuushForgottenPassword_LinkClicked);
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// btnPuushLogin
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
resources.ApplyResources(this.btnPuushLogin, "btnPuushLogin");
this.btnPuushLogin.Name = "btnPuushLogin";
this.btnPuushLogin.UseVisualStyleBackColor = true;
this.btnPuushLogin.Click += new System.EventHandler(this.btnPuushLogin_Click);
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// txtPuushPassword
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
resources.ApplyResources(this.txtPuushPassword, "txtPuushPassword");
this.txtPuushPassword.Name = "txtPuushPassword";
this.txtPuushPassword.UseSystemPasswordChar = true;
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// txtPuushEmail
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
resources.ApplyResources(this.txtPuushEmail, "txtPuushEmail");
this.txtPuushEmail.Name = "txtPuushEmail";
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// lblPuushEmail
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
resources.ApplyResources(this.lblPuushEmail, "lblPuushEmail");
this.lblPuushEmail.Name = "lblPuushEmail";
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
// lblPuushPassword
2018-10-02 12:11:53 +13:00
//
2016-06-12 08:19:29 +12:00
resources.ApplyResources(this.lblPuushPassword, "lblPuushPassword");
this.lblPuushPassword.Name = "lblPuushPassword";
2018-10-02 12:11:53 +13:00
//
// tpBox
2018-10-02 12:11:53 +13:00
//
this.tpBox.BackColor = System.Drawing.SystemColors.Window;
this.tpBox.Controls.Add(this.lblBoxFolderTip);
this.tpBox.Controls.Add(this.cbBoxShare);
this.tpBox.Controls.Add(this.cbBoxShareAccessLevel);
this.tpBox.Controls.Add(this.lblBoxShareAccessLevel);
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";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// lblBoxFolderTip
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblBoxFolderTip, "lblBoxFolderTip");
2014-08-09 14:05:56 +12:00
this.lblBoxFolderTip.Name = "lblBoxFolderTip";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// cbBoxShare
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
// cbBoxShareAccessLevel
//
this.cbBoxShareAccessLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBoxShareAccessLevel.FormattingEnabled = true;
resources.ApplyResources(this.cbBoxShareAccessLevel, "cbBoxShareAccessLevel");
this.cbBoxShareAccessLevel.Name = "cbBoxShareAccessLevel";
this.cbBoxShareAccessLevel.SelectedIndexChanged += new System.EventHandler(this.cbBoxShareAccessLevel_SelectedIndexChanged);
//
// lblBoxShareAccessLevel
2020-06-01 22:36:55 +12:00
//
resources.ApplyResources(this.lblBoxShareAccessLevel, "lblBoxShareAccessLevel");
this.lblBoxShareAccessLevel.Name = "lblBoxShareAccessLevel";
//
2021-08-30 22:01:36 +12:00
// lvBoxFolders
//
this.lvBoxFolders.AutoFillColumn = true;
this.lvBoxFolders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chBoxFoldersName});
this.lvBoxFolders.FullRowSelect = true;
this.lvBoxFolders.HideSelection = false;
resources.ApplyResources(this.lvBoxFolders, "lvBoxFolders");
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");
//
// lblBoxFolderID
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblBoxFolderID, "lblBoxFolderID");
2014-08-09 14:05:56 +12:00
this.lblBoxFolderID.Name = "lblBoxFolderID";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// btnBoxRefreshFolders
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
// oauth2Box
//
resources.ApplyResources(this.oauth2Box, "oauth2Box");
this.oauth2Box.Name = "oauth2Box";
this.oauth2Box.UserInfo = null;
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-03-30 23:28:34 +13:00
// tpAmazonS3
2018-10-02 12:11:53 +13:00
//
this.tpAmazonS3.BackColor = System.Drawing.SystemColors.Window;
this.tpAmazonS3.Controls.Add(this.gbAmazonS3Advanced);
2017-03-21 00:26:44 +13:00
this.tpAmazonS3.Controls.Add(this.lblAmazonS3Endpoint);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3Endpoint);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3Region);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3Region);
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);
2017-03-21 00:26:44 +13:00
this.tpAmazonS3.Controls.Add(this.cbAmazonS3Endpoints);
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.Controls.Add(this.lblAmazonS3BucketName);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3BucketName);
2017-03-21 00:26:44 +13:00
this.tpAmazonS3.Controls.Add(this.lblAmazonS3Endpoints);
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.Controls.Add(this.txtAmazonS3ObjectPrefix);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3ObjectPrefix);
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";
2018-10-02 12:11:53 +13:00
//
// gbAmazonS3Advanced
2018-10-02 12:11:53 +13:00
//
2018-12-05 05:10:01 +13:00
this.gbAmazonS3Advanced.Controls.Add(this.cbAmazonS3SignedPayload);
this.gbAmazonS3Advanced.Controls.Add(this.lblAmazonS3StripExtension);
this.gbAmazonS3Advanced.Controls.Add(this.cbAmazonS3StripExtensionText);
this.gbAmazonS3Advanced.Controls.Add(this.cbAmazonS3StorageClass);
this.gbAmazonS3Advanced.Controls.Add(this.cbAmazonS3StripExtensionVideo);
this.gbAmazonS3Advanced.Controls.Add(this.cbAmazonS3PublicACL);
this.gbAmazonS3Advanced.Controls.Add(this.cbAmazonS3StripExtensionImage);
this.gbAmazonS3Advanced.Controls.Add(this.cbAmazonS3UsePathStyle);
this.gbAmazonS3Advanced.Controls.Add(this.btnAmazonS3StorageClassHelp);
this.gbAmazonS3Advanced.Controls.Add(this.lblAmazonS3StorageClass);
resources.ApplyResources(this.gbAmazonS3Advanced, "gbAmazonS3Advanced");
this.gbAmazonS3Advanced.Name = "gbAmazonS3Advanced";
this.gbAmazonS3Advanced.TabStop = false;
2018-10-02 12:11:53 +13:00
//
// cbAmazonS3SignedPayload
//
resources.ApplyResources(this.cbAmazonS3SignedPayload, "cbAmazonS3SignedPayload");
this.cbAmazonS3SignedPayload.Name = "cbAmazonS3SignedPayload";
this.cbAmazonS3SignedPayload.UseVisualStyleBackColor = true;
this.cbAmazonS3SignedPayload.CheckedChanged += new System.EventHandler(this.cbAmazonS3SignedPayload_CheckedChanged);
//
// lblAmazonS3StripExtension
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAmazonS3StripExtension, "lblAmazonS3StripExtension");
this.lblAmazonS3StripExtension.Name = "lblAmazonS3StripExtension";
2018-10-02 12:11:53 +13:00
//
// cbAmazonS3StripExtensionText
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbAmazonS3StripExtensionText, "cbAmazonS3StripExtensionText");
this.cbAmazonS3StripExtensionText.Name = "cbAmazonS3StripExtensionText";
this.cbAmazonS3StripExtensionText.UseVisualStyleBackColor = true;
this.cbAmazonS3StripExtensionText.CheckedChanged += new System.EventHandler(this.cbAmazonS3StripExtensionText_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// cbAmazonS3StorageClass
2018-10-02 12:11:53 +13:00
//
this.cbAmazonS3StorageClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbAmazonS3StorageClass.FormattingEnabled = true;
resources.ApplyResources(this.cbAmazonS3StorageClass, "cbAmazonS3StorageClass");
this.cbAmazonS3StorageClass.Name = "cbAmazonS3StorageClass";
this.cbAmazonS3StorageClass.SelectedIndexChanged += new System.EventHandler(this.cbAmazonS3StorageClass_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
// cbAmazonS3StripExtensionVideo
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbAmazonS3StripExtensionVideo, "cbAmazonS3StripExtensionVideo");
this.cbAmazonS3StripExtensionVideo.Name = "cbAmazonS3StripExtensionVideo";
this.cbAmazonS3StripExtensionVideo.UseVisualStyleBackColor = true;
this.cbAmazonS3StripExtensionVideo.CheckedChanged += new System.EventHandler(this.cbAmazonS3StripExtensionVideo_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// cbAmazonS3PublicACL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbAmazonS3PublicACL, "cbAmazonS3PublicACL");
this.cbAmazonS3PublicACL.Name = "cbAmazonS3PublicACL";
this.cbAmazonS3PublicACL.UseVisualStyleBackColor = true;
this.cbAmazonS3PublicACL.CheckedChanged += new System.EventHandler(this.cbAmazonS3PublicACL_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// cbAmazonS3StripExtensionImage
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbAmazonS3StripExtensionImage, "cbAmazonS3StripExtensionImage");
this.cbAmazonS3StripExtensionImage.Name = "cbAmazonS3StripExtensionImage";
this.cbAmazonS3StripExtensionImage.UseVisualStyleBackColor = true;
this.cbAmazonS3StripExtensionImage.CheckedChanged += new System.EventHandler(this.cbAmazonS3StripExtensionImage_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// cbAmazonS3UsePathStyle
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbAmazonS3UsePathStyle, "cbAmazonS3UsePathStyle");
this.cbAmazonS3UsePathStyle.Name = "cbAmazonS3UsePathStyle";
this.cbAmazonS3UsePathStyle.UseVisualStyleBackColor = true;
this.cbAmazonS3UsePathStyle.CheckedChanged += new System.EventHandler(this.cbAmazonS3UsePathStyle_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2017-10-03 06:15:54 +13:00
// btnAmazonS3StorageClassHelp
2018-10-02 12:11:53 +13:00
//
2017-10-03 06:15:54 +13:00
resources.ApplyResources(this.btnAmazonS3StorageClassHelp, "btnAmazonS3StorageClassHelp");
this.btnAmazonS3StorageClassHelp.Name = "btnAmazonS3StorageClassHelp";
this.btnAmazonS3StorageClassHelp.UseVisualStyleBackColor = true;
this.btnAmazonS3StorageClassHelp.Click += new System.EventHandler(this.btnAmazonS3StorageClassHelp_Click);
2018-10-02 12:11:53 +13:00
//
2017-10-03 06:15:54 +13:00
// lblAmazonS3StorageClass
2018-10-02 12:11:53 +13:00
//
2017-10-03 06:15:54 +13:00
resources.ApplyResources(this.lblAmazonS3StorageClass, "lblAmazonS3StorageClass");
this.lblAmazonS3StorageClass.Name = "lblAmazonS3StorageClass";
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
// lblAmazonS3Endpoint
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
resources.ApplyResources(this.lblAmazonS3Endpoint, "lblAmazonS3Endpoint");
this.lblAmazonS3Endpoint.Name = "lblAmazonS3Endpoint";
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
// txtAmazonS3Endpoint
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
resources.ApplyResources(this.txtAmazonS3Endpoint, "txtAmazonS3Endpoint");
this.txtAmazonS3Endpoint.Name = "txtAmazonS3Endpoint";
this.txtAmazonS3Endpoint.TextChanged += new System.EventHandler(this.txtAmazonS3Endpoint_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
// lblAmazonS3Region
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
resources.ApplyResources(this.lblAmazonS3Region, "lblAmazonS3Region");
this.lblAmazonS3Region.Name = "lblAmazonS3Region";
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
// txtAmazonS3Region
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
resources.ApplyResources(this.txtAmazonS3Region, "txtAmazonS3Region");
this.txtAmazonS3Region.Name = "txtAmazonS3Region";
this.txtAmazonS3Region.TextChanged += new System.EventHandler(this.txtAmazonS3Region_TextChanged);
2018-10-02 12:11:53 +13:00
//
// txtAmazonS3CustomDomain
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtAmazonS3CustomDomain, "txtAmazonS3CustomDomain");
this.txtAmazonS3CustomDomain.Name = "txtAmazonS3CustomDomain";
this.txtAmazonS3CustomDomain.TextChanged += new System.EventHandler(this.txtAmazonS3CustomDomain_TextChanged);
2018-10-02 12:11:53 +13:00
//
2014-05-16 01:08:39 +12:00
// lblAmazonS3PathPreviewLabel
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAmazonS3PathPreviewLabel, "lblAmazonS3PathPreviewLabel");
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreviewLabel.Name = "lblAmazonS3PathPreviewLabel";
2018-10-02 12:11:53 +13:00
//
2014-05-16 01:08:39 +12:00
// lblAmazonS3PathPreview
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAmazonS3PathPreview, "lblAmazonS3PathPreview");
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreview.Name = "lblAmazonS3PathPreview";
2018-10-02 12:11:53 +13:00
//
2014-04-17 04:18:25 +12:00
// btnAmazonS3BucketNameOpen
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-04-16 07:30:46 +12:00
// btnAmazonS3AccessKeyOpen
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
// cbAmazonS3Endpoints
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
this.cbAmazonS3Endpoints.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbAmazonS3Endpoints.FormattingEnabled = true;
resources.ApplyResources(this.cbAmazonS3Endpoints, "cbAmazonS3Endpoints");
this.cbAmazonS3Endpoints.Name = "cbAmazonS3Endpoints";
this.cbAmazonS3Endpoints.SelectedIndexChanged += new System.EventHandler(this.cbAmazonS3Endpoints_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// lblAmazonS3BucketName
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAmazonS3BucketName, "lblAmazonS3BucketName");
2014-03-30 23:28:34 +13:00
this.lblAmazonS3BucketName.Name = "lblAmazonS3BucketName";
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// txtAmazonS3BucketName
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
// lblAmazonS3Endpoints
2018-10-02 12:11:53 +13:00
//
2017-03-21 00:26:44 +13:00
resources.ApplyResources(this.lblAmazonS3Endpoints, "lblAmazonS3Endpoints");
this.lblAmazonS3Endpoints.Name = "lblAmazonS3Endpoints";
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// txtAmazonS3ObjectPrefix
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// lblAmazonS3ObjectPrefix
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAmazonS3ObjectPrefix, "lblAmazonS3ObjectPrefix");
2014-03-30 23:28:34 +13:00
this.lblAmazonS3ObjectPrefix.Name = "lblAmazonS3ObjectPrefix";
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// txtAmazonS3SecretKey
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// lblAmazonS3SecretKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAmazonS3SecretKey, "lblAmazonS3SecretKey");
2014-08-09 14:05:56 +12:00
this.lblAmazonS3SecretKey.Name = "lblAmazonS3SecretKey";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// lblAmazonS3AccessKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAmazonS3AccessKey, "lblAmazonS3AccessKey");
2014-08-09 14:05:56 +12:00
this.lblAmazonS3AccessKey.Name = "lblAmazonS3AccessKey";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// txtAmazonS3AccessKey
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2018-04-21 03:20:12 +12:00
// tpGoogleCloudStorage
2018-10-02 12:11:53 +13:00
//
this.tpGoogleCloudStorage.Controls.Add(this.oauth2GoogleCloudStorage);
2019-04-08 08:42:47 +12:00
this.tpGoogleCloudStorage.Controls.Add(this.gbGoogleCloudStorageAdvanced);
2018-04-26 16:41:11 +12:00
this.tpGoogleCloudStorage.Controls.Add(this.lblGoogleCloudStoragePathPreview);
this.tpGoogleCloudStorage.Controls.Add(this.lblGoogleCloudStoragePathPreviewLabel);
2018-04-21 09:16:46 +12:00
this.tpGoogleCloudStorage.Controls.Add(this.txtGoogleCloudStorageObjectPrefix);
this.tpGoogleCloudStorage.Controls.Add(this.lblGoogleCloudStorageObjectPrefix);
2018-04-21 08:39:14 +12:00
this.tpGoogleCloudStorage.Controls.Add(this.lblGoogleCloudStorageDomain);
this.tpGoogleCloudStorage.Controls.Add(this.txtGoogleCloudStorageDomain);
this.tpGoogleCloudStorage.Controls.Add(this.lblGoogleCloudStorageBucket);
this.tpGoogleCloudStorage.Controls.Add(this.txtGoogleCloudStorageBucket);
2018-04-21 03:20:12 +12:00
resources.ApplyResources(this.tpGoogleCloudStorage, "tpGoogleCloudStorage");
this.tpGoogleCloudStorage.Name = "tpGoogleCloudStorage";
this.tpGoogleCloudStorage.UseVisualStyleBackColor = true;
2018-10-02 12:11:53 +13:00
//
2023-01-09 07:52:48 +13:00
// oauth2GoogleCloudStorage
//
resources.ApplyResources(this.oauth2GoogleCloudStorage, "oauth2GoogleCloudStorage");
this.oauth2GoogleCloudStorage.Name = "oauth2GoogleCloudStorage";
this.oauth2GoogleCloudStorage.ConnectButtonClicked += new System.Action(this.oauth2GoogleCloudStorage_ConnectButtonClicked);
this.oauth2GoogleCloudStorage.DisconnectButtonClicked += new System.Action(this.oauth2GoogleCloudStorage_DisconnectButtonClicked);
//
2019-04-08 08:42:47 +12:00
// gbGoogleCloudStorageAdvanced
//
this.gbGoogleCloudStorageAdvanced.Controls.Add(this.lblGoogleCloudStorageStripExtension);
this.gbGoogleCloudStorageAdvanced.Controls.Add(this.cbGoogleCloudStorageStripExtensionText);
this.gbGoogleCloudStorageAdvanced.Controls.Add(this.cbGoogleCloudStorageStripExtensionVideo);
this.gbGoogleCloudStorageAdvanced.Controls.Add(this.cbGoogleCloudStorageSetPublicACL);
this.gbGoogleCloudStorageAdvanced.Controls.Add(this.cbGoogleCloudStorageStripExtensionImage);
resources.ApplyResources(this.gbGoogleCloudStorageAdvanced, "gbGoogleCloudStorageAdvanced");
this.gbGoogleCloudStorageAdvanced.Name = "gbGoogleCloudStorageAdvanced";
this.gbGoogleCloudStorageAdvanced.TabStop = false;
//
// lblGoogleCloudStorageStripExtension
//
resources.ApplyResources(this.lblGoogleCloudStorageStripExtension, "lblGoogleCloudStorageStripExtension");
this.lblGoogleCloudStorageStripExtension.Name = "lblGoogleCloudStorageStripExtension";
//
// cbGoogleCloudStorageStripExtensionText
//
resources.ApplyResources(this.cbGoogleCloudStorageStripExtensionText, "cbGoogleCloudStorageStripExtensionText");
this.cbGoogleCloudStorageStripExtensionText.Name = "cbGoogleCloudStorageStripExtensionText";
this.cbGoogleCloudStorageStripExtensionText.UseVisualStyleBackColor = true;
this.cbGoogleCloudStorageStripExtensionText.CheckedChanged += new System.EventHandler(this.cbGoogleCloudStorageStripExtensionText_CheckedChanged);
//
// cbGoogleCloudStorageStripExtensionVideo
//
resources.ApplyResources(this.cbGoogleCloudStorageStripExtensionVideo, "cbGoogleCloudStorageStripExtensionVideo");
this.cbGoogleCloudStorageStripExtensionVideo.Name = "cbGoogleCloudStorageStripExtensionVideo";
this.cbGoogleCloudStorageStripExtensionVideo.UseVisualStyleBackColor = true;
this.cbGoogleCloudStorageStripExtensionVideo.CheckedChanged += new System.EventHandler(this.cbGoogleCloudStorageStripExtensionVideo_CheckedChanged);
//
2019-04-08 08:42:47 +12:00
// cbGoogleCloudStorageSetPublicACL
//
resources.ApplyResources(this.cbGoogleCloudStorageSetPublicACL, "cbGoogleCloudStorageSetPublicACL");
this.cbGoogleCloudStorageSetPublicACL.Name = "cbGoogleCloudStorageSetPublicACL";
this.cbGoogleCloudStorageSetPublicACL.UseVisualStyleBackColor = true;
this.cbGoogleCloudStorageSetPublicACL.CheckedChanged += new System.EventHandler(this.cbGoogleCloudStorageSetPublicACL_CheckedChanged);
//
// cbGoogleCloudStorageStripExtensionImage
//
resources.ApplyResources(this.cbGoogleCloudStorageStripExtensionImage, "cbGoogleCloudStorageStripExtensionImage");
this.cbGoogleCloudStorageStripExtensionImage.Name = "cbGoogleCloudStorageStripExtensionImage";
this.cbGoogleCloudStorageStripExtensionImage.UseVisualStyleBackColor = true;
this.cbGoogleCloudStorageStripExtensionImage.CheckedChanged += new System.EventHandler(this.cbGoogleCloudStorageStripExtensionImage_CheckedChanged);
//
2018-04-26 16:41:11 +12:00
// lblGoogleCloudStoragePathPreview
2018-10-02 12:11:53 +13:00
//
2018-04-26 16:41:11 +12:00
resources.ApplyResources(this.lblGoogleCloudStoragePathPreview, "lblGoogleCloudStoragePathPreview");
this.lblGoogleCloudStoragePathPreview.Name = "lblGoogleCloudStoragePathPreview";
2018-10-02 12:11:53 +13:00
//
2018-04-26 16:41:11 +12:00
// lblGoogleCloudStoragePathPreviewLabel
2018-10-02 12:11:53 +13:00
//
2018-04-26 16:41:11 +12:00
resources.ApplyResources(this.lblGoogleCloudStoragePathPreviewLabel, "lblGoogleCloudStoragePathPreviewLabel");
this.lblGoogleCloudStoragePathPreviewLabel.Name = "lblGoogleCloudStoragePathPreviewLabel";
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
// txtGoogleCloudStorageObjectPrefix
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
resources.ApplyResources(this.txtGoogleCloudStorageObjectPrefix, "txtGoogleCloudStorageObjectPrefix");
this.txtGoogleCloudStorageObjectPrefix.Name = "txtGoogleCloudStorageObjectPrefix";
this.txtGoogleCloudStorageObjectPrefix.TextChanged += new System.EventHandler(this.txtGoogleCloudStorageObjectPrefix_TextChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
// lblGoogleCloudStorageObjectPrefix
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
resources.ApplyResources(this.lblGoogleCloudStorageObjectPrefix, "lblGoogleCloudStorageObjectPrefix");
this.lblGoogleCloudStorageObjectPrefix.Name = "lblGoogleCloudStorageObjectPrefix";
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
// lblGoogleCloudStorageDomain
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
resources.ApplyResources(this.lblGoogleCloudStorageDomain, "lblGoogleCloudStorageDomain");
this.lblGoogleCloudStorageDomain.Name = "lblGoogleCloudStorageDomain";
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
// txtGoogleCloudStorageDomain
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
resources.ApplyResources(this.txtGoogleCloudStorageDomain, "txtGoogleCloudStorageDomain");
this.txtGoogleCloudStorageDomain.Name = "txtGoogleCloudStorageDomain";
this.txtGoogleCloudStorageDomain.TextChanged += new System.EventHandler(this.txtGoogleCloudStorageDomain_TextChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
// lblGoogleCloudStorageBucket
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
resources.ApplyResources(this.lblGoogleCloudStorageBucket, "lblGoogleCloudStorageBucket");
this.lblGoogleCloudStorageBucket.Name = "lblGoogleCloudStorageBucket";
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
// txtGoogleCloudStorageBucket
2018-10-02 12:11:53 +13:00
//
2018-04-21 09:16:46 +12:00
resources.ApplyResources(this.txtGoogleCloudStorageBucket, "txtGoogleCloudStorageBucket");
this.txtGoogleCloudStorageBucket.Name = "txtGoogleCloudStorageBucket";
this.txtGoogleCloudStorageBucket.TextChanged += new System.EventHandler(this.txtGoogleCloudStorageBucket_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-01-27 00:41:49 +13:00
// tpAzureStorage
2018-10-02 12:11:53 +13:00
//
this.tpAzureStorage.BackColor = System.Drawing.SystemColors.Window;
this.tpAzureStorage.Controls.Add(this.txtAzureStorageCacheControl);
this.tpAzureStorage.Controls.Add(this.lblAzureStorageCacheControl);
2018-06-20 07:16:11 +12:00
this.tpAzureStorage.Controls.Add(this.lblAzureStorageURLPreview);
this.tpAzureStorage.Controls.Add(this.lblAzureStorageURLPreviewLabel);
this.tpAzureStorage.Controls.Add(this.txtAzureStorageUploadPath);
this.tpAzureStorage.Controls.Add(this.lblAzureStorageUploadPath);
this.tpAzureStorage.Controls.Add(this.cbAzureStorageEnvironment);
this.tpAzureStorage.Controls.Add(this.lblAzureStorageEnvironment);
2017-01-27 23:21:46 +13:00
this.tpAzureStorage.Controls.Add(this.btnAzureStoragePortal);
2017-01-27 00:41:49 +13:00
this.tpAzureStorage.Controls.Add(this.txtAzureStorageContainer);
this.tpAzureStorage.Controls.Add(this.lblAzureStorageContainer);
this.tpAzureStorage.Controls.Add(this.txtAzureStorageAccessKey);
this.tpAzureStorage.Controls.Add(this.lblAzureStorageAccessKey);
this.tpAzureStorage.Controls.Add(this.txtAzureStorageAccountName);
this.tpAzureStorage.Controls.Add(this.lblAzureStorageAccountName);
2017-07-07 12:58:14 +12:00
this.tpAzureStorage.Controls.Add(this.txtAzureStorageCustomDomain);
this.tpAzureStorage.Controls.Add(this.lblAzureStorageCustomDomain);
2017-01-27 00:41:49 +13:00
resources.ApplyResources(this.tpAzureStorage, "tpAzureStorage");
this.tpAzureStorage.Name = "tpAzureStorage";
2018-10-02 12:11:53 +13:00
//
// txtAzureStorageCacheControl
//
resources.ApplyResources(this.txtAzureStorageCacheControl, "txtAzureStorageCacheControl");
this.txtAzureStorageCacheControl.Name = "txtAzureStorageCacheControl";
this.txtAzureStorageCacheControl.TextChanged += new System.EventHandler(this.txtAzureStorageCacheControl_TextChanged);
//
// lblAzureStorageCacheControl
//
resources.ApplyResources(this.lblAzureStorageCacheControl, "lblAzureStorageCacheControl");
this.lblAzureStorageCacheControl.Name = "lblAzureStorageCacheControl";
//
2018-06-21 00:22:11 +12:00
// lblAzureStorageURLPreview
2018-10-02 12:11:53 +13:00
//
2018-06-21 00:22:11 +12:00
resources.ApplyResources(this.lblAzureStorageURLPreview, "lblAzureStorageURLPreview");
this.lblAzureStorageURLPreview.Name = "lblAzureStorageURLPreview";
2018-10-02 12:11:53 +13:00
//
2018-06-21 00:22:11 +12:00
// lblAzureStorageURLPreviewLabel
2018-10-02 12:11:53 +13:00
//
2018-06-21 00:22:11 +12:00
resources.ApplyResources(this.lblAzureStorageURLPreviewLabel, "lblAzureStorageURLPreviewLabel");
this.lblAzureStorageURLPreviewLabel.Name = "lblAzureStorageURLPreviewLabel";
2018-10-02 12:11:53 +13:00
//
// txtAzureStorageUploadPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtAzureStorageUploadPath, "txtAzureStorageUploadPath");
this.txtAzureStorageUploadPath.Name = "txtAzureStorageUploadPath";
this.txtAzureStorageUploadPath.TextChanged += new System.EventHandler(this.txtAzureStorageUploadPath_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblAzureStorageUploadPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAzureStorageUploadPath, "lblAzureStorageUploadPath");
this.lblAzureStorageUploadPath.Name = "lblAzureStorageUploadPath";
2018-10-02 12:11:53 +13:00
//
// cbAzureStorageEnvironment
2018-10-02 12:11:53 +13:00
//
this.cbAzureStorageEnvironment.FormattingEnabled = true;
this.cbAzureStorageEnvironment.Items.AddRange(new object[] {
resources.GetString("cbAzureStorageEnvironment.Items"),
resources.GetString("cbAzureStorageEnvironment.Items1"),
resources.GetString("cbAzureStorageEnvironment.Items2"),
resources.GetString("cbAzureStorageEnvironment.Items3")});
resources.ApplyResources(this.cbAzureStorageEnvironment, "cbAzureStorageEnvironment");
this.cbAzureStorageEnvironment.Name = "cbAzureStorageEnvironment";
this.cbAzureStorageEnvironment.SelectedIndexChanged += new System.EventHandler(this.cbAzureStorageEnvironment_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
// lblAzureStorageEnvironment
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblAzureStorageEnvironment, "lblAzureStorageEnvironment");
this.lblAzureStorageEnvironment.Name = "lblAzureStorageEnvironment";
2018-10-02 12:11:53 +13:00
//
2017-01-27 23:21:46 +13:00
// btnAzureStoragePortal
2018-10-02 12:11:53 +13:00
//
2017-01-27 23:21:46 +13:00
resources.ApplyResources(this.btnAzureStoragePortal, "btnAzureStoragePortal");
this.btnAzureStoragePortal.Name = "btnAzureStoragePortal";
this.btnAzureStoragePortal.UseVisualStyleBackColor = true;
this.btnAzureStoragePortal.Click += new System.EventHandler(this.btnAzureStoragePortal_Click);
2018-10-02 12:11:53 +13:00
//
2017-01-27 23:21:46 +13:00
// txtAzureStorageContainer
2018-10-02 12:11:53 +13:00
//
2017-01-27 23:21:46 +13:00
resources.ApplyResources(this.txtAzureStorageContainer, "txtAzureStorageContainer");
this.txtAzureStorageContainer.Name = "txtAzureStorageContainer";
this.txtAzureStorageContainer.TextChanged += new System.EventHandler(this.txtAzureStorageContainer_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-01-27 23:21:46 +13:00
// lblAzureStorageContainer
2018-10-02 12:11:53 +13:00
//
2017-01-27 23:21:46 +13:00
resources.ApplyResources(this.lblAzureStorageContainer, "lblAzureStorageContainer");
this.lblAzureStorageContainer.Name = "lblAzureStorageContainer";
2018-10-02 12:11:53 +13:00
//
2017-01-27 23:21:46 +13:00
// txtAzureStorageAccessKey
2018-10-02 12:11:53 +13:00
//
2017-01-27 23:21:46 +13:00
resources.ApplyResources(this.txtAzureStorageAccessKey, "txtAzureStorageAccessKey");
this.txtAzureStorageAccessKey.Name = "txtAzureStorageAccessKey";
this.txtAzureStorageAccessKey.UseSystemPasswordChar = true;
this.txtAzureStorageAccessKey.TextChanged += new System.EventHandler(this.txtAzureStorageAccessKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-01-27 00:41:49 +13:00
// lblAzureStorageAccessKey
2018-10-02 12:11:53 +13:00
//
2017-01-27 00:41:49 +13:00
resources.ApplyResources(this.lblAzureStorageAccessKey, "lblAzureStorageAccessKey");
this.lblAzureStorageAccessKey.Name = "lblAzureStorageAccessKey";
2018-10-02 12:11:53 +13:00
//
2017-01-27 00:41:49 +13:00
// txtAzureStorageAccountName
2018-10-02 12:11:53 +13:00
//
2017-01-27 00:41:49 +13:00
resources.ApplyResources(this.txtAzureStorageAccountName, "txtAzureStorageAccountName");
this.txtAzureStorageAccountName.Name = "txtAzureStorageAccountName";
this.txtAzureStorageAccountName.TextChanged += new System.EventHandler(this.txtAzureStorageAccountName_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-01-27 00:41:49 +13:00
// lblAzureStorageAccountName
2018-10-02 12:11:53 +13:00
//
2017-01-27 00:41:49 +13:00
resources.ApplyResources(this.lblAzureStorageAccountName, "lblAzureStorageAccountName");
this.lblAzureStorageAccountName.Name = "lblAzureStorageAccountName";
2018-10-02 12:11:53 +13:00
//
2017-07-07 12:58:14 +12:00
// txtAzureStorageCustomDomain
2018-10-02 12:11:53 +13:00
//
2017-07-07 12:58:14 +12:00
resources.ApplyResources(this.txtAzureStorageCustomDomain, "txtAzureStorageCustomDomain");
this.txtAzureStorageCustomDomain.Name = "txtAzureStorageCustomDomain";
this.txtAzureStorageCustomDomain.TextChanged += new System.EventHandler(this.txtAzureStorageCustomDomain_TextChanged);
2018-10-02 12:11:53 +13:00
//
2017-07-07 12:58:14 +12:00
// lblAzureStorageCustomDomain
2018-10-02 12:11:53 +13:00
//
2017-07-07 12:58:14 +12:00
resources.ApplyResources(this.lblAzureStorageCustomDomain, "lblAzureStorageCustomDomain");
this.lblAzureStorageCustomDomain.Name = "lblAzureStorageCustomDomain";
2018-10-02 12:11:53 +13:00
//
2018-10-01 04:47:07 +13:00
// tpBackblazeB2
2018-10-02 12:11:53 +13:00
//
2018-10-01 04:47:07 +13:00
this.tpBackblazeB2.BackColor = System.Drawing.SystemColors.Window;
2019-09-04 18:55:05 +12:00
this.tpBackblazeB2.Controls.Add(this.lblB2UrlPreview);
2018-10-01 04:47:07 +13:00
this.tpBackblazeB2.Controls.Add(this.lblB2ManageLink);
this.tpBackblazeB2.Controls.Add(this.txtB2CustomUrl);
2019-09-04 18:55:05 +12:00
this.tpBackblazeB2.Controls.Add(this.lblB2UrlPreviewLabel);
2018-10-01 04:47:07 +13:00
this.tpBackblazeB2.Controls.Add(this.cbB2CustomUrl);
this.tpBackblazeB2.Controls.Add(this.lblB2Bucket);
this.tpBackblazeB2.Controls.Add(this.txtB2Bucket);
this.tpBackblazeB2.Controls.Add(this.txtB2UploadPath);
this.tpBackblazeB2.Controls.Add(this.lblB2UploadPath);
this.tpBackblazeB2.Controls.Add(this.txtB2ApplicationKey);
this.tpBackblazeB2.Controls.Add(this.lblB2ApplicationKey);
this.tpBackblazeB2.Controls.Add(this.lblB2ApplicationKeyId);
this.tpBackblazeB2.Controls.Add(this.txtB2ApplicationKeyId);
resources.ApplyResources(this.tpBackblazeB2, "tpBackblazeB2");
this.tpBackblazeB2.Name = "tpBackblazeB2";
2018-10-02 12:11:53 +13:00
//
// lblB2UrlPreview
//
resources.ApplyResources(this.lblB2UrlPreview, "lblB2UrlPreview");
this.lblB2UrlPreview.Name = "lblB2UrlPreview";
//
// lblB2ManageLink
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblB2ManageLink, "lblB2ManageLink");
this.lblB2ManageLink.Name = "lblB2ManageLink";
this.lblB2ManageLink.TabStop = true;
this.lblB2ManageLink.VisitedLinkColor = System.Drawing.Color.Blue;
this.lblB2ManageLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblB2ManageLink_LinkClicked);
2018-10-02 12:11:53 +13:00
//
2019-09-04 18:55:05 +12:00
// lblB2UrlPreviewLabel
2018-10-02 12:11:53 +13:00
//
2019-09-04 18:55:05 +12:00
resources.ApplyResources(this.lblB2UrlPreviewLabel, "lblB2UrlPreviewLabel");
this.lblB2UrlPreviewLabel.Name = "lblB2UrlPreviewLabel";
2018-10-02 12:11:53 +13:00
//
// lblB2Bucket
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblB2Bucket, "lblB2Bucket");
this.lblB2Bucket.Name = "lblB2Bucket";
2018-10-02 12:11:53 +13:00
//
// lblB2UploadPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblB2UploadPath, "lblB2UploadPath");
this.lblB2UploadPath.Name = "lblB2UploadPath";
2018-10-02 12:11:53 +13:00
//
// lblB2ApplicationKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblB2ApplicationKey, "lblB2ApplicationKey");
this.lblB2ApplicationKey.Name = "lblB2ApplicationKey";
2018-10-02 12:11:53 +13:00
//
// lblB2ApplicationKeyId
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblB2ApplicationKeyId, "lblB2ApplicationKeyId");
this.lblB2ApplicationKeyId.Name = "lblB2ApplicationKeyId";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// tpMega
2018-10-02 12:11:53 +13:00
//
this.tpMega.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// btnMegaRefreshFolders
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// lblMegaStatus
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblMegaStatus, "lblMegaStatus");
2014-08-09 14:05:56 +12:00
this.lblMegaStatus.Name = "lblMegaStatus";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// btnMegaRegister
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// lblMegaFolder
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblMegaFolder, "lblMegaFolder");
2014-08-09 14:05:56 +12:00
this.lblMegaFolder.Name = "lblMegaFolder";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// lblMegaStatusTitle
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblMegaStatusTitle, "lblMegaStatusTitle");
2014-08-09 14:05:56 +12:00
this.lblMegaStatusTitle.Name = "lblMegaStatusTitle";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// cbMegaFolder
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// lblMegaEmail
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblMegaEmail, "lblMegaEmail");
2014-08-09 14:05:56 +12:00
this.lblMegaEmail.Name = "lblMegaEmail";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// btnMegaLogin
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// txtMegaEmail
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtMegaEmail, "txtMegaEmail");
2014-08-09 14:05:56 +12:00
this.txtMegaEmail.Name = "txtMegaEmail";
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// txtMegaPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtMegaPassword, "txtMegaPassword");
2014-08-09 14:05:56 +12:00
this.txtMegaPassword.Name = "txtMegaPassword";
this.txtMegaPassword.UseSystemPasswordChar = true;
2018-10-02 12:11:53 +13:00
//
2014-08-09 14:05:56 +12:00
// lblMegaPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblMegaPassword, "lblMegaPassword");
2014-08-09 14:05:56 +12:00
this.lblMegaPassword.Name = "lblMegaPassword";
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// tpOwnCloud
2018-10-02 12:11:53 +13:00
//
this.tpOwnCloud.BackColor = System.Drawing.SystemColors.Window;
2021-12-29 02:35:47 +13:00
this.tpOwnCloud.Controls.Add(this.cbOwnCloudAppendFileNameToURL);
2018-09-11 04:55:07 +12:00
this.tpOwnCloud.Controls.Add(this.txtOwnCloudExpiryTime);
this.tpOwnCloud.Controls.Add(this.cbOwnCloudAutoExpire);
this.tpOwnCloud.Controls.Add(this.lblOwnCloudExpiryTime);
this.tpOwnCloud.Controls.Add(this.cbOwnCloudUsePreviewLinks);
this.tpOwnCloud.Controls.Add(this.lblOwnCloudHostExample);
this.tpOwnCloud.Controls.Add(this.cbOwnCloud81Compatibility);
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";
2018-10-02 12:11:53 +13:00
//
2021-12-29 02:35:47 +13:00
// cbOwnCloudAppendFileNameToURL
2021-10-28 02:26:06 +13:00
//
2021-12-29 02:35:47 +13:00
resources.ApplyResources(this.cbOwnCloudAppendFileNameToURL, "cbOwnCloudAppendFileNameToURL");
this.cbOwnCloudAppendFileNameToURL.Name = "cbOwnCloudAppendFileNameToURL";
this.cbOwnCloudAppendFileNameToURL.UseMnemonic = false;
this.cbOwnCloudAppendFileNameToURL.UseVisualStyleBackColor = true;
this.cbOwnCloudAppendFileNameToURL.CheckedChanged += new System.EventHandler(this.cbOwnCloudAppendFileNameToURL_CheckedChanged);
2021-10-28 02:26:06 +13:00
//
2018-09-11 04:55:07 +12:00
// txtOwnCloudExpiryTime
2018-10-02 12:11:53 +13:00
//
2018-09-11 04:55:07 +12:00
resources.ApplyResources(this.txtOwnCloudExpiryTime, "txtOwnCloudExpiryTime");
this.txtOwnCloudExpiryTime.Maximum = new decimal(new int[] {
1410065407,
2,
0,
0});
this.txtOwnCloudExpiryTime.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.txtOwnCloudExpiryTime.Name = "txtOwnCloudExpiryTime";
this.txtOwnCloudExpiryTime.Value = new decimal(new int[] {
1,
0,
0,
0});
this.txtOwnCloudExpiryTime.ValueChanged += new System.EventHandler(this.txtOwnExpiryTime_TextChanged);
2018-10-02 12:11:53 +13:00
//
2018-09-11 04:55:07 +12:00
// cbOwnCloudAutoExpire
2018-10-02 12:11:53 +13:00
//
2018-09-11 04:55:07 +12:00
resources.ApplyResources(this.cbOwnCloudAutoExpire, "cbOwnCloudAutoExpire");
this.cbOwnCloudAutoExpire.Name = "cbOwnCloudAutoExpire";
this.cbOwnCloudAutoExpire.UseVisualStyleBackColor = true;
this.cbOwnCloudAutoExpire.CheckedChanged += new System.EventHandler(this.cbOwnCloudAutoExpire_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2018-09-11 04:55:07 +12:00
// lblOwnCloudExpiryTime
2018-10-02 12:11:53 +13:00
//
2018-09-11 04:55:07 +12:00
resources.ApplyResources(this.lblOwnCloudExpiryTime, "lblOwnCloudExpiryTime");
this.lblOwnCloudExpiryTime.Name = "lblOwnCloudExpiryTime";
2018-10-02 12:11:53 +13:00
//
// cbOwnCloudUsePreviewLinks
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbOwnCloudUsePreviewLinks, "cbOwnCloudUsePreviewLinks");
this.cbOwnCloudUsePreviewLinks.Name = "cbOwnCloudUsePreviewLinks";
this.cbOwnCloudUsePreviewLinks.UseVisualStyleBackColor = true;
this.cbOwnCloudUsePreviewLinks.CheckedChanged += new System.EventHandler(this.cbOwnCloudUsePreviewLinks_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// lblOwnCloudHostExample
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblOwnCloudHostExample, "lblOwnCloudHostExample");
this.lblOwnCloudHostExample.Name = "lblOwnCloudHostExample";
2018-10-02 12:11:53 +13:00
//
// cbOwnCloud81Compatibility
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbOwnCloud81Compatibility, "cbOwnCloud81Compatibility");
this.cbOwnCloud81Compatibility.Name = "cbOwnCloud81Compatibility";
this.cbOwnCloud81Compatibility.UseVisualStyleBackColor = true;
this.cbOwnCloud81Compatibility.CheckedChanged += new System.EventHandler(this.cbOwnCloud81Compatibility_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2014-07-07 09:06:37 +12:00
// cbOwnCloudDirectLink
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbOwnCloudDirectLink, "cbOwnCloudDirectLink");
2014-07-07 09:06:37 +12:00
this.cbOwnCloudDirectLink.Name = "cbOwnCloudDirectLink";
2015-10-15 21:36:05 +13:00
this.cbOwnCloudDirectLink.UseMnemonic = false;
2014-07-07 09:06:37 +12:00
this.cbOwnCloudDirectLink.UseVisualStyleBackColor = true;
this.cbOwnCloudDirectLink.CheckedChanged += new System.EventHandler(this.cbOwnCloudDirectLink_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2014-07-07 09:06:37 +12:00
// cbOwnCloudCreateShare
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// txtOwnCloudPath
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// txtOwnCloudPassword
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// txtOwnCloudUsername
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// txtOwnCloudHost
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// lblOwnCloudPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblOwnCloudPath, "lblOwnCloudPath");
2014-07-07 06:45:36 +12:00
this.lblOwnCloudPath.Name = "lblOwnCloudPath";
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// lblOwnCloudPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblOwnCloudPassword, "lblOwnCloudPassword");
2014-07-07 06:45:36 +12:00
this.lblOwnCloudPassword.Name = "lblOwnCloudPassword";
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// lblOwnCloudUsername
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblOwnCloudUsername, "lblOwnCloudUsername");
2014-07-07 06:45:36 +12:00
this.lblOwnCloudUsername.Name = "lblOwnCloudUsername";
2018-10-02 12:11:53 +13:00
//
2014-07-07 06:45:36 +12:00
// lblOwnCloudHost
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblOwnCloudHost, "lblOwnCloudHost");
2014-07-07 06:45:36 +12:00
this.lblOwnCloudHost.Name = "lblOwnCloudHost";
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// tpMediaFire
2018-10-02 12:11:53 +13:00
//
this.tpMediaFire.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-08-09 12:28:09 +12:00
// cbMediaFireUseLongLink
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// txtMediaFirePath
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// lblMediaFirePath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblMediaFirePath, "lblMediaFirePath");
2014-07-23 13:59:45 +12:00
this.lblMediaFirePath.Name = "lblMediaFirePath";
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// txtMediaFirePassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtMediaFirePassword, "txtMediaFirePassword");
2014-07-23 13:59:45 +12:00
this.txtMediaFirePassword.Name = "txtMediaFirePassword";
this.txtMediaFirePassword.UseSystemPasswordChar = true;
2014-07-23 13:59:45 +12:00
this.txtMediaFirePassword.TextChanged += new System.EventHandler(this.txtMediaFirePassword_TextChanged);
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// txtMediaFireEmail
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// lblMediaFirePassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblMediaFirePassword, "lblMediaFirePassword");
2014-07-23 13:59:45 +12:00
this.lblMediaFirePassword.Name = "lblMediaFirePassword";
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// lblMediaFireEmail
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblMediaFireEmail, "lblMediaFireEmail");
2014-07-23 13:59:45 +12:00
this.lblMediaFireEmail.Name = "lblMediaFireEmail";
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// tpPushbullet
2018-10-02 12:11:53 +13:00
//
this.tpPushbullet.BackColor = System.Drawing.SystemColors.Window;
2014-07-23 13:59:45 +12:00
this.tpPushbullet.Controls.Add(this.lblPushbulletDevices);
2021-08-30 22:01:36 +12:00
this.tpPushbullet.Controls.Add(this.cbPushbulletDevices);
2014-07-23 13:59:45 +12:00
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";
2018-10-02 12:11:53 +13:00
//
2014-07-23 13:59:45 +12:00
// lblPushbulletDevices
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPushbulletDevices, "lblPushbulletDevices");
2014-03-30 23:28:34 +13:00
this.lblPushbulletDevices.Name = "lblPushbulletDevices";
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
// cbPushbulletDevices
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
this.cbPushbulletDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.cbPushbulletDevices, "cbPushbulletDevices");
this.cbPushbulletDevices.FormattingEnabled = true;
this.cbPushbulletDevices.Name = "cbPushbulletDevices";
this.cbPushbulletDevices.SelectedIndexChanged += new System.EventHandler(this.cbPushbulletDevices_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// btnPushbulletGetDeviceList
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// lblPushbulletUserKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPushbulletUserKey, "lblPushbulletUserKey");
2014-03-30 23:28:34 +13:00
this.lblPushbulletUserKey.Name = "lblPushbulletUserKey";
2018-10-02 12:11:53 +13:00
//
2014-03-30 23:28:34 +13:00
// txtPushbulletUserKey
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2013-11-25 10:38:02 +13:00
// tpSendSpace
2018-10-02 12:11:53 +13:00
//
this.tpSendSpace.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2013-11-25 10:38:02 +13:00
// btnSendSpaceRegister
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// lblSendSpacePassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSendSpacePassword, "lblSendSpacePassword");
2013-11-03 23:53:49 +13:00
this.lblSendSpacePassword.Name = "lblSendSpacePassword";
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// lblSendSpaceUsername
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSendSpaceUsername, "lblSendSpaceUsername");
2013-11-03 23:53:49 +13:00
this.lblSendSpaceUsername.Name = "lblSendSpaceUsername";
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// txtSendSpacePassword
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// txtSendSpaceUserName
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13: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
// tpHostr
2018-10-02 12:11:53 +13:00
//
this.tpHostr.BackColor = System.Drawing.SystemColors.Window;
2013-11-03 23:53:49 +13:00
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";
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// cbLocalhostrDirectURL
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// lblLocalhostrPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblLocalhostrPassword, "lblLocalhostrPassword");
2013-11-03 23:53:49 +13:00
this.lblLocalhostrPassword.Name = "lblLocalhostrPassword";
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// lblLocalhostrEmail
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblLocalhostrEmail, "lblLocalhostrEmail");
2013-11-03 23:53:49 +13:00
this.lblLocalhostrEmail.Name = "lblLocalhostrEmail";
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// txtLocalhostrPassword
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2013-11-03 23:53:49 +13:00
// txtLocalhostrEmail
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
// tpJira
2018-10-02 12:11:53 +13:00
//
this.tpJira.BackColor = System.Drawing.SystemColors.Window;
this.tpJira.Controls.Add(this.txtJiraIssuePrefix);
this.tpJira.Controls.Add(this.lblJiraIssuePrefix);
2017-04-21 04:38:20 +12:00
this.tpJira.Controls.Add(this.gbJiraServer);
this.tpJira.Controls.Add(this.oAuthJira);
resources.ApplyResources(this.tpJira, "tpJira");
this.tpJira.Name = "tpJira";
2018-10-02 12:11:53 +13:00
//
// txtJiraIssuePrefix
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtJiraIssuePrefix, "txtJiraIssuePrefix");
this.txtJiraIssuePrefix.Name = "txtJiraIssuePrefix";
this.txtJiraIssuePrefix.TextChanged += new System.EventHandler(this.txtJiraIssuePrefix_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblJiraIssuePrefix
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblJiraIssuePrefix, "lblJiraIssuePrefix");
this.lblJiraIssuePrefix.Name = "lblJiraIssuePrefix";
2018-10-02 12:11:53 +13:00
//
2017-04-21 04:38:20 +12:00
// gbJiraServer
2018-10-02 12:11:53 +13:00
//
2017-04-21 04:38:20 +12:00
this.gbJiraServer.Controls.Add(this.txtJiraConfigHelp);
this.gbJiraServer.Controls.Add(this.txtJiraHost);
this.gbJiraServer.Controls.Add(this.lblJiraHost);
resources.ApplyResources(this.gbJiraServer, "gbJiraServer");
this.gbJiraServer.Name = "gbJiraServer";
this.gbJiraServer.TabStop = false;
2018-10-02 12:11:53 +13:00
//
// txtJiraConfigHelp
2018-10-02 12:11:53 +13:00
//
this.txtJiraConfigHelp.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.txtJiraConfigHelp, "txtJiraConfigHelp");
this.txtJiraConfigHelp.Name = "txtJiraConfigHelp";
this.txtJiraConfigHelp.ReadOnly = true;
2018-10-02 12:11:53 +13:00
//
// txtJiraHost
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtJiraHost, "txtJiraHost");
this.txtJiraHost.Name = "txtJiraHost";
this.txtJiraHost.TextChanged += new System.EventHandler(this.txtJiraHost_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblJiraHost
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblJiraHost, "lblJiraHost");
this.lblJiraHost.Name = "lblJiraHost";
2018-10-02 12:11:53 +13:00
//
// oAuthJira
//
resources.ApplyResources(this.oAuthJira, "oAuthJira");
this.oAuthJira.Name = "oAuthJira";
this.oAuthJira.UserInfo = null;
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);
//
2021-08-30 22:01:36 +12:00
// tpLambda
2018-10-02 12:11:53 +13:00
//
this.tpLambda.BackColor = System.Drawing.SystemColors.Window;
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);
this.tpLambda.Controls.Add(this.lblLambdaUploadURL);
this.tpLambda.Controls.Add(this.cbLambdaUploadURL);
2015-02-04 09:12:53 +13:00
resources.ApplyResources(this.tpLambda, "tpLambda");
this.tpLambda.Name = "tpLambda";
2018-10-02 12:11:53 +13:00
//
2015-02-04 09:48:32 +13:00
// lblLambdaInfo
2018-10-02 12:11: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);
2018-10-02 12:11:53 +13:00
//
2015-02-04 09:48:32 +13:00
// lblLambdaApiKey
2018-10-02 12:11:53 +13:00
//
2015-02-04 09:48:32 +13:00
resources.ApplyResources(this.lblLambdaApiKey, "lblLambdaApiKey");
this.lblLambdaApiKey.Name = "lblLambdaApiKey";
2018-10-02 12:11:53 +13:00
//
2015-02-04 09:12:53 +13:00
// txtLambdaApiKey
2018-10-02 12:11:53 +13:00
//
2015-02-04 09:12:53 +13:00
resources.ApplyResources(this.txtLambdaApiKey, "txtLambdaApiKey");
this.txtLambdaApiKey.Name = "txtLambdaApiKey";
this.txtLambdaApiKey.UseSystemPasswordChar = true;
this.txtLambdaApiKey.TextChanged += new System.EventHandler(this.txtLambdaApiKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblLambdaUploadURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblLambdaUploadURL, "lblLambdaUploadURL");
this.lblLambdaUploadURL.Name = "lblLambdaUploadURL";
2018-10-02 12:11:53 +13:00
//
// cbLambdaUploadURL
2018-10-02 12:11:53 +13:00
//
this.cbLambdaUploadURL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLambdaUploadURL.FormattingEnabled = true;
resources.ApplyResources(this.cbLambdaUploadURL, "cbLambdaUploadURL");
this.cbLambdaUploadURL.Name = "cbLambdaUploadURL";
this.cbLambdaUploadURL.SelectedIndexChanged += new System.EventHandler(this.cbLambdaUploadURL_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
// tpPomf
2018-10-02 12:11:53 +13:00
//
this.tpPomf.BackColor = System.Drawing.SystemColors.Window;
2015-10-06 13:09:16 +13:00
this.tpPomf.Controls.Add(this.txtPomfResultURL);
this.tpPomf.Controls.Add(this.txtPomfUploadURL);
this.tpPomf.Controls.Add(this.lblPomfResultURL);
this.tpPomf.Controls.Add(this.lblPomfUploadURL);
resources.ApplyResources(this.tpPomf, "tpPomf");
this.tpPomf.Name = "tpPomf";
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
// txtPomfResultURL
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
resources.ApplyResources(this.txtPomfResultURL, "txtPomfResultURL");
this.txtPomfResultURL.Name = "txtPomfResultURL";
this.txtPomfResultURL.TextChanged += new System.EventHandler(this.txtPomfResultURL_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
// txtPomfUploadURL
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
resources.ApplyResources(this.txtPomfUploadURL, "txtPomfUploadURL");
this.txtPomfUploadURL.Name = "txtPomfUploadURL";
this.txtPomfUploadURL.TextChanged += new System.EventHandler(this.txtPomfUploadURL_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
// lblPomfResultURL
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
resources.ApplyResources(this.lblPomfResultURL, "lblPomfResultURL");
this.lblPomfResultURL.Name = "lblPomfResultURL";
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
// lblPomfUploadURL
2018-10-02 12:11:53 +13:00
//
2015-10-06 13:09:16 +13:00
resources.ApplyResources(this.lblPomfUploadURL, "lblPomfUploadURL");
this.lblPomfUploadURL.Name = "lblPomfUploadURL";
2018-10-02 12:11:53 +13:00
//
// tpSeafile
2018-10-02 12:11:53 +13:00
//
this.tpSeafile.BackColor = System.Drawing.SystemColors.Window;
2015-10-13 19:44:51 +13:00
this.tpSeafile.Controls.Add(this.cbSeafileAPIURL);
this.tpSeafile.Controls.Add(this.grpSeafileShareSettings);
this.tpSeafile.Controls.Add(this.btnSeafileLibraryPasswordValidate);
this.tpSeafile.Controls.Add(this.txtSeafileLibraryPassword);
this.tpSeafile.Controls.Add(this.lblSeafileLibraryPassword);
this.tpSeafile.Controls.Add(this.lvSeafileLibraries);
this.tpSeafile.Controls.Add(this.btnSeafilePathValidate);
this.tpSeafile.Controls.Add(this.txtSeafileDirectoryPath);
this.tpSeafile.Controls.Add(this.lblSeafileWritePermNotif);
this.tpSeafile.Controls.Add(this.lblSeafilePath);
this.tpSeafile.Controls.Add(this.txtSeafileUploadLocationRefresh);
this.tpSeafile.Controls.Add(this.lblSeafileSelectLibrary);
this.tpSeafile.Controls.Add(this.grpSeafileAccInfo);
this.tpSeafile.Controls.Add(this.btnSeafileCheckAuthToken);
this.tpSeafile.Controls.Add(this.btnSeafileCheckAPIURL);
this.tpSeafile.Controls.Add(this.grpSeafileObtainAuthToken);
this.tpSeafile.Controls.Add(this.cbSeafileIgnoreInvalidCert);
this.tpSeafile.Controls.Add(this.cbSeafileCreateShareableURL);
this.tpSeafile.Controls.Add(this.cbSeafileCreateShareableURLRaw);
this.tpSeafile.Controls.Add(this.txtSeafileAuthToken);
this.tpSeafile.Controls.Add(this.lblSeafileAuthToken);
this.tpSeafile.Controls.Add(this.lblSeafileAPIURL);
resources.ApplyResources(this.tpSeafile, "tpSeafile");
this.tpSeafile.Name = "tpSeafile";
2018-10-02 12:11:53 +13:00
//
// cbSeafileAPIURL
2018-10-02 12:11:53 +13:00
//
this.cbSeafileAPIURL.FormattingEnabled = true;
this.cbSeafileAPIURL.Items.AddRange(new object[] {
resources.GetString("cbSeafileAPIURL.Items"),
resources.GetString("cbSeafileAPIURL.Items1")});
resources.ApplyResources(this.cbSeafileAPIURL, "cbSeafileAPIURL");
this.cbSeafileAPIURL.Name = "cbSeafileAPIURL";
this.cbSeafileAPIURL.TextChanged += new System.EventHandler(this.cbSeafileAPIURL_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
// grpSeafileShareSettings
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
this.grpSeafileShareSettings.Controls.Add(this.txtSeafileSharePassword);
this.grpSeafileShareSettings.Controls.Add(this.lblSeafileSharePassword);
this.grpSeafileShareSettings.Controls.Add(this.nudSeafileExpireDays);
this.grpSeafileShareSettings.Controls.Add(this.lblSeafileDaysToExpire);
resources.ApplyResources(this.grpSeafileShareSettings, "grpSeafileShareSettings");
this.grpSeafileShareSettings.Name = "grpSeafileShareSettings";
this.grpSeafileShareSettings.TabStop = false;
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
// txtSeafileSharePassword
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
resources.ApplyResources(this.txtSeafileSharePassword, "txtSeafileSharePassword");
this.txtSeafileSharePassword.Name = "txtSeafileSharePassword";
this.txtSeafileSharePassword.UseSystemPasswordChar = true;
this.txtSeafileSharePassword.TextChanged += new System.EventHandler(this.txtSeafileSharePassword_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
// lblSeafileSharePassword
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
resources.ApplyResources(this.lblSeafileSharePassword, "lblSeafileSharePassword");
this.lblSeafileSharePassword.Name = "lblSeafileSharePassword";
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
// nudSeafileExpireDays
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
resources.ApplyResources(this.nudSeafileExpireDays, "nudSeafileExpireDays");
this.nudSeafileExpireDays.Maximum = new decimal(new int[] {
900,
0,
0,
0});
this.nudSeafileExpireDays.Name = "nudSeafileExpireDays";
this.nudSeafileExpireDays.Value = new decimal(new int[] {
7,
0,
0,
0});
this.nudSeafileExpireDays.ValueChanged += new System.EventHandler(this.nudSeafileExpireDays_ValueChanged);
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
// lblSeafileDaysToExpire
2018-10-02 12:11:53 +13:00
//
2015-10-13 19:44:51 +13:00
resources.ApplyResources(this.lblSeafileDaysToExpire, "lblSeafileDaysToExpire");
this.lblSeafileDaysToExpire.Name = "lblSeafileDaysToExpire";
2018-10-02 12:11:53 +13:00
//
// btnSeafileLibraryPasswordValidate
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnSeafileLibraryPasswordValidate, "btnSeafileLibraryPasswordValidate");
this.btnSeafileLibraryPasswordValidate.Name = "btnSeafileLibraryPasswordValidate";
this.btnSeafileLibraryPasswordValidate.UseVisualStyleBackColor = true;
this.btnSeafileLibraryPasswordValidate.Click += new System.EventHandler(this.btnSeafileLibraryPasswordValidate_Click);
2018-10-02 12:11:53 +13:00
//
// txtSeafileLibraryPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSeafileLibraryPassword, "txtSeafileLibraryPassword");
this.txtSeafileLibraryPassword.Name = "txtSeafileLibraryPassword";
this.txtSeafileLibraryPassword.UseSystemPasswordChar = true;
this.txtSeafileLibraryPassword.TextChanged += new System.EventHandler(this.txtSeafileLibraryPassword_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblSeafileLibraryPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafileLibraryPassword, "lblSeafileLibraryPassword");
this.lblSeafileLibraryPassword.Name = "lblSeafileLibraryPassword";
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
// lvSeafileLibraries
//
this.lvSeafileLibraries.AllowColumnSort = true;
this.lvSeafileLibraries.AutoFillColumn = true;
this.lvSeafileLibraries.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colSeafileLibraryName,
this.colSeafileLibrarySize,
this.colSeafileLibraryEncrypted});
this.lvSeafileLibraries.DisableDeselect = true;
this.lvSeafileLibraries.FullRowSelect = true;
this.lvSeafileLibraries.HideSelection = false;
resources.ApplyResources(this.lvSeafileLibraries, "lvSeafileLibraries");
this.lvSeafileLibraries.Name = "lvSeafileLibraries";
this.lvSeafileLibraries.UseCompatibleStateImageBehavior = false;
this.lvSeafileLibraries.View = System.Windows.Forms.View.Details;
this.lvSeafileLibraries.SelectedIndexChanged += new System.EventHandler(this.lvSeafileLibraries_SelectedIndexChanged);
//
// colSeafileLibraryName
//
resources.ApplyResources(this.colSeafileLibraryName, "colSeafileLibraryName");
//
// colSeafileLibrarySize
//
resources.ApplyResources(this.colSeafileLibrarySize, "colSeafileLibrarySize");
//
// colSeafileLibraryEncrypted
//
resources.ApplyResources(this.colSeafileLibraryEncrypted, "colSeafileLibraryEncrypted");
//
// btnSeafilePathValidate
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnSeafilePathValidate, "btnSeafilePathValidate");
this.btnSeafilePathValidate.Name = "btnSeafilePathValidate";
this.btnSeafilePathValidate.UseVisualStyleBackColor = true;
this.btnSeafilePathValidate.Click += new System.EventHandler(this.btnSeafilePathValidate_Click);
2018-10-02 12:11:53 +13:00
//
// txtSeafileDirectoryPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSeafileDirectoryPath, "txtSeafileDirectoryPath");
this.txtSeafileDirectoryPath.Name = "txtSeafileDirectoryPath";
this.txtSeafileDirectoryPath.TextChanged += new System.EventHandler(this.txtSeafileDirectoryPath_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblSeafileWritePermNotif
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafileWritePermNotif, "lblSeafileWritePermNotif");
this.lblSeafileWritePermNotif.Name = "lblSeafileWritePermNotif";
2018-10-02 12:11:53 +13:00
//
// lblSeafilePath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafilePath, "lblSeafilePath");
this.lblSeafilePath.Name = "lblSeafilePath";
2018-10-02 12:11:53 +13:00
//
// txtSeafileUploadLocationRefresh
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSeafileUploadLocationRefresh, "txtSeafileUploadLocationRefresh");
this.txtSeafileUploadLocationRefresh.Name = "txtSeafileUploadLocationRefresh";
this.txtSeafileUploadLocationRefresh.UseVisualStyleBackColor = true;
this.txtSeafileUploadLocationRefresh.Click += new System.EventHandler(this.txtSeafileUploadLocationRefresh_Click);
2018-10-02 12:11:53 +13:00
//
// lblSeafileSelectLibrary
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafileSelectLibrary, "lblSeafileSelectLibrary");
this.lblSeafileSelectLibrary.Name = "lblSeafileSelectLibrary";
2018-10-02 12:11:53 +13:00
//
// grpSeafileAccInfo
2018-10-02 12:11:53 +13:00
//
this.grpSeafileAccInfo.Controls.Add(this.btnRefreshSeafileAccInfo);
this.grpSeafileAccInfo.Controls.Add(this.txtSeafileAccInfoUsage);
this.grpSeafileAccInfo.Controls.Add(this.txtSeafileAccInfoEmail);
this.grpSeafileAccInfo.Controls.Add(this.lblSeafileAccInfoEmail);
this.grpSeafileAccInfo.Controls.Add(this.lblSeafileAccInfoUsage);
resources.ApplyResources(this.grpSeafileAccInfo, "grpSeafileAccInfo");
this.grpSeafileAccInfo.Name = "grpSeafileAccInfo";
this.grpSeafileAccInfo.TabStop = false;
2018-10-02 12:11:53 +13:00
//
// btnRefreshSeafileAccInfo
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnRefreshSeafileAccInfo, "btnRefreshSeafileAccInfo");
this.btnRefreshSeafileAccInfo.Name = "btnRefreshSeafileAccInfo";
this.btnRefreshSeafileAccInfo.UseVisualStyleBackColor = true;
this.btnRefreshSeafileAccInfo.Click += new System.EventHandler(this.btnRefreshSeafileAccInfo_Click);
2018-10-02 12:11:53 +13:00
//
// txtSeafileAccInfoUsage
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSeafileAccInfoUsage, "txtSeafileAccInfoUsage");
this.txtSeafileAccInfoUsage.Name = "txtSeafileAccInfoUsage";
this.txtSeafileAccInfoUsage.ReadOnly = true;
2018-10-02 12:11:53 +13:00
//
// txtSeafileAccInfoEmail
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSeafileAccInfoEmail, "txtSeafileAccInfoEmail");
this.txtSeafileAccInfoEmail.Name = "txtSeafileAccInfoEmail";
this.txtSeafileAccInfoEmail.ReadOnly = true;
2018-10-02 12:11:53 +13:00
//
// lblSeafileAccInfoEmail
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafileAccInfoEmail, "lblSeafileAccInfoEmail");
this.lblSeafileAccInfoEmail.Name = "lblSeafileAccInfoEmail";
2018-10-02 12:11:53 +13:00
//
// lblSeafileAccInfoUsage
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafileAccInfoUsage, "lblSeafileAccInfoUsage");
this.lblSeafileAccInfoUsage.Name = "lblSeafileAccInfoUsage";
2018-10-02 12:11:53 +13:00
//
// btnSeafileCheckAuthToken
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnSeafileCheckAuthToken, "btnSeafileCheckAuthToken");
this.btnSeafileCheckAuthToken.Name = "btnSeafileCheckAuthToken";
this.btnSeafileCheckAuthToken.UseVisualStyleBackColor = true;
this.btnSeafileCheckAuthToken.Click += new System.EventHandler(this.btnSeafileCheckAuthToken_Click);
2018-10-02 12:11:53 +13:00
//
// btnSeafileCheckAPIURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnSeafileCheckAPIURL, "btnSeafileCheckAPIURL");
this.btnSeafileCheckAPIURL.Name = "btnSeafileCheckAPIURL";
this.btnSeafileCheckAPIURL.UseVisualStyleBackColor = true;
this.btnSeafileCheckAPIURL.Click += new System.EventHandler(this.btnSeafileCheckAPIURL_Click);
2018-10-02 12:11:53 +13:00
//
// grpSeafileObtainAuthToken
2018-10-02 12:11:53 +13:00
//
this.grpSeafileObtainAuthToken.Controls.Add(this.btnSeafileGetAuthToken);
this.grpSeafileObtainAuthToken.Controls.Add(this.txtSeafilePassword);
this.grpSeafileObtainAuthToken.Controls.Add(this.txtSeafileUsername);
this.grpSeafileObtainAuthToken.Controls.Add(this.lblSeafileUsername);
this.grpSeafileObtainAuthToken.Controls.Add(this.lblSeafilePassword);
resources.ApplyResources(this.grpSeafileObtainAuthToken, "grpSeafileObtainAuthToken");
this.grpSeafileObtainAuthToken.Name = "grpSeafileObtainAuthToken";
this.grpSeafileObtainAuthToken.TabStop = false;
2018-10-02 12:11:53 +13:00
//
// btnSeafileGetAuthToken
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnSeafileGetAuthToken, "btnSeafileGetAuthToken");
this.btnSeafileGetAuthToken.Name = "btnSeafileGetAuthToken";
this.btnSeafileGetAuthToken.UseVisualStyleBackColor = true;
this.btnSeafileGetAuthToken.Click += new System.EventHandler(this.btnSeafileGetAuthToken_Click);
2018-10-02 12:11:53 +13:00
//
// txtSeafilePassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSeafilePassword, "txtSeafilePassword");
this.txtSeafilePassword.Name = "txtSeafilePassword";
this.txtSeafilePassword.UseSystemPasswordChar = true;
this.txtSeafilePassword.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSeafilePassword_KeyUp);
2018-10-02 12:11:53 +13:00
//
// txtSeafileUsername
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSeafileUsername, "txtSeafileUsername");
this.txtSeafileUsername.Name = "txtSeafileUsername";
2018-10-02 12:11:53 +13:00
//
// lblSeafileUsername
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafileUsername, "lblSeafileUsername");
this.lblSeafileUsername.Name = "lblSeafileUsername";
2018-10-02 12:11:53 +13:00
//
// lblSeafilePassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafilePassword, "lblSeafilePassword");
this.lblSeafilePassword.Name = "lblSeafilePassword";
2018-10-02 12:11:53 +13:00
//
// cbSeafileIgnoreInvalidCert
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbSeafileIgnoreInvalidCert, "cbSeafileIgnoreInvalidCert");
this.cbSeafileIgnoreInvalidCert.Name = "cbSeafileIgnoreInvalidCert";
this.cbSeafileIgnoreInvalidCert.UseVisualStyleBackColor = true;
this.cbSeafileIgnoreInvalidCert.CheckedChanged += new System.EventHandler(this.cbSeafileIgnoreInvalidCert_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// cbSeafileCreateShareableURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbSeafileCreateShareableURL, "cbSeafileCreateShareableURL");
this.cbSeafileCreateShareableURL.Name = "cbSeafileCreateShareableURL";
this.cbSeafileCreateShareableURL.UseVisualStyleBackColor = true;
this.cbSeafileCreateShareableURL.CheckedChanged += new System.EventHandler(this.cbSeafileCreateShareableURL_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// cbSeafileCreateShareableURLRaw
//
resources.ApplyResources(this.cbSeafileCreateShareableURLRaw, "cbSeafileCreateShareableURLRaw");
this.cbSeafileCreateShareableURLRaw.Name = "cbSeafileCreateShareableURLRaw";
this.cbSeafileCreateShareableURLRaw.UseVisualStyleBackColor = true;
this.cbSeafileCreateShareableURLRaw.CheckedChanged += new System.EventHandler(this.cbSeafileCreateShareableURLRaw_CheckedChanged);
//
// txtSeafileAuthToken
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtSeafileAuthToken, "txtSeafileAuthToken");
this.txtSeafileAuthToken.Name = "txtSeafileAuthToken";
2020-06-01 22:36:55 +12:00
this.txtSeafileAuthToken.UseSystemPasswordChar = true;
this.txtSeafileAuthToken.TextChanged += new System.EventHandler(this.txtSeafileAuthToken_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblSeafileAuthToken
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafileAuthToken, "lblSeafileAuthToken");
this.lblSeafileAuthToken.Name = "lblSeafileAuthToken";
2018-10-02 12:11:53 +13:00
//
// lblSeafileAPIURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSeafileAPIURL, "lblSeafileAPIURL");
this.lblSeafileAPIURL.Name = "lblSeafileAPIURL";
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
// tpStreamable
2018-10-02 12:11:53 +13:00
//
this.tpStreamable.BackColor = System.Drawing.SystemColors.Window;
this.tpStreamable.Controls.Add(this.cbStreamableUseDirectURL);
2015-12-03 11:23:12 +13:00
this.tpStreamable.Controls.Add(this.txtStreamablePassword);
this.tpStreamable.Controls.Add(this.txtStreamableUsername);
this.tpStreamable.Controls.Add(this.lblStreamableUsername);
this.tpStreamable.Controls.Add(this.lblStreamablePassword);
resources.ApplyResources(this.tpStreamable, "tpStreamable");
this.tpStreamable.Name = "tpStreamable";
2018-10-02 12:11:53 +13:00
//
// cbStreamableUseDirectURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbStreamableUseDirectURL, "cbStreamableUseDirectURL");
this.cbStreamableUseDirectURL.Name = "cbStreamableUseDirectURL";
this.cbStreamableUseDirectURL.UseVisualStyleBackColor = true;
this.cbStreamableUseDirectURL.CheckedChanged += new System.EventHandler(this.cbStreamableUseDirectURL_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
// txtStreamablePassword
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
resources.ApplyResources(this.txtStreamablePassword, "txtStreamablePassword");
this.txtStreamablePassword.Name = "txtStreamablePassword";
this.txtStreamablePassword.UseSystemPasswordChar = true;
this.txtStreamablePassword.TextChanged += new System.EventHandler(this.txtStreamablePassword_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
// txtStreamableUsername
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
resources.ApplyResources(this.txtStreamableUsername, "txtStreamableUsername");
this.txtStreamableUsername.Name = "txtStreamableUsername";
this.txtStreamableUsername.TextChanged += new System.EventHandler(this.txtStreamableUsername_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
// lblStreamableUsername
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
resources.ApplyResources(this.lblStreamableUsername, "lblStreamableUsername");
this.lblStreamableUsername.Name = "lblStreamableUsername";
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
// lblStreamablePassword
2018-10-02 12:11:53 +13:00
//
2015-12-03 11:23:12 +13:00
resources.ApplyResources(this.lblStreamablePassword, "lblStreamablePassword");
this.lblStreamablePassword.Name = "lblStreamablePassword";
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
// tpSul
2018-10-02 12:11:53 +13:00
//
this.tpSul.BackColor = System.Drawing.SystemColors.Window;
this.tpSul.Controls.Add(this.btnSulGetAPIKey);
2016-05-16 00:22:13 +12:00
this.tpSul.Controls.Add(this.txtSulAPIKey);
this.tpSul.Controls.Add(this.lblSulAPIKey);
resources.ApplyResources(this.tpSul, "tpSul");
this.tpSul.Name = "tpSul";
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
// btnSulGetAPIKey
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
resources.ApplyResources(this.btnSulGetAPIKey, "btnSulGetAPIKey");
this.btnSulGetAPIKey.Name = "btnSulGetAPIKey";
this.btnSulGetAPIKey.UseVisualStyleBackColor = true;
this.btnSulGetAPIKey.Click += new System.EventHandler(this.btnSulGetAPIKey_Click);
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
// txtSulAPIKey
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
resources.ApplyResources(this.txtSulAPIKey, "txtSulAPIKey");
this.txtSulAPIKey.Name = "txtSulAPIKey";
this.txtSulAPIKey.UseSystemPasswordChar = true;
2016-05-16 00:22:13 +12:00
this.txtSulAPIKey.TextChanged += new System.EventHandler(this.txtSulAPIKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
// lblSulAPIKey
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
resources.ApplyResources(this.lblSulAPIKey, "lblSulAPIKey");
this.lblSulAPIKey.Name = "lblSulAPIKey";
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
// tpLithiio
2018-10-02 12:11:53 +13:00
//
this.tpLithiio.BackColor = System.Drawing.SystemColors.Window;
this.tpLithiio.Controls.Add(this.btnLithiioFetchAPIKey);
2017-11-11 11:21:04 +13:00
this.tpLithiio.Controls.Add(this.txtLithiioPassword);
this.tpLithiio.Controls.Add(this.txtLithiioEmail);
this.tpLithiio.Controls.Add(this.lblLithiioPassword);
this.tpLithiio.Controls.Add(this.lblLithiioEmail);
this.tpLithiio.Controls.Add(this.btnLithiioGetAPIKey);
2016-05-16 00:22:13 +12:00
this.tpLithiio.Controls.Add(this.lblLithiioApiKey);
this.tpLithiio.Controls.Add(this.txtLithiioApiKey);
resources.ApplyResources(this.tpLithiio, "tpLithiio");
this.tpLithiio.Name = "tpLithiio";
2018-10-02 12:11:53 +13:00
//
// btnLithiioFetchAPIKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnLithiioFetchAPIKey, "btnLithiioFetchAPIKey");
this.btnLithiioFetchAPIKey.Name = "btnLithiioFetchAPIKey";
this.btnLithiioFetchAPIKey.UseVisualStyleBackColor = true;
this.btnLithiioFetchAPIKey.Click += new System.EventHandler(this.btnLithiioLogin_Click);
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
// txtLithiioPassword
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
resources.ApplyResources(this.txtLithiioPassword, "txtLithiioPassword");
this.txtLithiioPassword.Name = "txtLithiioPassword";
this.txtLithiioPassword.UseSystemPasswordChar = true;
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
// txtLithiioEmail
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
resources.ApplyResources(this.txtLithiioEmail, "txtLithiioEmail");
this.txtLithiioEmail.Name = "txtLithiioEmail";
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
// lblLithiioPassword
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
resources.ApplyResources(this.lblLithiioPassword, "lblLithiioPassword");
this.lblLithiioPassword.Name = "lblLithiioPassword";
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
// lblLithiioEmail
2018-10-02 12:11:53 +13:00
//
2017-11-11 11:21:04 +13:00
resources.ApplyResources(this.lblLithiioEmail, "lblLithiioEmail");
this.lblLithiioEmail.Name = "lblLithiioEmail";
2018-10-02 12:11:53 +13:00
//
2016-05-30 19:04:07 +12:00
// btnLithiioGetAPIKey
2018-10-02 12:11:53 +13:00
//
2016-05-30 19:04:07 +12:00
resources.ApplyResources(this.btnLithiioGetAPIKey, "btnLithiioGetAPIKey");
this.btnLithiioGetAPIKey.Name = "btnLithiioGetAPIKey";
this.btnLithiioGetAPIKey.UseVisualStyleBackColor = true;
this.btnLithiioGetAPIKey.Click += new System.EventHandler(this.btnLithiioGetAPIKey_Click);
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
// lblLithiioApiKey
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
resources.ApplyResources(this.lblLithiioApiKey, "lblLithiioApiKey");
this.lblLithiioApiKey.Name = "lblLithiioApiKey";
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
// txtLithiioApiKey
2018-10-02 12:11:53 +13:00
//
2016-05-16 00:22:13 +12:00
resources.ApplyResources(this.txtLithiioApiKey, "txtLithiioApiKey");
this.txtLithiioApiKey.Name = "txtLithiioApiKey";
this.txtLithiioApiKey.UseSystemPasswordChar = true;
this.txtLithiioApiKey.TextChanged += new System.EventHandler(this.txtLithiioApiKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
// tpPlik
2018-10-02 12:11:53 +13:00
//
this.tpPlik.BackColor = System.Drawing.SystemColors.Window;
2017-04-21 04:38:20 +12:00
this.tpPlik.Controls.Add(this.gbPlikSettings);
this.tpPlik.Controls.Add(this.gbPlikLoginCredentials);
resources.ApplyResources(this.tpPlik, "tpPlik");
this.tpPlik.Name = "tpPlik";
2018-10-02 12:11:53 +13:00
//
2017-04-21 04:38:20 +12:00
// gbPlikSettings
2018-10-02 12:11:53 +13:00
//
2017-04-21 04:38:20 +12:00
this.gbPlikSettings.Controls.Add(this.cbPlikOneShot);
this.gbPlikSettings.Controls.Add(this.txtPlikComment);
this.gbPlikSettings.Controls.Add(this.cbPlikComment);
this.gbPlikSettings.Controls.Add(this.cbPlikRemovable);
resources.ApplyResources(this.gbPlikSettings, "gbPlikSettings");
this.gbPlikSettings.Name = "gbPlikSettings";
this.gbPlikSettings.TabStop = false;
2018-10-02 12:11:53 +13:00
//
// cbPlikOneShot
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbPlikOneShot, "cbPlikOneShot");
this.cbPlikOneShot.Name = "cbPlikOneShot";
this.cbPlikOneShot.UseVisualStyleBackColor = true;
this.cbPlikOneShot.CheckedChanged += new System.EventHandler(this.cbPlikOneShot_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// txtPlikComment
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPlikComment, "txtPlikComment");
this.txtPlikComment.Name = "txtPlikComment";
this.txtPlikComment.ReadOnly = true;
this.txtPlikComment.TextChanged += new System.EventHandler(this.txtPlikComment_TextChanged);
2018-10-02 12:11:53 +13:00
//
// cbPlikComment
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbPlikComment, "cbPlikComment");
this.cbPlikComment.Name = "cbPlikComment";
this.cbPlikComment.UseVisualStyleBackColor = true;
this.cbPlikComment.CheckedChanged += new System.EventHandler(this.cbPlikComment_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// cbPlikRemovable
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbPlikRemovable, "cbPlikRemovable");
this.cbPlikRemovable.Name = "cbPlikRemovable";
this.cbPlikRemovable.UseVisualStyleBackColor = true;
this.cbPlikRemovable.CheckedChanged += new System.EventHandler(this.cbPlikRemovable_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2017-04-21 04:38:20 +12:00
// gbPlikLoginCredentials
2018-10-02 12:11:53 +13:00
//
2017-04-21 04:38:20 +12:00
this.gbPlikLoginCredentials.Controls.Add(this.nudPlikTTL);
2021-09-08 11:53:11 +12:00
this.gbPlikLoginCredentials.Controls.Add(this.cbPlikTTLUnit);
2017-04-21 04:38:20 +12:00
this.gbPlikLoginCredentials.Controls.Add(this.lblPlikTTL);
this.gbPlikLoginCredentials.Controls.Add(this.txtPlikURL);
this.gbPlikLoginCredentials.Controls.Add(this.lblPlikURL);
this.gbPlikLoginCredentials.Controls.Add(this.cbPlikIsSecured);
this.gbPlikLoginCredentials.Controls.Add(this.lblPlikAPIKey);
this.gbPlikLoginCredentials.Controls.Add(this.txtPlikAPIKey);
this.gbPlikLoginCredentials.Controls.Add(this.lblPlikPassword);
this.gbPlikLoginCredentials.Controls.Add(this.lblPlikUsername);
this.gbPlikLoginCredentials.Controls.Add(this.txtPlikPassword);
this.gbPlikLoginCredentials.Controls.Add(this.txtPlikLogin);
resources.ApplyResources(this.gbPlikLoginCredentials, "gbPlikLoginCredentials");
this.gbPlikLoginCredentials.Name = "gbPlikLoginCredentials";
this.gbPlikLoginCredentials.TabStop = false;
2018-10-02 12:11:53 +13:00
//
// nudPlikTTL
2018-10-02 12:11:53 +13:00
//
this.nudPlikTTL.DecimalPlaces = 2;
resources.ApplyResources(this.nudPlikTTL, "nudPlikTTL");
this.nudPlikTTL.Maximum = new decimal(new int[] {
1661992960,
1808227885,
5,
0});
this.nudPlikTTL.Minimum = new decimal(new int[] {
1,
0,
0,
-2147483648});
this.nudPlikTTL.Name = "nudPlikTTL";
this.nudPlikTTL.Value = new decimal(new int[] {
1,
0,
0,
0});
this.nudPlikTTL.ValueChanged += new System.EventHandler(this.nudPlikTTL_ValueChanged);
2018-10-02 12:11:53 +13:00
//
2021-09-08 11:53:11 +12:00
// cbPlikTTLUnit
2018-10-02 12:11:53 +13:00
//
2021-09-08 11:53:11 +12:00
this.cbPlikTTLUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPlikTTLUnit.FormattingEnabled = true;
this.cbPlikTTLUnit.Items.AddRange(new object[] {
resources.GetString("cbPlikTTLUnit.Items"),
resources.GetString("cbPlikTTLUnit.Items1"),
resources.GetString("cbPlikTTLUnit.Items2"),
resources.GetString("cbPlikTTLUnit.Items3")});
resources.ApplyResources(this.cbPlikTTLUnit, "cbPlikTTLUnit");
this.cbPlikTTLUnit.Name = "cbPlikTTLUnit";
this.cbPlikTTLUnit.SelectedIndexChanged += new System.EventHandler(this.cbPlikTTLUnit_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
// lblPlikTTL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPlikTTL, "lblPlikTTL");
this.lblPlikTTL.Name = "lblPlikTTL";
2018-10-02 12:11:53 +13:00
//
// txtPlikURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPlikURL, "txtPlikURL");
this.txtPlikURL.Name = "txtPlikURL";
this.txtPlikURL.TextChanged += new System.EventHandler(this.txtPlikURL_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblPlikURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPlikURL, "lblPlikURL");
this.lblPlikURL.Name = "lblPlikURL";
2018-10-02 12:11:53 +13:00
//
// cbPlikIsSecured
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbPlikIsSecured, "cbPlikIsSecured");
this.cbPlikIsSecured.Name = "cbPlikIsSecured";
this.cbPlikIsSecured.UseVisualStyleBackColor = true;
this.cbPlikIsSecured.CheckedChanged += new System.EventHandler(this.cbPlikIsSecured_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// lblPlikAPIKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPlikAPIKey, "lblPlikAPIKey");
this.lblPlikAPIKey.Name = "lblPlikAPIKey";
2018-10-02 12:11:53 +13:00
//
// txtPlikAPIKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPlikAPIKey, "txtPlikAPIKey");
this.txtPlikAPIKey.Name = "txtPlikAPIKey";
this.txtPlikAPIKey.UseSystemPasswordChar = true;
this.txtPlikAPIKey.TextChanged += new System.EventHandler(this.txtPlikAPIKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
// lblPlikPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPlikPassword, "lblPlikPassword");
this.lblPlikPassword.Name = "lblPlikPassword";
2018-10-02 12:11:53 +13:00
//
// lblPlikUsername
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPlikUsername, "lblPlikUsername");
this.lblPlikUsername.Name = "lblPlikUsername";
2018-10-02 12:11:53 +13:00
//
// txtPlikPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPlikPassword, "txtPlikPassword");
this.txtPlikPassword.Name = "txtPlikPassword";
this.txtPlikPassword.UseSystemPasswordChar = true;
this.txtPlikPassword.TextChanged += new System.EventHandler(this.txtPlikPassword_TextChanged);
2018-10-02 12:11:53 +13:00
//
// txtPlikLogin
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPlikLogin, "txtPlikLogin");
this.txtPlikLogin.Name = "txtPlikLogin";
this.txtPlikLogin.TextChanged += new System.EventHandler(this.txtPlikLogin_TextChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-10 12:49:40 +12:00
// tpYouTube
2018-10-02 12:11:53 +13:00
//
2022-12-09 00:21:16 +13:00
this.tpYouTube.Controls.Add(this.oauth2YouTube);
2021-11-20 18:38:34 +13:00
this.tpYouTube.Controls.Add(this.llYouTubePermissionsLink);
this.tpYouTube.Controls.Add(this.lblYouTubePermissionsTip);
this.tpYouTube.Controls.Add(this.cbYouTubeShowDialog);
2018-04-12 22:09:35 +12:00
this.tpYouTube.Controls.Add(this.cbYouTubeUseShortenedLink);
2018-04-10 12:49:40 +12:00
this.tpYouTube.Controls.Add(this.cbYouTubePrivacyType);
this.tpYouTube.Controls.Add(this.lblYouTubePrivacyType);
resources.ApplyResources(this.tpYouTube, "tpYouTube");
this.tpYouTube.Name = "tpYouTube";
this.tpYouTube.UseVisualStyleBackColor = true;
2018-10-02 12:11:53 +13:00
//
// oauth2YouTube
//
resources.ApplyResources(this.oauth2YouTube, "oauth2YouTube");
this.oauth2YouTube.Name = "oauth2YouTube";
this.oauth2YouTube.ConnectButtonClicked += new System.Action(this.oauth2YouTube_ConnectButtonClicked);
this.oauth2YouTube.DisconnectButtonClicked += new System.Action(this.oauth2YouTube_DisconnectButtonClicked);
//
2021-12-29 02:35:47 +13:00
// llYouTubePermissionsLink
//
resources.ApplyResources(this.llYouTubePermissionsLink, "llYouTubePermissionsLink");
this.llYouTubePermissionsLink.Name = "llYouTubePermissionsLink";
this.llYouTubePermissionsLink.TabStop = true;
this.llYouTubePermissionsLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llYouTubePermissionsLink_LinkClicked);
//
// lblYouTubePermissionsTip
//
resources.ApplyResources(this.lblYouTubePermissionsTip, "lblYouTubePermissionsTip");
this.lblYouTubePermissionsTip.Name = "lblYouTubePermissionsTip";
//
2021-11-20 18:38:34 +13:00
// cbYouTubeShowDialog
//
resources.ApplyResources(this.cbYouTubeShowDialog, "cbYouTubeShowDialog");
this.cbYouTubeShowDialog.Name = "cbYouTubeShowDialog";
this.cbYouTubeShowDialog.UseVisualStyleBackColor = true;
this.cbYouTubeShowDialog.CheckedChanged += new System.EventHandler(this.cbYouTubeShowDialog_CheckedChanged);
//
// cbYouTubeUseShortenedLink
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbYouTubeUseShortenedLink, "cbYouTubeUseShortenedLink");
this.cbYouTubeUseShortenedLink.Name = "cbYouTubeUseShortenedLink";
this.cbYouTubeUseShortenedLink.UseVisualStyleBackColor = true;
this.cbYouTubeUseShortenedLink.CheckedChanged += new System.EventHandler(this.cbYouTubeUseShortenedLink_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-10 12:49:40 +12:00
// cbYouTubePrivacyType
2018-10-02 12:11:53 +13:00
//
2018-04-10 12:49:40 +12:00
this.cbYouTubePrivacyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbYouTubePrivacyType.FormattingEnabled = true;
resources.ApplyResources(this.cbYouTubePrivacyType, "cbYouTubePrivacyType");
this.cbYouTubePrivacyType.Name = "cbYouTubePrivacyType";
this.cbYouTubePrivacyType.SelectedIndexChanged += new System.EventHandler(this.cbYouTubePrivacyType_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-10 12:49:40 +12:00
// lblYouTubePrivacyType
2018-10-02 12:11:53 +13:00
//
2018-04-10 12:49:40 +12:00
resources.ApplyResources(this.lblYouTubePrivacyType, "lblYouTubePrivacyType");
this.lblYouTubePrivacyType.Name = "lblYouTubePrivacyType";
2018-10-02 12:11:53 +13:00
//
// tpSharedFolder
2018-10-02 12:11:53 +13:00
//
this.tpSharedFolder.BackColor = System.Drawing.SystemColors.Window;
2018-04-22 21:10:23 +12:00
this.tpSharedFolder.Controls.Add(this.lbSharedFolderAccounts);
this.tpSharedFolder.Controls.Add(this.pgSharedFolderAccount);
this.tpSharedFolder.Controls.Add(this.btnSharedFolderDuplicate);
this.tpSharedFolder.Controls.Add(this.btnSharedFolderRemove);
this.tpSharedFolder.Controls.Add(this.btnSharedFolderAdd);
this.tpSharedFolder.Controls.Add(this.lblSharedFolderFiles);
this.tpSharedFolder.Controls.Add(this.lblSharedFolderText);
2021-08-30 22:01:36 +12:00
this.tpSharedFolder.Controls.Add(this.cbSharedFolderFiles);
this.tpSharedFolder.Controls.Add(this.lblSharedFolderImages);
2021-08-30 22:01:36 +12:00
this.tpSharedFolder.Controls.Add(this.cbSharedFolderText);
this.tpSharedFolder.Controls.Add(this.cbSharedFolderImages);
resources.ApplyResources(this.tpSharedFolder, "tpSharedFolder");
this.tpSharedFolder.Name = "tpSharedFolder";
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
// lbSharedFolderAccounts
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
this.lbSharedFolderAccounts.FormattingEnabled = true;
resources.ApplyResources(this.lbSharedFolderAccounts, "lbSharedFolderAccounts");
this.lbSharedFolderAccounts.Name = "lbSharedFolderAccounts";
this.lbSharedFolderAccounts.SelectedIndexChanged += new System.EventHandler(this.lbSharedFolderAccounts_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
// pgSharedFolderAccount
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
resources.ApplyResources(this.pgSharedFolderAccount, "pgSharedFolderAccount");
this.pgSharedFolderAccount.Name = "pgSharedFolderAccount";
this.pgSharedFolderAccount.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.pgSharedFolderAccount.ToolbarVisible = false;
this.pgSharedFolderAccount.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pgSharedFolderAccount_PropertyValueChanged);
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
// btnSharedFolderDuplicate
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
resources.ApplyResources(this.btnSharedFolderDuplicate, "btnSharedFolderDuplicate");
this.btnSharedFolderDuplicate.Name = "btnSharedFolderDuplicate";
this.btnSharedFolderDuplicate.UseVisualStyleBackColor = true;
this.btnSharedFolderDuplicate.Click += new System.EventHandler(this.btnSharedFolderDuplicate_Click);
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
// btnSharedFolderRemove
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
resources.ApplyResources(this.btnSharedFolderRemove, "btnSharedFolderRemove");
this.btnSharedFolderRemove.Name = "btnSharedFolderRemove";
this.btnSharedFolderRemove.UseVisualStyleBackColor = true;
this.btnSharedFolderRemove.Click += new System.EventHandler(this.btnSharedFolderRemove_Click);
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
// btnSharedFolderAdd
2018-10-02 12:11:53 +13:00
//
2018-04-22 21:10:23 +12:00
resources.ApplyResources(this.btnSharedFolderAdd, "btnSharedFolderAdd");
this.btnSharedFolderAdd.Name = "btnSharedFolderAdd";
this.btnSharedFolderAdd.UseVisualStyleBackColor = true;
this.btnSharedFolderAdd.Click += new System.EventHandler(this.btnSharedFolderAdd_Click);
2018-10-02 12:11:53 +13:00
//
// lblSharedFolderFiles
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSharedFolderFiles, "lblSharedFolderFiles");
this.lblSharedFolderFiles.Name = "lblSharedFolderFiles";
2018-10-02 12:11:53 +13:00
//
// lblSharedFolderText
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSharedFolderText, "lblSharedFolderText");
this.lblSharedFolderText.Name = "lblSharedFolderText";
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
// cbSharedFolderFiles
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
this.cbSharedFolderFiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSharedFolderFiles.FormattingEnabled = true;
resources.ApplyResources(this.cbSharedFolderFiles, "cbSharedFolderFiles");
this.cbSharedFolderFiles.Name = "cbSharedFolderFiles";
this.cbSharedFolderFiles.SelectedIndexChanged += new System.EventHandler(this.cbSharedFolderFiles_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
// lblSharedFolderImages
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblSharedFolderImages, "lblSharedFolderImages");
this.lblSharedFolderImages.Name = "lblSharedFolderImages";
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
// cbSharedFolderText
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
this.cbSharedFolderText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSharedFolderText.FormattingEnabled = true;
resources.ApplyResources(this.cbSharedFolderText, "cbSharedFolderText");
this.cbSharedFolderText.Name = "cbSharedFolderText";
this.cbSharedFolderText.SelectedIndexChanged += new System.EventHandler(this.cbSharedFolderText_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
// cbSharedFolderImages
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
this.cbSharedFolderImages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSharedFolderImages.FormattingEnabled = true;
resources.ApplyResources(this.cbSharedFolderImages, "cbSharedFolderImages");
this.cbSharedFolderImages.Name = "cbSharedFolderImages";
this.cbSharedFolderImages.SelectedIndexChanged += new System.EventHandler(this.cbSharedFolderImages_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// tpEmail
2018-10-02 12:11:53 +13:00
//
this.tpEmail.BackColor = System.Drawing.SystemColors.Window;
this.tpEmail.Controls.Add(this.txtEmailAutomaticSendTo);
this.tpEmail.Controls.Add(this.cbEmailAutomaticSend);
2016-03-24 09:26:29 +13:00
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";
2018-10-02 12:11:53 +13:00
//
2016-05-26 04:20:02 +12:00
// txtEmailAutomaticSendTo
2018-10-02 12:11:53 +13:00
//
2016-05-26 04:20:02 +12:00
resources.ApplyResources(this.txtEmailAutomaticSendTo, "txtEmailAutomaticSendTo");
this.txtEmailAutomaticSendTo.Name = "txtEmailAutomaticSendTo";
this.txtEmailAutomaticSendTo.TextChanged += new System.EventHandler(this.txtEmailAutomaticSendTo_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-05-26 04:20:02 +12:00
// cbEmailAutomaticSend
2018-10-02 12:11:53 +13:00
//
2016-05-26 04:20:02 +12:00
resources.ApplyResources(this.cbEmailAutomaticSend, "cbEmailAutomaticSend");
this.cbEmailAutomaticSend.Name = "cbEmailAutomaticSend";
this.cbEmailAutomaticSend.UseVisualStyleBackColor = true;
this.cbEmailAutomaticSend.CheckedChanged += new System.EventHandler(this.cbEmailAutomaticSend_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// lblEmailSmtpServer
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.lblEmailSmtpServer, "lblEmailSmtpServer");
this.lblEmailSmtpServer.Name = "lblEmailSmtpServer";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// lblEmailPassword
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.lblEmailPassword, "lblEmailPassword");
this.lblEmailPassword.Name = "lblEmailPassword";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// cbEmailRememberLastTo
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.cbEmailRememberLastTo, "cbEmailRememberLastTo");
this.cbEmailRememberLastTo.Name = "cbEmailRememberLastTo";
this.cbEmailRememberLastTo.UseVisualStyleBackColor = true;
this.cbEmailRememberLastTo.CheckedChanged += new System.EventHandler(this.cbRememberLastToEmail_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// txtEmailFrom
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.txtEmailFrom, "txtEmailFrom");
this.txtEmailFrom.Name = "txtEmailFrom";
this.txtEmailFrom.TextChanged += new System.EventHandler(this.txtEmail_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// txtEmailPassword
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.txtEmailPassword, "txtEmailPassword");
this.txtEmailPassword.Name = "txtEmailPassword";
this.txtEmailPassword.UseSystemPasswordChar = true;
this.txtEmailPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// txtEmailDefaultBody
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.txtEmailDefaultBody, "txtEmailDefaultBody");
this.txtEmailDefaultBody.Name = "txtEmailDefaultBody";
this.txtEmailDefaultBody.TextChanged += new System.EventHandler(this.txtDefaultBody_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// lblEmailFrom
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.lblEmailFrom, "lblEmailFrom");
this.lblEmailFrom.Name = "lblEmailFrom";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// txtEmailSmtpServer
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.txtEmailSmtpServer, "txtEmailSmtpServer");
this.txtEmailSmtpServer.Name = "txtEmailSmtpServer";
this.txtEmailSmtpServer.TextChanged += new System.EventHandler(this.txtSmtpServer_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// lblEmailDefaultSubject
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.lblEmailDefaultSubject, "lblEmailDefaultSubject");
this.lblEmailDefaultSubject.Name = "lblEmailDefaultSubject";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// lblEmailDefaultBody
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.lblEmailDefaultBody, "lblEmailDefaultBody");
this.lblEmailDefaultBody.Name = "lblEmailDefaultBody";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// nudEmailSmtpPort
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.nudEmailSmtpPort, "nudEmailSmtpPort");
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);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// lblEmailSmtpPort
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.lblEmailSmtpPort, "lblEmailSmtpPort");
this.lblEmailSmtpPort.Name = "lblEmailSmtpPort";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// txtEmailDefaultSubject
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.txtEmailDefaultSubject, "txtEmailDefaultSubject");
this.txtEmailDefaultSubject.Name = "txtEmailDefaultSubject";
this.txtEmailDefaultSubject.TextChanged += new System.EventHandler(this.txtDefaultSubject_TextChanged);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCopyShowFiles
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.btnCopyShowFiles, "btnCopyShowFiles");
2014-06-06 06:19:45 +12:00
this.btnCopyShowFiles.Name = "btnCopyShowFiles";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpTextUploaders
2018-10-02 12:11:53 +13:00
//
this.tpTextUploaders.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tcTextUploaders
2018-10-02 12:11:53 +13:00
//
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);
2015-08-04 00:59:33 +12:00
this.tcTextUploaders.Controls.Add(this.tpOneTimeSecret);
this.tcTextUploaders.Controls.Add(this.tpPastie);
resources.ApplyResources(this.tcTextUploaders, "tcTextUploaders");
2014-06-06 06:19:45 +12:00
this.tcTextUploaders.Name = "tcTextUploaders";
this.tcTextUploaders.SelectedIndex = 0;
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpPastebin
2018-10-02 12:11:53 +13:00
//
this.tpPastebin.BackColor = System.Drawing.SystemColors.Window;
this.tpPastebin.Controls.Add(this.cbPastebinRaw);
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";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// cbPastebinRaw
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.cbPastebinRaw, "cbPastebinRaw");
this.cbPastebinRaw.Name = "cbPastebinRaw";
this.cbPastebinRaw.UseVisualStyleBackColor = true;
this.cbPastebinRaw.CheckedChanged += new System.EventHandler(this.cbPastebinRaw_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2014-09-26 17:18:44 +12:00
// cbPastebinSyntax
2018-10-02 12:11:53 +13:00
//
2014-09-26 17:18:44 +12:00
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);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// btnPastebinRegister
2018-10-02 12:11:53 +13: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);
2018-10-02 12:11:53 +13:00
//
// lblPastebinSyntax
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPastebinSyntax, "lblPastebinSyntax");
2014-09-18 07:25:23 +12:00
this.lblPastebinSyntax.Name = "lblPastebinSyntax";
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// lblPastebinExpiration
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPastebinExpiration, "lblPastebinExpiration");
2014-09-18 07:25:23 +12:00
this.lblPastebinExpiration.Name = "lblPastebinExpiration";
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// lblPastebinPrivacy
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPastebinPrivacy, "lblPastebinPrivacy");
2014-09-18 07:25:23 +12:00
this.lblPastebinPrivacy.Name = "lblPastebinPrivacy";
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// lblPastebinTitle
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPastebinTitle, "lblPastebinTitle");
2014-09-18 07:25:23 +12:00
this.lblPastebinTitle.Name = "lblPastebinTitle";
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// lblPastebinPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPastebinPassword, "lblPastebinPassword");
2014-09-18 07:25:23 +12:00
this.lblPastebinPassword.Name = "lblPastebinPassword";
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// lblPastebinUsername
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPastebinUsername, "lblPastebinUsername");
2014-09-18 07:25:23 +12:00
this.lblPastebinUsername.Name = "lblPastebinUsername";
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// cbPastebinExpiration
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
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);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// cbPastebinPrivacy
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
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);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// txtPastebinTitle
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// txtPastebinPassword
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// txtPastebinUsername
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// lblPastebinLoginStatus
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPastebinLoginStatus, "lblPastebinLoginStatus");
2014-09-18 07:25:23 +12:00
this.lblPastebinLoginStatus.Name = "lblPastebinLoginStatus";
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// btnPastebinLogin
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpPaste_ee
2018-10-02 12:11:53 +13:00
//
this.tpPaste_ee.BackColor = System.Drawing.SystemColors.Window;
2017-10-03 06:15:54 +13:00
this.tpPaste_ee.Controls.Add(this.btnPaste_eeGetUserKey);
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";
2018-10-02 12:11:53 +13:00
//
2017-10-04 14:29:39 +13:00
// btnPaste_eeGetUserKey
2018-10-02 12:11:53 +13:00
//
2017-10-04 14:29:39 +13:00
resources.ApplyResources(this.btnPaste_eeGetUserKey, "btnPaste_eeGetUserKey");
this.btnPaste_eeGetUserKey.Name = "btnPaste_eeGetUserKey";
this.btnPaste_eeGetUserKey.UseVisualStyleBackColor = true;
this.btnPaste_eeGetUserKey.Click += new System.EventHandler(this.btnPaste_eeGetUserKey_Click);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPaste_eeUserAPIKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPaste_eeUserAPIKey, "lblPaste_eeUserAPIKey");
2014-06-06 06:19:45 +12:00
this.lblPaste_eeUserAPIKey.Name = "lblPaste_eeUserAPIKey";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPaste_eeUserAPIKey
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpGist
2018-10-02 12:11:53 +13:00
//
this.tpGist.BackColor = System.Drawing.SystemColors.Window;
2017-03-06 02:53:50 +13:00
this.tpGist.Controls.Add(this.lblGistCustomURLExample);
this.tpGist.Controls.Add(this.lblGistOAuthInfo);
this.tpGist.Controls.Add(this.lblGistCustomURL);
this.tpGist.Controls.Add(this.txtGistCustomURL);
this.tpGist.Controls.Add(this.cbGistUseRawURL);
this.tpGist.Controls.Add(this.cbGistPublishPublic);
2014-06-06 06:19:45 +12:00
this.tpGist.Controls.Add(this.oAuth2Gist);
resources.ApplyResources(this.tpGist, "tpGist");
2014-06-06 06:19:45 +12:00
this.tpGist.Name = "tpGist";
2018-10-02 12:11:53 +13:00
//
2017-03-11 14:07:36 +13:00
// lblGistCustomURLExample
2018-10-02 12:11:53 +13:00
//
2017-03-11 14:07:36 +13:00
resources.ApplyResources(this.lblGistCustomURLExample, "lblGistCustomURLExample");
this.lblGistCustomURLExample.Name = "lblGistCustomURLExample";
2018-10-02 12:11:53 +13:00
//
2017-03-06 02:53:50 +13:00
// lblGistOAuthInfo
2018-10-02 12:11:53 +13:00
//
2017-03-06 02:53:50 +13:00
resources.ApplyResources(this.lblGistOAuthInfo, "lblGistOAuthInfo");
this.lblGistOAuthInfo.Name = "lblGistOAuthInfo";
2018-10-02 12:11:53 +13:00
//
// lblGistCustomURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblGistCustomURL, "lblGistCustomURL");
this.lblGistCustomURL.Name = "lblGistCustomURL";
2018-10-02 12:11:53 +13:00
//
// txtGistCustomURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtGistCustomURL, "txtGistCustomURL");
this.txtGistCustomURL.Name = "txtGistCustomURL";
this.txtGistCustomURL.TextChanged += new System.EventHandler(this.txtGistCustomURL_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// cbGistUseRawURL
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.cbGistUseRawURL, "cbGistUseRawURL");
this.cbGistUseRawURL.Name = "cbGistUseRawURL";
this.cbGistUseRawURL.UseVisualStyleBackColor = true;
this.cbGistUseRawURL.CheckedChanged += new System.EventHandler(this.cbGistUseRawURL_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// cbGistPublishPublic
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbGistPublishPublic, "cbGistPublishPublic");
this.cbGistPublishPublic.Name = "cbGistPublishPublic";
this.cbGistPublishPublic.UseVisualStyleBackColor = true;
2021-08-30 20:12:24 +12:00
this.cbGistPublishPublic.CheckedChanged += new System.EventHandler(this.cbGistPublishPublic_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// oAuth2Gist
//
this.oAuth2Gist.IsRefreshable = false;
resources.ApplyResources(this.oAuth2Gist, "oAuth2Gist");
this.oAuth2Gist.Name = "oAuth2Gist";
this.oAuth2Gist.UserInfo = null;
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);
//
2016-03-24 09:26:29 +13:00
// tpUpaste
2018-10-02 12:11:53 +13:00
//
this.tpUpaste.BackColor = System.Drawing.SystemColors.Window;
2016-03-24 09:26:29 +13:00
this.tpUpaste.Controls.Add(this.cbUpasteIsPublic);
this.tpUpaste.Controls.Add(this.lblUpasteUserKey);
this.tpUpaste.Controls.Add(this.txtUpasteUserKey);
resources.ApplyResources(this.tpUpaste, "tpUpaste");
this.tpUpaste.Name = "tpUpaste";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// cbUpasteIsPublic
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblUpasteUserKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblUpasteUserKey, "lblUpasteUserKey");
2014-06-06 06:19:45 +12:00
this.lblUpasteUserKey.Name = "lblUpasteUserKey";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtUpasteUserKey
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-09-29 18:46:41 +13:00
// tpHastebin
2018-10-02 12:11:53 +13:00
//
this.tpHastebin.BackColor = System.Drawing.SystemColors.Window;
this.tpHastebin.Controls.Add(this.cbHastebinUseFileExtension);
2014-09-29 18:46:41 +13:00
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";
2018-10-02 12:11:53 +13:00
//
// cbHastebinUseFileExtension
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbHastebinUseFileExtension, "cbHastebinUseFileExtension");
this.cbHastebinUseFileExtension.Name = "cbHastebinUseFileExtension";
this.cbHastebinUseFileExtension.UseVisualStyleBackColor = true;
this.cbHastebinUseFileExtension.CheckedChanged += new System.EventHandler(this.cbHastebinUseFileExtension_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2014-09-29 18:46:41 +13:00
// txtHastebinSyntaxHighlighting
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-09-29 18:46:41 +13:00
// txtHastebinCustomDomain
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-09-29 18:46:41 +13:00
// lblHastebinSyntaxHighlighting
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblHastebinSyntaxHighlighting, "lblHastebinSyntaxHighlighting");
2014-09-29 18:46:41 +13:00
this.lblHastebinSyntaxHighlighting.Name = "lblHastebinSyntaxHighlighting";
2018-10-02 12:11:53 +13:00
//
2014-09-29 18:46:41 +13:00
// lblHastebinCustomDomain
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblHastebinCustomDomain, "lblHastebinCustomDomain");
2014-09-29 18:46:41 +13:00
this.lblHastebinCustomDomain.Name = "lblHastebinCustomDomain";
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
// tpOneTimeSecret
2018-10-02 12:11:53 +13:00
//
this.tpOneTimeSecret.BackColor = System.Drawing.SystemColors.Window;
2015-08-05 06:49:07 +12:00
this.tpOneTimeSecret.Controls.Add(this.lblOneTimeSecretAPIKey);
this.tpOneTimeSecret.Controls.Add(this.lblOneTimeSecretEmail);
this.tpOneTimeSecret.Controls.Add(this.txtOneTimeSecretAPIKey);
this.tpOneTimeSecret.Controls.Add(this.txtOneTimeSecretEmail);
resources.ApplyResources(this.tpOneTimeSecret, "tpOneTimeSecret");
this.tpOneTimeSecret.Name = "tpOneTimeSecret";
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
// lblOneTimeSecretAPIKey
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
resources.ApplyResources(this.lblOneTimeSecretAPIKey, "lblOneTimeSecretAPIKey");
this.lblOneTimeSecretAPIKey.Name = "lblOneTimeSecretAPIKey";
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
// lblOneTimeSecretEmail
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
resources.ApplyResources(this.lblOneTimeSecretEmail, "lblOneTimeSecretEmail");
this.lblOneTimeSecretEmail.Name = "lblOneTimeSecretEmail";
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
// txtOneTimeSecretAPIKey
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
resources.ApplyResources(this.txtOneTimeSecretAPIKey, "txtOneTimeSecretAPIKey");
this.txtOneTimeSecretAPIKey.Name = "txtOneTimeSecretAPIKey";
this.txtOneTimeSecretAPIKey.UseSystemPasswordChar = true;
this.txtOneTimeSecretAPIKey.TextChanged += new System.EventHandler(this.txtOneTimeSecretAPIKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
// txtOneTimeSecretEmail
2018-10-02 12:11:53 +13:00
//
2015-08-05 06:49:07 +12:00
resources.ApplyResources(this.txtOneTimeSecretEmail, "txtOneTimeSecretEmail");
this.txtOneTimeSecretEmail.Name = "txtOneTimeSecretEmail";
this.txtOneTimeSecretEmail.TextChanged += new System.EventHandler(this.txtOneTimeSecretEmail_TextChanged);
2018-10-02 12:11:53 +13:00
//
// tpPastie
2018-10-02 12:11:53 +13:00
//
this.tpPastie.BackColor = System.Drawing.SystemColors.Window;
this.tpPastie.Controls.Add(this.cbPastieIsPublic);
resources.ApplyResources(this.tpPastie, "tpPastie");
this.tpPastie.Name = "tpPastie";
2018-10-02 12:11:53 +13:00
//
// cbPastieIsPublic
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbPastieIsPublic, "cbPastieIsPublic");
this.cbPastieIsPublic.Name = "cbPastieIsPublic";
this.cbPastieIsPublic.UseVisualStyleBackColor = true;
2016-12-30 02:01:03 +13:00
this.cbPastieIsPublic.CheckedChanged += new System.EventHandler(this.cbPastieIsPublic_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpImageUploaders
2018-10-02 12:11:53 +13:00
//
this.tpImageUploaders.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tcImageUploaders
2018-10-02 12:11:53 +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.tpFlickr);
this.tcImageUploaders.Controls.Add(this.tpPhotobucket);
this.tcImageUploaders.Controls.Add(this.tpGooglePhotos);
2014-09-18 07:25:23 +12:00
this.tcImageUploaders.Controls.Add(this.tpChevereto);
2016-02-14 13:28:41 +13:00
this.tcImageUploaders.Controls.Add(this.tpVgyme);
resources.ApplyResources(this.tcImageUploaders, "tcImageUploaders");
2014-06-06 06:19:45 +12:00
this.tcImageUploaders.Name = "tcImageUploaders";
this.tcImageUploaders.SelectedIndex = 0;
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpImgur
2018-10-02 12:11:53 +13:00
//
this.tpImgur.BackColor = System.Drawing.SystemColors.Window;
2015-08-08 23:38:37 +12:00
this.tpImgur.Controls.Add(this.cbImgurUseGIFV);
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";
2018-10-02 12:11:53 +13:00
//
2015-08-10 07:21:20 +12:00
// cbImgurUseGIFV
2018-10-02 12:11:53 +13:00
//
2015-08-10 07:21:20 +12:00
resources.ApplyResources(this.cbImgurUseGIFV, "cbImgurUseGIFV");
this.cbImgurUseGIFV.Name = "cbImgurUseGIFV";
this.cbImgurUseGIFV.UseVisualStyleBackColor = true;
this.cbImgurUseGIFV.CheckedChanged += new System.EventHandler(this.cbImgurUseGIFV_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
2014-09-07 13:11:55 +12:00
// cbImgurUploadSelectedAlbum
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
// cbImgurDirectLink
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbImgurDirectLink, "cbImgurDirectLink");
this.cbImgurDirectLink.Name = "cbImgurDirectLink";
this.cbImgurDirectLink.UseVisualStyleBackColor = true;
this.cbImgurDirectLink.CheckedChanged += new System.EventHandler(this.cbImgurDirectLink_CheckedChanged);
2018-10-02 12:11:53 +13: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.UserInfo = null;
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);
//
2021-08-30 22:01:36 +12:00
// lvImgurAlbumList
//
this.lvImgurAlbumList.AllowColumnSort = true;
this.lvImgurAlbumList.AutoFillColumn = true;
this.lvImgurAlbumList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chImgurID,
this.chImgurTitle,
this.chImgurDescription});
this.lvImgurAlbumList.FullRowSelect = true;
this.lvImgurAlbumList.HideSelection = false;
resources.ApplyResources(this.lvImgurAlbumList, "lvImgurAlbumList");
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);
//
// chImgurID
//
resources.ApplyResources(this.chImgurID, "chImgurID");
//
// chImgurTitle
//
resources.ApplyResources(this.chImgurTitle, "chImgurTitle");
//
// chImgurDescription
//
resources.ApplyResources(this.chImgurDescription, "chImgurDescription");
//
2014-06-06 06:19:45 +12:00
// btnImgurRefreshAlbumList
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// cbImgurThumbnailType
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImgurThumbnailType
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblImgurThumbnailType, "lblImgurThumbnailType");
2014-06-06 06:19:45 +12:00
this.lblImgurThumbnailType.Name = "lblImgurThumbnailType";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpImageShack
2018-10-02 12:11:53 +13:00
//
this.tpImageShack.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackLogin
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackOpenPublicProfile
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// cbImageShackIsPublic
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackOpenMyImages
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImageShackUsername
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblImageShackUsername, "lblImageShackUsername");
2014-06-06 06:19:45 +12:00
this.lblImageShackUsername.Name = "lblImageShackUsername";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtImageShackUsername
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtImageShackPassword
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImageShackPassword
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblImageShackPassword, "lblImageShackPassword");
2014-06-06 06:19:45 +12:00
this.lblImageShackPassword.Name = "lblImageShackPassword";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// tpFlickr
2018-10-02 12:11:53 +13:00
//
this.tpFlickr.BackColor = System.Drawing.SystemColors.Window;
2017-10-09 20:14:02 +13:00
this.tpFlickr.Controls.Add(this.cbFlickrDirectLink);
2017-10-04 14:29:39 +13:00
this.tpFlickr.Controls.Add(this.oauthFlickr);
resources.ApplyResources(this.tpFlickr, "tpFlickr");
2014-06-06 06:19:45 +12:00
this.tpFlickr.Name = "tpFlickr";
2018-10-02 12:11:53 +13:00
//
2017-10-09 20:14:02 +13:00
// cbFlickrDirectLink
2018-10-02 12:11:53 +13:00
//
2017-10-09 20:14:02 +13:00
resources.ApplyResources(this.cbFlickrDirectLink, "cbFlickrDirectLink");
this.cbFlickrDirectLink.Name = "cbFlickrDirectLink";
this.cbFlickrDirectLink.UseVisualStyleBackColor = true;
this.cbFlickrDirectLink.CheckedChanged += new System.EventHandler(this.cbFlickrDirectLink_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// oauthFlickr
//
this.oauthFlickr.IsRefreshable = false;
resources.ApplyResources(this.oauthFlickr, "oauthFlickr");
this.oauthFlickr.Name = "oauthFlickr";
this.oauthFlickr.UserInfo = null;
this.oauthFlickr.OpenButtonClicked += new ShareX.UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauthFlickr_OpenButtonClicked);
this.oauthFlickr.CompleteButtonClicked += new ShareX.UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauthFlickr_CompleteButtonClicked);
this.oauthFlickr.ClearButtonClicked += new ShareX.UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauthFlickr_ClearButtonClicked);
//
2014-06-06 06:19:45 +12:00
// tpPhotobucket
2018-10-02 12:11:53 +13:00
//
this.tpPhotobucket.BackColor = System.Drawing.SystemColors.Window;
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";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketAlbumPath
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbPhotobucketAlbumPath.Controls.Add(this.btnPhotobucketAddAlbum);
this.gbPhotobucketAlbumPath.Controls.Add(this.btnPhotobucketRemoveAlbum);
2021-08-30 22:01:36 +12:00
this.gbPhotobucketAlbumPath.Controls.Add(this.cbPhotobucketAlbumPaths);
resources.ApplyResources(this.gbPhotobucketAlbumPath, "gbPhotobucketAlbumPath");
2014-06-06 06:19:45 +12:00
this.gbPhotobucketAlbumPath.Name = "gbPhotobucketAlbumPath";
this.gbPhotobucketAlbumPath.TabStop = false;
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAddAlbum
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketRemoveAlbum
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
// cbPhotobucketAlbumPaths
2018-10-02 12:11:53 +13:00
//
2021-08-30 22:01:36 +12:00
this.cbPhotobucketAlbumPaths.FormattingEnabled = true;
resources.ApplyResources(this.cbPhotobucketAlbumPaths, "cbPhotobucketAlbumPaths");
this.cbPhotobucketAlbumPaths.Name = "cbPhotobucketAlbumPaths";
this.cbPhotobucketAlbumPaths.SelectedIndexChanged += new System.EventHandler(this.cbPhotobucketAlbumPaths_SelectedIndexChanged);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketAlbums
2018-10-02 12:11:53 +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;
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketNewAlbumName
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPhotobucketNewAlbumName, "lblPhotobucketNewAlbumName");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketNewAlbumName.Name = "lblPhotobucketNewAlbumName";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketParentAlbumPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPhotobucketParentAlbumPath, "lblPhotobucketParentAlbumPath");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketParentAlbumPath.Name = "lblPhotobucketParentAlbumPath";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketNewAlbumName
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPhotobucketNewAlbumName, "txtPhotobucketNewAlbumName");
2014-06-06 06:19:45 +12:00
this.txtPhotobucketNewAlbumName.Name = "txtPhotobucketNewAlbumName";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketParentAlbumPath
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPhotobucketParentAlbumPath, "txtPhotobucketParentAlbumPath");
2014-06-06 06:19:45 +12:00
this.txtPhotobucketParentAlbumPath.Name = "txtPhotobucketParentAlbumPath";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketCreateAlbum
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketUserAccount
2018-10-02 12:11:53 +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;
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketDefaultAlbumName
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPhotobucketDefaultAlbumName, "lblPhotobucketDefaultAlbumName");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketDefaultAlbumName.Name = "lblPhotobucketDefaultAlbumName";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAuthOpen
2018-10-02 12:11:53 +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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketDefaultAlbumName
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPhotobucketDefaultAlbumName, "txtPhotobucketDefaultAlbumName");
2014-06-06 06:19:45 +12:00
this.txtPhotobucketDefaultAlbumName.Name = "txtPhotobucketDefaultAlbumName";
this.txtPhotobucketDefaultAlbumName.ReadOnly = true;
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketVerificationCode
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPhotobucketVerificationCode, "lblPhotobucketVerificationCode");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketVerificationCode.Name = "lblPhotobucketVerificationCode";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAuthComplete
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketVerificationCode
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtPhotobucketVerificationCode, "txtPhotobucketVerificationCode");
2014-06-06 06:19:45 +12:00
this.txtPhotobucketVerificationCode.Name = "txtPhotobucketVerificationCode";
2018-10-02 12:11:53 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketAccountStatus
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPhotobucketAccountStatus, "lblPhotobucketAccountStatus");
2014-06-06 06:19:45 +12:00
this.lblPhotobucketAccountStatus.Name = "lblPhotobucketAccountStatus";
2018-10-02 12:11:53 +13:00
//
// tpGooglePhotos
2018-10-02 12:11:53 +13:00
//
this.tpGooglePhotos.BackColor = System.Drawing.SystemColors.Window;
this.tpGooglePhotos.Controls.Add(this.oauth2GooglePhotos);
this.tpGooglePhotos.Controls.Add(this.lblGooglePhotosCreateAlbumName);
this.tpGooglePhotos.Controls.Add(this.txtGooglePhotosCreateAlbumName);
this.tpGooglePhotos.Controls.Add(this.btnGooglePhotosCreateAlbum);
this.tpGooglePhotos.Controls.Add(this.cbGooglePhotosIsPublic);
this.tpGooglePhotos.Controls.Add(this.txtPicasaAlbumID);
this.tpGooglePhotos.Controls.Add(this.lblPicasaAlbumID);
this.tpGooglePhotos.Controls.Add(this.lvPicasaAlbumList);
this.tpGooglePhotos.Controls.Add(this.btnPicasaRefreshAlbumList);
resources.ApplyResources(this.tpGooglePhotos, "tpGooglePhotos");
this.tpGooglePhotos.Name = "tpGooglePhotos";
2018-10-02 12:11:53 +13:00
//
// oauth2GooglePhotos
//
resources.ApplyResources(this.oauth2GooglePhotos, "oauth2GooglePhotos");
this.oauth2GooglePhotos.Name = "oauth2GooglePhotos";
this.oauth2GooglePhotos.ConnectButtonClicked += new System.Action(this.oauth2GooglePhotos_ConnectButtonClicked);
this.oauth2GooglePhotos.DisconnectButtonClicked += new System.Action(this.oauth2GooglePhotos_DisconnectButtonClicked);
//
// lblGooglePhotosCreateAlbumName
//
resources.ApplyResources(this.lblGooglePhotosCreateAlbumName, "lblGooglePhotosCreateAlbumName");
this.lblGooglePhotosCreateAlbumName.Name = "lblGooglePhotosCreateAlbumName";
//
// txtGooglePhotosCreateAlbumName
//
resources.ApplyResources(this.txtGooglePhotosCreateAlbumName, "txtGooglePhotosCreateAlbumName");
this.txtGooglePhotosCreateAlbumName.Name = "txtGooglePhotosCreateAlbumName";
//
// btnGooglePhotosCreateAlbum
//
resources.ApplyResources(this.btnGooglePhotosCreateAlbum, "btnGooglePhotosCreateAlbum");
this.btnGooglePhotosCreateAlbum.Name = "btnGooglePhotosCreateAlbum";
this.btnGooglePhotosCreateAlbum.UseVisualStyleBackColor = true;
this.btnGooglePhotosCreateAlbum.Click += new System.EventHandler(this.btnGooglePhotosCreateAlbum_Click);
//
// cbGooglePhotosIsPublic
//
resources.ApplyResources(this.cbGooglePhotosIsPublic, "cbGooglePhotosIsPublic");
this.cbGooglePhotosIsPublic.Name = "cbGooglePhotosIsPublic";
this.cbGooglePhotosIsPublic.UseVisualStyleBackColor = true;
this.cbGooglePhotosIsPublic.CheckedChanged += new System.EventHandler(this.cbGooglePhotosIsPublic_CheckedChanged);
//
2014-06-15 22:29:09 +12:00
// txtPicasaAlbumID
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-06-15 22:29:09 +12:00
// lblPicasaAlbumID
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblPicasaAlbumID, "lblPicasaAlbumID");
2014-06-15 22:29:09 +12:00
this.lblPicasaAlbumID.Name = "lblPicasaAlbumID";
2018-10-02 12:11:53 +13:00
//
2014-06-15 22:29:09 +12:00
// lvPicasaAlbumList
2018-10-02 12:11:53 +13:00
//
2014-06-15 22:29:09 +12:00
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;
2019-01-18 20:57:11 +13:00
this.lvPicasaAlbumList.HideSelection = false;
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);
2018-10-02 12:11:53 +13:00
//
// chPicasaID
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.chPicasaID, "chPicasaID");
2018-10-02 12:11:53 +13:00
//
// chPicasaName
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.chPicasaName, "chPicasaName");
2018-10-02 12:11:53 +13:00
//
// chPicasaDescription
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.chPicasaDescription, "chPicasaDescription");
2018-10-02 12:11:53 +13:00
//
2014-06-15 22:29:09 +12:00
// btnPicasaRefreshAlbumList
2018-10-02 12:11:53 +13:00
//
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);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:25:23 +12:00
// tpChevereto
2018-10-02 12:11:53 +13:00
//
this.tpChevereto.BackColor = System.Drawing.SystemColors.Window;
2016-02-22 00:22:36 +13:00
this.tpChevereto.Controls.Add(this.lblCheveretoUploadURLExample);
2014-09-18 07:33:11 +12:00
this.tpChevereto.Controls.Add(this.cbCheveretoDirectURL);
this.tpChevereto.Controls.Add(this.lblCheveretoUploadURL);
this.tpChevereto.Controls.Add(this.txtCheveretoUploadURL);
2014-09-18 07:25:23 +12:00
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";
2018-10-02 12:11:53 +13:00
//
2016-03-06 05:46:44 +13:00
// lblCheveretoUploadURLExample
2018-10-02 12:11:53 +13:00
//
2016-03-06 05:46:44 +13:00
resources.ApplyResources(this.lblCheveretoUploadURLExample, "lblCheveretoUploadURLExample");
this.lblCheveretoUploadURLExample.Name = "lblCheveretoUploadURLExample";
2018-10-02 12:11:53 +13:00
//
// cbCheveretoDirectURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.cbCheveretoDirectURL, "cbCheveretoDirectURL");
this.cbCheveretoDirectURL.Name = "cbCheveretoDirectURL";
this.cbCheveretoDirectURL.UseVisualStyleBackColor = true;
this.cbCheveretoDirectURL.CheckedChanged += new System.EventHandler(this.cbCheveretoDirectURL_CheckedChanged);
2018-10-02 12:11:53 +13:00
//
// lblCheveretoUploadURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblCheveretoUploadURL, "lblCheveretoUploadURL");
this.lblCheveretoUploadURL.Name = "lblCheveretoUploadURL";
2018-10-02 12:11:53 +13:00
//
// txtCheveretoUploadURL
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtCheveretoUploadURL, "txtCheveretoUploadURL");
this.txtCheveretoUploadURL.Name = "txtCheveretoUploadURL";
this.txtCheveretoUploadURL.TextChanged += new System.EventHandler(this.txtCheveretoWebsite_TextChanged);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:33:11 +12:00
// txtCheveretoAPIKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.txtCheveretoAPIKey, "txtCheveretoAPIKey");
2014-09-18 07:33:11 +12:00
this.txtCheveretoAPIKey.Name = "txtCheveretoAPIKey";
this.txtCheveretoAPIKey.UseSystemPasswordChar = true;
2014-09-18 07:33:11 +12:00
this.txtCheveretoAPIKey.TextChanged += new System.EventHandler(this.txtCheveretoAPIKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
2014-09-18 07:33:11 +12:00
// lblCheveretoAPIKey
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this.lblCheveretoAPIKey, "lblCheveretoAPIKey");
2014-09-18 07:33:11 +12:00
this.lblCheveretoAPIKey.Name = "lblCheveretoAPIKey";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// tpVgyme
2018-10-02 12:11:53 +13:00
//
this.tpVgyme.BackColor = System.Drawing.SystemColors.Window;
2016-03-24 09:26:29 +13:00
this.tpVgyme.Controls.Add(this.llVgymeAccountDetailsPage);
this.tpVgyme.Controls.Add(this.txtVgymeUserKey);
this.tpVgyme.Controls.Add(this.lvlVgymeUserKey);
resources.ApplyResources(this.tpVgyme, "tpVgyme");
this.tpVgyme.Name = "tpVgyme";
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// llVgymeAccountDetailsPage
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.llVgymeAccountDetailsPage, "llVgymeAccountDetailsPage");
this.llVgymeAccountDetailsPage.Name = "llVgymeAccountDetailsPage";
this.llVgymeAccountDetailsPage.TabStop = true;
this.llVgymeAccountDetailsPage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llVgymeAccountDetailsPage_LinkClicked);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// txtVgymeUserKey
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.txtVgymeUserKey, "txtVgymeUserKey");
this.txtVgymeUserKey.Name = "txtVgymeUserKey";
this.txtVgymeUserKey.UseSystemPasswordChar = true;
2016-03-24 09:26:29 +13:00
this.txtVgymeUserKey.TextChanged += new System.EventHandler(this.txtVgymeUserKey_TextChanged);
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
// lvlVgymeUserKey
2018-10-02 12:11:53 +13:00
//
2016-03-24 09:26:29 +13:00
resources.ApplyResources(this.lvlVgymeUserKey, "lvlVgymeUserKey");
this.lvlVgymeUserKey.Name = "lvlVgymeUserKey";
2018-10-02 12:11:53 +13:00
//
2014-06-15 22:29:09 +12:00
// tcUploaders
2018-10-02 12:11:53 +13:00
//
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;
2018-10-02 12:11:53 +13:00
//
// tttvMain
2019-09-04 18:55:05 +12:00
//
this.tttvMain.AutoSelectChild = true;
resources.ApplyResources(this.tttvMain, "tttvMain");
this.tttvMain.ImageList = null;
this.tttvMain.LeftPanelBackColor = System.Drawing.SystemColors.Window;
this.tttvMain.MainTabControl = null;
this.tttvMain.Name = "tttvMain";
2020-12-16 00:44:03 +13:00
this.tttvMain.SeparatorColor = System.Drawing.SystemColors.ControlDark;
this.tttvMain.TreeViewFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.tttvMain.TreeViewSize = 230;
//
// actRapidShareAccountType
//
resources.ApplyResources(this.actRapidShareAccountType, "actRapidShareAccountType");
this.actRapidShareAccountType.Name = "actRapidShareAccountType";
this.actRapidShareAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
//
// UploadersConfigForm
2018-10-02 12:11:53 +13:00
//
resources.ApplyResources(this, "$this");
2020-07-11 16:34:52 +12:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window;
2013-11-03 23:53:49 +13:00
this.Controls.Add(this.tcUploaders);
this.Controls.Add(this.tttvMain);
2013-11-03 23:53:49 +13:00
this.Name = "UploadersConfigForm";
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.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.tpYourls.ResumeLayout(false);
this.tpYourls.PerformLayout();
2014-07-14 08:10:37 +12:00
this.tpAdFly.ResumeLayout(false);
this.tpAdFly.PerformLayout();
2015-08-08 23:38:37 +12:00
this.tpPolr.ResumeLayout(false);
this.tpPolr.PerformLayout();
2018-04-04 14:42:05 +12:00
this.tpFirebaseDynamicLinks.ResumeLayout(false);
this.tpFirebaseDynamicLinks.PerformLayout();
2018-10-02 12:11:53 +13:00
this.tpKutt.ResumeLayout(false);
this.tpKutt.PerformLayout();
2021-08-30 22:01:36 +12:00
this.tpZeroWidthShortener.ResumeLayout(false);
this.tpZeroWidthShortener.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();
2017-04-21 01:56:16 +12:00
this.gbFTPAccount.ResumeLayout(false);
this.gbFTPAccount.PerformLayout();
this.gbSFTP.ResumeLayout(false);
this.gbSFTP.PerformLayout();
this.pFTPTransferMode.ResumeLayout(false);
this.pFTPTransferMode.PerformLayout();
this.pFTPProtocol.ResumeLayout(false);
this.pFTPProtocol.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudFTPPort)).EndInit();
2017-04-24 06:09:58 +12:00
this.gbFTPS.ResumeLayout(false);
this.gbFTPS.PerformLayout();
2013-11-03 23:53:49 +13:00
this.tpDropbox.ResumeLayout(false);
this.tpDropbox.PerformLayout();
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();
2016-06-12 08:19:29 +12:00
this.tpPuush.ResumeLayout(false);
this.tpPuush.PerformLayout();
2014-08-09 14:05:56 +12:00
this.tpBox.ResumeLayout(false);
this.tpBox.PerformLayout();
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.ResumeLayout(false);
this.tpAmazonS3.PerformLayout();
this.gbAmazonS3Advanced.ResumeLayout(false);
this.gbAmazonS3Advanced.PerformLayout();
2018-04-21 04:13:34 +12:00
this.tpGoogleCloudStorage.ResumeLayout(false);
2018-04-21 08:39:14 +12:00
this.tpGoogleCloudStorage.PerformLayout();
2019-04-08 08:42:47 +12:00
this.gbGoogleCloudStorageAdvanced.ResumeLayout(false);
this.gbGoogleCloudStorageAdvanced.PerformLayout();
2017-01-27 00:41:49 +13:00
this.tpAzureStorage.ResumeLayout(false);
this.tpAzureStorage.PerformLayout();
2018-10-01 04:47:07 +13:00
this.tpBackblazeB2.ResumeLayout(false);
this.tpBackblazeB2.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();
2018-09-11 04:55:07 +12:00
((System.ComponentModel.ISupportInitialize)(this.txtOwnCloudExpiryTime)).EndInit();
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.tpHostr.ResumeLayout(false);
this.tpHostr.PerformLayout();
this.tpJira.ResumeLayout(false);
this.tpJira.PerformLayout();
2017-04-21 04:38:20 +12:00
this.gbJiraServer.ResumeLayout(false);
this.gbJiraServer.PerformLayout();
2015-02-04 09:12:53 +13:00
this.tpLambda.ResumeLayout(false);
this.tpLambda.PerformLayout();
2015-10-06 13:09:16 +13:00
this.tpPomf.ResumeLayout(false);
this.tpPomf.PerformLayout();
this.tpSeafile.ResumeLayout(false);
this.tpSeafile.PerformLayout();
2015-10-13 19:44:51 +13:00
this.grpSeafileShareSettings.ResumeLayout(false);
this.grpSeafileShareSettings.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudSeafileExpireDays)).EndInit();
this.grpSeafileAccInfo.ResumeLayout(false);
this.grpSeafileAccInfo.PerformLayout();
this.grpSeafileObtainAuthToken.ResumeLayout(false);
this.grpSeafileObtainAuthToken.PerformLayout();
2016-03-24 09:26:29 +13:00
this.tpStreamable.ResumeLayout(false);
this.tpStreamable.PerformLayout();
2016-05-16 00:22:13 +12:00
this.tpSul.ResumeLayout(false);
this.tpSul.PerformLayout();
this.tpLithiio.ResumeLayout(false);
this.tpLithiio.PerformLayout();
2017-02-27 05:17:02 +13:00
this.tpPlik.ResumeLayout(false);
2017-04-21 04:38:20 +12:00
this.gbPlikSettings.ResumeLayout(false);
this.gbPlikSettings.PerformLayout();
this.gbPlikLoginCredentials.ResumeLayout(false);
this.gbPlikLoginCredentials.PerformLayout();
2017-02-27 05:17:02 +13:00
((System.ComponentModel.ISupportInitialize)(this.nudPlikTTL)).EndInit();
2018-04-10 12:49:40 +12:00
this.tpYouTube.ResumeLayout(false);
this.tpYouTube.PerformLayout();
this.tpSharedFolder.ResumeLayout(false);
this.tpSharedFolder.PerformLayout();
this.tpEmail.ResumeLayout(false);
this.tpEmail.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudEmailSmtpPort)).EndInit();
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();
2015-08-05 06:49:07 +12:00
this.tpOneTimeSecret.ResumeLayout(false);
this.tpOneTimeSecret.PerformLayout();
this.tpPastie.ResumeLayout(false);
this.tpPastie.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.tpFlickr.ResumeLayout(false);
2017-10-09 20:14:02 +13:00
this.tpFlickr.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tpPhotobucket.ResumeLayout(false);
this.gbPhotobucketAlbumPath.ResumeLayout(false);
this.gbPhotobucketAlbums.ResumeLayout(false);
this.gbPhotobucketAlbums.PerformLayout();
this.gbPhotobucketUserAccount.ResumeLayout(false);
this.gbPhotobucketUserAccount.PerformLayout();
this.tpGooglePhotos.ResumeLayout(false);
this.tpGooglePhotos.PerformLayout();
2014-09-18 07:25:23 +12:00
this.tpChevereto.ResumeLayout(false);
this.tpChevereto.PerformLayout();
2016-02-14 13:28:41 +13:00
this.tpVgyme.ResumeLayout(false);
this.tpVgyme.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tcUploaders.ResumeLayout(false);
this.ResumeLayout(false);
2018-10-02 12:11:53 +13:00
2014-06-06 06:19:45 +12:00
}
#endregion Windows Form Designer generated code
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TextBox txtRapidSharePremiumUserName;
private AccountTypeControl actRapidShareAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.ToolTip ttHelpTip;
private System.Windows.Forms.TabPage tpOtherUploaders;
private System.Windows.Forms.TabControl tcOtherUploaders;
private System.Windows.Forms.TabPage tpURLShorteners;
private System.Windows.Forms.TabControl tcURLShorteners;
private OAuthControl oauth2Bitly;
2014-06-06 06:19:45 +12:00
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;
2017-01-24 23:15:45 +13:00
internal System.Windows.Forms.TabPage tpFileUploaders;
private System.Windows.Forms.TabControl tcFileUploaders;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.CheckBox cbDropboxAutoCreateShareableLink;
private System.Windows.Forms.Label lblDropboxPath;
private System.Windows.Forms.TextBox txtDropboxPath;
private System.Windows.Forms.Button btnCopyShowFiles;
2017-01-24 23:15:45 +13:00
internal System.Windows.Forms.TabPage tpFTP;
private System.Windows.Forms.Label lblFTPFile;
private System.Windows.Forms.Label lblFTPText;
private System.Windows.Forms.Label lblFTPImage;
private System.Windows.Forms.ComboBox cbFTPImage;
private System.Windows.Forms.ComboBox cbFTPFile;
private System.Windows.Forms.ComboBox cbFTPText;
2014-06-06 06:19:45 +12:00
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.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;
2017-03-21 00:26:44 +13:00
private System.Windows.Forms.ComboBox cbAmazonS3Endpoints;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblAmazonS3BucketName;
private System.Windows.Forms.TextBox txtAmazonS3BucketName;
2017-03-21 00:26:44 +13:00
private System.Windows.Forms.Label lblAmazonS3Endpoints;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TextBox txtAmazonS3ObjectPrefix;
private System.Windows.Forms.Label lblAmazonS3ObjectPrefix;
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.Label lblPushbulletDevices;
2021-08-30 22:01:36 +12:00
private System.Windows.Forms.ComboBox cbPushbulletDevices;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnPushbulletGetDeviceList;
private System.Windows.Forms.Label lblPushbulletUserKey;
private System.Windows.Forms.TextBox txtPushbulletUserKey;
private System.Windows.Forms.CheckBox cbGoogleDriveIsPublic;
private System.Windows.Forms.Label lblBoxFolderTip;
private System.Windows.Forms.CheckBox cbBoxShare;
private System.Windows.Forms.ComboBox cbBoxShareAccessLevel;
private System.Windows.Forms.Label lblBoxShareAccessLevel;
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.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.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;
private System.Windows.Forms.TextBox txtJiraIssuePrefix;
private System.Windows.Forms.Label lblJiraIssuePrefix;
2017-04-21 04:38:20 +12:00
private System.Windows.Forms.GroupBox gbJiraServer;
2014-06-06 06:19:45 +12:00
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.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;
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;
2021-08-30 22:01:36 +12:00
private System.Windows.Forms.ComboBox cbSharedFolderFiles;
private System.Windows.Forms.ComboBox cbSharedFolderText;
private System.Windows.Forms.ComboBox cbSharedFolderImages;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpTextUploaders;
private System.Windows.Forms.TabControl tcTextUploaders;
private System.Windows.Forms.Button btnPastebinLogin;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Label lblPaste_eeUserAPIKey;
private System.Windows.Forms.TextBox txtPaste_eeUserAPIKey;
private System.Windows.Forms.CheckBox cbGistPublishPublic;
private OAuthControl oAuth2Gist;
2014-06-06 06:19:45 +12:00
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 OAuthControl oauth2Imgur;
private ShareX.HelpersLib.MyListView 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.Button btnImageShackLogin;
2017-01-24 23:15:45 +13:00
private System.Windows.Forms.Button btnImageShackOpenPublicProfile;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.CheckBox cbImageShackIsPublic;
2017-01-24 23:15:45 +13:00
private System.Windows.Forms.Button btnImageShackOpenMyImages;
private System.Windows.Forms.Label lblImageShackUsername;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TextBox txtImageShackUsername;
private System.Windows.Forms.TextBox txtImageShackPassword;
2017-01-24 23:15:45 +13:00
private System.Windows.Forms.Label lblImageShackPassword;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.GroupBox gbPhotobucketAlbumPath;
private System.Windows.Forms.Button btnPhotobucketAddAlbum;
private System.Windows.Forms.Button btnPhotobucketRemoveAlbum;
2021-08-30 22:01:36 +12:00
private System.Windows.Forms.ComboBox cbPhotobucketAlbumPaths;
2014-06-06 06:19:45 +12:00
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.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;
2017-01-24 23:15:45 +13:00
private System.Windows.Forms.TabControl tcUploaders;
2014-12-11 09:25:20 +13:00
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;
2014-07-07 06:45:36 +12:00
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-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.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;
2014-08-09 14:05:56 +12:00
private OAuthControl oAuth2OneDrive;
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.Label lblCheveretoUploadURL;
private System.Windows.Forms.TextBox txtCheveretoUploadURL;
2014-09-18 07:25:23 +12:00
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.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;
2023-10-13 00:33:23 +13:00
private System.Windows.Forms.CheckBox cbOneDriveUseDirectLink;
2014-12-27 02:58:38 +13:00
private System.Windows.Forms.Label lblOneDriveFolderID;
2015-01-12 13:31:39 +13:00
private System.Windows.Forms.TreeView tvOneDrive;
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 System.Windows.Forms.Label lblLambdaUploadURL;
private System.Windows.Forms.ComboBox cbLambdaUploadURL;
private System.Windows.Forms.Label lblLithiioApiKey;
private System.Windows.Forms.TextBox txtLithiioApiKey;
2015-04-28 11:45:44 +12:00
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 System.Windows.Forms.CheckBox cbOwnCloud81Compatibility;
2015-08-04 00:59:33 +12:00
private System.Windows.Forms.Label lblOneTimeSecretAPIKey;
private System.Windows.Forms.Label lblOneTimeSecretEmail;
private System.Windows.Forms.TextBox txtOneTimeSecretAPIKey;
private System.Windows.Forms.TextBox txtOneTimeSecretEmail;
2015-08-05 06:49:07 +12:00
private System.Windows.Forms.TextBox txtPolrAPIKey;
private System.Windows.Forms.Label lblPolrAPIKey;
private System.Windows.Forms.TextBox txtPolrAPIHostname;
private System.Windows.Forms.Label lblPolrAPIHostname;
2015-08-08 23:38:37 +12:00
private System.Windows.Forms.CheckBox cbImgurUseGIFV;
private System.Windows.Forms.ListBox lbTwitterAccounts;
2015-09-03 06:37:19 +12:00
private System.Windows.Forms.Button btnTwitterNameUpdate;
2015-10-06 13:09:16 +13:00
private System.Windows.Forms.Label lblPomfResultURL;
private System.Windows.Forms.Label lblPomfUploadURL;
private System.Windows.Forms.TextBox txtPomfUploadURL;
private System.Windows.Forms.TextBox txtPomfResultURL;
private System.Windows.Forms.Button btnSeafileCheckAuthToken;
private System.Windows.Forms.Button btnSeafileCheckAPIURL;
private System.Windows.Forms.GroupBox grpSeafileObtainAuthToken;
private System.Windows.Forms.Button btnSeafileGetAuthToken;
private System.Windows.Forms.TextBox txtSeafilePassword;
private System.Windows.Forms.TextBox txtSeafileUsername;
private System.Windows.Forms.Label lblSeafileUsername;
private System.Windows.Forms.Label lblSeafilePassword;
private System.Windows.Forms.CheckBox cbSeafileIgnoreInvalidCert;
private System.Windows.Forms.CheckBox cbSeafileCreateShareableURL;
private System.Windows.Forms.CheckBox cbSeafileCreateShareableURLRaw;
private System.Windows.Forms.TextBox txtSeafileAuthToken;
private System.Windows.Forms.Label lblSeafileAuthToken;
private System.Windows.Forms.Label lblSeafileAPIURL;
private System.Windows.Forms.GroupBox grpSeafileAccInfo;
private System.Windows.Forms.Button btnRefreshSeafileAccInfo;
private System.Windows.Forms.TextBox txtSeafileAccInfoUsage;
private System.Windows.Forms.TextBox txtSeafileAccInfoEmail;
private System.Windows.Forms.Label lblSeafileAccInfoEmail;
private System.Windows.Forms.Label lblSeafileAccInfoUsage;
private System.Windows.Forms.Button txtSeafileUploadLocationRefresh;
private System.Windows.Forms.Label lblSeafileSelectLibrary;
private System.Windows.Forms.Label lblSeafileWritePermNotif;
private HelpersLib.MyListView lvSeafileLibraries;
private System.Windows.Forms.ColumnHeader colSeafileLibraryName;
private System.Windows.Forms.Button btnSeafilePathValidate;
private System.Windows.Forms.TextBox txtSeafileDirectoryPath;
private System.Windows.Forms.Label lblSeafilePath;
private System.Windows.Forms.ColumnHeader colSeafileLibrarySize;
private System.Windows.Forms.ColumnHeader colSeafileLibraryEncrypted;
private System.Windows.Forms.Button btnSeafileLibraryPasswordValidate;
private System.Windows.Forms.TextBox txtSeafileLibraryPassword;
private System.Windows.Forms.Label lblSeafileLibraryPassword;
private System.Windows.Forms.GroupBox grpSeafileShareSettings;
private System.Windows.Forms.TextBox txtSeafileSharePassword;
private System.Windows.Forms.Label lblSeafileSharePassword;
private System.Windows.Forms.NumericUpDown nudSeafileExpireDays;
private System.Windows.Forms.Label lblSeafileDaysToExpire;
2015-10-13 19:44:51 +13:00
private System.Windows.Forms.ComboBox cbSeafileAPIURL;
2015-12-02 07:15:52 +13:00
private System.Windows.Forms.TextBox txtStreamablePassword;
private System.Windows.Forms.TextBox txtStreamableUsername;
private System.Windows.Forms.Label lblStreamableUsername;
private System.Windows.Forms.Label lblStreamablePassword;
2015-12-12 15:30:12 +13:00
private System.Windows.Forms.Label lblSulAPIKey;
private System.Windows.Forms.TextBox txtSulAPIKey;
2016-02-14 13:28:41 +13:00
private System.Windows.Forms.TextBox txtVgymeUserKey;
private System.Windows.Forms.Label lvlVgymeUserKey;
private System.Windows.Forms.LinkLabel llVgymeAccountDetailsPage;
2016-02-22 00:22:36 +13:00
private System.Windows.Forms.Label lblCheveretoUploadURLExample;
private System.Windows.Forms.CheckBox cbPastebinRaw;
private System.Windows.Forms.CheckBox cbGistUseRawURL;
private System.Windows.Forms.CheckBox cbStreamableUseDirectURL;
2017-01-24 23:15:45 +13:00
internal System.Windows.Forms.TabPage tpImgur;
internal System.Windows.Forms.TabPage tpImageShack;
internal System.Windows.Forms.TabPage tpFlickr;
internal System.Windows.Forms.TabPage tpPhotobucket;
internal System.Windows.Forms.TabPage tpGooglePhotos;
2017-01-24 23:15:45 +13:00
internal System.Windows.Forms.TabPage tpChevereto;
internal System.Windows.Forms.TabPage tpVgyme;
internal System.Windows.Forms.TabPage tpPastebin;
internal System.Windows.Forms.TabPage tpPaste_ee;
internal System.Windows.Forms.TabPage tpGist;
internal System.Windows.Forms.TabPage tpUpaste;
internal System.Windows.Forms.TabPage tpHastebin;
internal System.Windows.Forms.TabPage tpOneTimeSecret;
internal System.Windows.Forms.TabPage tpDropbox;
internal System.Windows.Forms.TabPage tpOneDrive;
internal System.Windows.Forms.TabPage tpGoogleDrive;
internal System.Windows.Forms.TabPage tpBox;
internal System.Windows.Forms.TabPage tpAmazonS3;
internal System.Windows.Forms.TabPage tpMega;
internal System.Windows.Forms.TabPage tpOwnCloud;
internal System.Windows.Forms.TabPage tpMediaFire;
internal System.Windows.Forms.TabPage tpPushbullet;
internal System.Windows.Forms.TabPage tpSendSpace;
internal System.Windows.Forms.TabPage tpHostr;
internal System.Windows.Forms.TabPage tpJira;
internal System.Windows.Forms.TabPage tpLambda;
internal System.Windows.Forms.TabPage tpLithiio;
internal System.Windows.Forms.TabPage tpPomf;
internal System.Windows.Forms.TabPage tpSeafile;
internal System.Windows.Forms.TabPage tpSul;
internal System.Windows.Forms.TabPage tpStreamable;
internal System.Windows.Forms.TabPage tpSharedFolder;
internal System.Windows.Forms.TabPage tpEmail;
internal System.Windows.Forms.TabPage tpBitly;
internal System.Windows.Forms.TabPage tpYourls;
internal System.Windows.Forms.TabPage tpAdFly;
internal System.Windows.Forms.TabPage tpPolr;
internal System.Windows.Forms.TabPage tpTwitter;
private System.Windows.Forms.TextBox txtEmailAutomaticSendTo;
private System.Windows.Forms.CheckBox cbEmailAutomaticSend;
private System.Windows.Forms.Button btnLithiioGetAPIKey;
2016-06-12 03:33:18 +12:00
private System.Windows.Forms.CheckBox cbGoogleDriveDirectLink;
2016-06-12 08:19:29 +12:00
private System.Windows.Forms.Label lblPuushAPIKey;
private System.Windows.Forms.TextBox txtPuushAPIKey;
private System.Windows.Forms.LinkLabel llPuushForgottenPassword;
private System.Windows.Forms.Button btnPuushLogin;
private System.Windows.Forms.TextBox txtPuushPassword;
private System.Windows.Forms.TextBox txtPuushEmail;
private System.Windows.Forms.Label lblPuushEmail;
private System.Windows.Forms.Label lblPuushPassword;
2017-01-24 23:15:45 +13:00
internal System.Windows.Forms.TabPage tpPuush;
private System.Windows.Forms.CheckBox cbHastebinUseFileExtension;
private System.Windows.Forms.Label lblOwnCloudHostExample;
2017-01-24 23:15:45 +13:00
internal System.Windows.Forms.TabPage tpPastie;
private System.Windows.Forms.CheckBox cbPastieIsPublic;
2016-12-30 02:01:03 +13:00
private System.Windows.Forms.CheckBox cbPolrUseAPIv1;
private System.Windows.Forms.CheckBox cbPolrIsSecret;
2017-01-27 00:41:49 +13:00
internal System.Windows.Forms.TabPage tpAzureStorage;
private System.Windows.Forms.Label lblAzureStorageAccessKey;
private System.Windows.Forms.TextBox txtAzureStorageAccountName;
private System.Windows.Forms.Label lblAzureStorageAccountName;
private System.Windows.Forms.TextBox txtAzureStorageAccessKey;
private System.Windows.Forms.TextBox txtAzureStorageContainer;
private System.Windows.Forms.Label lblAzureStorageContainer;
2017-01-27 23:21:46 +13:00
private System.Windows.Forms.Button btnAzureStoragePortal;
2017-07-07 12:58:14 +12:00
private System.Windows.Forms.ComboBox cbAzureStorageEnvironment;
private System.Windows.Forms.Label lblAzureStorageEnvironment;
private System.Windows.Forms.TextBox txtAzureStorageCustomDomain;
private System.Windows.Forms.Label lblAzureStorageCustomDomain;
2017-02-27 05:17:02 +13:00
internal System.Windows.Forms.TabPage tpPlik;
2017-04-21 04:38:20 +12:00
private System.Windows.Forms.GroupBox gbPlikSettings;
2017-02-27 05:17:02 +13:00
private System.Windows.Forms.TextBox txtPlikComment;
private System.Windows.Forms.CheckBox cbPlikComment;
private System.Windows.Forms.CheckBox cbPlikRemovable;
2017-04-21 04:38:20 +12:00
private System.Windows.Forms.GroupBox gbPlikLoginCredentials;
2017-02-27 05:17:02 +13:00
private System.Windows.Forms.CheckBox cbPlikIsSecured;
private System.Windows.Forms.Label lblPlikAPIKey;
private System.Windows.Forms.TextBox txtPlikAPIKey;
private System.Windows.Forms.Label lblPlikPassword;
private System.Windows.Forms.Label lblPlikUsername;
private System.Windows.Forms.TextBox txtPlikPassword;
private System.Windows.Forms.TextBox txtPlikLogin;
private System.Windows.Forms.Label lblPlikURL;
private System.Windows.Forms.TextBox txtPlikURL;
private System.Windows.Forms.CheckBox cbPlikOneShot;
2021-09-08 11:53:11 +12:00
private System.Windows.Forms.ComboBox cbPlikTTLUnit;
2017-02-27 05:17:02 +13:00
private System.Windows.Forms.NumericUpDown nudPlikTTL;
private System.Windows.Forms.Label lblPlikTTL;
private System.Windows.Forms.TextBox txtGistCustomURL;
private System.Windows.Forms.Label lblGistCustomURL;
private System.Windows.Forms.Label lblGistOAuthInfo;
2017-03-06 02:53:50 +13:00
private System.Windows.Forms.Label lblGistCustomURLExample;
2017-03-21 00:26:44 +13:00
private System.Windows.Forms.TextBox txtAmazonS3Region;
private System.Windows.Forms.TextBox txtAmazonS3Endpoint;
private System.Windows.Forms.Label lblAmazonS3Region;
private System.Windows.Forms.Label lblAmazonS3Endpoint;
private System.Windows.Forms.CheckBox cbDropboxUseDirectLink;
private System.Windows.Forms.CheckBox cbAmazonS3UsePathStyle;
private System.Windows.Forms.Panel pFTPTransferMode;
private System.Windows.Forms.RadioButton rbFTPTransferModeActive;
private System.Windows.Forms.RadioButton rbFTPTransferModePassive;
private System.Windows.Forms.Panel pFTPProtocol;
private System.Windows.Forms.RadioButton rbFTPProtocolFTP;
private System.Windows.Forms.RadioButton rbFTPProtocolFTPS;
private System.Windows.Forms.RadioButton rbFTPProtocolSFTP;
private System.Windows.Forms.Label lblFTPTransferMode;
2017-04-21 04:38:20 +12:00
private System.Windows.Forms.Label lblFTPURLPreviewValue;
private System.Windows.Forms.Label lblFTPURLPreview;
private System.Windows.Forms.ComboBox cbFTPURLPathProtocol;
private System.Windows.Forms.TextBox txtFTPURLPath;
private System.Windows.Forms.Label lblFTPURLPath;
private System.Windows.Forms.TextBox txtFTPRemoteDirectory;
private System.Windows.Forms.Label lblFTPRemoteDirectory;
private System.Windows.Forms.Button btnFTPRemove;
private System.Windows.Forms.Button btnFTPAdd;
private System.Windows.Forms.ComboBox cbFTPAccounts;
private System.Windows.Forms.Label lblFTPAccounts;
private System.Windows.Forms.TextBox txtFTPPassword;
private System.Windows.Forms.Label lblFTPPassword;
private System.Windows.Forms.TextBox txtFTPUsername;
private System.Windows.Forms.Label lblFTPUsername;
private System.Windows.Forms.NumericUpDown nudFTPPort;
private System.Windows.Forms.Label lblFTPPort;
private System.Windows.Forms.TextBox txtFTPHost;
private System.Windows.Forms.Label lblFTPHost;
private System.Windows.Forms.TextBox txtFTPName;
private System.Windows.Forms.Label lblFTPName;
private System.Windows.Forms.Label lblFTPProtocol;
private System.Windows.Forms.CheckBox cbFTPRemoveFileExtension;
private System.Windows.Forms.CheckBox cbFTPAppendRemoteDirectory;
private System.Windows.Forms.Button btnFTPDuplicate;
private System.Windows.Forms.Button btnFTPTest;
private System.Windows.Forms.GroupBox gbFTPAccount;
2017-04-21 07:44:50 +12:00
private System.Windows.Forms.GroupBox gbFTPS;
private System.Windows.Forms.TextBox txtFTPSCertificateLocation;
private System.Windows.Forms.Label lblFTPSCertificateLocation;
private System.Windows.Forms.ComboBox cbFTPSEncryption;
private System.Windows.Forms.Label lblFTPSEncryption;
private System.Windows.Forms.Button btnFTPSCertificateLocationBrowse;
private System.Windows.Forms.GroupBox gbSFTP;
private System.Windows.Forms.TextBox txtSFTPKeyLocation;
private System.Windows.Forms.Label lblSFTPKeyLocation;
private System.Windows.Forms.TextBox txtSFTPKeyPassphrase;
private System.Windows.Forms.Button btnSFTPKeyLocationBrowse;
private System.Windows.Forms.Label lblSFTPKeyPassphrase;
private System.Windows.Forms.Label lblAmazonS3StorageClass;
private System.Windows.Forms.ComboBox cbAmazonS3StorageClass;
private System.Windows.Forms.Button btnAmazonS3StorageClassHelp;
2017-10-03 06:15:54 +13:00
private System.Windows.Forms.Button btnPaste_eeGetUserKey;
2017-10-04 14:29:39 +13:00
private OAuthControl oauthFlickr;
2017-10-09 20:14:02 +13:00
private System.Windows.Forms.CheckBox cbFlickrDirectLink;
private System.Windows.Forms.Button btnSulGetAPIKey;
private System.Windows.Forms.Button btnLithiioFetchAPIKey;
2017-11-11 11:21:04 +13:00
private System.Windows.Forms.TextBox txtLithiioPassword;
private System.Windows.Forms.TextBox txtLithiioEmail;
private System.Windows.Forms.Label lblLithiioPassword;
private System.Windows.Forms.Label lblLithiioEmail;
private System.Windows.Forms.CheckBox cbAmazonS3PublicACL;
private System.Windows.Forms.GroupBox gbAmazonS3Advanced;
private System.Windows.Forms.Label lblAmazonS3StripExtension;
private System.Windows.Forms.CheckBox cbAmazonS3StripExtensionText;
private System.Windows.Forms.CheckBox cbAmazonS3StripExtensionVideo;
private System.Windows.Forms.CheckBox cbAmazonS3StripExtensionImage;
private System.Windows.Forms.CheckBox cbOwnCloudUsePreviewLinks;
2018-04-04 14:42:05 +12:00
internal System.Windows.Forms.TabPage tpFirebaseDynamicLinks;
private System.Windows.Forms.CheckBox cbFirebaseIsShort;
private System.Windows.Forms.TextBox txtFirebaseDomain;
private System.Windows.Forms.TextBox txtFirebaseWebAPIKey;
private System.Windows.Forms.Label lblFirebaseWebAPIKey;
2018-04-10 12:49:40 +12:00
private System.Windows.Forms.ComboBox cbYouTubePrivacyType;
private System.Windows.Forms.Label lblYouTubePrivacyType;
internal System.Windows.Forms.TabPage tpYouTube;
2018-04-12 22:09:35 +12:00
private System.Windows.Forms.CheckBox cbYouTubeUseShortenedLink;
2018-04-21 03:20:12 +12:00
internal System.Windows.Forms.TabPage tpGoogleCloudStorage;
2018-04-21 08:39:14 +12:00
private System.Windows.Forms.TextBox txtGoogleCloudStorageBucket;
private System.Windows.Forms.Label lblGoogleCloudStorageBucket;
private System.Windows.Forms.TextBox txtGoogleCloudStorageDomain;
private System.Windows.Forms.Label lblGoogleCloudStorageDomain;
2018-04-21 09:16:46 +12:00
private System.Windows.Forms.TextBox txtGoogleCloudStorageObjectPrefix;
private System.Windows.Forms.Label lblGoogleCloudStorageObjectPrefix;
2018-04-22 21:10:23 +12:00
private System.Windows.Forms.Button btnSharedFolderDuplicate;
private System.Windows.Forms.Button btnSharedFolderRemove;
private System.Windows.Forms.Button btnSharedFolderAdd;
private System.Windows.Forms.PropertyGrid pgSharedFolderAccount;
private System.Windows.Forms.ListBox lbSharedFolderAccounts;
2018-04-26 16:41:11 +12:00
private System.Windows.Forms.Label lblGoogleCloudStoragePathPreviewLabel;
private System.Windows.Forms.Label lblGoogleCloudStoragePathPreview;
private System.Windows.Forms.TextBox txtAzureStorageUploadPath;
private System.Windows.Forms.Label lblAzureStorageUploadPath;
2018-06-08 16:02:26 +12:00
private System.Windows.Forms.Label lblFirebaseDomain;
2018-06-20 07:16:11 +12:00
private System.Windows.Forms.Label lblAzureStorageURLPreview;
private System.Windows.Forms.Label lblAzureStorageURLPreviewLabel;
private System.Windows.Forms.Label lblFirebaseDomainExample;
2018-09-11 04:55:07 +12:00
private System.Windows.Forms.Label lblOwnCloudExpiryTime;
private System.Windows.Forms.CheckBox cbOwnCloudAutoExpire;
private System.Windows.Forms.NumericUpDown txtOwnCloudExpiryTime;
2018-10-01 04:47:07 +13:00
internal System.Windows.Forms.TabPage tpBackblazeB2;
private System.Windows.Forms.TextBox txtB2CustomUrl;
2019-09-04 18:55:05 +12:00
private System.Windows.Forms.Label lblB2UrlPreviewLabel;
private System.Windows.Forms.CheckBox cbB2CustomUrl;
private System.Windows.Forms.Label lblB2Bucket;
private System.Windows.Forms.TextBox txtB2Bucket;
private System.Windows.Forms.TextBox txtB2UploadPath;
private System.Windows.Forms.Label lblB2UploadPath;
private System.Windows.Forms.TextBox txtB2ApplicationKey;
private System.Windows.Forms.Label lblB2ApplicationKey;
private System.Windows.Forms.Label lblB2ApplicationKeyId;
private System.Windows.Forms.TextBox txtB2ApplicationKeyId;
private System.Windows.Forms.LinkLabel lblB2ManageLink;
2018-10-02 12:11:53 +13:00
private System.Windows.Forms.TextBox txtKuttAPIKey;
private System.Windows.Forms.TextBox txtKuttHost;
private System.Windows.Forms.Label lblKuttAPIKey;
private System.Windows.Forms.Label lblKuttHost;
private System.Windows.Forms.CheckBox cbKuttReuse;
private System.Windows.Forms.Label lblKuttPassword;
private System.Windows.Forms.TextBox txtKuttPassword;
internal System.Windows.Forms.TabPage tpKutt;
2018-12-05 05:10:01 +13:00
private System.Windows.Forms.CheckBox cbAmazonS3SignedPayload;
private System.Windows.Forms.CheckBox cbGooglePhotosIsPublic;
private System.Windows.Forms.Label lblGooglePhotosCreateAlbumName;
private System.Windows.Forms.TextBox txtGooglePhotosCreateAlbumName;
private System.Windows.Forms.Button btnGooglePhotosCreateAlbum;
2019-04-08 08:42:47 +12:00
private System.Windows.Forms.GroupBox gbGoogleCloudStorageAdvanced;
private System.Windows.Forms.Label lblGoogleCloudStorageStripExtension;
private System.Windows.Forms.CheckBox cbGoogleCloudStorageStripExtensionText;
private System.Windows.Forms.CheckBox cbGoogleCloudStorageStripExtensionVideo;
private System.Windows.Forms.CheckBox cbGoogleCloudStorageSetPublicACL;
private System.Windows.Forms.CheckBox cbGoogleCloudStorageStripExtensionImage;
2019-09-04 18:55:05 +12:00
private System.Windows.Forms.Label lblB2UrlPreview;
private HelpersLib.TabToTreeView tttvMain;
private System.Windows.Forms.ComboBox cbGoogleDriveSharedDrive;
private System.Windows.Forms.TextBox txtKuttDomain;
private System.Windows.Forms.Label lblKuttDomain;
internal System.Windows.Forms.TabPage tpZeroWidthShortener;
private System.Windows.Forms.TextBox txtZWSToken;
private System.Windows.Forms.TextBox txtZWSURL;
private System.Windows.Forms.Label lblZWSToken;
private System.Windows.Forms.Label lblZWSURL;
2021-12-29 02:35:47 +13:00
private System.Windows.Forms.CheckBox cbOwnCloudAppendFileNameToURL;
private System.Windows.Forms.CheckBox cbYouTubeShowDialog;
2021-11-20 18:38:34 +13:00
private System.Windows.Forms.LinkLabel llYouTubePermissionsLink;
private System.Windows.Forms.Label lblYouTubePermissionsTip;
2022-12-09 00:21:16 +13:00
private OAuthLoopbackControl oauth2YouTube;
private OAuthLoopbackControl oauth2GooglePhotos;
private OAuthLoopbackControl oauth2GoogleDrive;
private OAuthLoopbackControl oauth2GoogleCloudStorage;
private System.Windows.Forms.TextBox txtAzureStorageCacheControl;
private System.Windows.Forms.Label lblAzureStorageCacheControl;
2016-06-12 03:33:18 +12:00
}
}