ShareX/UploadersLib/Forms/UploadersConfigForm.Designer.cs

4519 lines
259 KiB
C#
Raw Normal View History

2013-11-03 23:53:49 +13:00
namespace UploadersLib
{
partial class UploadersConfigForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UploadersConfigForm));
2014-06-06 06:19:45 +12:00
this.txtRapidSharePremiumUserName = new System.Windows.Forms.TextBox();
this.ttHelpTip = new System.Windows.Forms.ToolTip(this.components);
this.cbAmazonS3UseRRS = new System.Windows.Forms.CheckBox();
this.cbAmazonS3CustomCNAME = new System.Windows.Forms.CheckBox();
this.tpOtherUploaders = new System.Windows.Forms.TabPage();
this.tcOtherUploaders = new System.Windows.Forms.TabControl();
this.tpCustomUploaders = new System.Windows.Forms.TabPage();
2014-07-07 06:45:36 +12:00
this.btnCustomUploaderExamples = new System.Windows.Forms.Button();
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderHelp = new System.Windows.Forms.Button();
this.lblCustomUploaderImageUploader = new System.Windows.Forms.Label();
this.btnCustomUploaderFileUploaderTest = new System.Windows.Forms.Button();
this.lblCustomUploaderFileUploader = new System.Windows.Forms.Label();
this.btnCustomUploaderImageUploaderTest = new System.Windows.Forms.Button();
this.lblCustomUploaderTestResult = new System.Windows.Forms.Label();
this.txtCustomUploaderDeletionURL = new System.Windows.Forms.TextBox();
this.cbCustomUploaderFileUploader = new System.Windows.Forms.ComboBox();
this.lblCustomUploaderDeletionURL = new System.Windows.Forms.Label();
this.btnCustomUploaderShowLastResponse = new System.Windows.Forms.Button();
this.lblCustomUploaderResponseType = new System.Windows.Forms.Label();
this.cbCustomUploaderURLShortener = new System.Windows.Forms.ComboBox();
this.gbCustomUploaders = new System.Windows.Forms.GroupBox();
this.eiCustomUploaders = new HelpersLib.ExportImportControl();
2014-06-06 06:19:45 +12:00
this.lbCustomUploaderList = new System.Windows.Forms.ListBox();
this.btnCustomUploaderRemove = new System.Windows.Forms.Button();
this.btnCustomUploaderClear = new System.Windows.Forms.Button();
this.btnCustomUploaderUpdate = new System.Windows.Forms.Button();
this.txtCustomUploaderName = new System.Windows.Forms.TextBox();
this.btnCustomUploaderAdd = new System.Windows.Forms.Button();
this.lblCustomUploaderTextUploader = new System.Windows.Forms.Label();
this.lblCustomUploaderRequestURL = new System.Windows.Forms.Label();
this.btnCustomUploaderURLShortenerTest = new System.Windows.Forms.Button();
this.gbCustomUploaderRegexp = new System.Windows.Forms.GroupBox();
this.btnCustomUploaderRegexpEdit = new System.Windows.Forms.Button();
this.txtCustomUploaderRegexp = new System.Windows.Forms.TextBox();
this.lvCustomUploaderRegexps = new System.Windows.Forms.ListView();
this.lvRegexpsColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnCustomUploaderRegexpRemove = new System.Windows.Forms.Button();
this.btnCustomUploaderRegexpAdd = new System.Windows.Forms.Button();
this.cbCustomUploaderTextUploader = new System.Windows.Forms.ComboBox();
this.txtCustomUploaderThumbnailURL = new System.Windows.Forms.TextBox();
this.lblCustomUploaderURLShortener = new System.Windows.Forms.Label();
this.cbCustomUploaderResponseType = new System.Windows.Forms.ComboBox();
this.btnCustomUploaderTextUploaderTest = new System.Windows.Forms.Button();
this.txtCustomUploaderURL = new System.Windows.Forms.TextBox();
this.cbCustomUploaderImageUploader = new System.Windows.Forms.ComboBox();
this.txtCustomUploaderRequestURL = new System.Windows.Forms.TextBox();
this.txtCustomUploaderLog = new System.Windows.Forms.RichTextBox();
this.lblCustomUploaderThumbnailURL = new System.Windows.Forms.Label();
this.lblCustomUploaderFileForm = new System.Windows.Forms.Label();
this.lblCustomUploaderRequestType = new System.Windows.Forms.Label();
this.cbCustomUploaderRequestType = new System.Windows.Forms.ComboBox();
this.txtCustomUploaderFileForm = new System.Windows.Forms.TextBox();
this.lblCustomUploaderURL = new System.Windows.Forms.Label();
this.gbCustomUploaderArguments = new System.Windows.Forms.GroupBox();
this.btnCustomUploaderArgEdit = new System.Windows.Forms.Button();
this.txtCustomUploaderArgValue = new System.Windows.Forms.TextBox();
this.btnCustomUploaderArgRemove = new System.Windows.Forms.Button();
this.lvCustomUploaderArguments = new System.Windows.Forms.ListView();
this.chArgumentsName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chArgumentsValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnCustomUploaderArgAdd = new System.Windows.Forms.Button();
this.txtCustomUploaderArgName = new System.Windows.Forms.TextBox();
2014-06-09 07:59:13 +12:00
this.tpTwitter = new System.Windows.Forms.TabPage();
this.btnTwitterLogin = new System.Windows.Forms.Button();
this.ucTwitterAccounts = new UploadersLib.AccountsControl();
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 UploadersLib.OAuthControl();
2014-06-06 06:19:45 +12:00
this.tpGoogleURLShortener = new System.Windows.Forms.TabPage();
this.oauth2GoogleURLShortener = new UploadersLib.OAuthControl();
this.atcGoogleURLShortenerAccountType = new UploadersLib.AccountTypeControl();
2014-06-06 06:19:45 +12:00
this.tpYourls = new System.Windows.Forms.TabPage();
this.txtYourlsPassword = new System.Windows.Forms.TextBox();
this.txtYourlsUsername = new System.Windows.Forms.TextBox();
this.txtYourlsSignature = new System.Windows.Forms.TextBox();
this.lblYourlsNote = new System.Windows.Forms.Label();
this.lblYourlsPassword = new System.Windows.Forms.Label();
this.lblYourlsUsername = new System.Windows.Forms.Label();
this.lblYourlsSignature = new System.Windows.Forms.Label();
this.txtYourlsAPIURL = new System.Windows.Forms.TextBox();
this.lblYourlsAPIURL = new System.Windows.Forms.Label();
this.tpAdfly = new System.Windows.Forms.TabPage();
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();
2013-11-03 23:53:49 +13:00
this.tpFileUploaders = new System.Windows.Forms.TabPage();
this.tcFileUploaders = new System.Windows.Forms.TabControl();
this.tpDropbox = new System.Windows.Forms.TabPage();
this.oauth2Dropbox = new UploadersLib.OAuthControl();
2014-04-30 21:46:15 +12:00
this.cbDropboxURLType = new System.Windows.Forms.ComboBox();
2013-11-03 23:53:49 +13:00
this.cbDropboxAutoCreateShareableLink = new System.Windows.Forms.CheckBox();
this.btnDropboxShowFiles = new System.Windows.Forms.Button();
this.pbDropboxLogo = new System.Windows.Forms.PictureBox();
this.btnDropboxRegister = new System.Windows.Forms.Button();
this.lblDropboxStatus = new System.Windows.Forms.Label();
this.lblDropboxPathTip = new System.Windows.Forms.Label();
this.lblDropboxPath = new System.Windows.Forms.Label();
this.txtDropboxPath = new System.Windows.Forms.TextBox();
2014-06-06 06:19:45 +12:00
this.tpCopy = new System.Windows.Forms.TabPage();
2014-06-15 22:29:09 +12:00
this.pbCopyLogo = new System.Windows.Forms.PictureBox();
this.lblCopyURLType = new System.Windows.Forms.Label();
this.cbCopyURLType = new System.Windows.Forms.ComboBox();
2014-06-06 06:19:45 +12:00
this.btnCopyRegister = new System.Windows.Forms.Button();
this.lblCopyStatus = new System.Windows.Forms.Label();
this.lblCopyPath = new System.Windows.Forms.Label();
this.txtCopyPath = new System.Windows.Forms.TextBox();
this.oAuthCopy = new UploadersLib.OAuthControl();
2013-11-03 23:53:49 +13:00
this.tpFTP = new System.Windows.Forms.TabPage();
this.eiFTP = new HelpersLib.ExportImportControl();
2013-11-03 23:53:49 +13:00
this.btnFtpClient = new System.Windows.Forms.Button();
this.lblFtpFiles = new System.Windows.Forms.Label();
this.lblFtpText = new System.Windows.Forms.Label();
this.lblFtpImages = new System.Windows.Forms.Label();
2014-04-30 21:46:15 +12:00
this.cboFtpImages = new System.Windows.Forms.ComboBox();
2013-11-03 23:53:49 +13:00
this.cboFtpFiles = new System.Windows.Forms.ComboBox();
this.cboFtpText = new System.Windows.Forms.ComboBox();
this.ucFTPAccounts = new UploadersLib.AccountsControl();
this.tpMega = new System.Windows.Forms.TabPage();
this.btnMegaRefreshFolders = new System.Windows.Forms.Button();
2014-06-15 22:29:09 +12:00
this.lblMegaStatus = new System.Windows.Forms.Label();
this.btnMegaRegister = new System.Windows.Forms.Button();
this.lblMegaFolder = new System.Windows.Forms.Label();
2014-06-15 22:29:09 +12:00
this.lblMegaStatusTitle = new System.Windows.Forms.Label();
this.cbMegaFolder = new System.Windows.Forms.ComboBox();
this.lblMegaEmail = new System.Windows.Forms.Label();
2014-06-15 22:29:09 +12:00
this.btnMegaLogin = new System.Windows.Forms.Button();
this.txtMegaEmail = new System.Windows.Forms.TextBox();
this.txtMegaPassword = new System.Windows.Forms.TextBox();
2014-06-15 22:29:09 +12:00
this.lblMegaPassword = new System.Windows.Forms.Label();
2014-03-30 23:28:34 +13:00
this.tpAmazonS3 = new System.Windows.Forms.TabPage();
this.txtAmazonS3CustomDomain = new System.Windows.Forms.TextBox();
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreviewLabel = new System.Windows.Forms.Label();
this.lblAmazonS3PathPreview = new System.Windows.Forms.Label();
2014-04-17 04:18:25 +12:00
this.btnAmazonS3BucketNameOpen = new System.Windows.Forms.Button();
2014-04-16 07:30:46 +12:00
this.btnAmazonS3AccessKeyOpen = new System.Windows.Forms.Button();
2014-03-30 23:28:34 +13:00
this.cbAmazonS3Endpoint = new System.Windows.Forms.ComboBox();
this.lblAmazonS3BucketName = new System.Windows.Forms.Label();
this.txtAmazonS3BucketName = new System.Windows.Forms.TextBox();
this.lblAmazonS3Endpoint = new System.Windows.Forms.Label();
this.txtAmazonS3ObjectPrefix = new System.Windows.Forms.TextBox();
this.lblAmazonS3ObjectPrefix = new System.Windows.Forms.Label();
this.txtAmazonS3SecretKey = new System.Windows.Forms.TextBox();
this.lblAmazonS3SecretKey = new System.Windows.Forms.Label();
this.lblAmazonS3AccessKey = new System.Windows.Forms.Label();
this.txtAmazonS3AccessKey = new System.Windows.Forms.TextBox();
2014-07-01 22:18:07 +12:00
this.tpGoogleDrive = new System.Windows.Forms.TabPage();
this.cbGoogleDriveUseFolder = new System.Windows.Forms.CheckBox();
2014-07-01 22:18:07 +12:00
this.txtGoogleDriveFolderID = new System.Windows.Forms.TextBox();
this.lblGoogleDriveFolderID = new System.Windows.Forms.Label();
this.lvGoogleDriveFoldersList = new 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-07-01 22:18:07 +12:00
this.btnGoogleDriveRefreshFolders = new System.Windows.Forms.Button();
this.cbGoogleDriveIsPublic = new System.Windows.Forms.CheckBox();
this.oauth2GoogleDrive = new UploadersLib.OAuthControl();
2014-07-07 06:45:36 +12:00
this.tpOwnCloud = new System.Windows.Forms.TabPage();
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-03-30 23:28:34 +13:00
this.tpPushbullet = new System.Windows.Forms.TabPage();
this.lblPushbulletDevices = new System.Windows.Forms.Label();
this.cboPushbulletDevices = new System.Windows.Forms.ComboBox();
this.btnPushbulletGetDeviceList = new System.Windows.Forms.Button();
this.lblPushbulletUserKey = new System.Windows.Forms.Label();
this.txtPushbulletUserKey = new System.Windows.Forms.TextBox();
2013-11-03 23:53:49 +13:00
this.tpBox = new System.Windows.Forms.TabPage();
this.lblBoxFolderTip = new System.Windows.Forms.Label();
2014-04-17 11:34:31 +12:00
this.cbBoxShare = new System.Windows.Forms.CheckBox();
2014-06-09 07:59:13 +12:00
this.lvBoxFolders = new HelpersLib.MyListView();
this.chBoxFoldersName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
2013-11-03 23:53:49 +13:00
this.lblBoxFolderID = new System.Windows.Forms.Label();
this.btnBoxRefreshFolders = new System.Windows.Forms.Button();
this.oauth2Box = new UploadersLib.OAuthControl();
2013-11-03 23:53:49 +13:00
this.tpRapidShare = new System.Windows.Forms.TabPage();
this.txtRapidShareFolderID = new System.Windows.Forms.TextBox();
this.lblRapidShareFolderID = new System.Windows.Forms.Label();
this.btnRapidShareRefreshFolders = new System.Windows.Forms.Button();
this.tvRapidShareFolders = new System.Windows.Forms.TreeView();
this.lblRapidSharePassword = new System.Windows.Forms.Label();
this.lblRapidSharePremiumUsername = new System.Windows.Forms.Label();
this.txtRapidSharePassword = new System.Windows.Forms.TextBox();
this.txtRapidShareUsername = new System.Windows.Forms.TextBox();
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 UploadersLib.AccountTypeControl();
2013-11-03 23:53:49 +13:00
this.tpGe_tt = new System.Windows.Forms.TabPage();
this.lblGe_ttStatus = new System.Windows.Forms.Label();
2013-11-03 23:53:49 +13:00
this.lblGe_ttPassword = new System.Windows.Forms.Label();
this.lblGe_ttEmail = new System.Windows.Forms.Label();
this.btnGe_ttLogin = new System.Windows.Forms.Button();
this.txtGe_ttPassword = new System.Windows.Forms.TextBox();
this.txtGe_ttEmail = new System.Windows.Forms.TextBox();
this.tpHostr = new System.Windows.Forms.TabPage();
this.cbLocalhostrDirectURL = new System.Windows.Forms.CheckBox();
this.lblLocalhostrPassword = new System.Windows.Forms.Label();
this.lblLocalhostrEmail = new System.Windows.Forms.Label();
this.txtLocalhostrPassword = new System.Windows.Forms.TextBox();
this.txtLocalhostrEmail = new System.Windows.Forms.TextBox();
2013-11-25 10:38:02 +13:00
this.tpMinus = new System.Windows.Forms.TabPage();
this.lblMinusURLType = new System.Windows.Forms.Label();
this.cbMinusURLType = new System.Windows.Forms.ComboBox();
2013-11-25 10:38:02 +13:00
this.gbMinusUserPass = new System.Windows.Forms.GroupBox();
2014-03-21 13:36:09 +13:00
this.lblMinusAuthStatus = new System.Windows.Forms.Label();
2014-03-21 12:37:43 +13:00
this.btnMinusRefreshAuth = new System.Windows.Forms.Button();
2013-11-25 10:38:02 +13:00
this.lblMinusPassword = new System.Windows.Forms.Label();
this.lblMinusUsername = new System.Windows.Forms.Label();
this.txtMinusPassword = new System.Windows.Forms.TextBox();
this.txtMinusUsername = new System.Windows.Forms.TextBox();
this.btnMinusAuth = new System.Windows.Forms.Button();
this.gbMinusUpload = new System.Windows.Forms.GroupBox();
this.btnMinusReadFolderList = new System.Windows.Forms.Button();
this.chkMinusPublic = new System.Windows.Forms.CheckBox();
this.btnMinusFolderAdd = new System.Windows.Forms.Button();
this.btnMinusFolderRemove = new System.Windows.Forms.Button();
this.cboMinusFolders = new System.Windows.Forms.ComboBox();
this.tpJira = new System.Windows.Forms.TabPage();
this.txtJiraIssuePrefix = new System.Windows.Forms.TextBox();
this.lblJiraIssuePrefix = new System.Windows.Forms.Label();
this.gpJiraServer = new System.Windows.Forms.GroupBox();
this.txtJiraConfigHelp = new System.Windows.Forms.TextBox();
this.txtJiraHost = new System.Windows.Forms.TextBox();
this.lblJiraHost = new System.Windows.Forms.Label();
this.oAuthJira = new UploadersLib.OAuthControl();
2013-11-03 23:53:49 +13:00
this.tpEmail = new System.Windows.Forms.TabPage();
this.chkEmailConfirm = new System.Windows.Forms.CheckBox();
this.lblEmailSmtpServer = new System.Windows.Forms.Label();
this.lblEmailPassword = new System.Windows.Forms.Label();
this.cbEmailRememberLastTo = new System.Windows.Forms.CheckBox();
this.txtEmailFrom = new System.Windows.Forms.TextBox();
this.txtEmailPassword = new System.Windows.Forms.TextBox();
this.txtEmailDefaultBody = new System.Windows.Forms.TextBox();
this.lblEmailFrom = new System.Windows.Forms.Label();
this.txtEmailSmtpServer = new System.Windows.Forms.TextBox();
this.lblEmailDefaultSubject = new System.Windows.Forms.Label();
this.lblEmailDefaultBody = new System.Windows.Forms.Label();
this.nudEmailSmtpPort = new System.Windows.Forms.NumericUpDown();
this.lblEmailSmtpPort = new System.Windows.Forms.Label();
this.txtEmailDefaultSubject = new System.Windows.Forms.TextBox();
2013-11-25 10:38:02 +13:00
this.tpSharedFolder = new System.Windows.Forms.TabPage();
this.lblSharedFolderFiles = new System.Windows.Forms.Label();
this.lblSharedFolderText = new System.Windows.Forms.Label();
this.cboSharedFolderFiles = new System.Windows.Forms.ComboBox();
this.lblSharedFolderImages = new System.Windows.Forms.Label();
2013-11-25 10:38:02 +13:00
this.cboSharedFolderText = new System.Windows.Forms.ComboBox();
this.cboSharedFolderImages = new System.Windows.Forms.ComboBox();
this.ucLocalhostAccounts = new UploadersLib.AccountsControl();
2014-06-06 06:19:45 +12:00
this.btnCopyShowFiles = new System.Windows.Forms.Button();
this.tpTextUploaders = new System.Windows.Forms.TabPage();
this.tcTextUploaders = new System.Windows.Forms.TabControl();
this.tpPastebin = new System.Windows.Forms.TabPage();
this.btnPastebinLogin = new System.Windows.Forms.Button();
this.pgPastebinSettings = new System.Windows.Forms.PropertyGrid();
this.tpPaste_ee = new System.Windows.Forms.TabPage();
this.lblPaste_eeUserAPIKey = new System.Windows.Forms.Label();
this.txtPaste_eeUserAPIKey = new System.Windows.Forms.TextBox();
this.tpGist = new System.Windows.Forms.TabPage();
this.chkGistPublishPublic = new System.Windows.Forms.CheckBox();
this.oAuth2Gist = new UploadersLib.OAuthControl();
this.atcGistAccountType = new UploadersLib.AccountTypeControl();
2014-06-06 06:19:45 +12:00
this.tpUpaste = new System.Windows.Forms.TabPage();
this.cbUpasteIsPublic = new System.Windows.Forms.CheckBox();
this.lblUpasteUserKey = new System.Windows.Forms.Label();
this.txtUpasteUserKey = new System.Windows.Forms.TextBox();
this.tpImageUploaders = new System.Windows.Forms.TabPage();
this.tcImageUploaders = new System.Windows.Forms.TabControl();
this.tpImgur = new System.Windows.Forms.TabPage();
this.atcImgurAccountType = new UploadersLib.AccountTypeControl();
this.oauth2Imgur = new UploadersLib.OAuthControl();
2014-06-06 06:19:45 +12:00
this.txtImgurAlbumID = new System.Windows.Forms.TextBox();
this.lblImgurAlbumID = new System.Windows.Forms.Label();
this.lvImgurAlbumList = new System.Windows.Forms.ListView();
this.chImgurID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chImgurTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chImgurDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
2014-06-06 06:19:45 +12:00
this.btnImgurRefreshAlbumList = new System.Windows.Forms.Button();
this.cbImgurThumbnailType = new System.Windows.Forms.ComboBox();
this.lblImgurThumbnailType = new System.Windows.Forms.Label();
this.tpImageShack = new System.Windows.Forms.TabPage();
this.btnImageShackLogin = new System.Windows.Forms.Button();
this.btnImageShackOpenPublicProfile = new System.Windows.Forms.Button();
this.cbImageShackIsPublic = new System.Windows.Forms.CheckBox();
this.btnImageShackOpenMyImages = new System.Windows.Forms.Button();
this.lblImageShackUsername = new System.Windows.Forms.Label();
this.txtImageShackUsername = new System.Windows.Forms.TextBox();
this.txtImageShackPassword = new System.Windows.Forms.TextBox();
this.lblImageShackPassword = new System.Windows.Forms.Label();
this.tpTinyPic = new System.Windows.Forms.TabPage();
this.atcTinyPicAccountType = new UploadersLib.AccountTypeControl();
2014-06-06 06:19:45 +12:00
this.btnTinyPicLogin = new System.Windows.Forms.Button();
this.txtTinyPicPassword = new System.Windows.Forms.TextBox();
this.lblTinyPicPassword = new System.Windows.Forms.Label();
this.txtTinyPicUsername = new System.Windows.Forms.TextBox();
this.lblTinyPicUsername = new System.Windows.Forms.Label();
this.btnTinyPicOpenMyImages = new System.Windows.Forms.Button();
this.tpFlickr = new System.Windows.Forms.TabPage();
this.btnFlickrOpenImages = new System.Windows.Forms.Button();
this.pgFlickrAuthInfo = new System.Windows.Forms.PropertyGrid();
this.pgFlickrSettings = new System.Windows.Forms.PropertyGrid();
this.btnFlickrCheckToken = new System.Windows.Forms.Button();
this.btnFlickrCompleteAuth = new System.Windows.Forms.Button();
this.btnFlickrOpenAuthorize = new System.Windows.Forms.Button();
this.tpPhotobucket = new System.Windows.Forms.TabPage();
this.gbPhotobucketAlbumPath = new System.Windows.Forms.GroupBox();
this.btnPhotobucketAddAlbum = new System.Windows.Forms.Button();
this.btnPhotobucketRemoveAlbum = new System.Windows.Forms.Button();
this.cboPhotobucketAlbumPaths = new System.Windows.Forms.ComboBox();
this.gbPhotobucketAlbums = new System.Windows.Forms.GroupBox();
this.lblPhotobucketNewAlbumName = new System.Windows.Forms.Label();
this.lblPhotobucketParentAlbumPath = new System.Windows.Forms.Label();
this.txtPhotobucketNewAlbumName = new System.Windows.Forms.TextBox();
this.txtPhotobucketParentAlbumPath = new System.Windows.Forms.TextBox();
this.btnPhotobucketCreateAlbum = new System.Windows.Forms.Button();
this.gbPhotobucketUserAccount = new System.Windows.Forms.GroupBox();
this.lblPhotobucketDefaultAlbumName = new System.Windows.Forms.Label();
this.btnPhotobucketAuthOpen = new System.Windows.Forms.Button();
this.txtPhotobucketDefaultAlbumName = new System.Windows.Forms.TextBox();
this.lblPhotobucketVerificationCode = new System.Windows.Forms.Label();
this.btnPhotobucketAuthComplete = new System.Windows.Forms.Button();
this.txtPhotobucketVerificationCode = new System.Windows.Forms.TextBox();
this.lblPhotobucketAccountStatus = new System.Windows.Forms.Label();
2014-06-15 22:29:09 +12:00
this.tpPicasa = new System.Windows.Forms.TabPage();
this.txtPicasaAlbumID = new System.Windows.Forms.TextBox();
this.lblPicasaAlbumID = new System.Windows.Forms.Label();
this.lvPicasaAlbumList = new System.Windows.Forms.ListView();
this.chPicasaID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPicasaName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPicasaDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
2014-06-15 22:29:09 +12:00
this.btnPicasaRefreshAlbumList = new System.Windows.Forms.Button();
this.oauth2Picasa = new UploadersLib.OAuthControl();
2014-06-09 07:59:13 +12:00
this.tcUploaders = new System.Windows.Forms.TabControl();
this.ttlvMain = new HelpersLib.TabToListView();
this.lblWidthHint = new System.Windows.Forms.Label();
this.actRapidShareAccountType = new UploadersLib.AccountTypeControl();
2014-06-06 06:19:45 +12:00
this.tpOtherUploaders.SuspendLayout();
this.tcOtherUploaders.SuspendLayout();
this.tpCustomUploaders.SuspendLayout();
this.gbCustomUploaders.SuspendLayout();
this.gbCustomUploaderRegexp.SuspendLayout();
this.gbCustomUploaderArguments.SuspendLayout();
2014-06-09 07:59:13 +12:00
this.tpTwitter.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tpURLShorteners.SuspendLayout();
this.tcURLShorteners.SuspendLayout();
this.tpBitly.SuspendLayout();
this.tpGoogleURLShortener.SuspendLayout();
this.tpYourls.SuspendLayout();
this.tpAdfly.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.tpFileUploaders.SuspendLayout();
this.tcFileUploaders.SuspendLayout();
this.tpDropbox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbDropboxLogo)).BeginInit();
2014-06-06 06:19:45 +12:00
this.tpCopy.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbCopyLogo)).BeginInit();
2013-11-03 23:53:49 +13:00
this.tpFTP.SuspendLayout();
this.tpMega.SuspendLayout();
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.SuspendLayout();
2014-03-21 12:37:43 +13:00
this.tpGoogleDrive.SuspendLayout();
2014-07-07 06:45:36 +12:00
this.tpOwnCloud.SuspendLayout();
2014-07-01 22:18:07 +12:00
this.tpPushbullet.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.tpBox.SuspendLayout();
this.tpRapidShare.SuspendLayout();
this.tpSendSpace.SuspendLayout();
this.tpGe_tt.SuspendLayout();
this.tpHostr.SuspendLayout();
2013-11-25 10:38:02 +13:00
this.tpMinus.SuspendLayout();
this.gbMinusUserPass.SuspendLayout();
this.gbMinusUpload.SuspendLayout();
this.tpJira.SuspendLayout();
this.gpJiraServer.SuspendLayout();
2013-11-25 10:38:02 +13:00
this.tpEmail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudEmailSmtpPort)).BeginInit();
2013-11-03 23:53:49 +13:00
this.tpSharedFolder.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tpTextUploaders.SuspendLayout();
this.tcTextUploaders.SuspendLayout();
this.tpPastebin.SuspendLayout();
this.tpPaste_ee.SuspendLayout();
this.tpGist.SuspendLayout();
this.tpUpaste.SuspendLayout();
this.tpImageUploaders.SuspendLayout();
this.tcImageUploaders.SuspendLayout();
this.tpImgur.SuspendLayout();
this.tpImageShack.SuspendLayout();
this.tpTinyPic.SuspendLayout();
this.tpFlickr.SuspendLayout();
this.tpPhotobucket.SuspendLayout();
this.gbPhotobucketAlbumPath.SuspendLayout();
this.gbPhotobucketAlbums.SuspendLayout();
this.gbPhotobucketUserAccount.SuspendLayout();
2014-06-15 22:29:09 +12:00
this.tpPicasa.SuspendLayout();
2014-06-06 06:19:45 +12:00
this.tcUploaders.SuspendLayout();
2013-11-03 23:53:49 +13:00
this.SuspendLayout();
//
2014-06-06 06:19:45 +12:00
// txtRapidSharePremiumUserName
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtRapidSharePremiumUserName.Location = new System.Drawing.Point(88, 84);
this.txtRapidSharePremiumUserName.Name = "txtRapidSharePremiumUserName";
this.txtRapidSharePremiumUserName.Size = new System.Drawing.Size(120, 20);
this.txtRapidSharePremiumUserName.TabIndex = 11;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// ttHelpTip
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.ttHelpTip.AutomaticDelay = 0;
this.ttHelpTip.AutoPopDelay = 30000;
this.ttHelpTip.BackColor = System.Drawing.Color.White;
this.ttHelpTip.InitialDelay = 500;
this.ttHelpTip.IsBalloon = true;
this.ttHelpTip.ReshowDelay = 100;
this.ttHelpTip.UseAnimation = false;
this.ttHelpTip.UseFading = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbAmazonS3UseRRS
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbAmazonS3UseRRS.AutoSize = true;
this.cbAmazonS3UseRRS.Location = new System.Drawing.Point(27, 168);
this.cbAmazonS3UseRRS.Name = "cbAmazonS3UseRRS";
this.cbAmazonS3UseRRS.Size = new System.Drawing.Size(184, 17);
this.cbAmazonS3UseRRS.TabIndex = 14;
this.cbAmazonS3UseRRS.Text = "Use reduced redundancy storage";
this.ttHelpTip.SetToolTip(this.cbAmazonS3UseRRS, resources.GetString("cbAmazonS3UseRRS.ToolTip"));
this.cbAmazonS3UseRRS.UseVisualStyleBackColor = true;
this.cbAmazonS3UseRRS.CheckedChanged += new System.EventHandler(this.cbAmazonS3UseRRS_CheckedChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbAmazonS3CustomCNAME
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbAmazonS3CustomCNAME.AutoSize = true;
this.cbAmazonS3CustomCNAME.Location = new System.Drawing.Point(27, 144);
this.cbAmazonS3CustomCNAME.Name = "cbAmazonS3CustomCNAME";
this.cbAmazonS3CustomCNAME.Size = new System.Drawing.Size(122, 17);
2014-06-26 08:45:57 +12:00
this.cbAmazonS3CustomCNAME.TabIndex = 12;
2014-06-06 06:19:45 +12:00
this.cbAmazonS3CustomCNAME.Text = "Use custom domain:";
this.ttHelpTip.SetToolTip(this.cbAmazonS3CustomCNAME, resources.GetString("cbAmazonS3CustomCNAME.ToolTip"));
this.cbAmazonS3CustomCNAME.UseVisualStyleBackColor = true;
this.cbAmazonS3CustomCNAME.CheckedChanged += new System.EventHandler(this.cbAmazonS3CustomCNAME_CheckedChanged);
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
// tpOtherUploaders
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpOtherUploaders.Controls.Add(this.tcOtherUploaders);
this.tpOtherUploaders.Location = new System.Drawing.Point(4, 22);
this.tpOtherUploaders.Name = "tpOtherUploaders";
this.tpOtherUploaders.Padding = new System.Windows.Forms.Padding(3);
this.tpOtherUploaders.Size = new System.Drawing.Size(986, 525);
this.tpOtherUploaders.TabIndex = 6;
this.tpOtherUploaders.Text = "Other uploaders";
this.tpOtherUploaders.UseVisualStyleBackColor = true;
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
// tcOtherUploaders
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
this.tcOtherUploaders.Controls.Add(this.tpCustomUploaders);
this.tcOtherUploaders.Controls.Add(this.tpTwitter);
2014-06-06 06:19:45 +12:00
this.tcOtherUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcOtherUploaders.Location = new System.Drawing.Point(3, 3);
this.tcOtherUploaders.Name = "tcOtherUploaders";
this.tcOtherUploaders.SelectedIndex = 0;
this.tcOtherUploaders.Size = new System.Drawing.Size(980, 519);
this.tcOtherUploaders.TabIndex = 0;
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
// tpCustomUploaders
2014-01-13 00:54:30 +13:00
//
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderExamples);
2014-06-06 06:19:45 +12:00
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderHelp);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderImageUploader);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderFileUploaderTest);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderFileUploader);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderImageUploaderTest);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderTestResult);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderDeletionURL);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderFileUploader);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderDeletionURL);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderShowLastResponse);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderResponseType);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderURLShortener);
this.tpCustomUploaders.Controls.Add(this.gbCustomUploaders);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderTextUploader);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderRequestURL);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderURLShortenerTest);
this.tpCustomUploaders.Controls.Add(this.gbCustomUploaderRegexp);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderTextUploader);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderThumbnailURL);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderURLShortener);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderResponseType);
this.tpCustomUploaders.Controls.Add(this.btnCustomUploaderTextUploaderTest);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderURL);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderImageUploader);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderRequestURL);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderLog);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderThumbnailURL);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderFileForm);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderRequestType);
this.tpCustomUploaders.Controls.Add(this.cbCustomUploaderRequestType);
this.tpCustomUploaders.Controls.Add(this.txtCustomUploaderFileForm);
this.tpCustomUploaders.Controls.Add(this.lblCustomUploaderURL);
this.tpCustomUploaders.Controls.Add(this.gbCustomUploaderArguments);
this.tpCustomUploaders.Location = new System.Drawing.Point(4, 22);
this.tpCustomUploaders.Name = "tpCustomUploaders";
this.tpCustomUploaders.Padding = new System.Windows.Forms.Padding(3);
this.tpCustomUploaders.Size = new System.Drawing.Size(972, 493);
this.tpCustomUploaders.TabIndex = 5;
this.tpCustomUploaders.Text = "Custom uploaders";
this.tpCustomUploaders.UseVisualStyleBackColor = true;
2014-01-13 00:54:30 +13:00
//
2014-07-07 06:45:36 +12:00
// btnCustomUploaderExamples
//
this.btnCustomUploaderExamples.Location = new System.Drawing.Point(560, 376);
this.btnCustomUploaderExamples.Name = "btnCustomUploaderExamples";
this.btnCustomUploaderExamples.Size = new System.Drawing.Size(80, 24);
this.btnCustomUploaderExamples.TabIndex = 32;
this.btnCustomUploaderExamples.Text = "Examples...";
this.btnCustomUploaderExamples.UseVisualStyleBackColor = true;
this.btnCustomUploaderExamples.Click += new System.EventHandler(this.btnCustomUploaderExamples_Click);
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderHelp
2014-01-13 00:54:30 +13:00
//
this.btnCustomUploaderHelp.Location = new System.Drawing.Point(488, 376);
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderHelp.Name = "btnCustomUploaderHelp";
this.btnCustomUploaderHelp.Size = new System.Drawing.Size(64, 24);
this.btnCustomUploaderHelp.TabIndex = 31;
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderHelp.Text = "Help...";
this.btnCustomUploaderHelp.UseVisualStyleBackColor = true;
this.btnCustomUploaderHelp.Click += new System.EventHandler(this.btnCustomUploaderHelp_Click);
2014-01-13 00:54:30 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderImageUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderImageUploader.AutoSize = true;
this.lblCustomUploaderImageUploader.Location = new System.Drawing.Point(16, 392);
this.lblCustomUploaderImageUploader.Name = "lblCustomUploaderImageUploader";
this.lblCustomUploaderImageUploader.Size = new System.Drawing.Size(83, 13);
this.lblCustomUploaderImageUploader.TabIndex = 17;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderImageUploader.Text = "Image uploader:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderFileUploaderTest
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderFileUploaderTest.Location = new System.Drawing.Point(264, 436);
this.btnCustomUploaderFileUploaderTest.Name = "btnCustomUploaderFileUploaderTest";
this.btnCustomUploaderFileUploaderTest.Size = new System.Drawing.Size(48, 24);
this.btnCustomUploaderFileUploaderTest.TabIndex = 25;
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderFileUploaderTest.Text = "Test";
this.btnCustomUploaderFileUploaderTest.UseVisualStyleBackColor = true;
this.btnCustomUploaderFileUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderFileUploaderTest_Click);
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderFileUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderFileUploader.AutoSize = true;
this.lblCustomUploaderFileUploader.Location = new System.Drawing.Point(16, 440);
this.lblCustomUploaderFileUploader.Name = "lblCustomUploaderFileUploader";
this.lblCustomUploaderFileUploader.Size = new System.Drawing.Size(70, 13);
this.lblCustomUploaderFileUploader.TabIndex = 23;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderFileUploader.Text = "File uploader:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderImageUploaderTest
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderImageUploaderTest.Location = new System.Drawing.Point(264, 388);
this.btnCustomUploaderImageUploaderTest.Name = "btnCustomUploaderImageUploaderTest";
this.btnCustomUploaderImageUploaderTest.Size = new System.Drawing.Size(48, 24);
this.btnCustomUploaderImageUploaderTest.TabIndex = 19;
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderImageUploaderTest.Text = "Test";
this.btnCustomUploaderImageUploaderTest.UseVisualStyleBackColor = true;
this.btnCustomUploaderImageUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderImageUploaderTest_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderTestResult
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderTestResult.AutoSize = true;
this.lblCustomUploaderTestResult.Location = new System.Drawing.Point(328, 384);
this.lblCustomUploaderTestResult.Name = "lblCustomUploaderTestResult";
this.lblCustomUploaderTestResult.Size = new System.Drawing.Size(59, 13);
this.lblCustomUploaderTestResult.TabIndex = 29;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderTestResult.Text = "Test result:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderDeletionURL
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderDeletionURL.Location = new System.Drawing.Point(536, 344);
this.txtCustomUploaderDeletionURL.Name = "txtCustomUploaderDeletionURL";
this.txtCustomUploaderDeletionURL.Size = new System.Drawing.Size(248, 20);
this.txtCustomUploaderDeletionURL.TabIndex = 16;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderFileUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderFileUploader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderFileUploader.FormattingEnabled = true;
this.cbCustomUploaderFileUploader.Location = new System.Drawing.Point(104, 436);
this.cbCustomUploaderFileUploader.Name = "cbCustomUploaderFileUploader";
this.cbCustomUploaderFileUploader.Size = new System.Drawing.Size(152, 21);
this.cbCustomUploaderFileUploader.TabIndex = 24;
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderFileUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderFileUploader_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderDeletionURL
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderDeletionURL.AutoSize = true;
this.lblCustomUploaderDeletionURL.Location = new System.Drawing.Point(536, 328);
this.lblCustomUploaderDeletionURL.Name = "lblCustomUploaderDeletionURL";
this.lblCustomUploaderDeletionURL.Size = new System.Drawing.Size(74, 13);
this.lblCustomUploaderDeletionURL.TabIndex = 15;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderDeletionURL.Text = "Deletion URL:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderShowLastResponse
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderShowLastResponse.Enabled = false;
this.btnCustomUploaderShowLastResponse.Location = new System.Drawing.Point(648, 376);
this.btnCustomUploaderShowLastResponse.Name = "btnCustomUploaderShowLastResponse";
this.btnCustomUploaderShowLastResponse.Size = new System.Drawing.Size(136, 23);
this.btnCustomUploaderShowLastResponse.TabIndex = 33;
this.btnCustomUploaderShowLastResponse.Text = "Show last response...";
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderShowLastResponse.UseVisualStyleBackColor = true;
this.btnCustomUploaderShowLastResponse.Click += new System.EventHandler(this.btnCustomUploaderShowLastResponse_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderResponseType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderResponseType.AutoSize = true;
this.lblCustomUploaderResponseType.Location = new System.Drawing.Point(536, 8);
this.lblCustomUploaderResponseType.Name = "lblCustomUploaderResponseType";
this.lblCustomUploaderResponseType.Size = new System.Drawing.Size(81, 13);
this.lblCustomUploaderResponseType.TabIndex = 8;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderResponseType.Text = "Response type:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderURLShortener
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderURLShortener.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderURLShortener.FormattingEnabled = true;
this.cbCustomUploaderURLShortener.Location = new System.Drawing.Point(104, 460);
this.cbCustomUploaderURLShortener.Name = "cbCustomUploaderURLShortener";
this.cbCustomUploaderURLShortener.Size = new System.Drawing.Size(152, 21);
this.cbCustomUploaderURLShortener.TabIndex = 27;
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderURLShortener.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderURLShortener_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbCustomUploaders
2013-11-03 23:53:49 +13:00
//
this.gbCustomUploaders.Controls.Add(this.eiCustomUploaders);
2014-06-06 06:19:45 +12:00
this.gbCustomUploaders.Controls.Add(this.lbCustomUploaderList);
this.gbCustomUploaders.Controls.Add(this.btnCustomUploaderRemove);
this.gbCustomUploaders.Controls.Add(this.btnCustomUploaderClear);
this.gbCustomUploaders.Controls.Add(this.btnCustomUploaderUpdate);
this.gbCustomUploaders.Controls.Add(this.txtCustomUploaderName);
this.gbCustomUploaders.Controls.Add(this.btnCustomUploaderAdd);
this.gbCustomUploaders.Location = new System.Drawing.Point(8, 8);
this.gbCustomUploaders.Name = "gbCustomUploaders";
this.gbCustomUploaders.Size = new System.Drawing.Size(248, 360);
this.gbCustomUploaders.TabIndex = 0;
2014-06-06 06:19:45 +12:00
this.gbCustomUploaders.TabStop = false;
this.gbCustomUploaders.Text = "Uploaders";
2013-11-03 23:53:49 +13:00
//
2014-06-09 07:59:13 +12:00
// eiCustomUploaders
//
this.eiCustomUploaders.Location = new System.Drawing.Point(8, 328);
this.eiCustomUploaders.Name = "eiCustomUploaders";
this.eiCustomUploaders.ObjectType = null;
this.eiCustomUploaders.Size = new System.Drawing.Size(140, 26);
2014-06-26 08:45:57 +12:00
this.eiCustomUploaders.TabIndex = 5;
this.eiCustomUploaders.ExportRequested += new HelpersLib.ExportImportControl.ExportEventHandler(this.eiCustomUploaders_ExportRequested);
this.eiCustomUploaders.ImportRequested += new HelpersLib.ExportImportControl.ImportEventHandler(this.eiCustomUploaders_ImportRequested);
2014-06-09 07:59:13 +12:00
//
2014-06-06 06:19:45 +12:00
// lbCustomUploaderList
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lbCustomUploaderList.FormattingEnabled = true;
this.lbCustomUploaderList.IntegralHeight = false;
this.lbCustomUploaderList.Location = new System.Drawing.Point(8, 72);
this.lbCustomUploaderList.Name = "lbCustomUploaderList";
this.lbCustomUploaderList.Size = new System.Drawing.Size(232, 248);
this.lbCustomUploaderList.TabIndex = 4;
this.lbCustomUploaderList.SelectedIndexChanged += new System.EventHandler(this.lbCustomUploaderList_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderRemove
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRemove.Location = new System.Drawing.Point(88, 40);
this.btnCustomUploaderRemove.Name = "btnCustomUploaderRemove";
this.btnCustomUploaderRemove.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderRemove.TabIndex = 2;
this.btnCustomUploaderRemove.Text = "Remove";
this.btnCustomUploaderRemove.UseVisualStyleBackColor = true;
this.btnCustomUploaderRemove.Click += new System.EventHandler(this.btnCustomUploaderRemove_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderClear
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderClear.Location = new System.Drawing.Point(152, 328);
this.btnCustomUploaderClear.Name = "btnCustomUploaderClear";
this.btnCustomUploaderClear.Size = new System.Drawing.Size(88, 24);
2014-06-26 08:45:57 +12:00
this.btnCustomUploaderClear.TabIndex = 6;
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderClear.Text = "Clear fields -->";
this.btnCustomUploaderClear.UseVisualStyleBackColor = true;
this.btnCustomUploaderClear.Click += new System.EventHandler(this.btnCustomUploaderClear_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderUpdate
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderUpdate.Location = new System.Drawing.Point(168, 40);
this.btnCustomUploaderUpdate.Name = "btnCustomUploaderUpdate";
this.btnCustomUploaderUpdate.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderUpdate.TabIndex = 3;
this.btnCustomUploaderUpdate.Text = "Update";
this.btnCustomUploaderUpdate.UseVisualStyleBackColor = true;
this.btnCustomUploaderUpdate.Click += new System.EventHandler(this.btnCustomUploaderUpdate_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderName
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderName.Location = new System.Drawing.Point(8, 16);
this.txtCustomUploaderName.Name = "txtCustomUploaderName";
this.txtCustomUploaderName.Size = new System.Drawing.Size(232, 20);
this.txtCustomUploaderName.TabIndex = 0;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderAdd
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderAdd.Location = new System.Drawing.Point(8, 40);
this.btnCustomUploaderAdd.Name = "btnCustomUploaderAdd";
this.btnCustomUploaderAdd.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderAdd.TabIndex = 1;
this.btnCustomUploaderAdd.Text = "Add";
this.btnCustomUploaderAdd.UseVisualStyleBackColor = true;
this.btnCustomUploaderAdd.Click += new System.EventHandler(this.btnCustomUploaderAdd_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderTextUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderTextUploader.AutoSize = true;
this.lblCustomUploaderTextUploader.Location = new System.Drawing.Point(16, 416);
this.lblCustomUploaderTextUploader.Name = "lblCustomUploaderTextUploader";
this.lblCustomUploaderTextUploader.Size = new System.Drawing.Size(75, 13);
this.lblCustomUploaderTextUploader.TabIndex = 20;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderTextUploader.Text = "Text uploader:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderRequestURL
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderRequestURL.AutoSize = true;
this.lblCustomUploaderRequestURL.Location = new System.Drawing.Point(272, 56);
this.lblCustomUploaderRequestURL.Name = "lblCustomUploaderRequestURL";
this.lblCustomUploaderRequestURL.Size = new System.Drawing.Size(75, 13);
this.lblCustomUploaderRequestURL.TabIndex = 3;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderRequestURL.Text = "Request URL:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderURLShortenerTest
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderURLShortenerTest.Location = new System.Drawing.Point(264, 460);
this.btnCustomUploaderURLShortenerTest.Name = "btnCustomUploaderURLShortenerTest";
this.btnCustomUploaderURLShortenerTest.Size = new System.Drawing.Size(48, 24);
this.btnCustomUploaderURLShortenerTest.TabIndex = 28;
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderURLShortenerTest.Text = "Test";
this.btnCustomUploaderURLShortenerTest.UseVisualStyleBackColor = true;
this.btnCustomUploaderURLShortenerTest.Click += new System.EventHandler(this.btnCustomUploaderURLShortenerTest_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbCustomUploaderRegexp
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbCustomUploaderRegexp.Controls.Add(this.btnCustomUploaderRegexpEdit);
this.gbCustomUploaderRegexp.Controls.Add(this.txtCustomUploaderRegexp);
this.gbCustomUploaderRegexp.Controls.Add(this.lvCustomUploaderRegexps);
this.gbCustomUploaderRegexp.Controls.Add(this.btnCustomUploaderRegexpRemove);
this.gbCustomUploaderRegexp.Controls.Add(this.btnCustomUploaderRegexpAdd);
this.gbCustomUploaderRegexp.Location = new System.Drawing.Point(536, 56);
this.gbCustomUploaderRegexp.Name = "gbCustomUploaderRegexp";
this.gbCustomUploaderRegexp.Size = new System.Drawing.Size(248, 184);
this.gbCustomUploaderRegexp.TabIndex = 10;
2014-06-06 06:19:45 +12:00
this.gbCustomUploaderRegexp.TabStop = false;
this.gbCustomUploaderRegexp.Text = "Regex from response";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderRegexpEdit
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRegexpEdit.Location = new System.Drawing.Point(168, 40);
this.btnCustomUploaderRegexpEdit.Name = "btnCustomUploaderRegexpEdit";
this.btnCustomUploaderRegexpEdit.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderRegexpEdit.TabIndex = 3;
this.btnCustomUploaderRegexpEdit.Text = "Update";
this.btnCustomUploaderRegexpEdit.UseVisualStyleBackColor = true;
this.btnCustomUploaderRegexpEdit.Click += new System.EventHandler(this.btnCustomUploaderRegexpEdit_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderRegexp
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderRegexp.Location = new System.Drawing.Point(8, 16);
this.txtCustomUploaderRegexp.Name = "txtCustomUploaderRegexp";
this.txtCustomUploaderRegexp.Size = new System.Drawing.Size(232, 20);
this.txtCustomUploaderRegexp.TabIndex = 0;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lvCustomUploaderRegexps
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lvCustomUploaderRegexps.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.lvRegexpsColumn});
this.lvCustomUploaderRegexps.FullRowSelect = true;
this.lvCustomUploaderRegexps.GridLines = true;
this.lvCustomUploaderRegexps.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvCustomUploaderRegexps.HideSelection = false;
this.lvCustomUploaderRegexps.Location = new System.Drawing.Point(8, 72);
this.lvCustomUploaderRegexps.MultiSelect = false;
this.lvCustomUploaderRegexps.Name = "lvCustomUploaderRegexps";
this.lvCustomUploaderRegexps.Scrollable = false;
this.lvCustomUploaderRegexps.Size = new System.Drawing.Size(232, 104);
this.lvCustomUploaderRegexps.TabIndex = 4;
this.lvCustomUploaderRegexps.UseCompatibleStateImageBehavior = false;
this.lvCustomUploaderRegexps.View = System.Windows.Forms.View.Details;
this.lvCustomUploaderRegexps.SelectedIndexChanged += new System.EventHandler(this.lvCustomUploaderRegexps_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lvRegexpsColumn
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lvRegexpsColumn.Width = 227;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderRegexpRemove
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRegexpRemove.Location = new System.Drawing.Point(88, 40);
this.btnCustomUploaderRegexpRemove.Name = "btnCustomUploaderRegexpRemove";
this.btnCustomUploaderRegexpRemove.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderRegexpRemove.TabIndex = 2;
this.btnCustomUploaderRegexpRemove.Text = "Remove";
this.btnCustomUploaderRegexpRemove.UseVisualStyleBackColor = true;
this.btnCustomUploaderRegexpRemove.Click += new System.EventHandler(this.btnCustomUploaderRegexpRemove_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderRegexpAdd
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderRegexpAdd.Location = new System.Drawing.Point(8, 40);
this.btnCustomUploaderRegexpAdd.Name = "btnCustomUploaderRegexpAdd";
this.btnCustomUploaderRegexpAdd.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderRegexpAdd.TabIndex = 1;
this.btnCustomUploaderRegexpAdd.Text = "Add";
this.btnCustomUploaderRegexpAdd.UseVisualStyleBackColor = true;
this.btnCustomUploaderRegexpAdd.Click += new System.EventHandler(this.btnCustomUploaderRegexpAdd_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderTextUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderTextUploader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderTextUploader.FormattingEnabled = true;
this.cbCustomUploaderTextUploader.Location = new System.Drawing.Point(104, 412);
this.cbCustomUploaderTextUploader.Name = "cbCustomUploaderTextUploader";
this.cbCustomUploaderTextUploader.Size = new System.Drawing.Size(152, 21);
this.cbCustomUploaderTextUploader.TabIndex = 21;
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderTextUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderTextUploader_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderThumbnailURL
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderThumbnailURL.Location = new System.Drawing.Point(536, 304);
this.txtCustomUploaderThumbnailURL.Name = "txtCustomUploaderThumbnailURL";
this.txtCustomUploaderThumbnailURL.Size = new System.Drawing.Size(248, 20);
this.txtCustomUploaderThumbnailURL.TabIndex = 14;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderURLShortener
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderURLShortener.AutoSize = true;
this.lblCustomUploaderURLShortener.Location = new System.Drawing.Point(16, 464);
this.lblCustomUploaderURLShortener.Name = "lblCustomUploaderURLShortener";
this.lblCustomUploaderURLShortener.Size = new System.Drawing.Size(79, 13);
this.lblCustomUploaderURLShortener.TabIndex = 26;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderURLShortener.Text = "URL shortener:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderResponseType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderResponseType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderResponseType.FormattingEnabled = true;
this.cbCustomUploaderResponseType.Location = new System.Drawing.Point(536, 24);
this.cbCustomUploaderResponseType.Name = "cbCustomUploaderResponseType";
this.cbCustomUploaderResponseType.Size = new System.Drawing.Size(144, 21);
this.cbCustomUploaderResponseType.TabIndex = 9;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderTextUploaderTest
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderTextUploaderTest.Location = new System.Drawing.Point(264, 412);
this.btnCustomUploaderTextUploaderTest.Name = "btnCustomUploaderTextUploaderTest";
this.btnCustomUploaderTextUploaderTest.Size = new System.Drawing.Size(48, 24);
this.btnCustomUploaderTextUploaderTest.TabIndex = 22;
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderTextUploaderTest.Text = "Test";
this.btnCustomUploaderTextUploaderTest.UseVisualStyleBackColor = true;
this.btnCustomUploaderTextUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderTextUploaderTest_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderURL
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderURL.Location = new System.Drawing.Point(536, 264);
this.txtCustomUploaderURL.Name = "txtCustomUploaderURL";
this.txtCustomUploaderURL.Size = new System.Drawing.Size(248, 20);
this.txtCustomUploaderURL.TabIndex = 12;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderImageUploader
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderImageUploader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderImageUploader.FormattingEnabled = true;
this.cbCustomUploaderImageUploader.Location = new System.Drawing.Point(104, 388);
this.cbCustomUploaderImageUploader.Name = "cbCustomUploaderImageUploader";
this.cbCustomUploaderImageUploader.Size = new System.Drawing.Size(152, 21);
this.cbCustomUploaderImageUploader.TabIndex = 18;
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderImageUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderImageUploader_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderRequestURL
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderRequestURL.Location = new System.Drawing.Point(272, 72);
this.txtCustomUploaderRequestURL.Name = "txtCustomUploaderRequestURL";
this.txtCustomUploaderRequestURL.Size = new System.Drawing.Size(248, 20);
this.txtCustomUploaderRequestURL.TabIndex = 4;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderLog
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderLog.Location = new System.Drawing.Point(328, 408);
this.txtCustomUploaderLog.Name = "txtCustomUploaderLog";
this.txtCustomUploaderLog.Size = new System.Drawing.Size(456, 72);
this.txtCustomUploaderLog.TabIndex = 30;
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderLog.Text = "";
this.txtCustomUploaderLog.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.txtCustomUploaderLog_LinkClicked);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderThumbnailURL
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderThumbnailURL.AutoSize = true;
this.lblCustomUploaderThumbnailURL.Location = new System.Drawing.Point(536, 288);
this.lblCustomUploaderThumbnailURL.Name = "lblCustomUploaderThumbnailURL";
this.lblCustomUploaderThumbnailURL.Size = new System.Drawing.Size(84, 13);
this.lblCustomUploaderThumbnailURL.TabIndex = 13;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderThumbnailURL.Text = "Thumbnail URL:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderFileForm
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderFileForm.AutoSize = true;
this.lblCustomUploaderFileForm.Location = new System.Drawing.Point(272, 96);
this.lblCustomUploaderFileForm.Name = "lblCustomUploaderFileForm";
this.lblCustomUploaderFileForm.Size = new System.Drawing.Size(78, 13);
this.lblCustomUploaderFileForm.TabIndex = 5;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderFileForm.Text = "File form name:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderRequestType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderRequestType.AutoSize = true;
this.lblCustomUploaderRequestType.Location = new System.Drawing.Point(272, 8);
this.lblCustomUploaderRequestType.Name = "lblCustomUploaderRequestType";
this.lblCustomUploaderRequestType.Size = new System.Drawing.Size(73, 13);
this.lblCustomUploaderRequestType.TabIndex = 1;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderRequestType.Text = "Request type:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbCustomUploaderRequestType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderRequestType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCustomUploaderRequestType.FormattingEnabled = true;
this.cbCustomUploaderRequestType.Location = new System.Drawing.Point(272, 24);
this.cbCustomUploaderRequestType.Name = "cbCustomUploaderRequestType";
this.cbCustomUploaderRequestType.Size = new System.Drawing.Size(144, 21);
this.cbCustomUploaderRequestType.TabIndex = 2;
2014-06-06 06:19:45 +12:00
this.cbCustomUploaderRequestType.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderRequestType_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderFileForm
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderFileForm.Location = new System.Drawing.Point(272, 112);
this.txtCustomUploaderFileForm.Name = "txtCustomUploaderFileForm";
this.txtCustomUploaderFileForm.Size = new System.Drawing.Size(248, 20);
this.txtCustomUploaderFileForm.TabIndex = 6;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblCustomUploaderURL
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderURL.AutoSize = true;
this.lblCustomUploaderURL.Location = new System.Drawing.Point(536, 248);
this.lblCustomUploaderURL.Name = "lblCustomUploaderURL";
this.lblCustomUploaderURL.Size = new System.Drawing.Size(32, 13);
this.lblCustomUploaderURL.TabIndex = 11;
2014-06-06 06:19:45 +12:00
this.lblCustomUploaderURL.Text = "URL:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbCustomUploaderArguments
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbCustomUploaderArguments.Controls.Add(this.btnCustomUploaderArgEdit);
this.gbCustomUploaderArguments.Controls.Add(this.txtCustomUploaderArgValue);
this.gbCustomUploaderArguments.Controls.Add(this.btnCustomUploaderArgRemove);
this.gbCustomUploaderArguments.Controls.Add(this.lvCustomUploaderArguments);
this.gbCustomUploaderArguments.Controls.Add(this.btnCustomUploaderArgAdd);
this.gbCustomUploaderArguments.Controls.Add(this.txtCustomUploaderArgName);
this.gbCustomUploaderArguments.Location = new System.Drawing.Point(272, 136);
this.gbCustomUploaderArguments.Name = "gbCustomUploaderArguments";
this.gbCustomUploaderArguments.Size = new System.Drawing.Size(248, 232);
this.gbCustomUploaderArguments.TabIndex = 7;
2014-06-06 06:19:45 +12:00
this.gbCustomUploaderArguments.TabStop = false;
this.gbCustomUploaderArguments.Text = "Arguments";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderArgEdit
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderArgEdit.Location = new System.Drawing.Point(168, 40);
this.btnCustomUploaderArgEdit.Name = "btnCustomUploaderArgEdit";
this.btnCustomUploaderArgEdit.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderArgEdit.TabIndex = 4;
this.btnCustomUploaderArgEdit.Text = "Update";
this.btnCustomUploaderArgEdit.UseVisualStyleBackColor = true;
this.btnCustomUploaderArgEdit.Click += new System.EventHandler(this.btnCustomUploaderArgEdit_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderArgValue
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderArgValue.Location = new System.Drawing.Point(128, 16);
this.txtCustomUploaderArgValue.Name = "txtCustomUploaderArgValue";
this.txtCustomUploaderArgValue.Size = new System.Drawing.Size(112, 20);
this.txtCustomUploaderArgValue.TabIndex = 1;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderArgRemove
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderArgRemove.Location = new System.Drawing.Point(88, 40);
this.btnCustomUploaderArgRemove.Name = "btnCustomUploaderArgRemove";
this.btnCustomUploaderArgRemove.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderArgRemove.TabIndex = 3;
this.btnCustomUploaderArgRemove.Text = "Remove";
this.btnCustomUploaderArgRemove.UseVisualStyleBackColor = true;
this.btnCustomUploaderArgRemove.Click += new System.EventHandler(this.btnCustomUploaderArgRemove_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lvCustomUploaderArguments
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lvCustomUploaderArguments.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chArgumentsName,
this.chArgumentsValue});
this.lvCustomUploaderArguments.FullRowSelect = true;
this.lvCustomUploaderArguments.GridLines = true;
this.lvCustomUploaderArguments.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvCustomUploaderArguments.HideSelection = false;
this.lvCustomUploaderArguments.Location = new System.Drawing.Point(8, 72);
this.lvCustomUploaderArguments.MultiSelect = false;
this.lvCustomUploaderArguments.Name = "lvCustomUploaderArguments";
this.lvCustomUploaderArguments.Size = new System.Drawing.Size(232, 152);
this.lvCustomUploaderArguments.TabIndex = 5;
this.lvCustomUploaderArguments.UseCompatibleStateImageBehavior = false;
this.lvCustomUploaderArguments.View = System.Windows.Forms.View.Details;
this.lvCustomUploaderArguments.SelectedIndexChanged += new System.EventHandler(this.lvCustomUploaderArguments_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// chArgumentsName
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.chArgumentsName.Text = "Name";
this.chArgumentsName.Width = 114;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// chArgumentsValue
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.chArgumentsValue.Text = "Value";
this.chArgumentsValue.Width = 114;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnCustomUploaderArgAdd
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCustomUploaderArgAdd.Location = new System.Drawing.Point(8, 40);
this.btnCustomUploaderArgAdd.Name = "btnCustomUploaderArgAdd";
this.btnCustomUploaderArgAdd.Size = new System.Drawing.Size(72, 24);
this.btnCustomUploaderArgAdd.TabIndex = 2;
this.btnCustomUploaderArgAdd.Text = "Add";
this.btnCustomUploaderArgAdd.UseVisualStyleBackColor = true;
this.btnCustomUploaderArgAdd.Click += new System.EventHandler(this.btnCustomUploaderArgAdd_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtCustomUploaderArgName
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtCustomUploaderArgName.Location = new System.Drawing.Point(8, 16);
this.txtCustomUploaderArgName.Name = "txtCustomUploaderArgName";
this.txtCustomUploaderArgName.Size = new System.Drawing.Size(112, 20);
this.txtCustomUploaderArgName.TabIndex = 0;
2013-11-03 23:53:49 +13:00
//
2014-06-09 07:59:13 +12:00
// tpTwitter
//
this.tpTwitter.Controls.Add(this.btnTwitterLogin);
this.tpTwitter.Controls.Add(this.ucTwitterAccounts);
this.tpTwitter.Location = new System.Drawing.Point(4, 22);
this.tpTwitter.Name = "tpTwitter";
this.tpTwitter.Size = new System.Drawing.Size(972, 493);
this.tpTwitter.TabIndex = 0;
this.tpTwitter.Text = "Twitter";
this.tpTwitter.UseVisualStyleBackColor = true;
//
// btnTwitterLogin
//
this.btnTwitterLogin.Enabled = false;
this.btnTwitterLogin.Location = new System.Drawing.Point(296, 8);
this.btnTwitterLogin.Name = "btnTwitterLogin";
this.btnTwitterLogin.Size = new System.Drawing.Size(64, 24);
this.btnTwitterLogin.TabIndex = 1;
this.btnTwitterLogin.Text = "Login";
this.btnTwitterLogin.UseVisualStyleBackColor = true;
this.btnTwitterLogin.Click += new System.EventHandler(this.btnTwitterLogin_Click);
//
// ucTwitterAccounts
//
this.ucTwitterAccounts.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucTwitterAccounts.Location = new System.Drawing.Point(0, 0);
this.ucTwitterAccounts.Margin = new System.Windows.Forms.Padding(0);
this.ucTwitterAccounts.Name = "ucTwitterAccounts";
this.ucTwitterAccounts.Size = new System.Drawing.Size(972, 493);
this.ucTwitterAccounts.TabIndex = 0;
//
2014-06-06 06:19:45 +12:00
// tpURLShorteners
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpURLShorteners.Controls.Add(this.tcURLShorteners);
this.tpURLShorteners.Location = new System.Drawing.Point(4, 22);
this.tpURLShorteners.Name = "tpURLShorteners";
this.tpURLShorteners.Padding = new System.Windows.Forms.Padding(3);
this.tpURLShorteners.Size = new System.Drawing.Size(986, 525);
this.tpURLShorteners.TabIndex = 3;
this.tpURLShorteners.Text = "URL shorteners";
this.tpURLShorteners.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tcURLShorteners
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tcURLShorteners.Controls.Add(this.tpBitly);
this.tcURLShorteners.Controls.Add(this.tpGoogleURLShortener);
this.tcURLShorteners.Controls.Add(this.tpYourls);
2014-07-13 23:10:42 +12:00
this.tcURLShorteners.Controls.Add(this.tpAdfly);
2014-06-06 06:19:45 +12:00
this.tcURLShorteners.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcURLShorteners.Location = new System.Drawing.Point(3, 3);
this.tcURLShorteners.Name = "tcURLShorteners";
this.tcURLShorteners.SelectedIndex = 0;
this.tcURLShorteners.Size = new System.Drawing.Size(980, 519);
this.tcURLShorteners.TabIndex = 0;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpBitly
2013-11-03 23:53:49 +13:00
//
2014-06-18 08:10:31 +12:00
this.tpBitly.Controls.Add(this.txtBitlyDomain);
this.tpBitly.Controls.Add(this.lblBitlyDomain);
2014-06-06 06:19:45 +12:00
this.tpBitly.Controls.Add(this.oauth2Bitly);
this.tpBitly.Location = new System.Drawing.Point(4, 22);
this.tpBitly.Name = "tpBitly";
this.tpBitly.Padding = new System.Windows.Forms.Padding(3);
this.tpBitly.Size = new System.Drawing.Size(972, 493);
this.tpBitly.TabIndex = 1;
this.tpBitly.Text = "bit.ly";
this.tpBitly.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-26 08:45:57 +12:00
// txtBitlyDomain
2014-06-17 03:24:30 +12:00
//
2014-06-26 08:45:57 +12:00
this.txtBitlyDomain.Location = new System.Drawing.Point(64, 228);
this.txtBitlyDomain.Name = "txtBitlyDomain";
this.txtBitlyDomain.Size = new System.Drawing.Size(272, 20);
this.txtBitlyDomain.TabIndex = 2;
this.txtBitlyDomain.TextChanged += new System.EventHandler(this.txtBitlyDomain_TextChanged);
//
// lblBitlyDomain
//
this.lblBitlyDomain.AutoSize = true;
this.lblBitlyDomain.Location = new System.Drawing.Point(16, 232);
this.lblBitlyDomain.Name = "lblBitlyDomain";
this.lblBitlyDomain.Size = new System.Drawing.Size(46, 13);
this.lblBitlyDomain.TabIndex = 1;
this.lblBitlyDomain.Text = "Domain:";
2014-06-17 03:24:30 +12:00
//
// oauth2Bitly
//
this.oauth2Bitly.IsRefreshable = false;
this.oauth2Bitly.Location = new System.Drawing.Point(16, 16);
this.oauth2Bitly.Name = "oauth2Bitly";
this.oauth2Bitly.Size = new System.Drawing.Size(328, 208);
this.oauth2Bitly.TabIndex = 0;
this.oauth2Bitly.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Bitly_OpenButtonClicked);
this.oauth2Bitly.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Bitly_CompleteButtonClicked);
this.oauth2Bitly.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Bitly_ClearButtonClicked);
//
2014-06-06 06:19:45 +12:00
// tpGoogleURLShortener
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpGoogleURLShortener.Controls.Add(this.oauth2GoogleURLShortener);
this.tpGoogleURLShortener.Controls.Add(this.atcGoogleURLShortenerAccountType);
this.tpGoogleURLShortener.Location = new System.Drawing.Point(4, 22);
this.tpGoogleURLShortener.Name = "tpGoogleURLShortener";
this.tpGoogleURLShortener.Padding = new System.Windows.Forms.Padding(3);
this.tpGoogleURLShortener.Size = new System.Drawing.Size(972, 493);
this.tpGoogleURLShortener.TabIndex = 0;
this.tpGoogleURLShortener.Text = "Google";
this.tpGoogleURLShortener.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
// oauth2GoogleURLShortener
//
this.oauth2GoogleURLShortener.Location = new System.Drawing.Point(16, 56);
this.oauth2GoogleURLShortener.Name = "oauth2GoogleURLShortener";
this.oauth2GoogleURLShortener.Size = new System.Drawing.Size(328, 240);
this.oauth2GoogleURLShortener.TabIndex = 1;
this.oauth2GoogleURLShortener.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2GoogleURLShortener_OpenButtonClicked);
this.oauth2GoogleURLShortener.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2GoogleURLShortener_CompleteButtonClicked);
this.oauth2GoogleURLShortener.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2GoogleURLShortener_ClearButtonClicked);
this.oauth2GoogleURLShortener.RefreshButtonClicked += new UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2GoogleURLShortener_RefreshButtonClicked);
//
// atcGoogleURLShortenerAccountType
//
this.atcGoogleURLShortenerAccountType.Location = new System.Drawing.Point(8, 16);
this.atcGoogleURLShortenerAccountType.Name = "atcGoogleURLShortenerAccountType";
this.atcGoogleURLShortenerAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcGoogleURLShortenerAccountType.Size = new System.Drawing.Size(214, 29);
this.atcGoogleURLShortenerAccountType.TabIndex = 0;
this.atcGoogleURLShortenerAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGoogleURLShortenerAccountType_AccountTypeChanged);
//
2014-06-06 06:19:45 +12:00
// tpYourls
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpYourls.Controls.Add(this.txtYourlsPassword);
this.tpYourls.Controls.Add(this.txtYourlsUsername);
this.tpYourls.Controls.Add(this.txtYourlsSignature);
this.tpYourls.Controls.Add(this.lblYourlsNote);
this.tpYourls.Controls.Add(this.lblYourlsPassword);
this.tpYourls.Controls.Add(this.lblYourlsUsername);
this.tpYourls.Controls.Add(this.lblYourlsSignature);
this.tpYourls.Controls.Add(this.txtYourlsAPIURL);
this.tpYourls.Controls.Add(this.lblYourlsAPIURL);
this.tpYourls.Location = new System.Drawing.Point(4, 22);
this.tpYourls.Name = "tpYourls";
this.tpYourls.Padding = new System.Windows.Forms.Padding(3);
this.tpYourls.Size = new System.Drawing.Size(972, 493);
this.tpYourls.TabIndex = 2;
this.tpYourls.Text = "YOURLS";
this.tpYourls.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsPassword
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtYourlsPassword.Location = new System.Drawing.Point(88, 148);
this.txtYourlsPassword.Name = "txtYourlsPassword";
this.txtYourlsPassword.Size = new System.Drawing.Size(224, 20);
this.txtYourlsPassword.TabIndex = 8;
this.txtYourlsPassword.UseSystemPasswordChar = true;
this.txtYourlsPassword.TextChanged += new System.EventHandler(this.txtYourlsPassword_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsUsername
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtYourlsUsername.Location = new System.Drawing.Point(88, 116);
this.txtYourlsUsername.Name = "txtYourlsUsername";
this.txtYourlsUsername.Size = new System.Drawing.Size(224, 20);
this.txtYourlsUsername.TabIndex = 6;
this.txtYourlsUsername.TextChanged += new System.EventHandler(this.txtYourlsUsername_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsSignature
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtYourlsSignature.Location = new System.Drawing.Point(88, 52);
this.txtYourlsSignature.Name = "txtYourlsSignature";
this.txtYourlsSignature.Size = new System.Drawing.Size(224, 20);
this.txtYourlsSignature.TabIndex = 3;
this.txtYourlsSignature.UseSystemPasswordChar = true;
this.txtYourlsSignature.TextChanged += new System.EventHandler(this.txtYourlsSignature_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsNote
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblYourlsNote.AutoSize = true;
this.lblYourlsNote.Location = new System.Drawing.Point(24, 88);
this.lblYourlsNote.Name = "lblYourlsNote";
this.lblYourlsNote.Size = new System.Drawing.Size(357, 13);
this.lblYourlsNote.TabIndex = 4;
this.lblYourlsNote.Text = "Note: If you have a Signature then you don\'t need a Username/Password.";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsPassword
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblYourlsPassword.AutoSize = true;
this.lblYourlsPassword.Location = new System.Drawing.Point(24, 152);
this.lblYourlsPassword.Name = "lblYourlsPassword";
this.lblYourlsPassword.Size = new System.Drawing.Size(56, 13);
this.lblYourlsPassword.TabIndex = 7;
this.lblYourlsPassword.Text = "Password:";
//
2014-06-06 06:19:45 +12:00
// lblYourlsUsername
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblYourlsUsername.AutoSize = true;
this.lblYourlsUsername.Location = new System.Drawing.Point(24, 120);
this.lblYourlsUsername.Name = "lblYourlsUsername";
this.lblYourlsUsername.Size = new System.Drawing.Size(58, 13);
this.lblYourlsUsername.TabIndex = 5;
this.lblYourlsUsername.Text = "Username:";
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsSignature
2014-02-06 15:48:04 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblYourlsSignature.AutoSize = true;
this.lblYourlsSignature.Location = new System.Drawing.Point(24, 56);
this.lblYourlsSignature.Name = "lblYourlsSignature";
this.lblYourlsSignature.Size = new System.Drawing.Size(55, 13);
this.lblYourlsSignature.TabIndex = 2;
this.lblYourlsSignature.Text = "Signature:";
2014-02-06 15:48:04 +13:00
//
2014-06-06 06:19:45 +12:00
// txtYourlsAPIURL
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtYourlsAPIURL.Location = new System.Drawing.Point(88, 20);
this.txtYourlsAPIURL.Name = "txtYourlsAPIURL";
this.txtYourlsAPIURL.Size = new System.Drawing.Size(472, 20);
this.txtYourlsAPIURL.TabIndex = 1;
this.txtYourlsAPIURL.TextChanged += new System.EventHandler(this.txtYourlsAPIURL_TextChanged);
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// lblYourlsAPIURL
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblYourlsAPIURL.AutoSize = true;
this.lblYourlsAPIURL.Location = new System.Drawing.Point(24, 24);
this.lblYourlsAPIURL.Name = "lblYourlsAPIURL";
this.lblYourlsAPIURL.Size = new System.Drawing.Size(52, 13);
this.lblYourlsAPIURL.TabIndex = 0;
this.lblYourlsAPIURL.Text = "API URL:";
2014-02-01 10:17:39 +13:00
//
// tpAdfly
//
this.tpAdfly.Controls.Add(this.txtAdflyAPIUID);
this.tpAdfly.Controls.Add(this.lblAdflyAPIUID);
this.tpAdfly.Controls.Add(this.txtAdflyAPIKEY);
this.tpAdfly.Controls.Add(this.lblAdflyAPIKEY);
this.tpAdfly.Location = new System.Drawing.Point(4, 22);
this.tpAdfly.Name = "tpAdfly";
this.tpAdfly.Padding = new System.Windows.Forms.Padding(3);
this.tpAdfly.Size = new System.Drawing.Size(972, 493);
this.tpAdfly.TabIndex = 3;
this.tpAdfly.Text = "adf.ly";
this.tpAdfly.UseVisualStyleBackColor = true;
//
// txtAdflyAPIUID
//
this.txtAdflyAPIUID.Location = new System.Drawing.Point(70, 36);
this.txtAdflyAPIUID.Name = "txtAdflyAPIUID";
this.txtAdflyAPIUID.Size = new System.Drawing.Size(224, 20);
this.txtAdflyAPIUID.TabIndex = 7;
this.txtAdflyAPIUID.UseSystemPasswordChar = true;
this.txtAdflyAPIUID.TextChanged += new System.EventHandler(this.txtAdflyAPIUID_TextChanged);
//
// lblAdflyAPIUID
//
this.lblAdflyAPIUID.AutoSize = true;
this.lblAdflyAPIUID.Location = new System.Drawing.Point(16, 40);
this.lblAdflyAPIUID.Name = "lblAdflyAPIUID";
this.lblAdflyAPIUID.Size = new System.Drawing.Size(49, 13);
this.lblAdflyAPIUID.TabIndex = 6;
this.lblAdflyAPIUID.Text = "API UID:";
//
// txtAdflyAPIKEY
//
this.txtAdflyAPIKEY.Location = new System.Drawing.Point(70, 12);
this.txtAdflyAPIKEY.Name = "txtAdflyAPIKEY";
this.txtAdflyAPIKEY.Size = new System.Drawing.Size(224, 20);
this.txtAdflyAPIKEY.TabIndex = 5;
this.txtAdflyAPIKEY.TextChanged += new System.EventHandler(this.txtAdflyAPIKEY_TextChanged);
//
// lblAdflyAPIKEY
//
this.lblAdflyAPIKEY.AutoSize = true;
this.lblAdflyAPIKEY.Location = new System.Drawing.Point(16, 16);
this.lblAdflyAPIKEY.Name = "lblAdflyAPIKEY";
this.lblAdflyAPIKEY.Size = new System.Drawing.Size(47, 13);
this.lblAdflyAPIKEY.TabIndex = 4;
this.lblAdflyAPIKEY.Text = "API key:";
//
2013-11-03 23:53:49 +13:00
// tpFileUploaders
//
this.tpFileUploaders.Controls.Add(this.tcFileUploaders);
this.tpFileUploaders.Location = new System.Drawing.Point(4, 22);
this.tpFileUploaders.Name = "tpFileUploaders";
this.tpFileUploaders.Padding = new System.Windows.Forms.Padding(3);
this.tpFileUploaders.Size = new System.Drawing.Size(986, 525);
2013-11-03 23:53:49 +13:00
this.tpFileUploaders.TabIndex = 2;
this.tpFileUploaders.Text = "File uploaders";
this.tpFileUploaders.UseVisualStyleBackColor = true;
//
// tcFileUploaders
//
this.tcFileUploaders.Controls.Add(this.tpDropbox);
2014-06-06 06:19:45 +12:00
this.tcFileUploaders.Controls.Add(this.tpCopy);
2013-11-03 23:53:49 +13:00
this.tcFileUploaders.Controls.Add(this.tpFTP);
this.tcFileUploaders.Controls.Add(this.tpMega);
2014-03-30 23:28:34 +13:00
this.tcFileUploaders.Controls.Add(this.tpAmazonS3);
this.tcFileUploaders.Controls.Add(this.tpGoogleDrive);
2014-07-07 06:45:36 +12:00
this.tcFileUploaders.Controls.Add(this.tpOwnCloud);
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.tpBox);
this.tcFileUploaders.Controls.Add(this.tpRapidShare);
this.tcFileUploaders.Controls.Add(this.tpSendSpace);
this.tcFileUploaders.Controls.Add(this.tpGe_tt);
this.tcFileUploaders.Controls.Add(this.tpHostr);
this.tcFileUploaders.Controls.Add(this.tpMinus);
2014-03-31 00:37:38 +13:00
this.tcFileUploaders.Controls.Add(this.tpJira);
2013-11-03 23:53:49 +13:00
this.tcFileUploaders.Controls.Add(this.tpEmail);
this.tcFileUploaders.Controls.Add(this.tpSharedFolder);
2013-11-03 23:53:49 +13:00
this.tcFileUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcFileUploaders.Location = new System.Drawing.Point(3, 3);
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;
this.tcFileUploaders.Size = new System.Drawing.Size(980, 519);
2013-11-03 23:53:49 +13:00
this.tcFileUploaders.TabIndex = 0;
//
// tpDropbox
//
2014-06-09 07:59:13 +12:00
this.tpDropbox.Controls.Add(this.oauth2Dropbox);
this.tpDropbox.Controls.Add(this.cbDropboxURLType);
2013-11-03 23:53:49 +13:00
this.tpDropbox.Controls.Add(this.cbDropboxAutoCreateShareableLink);
this.tpDropbox.Controls.Add(this.btnDropboxShowFiles);
this.tpDropbox.Controls.Add(this.pbDropboxLogo);
this.tpDropbox.Controls.Add(this.btnDropboxRegister);
this.tpDropbox.Controls.Add(this.lblDropboxStatus);
this.tpDropbox.Controls.Add(this.lblDropboxPathTip);
this.tpDropbox.Controls.Add(this.lblDropboxPath);
this.tpDropbox.Controls.Add(this.txtDropboxPath);
this.tpDropbox.Location = new System.Drawing.Point(4, 22);
2013-11-03 23:53:49 +13:00
this.tpDropbox.Name = "tpDropbox";
this.tpDropbox.Padding = new System.Windows.Forms.Padding(3);
this.tpDropbox.Size = new System.Drawing.Size(972, 493);
2013-11-03 23:53:49 +13:00
this.tpDropbox.TabIndex = 0;
this.tpDropbox.Text = "Dropbox";
this.tpDropbox.UseVisualStyleBackColor = true;
//
// oauth2Dropbox
//
this.oauth2Dropbox.IsRefreshable = false;
this.oauth2Dropbox.Location = new System.Drawing.Point(16, 88);
this.oauth2Dropbox.Name = "oauth2Dropbox";
this.oauth2Dropbox.Size = new System.Drawing.Size(328, 200);
this.oauth2Dropbox.TabIndex = 1;
this.oauth2Dropbox.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Dropbox_OpenButtonClicked);
this.oauth2Dropbox.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Dropbox_CompleteButtonClicked);
this.oauth2Dropbox.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Dropbox_ClearButtonClicked);
//
2014-04-30 21:46:15 +12:00
// cbDropboxURLType
//
this.cbDropboxURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbDropboxURLType.FormattingEnabled = true;
this.cbDropboxURLType.Location = new System.Drawing.Point(160, 352);
2014-04-30 21:46:15 +12:00
this.cbDropboxURLType.Name = "cbDropboxURLType";
this.cbDropboxURLType.Size = new System.Drawing.Size(121, 21);
2014-06-26 08:45:57 +12:00
this.cbDropboxURLType.TabIndex = 7;
2014-04-30 21:46:15 +12:00
this.cbDropboxURLType.SelectedIndexChanged += new System.EventHandler(this.cbDropboxURLType_SelectedIndexChanged);
//
2013-11-03 23:53:49 +13:00
// cbDropboxAutoCreateShareableLink
//
this.cbDropboxAutoCreateShareableLink.AutoSize = true;
this.cbDropboxAutoCreateShareableLink.Location = new System.Drawing.Point(19, 355);
2013-11-03 23:53:49 +13:00
this.cbDropboxAutoCreateShareableLink.Name = "cbDropboxAutoCreateShareableLink";
this.cbDropboxAutoCreateShareableLink.Size = new System.Drawing.Size(134, 17);
2014-06-26 08:45:57 +12:00
this.cbDropboxAutoCreateShareableLink.TabIndex = 6;
this.cbDropboxAutoCreateShareableLink.Text = "Create shareable URL:";
2013-11-03 23:53:49 +13:00
this.cbDropboxAutoCreateShareableLink.UseVisualStyleBackColor = true;
this.cbDropboxAutoCreateShareableLink.CheckedChanged += new System.EventHandler(this.cbDropboxAutoCreateShareableLink_CheckedChanged);
//
// btnDropboxShowFiles
//
this.btnDropboxShowFiles.Enabled = false;
this.btnDropboxShowFiles.Location = new System.Drawing.Point(344, 298);
2013-11-03 23:53:49 +13:00
this.btnDropboxShowFiles.Name = "btnDropboxShowFiles";
this.btnDropboxShowFiles.Size = new System.Drawing.Size(64, 24);
2014-06-26 08:45:57 +12:00
this.btnDropboxShowFiles.TabIndex = 4;
2013-11-03 23:53:49 +13:00
this.btnDropboxShowFiles.Text = "Select...";
this.btnDropboxShowFiles.UseVisualStyleBackColor = true;
this.btnDropboxShowFiles.Click += new System.EventHandler(this.btnDropboxShowFiles_Click);
//
// pbDropboxLogo
//
this.pbDropboxLogo.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbDropboxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pbDropboxLogo.Image")));
this.pbDropboxLogo.Location = new System.Drawing.Point(16, 16);
this.pbDropboxLogo.Name = "pbDropboxLogo";
this.pbDropboxLogo.Size = new System.Drawing.Size(248, 64);
this.pbDropboxLogo.TabIndex = 19;
this.pbDropboxLogo.TabStop = false;
this.pbDropboxLogo.Click += new System.EventHandler(this.pbDropboxLogo_Click);
//
// btnDropboxRegister
//
this.btnDropboxRegister.Location = new System.Drawing.Point(272, 16);
this.btnDropboxRegister.Name = "btnDropboxRegister";
this.btnDropboxRegister.Size = new System.Drawing.Size(96, 24);
this.btnDropboxRegister.TabIndex = 0;
this.btnDropboxRegister.Text = "Register...";
this.btnDropboxRegister.UseVisualStyleBackColor = true;
this.btnDropboxRegister.Click += new System.EventHandler(this.btnDropboxRegister_Click);
//
// lblDropboxStatus
//
this.lblDropboxStatus.AutoSize = true;
this.lblDropboxStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblDropboxStatus.Location = new System.Drawing.Point(16, 384);
2013-11-03 23:53:49 +13:00
this.lblDropboxStatus.Name = "lblDropboxStatus";
2014-06-09 07:59:13 +12:00
this.lblDropboxStatus.Size = new System.Drawing.Size(45, 16);
2014-06-26 08:45:57 +12:00
this.lblDropboxStatus.TabIndex = 8;
2014-06-09 07:59:13 +12:00
this.lblDropboxStatus.Text = "Status";
2013-11-03 23:53:49 +13:00
//
// lblDropboxPathTip
//
this.lblDropboxPathTip.AutoSize = true;
this.lblDropboxPathTip.Location = new System.Drawing.Point(16, 330);
2013-11-03 23:53:49 +13:00
this.lblDropboxPathTip.Name = "lblDropboxPathTip";
this.lblDropboxPathTip.Size = new System.Drawing.Size(585, 13);
2014-06-26 08:45:57 +12:00
this.lblDropboxPathTip.TabIndex = 5;
this.lblDropboxPathTip.Text = "If you are using the \"Public\" folder, a shareable url is already generated. You d" +
"on\'t need to check \"Create shareable URL\".";
2013-11-03 23:53:49 +13:00
//
// lblDropboxPath
//
this.lblDropboxPath.AutoSize = true;
this.lblDropboxPath.Location = new System.Drawing.Point(16, 304);
2013-11-03 23:53:49 +13:00
this.lblDropboxPath.Name = "lblDropboxPath";
this.lblDropboxPath.Size = new System.Drawing.Size(68, 13);
2014-06-26 08:45:57 +12:00
this.lblDropboxPath.TabIndex = 2;
2013-11-03 23:53:49 +13:00
this.lblDropboxPath.Text = "Upload path:";
//
// txtDropboxPath
//
this.txtDropboxPath.Location = new System.Drawing.Point(88, 300);
2013-11-03 23:53:49 +13:00
this.txtDropboxPath.Name = "txtDropboxPath";
2014-06-09 07:59:13 +12:00
this.txtDropboxPath.Size = new System.Drawing.Size(248, 20);
2014-06-26 08:45:57 +12:00
this.txtDropboxPath.TabIndex = 3;
2013-11-03 23:53:49 +13:00
this.txtDropboxPath.TextChanged += new System.EventHandler(this.txtDropboxPath_TextChanged);
//
2014-06-06 06:19:45 +12:00
// tpCopy
//
this.tpCopy.Controls.Add(this.pbCopyLogo);
this.tpCopy.Controls.Add(this.lblCopyURLType);
this.tpCopy.Controls.Add(this.cbCopyURLType);
2014-06-06 06:19:45 +12:00
this.tpCopy.Controls.Add(this.btnCopyRegister);
this.tpCopy.Controls.Add(this.lblCopyStatus);
this.tpCopy.Controls.Add(this.lblCopyPath);
this.tpCopy.Controls.Add(this.txtCopyPath);
this.tpCopy.Controls.Add(this.oAuthCopy);
this.tpCopy.Location = new System.Drawing.Point(4, 22);
this.tpCopy.Name = "tpCopy";
this.tpCopy.Padding = new System.Windows.Forms.Padding(3);
this.tpCopy.Size = new System.Drawing.Size(972, 493);
this.tpCopy.TabIndex = 0;
this.tpCopy.Text = "Copy";
this.tpCopy.UseVisualStyleBackColor = true;
//
2014-06-15 22:29:09 +12:00
// pbCopyLogo
//
this.pbCopyLogo.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbCopyLogo.Image = ((System.Drawing.Image)(resources.GetObject("pbCopyLogo.Image")));
this.pbCopyLogo.Location = new System.Drawing.Point(16, 16);
this.pbCopyLogo.Name = "pbCopyLogo";
this.pbCopyLogo.Size = new System.Drawing.Size(216, 64);
this.pbCopyLogo.TabIndex = 19;
this.pbCopyLogo.TabStop = false;
this.pbCopyLogo.Click += new System.EventHandler(this.pbCopyLogo_Click);
//
// lblCopyURLType
//
this.lblCopyURLType.AutoSize = true;
this.lblCopyURLType.Location = new System.Drawing.Point(16, 331);
this.lblCopyURLType.Name = "lblCopyURLType";
2014-06-15 22:29:09 +12:00
this.lblCopyURLType.Size = new System.Drawing.Size(55, 13);
2014-06-26 08:45:57 +12:00
this.lblCopyURLType.TabIndex = 4;
this.lblCopyURLType.Text = "URL type:";
//
// cbCopyURLType
//
this.cbCopyURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCopyURLType.FormattingEnabled = true;
this.cbCopyURLType.Location = new System.Drawing.Point(88, 327);
this.cbCopyURLType.Name = "cbCopyURLType";
this.cbCopyURLType.Size = new System.Drawing.Size(121, 21);
2014-06-26 08:45:57 +12:00
this.cbCopyURLType.TabIndex = 5;
this.cbCopyURLType.SelectedIndexChanged += new System.EventHandler(this.cbCopyURLType_SelectedIndexChanged);
//
2014-06-06 06:19:45 +12:00
// btnCopyRegister
//
this.btnCopyRegister.Location = new System.Drawing.Point(240, 16);
2014-06-06 06:19:45 +12:00
this.btnCopyRegister.Name = "btnCopyRegister";
this.btnCopyRegister.Size = new System.Drawing.Size(96, 24);
this.btnCopyRegister.TabIndex = 0;
this.btnCopyRegister.Text = "Register...";
this.btnCopyRegister.UseVisualStyleBackColor = true;
this.btnCopyRegister.Click += new System.EventHandler(this.btnCopyRegister_Click);
//
// lblCopyStatus
//
this.lblCopyStatus.AutoSize = true;
this.lblCopyStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblCopyStatus.Location = new System.Drawing.Point(16, 356);
2014-06-06 06:19:45 +12:00
this.lblCopyStatus.Name = "lblCopyStatus";
this.lblCopyStatus.Size = new System.Drawing.Size(45, 16);
2014-06-26 08:45:57 +12:00
this.lblCopyStatus.TabIndex = 6;
this.lblCopyStatus.Text = "Status";
2014-06-06 06:19:45 +12:00
//
// lblCopyPath
//
this.lblCopyPath.AutoSize = true;
this.lblCopyPath.Location = new System.Drawing.Point(16, 304);
2014-06-06 06:19:45 +12:00
this.lblCopyPath.Name = "lblCopyPath";
this.lblCopyPath.Size = new System.Drawing.Size(68, 13);
2014-06-26 08:45:57 +12:00
this.lblCopyPath.TabIndex = 2;
2014-06-06 06:19:45 +12:00
this.lblCopyPath.Text = "Upload path:";
//
// txtCopyPath
//
this.txtCopyPath.Location = new System.Drawing.Point(88, 300);
2014-06-06 06:19:45 +12:00
this.txtCopyPath.Name = "txtCopyPath";
this.txtCopyPath.Size = new System.Drawing.Size(248, 20);
2014-06-26 08:45:57 +12:00
this.txtCopyPath.TabIndex = 3;
2014-06-06 06:19:45 +12:00
this.txtCopyPath.TextChanged += new System.EventHandler(this.txtCopyPath_TextChanged);
//
// oAuthCopy
//
this.oAuthCopy.IsRefreshable = false;
this.oAuthCopy.Location = new System.Drawing.Point(16, 88);
this.oAuthCopy.Name = "oAuthCopy";
this.oAuthCopy.Size = new System.Drawing.Size(328, 208);
this.oAuthCopy.TabIndex = 1;
this.oAuthCopy.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuthCopy_OpenButtonClicked);
this.oAuthCopy.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuthCopy_CompleteButtonClicked);
this.oAuthCopy.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuthCopy_ClearButtonClicked);
//
// tpFTP
//
this.tpFTP.Controls.Add(this.eiFTP);
2014-04-30 21:46:15 +12:00
this.tpFTP.Controls.Add(this.btnFtpClient);
this.tpFTP.Controls.Add(this.lblFtpFiles);
this.tpFTP.Controls.Add(this.lblFtpText);
this.tpFTP.Controls.Add(this.lblFtpImages);
this.tpFTP.Controls.Add(this.cboFtpImages);
this.tpFTP.Controls.Add(this.cboFtpFiles);
this.tpFTP.Controls.Add(this.cboFtpText);
2014-05-06 11:24:00 +12:00
this.tpFTP.Controls.Add(this.ucFTPAccounts);
this.tpFTP.Location = new System.Drawing.Point(4, 22);
this.tpFTP.Name = "tpFTP";
this.tpFTP.Padding = new System.Windows.Forms.Padding(3);
this.tpFTP.Size = new System.Drawing.Size(972, 493);
this.tpFTP.TabIndex = 4;
this.tpFTP.Text = "FTP";
this.tpFTP.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-09 07:59:13 +12:00
// eiFTP
//
this.eiFTP.Location = new System.Drawing.Point(656, 48);
this.eiFTP.Name = "eiFTP";
this.eiFTP.ObjectType = null;
this.eiFTP.Size = new System.Drawing.Size(136, 24);
this.eiFTP.TabIndex = 8;
this.eiFTP.ExportRequested += new HelpersLib.ExportImportControl.ExportEventHandler(this.eiFTP_ExportRequested);
this.eiFTP.ImportRequested += new HelpersLib.ExportImportControl.ImportEventHandler(this.eiFTP_ImportRequested);
2014-06-09 07:59:13 +12:00
//
// btnFtpClient
2013-11-03 23:53:49 +13:00
//
this.btnFtpClient.Location = new System.Drawing.Point(584, 48);
this.btnFtpClient.Name = "btnFtpClient";
this.btnFtpClient.Size = new System.Drawing.Size(64, 24);
2014-05-16 01:08:39 +12:00
this.btnFtpClient.TabIndex = 7;
this.btnFtpClient.Text = "Client...";
this.btnFtpClient.UseVisualStyleBackColor = true;
this.btnFtpClient.Click += new System.EventHandler(this.btnFtpClient_Click);
2013-11-03 23:53:49 +13:00
//
2014-04-30 21:46:15 +12:00
// lblFtpFiles
//
this.lblFtpFiles.AutoSize = true;
this.lblFtpFiles.Location = new System.Drawing.Point(544, 16);
this.lblFtpFiles.Name = "lblFtpFiles";
this.lblFtpFiles.Size = new System.Drawing.Size(26, 13);
this.lblFtpFiles.TabIndex = 4;
this.lblFtpFiles.Text = "File:";
//
2013-11-03 23:53:49 +13:00
// lblFtpText
//
this.lblFtpText.AutoSize = true;
2014-04-30 21:46:15 +12:00
this.lblFtpText.Location = new System.Drawing.Point(285, 16);
2013-11-03 23:53:49 +13:00
this.lblFtpText.Name = "lblFtpText";
2014-04-30 21:46:15 +12:00
this.lblFtpText.Size = new System.Drawing.Size(31, 13);
2013-11-03 23:53:49 +13:00
this.lblFtpText.TabIndex = 2;
2014-04-30 21:46:15 +12:00
this.lblFtpText.Text = "Text:";
//
2013-11-03 23:53:49 +13:00
// lblFtpImages
//
this.lblFtpImages.AutoSize = true;
2014-04-30 21:46:15 +12:00
this.lblFtpImages.Location = new System.Drawing.Point(16, 16);
2013-11-03 23:53:49 +13:00
this.lblFtpImages.Name = "lblFtpImages";
2014-04-30 21:46:15 +12:00
this.lblFtpImages.Size = new System.Drawing.Size(39, 13);
2013-11-03 23:53:49 +13:00
this.lblFtpImages.TabIndex = 0;
2014-04-30 21:46:15 +12:00
this.lblFtpImages.Text = "Image:";
//
// cboFtpImages
//
this.cboFtpImages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFtpImages.FormattingEnabled = true;
this.cboFtpImages.Location = new System.Drawing.Point(56, 12);
this.cboFtpImages.Name = "cboFtpImages";
this.cboFtpImages.Size = new System.Drawing.Size(216, 21);
this.cboFtpImages.TabIndex = 1;
this.cboFtpImages.SelectedIndexChanged += new System.EventHandler(this.cboFtpImages_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
// cboFtpFiles
//
this.cboFtpFiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFtpFiles.FormattingEnabled = true;
2014-04-30 21:46:15 +12:00
this.cboFtpFiles.Location = new System.Drawing.Point(576, 12);
2013-11-03 23:53:49 +13:00
this.cboFtpFiles.Name = "cboFtpFiles";
2014-04-30 21:46:15 +12:00
this.cboFtpFiles.Size = new System.Drawing.Size(216, 21);
2013-11-03 23:53:49 +13:00
this.cboFtpFiles.TabIndex = 5;
this.cboFtpFiles.SelectedIndexChanged += new System.EventHandler(this.cboFtpFiles_SelectedIndexChanged);
//
// cboFtpText
//
this.cboFtpText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFtpText.FormattingEnabled = true;
2014-04-30 21:46:15 +12:00
this.cboFtpText.Location = new System.Drawing.Point(317, 12);
2013-11-03 23:53:49 +13:00
this.cboFtpText.Name = "cboFtpText";
2014-04-30 21:46:15 +12:00
this.cboFtpText.Size = new System.Drawing.Size(216, 21);
2013-11-03 23:53:49 +13:00
this.cboFtpText.TabIndex = 3;
this.cboFtpText.SelectedIndexChanged += new System.EventHandler(this.cboFtpText_SelectedIndexChanged);
//
// ucFTPAccounts
//
this.ucFTPAccounts.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ucFTPAccounts.Location = new System.Drawing.Point(8, 40);
this.ucFTPAccounts.Margin = new System.Windows.Forms.Padding(4);
this.ucFTPAccounts.Name = "ucFTPAccounts";
this.ucFTPAccounts.Size = new System.Drawing.Size(792, 448);
this.ucFTPAccounts.TabIndex = 6;
//
// tpMega
//
2014-06-09 11:29:40 +12:00
this.tpMega.Controls.Add(this.btnMegaRefreshFolders);
this.tpMega.Controls.Add(this.lblMegaStatus);
2014-06-09 11:29:40 +12:00
this.tpMega.Controls.Add(this.btnMegaRegister);
this.tpMega.Controls.Add(this.lblMegaFolder);
this.tpMega.Controls.Add(this.lblMegaStatusTitle);
2014-06-09 11:29:40 +12:00
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);
this.tpMega.Location = new System.Drawing.Point(4, 22);
this.tpMega.Name = "tpMega";
this.tpMega.Size = new System.Drawing.Size(972, 493);
this.tpMega.TabIndex = 12;
this.tpMega.Text = "Mega";
this.tpMega.UseVisualStyleBackColor = true;
//
// btnMegaRefreshFolders
//
2014-06-09 11:29:40 +12:00
this.btnMegaRefreshFolders.Location = new System.Drawing.Point(264, 114);
this.btnMegaRefreshFolders.Name = "btnMegaRefreshFolders";
2014-06-09 11:29:40 +12:00
this.btnMegaRefreshFolders.Size = new System.Drawing.Size(88, 24);
2014-06-26 08:45:57 +12:00
this.btnMegaRefreshFolders.TabIndex = 10;
2014-06-09 11:29:40 +12:00
this.btnMegaRefreshFolders.Text = "Refresh";
this.btnMegaRefreshFolders.UseVisualStyleBackColor = true;
this.btnMegaRefreshFolders.Click += new System.EventHandler(this.btnMegaRefreshFolders_Click);
//
2014-06-15 22:29:09 +12:00
// lblMegaStatus
//
this.lblMegaStatus.AutoSize = true;
this.lblMegaStatus.Location = new System.Drawing.Point(88, 24);
this.lblMegaStatus.Name = "lblMegaStatus";
this.lblMegaStatus.Size = new System.Drawing.Size(186, 13);
2014-06-26 08:45:57 +12:00
this.lblMegaStatus.TabIndex = 1;
2014-06-15 22:29:09 +12:00
this.lblMegaStatus.Text = "CONFIGURED / NOT CONFIGURED";
//
// btnMegaRegister
//
2014-06-09 11:29:40 +12:00
this.btnMegaRegister.Location = new System.Drawing.Point(264, 50);
this.btnMegaRegister.Name = "btnMegaRegister";
2014-06-09 11:29:40 +12:00
this.btnMegaRegister.Size = new System.Drawing.Size(88, 24);
2014-06-26 08:45:57 +12:00
this.btnMegaRegister.TabIndex = 4;
this.btnMegaRegister.Text = "Register...";
this.btnMegaRegister.UseVisualStyleBackColor = true;
this.btnMegaRegister.Click += new System.EventHandler(this.btnMegaRegister_Click);
//
// lblMegaFolder
//
this.lblMegaFolder.AutoSize = true;
2014-06-09 11:29:40 +12:00
this.lblMegaFolder.Location = new System.Drawing.Point(24, 120);
this.lblMegaFolder.Name = "lblMegaFolder";
this.lblMegaFolder.Size = new System.Drawing.Size(39, 13);
2014-06-26 08:45:57 +12:00
this.lblMegaFolder.TabIndex = 8;
this.lblMegaFolder.Text = "Folder:";
//
2014-06-15 22:29:09 +12:00
// lblMegaStatusTitle
//
this.lblMegaStatusTitle.AutoSize = true;
this.lblMegaStatusTitle.Location = new System.Drawing.Point(24, 24);
this.lblMegaStatusTitle.Name = "lblMegaStatusTitle";
this.lblMegaStatusTitle.Size = new System.Drawing.Size(43, 13);
2014-06-26 08:45:57 +12:00
this.lblMegaStatusTitle.TabIndex = 0;
2014-06-15 22:29:09 +12:00
this.lblMegaStatusTitle.Text = "Status: ";
//
// cbMegaFolder
//
this.cbMegaFolder.DisplayMember = "DisplayName";
this.cbMegaFolder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbMegaFolder.FormattingEnabled = true;
2014-06-09 11:29:40 +12:00
this.cbMegaFolder.Location = new System.Drawing.Point(88, 116);
this.cbMegaFolder.Name = "cbMegaFolder";
2014-06-09 11:29:40 +12:00
this.cbMegaFolder.Size = new System.Drawing.Size(168, 21);
2014-06-26 08:45:57 +12:00
this.cbMegaFolder.TabIndex = 9;
this.cbMegaFolder.ValueMember = "Node";
this.cbMegaFolder.SelectedIndexChanged += new System.EventHandler(this.cbMegaFolder_SelectedIndexChanged);
//
// lblMegaEmail
//
this.lblMegaEmail.AutoSize = true;
2014-06-09 11:29:40 +12:00
this.lblMegaEmail.Location = new System.Drawing.Point(24, 56);
this.lblMegaEmail.Name = "lblMegaEmail";
this.lblMegaEmail.Size = new System.Drawing.Size(35, 13);
2014-06-26 08:45:57 +12:00
this.lblMegaEmail.TabIndex = 2;
this.lblMegaEmail.Text = "Email:";
//
2014-06-15 22:29:09 +12:00
// btnMegaLogin
//
this.btnMegaLogin.Location = new System.Drawing.Point(264, 82);
this.btnMegaLogin.Name = "btnMegaLogin";
this.btnMegaLogin.Size = new System.Drawing.Size(88, 24);
2014-06-26 08:45:57 +12:00
this.btnMegaLogin.TabIndex = 7;
2014-06-15 22:29:09 +12:00
this.btnMegaLogin.Text = "Login";
this.btnMegaLogin.UseVisualStyleBackColor = true;
this.btnMegaLogin.Click += new System.EventHandler(this.btnMegaLogin_Click);
//
// txtMegaEmail
//
2014-06-09 11:29:40 +12:00
this.txtMegaEmail.Location = new System.Drawing.Point(88, 52);
this.txtMegaEmail.Name = "txtMegaEmail";
2014-06-09 11:29:40 +12:00
this.txtMegaEmail.Size = new System.Drawing.Size(168, 20);
2014-06-26 08:45:57 +12:00
this.txtMegaEmail.TabIndex = 3;
//
// txtMegaPassword
//
2014-06-09 11:29:40 +12:00
this.txtMegaPassword.Location = new System.Drawing.Point(88, 84);
this.txtMegaPassword.Name = "txtMegaPassword";
2014-06-09 11:29:40 +12:00
this.txtMegaPassword.Size = new System.Drawing.Size(168, 20);
2014-06-26 08:45:57 +12:00
this.txtMegaPassword.TabIndex = 6;
this.txtMegaPassword.UseSystemPasswordChar = true;
//
2014-06-15 22:29:09 +12:00
// lblMegaPassword
//
2014-06-15 22:29:09 +12:00
this.lblMegaPassword.AutoSize = true;
this.lblMegaPassword.Location = new System.Drawing.Point(24, 88);
this.lblMegaPassword.Name = "lblMegaPassword";
this.lblMegaPassword.Size = new System.Drawing.Size(56, 13);
2014-06-26 08:45:57 +12:00
this.lblMegaPassword.TabIndex = 5;
2014-06-15 22:29:09 +12:00
this.lblMegaPassword.Text = "Password:";
//
2014-03-30 23:28:34 +13:00
// tpAmazonS3
2014-03-21 12:37:43 +13:00
//
this.tpAmazonS3.Controls.Add(this.txtAmazonS3CustomDomain);
2014-05-06 11:24:00 +12:00
this.tpAmazonS3.Controls.Add(this.lblAmazonS3PathPreviewLabel);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3PathPreview);
2014-04-16 07:30:46 +12:00
this.tpAmazonS3.Controls.Add(this.btnAmazonS3BucketNameOpen);
this.tpAmazonS3.Controls.Add(this.btnAmazonS3AccessKeyOpen);
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.Controls.Add(this.cbAmazonS3CustomCNAME);
this.tpAmazonS3.Controls.Add(this.cbAmazonS3Endpoint);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3BucketName);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3BucketName);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3Endpoint);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3ObjectPrefix);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3ObjectPrefix);
this.tpAmazonS3.Controls.Add(this.cbAmazonS3UseRRS);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3SecretKey);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3SecretKey);
this.tpAmazonS3.Controls.Add(this.lblAmazonS3AccessKey);
this.tpAmazonS3.Controls.Add(this.txtAmazonS3AccessKey);
this.tpAmazonS3.Location = new System.Drawing.Point(4, 22);
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.Name = "tpAmazonS3";
this.tpAmazonS3.Padding = new System.Windows.Forms.Padding(3);
this.tpAmazonS3.Size = new System.Drawing.Size(972, 493);
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.TabIndex = 13;
this.tpAmazonS3.Text = "Amazon S3";
this.tpAmazonS3.UseVisualStyleBackColor = true;
2014-03-21 12:37:43 +13:00
//
// txtAmazonS3CustomDomain
//
this.txtAmazonS3CustomDomain.Location = new System.Drawing.Point(152, 144);
this.txtAmazonS3CustomDomain.Name = "txtAmazonS3CustomDomain";
this.txtAmazonS3CustomDomain.Size = new System.Drawing.Size(304, 20);
2014-06-26 08:45:57 +12:00
this.txtAmazonS3CustomDomain.TabIndex = 13;
this.txtAmazonS3CustomDomain.TextChanged += new System.EventHandler(this.txtAmazonS3CustomDomain_TextChanged);
//
2014-05-16 01:08:39 +12:00
// lblAmazonS3PathPreviewLabel
//
this.lblAmazonS3PathPreviewLabel.AutoSize = true;
this.lblAmazonS3PathPreviewLabel.Location = new System.Drawing.Point(24, 192);
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreviewLabel.Name = "lblAmazonS3PathPreviewLabel";
this.lblAmazonS3PathPreviewLabel.Size = new System.Drawing.Size(72, 13);
2014-06-26 08:45:57 +12:00
this.lblAmazonS3PathPreviewLabel.TabIndex = 15;
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreviewLabel.Text = "URL preview:";
//
// lblAmazonS3PathPreview
//
this.lblAmazonS3PathPreview.AutoSize = true;
this.lblAmazonS3PathPreview.Location = new System.Drawing.Point(102, 192);
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreview.Name = "lblAmazonS3PathPreview";
this.lblAmazonS3PathPreview.Size = new System.Drawing.Size(45, 13);
2014-06-26 08:45:57 +12:00
this.lblAmazonS3PathPreview.TabIndex = 16;
2014-05-16 01:08:39 +12:00
this.lblAmazonS3PathPreview.Text = "Preview";
//
2014-04-17 04:18:25 +12:00
// btnAmazonS3BucketNameOpen
//
this.btnAmazonS3BucketNameOpen.Location = new System.Drawing.Point(464, 90);
2014-04-17 04:18:25 +12:00
this.btnAmazonS3BucketNameOpen.Name = "btnAmazonS3BucketNameOpen";
this.btnAmazonS3BucketNameOpen.Size = new System.Drawing.Size(24, 24);
2014-06-26 08:45:57 +12:00
this.btnAmazonS3BucketNameOpen.TabIndex = 9;
this.btnAmazonS3BucketNameOpen.Text = "...";
2014-04-17 04:18:25 +12:00
this.btnAmazonS3BucketNameOpen.UseVisualStyleBackColor = true;
this.btnAmazonS3BucketNameOpen.Click += new System.EventHandler(this.btnAmazonS3BucketNameOpen_Click);
//
2014-04-16 07:30:46 +12:00
// btnAmazonS3AccessKeyOpen
//
2014-05-06 11:24:00 +12:00
this.btnAmazonS3AccessKeyOpen.Location = new System.Drawing.Point(464, 18);
2014-04-16 07:30:46 +12:00
this.btnAmazonS3AccessKeyOpen.Name = "btnAmazonS3AccessKeyOpen";
this.btnAmazonS3AccessKeyOpen.Size = new System.Drawing.Size(24, 24);
2014-05-16 01:08:39 +12:00
this.btnAmazonS3AccessKeyOpen.TabIndex = 2;
this.btnAmazonS3AccessKeyOpen.Text = "...";
2014-04-16 07:30:46 +12:00
this.btnAmazonS3AccessKeyOpen.UseVisualStyleBackColor = true;
this.btnAmazonS3AccessKeyOpen.Click += new System.EventHandler(this.btnAmazonS3AccessKeyOpen_Click);
//
2014-03-30 23:28:34 +13:00
// cbAmazonS3Endpoint
2014-03-27 23:16:57 +13:00
//
2014-03-30 23:28:34 +13:00
this.cbAmazonS3Endpoint.FormattingEnabled = true;
this.cbAmazonS3Endpoint.Items.AddRange(new object[] {
"https://s3-ap-northeast-1.amazonaws.com/",
"https://s3-ap-southeast-1.amazonaws.com/",
"https://s3-ap-southeast-2.amazonaws.com/",
"https://s3-eu-west-1.amazonaws.com/",
"https://s3-sa-east-1.amazonaws.com/",
"https://s3-us-west-1.amazonaws.com/",
"https://s3-us-west-2.amazonaws.com/",
"https://s3.amazonaws.com/",
"https://objects.dreamhost.com/"});
2014-05-06 11:24:00 +12:00
this.cbAmazonS3Endpoint.Location = new System.Drawing.Point(104, 68);
2014-03-30 23:28:34 +13:00
this.cbAmazonS3Endpoint.Name = "cbAmazonS3Endpoint";
2014-05-06 11:24:00 +12:00
this.cbAmazonS3Endpoint.Size = new System.Drawing.Size(352, 21);
2014-05-16 01:08:39 +12:00
this.cbAmazonS3Endpoint.TabIndex = 6;
2014-03-30 23:28:34 +13:00
this.cbAmazonS3Endpoint.SelectionChangeCommitted += new System.EventHandler(this.cbAmazonS3Endpoint_SelectionChangeCommitted);
this.cbAmazonS3Endpoint.TextChanged += new System.EventHandler(this.cbAmazonS3Endpoint_TextChanged);
//
// lblAmazonS3BucketName
//
this.lblAmazonS3BucketName.AutoSize = true;
2014-05-06 11:24:00 +12:00
this.lblAmazonS3BucketName.Location = new System.Drawing.Point(24, 96);
2014-03-30 23:28:34 +13:00
this.lblAmazonS3BucketName.Name = "lblAmazonS3BucketName";
2014-04-16 07:30:46 +12:00
this.lblAmazonS3BucketName.Size = new System.Drawing.Size(73, 13);
2014-05-16 01:08:39 +12:00
this.lblAmazonS3BucketName.TabIndex = 7;
2014-04-16 07:30:46 +12:00
this.lblAmazonS3BucketName.Text = "Bucket name:";
2014-03-30 23:28:34 +13:00
//
// txtAmazonS3BucketName
//
2014-05-06 11:24:00 +12:00
this.txtAmazonS3BucketName.Location = new System.Drawing.Point(104, 92);
2014-03-30 23:28:34 +13:00
this.txtAmazonS3BucketName.Name = "txtAmazonS3BucketName";
2014-05-06 11:24:00 +12:00
this.txtAmazonS3BucketName.Size = new System.Drawing.Size(352, 20);
2014-05-16 01:08:39 +12:00
this.txtAmazonS3BucketName.TabIndex = 8;
2014-03-30 23:28:34 +13:00
this.txtAmazonS3BucketName.TextChanged += new System.EventHandler(this.txtAmazonS3BucketName_TextChanged);
//
// lblAmazonS3Endpoint
//
this.lblAmazonS3Endpoint.AutoSize = true;
2014-05-06 11:24:00 +12:00
this.lblAmazonS3Endpoint.Location = new System.Drawing.Point(24, 72);
2014-03-30 23:28:34 +13:00
this.lblAmazonS3Endpoint.Name = "lblAmazonS3Endpoint";
this.lblAmazonS3Endpoint.Size = new System.Drawing.Size(52, 13);
2014-05-16 01:08:39 +12:00
this.lblAmazonS3Endpoint.TabIndex = 5;
2014-03-30 23:28:34 +13:00
this.lblAmazonS3Endpoint.Text = "Endpoint:";
//
// txtAmazonS3ObjectPrefix
//
2014-05-06 11:24:00 +12:00
this.txtAmazonS3ObjectPrefix.Location = new System.Drawing.Point(104, 116);
2014-03-30 23:28:34 +13:00
this.txtAmazonS3ObjectPrefix.Name = "txtAmazonS3ObjectPrefix";
2014-05-06 11:24:00 +12:00
this.txtAmazonS3ObjectPrefix.Size = new System.Drawing.Size(352, 20);
2014-06-26 08:45:57 +12:00
this.txtAmazonS3ObjectPrefix.TabIndex = 11;
2014-03-30 23:28:34 +13:00
this.txtAmazonS3ObjectPrefix.TextChanged += new System.EventHandler(this.txtAmazonS3ObjectPrefix_TextChanged);
//
// lblAmazonS3ObjectPrefix
//
this.lblAmazonS3ObjectPrefix.AutoSize = true;
2014-05-06 11:24:00 +12:00
this.lblAmazonS3ObjectPrefix.Location = new System.Drawing.Point(24, 120);
2014-03-30 23:28:34 +13:00
this.lblAmazonS3ObjectPrefix.Name = "lblAmazonS3ObjectPrefix";
this.lblAmazonS3ObjectPrefix.Size = new System.Drawing.Size(68, 13);
2014-06-26 08:45:57 +12:00
this.lblAmazonS3ObjectPrefix.TabIndex = 10;
this.lblAmazonS3ObjectPrefix.Text = "Upload path:";
2014-03-30 23:28:34 +13:00
//
// txtAmazonS3SecretKey
//
2014-05-06 11:24:00 +12:00
this.txtAmazonS3SecretKey.Location = new System.Drawing.Point(104, 44);
2014-03-30 23:28:34 +13:00
this.txtAmazonS3SecretKey.Name = "txtAmazonS3SecretKey";
2014-05-06 11:24:00 +12:00
this.txtAmazonS3SecretKey.Size = new System.Drawing.Size(352, 20);
2014-03-30 23:28:34 +13:00
this.txtAmazonS3SecretKey.TabIndex = 4;
this.txtAmazonS3SecretKey.UseSystemPasswordChar = true;
this.txtAmazonS3SecretKey.TextChanged += new System.EventHandler(this.txtAmazonS3SecretKey_TextChanged);
//
// lblAmazonS3SecretKey
//
this.lblAmazonS3SecretKey.AutoSize = true;
2014-05-06 11:24:00 +12:00
this.lblAmazonS3SecretKey.Location = new System.Drawing.Point(24, 48);
2014-03-30 23:28:34 +13:00
this.lblAmazonS3SecretKey.Name = "lblAmazonS3SecretKey";
2014-04-16 07:30:46 +12:00
this.lblAmazonS3SecretKey.Size = new System.Drawing.Size(61, 13);
2014-03-30 23:28:34 +13:00
this.lblAmazonS3SecretKey.TabIndex = 3;
2014-04-16 07:30:46 +12:00
this.lblAmazonS3SecretKey.Text = "Secret key:";
2014-03-30 23:28:34 +13:00
//
// lblAmazonS3AccessKey
//
this.lblAmazonS3AccessKey.AutoSize = true;
2014-05-06 11:24:00 +12:00
this.lblAmazonS3AccessKey.Location = new System.Drawing.Point(24, 24);
2014-03-30 23:28:34 +13:00
this.lblAmazonS3AccessKey.Name = "lblAmazonS3AccessKey";
2014-04-16 07:30:46 +12:00
this.lblAmazonS3AccessKey.Size = new System.Drawing.Size(65, 13);
2014-05-16 01:08:39 +12:00
this.lblAmazonS3AccessKey.TabIndex = 0;
2014-04-16 07:30:46 +12:00
this.lblAmazonS3AccessKey.Text = "Access key:";
2014-03-30 23:28:34 +13:00
//
// txtAmazonS3AccessKey
//
2014-05-06 11:24:00 +12:00
this.txtAmazonS3AccessKey.Location = new System.Drawing.Point(104, 20);
2014-03-30 23:28:34 +13:00
this.txtAmazonS3AccessKey.Name = "txtAmazonS3AccessKey";
2014-05-06 11:24:00 +12:00
this.txtAmazonS3AccessKey.Size = new System.Drawing.Size(352, 20);
2014-05-16 01:08:39 +12:00
this.txtAmazonS3AccessKey.TabIndex = 1;
2014-03-30 23:28:34 +13:00
this.txtAmazonS3AccessKey.TextChanged += new System.EventHandler(this.txtAmazonS3AccessKey_TextChanged);
//
2014-07-01 22:18:07 +12:00
// tpGoogleDrive
//
this.tpGoogleDrive.Controls.Add(this.cbGoogleDriveUseFolder);
2014-07-01 22:18:07 +12:00
this.tpGoogleDrive.Controls.Add(this.txtGoogleDriveFolderID);
this.tpGoogleDrive.Controls.Add(this.lblGoogleDriveFolderID);
this.tpGoogleDrive.Controls.Add(this.lvGoogleDriveFoldersList);
this.tpGoogleDrive.Controls.Add(this.btnGoogleDriveRefreshFolders);
this.tpGoogleDrive.Controls.Add(this.cbGoogleDriveIsPublic);
this.tpGoogleDrive.Controls.Add(this.oauth2GoogleDrive);
this.tpGoogleDrive.Location = new System.Drawing.Point(4, 22);
this.tpGoogleDrive.Name = "tpGoogleDrive";
this.tpGoogleDrive.Padding = new System.Windows.Forms.Padding(3);
this.tpGoogleDrive.Size = new System.Drawing.Size(972, 493);
this.tpGoogleDrive.TabIndex = 1;
this.tpGoogleDrive.Text = "Google Drive";
this.tpGoogleDrive.UseVisualStyleBackColor = true;
//
// cbGoogleDriveUseFolder
//
this.cbGoogleDriveUseFolder.AutoSize = true;
this.cbGoogleDriveUseFolder.Location = new System.Drawing.Point(352, 16);
this.cbGoogleDriveUseFolder.Name = "cbGoogleDriveUseFolder";
this.cbGoogleDriveUseFolder.Size = new System.Drawing.Size(165, 17);
this.cbGoogleDriveUseFolder.TabIndex = 12;
this.cbGoogleDriveUseFolder.Text = "Upload files to selected folder";
this.cbGoogleDriveUseFolder.UseVisualStyleBackColor = true;
this.cbGoogleDriveUseFolder.CheckedChanged += new System.EventHandler(this.cbGoogleDriveUseFolder_CheckedChanged);
//
2014-07-01 22:18:07 +12:00
// txtGoogleDriveFolderID
//
this.txtGoogleDriveFolderID.Location = new System.Drawing.Point(528, 41);
2014-07-01 22:18:07 +12:00
this.txtGoogleDriveFolderID.Name = "txtGoogleDriveFolderID";
this.txtGoogleDriveFolderID.Size = new System.Drawing.Size(256, 20);
2014-07-01 22:18:07 +12:00
this.txtGoogleDriveFolderID.TabIndex = 9;
this.txtGoogleDriveFolderID.TextChanged += new System.EventHandler(this.txtGoogleDriveFolderID_TextChanged);
//
// lblGoogleDriveFolderID
//
this.lblGoogleDriveFolderID.AutoSize = true;
this.lblGoogleDriveFolderID.Location = new System.Drawing.Point(472, 45);
2014-07-01 22:18:07 +12:00
this.lblGoogleDriveFolderID.Name = "lblGoogleDriveFolderID";
this.lblGoogleDriveFolderID.Size = new System.Drawing.Size(53, 13);
2014-07-01 22:18:07 +12:00
this.lblGoogleDriveFolderID.TabIndex = 8;
this.lblGoogleDriveFolderID.Text = "Folder ID:";
2014-07-01 22:18:07 +12:00
//
// lvGoogleDriveFoldersList
//
this.lvGoogleDriveFoldersList.AutoFillColumn = true;
this.lvGoogleDriveFoldersList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chGoogleDriveTitle,
this.chGoogleDriveDescription});
2014-07-01 22:18:07 +12:00
this.lvGoogleDriveFoldersList.FullRowSelect = true;
this.lvGoogleDriveFoldersList.Location = new System.Drawing.Point(352, 72);
this.lvGoogleDriveFoldersList.MultiSelect = false;
this.lvGoogleDriveFoldersList.Name = "lvGoogleDriveFoldersList";
this.lvGoogleDriveFoldersList.Size = new System.Drawing.Size(432, 408);
this.lvGoogleDriveFoldersList.TabIndex = 11;
this.lvGoogleDriveFoldersList.UseCompatibleStateImageBehavior = false;
this.lvGoogleDriveFoldersList.View = System.Windows.Forms.View.Details;
this.lvGoogleDriveFoldersList.SelectedIndexChanged += new System.EventHandler(this.lvGoogleDriveFoldersList_SelectedIndexChanged);
//
// chGoogleDriveTitle
//
this.chGoogleDriveTitle.Text = "Title";
this.chGoogleDriveTitle.Width = 200;
2014-07-01 22:18:07 +12:00
//
// chGoogleDriveDescription
//
this.chGoogleDriveDescription.Text = "Description";
this.chGoogleDriveDescription.Width = 228;
2014-07-01 22:18:07 +12:00
//
// btnGoogleDriveRefreshFolders
//
this.btnGoogleDriveRefreshFolders.Enabled = false;
this.btnGoogleDriveRefreshFolders.Location = new System.Drawing.Point(352, 40);
this.btnGoogleDriveRefreshFolders.Name = "btnGoogleDriveRefreshFolders";
this.btnGoogleDriveRefreshFolders.Size = new System.Drawing.Size(112, 23);
2014-07-01 22:18:07 +12:00
this.btnGoogleDriveRefreshFolders.TabIndex = 10;
this.btnGoogleDriveRefreshFolders.Text = "Refresh folders list";
this.btnGoogleDriveRefreshFolders.UseVisualStyleBackColor = true;
this.btnGoogleDriveRefreshFolders.Click += new System.EventHandler(this.btnGoogleDriveRefreshFolders_Click);
//
// cbGoogleDriveIsPublic
//
this.cbGoogleDriveIsPublic.AutoSize = true;
this.cbGoogleDriveIsPublic.Location = new System.Drawing.Point(16, 264);
this.cbGoogleDriveIsPublic.Name = "cbGoogleDriveIsPublic";
this.cbGoogleDriveIsPublic.Size = new System.Drawing.Size(106, 17);
this.cbGoogleDriveIsPublic.TabIndex = 1;
this.cbGoogleDriveIsPublic.Text = "Is public upload?";
this.cbGoogleDriveIsPublic.UseVisualStyleBackColor = true;
this.cbGoogleDriveIsPublic.CheckedChanged += new System.EventHandler(this.cbGoogleDriveIsPublic_CheckedChanged);
//
// oauth2GoogleDrive
//
this.oauth2GoogleDrive.Location = new System.Drawing.Point(16, 16);
this.oauth2GoogleDrive.Name = "oauth2GoogleDrive";
this.oauth2GoogleDrive.Size = new System.Drawing.Size(328, 240);
this.oauth2GoogleDrive.TabIndex = 0;
this.oauth2GoogleDrive.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2GoogleDrive_OpenButtonClicked);
this.oauth2GoogleDrive.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2GoogleDrive_CompleteButtonClicked);
this.oauth2GoogleDrive.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2GoogleDrive_ClearButtonClicked);
this.oauth2GoogleDrive.RefreshButtonClicked += new UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2GoogleDrive_RefreshButtonClicked);
//
2014-07-07 06:45:36 +12:00
// tpOwnCloud
//
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);
this.tpOwnCloud.Location = new System.Drawing.Point(4, 22);
this.tpOwnCloud.Name = "tpOwnCloud";
this.tpOwnCloud.Padding = new System.Windows.Forms.Padding(3);
this.tpOwnCloud.Size = new System.Drawing.Size(972, 493);
this.tpOwnCloud.TabIndex = 15;
this.tpOwnCloud.Text = "ownCloud";
this.tpOwnCloud.UseVisualStyleBackColor = true;
//
2014-07-07 09:06:37 +12:00
// cbOwnCloudDirectLink
//
this.cbOwnCloudDirectLink.AutoSize = true;
this.cbOwnCloudDirectLink.Location = new System.Drawing.Point(19, 136);
this.cbOwnCloudDirectLink.Name = "cbOwnCloudDirectLink";
this.cbOwnCloudDirectLink.Size = new System.Drawing.Size(208, 17);
this.cbOwnCloudDirectLink.TabIndex = 9;
this.cbOwnCloudDirectLink.Text = "Direct link (Adds \"&&download\" to URL)";
this.cbOwnCloudDirectLink.UseVisualStyleBackColor = true;
this.cbOwnCloudDirectLink.CheckedChanged += new System.EventHandler(this.cbOwnCloudDirectLink_CheckedChanged);
//
// cbOwnCloudCreateShare
//
this.cbOwnCloudCreateShare.AutoSize = true;
this.cbOwnCloudCreateShare.Location = new System.Drawing.Point(19, 112);
this.cbOwnCloudCreateShare.Name = "cbOwnCloudCreateShare";
this.cbOwnCloudCreateShare.Size = new System.Drawing.Size(131, 17);
this.cbOwnCloudCreateShare.TabIndex = 8;
this.cbOwnCloudCreateShare.Text = "Create shareable URL";
this.cbOwnCloudCreateShare.UseVisualStyleBackColor = true;
this.cbOwnCloudCreateShare.CheckedChanged += new System.EventHandler(this.cbOwnCloudCreateShare_CheckedChanged);
//
2014-07-07 06:45:36 +12:00
// txtOwnCloudPath
//
this.txtOwnCloudPath.Location = new System.Drawing.Point(80, 84);
this.txtOwnCloudPath.Name = "txtOwnCloudPath";
this.txtOwnCloudPath.Size = new System.Drawing.Size(248, 20);
this.txtOwnCloudPath.TabIndex = 7;
this.txtOwnCloudPath.TextChanged += new System.EventHandler(this.txtOwnCloudPath_TextChanged);
//
// txtOwnCloudPassword
//
this.txtOwnCloudPassword.Location = new System.Drawing.Point(80, 60);
this.txtOwnCloudPassword.Name = "txtOwnCloudPassword";
this.txtOwnCloudPassword.Size = new System.Drawing.Size(248, 20);
this.txtOwnCloudPassword.TabIndex = 6;
this.txtOwnCloudPassword.UseSystemPasswordChar = true;
this.txtOwnCloudPassword.TextChanged += new System.EventHandler(this.txtOwnCloudPassword_TextChanged);
//
// txtOwnCloudUsername
//
this.txtOwnCloudUsername.Location = new System.Drawing.Point(80, 36);
this.txtOwnCloudUsername.Name = "txtOwnCloudUsername";
this.txtOwnCloudUsername.Size = new System.Drawing.Size(248, 20);
this.txtOwnCloudUsername.TabIndex = 5;
this.txtOwnCloudUsername.TextChanged += new System.EventHandler(this.txtOwnCloudUsername_TextChanged);
//
// txtOwnCloudHost
//
this.txtOwnCloudHost.Location = new System.Drawing.Point(80, 12);
this.txtOwnCloudHost.Name = "txtOwnCloudHost";
this.txtOwnCloudHost.Size = new System.Drawing.Size(248, 20);
this.txtOwnCloudHost.TabIndex = 4;
this.txtOwnCloudHost.TextChanged += new System.EventHandler(this.txtOwnCloudHost_TextChanged);
//
// lblOwnCloudPath
//
this.lblOwnCloudPath.AutoSize = true;
this.lblOwnCloudPath.Location = new System.Drawing.Point(16, 88);
this.lblOwnCloudPath.Name = "lblOwnCloudPath";
this.lblOwnCloudPath.Size = new System.Drawing.Size(32, 13);
this.lblOwnCloudPath.TabIndex = 3;
this.lblOwnCloudPath.Text = "Path:";
//
// lblOwnCloudPassword
//
this.lblOwnCloudPassword.AutoSize = true;
this.lblOwnCloudPassword.Location = new System.Drawing.Point(16, 64);
this.lblOwnCloudPassword.Name = "lblOwnCloudPassword";
this.lblOwnCloudPassword.Size = new System.Drawing.Size(56, 13);
this.lblOwnCloudPassword.TabIndex = 2;
this.lblOwnCloudPassword.Text = "Password:";
//
// lblOwnCloudUsername
//
this.lblOwnCloudUsername.AutoSize = true;
this.lblOwnCloudUsername.Location = new System.Drawing.Point(16, 40);
this.lblOwnCloudUsername.Name = "lblOwnCloudUsername";
this.lblOwnCloudUsername.Size = new System.Drawing.Size(58, 13);
this.lblOwnCloudUsername.TabIndex = 1;
this.lblOwnCloudUsername.Text = "Username:";
//
// lblOwnCloudHost
//
this.lblOwnCloudHost.AutoSize = true;
this.lblOwnCloudHost.Location = new System.Drawing.Point(16, 16);
this.lblOwnCloudHost.Name = "lblOwnCloudHost";
this.lblOwnCloudHost.Size = new System.Drawing.Size(32, 13);
this.lblOwnCloudHost.TabIndex = 0;
this.lblOwnCloudHost.Text = "Host:";
//
2014-03-30 23:28:34 +13:00
// tpPushbullet
//
this.tpPushbullet.Controls.Add(this.lblPushbulletDevices);
this.tpPushbullet.Controls.Add(this.cboPushbulletDevices);
this.tpPushbullet.Controls.Add(this.btnPushbulletGetDeviceList);
this.tpPushbullet.Controls.Add(this.lblPushbulletUserKey);
this.tpPushbullet.Controls.Add(this.txtPushbulletUserKey);
this.tpPushbullet.Location = new System.Drawing.Point(4, 22);
2014-03-30 23:28:34 +13:00
this.tpPushbullet.Name = "tpPushbullet";
this.tpPushbullet.Padding = new System.Windows.Forms.Padding(3);
this.tpPushbullet.Size = new System.Drawing.Size(972, 493);
2014-03-30 23:28:34 +13:00
this.tpPushbullet.TabIndex = 14;
this.tpPushbullet.Text = "Pushbullet";
this.tpPushbullet.UseVisualStyleBackColor = true;
//
// lblPushbulletDevices
//
this.lblPushbulletDevices.AutoSize = true;
2014-06-09 11:29:40 +12:00
this.lblPushbulletDevices.Location = new System.Drawing.Point(24, 51);
2014-03-30 23:28:34 +13:00
this.lblPushbulletDevices.Name = "lblPushbulletDevices";
this.lblPushbulletDevices.Size = new System.Drawing.Size(44, 13);
2014-05-16 01:08:39 +12:00
this.lblPushbulletDevices.TabIndex = 2;
2014-03-30 23:28:34 +13:00
this.lblPushbulletDevices.Text = "&Device:";
//
// cboPushbulletDevices
//
2014-03-31 00:37:38 +13:00
this.cboPushbulletDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2014-03-30 23:28:34 +13:00
this.cboPushbulletDevices.Enabled = false;
this.cboPushbulletDevices.FormattingEnabled = true;
2014-06-09 11:29:40 +12:00
this.cboPushbulletDevices.Location = new System.Drawing.Point(102, 48);
2014-03-30 23:28:34 +13:00
this.cboPushbulletDevices.Name = "cboPushbulletDevices";
this.cboPushbulletDevices.Size = new System.Drawing.Size(346, 21);
2014-05-16 01:08:39 +12:00
this.cboPushbulletDevices.TabIndex = 3;
2014-03-30 23:28:34 +13:00
this.cboPushbulletDevices.SelectedIndexChanged += new System.EventHandler(this.cboPushbulletDevices_SelectedIndexChanged);
//
// btnPushbulletGetDeviceList
//
this.btnPushbulletGetDeviceList.Enabled = false;
2014-06-09 11:29:40 +12:00
this.btnPushbulletGetDeviceList.Location = new System.Drawing.Point(456, 47);
2014-03-30 23:28:34 +13:00
this.btnPushbulletGetDeviceList.Name = "btnPushbulletGetDeviceList";
this.btnPushbulletGetDeviceList.Size = new System.Drawing.Size(107, 23);
2014-05-16 01:08:39 +12:00
this.btnPushbulletGetDeviceList.TabIndex = 4;
2014-03-30 23:28:34 +13:00
this.btnPushbulletGetDeviceList.Text = "Get device list";
this.btnPushbulletGetDeviceList.UseVisualStyleBackColor = true;
this.btnPushbulletGetDeviceList.Click += new System.EventHandler(this.btnPushbulletGetDeviceList_Click);
//
// lblPushbulletUserKey
//
this.lblPushbulletUserKey.AutoSize = true;
2014-06-09 11:29:40 +12:00
this.lblPushbulletUserKey.Location = new System.Drawing.Point(24, 24);
2014-03-30 23:28:34 +13:00
this.lblPushbulletUserKey.Name = "lblPushbulletUserKey";
this.lblPushbulletUserKey.Size = new System.Drawing.Size(72, 13);
2014-05-16 01:08:39 +12:00
this.lblPushbulletUserKey.TabIndex = 0;
2014-03-30 23:28:34 +13:00
this.lblPushbulletUserKey.Text = "User &API key:";
//
// txtPushbulletUserKey
//
2014-06-09 11:29:40 +12:00
this.txtPushbulletUserKey.Location = new System.Drawing.Point(102, 21);
2014-03-30 23:28:34 +13:00
this.txtPushbulletUserKey.Name = "txtPushbulletUserKey";
this.txtPushbulletUserKey.Size = new System.Drawing.Size(346, 20);
2014-05-16 01:08:39 +12:00
this.txtPushbulletUserKey.TabIndex = 1;
this.txtPushbulletUserKey.UseSystemPasswordChar = true;
2014-03-30 23:28:34 +13:00
this.txtPushbulletUserKey.TextChanged += new System.EventHandler(this.txtPushbulletUserKey_TextChanged);
//
2013-11-03 23:53:49 +13:00
// tpBox
//
2014-04-17 11:34:31 +12:00
this.tpBox.Controls.Add(this.lblBoxFolderTip);
2014-04-17 08:35:10 +12:00
this.tpBox.Controls.Add(this.cbBoxShare);
this.tpBox.Controls.Add(this.lvBoxFolders);
2013-11-03 23:53:49 +13:00
this.tpBox.Controls.Add(this.lblBoxFolderID);
this.tpBox.Controls.Add(this.btnBoxRefreshFolders);
this.tpBox.Controls.Add(this.oauth2Box);
this.tpBox.Location = new System.Drawing.Point(4, 22);
2013-11-03 23:53:49 +13:00
this.tpBox.Name = "tpBox";
this.tpBox.Padding = new System.Windows.Forms.Padding(3);
this.tpBox.Size = new System.Drawing.Size(972, 493);
2013-11-03 23:53:49 +13:00
this.tpBox.TabIndex = 2;
this.tpBox.Text = "Box";
this.tpBox.UseVisualStyleBackColor = true;
//
// lblBoxFolderTip
//
this.lblBoxFolderTip.AutoSize = true;
this.lblBoxFolderTip.Location = new System.Drawing.Point(352, 424);
this.lblBoxFolderTip.Name = "lblBoxFolderTip";
this.lblBoxFolderTip.Size = new System.Drawing.Size(304, 13);
2014-05-16 01:08:39 +12:00
this.lblBoxFolderTip.TabIndex = 5;
this.lblBoxFolderTip.Text = "Note: You can double click folder name to go inside that folder.";
//
2014-04-17 11:34:31 +12:00
// cbBoxShare
//
this.cbBoxShare.AutoSize = true;
this.cbBoxShare.Location = new System.Drawing.Point(16, 264);
2014-04-17 11:34:31 +12:00
this.cbBoxShare.Name = "cbBoxShare";
this.cbBoxShare.Size = new System.Drawing.Size(125, 17);
2014-06-26 08:45:57 +12:00
this.cbBoxShare.TabIndex = 1;
2014-04-17 11:34:31 +12:00
this.cbBoxShare.Text = "Create shareable link";
this.cbBoxShare.UseVisualStyleBackColor = true;
this.cbBoxShare.CheckedChanged += new System.EventHandler(this.cbBoxShare_CheckedChanged);
//
2014-06-09 07:59:13 +12:00
// lvBoxFolders
//
this.lvBoxFolders.AutoFillColumn = true;
this.lvBoxFolders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chBoxFoldersName});
this.lvBoxFolders.FullRowSelect = true;
this.lvBoxFolders.Location = new System.Drawing.Point(352, 48);
this.lvBoxFolders.Name = "lvBoxFolders";
this.lvBoxFolders.Size = new System.Drawing.Size(440, 368);
this.lvBoxFolders.TabIndex = 4;
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
//
this.chBoxFoldersName.Text = "Folder name";
this.chBoxFoldersName.Width = 435;
//
2013-11-03 23:53:49 +13:00
// lblBoxFolderID
//
this.lblBoxFolderID.AutoSize = true;
2014-04-17 08:35:10 +12:00
this.lblBoxFolderID.Location = new System.Drawing.Point(488, 21);
2013-11-03 23:53:49 +13:00
this.lblBoxFolderID.Name = "lblBoxFolderID";
2014-04-17 11:34:31 +12:00
this.lblBoxFolderID.Size = new System.Drawing.Size(81, 13);
2014-06-26 08:45:57 +12:00
this.lblBoxFolderID.TabIndex = 3;
2014-04-17 11:34:31 +12:00
this.lblBoxFolderID.Text = "Selected folder:";
2013-11-03 23:53:49 +13:00
//
// btnBoxRefreshFolders
//
2014-04-17 04:18:25 +12:00
this.btnBoxRefreshFolders.Enabled = false;
2014-04-17 08:35:10 +12:00
this.btnBoxRefreshFolders.Location = new System.Drawing.Point(352, 16);
2013-11-03 23:53:49 +13:00
this.btnBoxRefreshFolders.Name = "btnBoxRefreshFolders";
this.btnBoxRefreshFolders.Size = new System.Drawing.Size(128, 23);
2014-06-26 08:45:57 +12:00
this.btnBoxRefreshFolders.TabIndex = 2;
2013-11-03 23:53:49 +13:00
this.btnBoxRefreshFolders.Text = "Refresh folders list";
this.btnBoxRefreshFolders.UseVisualStyleBackColor = true;
this.btnBoxRefreshFolders.Click += new System.EventHandler(this.btnBoxRefreshFolders_Click);
//
// oauth2Box
//
this.oauth2Box.Location = new System.Drawing.Point(16, 16);
this.oauth2Box.Name = "oauth2Box";
this.oauth2Box.Size = new System.Drawing.Size(328, 240);
this.oauth2Box.TabIndex = 0;
this.oauth2Box.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Box_OpenButtonClicked);
this.oauth2Box.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Box_CompleteButtonClicked);
this.oauth2Box.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Box_ClearButtonClicked);
this.oauth2Box.RefreshButtonClicked += new UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Box_RefreshButtonClicked);
//
2014-06-15 22:29:09 +12:00
// tpRapidShare
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.tpRapidShare.Controls.Add(this.txtRapidShareFolderID);
this.tpRapidShare.Controls.Add(this.lblRapidShareFolderID);
this.tpRapidShare.Controls.Add(this.btnRapidShareRefreshFolders);
this.tpRapidShare.Controls.Add(this.tvRapidShareFolders);
this.tpRapidShare.Controls.Add(this.lblRapidSharePassword);
this.tpRapidShare.Controls.Add(this.lblRapidSharePremiumUsername);
this.tpRapidShare.Controls.Add(this.txtRapidSharePassword);
this.tpRapidShare.Controls.Add(this.txtRapidShareUsername);
this.tpRapidShare.Location = new System.Drawing.Point(4, 22);
2013-11-25 10:38:02 +13:00
this.tpRapidShare.Name = "tpRapidShare";
this.tpRapidShare.Padding = new System.Windows.Forms.Padding(3);
this.tpRapidShare.Size = new System.Drawing.Size(972, 493);
2013-11-25 10:38:02 +13:00
this.tpRapidShare.TabIndex = 5;
this.tpRapidShare.Text = "RapidShare";
this.tpRapidShare.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// txtRapidShareFolderID
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.txtRapidShareFolderID.Location = new System.Drawing.Point(128, 84);
this.txtRapidShareFolderID.Name = "txtRapidShareFolderID";
this.txtRapidShareFolderID.Size = new System.Drawing.Size(88, 20);
this.txtRapidShareFolderID.TabIndex = 5;
this.txtRapidShareFolderID.TextChanged += new System.EventHandler(this.txtRapidShareFolderID_TextChanged);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblRapidShareFolderID
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.lblRapidShareFolderID.AutoSize = true;
this.lblRapidShareFolderID.Location = new System.Drawing.Point(16, 88);
this.lblRapidShareFolderID.Name = "lblRapidShareFolderID";
this.lblRapidShareFolderID.Size = new System.Drawing.Size(103, 13);
this.lblRapidShareFolderID.TabIndex = 4;
this.lblRapidShareFolderID.Text = "Folder ID for upload:";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// btnRapidShareRefreshFolders
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.btnRapidShareRefreshFolders.Location = new System.Drawing.Point(16, 112);
this.btnRapidShareRefreshFolders.Name = "btnRapidShareRefreshFolders";
this.btnRapidShareRefreshFolders.Size = new System.Drawing.Size(128, 23);
this.btnRapidShareRefreshFolders.TabIndex = 6;
this.btnRapidShareRefreshFolders.Text = "Refresh folders list";
this.btnRapidShareRefreshFolders.UseVisualStyleBackColor = true;
this.btnRapidShareRefreshFolders.Click += new System.EventHandler(this.btnRapidShareRefreshFolders_Click);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// tvRapidShareFolders
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.tvRapidShareFolders.Location = new System.Drawing.Point(16, 144);
this.tvRapidShareFolders.Name = "tvRapidShareFolders";
this.tvRapidShareFolders.Size = new System.Drawing.Size(440, 304);
2013-11-25 10:38:02 +13:00
this.tvRapidShareFolders.TabIndex = 7;
this.tvRapidShareFolders.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvRapidShareFolders_AfterSelect);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblRapidSharePassword
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.lblRapidSharePassword.AutoSize = true;
this.lblRapidSharePassword.Location = new System.Drawing.Point(16, 56);
this.lblRapidSharePassword.Name = "lblRapidSharePassword";
this.lblRapidSharePassword.Size = new System.Drawing.Size(56, 13);
this.lblRapidSharePassword.TabIndex = 2;
this.lblRapidSharePassword.Text = "Password:";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblRapidSharePremiumUsername
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.lblRapidSharePremiumUsername.AutoSize = true;
this.lblRapidSharePremiumUsername.Location = new System.Drawing.Point(16, 24);
this.lblRapidSharePremiumUsername.Name = "lblRapidSharePremiumUsername";
this.lblRapidSharePremiumUsername.Size = new System.Drawing.Size(58, 13);
this.lblRapidSharePremiumUsername.TabIndex = 0;
this.lblRapidSharePremiumUsername.Text = "Username:";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// txtRapidSharePassword
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.txtRapidSharePassword.Location = new System.Drawing.Point(80, 52);
this.txtRapidSharePassword.Name = "txtRapidSharePassword";
this.txtRapidSharePassword.Size = new System.Drawing.Size(136, 20);
this.txtRapidSharePassword.TabIndex = 3;
this.txtRapidSharePassword.UseSystemPasswordChar = true;
2013-11-25 10:38:02 +13:00
this.txtRapidSharePassword.TextChanged += new System.EventHandler(this.txtRapidSharePassword_TextChanged);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// txtRapidShareUsername
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.txtRapidShareUsername.Location = new System.Drawing.Point(80, 20);
this.txtRapidShareUsername.Name = "txtRapidShareUsername";
this.txtRapidShareUsername.Size = new System.Drawing.Size(136, 20);
this.txtRapidShareUsername.TabIndex = 1;
this.txtRapidShareUsername.TextChanged += new System.EventHandler(this.txtRapidShareUsername_TextChanged);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// tpSendSpace
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.tpSendSpace.Controls.Add(this.btnSendSpaceRegister);
this.tpSendSpace.Controls.Add(this.lblSendSpacePassword);
this.tpSendSpace.Controls.Add(this.lblSendSpaceUsername);
this.tpSendSpace.Controls.Add(this.txtSendSpacePassword);
this.tpSendSpace.Controls.Add(this.txtSendSpaceUserName);
this.tpSendSpace.Controls.Add(this.atcSendSpaceAccountType);
this.tpSendSpace.Location = new System.Drawing.Point(4, 22);
2013-11-25 10:38:02 +13:00
this.tpSendSpace.Name = "tpSendSpace";
this.tpSendSpace.Padding = new System.Windows.Forms.Padding(3);
this.tpSendSpace.Size = new System.Drawing.Size(972, 493);
2013-11-25 10:38:02 +13:00
this.tpSendSpace.TabIndex = 6;
this.tpSendSpace.Text = "SendSpace";
this.tpSendSpace.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// btnSendSpaceRegister
2013-11-03 23:53:49 +13:00
//
2014-06-09 11:29:40 +12:00
this.btnSendSpaceRegister.Location = new System.Drawing.Point(240, 51);
2013-11-03 23:53:49 +13:00
this.btnSendSpaceRegister.Name = "btnSendSpaceRegister";
this.btnSendSpaceRegister.Size = new System.Drawing.Size(75, 23);
2014-06-26 08:45:57 +12:00
this.btnSendSpaceRegister.TabIndex = 3;
2013-11-03 23:53:49 +13:00
this.btnSendSpaceRegister.Text = "&Register...";
this.btnSendSpaceRegister.UseVisualStyleBackColor = true;
this.btnSendSpaceRegister.Click += new System.EventHandler(this.btnSendSpaceRegister_Click);
//
// lblSendSpacePassword
//
this.lblSendSpacePassword.AutoSize = true;
this.lblSendSpacePassword.Location = new System.Drawing.Point(16, 88);
this.lblSendSpacePassword.Name = "lblSendSpacePassword";
2014-06-09 11:29:40 +12:00
this.lblSendSpacePassword.Size = new System.Drawing.Size(56, 13);
2013-11-03 23:53:49 +13:00
this.lblSendSpacePassword.TabIndex = 4;
2014-06-09 11:29:40 +12:00
this.lblSendSpacePassword.Text = "Password:";
2013-11-03 23:53:49 +13:00
//
// lblSendSpaceUsername
//
this.lblSendSpaceUsername.AutoSize = true;
this.lblSendSpaceUsername.Location = new System.Drawing.Point(16, 56);
this.lblSendSpaceUsername.Name = "lblSendSpaceUsername";
2014-06-09 11:29:40 +12:00
this.lblSendSpaceUsername.Size = new System.Drawing.Size(58, 13);
2014-06-26 08:45:57 +12:00
this.lblSendSpaceUsername.TabIndex = 1;
2014-06-09 11:29:40 +12:00
this.lblSendSpaceUsername.Text = "Username:";
2013-11-03 23:53:49 +13:00
//
// txtSendSpacePassword
//
2014-06-09 11:29:40 +12:00
this.txtSendSpacePassword.Location = new System.Drawing.Point(96, 84);
2013-11-03 23:53:49 +13:00
this.txtSendSpacePassword.Name = "txtSendSpacePassword";
this.txtSendSpacePassword.Size = new System.Drawing.Size(136, 20);
this.txtSendSpacePassword.TabIndex = 5;
this.txtSendSpacePassword.UseSystemPasswordChar = true;
2013-11-03 23:53:49 +13:00
this.txtSendSpacePassword.TextChanged += new System.EventHandler(this.txtSendSpacePassword_TextChanged);
//
// txtSendSpaceUserName
//
2014-06-09 11:29:40 +12:00
this.txtSendSpaceUserName.Location = new System.Drawing.Point(96, 52);
2013-11-03 23:53:49 +13:00
this.txtSendSpaceUserName.Name = "txtSendSpaceUserName";
this.txtSendSpaceUserName.Size = new System.Drawing.Size(136, 20);
2014-06-26 08:45:57 +12:00
this.txtSendSpaceUserName.TabIndex = 2;
2013-11-03 23:53:49 +13:00
this.txtSendSpaceUserName.TextChanged += new System.EventHandler(this.txtSendSpaceUserName_TextChanged);
//
// atcSendSpaceAccountType
//
this.atcSendSpaceAccountType.Location = new System.Drawing.Point(8, 16);
this.atcSendSpaceAccountType.Name = "atcSendSpaceAccountType";
this.atcSendSpaceAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcSendSpaceAccountType.Size = new System.Drawing.Size(214, 29);
this.atcSendSpaceAccountType.TabIndex = 0;
this.atcSendSpaceAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcSendSpaceAccountType_AccountTypeChanged);
//
2013-11-03 23:53:49 +13:00
// tpGe_tt
//
this.tpGe_tt.Controls.Add(this.lblGe_ttStatus);
2013-11-03 23:53:49 +13:00
this.tpGe_tt.Controls.Add(this.lblGe_ttPassword);
this.tpGe_tt.Controls.Add(this.lblGe_ttEmail);
this.tpGe_tt.Controls.Add(this.btnGe_ttLogin);
this.tpGe_tt.Controls.Add(this.txtGe_ttPassword);
this.tpGe_tt.Controls.Add(this.txtGe_ttEmail);
this.tpGe_tt.Location = new System.Drawing.Point(4, 22);
2013-11-03 23:53:49 +13:00
this.tpGe_tt.Name = "tpGe_tt";
this.tpGe_tt.Padding = new System.Windows.Forms.Padding(3);
this.tpGe_tt.Size = new System.Drawing.Size(972, 493);
2013-11-03 23:53:49 +13:00
this.tpGe_tt.TabIndex = 7;
this.tpGe_tt.Text = "Ge.tt";
this.tpGe_tt.UseVisualStyleBackColor = true;
//
// lblGe_ttStatus
2013-11-03 23:53:49 +13:00
//
this.lblGe_ttStatus.AutoSize = true;
this.lblGe_ttStatus.Location = new System.Drawing.Point(24, 80);
this.lblGe_ttStatus.Name = "lblGe_ttStatus";
this.lblGe_ttStatus.Size = new System.Drawing.Size(77, 13);
2014-06-26 08:45:57 +12:00
this.lblGe_ttStatus.TabIndex = 4;
this.lblGe_ttStatus.Text = "Login required.";
2013-11-03 23:53:49 +13:00
//
// lblGe_ttPassword
//
this.lblGe_ttPassword.AutoSize = true;
this.lblGe_ttPassword.Location = new System.Drawing.Point(24, 48);
this.lblGe_ttPassword.Name = "lblGe_ttPassword";
this.lblGe_ttPassword.Size = new System.Drawing.Size(56, 13);
this.lblGe_ttPassword.TabIndex = 2;
this.lblGe_ttPassword.Text = "Password:";
//
// lblGe_ttEmail
//
this.lblGe_ttEmail.AutoSize = true;
this.lblGe_ttEmail.Location = new System.Drawing.Point(24, 24);
this.lblGe_ttEmail.Name = "lblGe_ttEmail";
this.lblGe_ttEmail.Size = new System.Drawing.Size(35, 13);
this.lblGe_ttEmail.TabIndex = 0;
this.lblGe_ttEmail.Text = "Email:";
//
// btnGe_ttLogin
//
this.btnGe_ttLogin.Location = new System.Drawing.Point(184, 75);
2013-11-03 23:53:49 +13:00
this.btnGe_ttLogin.Name = "btnGe_ttLogin";
this.btnGe_ttLogin.Size = new System.Drawing.Size(75, 23);
2014-06-26 08:45:57 +12:00
this.btnGe_ttLogin.TabIndex = 5;
2013-11-03 23:53:49 +13:00
this.btnGe_ttLogin.Text = "Login";
this.btnGe_ttLogin.UseVisualStyleBackColor = true;
this.btnGe_ttLogin.Click += new System.EventHandler(this.btnGe_ttLogin_Click);
//
// txtGe_ttPassword
//
this.txtGe_ttPassword.Location = new System.Drawing.Point(88, 44);
this.txtGe_ttPassword.Name = "txtGe_ttPassword";
this.txtGe_ttPassword.Size = new System.Drawing.Size(168, 20);
this.txtGe_ttPassword.TabIndex = 3;
this.txtGe_ttPassword.UseSystemPasswordChar = true;
2013-11-03 23:53:49 +13:00
//
// txtGe_ttEmail
//
this.txtGe_ttEmail.Location = new System.Drawing.Point(88, 20);
this.txtGe_ttEmail.Name = "txtGe_ttEmail";
this.txtGe_ttEmail.Size = new System.Drawing.Size(168, 20);
this.txtGe_ttEmail.TabIndex = 1;
//
// tpHostr
//
this.tpHostr.Controls.Add(this.cbLocalhostrDirectURL);
this.tpHostr.Controls.Add(this.lblLocalhostrPassword);
this.tpHostr.Controls.Add(this.lblLocalhostrEmail);
this.tpHostr.Controls.Add(this.txtLocalhostrPassword);
this.tpHostr.Controls.Add(this.txtLocalhostrEmail);
this.tpHostr.Location = new System.Drawing.Point(4, 22);
2013-11-03 23:53:49 +13:00
this.tpHostr.Name = "tpHostr";
this.tpHostr.Padding = new System.Windows.Forms.Padding(3);
this.tpHostr.Size = new System.Drawing.Size(972, 493);
2013-11-03 23:53:49 +13:00
this.tpHostr.TabIndex = 8;
this.tpHostr.Text = "Hostr";
this.tpHostr.UseVisualStyleBackColor = true;
//
// cbLocalhostrDirectURL
//
this.cbLocalhostrDirectURL.AutoSize = true;
this.cbLocalhostrDirectURL.Location = new System.Drawing.Point(26, 72);
this.cbLocalhostrDirectURL.Name = "cbLocalhostrDirectURL";
this.cbLocalhostrDirectURL.Size = new System.Drawing.Size(131, 17);
this.cbLocalhostrDirectURL.TabIndex = 4;
this.cbLocalhostrDirectURL.Text = "Use direct URL if exist";
this.cbLocalhostrDirectURL.UseVisualStyleBackColor = true;
this.cbLocalhostrDirectURL.CheckedChanged += new System.EventHandler(this.cbLocalhostrDirectURL_CheckedChanged);
//
// lblLocalhostrPassword
//
this.lblLocalhostrPassword.AutoSize = true;
this.lblLocalhostrPassword.Location = new System.Drawing.Point(24, 48);
this.lblLocalhostrPassword.Name = "lblLocalhostrPassword";
this.lblLocalhostrPassword.Size = new System.Drawing.Size(56, 13);
this.lblLocalhostrPassword.TabIndex = 2;
this.lblLocalhostrPassword.Text = "Password:";
//
// lblLocalhostrEmail
//
this.lblLocalhostrEmail.AutoSize = true;
this.lblLocalhostrEmail.Location = new System.Drawing.Point(24, 24);
this.lblLocalhostrEmail.Name = "lblLocalhostrEmail";
this.lblLocalhostrEmail.Size = new System.Drawing.Size(35, 13);
this.lblLocalhostrEmail.TabIndex = 0;
this.lblLocalhostrEmail.Text = "Email:";
//
// txtLocalhostrPassword
//
this.txtLocalhostrPassword.Location = new System.Drawing.Point(88, 44);
this.txtLocalhostrPassword.Name = "txtLocalhostrPassword";
this.txtLocalhostrPassword.Size = new System.Drawing.Size(168, 20);
this.txtLocalhostrPassword.TabIndex = 3;
this.txtLocalhostrPassword.UseSystemPasswordChar = true;
2013-11-03 23:53:49 +13:00
this.txtLocalhostrPassword.TextChanged += new System.EventHandler(this.txtLocalhostrPassword_TextChanged);
//
// txtLocalhostrEmail
//
this.txtLocalhostrEmail.Location = new System.Drawing.Point(88, 20);
this.txtLocalhostrEmail.Name = "txtLocalhostrEmail";
this.txtLocalhostrEmail.Size = new System.Drawing.Size(168, 20);
this.txtLocalhostrEmail.TabIndex = 1;
this.txtLocalhostrEmail.TextChanged += new System.EventHandler(this.txtLocalhostrEmail_TextChanged);
//
2013-11-25 10:38:02 +13:00
// tpMinus
2013-11-03 23:53:49 +13:00
//
2014-03-21 13:36:09 +13:00
this.tpMinus.Controls.Add(this.lblMinusURLType);
this.tpMinus.Controls.Add(this.cbMinusURLType);
2013-11-25 10:38:02 +13:00
this.tpMinus.Controls.Add(this.gbMinusUserPass);
this.tpMinus.Controls.Add(this.gbMinusUpload);
this.tpMinus.Location = new System.Drawing.Point(4, 22);
2013-11-25 10:38:02 +13:00
this.tpMinus.Name = "tpMinus";
this.tpMinus.Padding = new System.Windows.Forms.Padding(3);
this.tpMinus.Size = new System.Drawing.Size(972, 493);
2013-11-25 10:38:02 +13:00
this.tpMinus.TabIndex = 3;
this.tpMinus.Text = "Minus";
this.tpMinus.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
// lblMinusURLType
//
this.lblMinusURLType.AutoSize = true;
this.lblMinusURLType.Location = new System.Drawing.Point(16, 240);
this.lblMinusURLType.Name = "lblMinusURLType";
this.lblMinusURLType.Size = new System.Drawing.Size(55, 13);
2014-05-16 01:08:39 +12:00
this.lblMinusURLType.TabIndex = 2;
this.lblMinusURLType.Text = "URL type:";
//
// cbMinusURLType
//
this.cbMinusURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbMinusURLType.FormattingEnabled = true;
this.cbMinusURLType.Location = new System.Drawing.Point(80, 236);
this.cbMinusURLType.Name = "cbMinusURLType";
this.cbMinusURLType.Size = new System.Drawing.Size(88, 21);
2014-05-16 01:08:39 +12:00
this.cbMinusURLType.TabIndex = 3;
this.cbMinusURLType.SelectedIndexChanged += new System.EventHandler(this.cbMinusURLType_SelectedIndexChanged);
//
2013-11-25 10:38:02 +13:00
// gbMinusUserPass
2013-11-03 23:53:49 +13:00
//
2014-03-21 12:37:43 +13:00
this.gbMinusUserPass.Controls.Add(this.lblMinusAuthStatus);
this.gbMinusUserPass.Controls.Add(this.btnMinusRefreshAuth);
2013-11-25 10:38:02 +13:00
this.gbMinusUserPass.Controls.Add(this.lblMinusPassword);
this.gbMinusUserPass.Controls.Add(this.lblMinusUsername);
this.gbMinusUserPass.Controls.Add(this.txtMinusPassword);
this.gbMinusUserPass.Controls.Add(this.txtMinusUsername);
this.gbMinusUserPass.Controls.Add(this.btnMinusAuth);
this.gbMinusUserPass.Location = new System.Drawing.Point(16, 16);
this.gbMinusUserPass.Name = "gbMinusUserPass";
2014-03-21 13:36:09 +13:00
this.gbMinusUserPass.Size = new System.Drawing.Size(712, 112);
2013-11-25 10:38:02 +13:00
this.gbMinusUserPass.TabIndex = 0;
this.gbMinusUserPass.TabStop = false;
this.gbMinusUserPass.Text = "Authentication";
2013-11-03 23:53:49 +13:00
//
2014-03-21 13:36:09 +13:00
// lblMinusAuthStatus
//
this.lblMinusAuthStatus.AutoSize = true;
this.lblMinusAuthStatus.Location = new System.Drawing.Point(312, 86);
this.lblMinusAuthStatus.Name = "lblMinusAuthStatus";
this.lblMinusAuthStatus.Size = new System.Drawing.Size(67, 13);
this.lblMinusAuthStatus.TabIndex = 6;
this.lblMinusAuthStatus.Text = "Login status:";
//
2014-03-21 12:37:43 +13:00
// btnMinusRefreshAuth
2013-11-03 23:53:49 +13:00
//
2014-03-21 13:36:09 +13:00
this.btnMinusRefreshAuth.Location = new System.Drawing.Point(160, 80);
2014-03-21 12:37:43 +13:00
this.btnMinusRefreshAuth.Name = "btnMinusRefreshAuth";
this.btnMinusRefreshAuth.Size = new System.Drawing.Size(144, 24);
2014-05-16 01:08:39 +12:00
this.btnMinusRefreshAuth.TabIndex = 5;
2014-03-21 12:37:43 +13:00
this.btnMinusRefreshAuth.Text = "Refresh authorization";
this.btnMinusRefreshAuth.UseVisualStyleBackColor = true;
this.btnMinusRefreshAuth.Click += new System.EventHandler(this.btnAuthRefresh_Click);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblMinusPassword
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.lblMinusPassword.AutoSize = true;
this.lblMinusPassword.Location = new System.Drawing.Point(8, 56);
this.lblMinusPassword.Name = "lblMinusPassword";
this.lblMinusPassword.Size = new System.Drawing.Size(56, 13);
2014-05-16 01:08:39 +12:00
this.lblMinusPassword.TabIndex = 2;
2013-11-25 10:38:02 +13:00
this.lblMinusPassword.Text = "Password:";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblMinusUsername
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.lblMinusUsername.AutoSize = true;
this.lblMinusUsername.Location = new System.Drawing.Point(8, 24);
this.lblMinusUsername.Name = "lblMinusUsername";
this.lblMinusUsername.Size = new System.Drawing.Size(58, 13);
this.lblMinusUsername.TabIndex = 0;
this.lblMinusUsername.Text = "Username:";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// txtMinusPassword
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.txtMinusPassword.Location = new System.Drawing.Point(72, 52);
this.txtMinusPassword.Name = "txtMinusPassword";
2014-03-21 13:36:09 +13:00
this.txtMinusPassword.Size = new System.Drawing.Size(232, 20);
2014-05-16 01:08:39 +12:00
this.txtMinusPassword.TabIndex = 3;
this.txtMinusPassword.UseSystemPasswordChar = true;
2013-11-25 10:38:02 +13:00
//
// txtMinusUsername
//
this.txtMinusUsername.Location = new System.Drawing.Point(72, 20);
this.txtMinusUsername.Name = "txtMinusUsername";
2014-03-21 13:36:09 +13:00
this.txtMinusUsername.Size = new System.Drawing.Size(232, 20);
2013-11-25 10:38:02 +13:00
this.txtMinusUsername.TabIndex = 1;
//
// btnMinusAuth
//
2014-03-21 13:36:09 +13:00
this.btnMinusAuth.Location = new System.Drawing.Point(8, 80);
2013-11-25 10:38:02 +13:00
this.btnMinusAuth.Name = "btnMinusAuth";
this.btnMinusAuth.Size = new System.Drawing.Size(144, 24);
2014-05-16 01:08:39 +12:00
this.btnMinusAuth.TabIndex = 4;
2013-11-25 10:38:02 +13:00
this.btnMinusAuth.Text = "Authorize";
this.btnMinusAuth.UseVisualStyleBackColor = true;
this.btnMinusAuth.Click += new System.EventHandler(this.btnMinusAuth_Click);
//
// gbMinusUpload
//
this.gbMinusUpload.Controls.Add(this.btnMinusReadFolderList);
this.gbMinusUpload.Controls.Add(this.chkMinusPublic);
this.gbMinusUpload.Controls.Add(this.btnMinusFolderAdd);
this.gbMinusUpload.Controls.Add(this.btnMinusFolderRemove);
this.gbMinusUpload.Controls.Add(this.cboMinusFolders);
2014-03-21 13:36:09 +13:00
this.gbMinusUpload.Location = new System.Drawing.Point(16, 136);
2013-11-25 10:38:02 +13:00
this.gbMinusUpload.Name = "gbMinusUpload";
this.gbMinusUpload.Size = new System.Drawing.Size(712, 88);
this.gbMinusUpload.TabIndex = 1;
this.gbMinusUpload.TabStop = false;
this.gbMinusUpload.Text = "Upload images to";
//
// btnMinusReadFolderList
//
this.btnMinusReadFolderList.AutoSize = true;
2014-03-21 13:36:09 +13:00
this.btnMinusReadFolderList.Location = new System.Drawing.Point(8, 24);
2013-11-25 10:38:02 +13:00
this.btnMinusReadFolderList.Name = "btnMinusReadFolderList";
2014-03-21 13:36:09 +13:00
this.btnMinusReadFolderList.Size = new System.Drawing.Size(144, 23);
2014-05-16 01:08:39 +12:00
this.btnMinusReadFolderList.TabIndex = 0;
2013-11-25 10:38:02 +13:00
this.btnMinusReadFolderList.Text = "Reload folder list";
this.btnMinusReadFolderList.UseVisualStyleBackColor = true;
this.btnMinusReadFolderList.Click += new System.EventHandler(this.btnMinusReadFolderList_Click);
//
// chkMinusPublic
//
this.chkMinusPublic.AutoSize = true;
2014-03-21 13:36:09 +13:00
this.chkMinusPublic.Location = new System.Drawing.Point(464, 58);
2013-11-25 10:38:02 +13:00
this.chkMinusPublic.Name = "chkMinusPublic";
this.chkMinusPublic.Size = new System.Drawing.Size(55, 17);
2014-05-16 01:08:39 +12:00
this.chkMinusPublic.TabIndex = 4;
2013-11-25 10:38:02 +13:00
this.chkMinusPublic.Text = "Public";
this.chkMinusPublic.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// btnMinusFolderAdd
2013-11-03 23:53:49 +13:00
//
2014-03-21 13:36:09 +13:00
this.btnMinusFolderAdd.Location = new System.Drawing.Point(160, 24);
2013-11-25 10:38:02 +13:00
this.btnMinusFolderAdd.Name = "btnMinusFolderAdd";
2014-03-21 13:36:09 +13:00
this.btnMinusFolderAdd.Size = new System.Drawing.Size(144, 23);
2014-05-16 01:08:39 +12:00
this.btnMinusFolderAdd.TabIndex = 1;
2013-11-25 10:38:02 +13:00
this.btnMinusFolderAdd.Text = "Add folder";
this.btnMinusFolderAdd.UseVisualStyleBackColor = true;
this.btnMinusFolderAdd.Click += new System.EventHandler(this.btnMinusFolderAdd_Click);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// btnMinusFolderRemove
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.btnMinusFolderRemove.AutoSize = true;
2014-03-21 13:36:09 +13:00
this.btnMinusFolderRemove.Location = new System.Drawing.Point(312, 24);
2013-11-25 10:38:02 +13:00
this.btnMinusFolderRemove.Name = "btnMinusFolderRemove";
2014-03-21 13:36:09 +13:00
this.btnMinusFolderRemove.Size = new System.Drawing.Size(144, 23);
2014-05-16 01:08:39 +12:00
this.btnMinusFolderRemove.TabIndex = 2;
2013-11-25 10:38:02 +13:00
this.btnMinusFolderRemove.Text = "Remove folder";
this.btnMinusFolderRemove.UseVisualStyleBackColor = true;
this.btnMinusFolderRemove.Click += new System.EventHandler(this.btnMinusFolderRemove_Click);
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// cboMinusFolders
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.cboMinusFolders.FormattingEnabled = true;
2014-03-21 13:36:09 +13:00
this.cboMinusFolders.Location = new System.Drawing.Point(8, 56);
2013-11-25 10:38:02 +13:00
this.cboMinusFolders.Name = "cboMinusFolders";
2014-03-21 13:36:09 +13:00
this.cboMinusFolders.Size = new System.Drawing.Size(448, 21);
2014-05-16 01:08:39 +12:00
this.cboMinusFolders.TabIndex = 3;
2013-11-25 10:38:02 +13:00
this.cboMinusFolders.SelectedIndexChanged += new System.EventHandler(this.cboMinusFolders_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
// tpJira
2013-11-03 23:53:49 +13:00
//
this.tpJira.Controls.Add(this.txtJiraIssuePrefix);
this.tpJira.Controls.Add(this.lblJiraIssuePrefix);
this.tpJira.Controls.Add(this.gpJiraServer);
this.tpJira.Controls.Add(this.oAuthJira);
this.tpJira.Location = new System.Drawing.Point(4, 22);
this.tpJira.Name = "tpJira";
this.tpJira.Size = new System.Drawing.Size(972, 493);
this.tpJira.TabIndex = 11;
this.tpJira.Text = "Atlassian Jira";
this.tpJira.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
// txtJiraIssuePrefix
//
this.txtJiraIssuePrefix.Location = new System.Drawing.Point(560, 256);
this.txtJiraIssuePrefix.Name = "txtJiraIssuePrefix";
this.txtJiraIssuePrefix.Size = new System.Drawing.Size(117, 20);
this.txtJiraIssuePrefix.TabIndex = 3;
this.txtJiraIssuePrefix.Text = "PROJECT-";
this.txtJiraIssuePrefix.TextChanged += new System.EventHandler(this.txtJiraIssuePrefix_TextChanged);
//
// lblJiraIssuePrefix
//
this.lblJiraIssuePrefix.AutoSize = true;
this.lblJiraIssuePrefix.Location = new System.Drawing.Point(473, 259);
this.lblJiraIssuePrefix.Name = "lblJiraIssuePrefix";
this.lblJiraIssuePrefix.Size = new System.Drawing.Size(81, 13);
this.lblJiraIssuePrefix.TabIndex = 2;
this.lblJiraIssuePrefix.Text = "Jira issue prefix:";
//
// gpJiraServer
//
this.gpJiraServer.Controls.Add(this.txtJiraConfigHelp);
this.gpJiraServer.Controls.Add(this.txtJiraHost);
this.gpJiraServer.Controls.Add(this.lblJiraHost);
this.gpJiraServer.Location = new System.Drawing.Point(13, 13);
this.gpJiraServer.Name = "gpJiraServer";
this.gpJiraServer.Size = new System.Drawing.Size(454, 358);
this.gpJiraServer.TabIndex = 0;
this.gpJiraServer.TabStop = false;
this.gpJiraServer.Text = "Jira server";
//
// txtJiraConfigHelp
//
this.txtJiraConfigHelp.BackColor = System.Drawing.SystemColors.Window;
this.txtJiraConfigHelp.Location = new System.Drawing.Point(8, 45);
this.txtJiraConfigHelp.Multiline = true;
this.txtJiraConfigHelp.Name = "txtJiraConfigHelp";
this.txtJiraConfigHelp.ReadOnly = true;
this.txtJiraConfigHelp.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtJiraConfigHelp.Size = new System.Drawing.Size(440, 307);
this.txtJiraConfigHelp.TabIndex = 2;
this.txtJiraConfigHelp.Text = "Template";
//
// txtJiraHost
//
this.txtJiraHost.Location = new System.Drawing.Point(63, 19);
this.txtJiraHost.Name = "txtJiraHost";
this.txtJiraHost.Size = new System.Drawing.Size(385, 20);
this.txtJiraHost.TabIndex = 1;
this.txtJiraHost.Text = "http://";
this.txtJiraHost.TextChanged += new System.EventHandler(this.txtJiraHost_TextChanged);
//
// lblJiraHost
//
this.lblJiraHost.AutoSize = true;
this.lblJiraHost.Location = new System.Drawing.Point(5, 22);
this.lblJiraHost.Name = "lblJiraHost";
this.lblJiraHost.Size = new System.Drawing.Size(52, 13);
this.lblJiraHost.TabIndex = 0;
this.lblJiraHost.Text = "Jira host: ";
//
// oAuthJira
//
this.oAuthJira.Location = new System.Drawing.Point(473, 13);
this.oAuthJira.Name = "oAuthJira";
this.oAuthJira.Size = new System.Drawing.Size(328, 243);
this.oAuthJira.TabIndex = 1;
this.oAuthJira.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuthJira_OpenButtonClicked);
this.oAuthJira.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuthJira_CompleteButtonClicked);
this.oAuthJira.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuthJira_ClearButtonClicked);
this.oAuthJira.RefreshButtonClicked += new UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oAuthJira_RefreshButtonClicked);
//
// tpEmail
//
this.tpEmail.Controls.Add(this.chkEmailConfirm);
this.tpEmail.Controls.Add(this.lblEmailSmtpServer);
this.tpEmail.Controls.Add(this.lblEmailPassword);
this.tpEmail.Controls.Add(this.cbEmailRememberLastTo);
this.tpEmail.Controls.Add(this.txtEmailFrom);
this.tpEmail.Controls.Add(this.txtEmailPassword);
this.tpEmail.Controls.Add(this.txtEmailDefaultBody);
this.tpEmail.Controls.Add(this.lblEmailFrom);
this.tpEmail.Controls.Add(this.txtEmailSmtpServer);
this.tpEmail.Controls.Add(this.lblEmailDefaultSubject);
this.tpEmail.Controls.Add(this.lblEmailDefaultBody);
this.tpEmail.Controls.Add(this.nudEmailSmtpPort);
this.tpEmail.Controls.Add(this.lblEmailSmtpPort);
this.tpEmail.Controls.Add(this.txtEmailDefaultSubject);
this.tpEmail.Location = new System.Drawing.Point(4, 22);
this.tpEmail.Name = "tpEmail";
this.tpEmail.Padding = new System.Windows.Forms.Padding(3);
this.tpEmail.Size = new System.Drawing.Size(972, 493);
this.tpEmail.TabIndex = 10;
this.tpEmail.Text = "Email";
this.tpEmail.UseVisualStyleBackColor = true;
//
// chkEmailConfirm
2013-11-03 23:53:49 +13:00
//
this.chkEmailConfirm.AutoSize = true;
this.chkEmailConfirm.Location = new System.Drawing.Point(216, 96);
this.chkEmailConfirm.Name = "chkEmailConfirm";
this.chkEmailConfirm.Size = new System.Drawing.Size(134, 17);
this.chkEmailConfirm.TabIndex = 9;
this.chkEmailConfirm.Text = "Confirm before sending";
this.chkEmailConfirm.UseVisualStyleBackColor = true;
this.chkEmailConfirm.CheckedChanged += new System.EventHandler(this.chkEmailConfirm_CheckedChanged);
//
// lblEmailSmtpServer
//
this.lblEmailSmtpServer.AutoSize = true;
this.lblEmailSmtpServer.Location = new System.Drawing.Point(16, 16);
this.lblEmailSmtpServer.Name = "lblEmailSmtpServer";
this.lblEmailSmtpServer.Size = new System.Drawing.Size(72, 13);
this.lblEmailSmtpServer.TabIndex = 0;
this.lblEmailSmtpServer.Text = "SMTP server:";
//
// lblEmailPassword
//
this.lblEmailPassword.AutoSize = true;
this.lblEmailPassword.Location = new System.Drawing.Point(16, 64);
this.lblEmailPassword.Name = "lblEmailPassword";
this.lblEmailPassword.Size = new System.Drawing.Size(56, 13);
this.lblEmailPassword.TabIndex = 6;
this.lblEmailPassword.Text = "Password:";
//
// cbEmailRememberLastTo
//
this.cbEmailRememberLastTo.AutoSize = true;
this.cbEmailRememberLastTo.Location = new System.Drawing.Point(16, 96);
this.cbEmailRememberLastTo.Name = "cbEmailRememberLastTo";
this.cbEmailRememberLastTo.Size = new System.Drawing.Size(179, 17);
this.cbEmailRememberLastTo.TabIndex = 8;
this.cbEmailRememberLastTo.Text = "Remember last recipient address";
this.cbEmailRememberLastTo.UseVisualStyleBackColor = true;
this.cbEmailRememberLastTo.CheckedChanged += new System.EventHandler(this.cbRememberLastToEmail_CheckedChanged);
//
// txtEmailFrom
//
this.txtEmailFrom.Location = new System.Drawing.Point(96, 36);
this.txtEmailFrom.Name = "txtEmailFrom";
this.txtEmailFrom.Size = new System.Drawing.Size(200, 20);
this.txtEmailFrom.TabIndex = 5;
this.txtEmailFrom.TextChanged += new System.EventHandler(this.txtEmail_TextChanged);
//
// txtEmailPassword
//
this.txtEmailPassword.Location = new System.Drawing.Point(96, 60);
this.txtEmailPassword.Name = "txtEmailPassword";
this.txtEmailPassword.Size = new System.Drawing.Size(200, 20);
this.txtEmailPassword.TabIndex = 7;
this.txtEmailPassword.UseSystemPasswordChar = true;
2013-11-03 23:53:49 +13:00
this.txtEmailPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
//
// txtEmailDefaultBody
//
this.txtEmailDefaultBody.Location = new System.Drawing.Point(16, 192);
this.txtEmailDefaultBody.Multiline = true;
this.txtEmailDefaultBody.Name = "txtEmailDefaultBody";
this.txtEmailDefaultBody.Size = new System.Drawing.Size(400, 128);
this.txtEmailDefaultBody.TabIndex = 13;
this.txtEmailDefaultBody.TextChanged += new System.EventHandler(this.txtDefaultBody_TextChanged);
//
// lblEmailFrom
//
this.lblEmailFrom.AutoSize = true;
this.lblEmailFrom.Location = new System.Drawing.Point(16, 40);
this.lblEmailFrom.Name = "lblEmailFrom";
this.lblEmailFrom.Size = new System.Drawing.Size(35, 13);
this.lblEmailFrom.TabIndex = 4;
this.lblEmailFrom.Text = "Email:";
//
// txtEmailSmtpServer
//
this.txtEmailSmtpServer.Location = new System.Drawing.Point(96, 12);
this.txtEmailSmtpServer.Name = "txtEmailSmtpServer";
this.txtEmailSmtpServer.Size = new System.Drawing.Size(200, 20);
this.txtEmailSmtpServer.TabIndex = 1;
this.txtEmailSmtpServer.TextChanged += new System.EventHandler(this.txtSmtpServer_TextChanged);
//
// lblEmailDefaultSubject
//
this.lblEmailDefaultSubject.AutoSize = true;
this.lblEmailDefaultSubject.Location = new System.Drawing.Point(16, 126);
this.lblEmailDefaultSubject.Name = "lblEmailDefaultSubject";
this.lblEmailDefaultSubject.Size = new System.Drawing.Size(81, 13);
this.lblEmailDefaultSubject.TabIndex = 10;
this.lblEmailDefaultSubject.Text = "Default subject:";
//
// lblEmailDefaultBody
//
this.lblEmailDefaultBody.AutoSize = true;
this.lblEmailDefaultBody.Location = new System.Drawing.Point(16, 174);
this.lblEmailDefaultBody.Name = "lblEmailDefaultBody";
this.lblEmailDefaultBody.Size = new System.Drawing.Size(89, 13);
this.lblEmailDefaultBody.TabIndex = 12;
this.lblEmailDefaultBody.Text = "Default message:";
//
// nudEmailSmtpPort
//
this.nudEmailSmtpPort.Location = new System.Drawing.Point(344, 12);
this.nudEmailSmtpPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.nudEmailSmtpPort.Name = "nudEmailSmtpPort";
this.nudEmailSmtpPort.Size = new System.Drawing.Size(64, 20);
this.nudEmailSmtpPort.TabIndex = 3;
this.nudEmailSmtpPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudEmailSmtpPort.Value = new decimal(new int[] {
65535,
0,
0,
0});
this.nudEmailSmtpPort.ValueChanged += new System.EventHandler(this.nudSmtpPort_ValueChanged);
//
// lblEmailSmtpPort
//
this.lblEmailSmtpPort.AutoSize = true;
this.lblEmailSmtpPort.Location = new System.Drawing.Point(304, 16);
this.lblEmailSmtpPort.Name = "lblEmailSmtpPort";
this.lblEmailSmtpPort.Size = new System.Drawing.Size(29, 13);
this.lblEmailSmtpPort.TabIndex = 2;
this.lblEmailSmtpPort.Text = "Port:";
//
// txtEmailDefaultSubject
//
this.txtEmailDefaultSubject.Location = new System.Drawing.Point(16, 144);
this.txtEmailDefaultSubject.Name = "txtEmailDefaultSubject";
this.txtEmailDefaultSubject.Size = new System.Drawing.Size(400, 20);
this.txtEmailDefaultSubject.TabIndex = 11;
this.txtEmailDefaultSubject.TextChanged += new System.EventHandler(this.txtDefaultSubject_TextChanged);
//
2013-11-25 10:38:02 +13:00
// tpSharedFolder
2013-11-03 23:53:49 +13:00
//
this.tpSharedFolder.Controls.Add(this.lblSharedFolderFiles);
this.tpSharedFolder.Controls.Add(this.lblSharedFolderText);
this.tpSharedFolder.Controls.Add(this.cboSharedFolderFiles);
this.tpSharedFolder.Controls.Add(this.lblSharedFolderImages);
this.tpSharedFolder.Controls.Add(this.cboSharedFolderText);
this.tpSharedFolder.Controls.Add(this.cboSharedFolderImages);
this.tpSharedFolder.Controls.Add(this.ucLocalhostAccounts);
this.tpSharedFolder.Location = new System.Drawing.Point(4, 22);
2013-11-25 10:38:02 +13:00
this.tpSharedFolder.Name = "tpSharedFolder";
this.tpSharedFolder.Padding = new System.Windows.Forms.Padding(3);
this.tpSharedFolder.Size = new System.Drawing.Size(972, 493);
2013-11-25 10:38:02 +13:00
this.tpSharedFolder.TabIndex = 9;
this.tpSharedFolder.Text = "Shared folder";
this.tpSharedFolder.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblSharedFolderFiles
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.lblSharedFolderFiles.AutoSize = true;
this.lblSharedFolderFiles.Location = new System.Drawing.Point(544, 16);
2013-11-25 10:38:02 +13:00
this.lblSharedFolderFiles.Name = "lblSharedFolderFiles";
this.lblSharedFolderFiles.Size = new System.Drawing.Size(26, 13);
2013-11-25 10:38:02 +13:00
this.lblSharedFolderFiles.TabIndex = 4;
this.lblSharedFolderFiles.Text = "File:";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// lblSharedFolderText
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.lblSharedFolderText.AutoSize = true;
this.lblSharedFolderText.Location = new System.Drawing.Point(285, 16);
2013-11-25 10:38:02 +13:00
this.lblSharedFolderText.Name = "lblSharedFolderText";
this.lblSharedFolderText.Size = new System.Drawing.Size(31, 13);
2013-11-25 10:38:02 +13:00
this.lblSharedFolderText.TabIndex = 2;
this.lblSharedFolderText.Text = "Text:";
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
// cboSharedFolderFiles
2013-11-03 23:53:49 +13:00
//
2013-11-25 10:38:02 +13:00
this.cboSharedFolderFiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSharedFolderFiles.FormattingEnabled = true;
this.cboSharedFolderFiles.Location = new System.Drawing.Point(576, 12);
2013-11-25 10:38:02 +13:00
this.cboSharedFolderFiles.Name = "cboSharedFolderFiles";
this.cboSharedFolderFiles.Size = new System.Drawing.Size(216, 21);
2013-11-25 10:38:02 +13:00
this.cboSharedFolderFiles.TabIndex = 5;
this.cboSharedFolderFiles.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderFiles_SelectedIndexChanged);
//
// lblSharedFolderImages
//
this.lblSharedFolderImages.AutoSize = true;
this.lblSharedFolderImages.Location = new System.Drawing.Point(16, 16);
this.lblSharedFolderImages.Name = "lblSharedFolderImages";
this.lblSharedFolderImages.Size = new System.Drawing.Size(39, 13);
this.lblSharedFolderImages.TabIndex = 0;
this.lblSharedFolderImages.Text = "Image:";
//
2014-03-30 23:28:34 +13:00
// cboSharedFolderText
2014-03-27 05:56:05 +13:00
//
2014-03-30 23:28:34 +13:00
this.cboSharedFolderText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSharedFolderText.FormattingEnabled = true;
this.cboSharedFolderText.Location = new System.Drawing.Point(317, 12);
2014-03-30 23:28:34 +13:00
this.cboSharedFolderText.Name = "cboSharedFolderText";
this.cboSharedFolderText.Size = new System.Drawing.Size(216, 21);
2014-03-30 23:28:34 +13:00
this.cboSharedFolderText.TabIndex = 3;
this.cboSharedFolderText.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderText_SelectedIndexChanged);
2014-03-27 05:56:05 +13:00
//
2014-03-30 23:28:34 +13:00
// cboSharedFolderImages
2014-03-27 05:56:05 +13:00
//
2014-03-30 23:28:34 +13:00
this.cboSharedFolderImages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSharedFolderImages.FormattingEnabled = true;
this.cboSharedFolderImages.Location = new System.Drawing.Point(56, 12);
2014-03-30 23:28:34 +13:00
this.cboSharedFolderImages.Name = "cboSharedFolderImages";
this.cboSharedFolderImages.Size = new System.Drawing.Size(216, 21);
2014-03-30 23:28:34 +13:00
this.cboSharedFolderImages.TabIndex = 1;
this.cboSharedFolderImages.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderImages_SelectedIndexChanged);
2014-03-27 05:56:05 +13:00
//
// ucLocalhostAccounts
//
this.ucLocalhostAccounts.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ucLocalhostAccounts.Location = new System.Drawing.Point(8, 40);
this.ucLocalhostAccounts.Margin = new System.Windows.Forms.Padding(4);
this.ucLocalhostAccounts.Name = "ucLocalhostAccounts";
this.ucLocalhostAccounts.Size = new System.Drawing.Size(792, 448);
this.ucLocalhostAccounts.TabIndex = 6;
//
2014-06-06 06:19:45 +12:00
// btnCopyShowFiles
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnCopyShowFiles.Location = new System.Drawing.Point(0, 0);
this.btnCopyShowFiles.Name = "btnCopyShowFiles";
this.btnCopyShowFiles.Size = new System.Drawing.Size(75, 23);
this.btnCopyShowFiles.TabIndex = 0;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpTextUploaders
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpTextUploaders.Controls.Add(this.tcTextUploaders);
this.tpTextUploaders.Location = new System.Drawing.Point(4, 22);
this.tpTextUploaders.Name = "tpTextUploaders";
this.tpTextUploaders.Padding = new System.Windows.Forms.Padding(3);
this.tpTextUploaders.Size = new System.Drawing.Size(986, 525);
this.tpTextUploaders.TabIndex = 1;
this.tpTextUploaders.Text = "Text uploaders";
this.tpTextUploaders.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tcTextUploaders
//
2014-06-06 06:19:45 +12:00
this.tcTextUploaders.Controls.Add(this.tpPastebin);
this.tcTextUploaders.Controls.Add(this.tpPaste_ee);
this.tcTextUploaders.Controls.Add(this.tpGist);
this.tcTextUploaders.Controls.Add(this.tpUpaste);
this.tcTextUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcTextUploaders.Location = new System.Drawing.Point(3, 3);
this.tcTextUploaders.Name = "tcTextUploaders";
this.tcTextUploaders.SelectedIndex = 0;
this.tcTextUploaders.Size = new System.Drawing.Size(980, 519);
this.tcTextUploaders.TabIndex = 0;
//
2014-06-06 06:19:45 +12:00
// tpPastebin
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpPastebin.Controls.Add(this.btnPastebinLogin);
this.tpPastebin.Controls.Add(this.pgPastebinSettings);
this.tpPastebin.Location = new System.Drawing.Point(4, 22);
this.tpPastebin.Name = "tpPastebin";
this.tpPastebin.Padding = new System.Windows.Forms.Padding(3);
this.tpPastebin.Size = new System.Drawing.Size(972, 493);
this.tpPastebin.TabIndex = 0;
this.tpPastebin.Text = "Pastebin";
this.tpPastebin.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPastebinLogin
//
2014-06-06 06:19:45 +12:00
this.btnPastebinLogin.Location = new System.Drawing.Point(520, 8);
this.btnPastebinLogin.Name = "btnPastebinLogin";
this.btnPastebinLogin.Size = new System.Drawing.Size(88, 23);
2014-06-26 08:45:57 +12:00
this.btnPastebinLogin.TabIndex = 0;
2014-06-06 06:19:45 +12:00
this.btnPastebinLogin.Text = "Login";
this.btnPastebinLogin.UseVisualStyleBackColor = true;
this.btnPastebinLogin.Click += new System.EventHandler(this.btnPastebinLogin_Click);
2013-12-21 05:58:07 +13:00
//
2014-06-06 06:19:45 +12:00
// pgPastebinSettings
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.pgPastebinSettings.Dock = System.Windows.Forms.DockStyle.Left;
this.pgPastebinSettings.Location = new System.Drawing.Point(3, 3);
this.pgPastebinSettings.Name = "pgPastebinSettings";
this.pgPastebinSettings.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.pgPastebinSettings.Size = new System.Drawing.Size(504, 487);
2014-06-26 08:45:57 +12:00
this.pgPastebinSettings.TabIndex = 1;
2014-06-06 06:19:45 +12:00
this.pgPastebinSettings.ToolbarVisible = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpPaste_ee
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpPaste_ee.Controls.Add(this.lblPaste_eeUserAPIKey);
this.tpPaste_ee.Controls.Add(this.txtPaste_eeUserAPIKey);
this.tpPaste_ee.Location = new System.Drawing.Point(4, 22);
this.tpPaste_ee.Name = "tpPaste_ee";
this.tpPaste_ee.Padding = new System.Windows.Forms.Padding(3);
this.tpPaste_ee.Size = new System.Drawing.Size(972, 493);
this.tpPaste_ee.TabIndex = 1;
this.tpPaste_ee.Text = "Paste.ee";
this.tpPaste_ee.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPaste_eeUserAPIKey
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblPaste_eeUserAPIKey.AutoSize = true;
this.lblPaste_eeUserAPIKey.Location = new System.Drawing.Point(16, 24);
this.lblPaste_eeUserAPIKey.Name = "lblPaste_eeUserAPIKey";
this.lblPaste_eeUserAPIKey.Size = new System.Drawing.Size(72, 13);
this.lblPaste_eeUserAPIKey.TabIndex = 0;
this.lblPaste_eeUserAPIKey.Text = "User API key:";
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPaste_eeUserAPIKey
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtPaste_eeUserAPIKey.Location = new System.Drawing.Point(96, 20);
this.txtPaste_eeUserAPIKey.Name = "txtPaste_eeUserAPIKey";
this.txtPaste_eeUserAPIKey.Size = new System.Drawing.Size(296, 20);
this.txtPaste_eeUserAPIKey.TabIndex = 1;
this.txtPaste_eeUserAPIKey.UseSystemPasswordChar = true;
this.txtPaste_eeUserAPIKey.TextChanged += new System.EventHandler(this.txtPaste_eeUserAPIKey_TextChanged);
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// tpGist
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpGist.Controls.Add(this.chkGistPublishPublic);
this.tpGist.Controls.Add(this.oAuth2Gist);
this.tpGist.Controls.Add(this.atcGistAccountType);
this.tpGist.Location = new System.Drawing.Point(4, 22);
this.tpGist.Name = "tpGist";
this.tpGist.Size = new System.Drawing.Size(972, 493);
this.tpGist.TabIndex = 2;
this.tpGist.Text = "Gist";
this.tpGist.UseVisualStyleBackColor = true;
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// chkGistPublishPublic
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
this.chkGistPublishPublic.AutoSize = true;
this.chkGistPublishPublic.Location = new System.Drawing.Point(235, 23);
this.chkGistPublishPublic.Name = "chkGistPublishPublic";
this.chkGistPublishPublic.Size = new System.Drawing.Size(109, 17);
this.chkGistPublishPublic.TabIndex = 1;
this.chkGistPublishPublic.Text = "Create public Gist";
this.chkGistPublishPublic.UseVisualStyleBackColor = true;
this.chkGistPublishPublic.CheckedChanged += new System.EventHandler(this.chkGistPublishPublic_CheckedChanged);
2014-02-01 10:17:39 +13:00
//
// oAuth2Gist
//
this.oAuth2Gist.Enabled = false;
this.oAuth2Gist.IsRefreshable = false;
this.oAuth2Gist.Location = new System.Drawing.Point(16, 51);
this.oAuth2Gist.Name = "oAuth2Gist";
this.oAuth2Gist.Size = new System.Drawing.Size(328, 205);
this.oAuth2Gist.TabIndex = 2;
this.oAuth2Gist.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuth2Gist_OpenButtonClicked);
this.oAuth2Gist.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuth2Gist_CompleteButtonClicked);
this.oAuth2Gist.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuth2Gist_ClearButtonClicked);
//
// atcGistAccountType
//
this.atcGistAccountType.Location = new System.Drawing.Point(15, 16);
this.atcGistAccountType.Name = "atcGistAccountType";
this.atcGistAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcGistAccountType.Size = new System.Drawing.Size(214, 29);
this.atcGistAccountType.TabIndex = 0;
this.atcGistAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGistAccountType_AccountTypeChanged);
//
2014-06-09 07:59:13 +12:00
// tpUpaste
//
this.tpUpaste.Controls.Add(this.cbUpasteIsPublic);
2014-06-06 06:19:45 +12:00
this.tpUpaste.Controls.Add(this.lblUpasteUserKey);
this.tpUpaste.Controls.Add(this.txtUpasteUserKey);
this.tpUpaste.Location = new System.Drawing.Point(4, 22);
this.tpUpaste.Name = "tpUpaste";
this.tpUpaste.Padding = new System.Windows.Forms.Padding(3);
this.tpUpaste.Size = new System.Drawing.Size(972, 493);
this.tpUpaste.TabIndex = 3;
this.tpUpaste.Text = "uPaste";
this.tpUpaste.UseVisualStyleBackColor = true;
2014-02-01 10:17:39 +13:00
//
2014-06-06 06:19:45 +12:00
// cbUpasteIsPublic
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbUpasteIsPublic.AutoSize = true;
2014-06-09 11:29:40 +12:00
this.cbUpasteIsPublic.Location = new System.Drawing.Point(18, 56);
2014-06-06 06:19:45 +12:00
this.cbUpasteIsPublic.Name = "cbUpasteIsPublic";
this.cbUpasteIsPublic.Size = new System.Drawing.Size(106, 17);
this.cbUpasteIsPublic.TabIndex = 2;
this.cbUpasteIsPublic.Text = "Is public upload?";
this.cbUpasteIsPublic.UseVisualStyleBackColor = true;
this.cbUpasteIsPublic.CheckedChanged += new System.EventHandler(this.cbUpasteIsPublic_CheckedChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblUpasteUserKey
2014-05-16 01:08:39 +12:00
//
2014-06-06 06:19:45 +12:00
this.lblUpasteUserKey.AutoSize = true;
this.lblUpasteUserKey.Location = new System.Drawing.Point(16, 24);
this.lblUpasteUserKey.Name = "lblUpasteUserKey";
this.lblUpasteUserKey.Size = new System.Drawing.Size(52, 13);
this.lblUpasteUserKey.TabIndex = 0;
this.lblUpasteUserKey.Text = "User key:";
2014-05-16 01:08:39 +12:00
//
2014-06-06 06:19:45 +12:00
// txtUpasteUserKey
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtUpasteUserKey.Location = new System.Drawing.Point(72, 20);
this.txtUpasteUserKey.Name = "txtUpasteUserKey";
this.txtUpasteUserKey.Size = new System.Drawing.Size(264, 20);
this.txtUpasteUserKey.TabIndex = 1;
this.txtUpasteUserKey.UseSystemPasswordChar = true;
this.txtUpasteUserKey.TextChanged += new System.EventHandler(this.txtUpasteUserKey_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpImageUploaders
2013-12-08 05:08:38 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpImageUploaders.Controls.Add(this.tcImageUploaders);
this.tpImageUploaders.Location = new System.Drawing.Point(4, 22);
this.tpImageUploaders.Name = "tpImageUploaders";
this.tpImageUploaders.Padding = new System.Windows.Forms.Padding(3);
this.tpImageUploaders.Size = new System.Drawing.Size(986, 525);
this.tpImageUploaders.TabIndex = 0;
this.tpImageUploaders.Text = "Image uploaders";
this.tpImageUploaders.UseVisualStyleBackColor = true;
2013-12-08 05:08:38 +13:00
//
2014-06-06 06:19:45 +12:00
// tcImageUploaders
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tcImageUploaders.Controls.Add(this.tpImgur);
this.tcImageUploaders.Controls.Add(this.tpImageShack);
this.tcImageUploaders.Controls.Add(this.tpTinyPic);
this.tcImageUploaders.Controls.Add(this.tpFlickr);
this.tcImageUploaders.Controls.Add(this.tpPhotobucket);
2014-06-09 11:29:40 +12:00
this.tcImageUploaders.Controls.Add(this.tpPicasa);
2014-06-06 06:19:45 +12:00
this.tcImageUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcImageUploaders.Location = new System.Drawing.Point(3, 3);
this.tcImageUploaders.MinimumSize = new System.Drawing.Size(780, 480);
this.tcImageUploaders.Name = "tcImageUploaders";
this.tcImageUploaders.SelectedIndex = 0;
this.tcImageUploaders.Size = new System.Drawing.Size(980, 519);
this.tcImageUploaders.TabIndex = 0;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpImgur
2013-11-03 23:53:49 +13:00
//
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.txtImgurAlbumID);
this.tpImgur.Controls.Add(this.lblImgurAlbumID);
this.tpImgur.Controls.Add(this.lvImgurAlbumList);
this.tpImgur.Controls.Add(this.btnImgurRefreshAlbumList);
this.tpImgur.Controls.Add(this.cbImgurThumbnailType);
this.tpImgur.Controls.Add(this.lblImgurThumbnailType);
this.tpImgur.Location = new System.Drawing.Point(4, 22);
this.tpImgur.Name = "tpImgur";
this.tpImgur.Padding = new System.Windows.Forms.Padding(3);
this.tpImgur.Size = new System.Drawing.Size(972, 493);
this.tpImgur.TabIndex = 2;
this.tpImgur.Text = "Imgur";
this.tpImgur.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
// atcImgurAccountType
//
this.atcImgurAccountType.Location = new System.Drawing.Point(8, 260);
this.atcImgurAccountType.Name = "atcImgurAccountType";
this.atcImgurAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcImgurAccountType.Size = new System.Drawing.Size(208, 32);
this.atcImgurAccountType.TabIndex = 1;
this.atcImgurAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcImgurAccountType_AccountTypeChanged);
//
// oauth2Imgur
//
this.oauth2Imgur.Location = new System.Drawing.Point(16, 16);
this.oauth2Imgur.Name = "oauth2Imgur";
this.oauth2Imgur.Size = new System.Drawing.Size(328, 240);
this.oauth2Imgur.TabIndex = 0;
this.oauth2Imgur.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Imgur_OpenButtonClicked);
this.oauth2Imgur.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Imgur_CompleteButtonClicked);
this.oauth2Imgur.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Imgur_ClearButtonClicked);
this.oauth2Imgur.RefreshButtonClicked += new UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Imgur_RefreshButtonClicked);
//
2014-06-06 06:19:45 +12:00
// txtImgurAlbumID
2013-11-03 23:53:49 +13:00
//
2014-07-01 22:18:07 +12:00
this.txtImgurAlbumID.Location = new System.Drawing.Point(592, 13);
2014-06-06 06:19:45 +12:00
this.txtImgurAlbumID.Name = "txtImgurAlbumID";
2014-06-15 22:29:09 +12:00
this.txtImgurAlbumID.Size = new System.Drawing.Size(192, 20);
2014-06-26 08:45:57 +12:00
this.txtImgurAlbumID.TabIndex = 5;
2014-06-06 06:19:45 +12:00
this.txtImgurAlbumID.TextChanged += new System.EventHandler(this.txtImgurAlbumID_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImgurAlbumID
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblImgurAlbumID.AutoSize = true;
this.lblImgurAlbumID.Location = new System.Drawing.Point(352, 16);
2014-06-06 06:19:45 +12:00
this.lblImgurAlbumID.Name = "lblImgurAlbumID";
this.lblImgurAlbumID.Size = new System.Drawing.Size(233, 13);
2014-06-26 08:45:57 +12:00
this.lblImgurAlbumID.TabIndex = 4;
2014-06-06 06:19:45 +12:00
this.lblImgurAlbumID.Text = "Album ID for upload (Empty = No album upload):";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lvImgurAlbumList
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lvImgurAlbumList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chImgurID,
this.chImgurTitle,
this.chImgurDescription});
2014-06-06 06:19:45 +12:00
this.lvImgurAlbumList.FullRowSelect = true;
this.lvImgurAlbumList.Location = new System.Drawing.Point(352, 72);
2014-06-06 06:19:45 +12:00
this.lvImgurAlbumList.MultiSelect = false;
this.lvImgurAlbumList.Name = "lvImgurAlbumList";
this.lvImgurAlbumList.Size = new System.Drawing.Size(432, 368);
this.lvImgurAlbumList.TabIndex = 7;
this.lvImgurAlbumList.UseCompatibleStateImageBehavior = false;
this.lvImgurAlbumList.View = System.Windows.Forms.View.Details;
this.lvImgurAlbumList.SelectedIndexChanged += new System.EventHandler(this.lvImgurAlbumList_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
// chImgurID
2013-11-03 23:53:49 +13:00
//
this.chImgurID.Text = "ID";
this.chImgurID.Width = 70;
2013-11-03 23:53:49 +13:00
//
// chImgurTitle
2013-11-03 23:53:49 +13:00
//
this.chImgurTitle.Text = "Title";
this.chImgurTitle.Width = 150;
2013-11-03 23:53:49 +13:00
//
// chImgurDescription
2013-11-03 23:53:49 +13:00
//
this.chImgurDescription.Text = "Description";
this.chImgurDescription.Width = 208;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImgurRefreshAlbumList
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnImgurRefreshAlbumList.Enabled = false;
this.btnImgurRefreshAlbumList.Location = new System.Drawing.Point(352, 40);
2014-06-06 06:19:45 +12:00
this.btnImgurRefreshAlbumList.Name = "btnImgurRefreshAlbumList";
this.btnImgurRefreshAlbumList.Size = new System.Drawing.Size(200, 23);
2014-06-26 08:45:57 +12:00
this.btnImgurRefreshAlbumList.TabIndex = 6;
2014-06-06 06:19:45 +12:00
this.btnImgurRefreshAlbumList.Text = "Refresh album list";
this.btnImgurRefreshAlbumList.UseVisualStyleBackColor = true;
this.btnImgurRefreshAlbumList.Click += new System.EventHandler(this.btnImgurRefreshAlbumList_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbImgurThumbnailType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbImgurThumbnailType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbImgurThumbnailType.FormattingEnabled = true;
this.cbImgurThumbnailType.Location = new System.Drawing.Point(104, 296);
2014-06-06 06:19:45 +12:00
this.cbImgurThumbnailType.Name = "cbImgurThumbnailType";
this.cbImgurThumbnailType.Size = new System.Drawing.Size(136, 21);
2014-06-26 08:45:57 +12:00
this.cbImgurThumbnailType.TabIndex = 3;
2014-06-06 06:19:45 +12:00
this.cbImgurThumbnailType.SelectedIndexChanged += new System.EventHandler(this.cbImgurThumbnailType_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImgurThumbnailType
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblImgurThumbnailType.AutoSize = true;
this.lblImgurThumbnailType.Location = new System.Drawing.Point(16, 300);
2014-06-06 06:19:45 +12:00
this.lblImgurThumbnailType.Name = "lblImgurThumbnailType";
this.lblImgurThumbnailType.Size = new System.Drawing.Size(82, 13);
2014-06-26 08:45:57 +12:00
this.lblImgurThumbnailType.TabIndex = 2;
2014-06-06 06:19:45 +12:00
this.lblImgurThumbnailType.Text = "Thumbnail type:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpImageShack
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpImageShack.Controls.Add(this.btnImageShackLogin);
this.tpImageShack.Controls.Add(this.btnImageShackOpenPublicProfile);
this.tpImageShack.Controls.Add(this.cbImageShackIsPublic);
this.tpImageShack.Controls.Add(this.btnImageShackOpenMyImages);
this.tpImageShack.Controls.Add(this.lblImageShackUsername);
this.tpImageShack.Controls.Add(this.txtImageShackUsername);
this.tpImageShack.Controls.Add(this.txtImageShackPassword);
this.tpImageShack.Controls.Add(this.lblImageShackPassword);
this.tpImageShack.Location = new System.Drawing.Point(4, 22);
this.tpImageShack.Name = "tpImageShack";
this.tpImageShack.Padding = new System.Windows.Forms.Padding(3);
this.tpImageShack.Size = new System.Drawing.Size(972, 493);
this.tpImageShack.TabIndex = 0;
this.tpImageShack.Text = "ImageShack";
this.tpImageShack.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackLogin
2013-11-03 23:53:49 +13:00
//
this.btnImageShackLogin.Location = new System.Drawing.Point(296, 42);
2014-06-06 06:19:45 +12:00
this.btnImageShackLogin.Name = "btnImageShackLogin";
this.btnImageShackLogin.Size = new System.Drawing.Size(72, 24);
2014-06-26 08:45:57 +12:00
this.btnImageShackLogin.TabIndex = 4;
2014-06-06 06:19:45 +12:00
this.btnImageShackLogin.Text = "Login";
this.btnImageShackLogin.UseVisualStyleBackColor = true;
this.btnImageShackLogin.Click += new System.EventHandler(this.btnImageShackLogin_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackOpenPublicProfile
2013-11-03 23:53:49 +13:00
//
this.btnImageShackOpenPublicProfile.Location = new System.Drawing.Point(184, 112);
2014-06-06 06:19:45 +12:00
this.btnImageShackOpenPublicProfile.Name = "btnImageShackOpenPublicProfile";
this.btnImageShackOpenPublicProfile.Size = new System.Drawing.Size(160, 24);
2014-06-26 08:45:57 +12:00
this.btnImageShackOpenPublicProfile.TabIndex = 7;
2014-06-06 06:19:45 +12:00
this.btnImageShackOpenPublicProfile.Text = "Open public profile page...";
this.btnImageShackOpenPublicProfile.UseVisualStyleBackColor = true;
this.btnImageShackOpenPublicProfile.Click += new System.EventHandler(this.btnImageShackOpenPublicProfile_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cbImageShackIsPublic
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cbImageShackIsPublic.AutoSize = true;
this.cbImageShackIsPublic.Location = new System.Drawing.Point(18, 80);
2014-06-06 06:19:45 +12:00
this.cbImageShackIsPublic.Name = "cbImageShackIsPublic";
this.cbImageShackIsPublic.Size = new System.Drawing.Size(106, 17);
2014-06-26 08:45:57 +12:00
this.cbImageShackIsPublic.TabIndex = 5;
2014-06-06 06:19:45 +12:00
this.cbImageShackIsPublic.Text = "Is public upload?";
this.cbImageShackIsPublic.UseVisualStyleBackColor = true;
this.cbImageShackIsPublic.CheckedChanged += new System.EventHandler(this.cbImageShackIsPublic_CheckedChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnImageShackOpenMyImages
2013-11-03 23:53:49 +13:00
//
this.btnImageShackOpenMyImages.Location = new System.Drawing.Point(16, 112);
2014-06-06 06:19:45 +12:00
this.btnImageShackOpenMyImages.Name = "btnImageShackOpenMyImages";
this.btnImageShackOpenMyImages.Size = new System.Drawing.Size(160, 24);
2014-06-26 08:45:57 +12:00
this.btnImageShackOpenMyImages.TabIndex = 6;
2014-06-06 06:19:45 +12:00
this.btnImageShackOpenMyImages.Text = "Open my images page...";
this.btnImageShackOpenMyImages.UseVisualStyleBackColor = true;
this.btnImageShackOpenMyImages.Click += new System.EventHandler(this.btnImageShackOpenMyImages_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImageShackUsername
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblImageShackUsername.AutoSize = true;
this.lblImageShackUsername.Location = new System.Drawing.Point(16, 16);
2014-06-06 06:19:45 +12:00
this.lblImageShackUsername.Name = "lblImageShackUsername";
this.lblImageShackUsername.Size = new System.Drawing.Size(58, 13);
2014-06-26 08:45:57 +12:00
this.lblImageShackUsername.TabIndex = 0;
2014-06-06 06:19:45 +12:00
this.lblImageShackUsername.Text = "Username:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtImageShackUsername
2013-11-03 23:53:49 +13:00
//
this.txtImageShackUsername.Location = new System.Drawing.Point(80, 12);
2014-06-06 06:19:45 +12:00
this.txtImageShackUsername.Name = "txtImageShackUsername";
this.txtImageShackUsername.Size = new System.Drawing.Size(208, 20);
2014-06-26 08:45:57 +12:00
this.txtImageShackUsername.TabIndex = 1;
2014-06-06 06:19:45 +12:00
this.txtImageShackUsername.TextChanged += new System.EventHandler(this.txtImageShackUsername_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtImageShackPassword
2013-11-03 23:53:49 +13:00
//
this.txtImageShackPassword.Location = new System.Drawing.Point(80, 44);
2014-06-06 06:19:45 +12:00
this.txtImageShackPassword.Name = "txtImageShackPassword";
this.txtImageShackPassword.Size = new System.Drawing.Size(208, 20);
2014-06-26 08:45:57 +12:00
this.txtImageShackPassword.TabIndex = 3;
2014-06-06 06:19:45 +12:00
this.txtImageShackPassword.UseSystemPasswordChar = true;
this.txtImageShackPassword.TextChanged += new System.EventHandler(this.txtImageShackPassword_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblImageShackPassword
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblImageShackPassword.AutoSize = true;
this.lblImageShackPassword.Location = new System.Drawing.Point(16, 48);
2014-06-06 06:19:45 +12:00
this.lblImageShackPassword.Name = "lblImageShackPassword";
this.lblImageShackPassword.Size = new System.Drawing.Size(56, 13);
2014-06-26 08:45:57 +12:00
this.lblImageShackPassword.TabIndex = 2;
2014-06-06 06:19:45 +12:00
this.lblImageShackPassword.Text = "Password:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpTinyPic
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpTinyPic.Controls.Add(this.atcTinyPicAccountType);
this.tpTinyPic.Controls.Add(this.btnTinyPicLogin);
this.tpTinyPic.Controls.Add(this.txtTinyPicPassword);
this.tpTinyPic.Controls.Add(this.lblTinyPicPassword);
this.tpTinyPic.Controls.Add(this.txtTinyPicUsername);
this.tpTinyPic.Controls.Add(this.lblTinyPicUsername);
this.tpTinyPic.Controls.Add(this.btnTinyPicOpenMyImages);
this.tpTinyPic.Location = new System.Drawing.Point(4, 22);
this.tpTinyPic.Name = "tpTinyPic";
this.tpTinyPic.Padding = new System.Windows.Forms.Padding(3);
this.tpTinyPic.Size = new System.Drawing.Size(972, 493);
this.tpTinyPic.TabIndex = 1;
this.tpTinyPic.Text = "TinyPic";
this.tpTinyPic.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
// atcTinyPicAccountType
//
this.atcTinyPicAccountType.Location = new System.Drawing.Point(8, 8);
this.atcTinyPicAccountType.Name = "atcTinyPicAccountType";
this.atcTinyPicAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcTinyPicAccountType.Size = new System.Drawing.Size(272, 29);
this.atcTinyPicAccountType.TabIndex = 0;
this.atcTinyPicAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcTinyPicAccountType_AccountTypeChanged);
//
2014-06-06 06:19:45 +12:00
// btnTinyPicLogin
2013-11-03 23:53:49 +13:00
//
this.btnTinyPicLogin.Location = new System.Drawing.Point(296, 74);
2014-06-06 06:19:45 +12:00
this.btnTinyPicLogin.Name = "btnTinyPicLogin";
this.btnTinyPicLogin.Size = new System.Drawing.Size(72, 24);
this.btnTinyPicLogin.TabIndex = 5;
this.btnTinyPicLogin.Text = "Login";
this.btnTinyPicLogin.UseVisualStyleBackColor = true;
this.btnTinyPicLogin.Click += new System.EventHandler(this.btnTinyPicLogin_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtTinyPicPassword
2013-11-03 23:53:49 +13:00
//
this.txtTinyPicPassword.Location = new System.Drawing.Point(80, 76);
2014-06-06 06:19:45 +12:00
this.txtTinyPicPassword.Name = "txtTinyPicPassword";
this.txtTinyPicPassword.Size = new System.Drawing.Size(208, 20);
this.txtTinyPicPassword.TabIndex = 4;
this.txtTinyPicPassword.UseSystemPasswordChar = true;
this.txtTinyPicPassword.TextChanged += new System.EventHandler(this.txtTinyPicPassword_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblTinyPicPassword
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblTinyPicPassword.AutoSize = true;
this.lblTinyPicPassword.Location = new System.Drawing.Point(16, 80);
2014-06-06 06:19:45 +12:00
this.lblTinyPicPassword.Name = "lblTinyPicPassword";
this.lblTinyPicPassword.Size = new System.Drawing.Size(56, 13);
this.lblTinyPicPassword.TabIndex = 3;
this.lblTinyPicPassword.Text = "Password:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtTinyPicUsername
2013-11-03 23:53:49 +13:00
//
this.txtTinyPicUsername.Location = new System.Drawing.Point(80, 44);
2014-06-06 06:19:45 +12:00
this.txtTinyPicUsername.Name = "txtTinyPicUsername";
this.txtTinyPicUsername.Size = new System.Drawing.Size(208, 20);
this.txtTinyPicUsername.TabIndex = 2;
this.txtTinyPicUsername.TextChanged += new System.EventHandler(this.txtTinyPicUsername_TextChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblTinyPicUsername
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblTinyPicUsername.AutoSize = true;
this.lblTinyPicUsername.Location = new System.Drawing.Point(16, 48);
2014-06-06 06:19:45 +12:00
this.lblTinyPicUsername.Name = "lblTinyPicUsername";
this.lblTinyPicUsername.Size = new System.Drawing.Size(35, 13);
this.lblTinyPicUsername.TabIndex = 1;
this.lblTinyPicUsername.Text = "Email:";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnTinyPicOpenMyImages
2013-11-03 23:53:49 +13:00
//
this.btnTinyPicOpenMyImages.Location = new System.Drawing.Point(16, 112);
2014-06-06 06:19:45 +12:00
this.btnTinyPicOpenMyImages.Name = "btnTinyPicOpenMyImages";
this.btnTinyPicOpenMyImages.Size = new System.Drawing.Size(160, 24);
this.btnTinyPicOpenMyImages.TabIndex = 6;
this.btnTinyPicOpenMyImages.Text = "Open my images page...";
this.btnTinyPicOpenMyImages.UseVisualStyleBackColor = true;
this.btnTinyPicOpenMyImages.Click += new System.EventHandler(this.btnTinyPicOpenMyImages_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpFlickr
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpFlickr.Controls.Add(this.btnFlickrOpenImages);
this.tpFlickr.Controls.Add(this.pgFlickrAuthInfo);
this.tpFlickr.Controls.Add(this.pgFlickrSettings);
this.tpFlickr.Controls.Add(this.btnFlickrCheckToken);
this.tpFlickr.Controls.Add(this.btnFlickrCompleteAuth);
this.tpFlickr.Controls.Add(this.btnFlickrOpenAuthorize);
this.tpFlickr.Location = new System.Drawing.Point(4, 22);
this.tpFlickr.Name = "tpFlickr";
this.tpFlickr.Padding = new System.Windows.Forms.Padding(3);
this.tpFlickr.Size = new System.Drawing.Size(972, 493);
this.tpFlickr.TabIndex = 3;
this.tpFlickr.Text = "Flickr";
this.tpFlickr.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnFlickrOpenImages
2013-11-03 23:53:49 +13:00
//
this.btnFlickrOpenImages.Location = new System.Drawing.Point(616, 102);
2014-06-06 06:19:45 +12:00
this.btnFlickrOpenImages.Name = "btnFlickrOpenImages";
this.btnFlickrOpenImages.Size = new System.Drawing.Size(179, 23);
2014-06-26 08:45:57 +12:00
this.btnFlickrOpenImages.TabIndex = 3;
2014-06-06 06:19:45 +12:00
this.btnFlickrOpenImages.Text = "Your photostream...";
this.btnFlickrOpenImages.UseVisualStyleBackColor = true;
this.btnFlickrOpenImages.Click += new System.EventHandler(this.btnFlickrOpenImages_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// pgFlickrAuthInfo
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.pgFlickrAuthInfo.CommandsVisibleIfAvailable = false;
this.pgFlickrAuthInfo.Location = new System.Drawing.Point(16, 16);
this.pgFlickrAuthInfo.Name = "pgFlickrAuthInfo";
this.pgFlickrAuthInfo.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.pgFlickrAuthInfo.Size = new System.Drawing.Size(592, 160);
2014-06-26 08:45:57 +12:00
this.pgFlickrAuthInfo.TabIndex = 4;
2014-06-06 06:19:45 +12:00
this.pgFlickrAuthInfo.ToolbarVisible = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// pgFlickrSettings
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.pgFlickrSettings.CommandsVisibleIfAvailable = false;
this.pgFlickrSettings.Location = new System.Drawing.Point(16, 184);
this.pgFlickrSettings.Name = "pgFlickrSettings";
this.pgFlickrSettings.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.pgFlickrSettings.Size = new System.Drawing.Size(592, 275);
2014-06-26 08:45:57 +12:00
this.pgFlickrSettings.TabIndex = 5;
2014-06-06 06:19:45 +12:00
this.pgFlickrSettings.ToolbarVisible = false;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnFlickrCheckToken
2013-11-03 23:53:49 +13:00
//
this.btnFlickrCheckToken.Location = new System.Drawing.Point(616, 73);
2014-06-06 06:19:45 +12:00
this.btnFlickrCheckToken.Name = "btnFlickrCheckToken";
this.btnFlickrCheckToken.Size = new System.Drawing.Size(179, 23);
2014-06-26 08:45:57 +12:00
this.btnFlickrCheckToken.TabIndex = 2;
this.btnFlickrCheckToken.Text = "Refresh authorization";
2014-06-06 06:19:45 +12:00
this.btnFlickrCheckToken.UseVisualStyleBackColor = true;
this.btnFlickrCheckToken.Click += new System.EventHandler(this.btnFlickrCheckToken_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnFlickrCompleteAuth
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnFlickrCompleteAuth.Enabled = false;
this.btnFlickrCompleteAuth.Location = new System.Drawing.Point(616, 45);
2014-06-06 06:19:45 +12:00
this.btnFlickrCompleteAuth.Name = "btnFlickrCompleteAuth";
this.btnFlickrCompleteAuth.Size = new System.Drawing.Size(179, 24);
2014-06-26 08:45:57 +12:00
this.btnFlickrCompleteAuth.TabIndex = 1;
2014-06-06 06:19:45 +12:00
this.btnFlickrCompleteAuth.Text = "Step 2. Complete authorization";
this.btnFlickrCompleteAuth.UseVisualStyleBackColor = true;
this.btnFlickrCompleteAuth.Click += new System.EventHandler(this.btnFlickrCompleteAuth_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnFlickrOpenAuthorize
2013-11-03 23:53:49 +13:00
//
this.btnFlickrOpenAuthorize.Location = new System.Drawing.Point(616, 16);
2014-06-06 06:19:45 +12:00
this.btnFlickrOpenAuthorize.Name = "btnFlickrOpenAuthorize";
this.btnFlickrOpenAuthorize.Size = new System.Drawing.Size(179, 23);
2014-06-26 08:45:57 +12:00
this.btnFlickrOpenAuthorize.TabIndex = 0;
2014-06-06 06:19:45 +12:00
this.btnFlickrOpenAuthorize.Text = "Step 1. Open authorize page...";
this.btnFlickrOpenAuthorize.UseVisualStyleBackColor = true;
this.btnFlickrOpenAuthorize.Click += new System.EventHandler(this.btnFlickrOpenAuthorize_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// tpPhotobucket
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.tpPhotobucket.Controls.Add(this.gbPhotobucketAlbumPath);
this.tpPhotobucket.Controls.Add(this.gbPhotobucketAlbums);
this.tpPhotobucket.Controls.Add(this.gbPhotobucketUserAccount);
this.tpPhotobucket.Location = new System.Drawing.Point(4, 22);
this.tpPhotobucket.Name = "tpPhotobucket";
this.tpPhotobucket.Padding = new System.Windows.Forms.Padding(3);
this.tpPhotobucket.Size = new System.Drawing.Size(972, 493);
this.tpPhotobucket.TabIndex = 4;
this.tpPhotobucket.Text = "Photobucket";
this.tpPhotobucket.UseVisualStyleBackColor = true;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketAlbumPath
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbPhotobucketAlbumPath.Controls.Add(this.btnPhotobucketAddAlbum);
this.gbPhotobucketAlbumPath.Controls.Add(this.btnPhotobucketRemoveAlbum);
this.gbPhotobucketAlbumPath.Controls.Add(this.cboPhotobucketAlbumPaths);
this.gbPhotobucketAlbumPath.Location = new System.Drawing.Point(16, 208);
this.gbPhotobucketAlbumPath.Name = "gbPhotobucketAlbumPath";
this.gbPhotobucketAlbumPath.Size = new System.Drawing.Size(712, 64);
this.gbPhotobucketAlbumPath.TabIndex = 1;
this.gbPhotobucketAlbumPath.TabStop = false;
this.gbPhotobucketAlbumPath.Text = "Upload images to";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAddAlbum
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnPhotobucketAddAlbum.Location = new System.Drawing.Point(488, 24);
this.btnPhotobucketAddAlbum.Name = "btnPhotobucketAddAlbum";
this.btnPhotobucketAddAlbum.Size = new System.Drawing.Size(75, 23);
this.btnPhotobucketAddAlbum.TabIndex = 1;
this.btnPhotobucketAddAlbum.Text = "Add album";
this.btnPhotobucketAddAlbum.UseVisualStyleBackColor = true;
this.btnPhotobucketAddAlbum.Click += new System.EventHandler(this.btnPhotobucketAddAlbum_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketRemoveAlbum
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnPhotobucketRemoveAlbum.AutoSize = true;
this.btnPhotobucketRemoveAlbum.Location = new System.Drawing.Point(568, 24);
this.btnPhotobucketRemoveAlbum.Name = "btnPhotobucketRemoveAlbum";
this.btnPhotobucketRemoveAlbum.Size = new System.Drawing.Size(104, 23);
this.btnPhotobucketRemoveAlbum.TabIndex = 2;
this.btnPhotobucketRemoveAlbum.Text = "Remove album";
this.btnPhotobucketRemoveAlbum.UseVisualStyleBackColor = true;
this.btnPhotobucketRemoveAlbum.Click += new System.EventHandler(this.btnPhotobucketRemoveAlbum_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// cboPhotobucketAlbumPaths
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.cboPhotobucketAlbumPaths.FormattingEnabled = true;
this.cboPhotobucketAlbumPaths.Location = new System.Drawing.Point(16, 24);
this.cboPhotobucketAlbumPaths.Name = "cboPhotobucketAlbumPaths";
this.cboPhotobucketAlbumPaths.Size = new System.Drawing.Size(456, 21);
this.cboPhotobucketAlbumPaths.TabIndex = 0;
this.cboPhotobucketAlbumPaths.SelectedIndexChanged += new System.EventHandler(this.cboPhotobucketAlbumPaths_SelectedIndexChanged);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketAlbums
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbPhotobucketAlbums.Controls.Add(this.lblPhotobucketNewAlbumName);
this.gbPhotobucketAlbums.Controls.Add(this.lblPhotobucketParentAlbumPath);
this.gbPhotobucketAlbums.Controls.Add(this.txtPhotobucketNewAlbumName);
this.gbPhotobucketAlbums.Controls.Add(this.txtPhotobucketParentAlbumPath);
this.gbPhotobucketAlbums.Controls.Add(this.btnPhotobucketCreateAlbum);
this.gbPhotobucketAlbums.Location = new System.Drawing.Point(16, 280);
this.gbPhotobucketAlbums.Name = "gbPhotobucketAlbums";
this.gbPhotobucketAlbums.Size = new System.Drawing.Size(712, 128);
this.gbPhotobucketAlbums.TabIndex = 2;
this.gbPhotobucketAlbums.TabStop = false;
this.gbPhotobucketAlbums.Text = "Create new album";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketNewAlbumName
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblPhotobucketNewAlbumName.AutoSize = true;
this.lblPhotobucketNewAlbumName.Location = new System.Drawing.Point(16, 72);
this.lblPhotobucketNewAlbumName.Name = "lblPhotobucketNewAlbumName";
this.lblPhotobucketNewAlbumName.Size = new System.Drawing.Size(649, 13);
this.lblPhotobucketNewAlbumName.TabIndex = 2;
this.lblPhotobucketNewAlbumName.Text = "New album name ( must be between 2 and 50 characters. Valid characters are letter" +
"s, numbers, underscore ( _ ), hyphen (-), and space )";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketParentAlbumPath
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblPhotobucketParentAlbumPath.AutoSize = true;
this.lblPhotobucketParentAlbumPath.Location = new System.Drawing.Point(16, 24);
this.lblPhotobucketParentAlbumPath.Name = "lblPhotobucketParentAlbumPath";
this.lblPhotobucketParentAlbumPath.Size = new System.Drawing.Size(93, 13);
this.lblPhotobucketParentAlbumPath.TabIndex = 0;
this.lblPhotobucketParentAlbumPath.Text = "Parent album path";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketNewAlbumName
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtPhotobucketNewAlbumName.Location = new System.Drawing.Point(16, 88);
this.txtPhotobucketNewAlbumName.Name = "txtPhotobucketNewAlbumName";
this.txtPhotobucketNewAlbumName.Size = new System.Drawing.Size(216, 20);
this.txtPhotobucketNewAlbumName.TabIndex = 3;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketParentAlbumPath
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtPhotobucketParentAlbumPath.Location = new System.Drawing.Point(16, 40);
this.txtPhotobucketParentAlbumPath.Name = "txtPhotobucketParentAlbumPath";
this.txtPhotobucketParentAlbumPath.Size = new System.Drawing.Size(448, 20);
this.txtPhotobucketParentAlbumPath.TabIndex = 1;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketCreateAlbum
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnPhotobucketCreateAlbum.Location = new System.Drawing.Point(240, 88);
this.btnPhotobucketCreateAlbum.Name = "btnPhotobucketCreateAlbum";
this.btnPhotobucketCreateAlbum.Size = new System.Drawing.Size(128, 23);
this.btnPhotobucketCreateAlbum.TabIndex = 4;
this.btnPhotobucketCreateAlbum.Text = "Create album";
this.btnPhotobucketCreateAlbum.UseVisualStyleBackColor = true;
this.btnPhotobucketCreateAlbum.Click += new System.EventHandler(this.btnPhotobucketCreateAlbum_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// gbPhotobucketUserAccount
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.gbPhotobucketUserAccount.Controls.Add(this.lblPhotobucketDefaultAlbumName);
this.gbPhotobucketUserAccount.Controls.Add(this.btnPhotobucketAuthOpen);
this.gbPhotobucketUserAccount.Controls.Add(this.txtPhotobucketDefaultAlbumName);
this.gbPhotobucketUserAccount.Controls.Add(this.lblPhotobucketVerificationCode);
this.gbPhotobucketUserAccount.Controls.Add(this.btnPhotobucketAuthComplete);
this.gbPhotobucketUserAccount.Controls.Add(this.txtPhotobucketVerificationCode);
this.gbPhotobucketUserAccount.Controls.Add(this.lblPhotobucketAccountStatus);
this.gbPhotobucketUserAccount.Location = new System.Drawing.Point(16, 16);
this.gbPhotobucketUserAccount.Name = "gbPhotobucketUserAccount";
this.gbPhotobucketUserAccount.Size = new System.Drawing.Size(712, 184);
this.gbPhotobucketUserAccount.TabIndex = 0;
this.gbPhotobucketUserAccount.TabStop = false;
this.gbPhotobucketUserAccount.Text = "User account";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketDefaultAlbumName
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblPhotobucketDefaultAlbumName.AutoSize = true;
this.lblPhotobucketDefaultAlbumName.Location = new System.Drawing.Point(496, 128);
this.lblPhotobucketDefaultAlbumName.Name = "lblPhotobucketDefaultAlbumName";
this.lblPhotobucketDefaultAlbumName.Size = new System.Drawing.Size(104, 13);
2014-06-26 08:45:57 +12:00
this.lblPhotobucketDefaultAlbumName.TabIndex = 5;
2014-06-06 06:19:45 +12:00
this.lblPhotobucketDefaultAlbumName.Text = "Default Album Name";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAuthOpen
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.btnPhotobucketAuthOpen.Location = new System.Drawing.Point(16, 24);
this.btnPhotobucketAuthOpen.Name = "btnPhotobucketAuthOpen";
this.btnPhotobucketAuthOpen.Size = new System.Drawing.Size(200, 23);
this.btnPhotobucketAuthOpen.TabIndex = 0;
this.btnPhotobucketAuthOpen.Text = "Step 1: Open authorize page...";
this.btnPhotobucketAuthOpen.UseVisualStyleBackColor = true;
this.btnPhotobucketAuthOpen.Click += new System.EventHandler(this.btnPhotobucketAuthOpen_Click);
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketDefaultAlbumName
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.txtPhotobucketDefaultAlbumName.Location = new System.Drawing.Point(496, 144);
this.txtPhotobucketDefaultAlbumName.Name = "txtPhotobucketDefaultAlbumName";
this.txtPhotobucketDefaultAlbumName.ReadOnly = true;
this.txtPhotobucketDefaultAlbumName.Size = new System.Drawing.Size(200, 20);
2014-06-26 08:45:57 +12:00
this.txtPhotobucketDefaultAlbumName.TabIndex = 6;
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketVerificationCode
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblPhotobucketVerificationCode.AutoSize = true;
this.lblPhotobucketVerificationCode.Location = new System.Drawing.Point(16, 62);
this.lblPhotobucketVerificationCode.Name = "lblPhotobucketVerificationCode";
this.lblPhotobucketVerificationCode.Size = new System.Drawing.Size(292, 13);
this.lblPhotobucketVerificationCode.TabIndex = 1;
this.lblPhotobucketVerificationCode.Text = "Verification code (Get verification code from authorize page):";
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
// btnPhotobucketAuthComplete
//
2014-06-06 06:19:45 +12:00
this.btnPhotobucketAuthComplete.Location = new System.Drawing.Point(16, 112);
this.btnPhotobucketAuthComplete.Name = "btnPhotobucketAuthComplete";
this.btnPhotobucketAuthComplete.Size = new System.Drawing.Size(200, 23);
this.btnPhotobucketAuthComplete.TabIndex = 3;
this.btnPhotobucketAuthComplete.Text = "Step 2: Complete authorization";
this.btnPhotobucketAuthComplete.UseVisualStyleBackColor = true;
this.btnPhotobucketAuthComplete.Click += new System.EventHandler(this.btnPhotobucketAuthComplete_Click);
//
2014-06-06 06:19:45 +12:00
// txtPhotobucketVerificationCode
//
2014-06-06 06:19:45 +12:00
this.txtPhotobucketVerificationCode.Location = new System.Drawing.Point(16, 80);
this.txtPhotobucketVerificationCode.Name = "txtPhotobucketVerificationCode";
this.txtPhotobucketVerificationCode.Size = new System.Drawing.Size(360, 20);
this.txtPhotobucketVerificationCode.TabIndex = 2;
//
2014-06-06 06:19:45 +12:00
// lblPhotobucketAccountStatus
2013-11-03 23:53:49 +13:00
//
2014-06-06 06:19:45 +12:00
this.lblPhotobucketAccountStatus.AutoSize = true;
this.lblPhotobucketAccountStatus.Location = new System.Drawing.Point(16, 152);
this.lblPhotobucketAccountStatus.Name = "lblPhotobucketAccountStatus";
this.lblPhotobucketAccountStatus.Size = new System.Drawing.Size(77, 13);
2014-06-26 08:45:57 +12:00
this.lblPhotobucketAccountStatus.TabIndex = 4;
2014-06-06 06:19:45 +12:00
this.lblPhotobucketAccountStatus.Text = "Login required.";
2013-11-03 23:53:49 +13:00
//
2014-06-15 22:29:09 +12:00
// tpPicasa
//
this.tpPicasa.Controls.Add(this.txtPicasaAlbumID);
this.tpPicasa.Controls.Add(this.lblPicasaAlbumID);
this.tpPicasa.Controls.Add(this.lvPicasaAlbumList);
this.tpPicasa.Controls.Add(this.btnPicasaRefreshAlbumList);
this.tpPicasa.Controls.Add(this.oauth2Picasa);
this.tpPicasa.Location = new System.Drawing.Point(4, 22);
this.tpPicasa.Name = "tpPicasa";
this.tpPicasa.Padding = new System.Windows.Forms.Padding(3);
this.tpPicasa.Size = new System.Drawing.Size(972, 493);
this.tpPicasa.TabIndex = 8;
this.tpPicasa.Text = "Picasa";
this.tpPicasa.UseVisualStyleBackColor = true;
//
// txtPicasaAlbumID
//
this.txtPicasaAlbumID.Location = new System.Drawing.Point(592, 12);
2014-06-15 22:29:09 +12:00
this.txtPicasaAlbumID.Name = "txtPicasaAlbumID";
this.txtPicasaAlbumID.Size = new System.Drawing.Size(192, 20);
2014-06-15 22:29:09 +12:00
this.txtPicasaAlbumID.TabIndex = 2;
this.txtPicasaAlbumID.TextChanged += new System.EventHandler(this.txtPicasaAlbumID_TextChanged);
//
// lblPicasaAlbumID
//
this.lblPicasaAlbumID.AutoSize = true;
this.lblPicasaAlbumID.Location = new System.Drawing.Point(352, 16);
2014-06-15 22:29:09 +12:00
this.lblPicasaAlbumID.Name = "lblPicasaAlbumID";
this.lblPicasaAlbumID.Size = new System.Drawing.Size(233, 13);
this.lblPicasaAlbumID.TabIndex = 1;
this.lblPicasaAlbumID.Text = "Album ID for upload (Empty = No album upload):";
//
// lvPicasaAlbumList
//
this.lvPicasaAlbumList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chPicasaID,
this.chPicasaName,
this.chPicasaDescription});
2014-06-15 22:29:09 +12:00
this.lvPicasaAlbumList.FullRowSelect = true;
this.lvPicasaAlbumList.Location = new System.Drawing.Point(352, 72);
2014-06-15 22:29:09 +12:00
this.lvPicasaAlbumList.MultiSelect = false;
this.lvPicasaAlbumList.Name = "lvPicasaAlbumList";
this.lvPicasaAlbumList.Size = new System.Drawing.Size(432, 368);
2014-06-15 22:29:09 +12:00
this.lvPicasaAlbumList.TabIndex = 4;
this.lvPicasaAlbumList.UseCompatibleStateImageBehavior = false;
this.lvPicasaAlbumList.View = System.Windows.Forms.View.Details;
this.lvPicasaAlbumList.SelectedIndexChanged += new System.EventHandler(this.lvPicasaAlbumList_SelectedIndexChanged);
//
// chPicasaID
2014-06-15 22:29:09 +12:00
//
this.chPicasaID.Text = "ID";
this.chPicasaID.Width = 135;
2014-06-15 22:29:09 +12:00
//
// chPicasaName
2014-06-15 22:29:09 +12:00
//
this.chPicasaName.Text = "Name";
this.chPicasaName.Width = 150;
2014-06-15 22:29:09 +12:00
//
// chPicasaDescription
2014-06-15 22:29:09 +12:00
//
this.chPicasaDescription.Text = "Description";
this.chPicasaDescription.Width = 143;
2014-06-15 22:29:09 +12:00
//
// btnPicasaRefreshAlbumList
//
this.btnPicasaRefreshAlbumList.Enabled = false;
this.btnPicasaRefreshAlbumList.Location = new System.Drawing.Point(352, 40);
2014-06-15 22:29:09 +12:00
this.btnPicasaRefreshAlbumList.Name = "btnPicasaRefreshAlbumList";
this.btnPicasaRefreshAlbumList.Size = new System.Drawing.Size(200, 23);
this.btnPicasaRefreshAlbumList.TabIndex = 3;
this.btnPicasaRefreshAlbumList.Text = "Refresh album list";
this.btnPicasaRefreshAlbumList.UseVisualStyleBackColor = true;
this.btnPicasaRefreshAlbumList.Click += new System.EventHandler(this.btnPicasaRefreshAlbumList_Click);
//
// oauth2Picasa
//
this.oauth2Picasa.Location = new System.Drawing.Point(16, 16);
this.oauth2Picasa.Name = "oauth2Picasa";
this.oauth2Picasa.Size = new System.Drawing.Size(328, 240);
this.oauth2Picasa.TabIndex = 0;
this.oauth2Picasa.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oauth2Picasa_OpenButtonClicked);
this.oauth2Picasa.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oauth2Picasa_CompleteButtonClicked);
this.oauth2Picasa.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oauth2Picasa_ClearButtonClicked);
this.oauth2Picasa.RefreshButtonClicked += new UploadersLib.OAuthControl.RefreshButtonClickedEventHandler(this.oauth2Picasa_RefreshButtonClicked);
//
2014-06-15 22:29:09 +12:00
// tcUploaders
//
2014-06-15 22:29:09 +12:00
this.tcUploaders.Controls.Add(this.tpImageUploaders);
this.tcUploaders.Controls.Add(this.tpTextUploaders);
this.tcUploaders.Controls.Add(this.tpFileUploaders);
this.tcUploaders.Controls.Add(this.tpURLShorteners);
this.tcUploaders.Controls.Add(this.tpOtherUploaders);
this.tcUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcUploaders.Location = new System.Drawing.Point(3, 3);
this.tcUploaders.Name = "tcUploaders";
this.tcUploaders.SelectedIndex = 0;
this.tcUploaders.Size = new System.Drawing.Size(994, 551);
this.tcUploaders.TabIndex = 0;
this.tcUploaders.Visible = false;
//
2014-06-15 22:29:09 +12:00
// ttlvMain
//
2014-06-15 22:29:09 +12:00
this.ttlvMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.ttlvMain.ImageList = null;
this.ttlvMain.ListViewSize = 180;
this.ttlvMain.Location = new System.Drawing.Point(3, 3);
this.ttlvMain.MainTabControl = null;
this.ttlvMain.Margin = new System.Windows.Forms.Padding(0);
this.ttlvMain.Name = "ttlvMain";
this.ttlvMain.Size = new System.Drawing.Size(994, 551);
this.ttlvMain.TabIndex = 0;
//
// lblWidthHint
//
this.lblWidthHint.BackColor = System.Drawing.Color.Black;
this.lblWidthHint.Location = new System.Drawing.Point(820, 0);
this.lblWidthHint.Name = "lblWidthHint";
this.lblWidthHint.Size = new System.Drawing.Size(1, 600);
this.lblWidthHint.TabIndex = 1;
this.lblWidthHint.Visible = false;
//
// actRapidShareAccountType
//
this.actRapidShareAccountType.Location = new System.Drawing.Point(8, 16);
this.actRapidShareAccountType.Name = "actRapidShareAccountType";
this.actRapidShareAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.actRapidShareAccountType.Size = new System.Drawing.Size(214, 29);
this.actRapidShareAccountType.TabIndex = 16;
//
2013-11-03 23:53:49 +13:00
// UploadersConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1000, 557);
this.Controls.Add(this.lblWidthHint);
2013-11-03 23:53:49 +13:00
this.Controls.Add(this.tcUploaders);
this.Controls.Add(this.ttlvMain);
2013-11-03 23:53:49 +13:00
this.MinimumSize = new System.Drawing.Size(840, 572);
this.Name = "UploadersConfigForm";
this.Padding = new System.Windows.Forms.Padding(3);
2013-12-07 08:10:23 +13:00
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
2013-11-03 23:53:49 +13:00
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
2014-06-17 03:24:30 +12:00
this.Text = "ShareX - Destination settings";
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);
this.tpCustomUploaders.ResumeLayout(false);
this.tpCustomUploaders.PerformLayout();
this.gbCustomUploaders.ResumeLayout(false);
this.gbCustomUploaders.PerformLayout();
this.gbCustomUploaderRegexp.ResumeLayout(false);
this.gbCustomUploaderRegexp.PerformLayout();
this.gbCustomUploaderArguments.ResumeLayout(false);
this.gbCustomUploaderArguments.PerformLayout();
2014-06-09 07:59:13 +12:00
this.tpTwitter.ResumeLayout(false);
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.tpGoogleURLShortener.ResumeLayout(false);
this.tpYourls.ResumeLayout(false);
this.tpYourls.PerformLayout();
this.tpAdfly.ResumeLayout(false);
this.tpAdfly.PerformLayout();
2013-11-03 23:53:49 +13:00
this.tpFileUploaders.ResumeLayout(false);
this.tcFileUploaders.ResumeLayout(false);
this.tpDropbox.ResumeLayout(false);
this.tpDropbox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbDropboxLogo)).EndInit();
2014-06-06 06:19:45 +12:00
this.tpCopy.ResumeLayout(false);
this.tpCopy.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbCopyLogo)).EndInit();
2013-11-03 23:53:49 +13:00
this.tpFTP.ResumeLayout(false);
2014-04-30 21:46:15 +12:00
this.tpFTP.PerformLayout();
this.tpMega.ResumeLayout(false);
this.tpMega.PerformLayout();
2014-03-30 23:28:34 +13:00
this.tpAmazonS3.ResumeLayout(false);
this.tpAmazonS3.PerformLayout();
2014-03-21 12:37:43 +13:00
this.tpGoogleDrive.ResumeLayout(false);
this.tpGoogleDrive.PerformLayout();
2014-07-07 06:45:36 +12:00
this.tpOwnCloud.ResumeLayout(false);
this.tpOwnCloud.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.tpBox.ResumeLayout(false);
this.tpBox.PerformLayout();
this.tpRapidShare.ResumeLayout(false);
this.tpRapidShare.PerformLayout();
this.tpSendSpace.ResumeLayout(false);
this.tpSendSpace.PerformLayout();
this.tpGe_tt.ResumeLayout(false);
this.tpGe_tt.PerformLayout();
this.tpHostr.ResumeLayout(false);
this.tpHostr.PerformLayout();
2013-11-25 10:38:02 +13:00
this.tpMinus.ResumeLayout(false);
2014-03-21 13:36:09 +13:00
this.tpMinus.PerformLayout();
2013-11-25 10:38:02 +13:00
this.gbMinusUserPass.ResumeLayout(false);
this.gbMinusUserPass.PerformLayout();
this.gbMinusUpload.ResumeLayout(false);
this.gbMinusUpload.PerformLayout();
this.tpJira.ResumeLayout(false);
this.tpJira.PerformLayout();
this.gpJiraServer.ResumeLayout(false);
this.gpJiraServer.PerformLayout();
2013-11-25 10:38:02 +13:00
this.tpEmail.ResumeLayout(false);
this.tpEmail.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudEmailSmtpPort)).EndInit();
2013-11-03 23:53:49 +13:00
this.tpSharedFolder.ResumeLayout(false);
this.tpSharedFolder.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tpTextUploaders.ResumeLayout(false);
this.tcTextUploaders.ResumeLayout(false);
this.tpPastebin.ResumeLayout(false);
this.tpPaste_ee.ResumeLayout(false);
this.tpPaste_ee.PerformLayout();
this.tpGist.ResumeLayout(false);
this.tpGist.PerformLayout();
this.tpUpaste.ResumeLayout(false);
this.tpUpaste.PerformLayout();
this.tpImageUploaders.ResumeLayout(false);
this.tcImageUploaders.ResumeLayout(false);
this.tpImgur.ResumeLayout(false);
this.tpImgur.PerformLayout();
this.tpImageShack.ResumeLayout(false);
this.tpImageShack.PerformLayout();
this.tpTinyPic.ResumeLayout(false);
this.tpTinyPic.PerformLayout();
this.tpFlickr.ResumeLayout(false);
this.tpPhotobucket.ResumeLayout(false);
this.gbPhotobucketAlbumPath.ResumeLayout(false);
this.gbPhotobucketAlbumPath.PerformLayout();
this.gbPhotobucketAlbums.ResumeLayout(false);
this.gbPhotobucketAlbums.PerformLayout();
this.gbPhotobucketUserAccount.ResumeLayout(false);
this.gbPhotobucketUserAccount.PerformLayout();
2014-06-15 22:29:09 +12:00
this.tpPicasa.ResumeLayout(false);
this.tpPicasa.PerformLayout();
2014-06-06 06:19:45 +12:00
this.tcUploaders.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtRapidSharePremiumUserName;
private AccountTypeControl actRapidShareAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.ToolTip ttHelpTip;
private HelpersLib.TabToListView ttlvMain;
private System.Windows.Forms.TabPage tpOtherUploaders;
private System.Windows.Forms.TabControl tcOtherUploaders;
private System.Windows.Forms.TabPage tpTwitter;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Button btnTwitterLogin;
private AccountsControl ucTwitterAccounts;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpCustomUploaders;
private System.Windows.Forms.Button btnCustomUploaderHelp;
private System.Windows.Forms.Label lblCustomUploaderImageUploader;
internal System.Windows.Forms.Button btnCustomUploaderFileUploaderTest;
private System.Windows.Forms.Label lblCustomUploaderFileUploader;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.Button btnCustomUploaderImageUploaderTest;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblCustomUploaderTestResult;
internal System.Windows.Forms.TextBox txtCustomUploaderDeletionURL;
private System.Windows.Forms.ComboBox cbCustomUploaderFileUploader;
internal System.Windows.Forms.Label lblCustomUploaderDeletionURL;
private System.Windows.Forms.Button btnCustomUploaderShowLastResponse;
private System.Windows.Forms.Label lblCustomUploaderResponseType;
private System.Windows.Forms.ComboBox cbCustomUploaderURLShortener;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.GroupBox gbCustomUploaders;
internal System.Windows.Forms.ListBox lbCustomUploaderList;
internal System.Windows.Forms.Button btnCustomUploaderRemove;
2014-06-06 06:19:45 +12:00
internal System.Windows.Forms.Button btnCustomUploaderClear;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.Button btnCustomUploaderUpdate;
internal System.Windows.Forms.TextBox txtCustomUploaderName;
internal System.Windows.Forms.Button btnCustomUploaderAdd;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblCustomUploaderTextUploader;
internal System.Windows.Forms.Label lblCustomUploaderRequestURL;
internal System.Windows.Forms.Button btnCustomUploaderURLShortenerTest;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.GroupBox gbCustomUploaderRegexp;
internal System.Windows.Forms.Button btnCustomUploaderRegexpEdit;
internal System.Windows.Forms.TextBox txtCustomUploaderRegexp;
internal System.Windows.Forms.ListView lvCustomUploaderRegexps;
internal System.Windows.Forms.ColumnHeader lvRegexpsColumn;
internal System.Windows.Forms.Button btnCustomUploaderRegexpRemove;
internal System.Windows.Forms.Button btnCustomUploaderRegexpAdd;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.ComboBox cbCustomUploaderTextUploader;
internal System.Windows.Forms.TextBox txtCustomUploaderThumbnailURL;
private System.Windows.Forms.Label lblCustomUploaderURLShortener;
private System.Windows.Forms.ComboBox cbCustomUploaderResponseType;
internal System.Windows.Forms.Button btnCustomUploaderTextUploaderTest;
internal System.Windows.Forms.TextBox txtCustomUploaderURL;
private System.Windows.Forms.ComboBox cbCustomUploaderImageUploader;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.TextBox txtCustomUploaderRequestURL;
2014-06-06 06:19:45 +12:00
internal System.Windows.Forms.RichTextBox txtCustomUploaderLog;
internal System.Windows.Forms.Label lblCustomUploaderThumbnailURL;
internal System.Windows.Forms.Label lblCustomUploaderFileForm;
private System.Windows.Forms.Label lblCustomUploaderRequestType;
private System.Windows.Forms.ComboBox cbCustomUploaderRequestType;
internal System.Windows.Forms.TextBox txtCustomUploaderFileForm;
internal System.Windows.Forms.Label lblCustomUploaderURL;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.GroupBox gbCustomUploaderArguments;
internal System.Windows.Forms.Button btnCustomUploaderArgEdit;
internal System.Windows.Forms.TextBox txtCustomUploaderArgValue;
internal System.Windows.Forms.Button btnCustomUploaderArgRemove;
internal System.Windows.Forms.ListView lvCustomUploaderArguments;
2013-12-08 05:08:38 +13:00
internal System.Windows.Forms.ColumnHeader chArgumentsName;
internal System.Windows.Forms.ColumnHeader chArgumentsValue;
2013-11-03 23:53:49 +13:00
internal System.Windows.Forms.Button btnCustomUploaderArgAdd;
internal System.Windows.Forms.TextBox txtCustomUploaderArgName;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpURLShorteners;
private System.Windows.Forms.TabControl tcURLShorteners;
private System.Windows.Forms.TabPage tpBitly;
private OAuthControl oauth2Bitly;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpGoogleURLShortener;
private OAuthControl oauth2GoogleURLShortener;
private AccountTypeControl atcGoogleURLShortenerAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpYourls;
private System.Windows.Forms.TextBox txtYourlsPassword;
private System.Windows.Forms.TextBox txtYourlsUsername;
private System.Windows.Forms.TextBox txtYourlsSignature;
private System.Windows.Forms.Label lblYourlsNote;
private System.Windows.Forms.Label lblYourlsPassword;
private System.Windows.Forms.Label lblYourlsUsername;
private System.Windows.Forms.Label lblYourlsSignature;
private System.Windows.Forms.TextBox txtYourlsAPIURL;
private System.Windows.Forms.Label lblYourlsAPIURL;
public System.Windows.Forms.TabPage tpFileUploaders;
public System.Windows.Forms.TabControl tcFileUploaders;
private System.Windows.Forms.TabPage tpDropbox;
private System.Windows.Forms.ComboBox cbDropboxURLType;
private System.Windows.Forms.CheckBox cbDropboxAutoCreateShareableLink;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Button btnDropboxShowFiles;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.PictureBox pbDropboxLogo;
private System.Windows.Forms.Button btnDropboxRegister;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Label lblDropboxStatus;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblDropboxPathTip;
private System.Windows.Forms.Label lblDropboxPath;
private System.Windows.Forms.TextBox txtDropboxPath;
private System.Windows.Forms.TabPage tpCopy;
private System.Windows.Forms.Label lblCopyURLType;
private System.Windows.Forms.ComboBox cbCopyURLType;
private OAuthControl oAuthCopy;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnCopyShowFiles;
private System.Windows.Forms.PictureBox pbCopyLogo;
private System.Windows.Forms.Button btnCopyRegister;
private System.Windows.Forms.Label lblCopyStatus;
private System.Windows.Forms.Label lblCopyPath;
private System.Windows.Forms.TextBox txtCopyPath;
2013-11-03 23:53:49 +13:00
public System.Windows.Forms.TabPage tpFTP;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnFtpClient;
private System.Windows.Forms.Label lblFtpFiles;
private System.Windows.Forms.Label lblFtpText;
private System.Windows.Forms.Label lblFtpImages;
private System.Windows.Forms.ComboBox cboFtpImages;
private System.Windows.Forms.ComboBox cboFtpFiles;
private System.Windows.Forms.ComboBox cboFtpText;
private AccountsControl ucFTPAccounts;
private System.Windows.Forms.TabPage tpMega;
private System.Windows.Forms.Label lblMegaStatus;
private System.Windows.Forms.Button btnMegaRefreshFolders;
private System.Windows.Forms.Button btnMegaRegister;
private System.Windows.Forms.Label lblMegaFolder;
private System.Windows.Forms.ComboBox cbMegaFolder;
private System.Windows.Forms.Label lblMegaEmail;
private System.Windows.Forms.TextBox txtMegaEmail;
private System.Windows.Forms.Label lblMegaPassword;
private System.Windows.Forms.TextBox txtMegaPassword;
private System.Windows.Forms.Button btnMegaLogin;
private System.Windows.Forms.Label lblMegaStatusTitle;
private System.Windows.Forms.TabPage tpAmazonS3;
private System.Windows.Forms.TextBox txtAmazonS3CustomDomain;
private System.Windows.Forms.Label lblAmazonS3PathPreviewLabel;
private System.Windows.Forms.Label lblAmazonS3PathPreview;
private System.Windows.Forms.Button btnAmazonS3BucketNameOpen;
private System.Windows.Forms.Button btnAmazonS3AccessKeyOpen;
private System.Windows.Forms.CheckBox cbAmazonS3CustomCNAME;
private System.Windows.Forms.ComboBox cbAmazonS3Endpoint;
private System.Windows.Forms.Label lblAmazonS3BucketName;
private System.Windows.Forms.TextBox txtAmazonS3BucketName;
private System.Windows.Forms.Label lblAmazonS3Endpoint;
private System.Windows.Forms.TextBox txtAmazonS3ObjectPrefix;
private System.Windows.Forms.Label lblAmazonS3ObjectPrefix;
private System.Windows.Forms.CheckBox cbAmazonS3UseRRS;
private System.Windows.Forms.TextBox txtAmazonS3SecretKey;
private System.Windows.Forms.Label lblAmazonS3SecretKey;
private System.Windows.Forms.Label lblAmazonS3AccessKey;
private System.Windows.Forms.TextBox txtAmazonS3AccessKey;
private System.Windows.Forms.TabPage tpPushbullet;
private System.Windows.Forms.Label lblPushbulletDevices;
private System.Windows.Forms.ComboBox cboPushbulletDevices;
private System.Windows.Forms.Button btnPushbulletGetDeviceList;
private System.Windows.Forms.Label lblPushbulletUserKey;
private System.Windows.Forms.TextBox txtPushbulletUserKey;
private System.Windows.Forms.TabPage tpGoogleDrive;
private System.Windows.Forms.CheckBox cbGoogleDriveIsPublic;
private OAuthControl oauth2GoogleDrive;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpBox;
private System.Windows.Forms.Label lblBoxFolderTip;
private System.Windows.Forms.CheckBox cbBoxShare;
private HelpersLib.MyListView lvBoxFolders;
private System.Windows.Forms.ColumnHeader chBoxFoldersName;
private System.Windows.Forms.Label lblBoxFolderID;
private System.Windows.Forms.Button btnBoxRefreshFolders;
private OAuthControl oauth2Box;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpRapidShare;
private System.Windows.Forms.TextBox txtRapidShareFolderID;
private System.Windows.Forms.Label lblRapidShareFolderID;
private System.Windows.Forms.Button btnRapidShareRefreshFolders;
private System.Windows.Forms.TreeView tvRapidShareFolders;
private System.Windows.Forms.Label lblRapidSharePassword;
private System.Windows.Forms.Label lblRapidSharePremiumUsername;
private System.Windows.Forms.TextBox txtRapidSharePassword;
private System.Windows.Forms.TextBox txtRapidShareUsername;
private System.Windows.Forms.TabPage tpSendSpace;
private System.Windows.Forms.Button btnSendSpaceRegister;
private System.Windows.Forms.Label lblSendSpacePassword;
private System.Windows.Forms.Label lblSendSpaceUsername;
private System.Windows.Forms.TextBox txtSendSpacePassword;
private System.Windows.Forms.TextBox txtSendSpaceUserName;
private AccountTypeControl atcSendSpaceAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpGe_tt;
private System.Windows.Forms.Label lblGe_ttStatus;
private System.Windows.Forms.Label lblGe_ttPassword;
private System.Windows.Forms.Label lblGe_ttEmail;
private System.Windows.Forms.Button btnGe_ttLogin;
private System.Windows.Forms.TextBox txtGe_ttPassword;
private System.Windows.Forms.TextBox txtGe_ttEmail;
private System.Windows.Forms.TabPage tpHostr;
private System.Windows.Forms.CheckBox cbLocalhostrDirectURL;
private System.Windows.Forms.Label lblLocalhostrPassword;
private System.Windows.Forms.Label lblLocalhostrEmail;
private System.Windows.Forms.TextBox txtLocalhostrPassword;
private System.Windows.Forms.TextBox txtLocalhostrEmail;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.TabPage tpMinus;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblMinusURLType;
private System.Windows.Forms.ComboBox cbMinusURLType;
private System.Windows.Forms.GroupBox gbMinusUserPass;
private System.Windows.Forms.Label lblMinusAuthStatus;
private System.Windows.Forms.Button btnMinusRefreshAuth;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Label lblMinusPassword;
private System.Windows.Forms.Label lblMinusUsername;
private System.Windows.Forms.TextBox txtMinusPassword;
private System.Windows.Forms.TextBox txtMinusUsername;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnMinusAuth;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.GroupBox gbMinusUpload;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnMinusReadFolderList;
private System.Windows.Forms.CheckBox chkMinusPublic;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Button btnMinusFolderAdd;
private System.Windows.Forms.Button btnMinusFolderRemove;
private System.Windows.Forms.ComboBox cboMinusFolders;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpJira;
private System.Windows.Forms.TextBox txtJiraIssuePrefix;
private System.Windows.Forms.Label lblJiraIssuePrefix;
private System.Windows.Forms.GroupBox gpJiraServer;
private System.Windows.Forms.TextBox txtJiraConfigHelp;
private System.Windows.Forms.TextBox txtJiraHost;
private System.Windows.Forms.Label lblJiraHost;
private OAuthControl oAuthJira;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpEmail;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.CheckBox chkEmailConfirm;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Label lblEmailSmtpServer;
private System.Windows.Forms.Label lblEmailPassword;
private System.Windows.Forms.CheckBox cbEmailRememberLastTo;
private System.Windows.Forms.TextBox txtEmailFrom;
private System.Windows.Forms.TextBox txtEmailPassword;
private System.Windows.Forms.TextBox txtEmailDefaultBody;
private System.Windows.Forms.Label lblEmailFrom;
private System.Windows.Forms.TextBox txtEmailSmtpServer;
private System.Windows.Forms.Label lblEmailDefaultSubject;
private System.Windows.Forms.Label lblEmailDefaultBody;
private System.Windows.Forms.NumericUpDown nudEmailSmtpPort;
private System.Windows.Forms.Label lblEmailSmtpPort;
private System.Windows.Forms.TextBox txtEmailDefaultSubject;
private System.Windows.Forms.TabPage tpSharedFolder;
internal AccountsControl ucLocalhostAccounts;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Label lblSharedFolderFiles;
private System.Windows.Forms.Label lblSharedFolderText;
private System.Windows.Forms.Label lblSharedFolderImages;
private System.Windows.Forms.ComboBox cboSharedFolderFiles;
private System.Windows.Forms.ComboBox cboSharedFolderText;
private System.Windows.Forms.ComboBox cboSharedFolderImages;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpTextUploaders;
private System.Windows.Forms.TabControl tcTextUploaders;
private System.Windows.Forms.TabPage tpPastebin;
private System.Windows.Forms.Button btnPastebinLogin;
private System.Windows.Forms.PropertyGrid pgPastebinSettings;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.TabPage tpPaste_ee;
private System.Windows.Forms.Label lblPaste_eeUserAPIKey;
private System.Windows.Forms.TextBox txtPaste_eeUserAPIKey;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpGist;
private System.Windows.Forms.CheckBox chkGistPublishPublic;
private OAuthControl oAuth2Gist;
private AccountTypeControl atcGistAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpUpaste;
private System.Windows.Forms.CheckBox cbUpasteIsPublic;
private System.Windows.Forms.Label lblUpasteUserKey;
private System.Windows.Forms.TextBox txtUpasteUserKey;
private System.Windows.Forms.TabPage tpImageUploaders;
private System.Windows.Forms.TabControl tcImageUploaders;
private System.Windows.Forms.TabPage tpImgur;
private OAuthControl oauth2Imgur;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.TextBox txtImgurAlbumID;
private System.Windows.Forms.Label lblImgurAlbumID;
private System.Windows.Forms.ListView lvImgurAlbumList;
private System.Windows.Forms.ColumnHeader chImgurID;
private System.Windows.Forms.ColumnHeader chImgurTitle;
private System.Windows.Forms.ColumnHeader chImgurDescription;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnImgurRefreshAlbumList;
private System.Windows.Forms.ComboBox cbImgurThumbnailType;
private System.Windows.Forms.Label lblImgurThumbnailType;
private AccountTypeControl atcImgurAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.TabPage tpImageShack;
private System.Windows.Forms.Button btnImageShackLogin;
internal System.Windows.Forms.Button btnImageShackOpenPublicProfile;
private System.Windows.Forms.CheckBox cbImageShackIsPublic;
internal System.Windows.Forms.Button btnImageShackOpenMyImages;
internal System.Windows.Forms.Label lblImageShackUsername;
private System.Windows.Forms.TextBox txtImageShackUsername;
private System.Windows.Forms.TextBox txtImageShackPassword;
internal System.Windows.Forms.Label lblImageShackPassword;
private System.Windows.Forms.TabPage tpTinyPic;
private AccountTypeControl atcTinyPicAccountType;
2014-06-06 06:19:45 +12:00
private System.Windows.Forms.Button btnTinyPicLogin;
private System.Windows.Forms.TextBox txtTinyPicPassword;
private System.Windows.Forms.Label lblTinyPicPassword;
private System.Windows.Forms.TextBox txtTinyPicUsername;
private System.Windows.Forms.Label lblTinyPicUsername;
internal System.Windows.Forms.Button btnTinyPicOpenMyImages;
private System.Windows.Forms.TabPage tpFlickr;
private System.Windows.Forms.Button btnFlickrOpenImages;
private System.Windows.Forms.PropertyGrid pgFlickrAuthInfo;
private System.Windows.Forms.PropertyGrid pgFlickrSettings;
private System.Windows.Forms.Button btnFlickrCheckToken;
private System.Windows.Forms.Button btnFlickrCompleteAuth;
private System.Windows.Forms.Button btnFlickrOpenAuthorize;
private System.Windows.Forms.TabPage tpPhotobucket;
private System.Windows.Forms.GroupBox gbPhotobucketAlbumPath;
private System.Windows.Forms.Button btnPhotobucketAddAlbum;
private System.Windows.Forms.Button btnPhotobucketRemoveAlbum;
private System.Windows.Forms.ComboBox cboPhotobucketAlbumPaths;
private System.Windows.Forms.GroupBox gbPhotobucketAlbums;
private System.Windows.Forms.Label lblPhotobucketNewAlbumName;
private System.Windows.Forms.Label lblPhotobucketParentAlbumPath;
private System.Windows.Forms.TextBox txtPhotobucketNewAlbumName;
private System.Windows.Forms.TextBox txtPhotobucketParentAlbumPath;
private System.Windows.Forms.Button btnPhotobucketCreateAlbum;
private System.Windows.Forms.GroupBox gbPhotobucketUserAccount;
private System.Windows.Forms.Label lblPhotobucketDefaultAlbumName;
private System.Windows.Forms.Button btnPhotobucketAuthOpen;
private System.Windows.Forms.TextBox txtPhotobucketDefaultAlbumName;
private System.Windows.Forms.Label lblPhotobucketVerificationCode;
private System.Windows.Forms.Button btnPhotobucketAuthComplete;
private System.Windows.Forms.TextBox txtPhotobucketVerificationCode;
private System.Windows.Forms.Label lblPhotobucketAccountStatus;
private System.Windows.Forms.TabPage tpPicasa;
private System.Windows.Forms.TextBox txtPicasaAlbumID;
private System.Windows.Forms.Label lblPicasaAlbumID;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.ListView lvPicasaAlbumList;
private System.Windows.Forms.ColumnHeader chPicasaID;
private System.Windows.Forms.ColumnHeader chPicasaName;
private System.Windows.Forms.ColumnHeader chPicasaDescription;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.Button btnPicasaRefreshAlbumList;
private OAuthControl oauth2Picasa;
2014-06-06 06:19:45 +12:00
public System.Windows.Forms.TabControl tcUploaders;
private HelpersLib.ExportImportControl eiCustomUploaders;
private 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;
private HelpersLib.MyListView lvGoogleDriveFoldersList;
private System.Windows.Forms.ColumnHeader chGoogleDriveTitle;
2014-07-01 22:18:07 +12:00
private System.Windows.Forms.Button btnGoogleDriveRefreshFolders;
private System.Windows.Forms.ColumnHeader chGoogleDriveDescription;
private System.Windows.Forms.CheckBox cbGoogleDriveUseFolder;
private System.Windows.Forms.Label lblWidthHint;
private System.Windows.Forms.Button btnCustomUploaderExamples;
2014-07-07 06:45:36 +12:00
private System.Windows.Forms.TabPage tpOwnCloud;
private System.Windows.Forms.TextBox txtOwnCloudPath;
private System.Windows.Forms.TextBox txtOwnCloudPassword;
private System.Windows.Forms.TextBox txtOwnCloudUsername;
private System.Windows.Forms.TextBox txtOwnCloudHost;
private System.Windows.Forms.Label lblOwnCloudPath;
private System.Windows.Forms.Label lblOwnCloudPassword;
private System.Windows.Forms.Label lblOwnCloudUsername;
private System.Windows.Forms.Label lblOwnCloudHost;
private System.Windows.Forms.CheckBox cbOwnCloudCreateShare;
2014-07-07 09:06:37 +12:00
private System.Windows.Forms.CheckBox cbOwnCloudDirectLink;
2014-07-13 23:10:42 +12:00
private System.Windows.Forms.TabPage tpAdfly;
private System.Windows.Forms.TextBox txtAdflyAPIUID;
private System.Windows.Forms.Label lblAdflyAPIUID;
private System.Windows.Forms.TextBox txtAdflyAPIKEY;
private System.Windows.Forms.Label lblAdflyAPIKEY;
2013-11-03 23:53:49 +13:00
}
}