ApplicationSettingsForm and UploadersConfigForm dynamic text size proof now

This commit is contained in:
Jaex 2014-10-24 23:25:17 +03:00
parent 9a139d8fb1
commit 6b4f6a18f5
8 changed files with 3232 additions and 2369 deletions

View file

@ -123,7 +123,7 @@
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cbAutoRotate.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 48</value>
<value>16, 64</value>
</data>
<data name="cbAutoRotate.Size" type="System.Drawing.Size, System.Drawing">
<value>109, 17</value>
@ -147,7 +147,7 @@
<value>8</value>
</data>
<data name="nudMargin.Location" type="System.Drawing.Point, System.Drawing">
<value>56, 12</value>
<value>16, 32</value>
</data>
<data name="nudMargin.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 20</value>
@ -175,7 +175,7 @@
<value>True</value>
</data>
<data name="cbAutoScale.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 72</value>
<value>16, 88</value>
</data>
<data name="cbAutoScale.Size" type="System.Drawing.Size, System.Drawing">
<value>107, 17</value>
@ -202,7 +202,7 @@
<value>True</value>
</data>
<data name="lblMargin.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 16</value>
<value>16, 16</value>
</data>
<data name="lblMargin.Size" type="System.Drawing.Size, System.Drawing">
<value>42, 13</value>
@ -229,7 +229,7 @@
<value>True</value>
</data>
<data name="cbAllowEnlarge.Location" type="System.Drawing.Point, System.Drawing">
<value>40, 96</value>
<value>40, 112</value>
</data>
<data name="cbAllowEnlarge.Size" type="System.Drawing.Size, System.Drawing">
<value>132, 17</value>
@ -256,7 +256,7 @@
<value>True</value>
</data>
<data name="cbCenterImage.Location" type="System.Drawing.Point, System.Drawing">
<value>40, 120</value>
<value>40, 136</value>
</data>
<data name="cbCenterImage.Size" type="System.Drawing.Size, System.Drawing">
<value>127, 17</value>
@ -280,7 +280,7 @@
<value>3</value>
</data>
<data name="btnShowPreview.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 152</value>
<value>88, 168</value>
</data>
<data name="btnShowPreview.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
@ -304,7 +304,7 @@
<value>2</value>
</data>
<data name="btnPrint.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 152</value>
<value>8, 168</value>
</data>
<data name="btnPrint.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
@ -328,7 +328,7 @@
<value>1</value>
</data>
<data name="btnCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>168, 152</value>
<value>168, 168</value>
</data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
@ -358,7 +358,7 @@
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>251, 185</value>
<value>250, 200</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>

View file

@ -129,19 +129,18 @@ private void InitializeComponent()
//
// tcSettings
//
resources.ApplyResources(this.tcSettings, "tcSettings");
this.tcSettings.Controls.Add(this.tpGeneral);
this.tcSettings.Controls.Add(this.tpPaths);
this.tcSettings.Controls.Add(this.tpProxy);
this.tcSettings.Controls.Add(this.tpUpload);
this.tcSettings.Controls.Add(this.tpPrint);
this.tcSettings.Controls.Add(this.tpAdvanced);
resources.ApplyResources(this.tcSettings, "tcSettings");
this.tcSettings.Name = "tcSettings";
this.tcSettings.SelectedIndex = 0;
//
// tpGeneral
//
resources.ApplyResources(this.tpGeneral, "tpGeneral");
this.tpGeneral.Controls.Add(this.cbLanguage);
this.tpGeneral.Controls.Add(this.lblLanguage);
this.tpGeneral.Controls.Add(this.cbRememberMainFormPosition);
@ -153,14 +152,15 @@ private void InitializeComponent()
this.tpGeneral.Controls.Add(this.cbStartWithWindows);
this.tpGeneral.Controls.Add(this.cbShowTray);
this.tpGeneral.Controls.Add(this.cbSendToMenu);
resources.ApplyResources(this.tpGeneral, "tpGeneral");
this.tpGeneral.Name = "tpGeneral";
this.tpGeneral.UseVisualStyleBackColor = true;
//
// cbLanguage
//
resources.ApplyResources(this.cbLanguage, "cbLanguage");
this.cbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLanguage.FormattingEnabled = true;
resources.ApplyResources(this.cbLanguage, "cbLanguage");
this.cbLanguage.Name = "cbLanguage";
this.cbLanguage.SelectedIndexChanged += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
//
@ -234,7 +234,6 @@ private void InitializeComponent()
//
// tpPaths
//
resources.ApplyResources(this.tpPaths, "tpPaths");
this.tpPaths.Controls.Add(this.lblNotePersonalFolderPath);
this.tpPaths.Controls.Add(this.btnOpenScreenshotsFolder);
this.tpPaths.Controls.Add(this.lblPreviewPersonalFolderPath);
@ -248,6 +247,7 @@ private void InitializeComponent()
this.tpPaths.Controls.Add(this.lblSaveImageSubFolderPattern);
this.tpPaths.Controls.Add(this.lblSaveImageSubFolderPatternPreview);
this.tpPaths.Controls.Add(this.txtSaveImageSubFolderPattern);
resources.ApplyResources(this.tpPaths, "tpPaths");
this.tpPaths.Name = "tpPaths";
this.tpPaths.UseVisualStyleBackColor = true;
//
@ -331,7 +331,6 @@ private void InitializeComponent()
//
// tpProxy
//
resources.ApplyResources(this.tpProxy, "tpProxy");
this.tpProxy.Controls.Add(this.cbProxyMethod);
this.tpProxy.Controls.Add(this.lblProxyMethod);
this.tpProxy.Controls.Add(this.lblProxyHost);
@ -342,14 +341,15 @@ private void InitializeComponent()
this.tpProxy.Controls.Add(this.txtProxyPassword);
this.tpProxy.Controls.Add(this.lblProxyUsername);
this.tpProxy.Controls.Add(this.txtProxyUsername);
resources.ApplyResources(this.tpProxy, "tpProxy");
this.tpProxy.Name = "tpProxy";
this.tpProxy.UseVisualStyleBackColor = true;
//
// cbProxyMethod
//
resources.ApplyResources(this.cbProxyMethod, "cbProxyMethod");
this.cbProxyMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbProxyMethod.FormattingEnabled = true;
resources.ApplyResources(this.cbProxyMethod, "cbProxyMethod");
this.cbProxyMethod.Name = "cbProxyMethod";
this.cbProxyMethod.SelectedIndexChanged += new System.EventHandler(this.cbProxyMethod_SelectedIndexChanged);
//
@ -410,35 +410,35 @@ private void InitializeComponent()
//
// tpUpload
//
resources.ApplyResources(this.tpUpload, "tpUpload");
this.tpUpload.Controls.Add(this.tcUpload);
resources.ApplyResources(this.tpUpload, "tpUpload");
this.tpUpload.Name = "tpUpload";
this.tpUpload.UseVisualStyleBackColor = true;
//
// tcUpload
//
resources.ApplyResources(this.tcUpload, "tcUpload");
this.tcUpload.Controls.Add(this.tpPerformance);
this.tcUpload.Controls.Add(this.tpUploadResults);
this.tcUpload.Controls.Add(this.tpUploadRetry);
resources.ApplyResources(this.tcUpload, "tcUpload");
this.tcUpload.Name = "tcUpload";
this.tcUpload.SelectedIndex = 0;
//
// tpPerformance
//
resources.ApplyResources(this.tpPerformance, "tpPerformance");
this.tpPerformance.Controls.Add(this.gbBandwidth);
resources.ApplyResources(this.tpPerformance, "tpPerformance");
this.tpPerformance.Name = "tpPerformance";
this.tpPerformance.UseVisualStyleBackColor = true;
//
// gbBandwidth
//
resources.ApplyResources(this.gbBandwidth, "gbBandwidth");
this.gbBandwidth.Controls.Add(this.lblUploadLimit);
this.gbBandwidth.Controls.Add(this.nudUploadLimit);
this.gbBandwidth.Controls.Add(this.lblUploadLimitHint);
this.gbBandwidth.Controls.Add(this.lblBufferSize);
this.gbBandwidth.Controls.Add(this.cbBufferSize);
resources.ApplyResources(this.gbBandwidth, "gbBandwidth");
this.gbBandwidth.Name = "gbBandwidth";
this.gbBandwidth.TabStop = false;
//
@ -475,26 +475,26 @@ private void InitializeComponent()
//
// cbBufferSize
//
resources.ApplyResources(this.cbBufferSize, "cbBufferSize");
this.cbBufferSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBufferSize.FormattingEnabled = true;
resources.ApplyResources(this.cbBufferSize, "cbBufferSize");
this.cbBufferSize.Name = "cbBufferSize";
this.cbBufferSize.SelectedIndexChanged += new System.EventHandler(this.cbBufferSize_SelectedIndexChanged);
//
// tpUploadResults
//
resources.ApplyResources(this.tpUploadResults, "tpUploadResults");
this.tpUploadResults.Controls.Add(this.gbClipboardFormats);
resources.ApplyResources(this.tpUploadResults, "tpUploadResults");
this.tpUploadResults.Name = "tpUploadResults";
this.tpUploadResults.UseVisualStyleBackColor = true;
//
// gbClipboardFormats
//
resources.ApplyResources(this.gbClipboardFormats, "gbClipboardFormats");
this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatEdit);
this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatRemove);
this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatAdd);
this.gbClipboardFormats.Controls.Add(this.lvClipboardFormats);
resources.ApplyResources(this.gbClipboardFormats, "gbClipboardFormats");
this.gbClipboardFormats.Name = "gbClipboardFormats";
this.gbClipboardFormats.TabStop = false;
//
@ -521,12 +521,12 @@ private void InitializeComponent()
//
// lvClipboardFormats
//
resources.ApplyResources(this.lvClipboardFormats, "lvClipboardFormats");
this.lvClipboardFormats.AutoFillColumn = true;
this.lvClipboardFormats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chDescription,
this.chFormat});
this.lvClipboardFormats.FullRowSelect = true;
resources.ApplyResources(this.lvClipboardFormats, "lvClipboardFormats");
this.lvClipboardFormats.Name = "lvClipboardFormats";
this.lvClipboardFormats.UseCompatibleStateImageBehavior = false;
this.lvClipboardFormats.View = System.Windows.Forms.View.Details;
@ -542,11 +542,11 @@ private void InitializeComponent()
//
// tpUploadRetry
//
resources.ApplyResources(this.tpUploadRetry, "tpUploadRetry");
this.tpUploadRetry.Controls.Add(this.chkUseSecondaryUploaders);
this.tpUploadRetry.Controls.Add(this.tlpBackupDestinations);
this.tpUploadRetry.Controls.Add(this.cbIfUploadFailRetryOnce);
this.tpUploadRetry.Controls.Add(this.nudRetryUpload);
resources.ApplyResources(this.tpUploadRetry, "tpUploadRetry");
this.tpUploadRetry.Name = "tpUploadRetry";
this.tpUploadRetry.UseVisualStyleBackColor = true;
//
@ -567,19 +567,19 @@ private void InitializeComponent()
//
// gbSecondaryImageUploaders
//
resources.ApplyResources(this.gbSecondaryImageUploaders, "gbSecondaryImageUploaders");
this.gbSecondaryImageUploaders.Controls.Add(this.lvSecondaryImageUploaders);
resources.ApplyResources(this.gbSecondaryImageUploaders, "gbSecondaryImageUploaders");
this.gbSecondaryImageUploaders.Name = "gbSecondaryImageUploaders";
this.gbSecondaryImageUploaders.TabStop = false;
//
// lvSecondaryImageUploaders
//
resources.ApplyResources(this.lvSecondaryImageUploaders, "lvSecondaryImageUploaders");
this.lvSecondaryImageUploaders.AllowDrop = true;
this.lvSecondaryImageUploaders.AutoFillColumn = true;
this.lvSecondaryImageUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lvSecondaryImageUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
resources.ApplyResources(this.lvSecondaryImageUploaders, "lvSecondaryImageUploaders");
this.lvSecondaryImageUploaders.FullRowSelect = true;
this.lvSecondaryImageUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvSecondaryImageUploaders.HideSelection = false;
@ -589,25 +589,21 @@ private void InitializeComponent()
this.lvSecondaryImageUploaders.View = System.Windows.Forms.View.Details;
this.lvSecondaryImageUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp);
//
// columnHeader1
//
resources.ApplyResources(this.columnHeader1, "columnHeader1");
//
// gbSecondaryFileUploaders
//
resources.ApplyResources(this.gbSecondaryFileUploaders, "gbSecondaryFileUploaders");
this.gbSecondaryFileUploaders.Controls.Add(this.lvSecondaryFileUploaders);
resources.ApplyResources(this.gbSecondaryFileUploaders, "gbSecondaryFileUploaders");
this.gbSecondaryFileUploaders.Name = "gbSecondaryFileUploaders";
this.gbSecondaryFileUploaders.TabStop = false;
//
// lvSecondaryFileUploaders
//
resources.ApplyResources(this.lvSecondaryFileUploaders, "lvSecondaryFileUploaders");
this.lvSecondaryFileUploaders.AllowDrop = true;
this.lvSecondaryFileUploaders.AutoFillColumn = true;
this.lvSecondaryFileUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lvSecondaryFileUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader3});
resources.ApplyResources(this.lvSecondaryFileUploaders, "lvSecondaryFileUploaders");
this.lvSecondaryFileUploaders.FullRowSelect = true;
this.lvSecondaryFileUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvSecondaryFileUploaders.MultiSelect = false;
@ -616,25 +612,21 @@ private void InitializeComponent()
this.lvSecondaryFileUploaders.View = System.Windows.Forms.View.Details;
this.lvSecondaryFileUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp);
//
// columnHeader3
//
resources.ApplyResources(this.columnHeader3, "columnHeader3");
//
// gbSecondaryTextUploaders
//
resources.ApplyResources(this.gbSecondaryTextUploaders, "gbSecondaryTextUploaders");
this.gbSecondaryTextUploaders.Controls.Add(this.lvSecondaryTextUploaders);
resources.ApplyResources(this.gbSecondaryTextUploaders, "gbSecondaryTextUploaders");
this.gbSecondaryTextUploaders.Name = "gbSecondaryTextUploaders";
this.gbSecondaryTextUploaders.TabStop = false;
//
// lvSecondaryTextUploaders
//
resources.ApplyResources(this.lvSecondaryTextUploaders, "lvSecondaryTextUploaders");
this.lvSecondaryTextUploaders.AllowDrop = true;
this.lvSecondaryTextUploaders.AutoFillColumn = true;
this.lvSecondaryTextUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lvSecondaryTextUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
resources.ApplyResources(this.lvSecondaryTextUploaders, "lvSecondaryTextUploaders");
this.lvSecondaryTextUploaders.FullRowSelect = true;
this.lvSecondaryTextUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvSecondaryTextUploaders.MultiSelect = false;
@ -643,10 +635,6 @@ private void InitializeComponent()
this.lvSecondaryTextUploaders.View = System.Windows.Forms.View.Details;
this.lvSecondaryTextUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp);
//
// columnHeader2
//
resources.ApplyResources(this.columnHeader2, "columnHeader2");
//
// cbIfUploadFailRetryOnce
//
resources.ApplyResources(this.cbIfUploadFailRetryOnce, "cbIfUploadFailRetryOnce");
@ -665,10 +653,10 @@ private void InitializeComponent()
//
// tpPrint
//
resources.ApplyResources(this.tpPrint, "tpPrint");
this.tpPrint.Controls.Add(this.cbPrintDontShowWindowsDialog);
this.tpPrint.Controls.Add(this.cbDontShowPrintSettingDialog);
this.tpPrint.Controls.Add(this.btnShowImagePrintSettings);
resources.ApplyResources(this.tpPrint, "tpPrint");
this.tpPrint.Name = "tpPrint";
this.tpPrint.UseVisualStyleBackColor = true;
//
@ -695,8 +683,8 @@ private void InitializeComponent()
//
// tpAdvanced
//
resources.ApplyResources(this.tpAdvanced, "tpAdvanced");
this.tpAdvanced.Controls.Add(this.pgSettings);
resources.ApplyResources(this.tpAdvanced, "tpAdvanced");
this.tpAdvanced.Name = "tpAdvanced";
this.tpAdvanced.UseVisualStyleBackColor = true;
//

File diff suppressed because it is too large Load diff

View file

@ -117,76 +117,39 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cbLanguage.Location" type="System.Drawing.Point, System.Drawing">
<value>40, 12</value>
</data>
<data name="lblLanguage.Size" type="System.Drawing.Size, System.Drawing">
<value>22, 13</value>
</data>
<data name="lblLanguage.Text" xml:space="preserve">
<value>Dil:</value>
</data>
<data name="cbRememberMainFormPosition.Size" type="System.Drawing.Size, System.Drawing">
<value>171, 17</value>
</data>
<data name="cbRememberMainFormPosition.Text" xml:space="preserve">
<value>Ana pencere konumunu hatırla</value>
</data>
<data name="cbSilentRun.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 17</value>
</data>
<data name="cbSilentRun.Text" xml:space="preserve">
<value>Başlangıçta simge durumuna küçült</value>
</data>
<data name="cbRememberMainFormSize.Size" type="System.Drawing.Size, System.Drawing">
<value>165, 17</value>
</data>
<data name="cbRememberMainFormSize.Text" xml:space="preserve">
<value>Ana pencere boyutunu hatırla</value>
</data>
<data name="cbTaskbarProgressEnabled.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 17</value>
</data>
<data name="cbTaskbarProgressEnabled.Text" xml:space="preserve">
<value>Görev çubuğu tuşunda durum göster</value>
</data>
<data name="cbTrayIconProgressEnabled.Size" type="System.Drawing.Size, System.Drawing">
<value>171, 17</value>
</data>
<data name="cbTrayIconProgressEnabled.Text" xml:space="preserve">
<value>Tepsi simgesinde durum göster</value>
</data>
<data name="cbShellContextMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>271, 17</value>
</data>
<data name="cbShellContextMenu.Text" xml:space="preserve">
<value>"ShareX ile yükle" tuşunu sağ tık menüsünde göster</value>
</data>
<data name="cbStartWithWindows.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 17</value>
</data>
<data name="cbStartWithWindows.Text" xml:space="preserve">
<value>Windows başladığında ShareX'i çalıştır</value>
</data>
<data name="cbShowTray.Size" type="System.Drawing.Size, System.Drawing">
<value>163, 17</value>
</data>
<data name="cbShowTray.Text" xml:space="preserve">
<value>Bildirim alanında simge göster</value>
</data>
<data name="cbSendToMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>251, 17</value>
</data>
<data name="cbSendToMenu.Text" xml:space="preserve">
<value>"Gönder" menüsünde ShareX göster</value>
</data>
<data name="tpGeneral.Text" xml:space="preserve">
<value>Genel</value>
</data>
<data name="lblNotePersonalFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>364, 13</value>
</data>
<data name="lblNotePersonalFolderPath.Text" xml:space="preserve">
<value>Not: Kişisel dizin değişikliğinin aktif olması için ShareX yeniden başlatılmalıdır.</value>
</data>
@ -196,9 +159,6 @@
<data name="btnBrowsePersonalFolderPath.Text" xml:space="preserve">
<value>Gözat...</value>
</data>
<data name="lblPersonalFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>102, 13</value>
</data>
<data name="lblPersonalFolderPath.Text" xml:space="preserve">
<value>ShareX kişisel dizini:</value>
</data>
@ -208,72 +168,36 @@
<data name="btnOpenPersonalFolderPath.Text" xml:space="preserve">
<value>Aç...</value>
</data>
<data name="cbUseCustomScreenshotsPath.Size" type="System.Drawing.Size, System.Drawing">
<value>187, 17</value>
</data>
<data name="cbUseCustomScreenshotsPath.Text" xml:space="preserve">
<value>Özel ekran görüntüsü dizini kullan:</value>
</data>
<data name="lblSaveImageSubFolderPattern.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 13</value>
</data>
<data name="lblSaveImageSubFolderPattern.Text" xml:space="preserve">
<value>Alt dizin şablonu:</value>
</data>
<data name="tpPaths.Text" xml:space="preserve">
<value>Yollar</value>
</data>
<data name="cbProxyMethod.Location" type="System.Drawing.Point, System.Drawing">
<value>168, 13</value>
</data>
<data name="cbProxyMethod.Size" type="System.Drawing.Size, System.Drawing">
<value>192, 21</value>
</data>
<data name="lblProxyMethod.Size" type="System.Drawing.Size, System.Drawing">
<value>146, 13</value>
</data>
<data name="lblProxyMethod.Text" xml:space="preserve">
<value>Vekil sunucu konfigürasyonu:</value>
</data>
<data name="lblProxyPort.Size" type="System.Drawing.Size, System.Drawing">
<value>29, 13</value>
</data>
<data name="lblProxyPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>31, 13</value>
</data>
<data name="lblProxyPassword.Text" xml:space="preserve">
<value>Şifre:</value>
</data>
<data name="lblProxyUsername.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 13</value>
</data>
<data name="lblProxyUsername.Text" xml:space="preserve">
<value>Kullanıcı adı:</value>
</data>
<data name="tpProxy.Text" xml:space="preserve">
<value>Vekil Sunucu</value>
</data>
<data name="lblUploadLimit.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 13</value>
</data>
<data name="lblUploadLimit.Text" xml:space="preserve">
<value>Aynı anda yükleme limiti:</value>
</data>
<data name="lblUploadLimitHint.Size" type="System.Drawing.Size, System.Drawing">
<value>95, 13</value>
</data>
<data name="lblUploadLimitHint.Text" xml:space="preserve">
<value>0 - 25 (0 iptal eder)</value>
</data>
<data name="lblBufferSize.Size" type="System.Drawing.Size, System.Drawing">
<value>84, 13</value>
</data>
<data name="lblBufferSize.Text" xml:space="preserve">
<value>Tampon boyutu:</value>
</data>
<data name="cbBufferSize.Location" type="System.Drawing.Point, System.Drawing">
<value>148, 53</value>
</data>
<data name="gbBandwidth.Text" xml:space="preserve">
<value>Bant genişliği</value>
</data>
@ -301,12 +225,6 @@
<data name="tpUploadResults.Text" xml:space="preserve">
<value>Sonuçlar</value>
</data>
<data name="chkUseSecondaryUploaders.Location" type="System.Drawing.Point, System.Drawing">
<value>307, 12</value>
</data>
<data name="chkUseSecondaryUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>283, 17</value>
</data>
<data name="chkUseSecondaryUploaders.Text" xml:space="preserve">
<value>Tekrar denerken ikincil yükleyicileri sırasına göre kullan</value>
</data>
@ -319,33 +237,18 @@
<data name="gbSecondaryTextUploaders.Text" xml:space="preserve">
<value>İkincil yazı yükleyiciler</value>
</data>
<data name="cbIfUploadFailRetryOnce.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 11</value>
</data>
<data name="cbIfUploadFailRetryOnce.Size" type="System.Drawing.Size, System.Drawing">
<value>243, 13</value>
</data>
<data name="cbIfUploadFailRetryOnce.Text" xml:space="preserve">
<value>Yükleme sırasında hata olursa kaç kez tekrar denensin:</value>
</data>
<data name="nudRetryUpload.Location" type="System.Drawing.Point, System.Drawing">
<value>253, 9</value>
</data>
<data name="tpUploadRetry.Text" xml:space="preserve">
<value>Tekrarla</value>
</data>
<data name="tpUpload.Text" xml:space="preserve">
<value>Yükleme</value>
</data>
<data name="cbPrintDontShowWindowsDialog.Size" type="System.Drawing.Size, System.Drawing">
<value>217, 17</value>
</data>
<data name="cbPrintDontShowWindowsDialog.Text" xml:space="preserve">
<value>Windows yazdırma penceresini gösterme</value>
</data>
<data name="cbDontShowPrintSettingDialog.Size" type="System.Drawing.Size, System.Drawing">
<value>238, 17</value>
</data>
<data name="cbDontShowPrintSettingDialog.Text" xml:space="preserve">
<value>Resim yazdırma ayarları penceresini gösterme</value>
</data>

View file

@ -123,7 +123,7 @@
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblAccountType.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
<value>0, 0</value>
</data>
<data name="lblAccountType.Size" type="System.Drawing.Size, System.Drawing">
<value>73, 13</value>
@ -153,10 +153,10 @@
<value>User</value>
</data>
<data name="cbAccountType.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 4</value>
<value>0, 16</value>
</data>
<data name="cbAccountType.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 21</value>
<value>128, 21</value>
</data>
<data name="cbAccountType.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
@ -180,7 +180,7 @@
<value>6, 13</value>
</data>
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
<value>180, 30</value>
<value>132, 41</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>AccountTypeControl</value>

View file

@ -94,16 +94,12 @@ private void InitializeComponent()
this.txtCustomUploaderArgName = new System.Windows.Forms.TextBox();
this.tpTwitter = new System.Windows.Forms.TabPage();
this.btnTwitterLogin = new System.Windows.Forms.Button();
this.ucTwitterAccounts = new UploadersLib.AccountsControl();
this.tpURLShorteners = new System.Windows.Forms.TabPage();
this.tcURLShorteners = new System.Windows.Forms.TabControl();
this.tpBitly = new System.Windows.Forms.TabPage();
this.txtBitlyDomain = new System.Windows.Forms.TextBox();
this.lblBitlyDomain = new System.Windows.Forms.Label();
this.oauth2Bitly = new UploadersLib.OAuthControl();
this.tpGoogleURLShortener = new System.Windows.Forms.TabPage();
this.oauth2GoogleURLShortener = new UploadersLib.OAuthControl();
this.atcGoogleURLShortenerAccountType = new UploadersLib.AccountTypeControl();
this.tpYourls = new System.Windows.Forms.TabPage();
this.txtYourlsPassword = new System.Windows.Forms.TextBox();
this.txtYourlsUsername = new System.Windows.Forms.TextBox();
@ -131,9 +127,7 @@ private void InitializeComponent()
this.cboFtpImages = new System.Windows.Forms.ComboBox();
this.cboFtpFiles = new System.Windows.Forms.ComboBox();
this.cboFtpText = new System.Windows.Forms.ComboBox();
this.ucFTPAccounts = new UploadersLib.AccountsControl();
this.tpDropbox = new System.Windows.Forms.TabPage();
this.oauth2Dropbox = new UploadersLib.OAuthControl();
this.cbDropboxURLType = new System.Windows.Forms.ComboBox();
this.cbDropboxAutoCreateShareableLink = new System.Windows.Forms.CheckBox();
this.btnDropboxShowFiles = new System.Windows.Forms.Button();
@ -152,7 +146,6 @@ private void InitializeComponent()
this.chGoogleDriveDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnGoogleDriveRefreshFolders = new System.Windows.Forms.Button();
this.cbGoogleDriveIsPublic = new System.Windows.Forms.CheckBox();
this.oauth2GoogleDrive = new UploadersLib.OAuthControl();
this.tpBox = new System.Windows.Forms.TabPage();
this.lblBoxFolderTip = new System.Windows.Forms.Label();
this.cbBoxShare = new System.Windows.Forms.CheckBox();
@ -160,7 +153,6 @@ private void InitializeComponent()
this.chBoxFoldersName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblBoxFolderID = new System.Windows.Forms.Label();
this.btnBoxRefreshFolders = new System.Windows.Forms.Button();
this.oauth2Box = new UploadersLib.OAuthControl();
this.tpCopy = new System.Windows.Forms.TabPage();
this.pbCopyLogo = new System.Windows.Forms.PictureBox();
this.lblCopyURLType = new System.Windows.Forms.Label();
@ -169,9 +161,7 @@ private void InitializeComponent()
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();
this.tpOneDrive = new System.Windows.Forms.TabPage();
this.oAuth2OneDrive = new UploadersLib.OAuthControl();
this.tpAmazonS3 = new System.Windows.Forms.TabPage();
this.txtAmazonS3CustomDomain = new System.Windows.Forms.TextBox();
this.lblAmazonS3PathPreviewLabel = new System.Windows.Forms.Label();
@ -241,7 +231,6 @@ private void InitializeComponent()
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();
this.tpMediaCrush = new System.Windows.Forms.TabPage();
this.cbMediaCrushDirectLink = new System.Windows.Forms.CheckBox();
this.tpGe_tt = new System.Windows.Forms.TabPage();
@ -281,7 +270,6 @@ private void InitializeComponent()
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();
this.tpEmail = new System.Windows.Forms.TabPage();
this.chkEmailConfirm = new System.Windows.Forms.CheckBox();
this.lblEmailSmtpServer = new System.Windows.Forms.Label();
@ -304,7 +292,6 @@ private void InitializeComponent()
this.lblSharedFolderImages = new System.Windows.Forms.Label();
this.cboSharedFolderText = new System.Windows.Forms.ComboBox();
this.cboSharedFolderImages = new System.Windows.Forms.ComboBox();
this.ucLocalhostAccounts = new UploadersLib.AccountsControl();
this.btnCopyShowFiles = new System.Windows.Forms.Button();
this.tpTextUploaders = new System.Windows.Forms.TabPage();
this.tcTextUploaders = new System.Windows.Forms.TabControl();
@ -329,8 +316,6 @@ private void InitializeComponent()
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();
this.tpUpaste = new System.Windows.Forms.TabPage();
this.cbUpasteIsPublic = new System.Windows.Forms.CheckBox();
this.lblUpasteUserKey = new System.Windows.Forms.Label();
@ -345,8 +330,6 @@ private void InitializeComponent()
this.tpImgur = new System.Windows.Forms.TabPage();
this.cbImgurUploadSelectedAlbum = new System.Windows.Forms.CheckBox();
this.cbImgurDirectLink = new System.Windows.Forms.CheckBox();
this.atcImgurAccountType = new UploadersLib.AccountTypeControl();
this.oauth2Imgur = new UploadersLib.OAuthControl();
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()));
@ -364,7 +347,6 @@ private void InitializeComponent()
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();
this.btnTinyPicLogin = new System.Windows.Forms.Button();
this.txtTinyPicPassword = new System.Windows.Forms.TextBox();
this.lblTinyPicPassword = new System.Windows.Forms.Label();
@ -405,7 +387,6 @@ private void InitializeComponent()
this.chPicasaName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPicasaDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnPicasaRefreshAlbumList = new System.Windows.Forms.Button();
this.oauth2Picasa = new UploadersLib.OAuthControl();
this.tpChevereto = new System.Windows.Forms.TabPage();
this.cbCheveretoDirectURL = new System.Windows.Forms.CheckBox();
this.lblCheveretoWebsiteTip = new System.Windows.Forms.Label();
@ -416,6 +397,25 @@ private void InitializeComponent()
this.tcUploaders = new System.Windows.Forms.TabControl();
this.lblWidthHint = new System.Windows.Forms.Label();
this.ttlvMain = new HelpersLib.TabToListView();
this.atcImgurAccountType = new UploadersLib.AccountTypeControl();
this.oauth2Imgur = new UploadersLib.OAuthControl();
this.atcTinyPicAccountType = new UploadersLib.AccountTypeControl();
this.oauth2Picasa = new UploadersLib.OAuthControl();
this.oAuth2Gist = new UploadersLib.OAuthControl();
this.atcGistAccountType = new UploadersLib.AccountTypeControl();
this.ucFTPAccounts = new UploadersLib.AccountsControl();
this.oauth2Dropbox = new UploadersLib.OAuthControl();
this.oauth2GoogleDrive = new UploadersLib.OAuthControl();
this.oauth2Box = new UploadersLib.OAuthControl();
this.oAuthCopy = new UploadersLib.OAuthControl();
this.oAuth2OneDrive = new UploadersLib.OAuthControl();
this.ucTwitterAccounts = new UploadersLib.AccountsControl();
this.oauth2Bitly = new UploadersLib.OAuthControl();
this.oauth2GoogleURLShortener = new UploadersLib.OAuthControl();
this.atcGoogleURLShortenerAccountType = new UploadersLib.AccountTypeControl();
this.atcSendSpaceAccountType = new UploadersLib.AccountTypeControl();
this.oAuthJira = new UploadersLib.OAuthControl();
this.ucLocalhostAccounts = new UploadersLib.AccountsControl();
this.actRapidShareAccountType = new UploadersLib.AccountTypeControl();
this.tpOtherUploaders.SuspendLayout();
this.tcOtherUploaders.SuspendLayout();
@ -954,11 +954,6 @@ private void InitializeComponent()
this.btnTwitterLogin.UseVisualStyleBackColor = true;
this.btnTwitterLogin.Click += new System.EventHandler(this.btnTwitterLogin_Click);
//
// ucTwitterAccounts
//
resources.ApplyResources(this.ucTwitterAccounts, "ucTwitterAccounts");
this.ucTwitterAccounts.Name = "ucTwitterAccounts";
//
// tpURLShorteners
//
this.tpURLShorteners.Controls.Add(this.tcURLShorteners);
@ -996,15 +991,6 @@ private void InitializeComponent()
resources.ApplyResources(this.lblBitlyDomain, "lblBitlyDomain");
this.lblBitlyDomain.Name = "lblBitlyDomain";
//
// oauth2Bitly
//
this.oauth2Bitly.IsRefreshable = false;
resources.ApplyResources(this.oauth2Bitly, "oauth2Bitly");
this.oauth2Bitly.Name = "oauth2Bitly";
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);
//
// tpGoogleURLShortener
//
this.tpGoogleURLShortener.Controls.Add(this.oauth2GoogleURLShortener);
@ -1013,22 +999,6 @@ private void InitializeComponent()
this.tpGoogleURLShortener.Name = "tpGoogleURLShortener";
this.tpGoogleURLShortener.UseVisualStyleBackColor = true;
//
// oauth2GoogleURLShortener
//
resources.ApplyResources(this.oauth2GoogleURLShortener, "oauth2GoogleURLShortener");
this.oauth2GoogleURLShortener.Name = "oauth2GoogleURLShortener";
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
//
resources.ApplyResources(this.atcGoogleURLShortenerAccountType, "atcGoogleURLShortenerAccountType");
this.atcGoogleURLShortenerAccountType.Name = "atcGoogleURLShortenerAccountType";
this.atcGoogleURLShortenerAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcGoogleURLShortenerAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGoogleURLShortenerAccountType_AccountTypeChanged);
//
// tpYourls
//
this.tpYourls.Controls.Add(this.txtYourlsPassword);
@ -1239,11 +1209,6 @@ private void InitializeComponent()
this.cboFtpText.Name = "cboFtpText";
this.cboFtpText.SelectedIndexChanged += new System.EventHandler(this.cboFtpText_SelectedIndexChanged);
//
// ucFTPAccounts
//
resources.ApplyResources(this.ucFTPAccounts, "ucFTPAccounts");
this.ucFTPAccounts.Name = "ucFTPAccounts";
//
// tpDropbox
//
this.tpDropbox.Controls.Add(this.oauth2Dropbox);
@ -1260,15 +1225,6 @@ private void InitializeComponent()
this.tpDropbox.Name = "tpDropbox";
this.tpDropbox.UseVisualStyleBackColor = true;
//
// oauth2Dropbox
//
this.oauth2Dropbox.IsRefreshable = false;
resources.ApplyResources(this.oauth2Dropbox, "oauth2Dropbox");
this.oauth2Dropbox.Name = "oauth2Dropbox";
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);
//
// cbDropboxURLType
//
this.cbDropboxURLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
@ -1394,15 +1350,6 @@ private void InitializeComponent()
this.cbGoogleDriveIsPublic.UseVisualStyleBackColor = true;
this.cbGoogleDriveIsPublic.CheckedChanged += new System.EventHandler(this.cbGoogleDriveIsPublic_CheckedChanged);
//
// oauth2GoogleDrive
//
resources.ApplyResources(this.oauth2GoogleDrive, "oauth2GoogleDrive");
this.oauth2GoogleDrive.Name = "oauth2GoogleDrive";
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);
//
// tpBox
//
this.tpBox.Controls.Add(this.lblBoxFolderTip);
@ -1456,15 +1403,6 @@ private void InitializeComponent()
this.btnBoxRefreshFolders.UseVisualStyleBackColor = true;
this.btnBoxRefreshFolders.Click += new System.EventHandler(this.btnBoxRefreshFolders_Click);
//
// oauth2Box
//
resources.ApplyResources(this.oauth2Box, "oauth2Box");
this.oauth2Box.Name = "oauth2Box";
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);
//
// tpCopy
//
this.tpCopy.Controls.Add(this.pbCopyLogo);
@ -1523,15 +1461,6 @@ private void InitializeComponent()
this.txtCopyPath.Name = "txtCopyPath";
this.txtCopyPath.TextChanged += new System.EventHandler(this.txtCopyPath_TextChanged);
//
// oAuthCopy
//
this.oAuthCopy.IsRefreshable = false;
resources.ApplyResources(this.oAuthCopy, "oAuthCopy");
this.oAuthCopy.Name = "oAuthCopy";
this.oAuthCopy.OpenButtonClicked += new 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);
//
// tpOneDrive
//
this.tpOneDrive.Controls.Add(this.oAuth2OneDrive);
@ -1539,15 +1468,6 @@ private void InitializeComponent()
this.tpOneDrive.Name = "tpOneDrive";
this.tpOneDrive.UseVisualStyleBackColor = true;
//
// oAuth2OneDrive
//
this.oAuth2OneDrive.IsRefreshable = false;
resources.ApplyResources(this.oAuth2OneDrive, "oAuth2OneDrive");
this.oAuth2OneDrive.Name = "oAuth2OneDrive";
this.oAuth2OneDrive.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuth2OneDrive_OpenButtonClicked);
this.oAuth2OneDrive.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuth2OneDrive_CompleteButtonClicked);
this.oAuth2OneDrive.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuth2OneDrive_ClearButtonClicked);
//
// tpAmazonS3
//
this.tpAmazonS3.Controls.Add(this.txtAmazonS3CustomDomain);
@ -2035,13 +1955,6 @@ private void InitializeComponent()
this.txtSendSpaceUserName.Name = "txtSendSpaceUserName";
this.txtSendSpaceUserName.TextChanged += new System.EventHandler(this.txtSendSpaceUserName_TextChanged);
//
// atcSendSpaceAccountType
//
resources.ApplyResources(this.atcSendSpaceAccountType, "atcSendSpaceAccountType");
this.atcSendSpaceAccountType.Name = "atcSendSpaceAccountType";
this.atcSendSpaceAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcSendSpaceAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcSendSpaceAccountType_AccountTypeChanged);
//
// tpMediaCrush
//
this.tpMediaCrush.Controls.Add(this.cbMediaCrushDirectLink);
@ -2311,15 +2224,6 @@ private void InitializeComponent()
resources.ApplyResources(this.lblJiraHost, "lblJiraHost");
this.lblJiraHost.Name = "lblJiraHost";
//
// oAuthJira
//
resources.ApplyResources(this.oAuthJira, "oAuthJira");
this.oAuthJira.Name = "oAuthJira";
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);
@ -2483,11 +2387,6 @@ private void InitializeComponent()
this.cboSharedFolderImages.Name = "cboSharedFolderImages";
this.cboSharedFolderImages.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderImages_SelectedIndexChanged);
//
// ucLocalhostAccounts
//
resources.ApplyResources(this.ucLocalhostAccounts, "ucLocalhostAccounts");
this.ucLocalhostAccounts.Name = "ucLocalhostAccounts";
//
// btnCopyShowFiles
//
resources.ApplyResources(this.btnCopyShowFiles, "btnCopyShowFiles");
@ -2660,22 +2559,6 @@ private void InitializeComponent()
this.chkGistPublishPublic.UseVisualStyleBackColor = true;
this.chkGistPublishPublic.CheckedChanged += new System.EventHandler(this.chkGistPublishPublic_CheckedChanged);
//
// oAuth2Gist
//
resources.ApplyResources(this.oAuth2Gist, "oAuth2Gist");
this.oAuth2Gist.IsRefreshable = false;
this.oAuth2Gist.Name = "oAuth2Gist";
this.oAuth2Gist.OpenButtonClicked += new 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
//
resources.ApplyResources(this.atcGistAccountType, "atcGistAccountType");
this.atcGistAccountType.Name = "atcGistAccountType";
this.atcGistAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcGistAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGistAccountType_AccountTypeChanged);
//
// tpUpaste
//
this.tpUpaste.Controls.Add(this.cbUpasteIsPublic);
@ -2784,22 +2667,6 @@ private void InitializeComponent()
this.cbImgurDirectLink.UseVisualStyleBackColor = true;
this.cbImgurDirectLink.CheckedChanged += new System.EventHandler(this.cbImgurDirectLink_CheckedChanged);
//
// atcImgurAccountType
//
resources.ApplyResources(this.atcImgurAccountType, "atcImgurAccountType");
this.atcImgurAccountType.Name = "atcImgurAccountType";
this.atcImgurAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcImgurAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcImgurAccountType_AccountTypeChanged);
//
// oauth2Imgur
//
resources.ApplyResources(this.oauth2Imgur, "oauth2Imgur");
this.oauth2Imgur.Name = "oauth2Imgur";
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);
//
// lvImgurAlbumList
//
this.lvImgurAlbumList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
@ -2926,13 +2793,6 @@ private void InitializeComponent()
this.tpTinyPic.Name = "tpTinyPic";
this.tpTinyPic.UseVisualStyleBackColor = true;
//
// atcTinyPicAccountType
//
resources.ApplyResources(this.atcTinyPicAccountType, "atcTinyPicAccountType");
this.atcTinyPicAccountType.Name = "atcTinyPicAccountType";
this.atcTinyPicAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcTinyPicAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcTinyPicAccountType_AccountTypeChanged);
//
// btnTinyPicLogin
//
resources.ApplyResources(this.btnTinyPicLogin, "btnTinyPicLogin");
@ -3211,15 +3071,6 @@ private void InitializeComponent()
this.btnPicasaRefreshAlbumList.UseVisualStyleBackColor = true;
this.btnPicasaRefreshAlbumList.Click += new System.EventHandler(this.btnPicasaRefreshAlbumList_Click);
//
// oauth2Picasa
//
resources.ApplyResources(this.oauth2Picasa, "oauth2Picasa");
this.oauth2Picasa.Name = "oauth2Picasa";
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);
//
// tpChevereto
//
this.tpChevereto.Controls.Add(this.cbCheveretoDirectURL);
@ -3291,6 +3142,155 @@ private void InitializeComponent()
this.ttlvMain.MainTabControl = null;
this.ttlvMain.Name = "ttlvMain";
//
// atcImgurAccountType
//
resources.ApplyResources(this.atcImgurAccountType, "atcImgurAccountType");
this.atcImgurAccountType.Name = "atcImgurAccountType";
this.atcImgurAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcImgurAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcImgurAccountType_AccountTypeChanged);
//
// oauth2Imgur
//
resources.ApplyResources(this.oauth2Imgur, "oauth2Imgur");
this.oauth2Imgur.Name = "oauth2Imgur";
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);
//
// atcTinyPicAccountType
//
resources.ApplyResources(this.atcTinyPicAccountType, "atcTinyPicAccountType");
this.atcTinyPicAccountType.Name = "atcTinyPicAccountType";
this.atcTinyPicAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcTinyPicAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcTinyPicAccountType_AccountTypeChanged);
//
// oauth2Picasa
//
resources.ApplyResources(this.oauth2Picasa, "oauth2Picasa");
this.oauth2Picasa.Name = "oauth2Picasa";
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);
//
// oAuth2Gist
//
resources.ApplyResources(this.oAuth2Gist, "oAuth2Gist");
this.oAuth2Gist.IsRefreshable = false;
this.oAuth2Gist.Name = "oAuth2Gist";
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
//
resources.ApplyResources(this.atcGistAccountType, "atcGistAccountType");
this.atcGistAccountType.Name = "atcGistAccountType";
this.atcGistAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcGistAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGistAccountType_AccountTypeChanged);
//
// ucFTPAccounts
//
resources.ApplyResources(this.ucFTPAccounts, "ucFTPAccounts");
this.ucFTPAccounts.Name = "ucFTPAccounts";
//
// oauth2Dropbox
//
this.oauth2Dropbox.IsRefreshable = false;
resources.ApplyResources(this.oauth2Dropbox, "oauth2Dropbox");
this.oauth2Dropbox.Name = "oauth2Dropbox";
this.oauth2Dropbox.OpenButtonClicked += new 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);
//
// oauth2GoogleDrive
//
resources.ApplyResources(this.oauth2GoogleDrive, "oauth2GoogleDrive");
this.oauth2GoogleDrive.Name = "oauth2GoogleDrive";
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);
//
// oauth2Box
//
resources.ApplyResources(this.oauth2Box, "oauth2Box");
this.oauth2Box.Name = "oauth2Box";
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);
//
// oAuthCopy
//
this.oAuthCopy.IsRefreshable = false;
resources.ApplyResources(this.oAuthCopy, "oAuthCopy");
this.oAuthCopy.Name = "oAuthCopy";
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);
//
// oAuth2OneDrive
//
this.oAuth2OneDrive.IsRefreshable = false;
resources.ApplyResources(this.oAuth2OneDrive, "oAuth2OneDrive");
this.oAuth2OneDrive.Name = "oAuth2OneDrive";
this.oAuth2OneDrive.OpenButtonClicked += new UploadersLib.OAuthControl.OpenButtonClickedEventHandler(this.oAuth2OneDrive_OpenButtonClicked);
this.oAuth2OneDrive.CompleteButtonClicked += new UploadersLib.OAuthControl.CompleteButtonClickedEventHandler(this.oAuth2OneDrive_CompleteButtonClicked);
this.oAuth2OneDrive.ClearButtonClicked += new UploadersLib.OAuthControl.ClearButtonclickedEventHandler(this.oAuth2OneDrive_ClearButtonClicked);
//
// ucTwitterAccounts
//
resources.ApplyResources(this.ucTwitterAccounts, "ucTwitterAccounts");
this.ucTwitterAccounts.Name = "ucTwitterAccounts";
//
// oauth2Bitly
//
this.oauth2Bitly.IsRefreshable = false;
resources.ApplyResources(this.oauth2Bitly, "oauth2Bitly");
this.oauth2Bitly.Name = "oauth2Bitly";
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);
//
// oauth2GoogleURLShortener
//
resources.ApplyResources(this.oauth2GoogleURLShortener, "oauth2GoogleURLShortener");
this.oauth2GoogleURLShortener.Name = "oauth2GoogleURLShortener";
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
//
resources.ApplyResources(this.atcGoogleURLShortenerAccountType, "atcGoogleURLShortenerAccountType");
this.atcGoogleURLShortenerAccountType.Name = "atcGoogleURLShortenerAccountType";
this.atcGoogleURLShortenerAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcGoogleURLShortenerAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcGoogleURLShortenerAccountType_AccountTypeChanged);
//
// atcSendSpaceAccountType
//
resources.ApplyResources(this.atcSendSpaceAccountType, "atcSendSpaceAccountType");
this.atcSendSpaceAccountType.Name = "atcSendSpaceAccountType";
this.atcSendSpaceAccountType.SelectedAccountType = UploadersLib.AccountType.Anonymous;
this.atcSendSpaceAccountType.AccountTypeChanged += new UploadersLib.AccountTypeControl.AccountTypeChangedEventHandler(this.atcSendSpaceAccountType_AccountTypeChanged);
//
// oAuthJira
//
resources.ApplyResources(this.oAuthJira, "oAuthJira");
this.oAuthJira.Name = "oAuthJira";
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);
//
// ucLocalhostAccounts
//
resources.ApplyResources(this.ucLocalhostAccounts, "ucLocalhostAccounts");
this.ucLocalhostAccounts.Name = "ucLocalhostAccounts";
//
// actRapidShareAccountType
//
resources.ApplyResources(this.actRapidShareAccountType, "actRapidShareAccountType");

View file

@ -1077,7 +1077,7 @@ private void pbCopyLogo_Click(object sender, EventArgs e)
private void btnCopyRegister_Click(object sender, EventArgs e)
{
URLHelpers.OpenURL("https://copy.com?r=hC3DMW");
URLHelpers.OpenURL("https://copy.com?r=BUN9jI");
}
private void txtCopyPath_TextChanged(object sender, EventArgs e)

File diff suppressed because it is too large Load diff